@import "/font/Blender_pro/stylesheet.css";
@import "/font/Helvetica/stylesheet.css";

* {
    border: none;
    font-style: normal;
    margin: 0;
    padding: 0;
}
img {
    vertical-align: top;
}

html, body {
    height: 100%;
}

@font-face {
    font-family: 'Benzin-Bold';
    src: url('/font/benzin-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/font/GothamPro.eot');
    src: url('/font/GothamPro.eot?#iefix') format('embedded-opentype'),
        url('/font/GothamPro.woff') format('woff'),
        url('/font/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham Pro Bold';
    src: url('/font/GothamPro-Bold.eot');
    src: url('/font/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/font/GothamPro-Bold.woff') format('woff'),
        url('/font/GothamPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
�����
*/

#nl{
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}
#nl .h {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-family: "Blender Pro";
    font-size: 96px;
}
.elem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#nl .h .l {
    padding-left: 65px;
}
#nl .h .w {
    color: #fff;
}
#nl .h .r {
    color: #FB2B2B;
}
#nl .h .b {
    color: #1E1E1E;
}
#nl .h span {
    display: block;
    line-height: 90%;
}
.bmosh .inf {
    font-size: 12px;
    margin-bottom: 30px;
}

.tag{
    display: inline-block;
    padding: 7px 11px;
    font-size: 12px;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-family: "Helvetica";
    transition: all .3s;
    line-height: 1;
    margin-bottom: 10px;
}
.tag.r{
    background-color: #FB2B2B;
    border: 1px solid #FB2B2B;
}

.tag.gr{
    background-color: #0B413B;
    border: 1px solid #0B413B;
}
.tw{
    margin-top: 40px;
    gap: 8px;
    margin-bottom: -20px;
}

#nl .wh{
    width: 0%;
    box-sizing: border-box;
    transition: all .3s;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
#nl .wh .h{
    margin-top: 56px;
    font-size: 100px;
}
#nl .wh .txt{
    margin-top: 20px;
}
#nl{
    font-family: "Helvetica";
}
#nl .wh .but{
    margin-top: 64px;
    background-color: #1E1E1E;
    width: 250px;
    box-sizing: border-box;
    color: #fff;
    padding: 26px 22px 27px;
    border-radius: 10px;
    font-family: "Helvetica";
    font-size: 20px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
}
#nl .wh .but:hover{
    transform: scale(1.05);
}

#nl .w1{
    left: 0;
    background-color: #FB2B2B;
}

#nl .w2{
    right: 0;
    background-color: #0B413B;

}

#nl .a1 .w1{
    width: 100%;
    padding-left: calc(50% + 30px);
}

#nl .a2 .w2{
    width: 100%;
    padding-left: 38px;
}


#nl .bp{
    gap: 30px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
#nl .bp .elem{
    flex-grow: 1;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 448px
}
#nl .bp .elem img{
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    transition: all .3s;
    object-fit: cover;
}

#nl .bp.a1 .e1 img{
    filter: grayscale(0);
}

#nl .bp.a2 .e2 img{
    filter: grayscale(0);
}

#nl .bp.a2 .e1 .tag{
    display: none;
}
#nl .bp.a1 .e2 .tag{
    display: none;
}

#nl .bp .wt{
    position: absolute;
    display: block;
    top: 22px;
    z-index: 3;
}
#nl .bp .e1 .wt{
    left:25px;
}
#nl .bp .e2 .wt{
    right: 25px;
}
#nl .bp .wt.ac{
    display: none;
}
#nl .bp.a1 .wt.ac, #nl .bp.a2 .wt.ac{
    display: block;
}
#nl .bp.a1 .wt.na, #nl .bp.a2 .wt.na{
    display: none;
}

#nl .za1 .e1{
    z-index: 2;
}

#nl .za2 .e2{
    z-index: 2;
}


#nb1{
    padding: 1px 0;
}
#nb1 h1{
    font-size: 36px;
    font-family: 'Benzin-Bold' ;
    text-align: center;
    margin-top: 50px;
}
#nb1 .desc{
    text-align: center;
    margin-top: 15px;
    font-size: 16px;

    line-height: 135%;
    margin-bottom: 50px;
}
.b_cnt .zag{
    font-family: "Blender Pro";
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 800;
    padding-right: 30px;
    position: relative;
    line-height: 1;
}
.b_cnt .zag:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 10px;
    background: url("/i/new/st.svg") no-repeat center center;
    margin: auto;
    transition: all 0.2s;
    transform: rotate(-90deg);
}
.b_cnt .cont{
    display: none;
}
.wm2{
    margin-top: 16px;
}
.b_cnt .active .cont{
    display: block;
}
/*.b_cnt .active .zag:after{
    transform: rotate(180deg);
}*/
.img_v{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -0px;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.b_cnt .im{
    margin-top: 24px;
    margin-bottom: 24px;
    display: block;
    border-radius: 16px;
    overflow: hidden;
}
.vm__tags {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    padding: 15px 0;
    /*overflow-x: auto;
    overflow-y: hidden;*/
    z-index: 100;
}
.vm__zag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.vm__zag-txt {
    display: flex;
    flex-direction: column;
}
.vm__zag-icon {
    transform: rotate(-90deg);
    margin-bottom: 10px;
}
.vm__zag .s {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
}
.vm__zag .b {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    text-transform: uppercase;

}
.b_cnt .tags{
    display: flex;
    flex-flow: row;
    gap: 10px;
    align-items: flex-start;
    padding: 0 15px;
    overflow: auto;
    /*margin-top: 20px;*/
}
.b_cnt .tags .tag{
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    margin-bottom: 0;
}
a.tag:hover{
    transform: rotate(-8deg);
}
body {
    background: #1E1E1E;
    font-family: "Gotham Pro", sans-serif;
    font-size: 16px;
    line-height: 135%;
    width: 100%;
    min-width: 330px;
    margin: 0;
    padding: 0;
    color: #fff;

}
p {
    font-size: 16px;
    line-height: 135%;
}

b{
    font-weight: bold;
}
.grey{
    color: #939B9F;
}
.txt ul{

    list-style: none;

}
.txt ul li{
    margin: 16px 0;
}
.txt ul li::before {
    content: "\2043";
    color: #939B9F;
    display: inline-block;
    width: 1em;
}
.wrapper {
    max-width: 1400px;
    min-width: 300px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.flexb{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.flexgrow{
    flex-grow: 1;
}
.f_wrap{
    flex-wrap: wrap;
}

.wrapp1400{
    max-width: 1400px;
    margin: auto;
}
h1, h2.h1{
    font-size: 42px;
    line-height: 130%;
    font-weight: bold;
}


h2, .h2{
    font-size: 26px;
    line-height: 140%;
    font-weight: bold;
}
h3, .h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
}

.col2 > .elem{
    width: 50%;
    box-sizing: border-box;
}
.betw{
    justify-content:space-between;
}
.col2.betw > .elem{
    width: calc(50% - 15px);
}
.col3 > .elem{
    width: 33.3333%;
    box-sizing: border-box;
}

.col4 > .elem{
    width: 25%;
    box-sizing: border-box;
}

.col3.betw > .elem{
    width: calc(33.3333% - 20px);
}

.butb{
    background-color: #072e2a;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 18px 40px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .3s;
}
.butb:hover{
    background-color: #222;
}
.butb.grey{
    background-color: #F5F6F8;
    color: #222222;
}
.butb.grey:hover {
    background-color: #e3e4e6;

}

.table{
    margin-top: 32px;
}

.table .tr{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.table .tr.g{
    background-color: #F5F6F8;
}
.table .tr .td{
    width: 50%;
    box-sizing: border-box;
    padding: 24px 15px 24px 0;
}

.table .tr .td.o{
    padding-left: 60px;
}

.table .tr .td:first-child{
    padding-left: 40px
}
img{
    max-width: 100%;
}

.pdr{
    padding-right: 15px;
}
.pdl{
    padding-left: 15px;
}
.mt24{
    margin-top: 24px;
}
.mt{
    margin-top: 32px;
}
.mtb{
    margin-top: 80px;
}
.maxw{
    max-width: 540px;
}

.icp{
    padding-left: 48px;
}

.pdt5{
    padding-top: 5px;
    padding-bottom: 5px;
}
/*
����� �����
*/


.yaz{
    color: #222 !important;
    vertical-align: middle;
    position: relative;
}

.yaz img{
    vertical-align: middle;
}
.yaz:hover .yzv{
    display: block;
}
.yzv_new{

}
.yzv_new a{
    display: inline-block;
    padding: 3px 11px;
    font-size: 12px;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-left: 10px;
}
.yzv_new a.cur{
    background: #fff;
    color: #1E1E1E;
}
.yzv{
    display: none;
    position: absolute;
    padding: 5px 10px;
    background-color: #fff;
    box-shadow: 0 0 2px 0px #999;
    left: 0;
    right: 0;
    z-index: 2;
}

.yzv a{
    text-decoration: none;
    color: #222;
}
#head{
    border-bottom: 1px solid #fff;
}
#head .lc{
    height: 125px;
}
#head .flexb > div {
    align-self: center;
}
#head .logo{
    width: 135px;
    text-align: center;
    margin-right: 0px;
    cursor: pointer;
    margin-top: -20px;
}
#head .logo img{
    margin-top: 5px;
}
#head .menu_top, #wrap_mobile_catalog{
    flex-grow: 1;
}
#head .menu_top .item{
    display: block;
    text-decoration: none;
    padding: 3px 8px;
    color: #000;
    font-weight: bold;
}
#head .phone{
    margin-left: 30px;
    padding-left: 28px;
    background: url("/i/pho.png") no-repeat left center;
}
#head .phone a{
    color: #222;
    font-weight: bold;
    text-decoration: none;
}

#head .gamb{
    width: 45px;
    height: 45px;
    background: #072e2a url("/i/cat.png") no-repeat center center;
    margin: 0 15px;
    display: none;
}

.bread{
    margin-bottom: 24px;
}

.bread .item.home{
    height: 16px;
    width: 16px;
    background: url("/i/home.png") no-repeat center center;
    display: inline-block;
    margin-bottom: -1px;

}
.bread .item{
    color: #939B9F;
    vertical-align: center;
    line-height: 200%;
}
.bread .item.b{
    margin-left: 14px;
    text-decoration: none;
}

.bread .item.b:nth-child(2){
    color: #222;
    text-transform: lowercase;
}
.bread .item.b::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 16px;
    background: url("/i/rgg.png") no-repeat left center;
    margin-bottom: -3px;
}

@media screen and (min-width: 1001px) {
    #wrap_mobile_catalog {
        display: block !important;
    }
}


@media screen and (max-width: 1400px) {
    #nl .h {
        font-size: 70px;
    }
    #nl .wh .h {
        margin-top: 36px;
        font-size: 70px;
    }
}
@media screen and (max-width: 1200px) {
    #nl .wh .but {
        margin-top: 40px;
        font-size: 18px;
        padding: 16px 18px 16px;
    }
}
@media screen and (max-width: 1100px) {
    #nl .wh .h {
        margin-top: 26px;
        font-size: 50px;
    }
    #head .logo{

        margin-right: 30px;
    }
    #nl .bp .elem {
        height: 380px;
    }
}
@media screen and (max-width: 1000px) {
    #nl .wh .but {
        margin-top: 20px;
    }
    #nl .h {
        font-size: 50px;
    }
    #nl .h .l {
        padding-left: 38px;
    }

    .yaz .yzv .p{
        display: block;
    }
    .yzv {
        position: relative;
        padding: 0;
        box-shadow: unset;
    }
    .yzv .p{
        padding: 8px 5px;
        border-top: 1px solid #dcdcdc;
        margin-left: -5px;
        margin-right: -5px;
    }
    .yzv .p:first-child{
        margin-top: 8px;
    }

    #wrap_mobile_catalog {
        background: #fff;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        display: none;
        width: 100%;
        z-index: 400000;
        box-sizing: border-box;
        left: 0;
        right: 0;
        padding: 10px;
    }


    .control_mob {
        display:flex;
        justify-content:flex-end;
        align-items:center;
        border-top:none !important;
        padding:10px 0 20px
    }

    .cmoc {
        background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%09%20%20%20viewBox%3D%220%200%205.242%205.242%22%20enable-background%3D%22new%200%200%205.242%205.242%22%20xml%3Aspace%3D%22preserve%22%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%234c1e87%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%220.5%22%20y1%3D%220.5%22%20x2%3D%224.742%22%20y2%3D%224.742%22%2F%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%234c1e87%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%220.5%22%20y1%3D%224.742%22%20x2%3D%224.742%22%20y2%3D%220.5%22%2F%3E%3C%2Fsvg%3E") no-repeat;
        width:15px;
        height:15px;
        cursor:pointer;
        filter: brightness(0) invert(0);
    }

}


/*
�����
*/

#footer .wpf {
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-grow: 1;
}
#footer .pd5{
    padding:50px 0;
}

#footer .tabl {
    width:calc(100% / 3 - 20px);
    flex-grow: 1;
}
#footer .zag {
    font-size:18px;
    font-weight:500;
    margin-bottom:24px
}
#footer .tabl.min{
    max-width: 180px;
}
#footer .tabl.f{
    margin-left: 20px;
}
#footer .tabl a,
#footer .tabl .a {
    display:block;
    color:#fff;
    text-decoration:none;
    line-height:25px;
    margin-bottom: 12px;
}

#footer .tabl .a.cn{
    font-weight: bold;
    color: #fff;
}
#footer .tabl a:hover,
#footer .tabl .a:hover {
    color:#eee;
}
#footer .logo{
    align-self: center;
}
#footer .logo img{
    margin: 0 40px;
    margin-top: -40px;
}
.mob{
    display: none;
}
.mob img{
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    object-fit: cover;
}

@media screen and (max-width: 1070px) {
    #footer .logo img{
        margin: 10px;
    }
}

@media screen and (max-width: 1000px) {
    #footer .logo img{
        display: none;
    }
}

@media screen and (max-width: 800px) {
    #head .lc{
        height: 105px;
    }
    #head .logo{
        width: 110px;
    }
    #head .menu_top{
        margin-left: auto;
        flex-grow: 0;
    }
    #footer .pd5 {
        padding: 20px 0 0;
    }
    .bmosh{
        margin: 40px 0 40px;
    }
    .desc{
        display: none;
    }
    .bmosh .e2 p{
        font-size: 14px !important;
    }
    .slog{
        display: none;
    }
    /*#head{
        border: none;
    }*/
    .mob{
        display: block;
    }
    #nl .wh{
        display: none !important;
    }
    #nl .bp{
        flex-wrap: wrap;
    }
    #nl .bp .elem {
        border-radius: 11px;
        width: 100%;
    }
    .home .b2 > div{
        width: 100%;
        max-width: 559px;
    }
    .home .flexb.b2{
        flex-wrap: wrap;
    }
    #footer .wpf {

        padding: 20px 0;
    }
    #footer .tabl {
        width: auto;
        margin-bottom: 18px;
    }
    #footer .tabl.f{
        margin-left: 0px;
    }
    #footer .wpf .zag {
        background: url("/i/fn.png") no-repeat right center;
        background-size: auto;
        background-size: 10px;
        margin-bottom: 13px;
        font-size: 16px;
        font-weight: normal;
    }
    #footer .tabl.min{
        max-width: none;
    }
    .lish {
        display: none;
    }
    .wm {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
    }
}


/*
�������
*/

.home{

}

.home .b1{
    padding: 1px 0;
    height: 548px;
    background-color: #072e2a;
    overflow: hidden;
}
.home .b1 > .wrapper{
    padding: 1px 0;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.home .b1 > .wrapper:before{
    background: #d7d7d7 url("/i/h1.jpg") no-repeat right center;

    width: 990px;
    position: absolute;
    left: 285px;
    display: block;
    content: "";
    top: -1px;
    bottom: -1px;
    z-index: 0;
}

.ll{
    position: relative;
}
.ll:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    top: 40%;
    width: 40px;
    right: 10px;


    background-size: auto 100%;
}
.home .b2{


}

.home .b2 > div{
    width: 33%;
}

.home .ht{
    height: 373px;
    background: url("/i/main_l.jpg") no-repeat center center;
    display: flex;
}


.home .ht.l2{
    height: 373px;
    background: url("/i/main_r.jpg") no-repeat center center;

    display: flex;
    flex-direction: row;
}

.home .ht.l3{

    background: url("/i/ovb.jpg") no-repeat center center;
    background-size: auto 100%;
}


.home .ht.l4{
    background: url("/i/el.png") no-repeat center center;
    background-size: auto 100%;
}

.home .ht .elem{
    height: 179px;
    background-color: #072e2a;
    box-sizing: border-box;
    width: 271px;
    padding: 28px 38px;
}
.home .ht.l2 .elem{

    background-color: #B01313;
    ;
    box-sizing: border-box;
    width: 271px;
    padding: 28px 38px;
}
.slog{
    font-size: 14px;
    color: #fff;
    margin-left: 70px;
}
.slog.mr{
    margin-right: auto;
}
.slog a{
    text-decoration: none;
    color: #fff;
}

.home .htn{
    height: 138px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    background: #072E2A; /*url("/i/xx2.png") no-repeat left 10px center*/
    margin-bottom: 50px;
    background-size: 60px;
    box-sizing: border-box;
    padding: 0 0 0 15px;
}

.home .htn.l2{
    justify-content: flex-end;
    align-items: center;
    background: #B01313; /*url("/i/xx1.png") no-repeat left 10px center*/
    background-size: 60px;
}

.home .htn .st{
    color: #fff;
    padding-left: 45px;
    background: url("/i/z2.png") no-repeat left center;
    margin-left: 40px;
    text-decoration: none;

}
.home .htn .st{
    font-size: 12px;
}
.home .htn .st{
    background: url("/i/z1.png") no-repeat right center;
    padding-right: 45px;
    padding-left: 0;
    margin-right: 20px;
    margin-left: 0px;

}



.home .ht .elem h2{
    font-family: Benzin-Bold;
    font-size: 20px;
    line-height: 135%;

    /* or 27px */
    text-transform: uppercase;

    color: #FFFFFF;
}

.home .ht .elem .desc{
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
}
.home .ht.l3 .elem{
    background-color:  #45303F;
}

.home .htn.l3{
    background: #45303F; /* url(/i/ov.svg) no-repeat left 10px center*/
    background-size: 60px;
}
.home .plit{

}
.home .plit .elem:hover a{
    color: #072e2a;
}
.home .plit .elem{
    background: #fff !important;
    width: 50%;
    height: 33.33333%;
    box-sizing: border-box;
    padding: 24px;
    background-color: #fff;
    box-shadow: -1px 0px 0px #F5F5F5, 0px -1px 0px #F5F5F5, 1px 0px 0px #F5F5F5, 0px 1px 0px #F5F5F5;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.home .plit .elem:hover{
    background-color: #F5F5F5 !important;
}

.home .plit .elem:before{
    display: block;
    content: "";
    width: 14px;
    height: 12px;
    left: 24px;
    bottom: 24px;
    position: absolute;
    background: url("/i/st.svg") no-repeat center center;
}

.home .plit .elem a{
    transition: all .3s;
    color: #222;
    text-decoration: none;
    max-width: 100px;
    display: block;
}

.home .plit .elem.e1, .home .plit .elem.e1 a{
    background-color: #222 !important;
    color: #fff;
    box-shadow: unset;
}

.home .plit .elem.e2{
    background: #fff url("/i/p2.svg") no-repeat right 14px bottom 14px;
}

.home .plit .elem.e3{
    background: #fff url("/i/p3.svg") no-repeat left bottom 58px;
}

.home .plit .elem.e4{
    background: #fff url("/i/p4.svg") no-repeat center bottom;
}

.home .plit .elem.e5{
    background: #fff url("/i/p5.svg") no-repeat right bottom;
}
.home .plit .elem.e6{
    background: #fff url("/i/p6.svg") no-repeat right center;
}



/*
�������� � ������
*/
#br .h1{
    margin-top: 44px;
    margin-bottom: 32px;
    max-width: 555px;
}

#br.catt .b1{
    padding: 1px 0;
    height: 392px;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(23, 27, 46, 0.74), rgba(23, 27, 46, 0.74)), url("/i/zg.jpg") no-repeat center center;
}

#br .b1{
    padding: 1px 0;
    height: 550px;
    overflow: hidden;
    background: #072e2a url("/i/n_a.jpg") no-repeat 400px center;
}

#br .b1 h1{
    color: #FFFFFF;
    max-width: 360px;
    margin-top: 100px;
    z-index: 1;
    position: relative;
    margin-left: 20px;
    font-size: 32px;
}

#br .b8 .elem{
    box-shadow: 0 0 3px 3px #E3E3E3;
    cursor: pointer;
}
#br .b1 .desc{
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    max-width: 360px;
    margin-top: 32px;
    margin-left: 20px;
}
#br .b2{
    margin-top: 48px;
}
#br .b2 .elem{
    padding: 32px 24px;
    box-shadow: -1px 0px 0px #F5F5F5, 0px -1px 0px #F5F5F5, 1px 0px 0px #F5F5F5, 0px 1px 0px #F5F5F5;
    position: relative;
}

#br .b2 .zag{
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 16px;
}

#br .b2 .txt{
    color: #939B9F;
}

#br .b3 .h1{
    margin-top: 44px;
    margin-bottom: 32px;
    max-width: 555px;
}

#br .b3 .h2{
    max-width: 730px;
}
#br .b3 .txt{
    margin-top: 32px;
    color: #939B9F;
}
#br img.fi{
    margin-top: 32px;
    max-width: 100%;
}

#br .b2.b5 .elem{
    box-shadow: unset;
    padding: 22px 0px;
}

#br .b2.b5 .elem .int {
    color: #939B9F;
    margin-bottom: 16px;
}
#br .b6 .h1{
    margin-top: 60px;
}
#br .b6 .ob{
    max-width: 540px;
    color: #939B9F;
    margin-top: 32px;
    margin-bottom: 20px;
}
#br .b6 .puz{
    padding: 20px 0;
    border-bottom: 1px solid #F5F6F8;

}
#br .b6 .puz .elem{
    align-self: center;
}
#br .b6 .puz .elem.e2{
    justify-content: flex-end;
    align-items: center;
}

#br .b6 .puz .elem.e2{
    justify-content: center;
    margin-top: 32px;
}

#br .b6 .puz .elem.e2 .p{
    background-color: #F5F6F8;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 15px;
    min-width: 132px;
    min-height: 132px;
    justify-content: center;
    flex-direction: column;
    margin-left: 15px;
}
#br .b6 .puz .elem.e2 .p.si{
    background-color: #072e2a;
    color: #fff;
}
#br .b6 .puz .elem.e2 .p.si .name{
    color: #fff;
}

#br .b6 .puz .elem.e2 .p > div {
    text-align: center;
}

#br .b6 .puz .elem.e2 .p .int{
    font-size: 20px;
    font-weight: bold;
}

#br .b6 .puz .elem.e2 .p .name{
    color: #939B9F;
    margin-top: 4px;
}

#br .b6 .puz h3{
    font-weight: bold;
}

#br .b6 .puz .txt{
    color: #939B9F;
    margin-top: 16px;
}
#br .b7 .txt{
    color: #939B9F;
}
#br .b7 .name{
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
}
#br .b7 .elem{
    padding: 32px 24px 24px;
    box-shadow: inset 0px -1px 0px #F5F6F8, inset 0px 1px 0px #F5F6F8;
}

#br .b7{
    margin-top: 32px;
}

#br .b8 .elem{
    width: calc(25% - 22.5px);
}
#br .b8 .elem img{
    max-width: 100%;
}
#br .b9 .predesc{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 42px;
}
#br .b9 img{
    max-width: 100%;
}
#br .b9 .txt{
    padding-left: 25px;
}

.dopbr .e1{
    max-width: 635px;
}

#prd .b1{

}
#prd .nzibut{
    margin: 64px 0 !important;
}
#prd .main_prd{
    /*background-color: #F5F6F8;*/
    padding: 45px 95px 32px;
    margin-bottom: 24px;
    box-shadow: 0 0 15px 4px #F5F6F8 inset;
}
.wrap_li{
    position: relative;
    cursor: pointer;
}
.wrap_li .item img {
    margin-bottom: 3px;
    margin-left: 3px;
}
.wrap_li .item.active img, .wrap_li .item:hover img {
    box-shadow: 0 0 2px 2px #d3dadc;

}
.customize-controls{

}
.customize-controls > div{
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -22px;
    margin: auto;
    background: #072e2a;
    cursor: pointer;
    border-radius: 50%;
    outline: none !important;
}
#customize-controls2 > div.prev{
    left: 0px;
}
#customize-controls2 > div.next{
    right: 0px;
}
.customize-controls > div.prev{
    background: #072e2a url("/i/prev.png") no-repeat center center;
}
.customize-controls > div.next{
    background: #072e2a url("/i/next.png") no-repeat center center;
    left: auto;
    right: -22px;
}
#prd .mb .img{
    padding-right: 40px;
}
#prd .mb .img img{
    max-width: 100%;
}
#prd .mb .comb{
    padding: 1px;
}
#prd .mb .comb h1{
    margin-top: 29px;
}
#prd .mb .price{
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
}

#prd .mb .desc{
    margin-top: 20px;
    color: #939B9F;
    margin-bottom: 24px;
}

#prd .mb .price span{
    color: #072e2a;
    font-weight: bold;
}
#prd .b1 .elem{
    max-width: 158px;
}
.elem .cir {
    width: 80px;
    height: 80px;
    margin: auto auto 24px;
    background-color: #F5F6F8;
    border-radius: 14px;
}

.cir{
    position: relative;
}
.cir .param{
    color: #072e2a;
    font-size: 10px;
    text-align: center;
    position: absolute;
    margin: auto;
    font-weight: bold;
}
.cir.ves {
    background: #F5F6F8 url("/i/ves.svg") no-repeat center center;
}
.cir.ves .param{
    font-size: 9px;
    line-height: 11px;
    width: 30px;
    top: 38px;
    left: 0;
    right: 0;
    font-weight: bold;
}

.cir.po {
    background: #F5F6F8 url("/i/po.svg") no-repeat  center center;
}
.cir.po .param{
    line-height: 12px;
    top: 40px;
    left: 0;
    right: 0;
    font-size: 10px;
}

.cir.maskr {
    background: #F5F6F8 url("/i/maskr.svg") no-repeat top 15px center;
}
.cir.maskr.i {
    background: #F5F6F8 url("/i/maskr_i.svg") no-repeat top 15px center;
}
.cir.maskr .param{
    line-height: 12px;
    bottom: 11px;
    left: 0;
    right: 0;
}

.cir.pod {
    background: #F5F6F8 url("/i/pod.svg") no-repeat top 15px center;
}

.cir.pod .param{
    line-height: 12px;
    bottom: 11px;
    left: 0;
    right: 0;
}

.cir.pro {
    background: #F5F6F8 url("/i/pro.svg") no-repeat top 25px center;
}

.cir.pro .param{
    line-height: 12px;
    bottom: 11px;
    left: 0;
    right: 0;
}


.cir.z {
    background: #F5F6F8 url("/i/z.svg") no-repeat top 13px center;
}

.cir.z .param{
    line-height: 12px;
    bottom: 11px;
    left: 0;
    right: 0;
}
.cir.mes {
    background: #F5F6F8 url("/i/mes.svg") no-repeat top 20px center;
}

.cir.mes .param{
    line-height: 12px;
    bottom: 11px;
    left: 0;
    right: 0;
}
.cir.kor {
    background: #F5F6F8 url("/i/kor.svg") no-repeat top 21px center;
}

.cir.kor .param{
    line-height: 12px;
    bottom: 11px;
    left: 0;
    right: 0;
}

.cir.d {
    background: #F5F6F8 url("/i/3d.svg") no-repeat center center;
}
.cir.d.d4 {
    background: #F5F6F8 url("/i/4d.svg") no-repeat center center;
}


.cir. {
    background: #F5F6F8 url("/i/pod.svg") no-repeat top 9px center;
}
.cir.pod .param{
    line-height: 12px;
    top: 40px;
    left: 0;
    right: 0;
    padding-left: 16px;
}

.cir .param v{
    font-weight: bold;
    font-size: 9px;
    display: inline-block;
    top: -5px;
    position: relative;
}

.cir.polotno {
    background: #F5F6F8 url("/i/polotno.png") no-repeat top 9px center;
}
.cir.polotno .param, .cir.sklad .param{
    line-height: 12px;
    top: 62px;
    left: 0;
    right: 0;
}

.cir.polotno .param.dl{
    transform: rotate(-45deg);
    top: 18px;
    left: 5px;
    right: auto;
}
.sort{
    color: #939B9F;
    margin-bottom: 24px;
}
.sort .pere{
    color:#072e2a;
    cursor: pointer;
    display: inline-block;
    margin-left: 25px;
}
.sort .pere.active{
    color: #222;
}
.dil .tuc .elem{
    cursor: pointer;
}
.products{
    display: flex;
}
.cir.ugol {
    background: #F5F6F8 url("/i/ugol.png") no-repeat top 20px center;
}
.cir.ugol .param{
    line-height: 12px;
    top: 49px;
    left: 0;
    right: 0;
}

.cir.sklad {
    background: #F5F6F8 url("/i/sklad.svg") no-repeat center center;
    background-size: 45px auto;
}

#prd .b1 .elem .name {
    text-align: center;
    color: #939B9F;
}
#prd .bf{
    width: 340px;
    margin: 80px auto 0;
    text-transform: uppercase;
}

#prd .b2{
    margin-top: 80px;
}

#prd .b2 .e1{
    padding-right: 15px;
}

#prd .txt{
    color: #939B9F;
}
#prd img{
    max-width: 100%;
}
#prd .b2 .e2{
    text-align: center;
}

#prd .b2 .txt{
    margin-top: 32px;
}

#prd .b3{
    margin-top: 80px;
}

#prd .mainc{
    margin-top: 40px;
}

#prd .mainc .row{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
}

#prd .mainc .row .elem{
    width: calc(50% - 15px);
    align-self: center;
}


#prd .mainc .row .txt{
    margin-top: 32px;
}
#prd .also{
    margin-bottom: 80px;
}
.desc_main{
    margin-bottom: 40px;
}
#prd .also .h1{
    margin-top: 80px;
    margin-bottom: 40px;
}
.a-slider{
    cursor: pointer;
}
.a-slider .card{
    max-width: 285px;
}
.a-slider .card .img{
    text-align: center;

}
.a-slider .card img{
    max-width: 100%;
    border: 1px solid #F5F6F8;
}

.a-slider .card .name{
    margin-top: 18px;
    text-align: center;
}
.a-slider .card .name a{
    text-decoration: none;
    color:#222;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;

}

#cat{
    background-color: #fff;
}

#cat h1{
    margin-top: 48px;
    margin-bottom: 32px;
}

#cat p.txt{
    margin-bottom: 24px;
}
#cat .img{
    padding-right: 40px;
    width: 444px;
}



#cat .prd{
    border: 1px solid #F5F6F8;
    box-sizing: border-box;
    margin-bottom: 24px;
    transition: all .2s;
}
#cat .prd:hover{
    box-shadow: 0 0 13px 2px #F5F6F8;
}
#cat .dop_img{
    flex-direction: column;
    height: 300px;
    width: 94px;

}

#cat .img img{
    box-shadow: 0 0 2px 2px #E3E3E3;

}
#cat .img .main_img{
    margin-right: 8px;
    width: 300px;
    flex-basis: 300px;
}
#cat .img .min_img{
    height: 94px;
    width: 94px;
}
#cat .img .min_img img{
    height: 100%;
    width: auto;
    max-width: unset;
}
#cat .img .main_img, #cat .img .min_img
{

}

#cat .pinfo{
    flex-grow: 1;

}
#cat .pinfo .name{
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    margin: 62px 0 8px;
    display: block;
}

#cat .pinfo .price{
    color: #939B9F;
    margin-bottom: 30px;
}

#cat .pinfo .price b{
    font-weight: bold;
    color: #000;
}
#cat .prd{
    cursor: pointer;
}
#cat .prd .b1 .elem{
    margin-right: 16px;
}

.maps{
    height: 550px;
}

#con{

}

#con .txt{
    color: #939B9F;
}
#con h1{
    margin-bottom: 36px;

}
#con .inb .elem{
    padding-left: 28px;

    margin-bottom: 24px;
}
#con .inb .elem .name{
    font-weight: bold;
}
#con .inb .elem.tel{
    background: url("/i/pho.png") no-repeat left center;
}
#con .inb .elem.ml{
    background: url("/i/mail.png") no-repeat left center;
}
#con .big{
    width: 55%;
    padding-right: 20px;
}

#con .map{
    width: 45%;
}
#con h2{
    margin-bottom: 39px;
}

.zform textarea.p100{
    height: calc(100% - 20px);
}
#con .form input, #con .form textarea, .zform input, .zform textarea{
    background-color: #F5F6F8;
    padding: 13px 18px;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    font-family: "Gotham Pro", sans-serif;
    font-size: 16px;
    line-height: 135%;
    color: #222;
}
.zform input:focus, .zform textarea:focus, .placeholder-container input:not(:placeholder-shown),
.zform textarea:not(:placeholder-shown){
    outline: 1px solid #F5F6F8;
    background-color: #fff;
    color: #222;
}

.grey_bt{
    background-color: #F5F6F8;
    margin-top: 80px;
}
.main_content.cnt{
    background-color: #F5F6F8;
    padding-bottom: 1px;
}

#serv .b1 .elem{
    align-self: center;
}
#serv .b2 .elem{
    text-align: center;
    padding: 16px;
    cursor: pointer;
    background-color: #F5F6F8;
}

#serv .b2 .elem.active{
    background-color: #072e2a;
    color: #fff;
}

#serv .map{
    height: 460px;
    margin-top: 40px;
    text-align: center;
}

#serv .zform textarea{
    height: 264px;
}

#serv .b5 .elem{
    padding: 32px 24px;
    box-shadow: inset 0px -1px 0px #F5F6F8, inset 0px 1px 0px #F5F6F8;
    position: relative;
}

#serv .b5 .zag{
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 16px;
}
#serv .b3 .elem{
    padding: 24px 21px;
}
#serv .b3 .name::before{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -12px;
    background: url("/i/map-pin.png") no-repeat center center;
}
#serv .b3 .name{
    position: relative;
    padding-left: 18px;
}
#serv .b3 .desc{
    padding-left: 18px;
    color: #939B9F;
    margin-top: 4px;
}
#serv .b3 .sin .name{
    color: #fff;
    font-weight: bold;
    padding-left: 0;
}
#serv .b3 .scc{
    margin-top: 10px;
}
#serv .b3 .sin{
    background-color: #072e2a;
}
#serv .b3 .sin .desc{
    padding-left: 0;
    color: #fff;
}
#serv .b3 .sin .name:before{
    display: none;
}


#serv .b6 .elem{
    width: 160px;
    margin-bottom: 32px;
}
#serv .b6 .elem .i1{
    text-align: center;
    padding: 16px;
    border: 1px solid #F5F6F8;
}

#serv .b6 .elem .name{
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

#serv .b6 .elem .butb{
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 18px;
    cursor: pointer;
}
#serv .b6 .elem.spec{
    max-width: 920px;
    margin-left: 30px;
    padding-top: 1px;
    padding-left: 20px;
    padding-right: 20px;
    /*background: url("/i/begh.png") no-repeat 143px 3px;*/
    align-self: stretch;
    border: 1px solid #F5F6F8;
}
#serv .b6 .elem.spec .name{
    margin-top: 30px;
    text-align: left;
}
.dil ol {
    list-style-type: none;
    counter-reset:  item;
    margin-left: 34px;
    position: relative;
}
.dil li:nth-child(-n+9)::before {
    content: '0' counter(item) '.';
    counter-increment: item;
    color: #939B9F;
    letter-spacing: 0.1em;

    position: absolute;
    left: -32px;
}
.dil li{

}

.dil .up{
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    text-align: center;
    max-width: 730px;
    margin: 80px auto;
}

.icp.nag{
    background: url("/i/nag.png") no-repeat 0px center;
}

.icp.sh{
    background: url("/i/sh.png") no-repeat 0px center;
}

.icp.users{
    background: url("/i/users.png") no-repeat 0px center;
}

.icp.gar{
    background: url("/i/gar.png") no-repeat 0px center;
}

.icp.rub{
    background: url("/i/rub.png") no-repeat 0px center;
}

.dil .vibc{

}
.dil .vibc > .elem{
    width: calc(100% - 200px);
}
.dil .vibc .cat{

}
.dil .vibc .ili{
    text-align: center;
    align-self: center;
    min-width: 200px !important;
    width: 200px;
}
.dil .vibc .ili > div{
    text-transform: uppercase;
    font-weight: bold;
    margin: auto;
    padding: 0 16px;
    position: relative;
}
.dil .vibc .ili > div:before{
    width: 54px;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    background: #F5F6F8;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
}
.dil .vibc .ili > div:after{
    width: 54px;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    background: #F5F6F8;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}
.dil .vibc .form{

}
.dil .tuc{
    margin-top: 16px;
}
.dil .tuc img{
    border: 1px solid #F5F6F8;
    max-width: 190px;
}
.dil .zform input{
    margin-bottom: 25px;
}

.dil .tuc .name{
    font-weight: bold;
    margin-top: 8px;
}
.dil .tuc .price{
    margin-top: 8px;
}

.dil .tuc .price span{
    color: #222;
    font-weight: bold;
}

.dil .cat .butb{
    margin-top: 24px;
}
.dil .vibc .ff .txt{
    margin-bottom: 16px;
}
.dil .txt.xz{
    background-color: #F5F6F8;
    padding: 40px;
    margin-bottom: 80px;
}
.poli_inp{
    min-width: 24px;
}
.poli{
    margin-top: 24px;
}
.poli *{
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: inherit;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type=checkbox],
    input[type=radio] {
        --active: #072e2a;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: #072e2a;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 24px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    input[type=checkbox]:after,
        input[type=radio]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    input[type=checkbox]:checked,
        input[type=radio]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    input[type=checkbox]:disabled,
        input[type=radio]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
    input[type=checkbox]:disabled:checked,
        input[type=radio]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    input[type=checkbox]:disabled + label,
        input[type=radio]:disabled + label {
        cursor: not-allowed;
    }
    input[type=checkbox]:hover:not(:checked):not(:disabled),
        input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    input[type=checkbox]:focus,
        input[type=radio]:focus {
        box-shadow: 0 0 0 var(--focus);
    }
    input[type=checkbox]:not(.switch),
        input[type=radio]:not(.switch) {
        width: 24px;
    }
    input[type=checkbox]:not(.switch):after,
        input[type=radio]:not(.switch):after {
        opacity: var(--o, 0);
    }
    input[type=checkbox]:not(.switch):checked,
        input[type=radio]:not(.switch):checked {
        --o: 1;
    }
    input[type=checkbox] + label,
    input[type=radio] + label {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 8px;
    }

    input[type=checkbox]:not(.switch) {
        border-radius: 0px;
    }
    input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 9px;
        top: 6px;
        transform: rotate(var(--r, 20deg));
    }
    input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
    input[type=checkbox].switch {
        width: 38px;
        border-radius: 11px;
    }
    input[type=checkbox].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }
    input[type=checkbox].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }
    input[type=checkbox].switch:disabled:not(:checked):after {
        opacity: 0.6;
    }

    input[type=radio] {
        border-radius: 50%;
    }
    input[type=radio]:after {
        width: 23px;
        height: 23px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, 0.7));
    }
    input[type=radio]:checked {
        --s: .5;
    }
}


.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 1px solid #ec7979;
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.mainc v{
    font-size: 12px;
    position: relative;
    top: -6px;
}

.form_uni{
    background-color: rgba(34,34,34,0.7);
    position: fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    display: none;
}

.form_uni .cmb{
    background-color: #fff;
    width: 510px;
    margin: auto;
    padding: 24px 52px;
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    position: relative;
}

.form_uni #zh{
    text-align: center;
}
.form_uni #zdesc{
    text-align: center;
    margin-top: 16px;
}

.form_uni .close{
    background: #222222 url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24 8L8 24' stroke='white' stroke-linejoin='round'/%3e%3cpath d='M8 8L24 24' stroke='white' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.hide{
    display: none !important;
}
.zform.ok{
    position: relative;
}
.zform.ok:before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg height='512pt' viewBox='0 0 512 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m256 0c-141.164062 0-256 114.835938-256 256s114.835938 256 256 256 256-114.835938 256-256-114.835938-256-256-256zm0 0' fill='%23004790'/%3e%3cpath d='m385.75 201.75-138.667969 138.664062c-4.160156 4.160157-9.621093 6.253907-15.082031 6.253907s-10.921875-2.09375-15.082031-6.253907l-69.332031-69.332031c-8.34375-8.339843-8.34375-21.824219 0-30.164062 8.339843-8.34375 21.820312-8.34375 30.164062 0l54.25 54.25 123.585938-123.582031c8.339843-8.34375 21.820312-8.34375 30.164062 0 8.339844 8.339843 8.339844 21.820312 0 30.164062zm0 0' fill='%23fafafa'/%3e%3c/svg%3e") no-repeat center center;
    background-size: auto 70%;
    z-index: 2;
}

.zform.ok:after {
    content: "������� ����������";
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    z-index: 3;
    color: #000;
    position: absolute;
}


.placeholder-container {
    position: relative;

    margin-bottom: 20px;
}
.placeholder-container input {

}
.placeholder-container label {
    color: #939B9F;
    padding: 5px 10px;
    pointer-events: none;
    position: absolute;
    transition: all 200ms;
    top: 10px;
    left: 10px;
}
.placeholder-container input.hide + label{
    display: none !important;
}
.placeholder-container input:focus + label,
.placeholder-container input:not(:placeholder-shown) + label{
    top: -12px;
    left: 10px;
    font-size: 11px;
    background-color: #fff;
    padding: 2px 10px;
}

.placeholder-container input:not(:placeholder-shown) + label{
    background-color: unset;
}


.fill,
.fill:after,
.fill:before {
    transition: all .5s;
}
.fill {
    position: relative;
}
.fill:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #aaa;
    height: 1px;
}
.fill:hover {
    color: #fff !important;
}
.fill {
    transition: all 1s;
}

.fill:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}
.fill:hover {
    color: #fff;
    z-index: 1;
}
.fill:hover:after {
    z-index: -10;
    animation: fill 0.5s forwards;
    -webkit-animation: fill 0.5s forwards;
    -moz-animation: fill 0.5s forwards;
    opacity: 1;
}

@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #072e2a;
    }
}

.dil .pl{

    margin-bottom: 10px;
    color: #939B9F;
}
.dil .pl .name{
    font-weight: bold;
}
.dil .pl.tel{
    padding-left: 28px;
    background: url("/i/pho.png") no-repeat left center;
}
.dil .pl.ml{
    padding-left: 28px;
    background: url("/i/mail.png") no-repeat left center;
}

.br_nav{
    position: fixed;
    left: 22px;
    top: calc(50% - 150px);
}
.mob_h, .mob_s{
    display: none;
}

.br_nav .e:first-child {
    margin-top: 0;
}
.br_nav .e{
    margin-top: 18px;
    position: relative;
    cursor: pointer;

}

.br_nav .c{
    color: #939B9F;
    text-decoration: none;
}
.br_nav .e.active .c{
    color:  #072e2a;
}
.br_nav .e:hover .d{
    display: block;
}
.br_nav .d{
    position: absolute;
    padding: 8px;
    display: none;
    background-color: #F5F6F8;
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 100px;
    white-space: nowrap;
    left: 28px;
    top: -8px;
}

.bmosh {
    margin: 40px 0 60px;
    justify-content: space-between;
    color: #fff;
}
/*.bmosh .e1 {
    position: relative;
}
.bmosh .e1:after {
    background: url("/i/new/mosh.svg") no-repeat center center;
    width: 72px;
    height: 72px;
    content: "";
    display: block;
    position: absolute;
    right: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}*/
.bmosh .e2 {
    max-width: 423px;
}
.bmosh .e2 p {
    font-size: 18px;
}

#nl .bmosh .h .r{
    transition: all .3s;
}
#nl.slide_active .bmosh .h .r{
    color: #9E9E9E;
}
#nl.slide_active .tw .tag.r{
    background-color: #9E9E9E;
    border-color: #9E9E9E;
}

@media screen and (max-width: 1400px) {
    .wrapp1400 {
        margin: 0 10px;
    }
}

.mobile_swap, .mob_e{
    display: none !important;
    position: relative;
}
@media screen and (max-width: 1200px) {
    #cat .pinfo .b1 {
        flex-wrap: wrap;
    }
    .ugol_h{
        display: none;
    }
    #cat .pinfo .name {
        margin-top: 20px;
    }

}

@media screen and (max-width: 1240px) {
    .br_nav{
        display: none !important;
    }
}
@media screen and (max-width: 1100px) {
    #prd .main_prd {
        padding: 20px;
    }
    .col4 .elem{
        width: 50%;
    }
    .col4{
        flex-wrap: wrap;
    }
    .home .htn {
        background-image: unset !important;
    }
}


@media screen and (max-width: 850px) {
    .home .ht.l4{
        background-size: 100% auto;
    }
    #br .b9 .col2{
        flex-wrap: wrap;
    }
    .dil .tuc .elem{
        width: calc(50% - 8px) !important;
    }
    .dil .tuc .elem img{
        max-width: 100% !important;
    }
    .butb{
        padding: 18px;
    }

    .form_uni .cmb{
        padding: 24px 15px;
    }
    #br .b9 .elem{
        width: 100%;
    }
    #cat .dop_img {
        display: none;
    }
    .mobile_swap{
        display: block !important;
    }
    #prd .mb .img{
        display: none;
    }
    .mob_e{
        display: block !important;
    }
    #prd .mb .elem{
        width: 100%;
    }
    #prd .mb{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 800px) {
    .bmosh {
        flex-wrap: wrap;
    }
    .bmosh .elem {
        width: 100%;
    }
    .bmosh .e1:after {
        display: none;
    }
    .bmosh .e2 {
        margin-top: 25px;
    }
    .bmosh .inf {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .ll:after{
        content: "";
        display: block;
        position: absolute;
        bottom: 10px;
        top: 5%;
        width: 20px;
        right: 10px;

        background: url("/i/ps.svg") no-repeat center center;
        background-size: auto 100%;
    }

    .mob_h{
        display: block;
    }
    .mob_s{
        display: inline;
    }
    .mob_suk{
        display: none;
    }
    #prd .b2{
        flex-wrap: wrap;
    }
    #prd .b2 .elem{
        width: 100%;
    }
    .mob_e .item.tns-item{
        text-align: center;
    }
    .mtb {
        margin-top: 40px;
    }
    h1, h2.h1{
        font-size: 28px;
    }

    h2, .h2{
        font-size: 22px;
    }
    h3, .h3 {
        font-weight: bold;
        font-size: 18px;
        line-height: 140%;
    }
    .col2, .col3, .col4{
        flex-wrap: wrap;
    }
    .col2 > .elem{
        width: 50%;

    }

    .col2.betw > .elem{
        width: calc(50% - 15px);
    }
    .col3 > .elem{
        width: 50%;
        box-sizing: border-box;
    }

    .col4 > .elem{
        width: 50%;
        box-sizing: border-box;
    }

    .col3.betw > .elem{
        width: calc(50% - 15px);
    }

    #head .phone {
        margin-left: auto;
        padding-left: 0px;
        background: none;
    }
    #head .gamb {
        margin-left: 0px;
        margin-right: 5px;
    }
    #head .logo {
        margin-right:0px;
    }
    #head .phone a {
        font-size: 14px;
    }
    .home .b1 > .wrapper:before {
        background: #072e2a url(/i/mob_h2.jpg) no-repeat center center;
        left: auto;
        background-size: cover;
        right: 0;
        left: 0;
        width: auto;
        margin: auto;
    }
    .home .b1 .wrapper{
        min-height: 200px;
    }
    .home h1{
        font-size: 28px !important;
        margin-top: 40px;
        padding: 0 10px;
        margin-bottom: 40px;
    }
    #nb1 .desc {
        text-align: center;
        margin-top: 10px;
        font-size: 14px;
        padding: 0 10px;
    }
    .home .b1 {
        height: auto;
    }
    .home .b2 {
        margin-top: 0;
    }

    .home .plit .elem {
        min-height: 120px;
    }

    .home .ht{

    }
    .home .htn .st {
        margin-left: 20px;
        margin-right: 10px;
    }
    .home .htn.l2 .st {
        margin-right: 20px;
        margin-left: 10px;
    }
    .home .b2 > div {
        width: 100%;
    }
    #br .b1{
        height: auto;
        background-size: cover;
    }
    #br .b1 h1{
        margin-top: 40px;
    }
    #br .b1 h1, #br .b1 .desc {
        margin-left: 0px;
    }
    #br .b1 .desc{
        margin-bottom: 40px;
        font-size: 16px;
    }

    .col3 > .elem{
        width: 50%;
    }
    #br .b3 .h2{
        font-size: 18px;
    }
    #br .b2 {
        margin-top: 15px;
    }
    #br .b6{
        display: none;
    }
    #br .b7, #br .b8 .col4{
        flex-wrap: wrap;
    }
    #br .b8 .elem{
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    #br .b9 .txt{
        padding-left: 0;
    }
    #br .b9 .predesc {
        margin: 15px 0;
    }
    #serv .map{
        display: none;
    }
    #serv .b6 .elem{
        width: calc(50% - 10px);
    }
    #serv .b6 .elem .butb {
        font-size: 14px;
    }
    #serv .b6 .elem.spec {

        margin-left: 0px;
        padding: 10px;

        background: none;
        align-self: stretch;
        border: 1px solid #F5F6F8;
    }
    #serv .b1 .elem{
        width: 100%;
    }
    #serv .b1 .elem img{
        margin-top: 20px;

    }
    .dil .vibc .ili {
        margin: 20px 0;
    }
    .dil .vibc > .elem {
        width: 100%;
    }
    .dil .vibc {
        flex-wrap: wrap;
    }
    #cat .prd{
        flex-wrap: wrap;
    }
    #cat .dop_img{
        display: none;
    }
    #cat .img{
        width: 100%;
        padding: 0;
        text-align: center;
        justify-content: center;
    }
    #cat .img img{
        box-shadow: unset;
    }
    #cat .pinfo{
        text-align: center;
        padding: 10px;
    }
    #cat .pinfo .b1{
        flex-wrap: wrap;
        justify-content: center;
    }
    #cat .pinfo .name {
        margin-top: 10px;
    }
    .ugol_h, .sort {
        display: none
    }

    #prd .main_prd{
        padding: 1px 0;
        box-shadow: none;
    }
    .wrap_li{
        display: none;
    }
    #prd .b1 {
        flex-wrap: wrap;
    }
    #prd .b1 .elem{
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }
    #prd .mb .price span{
        line-height: 140%;
    }
    .elem .cir {
        margin-bottom: 10px;
    }
    #prd .b2 img{
        margin-top: 15px;
    }
    #prd .mainc .row{
        flex-wrap: wrap;
    }
    #prd .mainc .row img{
        margin: 10px 0;
    }
    #prd .mainc .row img{

    }
    #prd .mainc .row .elem{
        width: 100%;
    }
    .table .tr .td:first-child{
        padding-left: 10px;
    }
    .table .tr .td {
        padding-right: 10px;
    }
    #head .menu_top .item{
        padding: 14px 8px;
    }
    #con .big, #con .map{
        width: 100%;
    }

    #con .map{
        margin-top: 24px;
        height: 400px;
    }
    #prd .mb .comb h1{
        margin-top: 15px;
    }
    #prd .also .h1{
        margin: 0px 0;
    }

    .desc_main .row:nth-child(2n){
        flex-direction: column-reverse !important;
    }

}


@media screen and (max-width: 480px) {
    .col2 > .elem{
        width: 100%;
    }
    .zform textarea.p100{
        min-height: 220px;
    }
    .kk2 .pl{
        display: none;
    }

    .col2.betw > .elem{
        width: calc(100%);
    }
    .col3 > .elem{
        width: 100%;
        box-sizing: border-box;
    }

    .col4 > .elem{
        width: 100%;
        box-sizing: border-box;
    }

    .col3.betw > .elem{
        width: calc(100% );
    }
    .b_cnt .tags .tag {
        font-size: 10px;
        padding: 5px 8px;
        line-height: 1;
    }
    .vm__zag .s {
        font-size: 16px;
    }
    .vm__zag .b {
        font-size: 36px;
    }
}


@media screen and (min-width: 1800px) {
    .br_nav .d {
        display: block;
        background-color: unset;
        font-weight: normal;
    }

    .br_nav .active .d {
        background-color: #F5F6F8;
        font-weight: bold;
    }
}

.brd .back{
    min-height: 200px;
    max-height: 300px;
    background: url("/i/n_a.jpg") no-repeat center center;
    background-size: cover;
}

.brd .hj{
    background-color: #072e2a;
    color: #fff;
    padding: 20px 15px;
}

.brd .hj h1{
    margin-bottom: 20px;
}

#bn_m .m, #bn_m .s{
    display: none;
}
@media screen and (max-width: 1000px) {
    #bn_m{
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 700px) {
    #bn_m .f{
        display: none;
    }
    #bn_m .m{
        display: block;
    }
}
@media screen and (max-width: 400px) {
    #bn_m .m{
        display: none;
    }
    #bn_m .s {
        display: block;
    }
}


.war ol li{
    margin-bottom: 20px;
}

.home .wpp{
    cursor: pointer;
}