@import url("footer.css");

@font-face {font-family: 'Open Sans'; src: local('Open Sans Light'), local('OpenSans-Light'), url('opensans/opensanslight.woff2') format('woff2'), url('opensans/opensanslight.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('opensans/opensanslightitalic.woff2') format('woff2'), url('opensans/opensanslightitalic.woff') format('woff'); font-weight: 300; font-style: italic; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: local('Open Sans'), local('OpenSans'), url('opensans/opensans.woff2') format('woff2'), url('opensans/opensans.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: local('Open Sans Italic'), local('OpenSans-Italic'), url('opensans/opensansitalic.woff2') format('woff2'), url('opensans/opensansitalic.woff') format('woff'); font-weight: 400; font-style: italic; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('opensans/opensanssemibold.woff2') format('woff2'), url('opensans/opensanssemibold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('opensans/opensanssemibolditalic.woff2') format('woff2'), url('opensans/opensanssemibolditalic.woff') format('woff'); font-weight: 600; font-style: italic; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: local('Open Sans Bold'), local('OpenSans-Bold'), url('opensans/opensansbold.woff2') format('woff2'), url('opensans/opensansbold.woff') format('woff'); font-weight: 700; font-style: normal; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('opensans/opensansbolditalic.woff2') format('woff2'), url('opensans/opensansbolditalic.woff') format('woff'); font-weight: 700; font-style: italic; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('opensans/opensansextrabold.woff2') format('woff2'), url('opensans/opensansextrabold.woff') format('woff'); font-weight: 800; font-style: normal; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('opensans/opensansextrabolditalic.woff2') format('woff2'), url('opensans/opensansextrabolditalic.woff') format('woff'); font-weight: 800; font-style: italic; font-display: swap;}


/* СТРУКТУРНЫЕ СТИЛИ */



* {margin:0; padding: 0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
*, *::before, *::after {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
img {max-width: 100%; height: auto;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width: 1170px;}



.row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-auto,
.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-auto,
.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-auto,
.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-auto,
.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-auto{position:relative;width:100%;min-height:1px;}
.row-gap-20 {margin-right:-20px;margin-left:-20px; margin-top: -40px;}
.row-gap-15 {margin-right:-15px;margin-left:-15px; margin-top: -30px;}
.row-gap-10 {margin-right:-10px;margin-left:-10px; margin-top: -20px;}
.row-gap-5 {margin-right:-5px;margin-left:-5px; margin-top: -10px;}
.row-gap-1 {margin-right:-1px;margin-left:-1px; margin-top: -2px;}
.row-gap-0 {margin-right:0px;margin-left:0px; margin-top: -0px;}
.col-gap-20 {padding-right:20px;padding-left:20px; margin-top: 40px;}
.col-gap-15 {padding-right:15px;padding-left:15px; margin-top: 30px;}
.col-gap-10 {padding-right:10px;padding-left:10px; margin-top: 20px;}
.col-gap-5 {padding-right:5px;padding-left:5px; margin-top: 10px;}
.col-gap-1 {padding-right:1px;padding-left:1px; margin-top: 2px;}
.col-gap-0 {padding-right:0px;padding-left:0px; margin-top: 0px;}

.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.col-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
.col-1{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.col-2{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-3{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}
.col-4{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-5{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.col-6{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}
.col-7{-webkit-flex:0 0 14.2857143%;-ms-flex:0 0 14.2857143%;flex:0 0 14.2857143%;max-width:14.2857143%}
.col-8{-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}
.col-9{-webkit-flex:0 0 11.1111111%;-ms-flex:0 0 11.1111111%;flex:0 0 11.1111111%;max-width:11.1111111%}
.col-10{-webkit-flex:0 0 10%;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}

.flex-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.flex-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.flex-row-reverse{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
.flex-column-reverse{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
.flex-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.flex-nowrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}
.justify-content-start{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.justify-content-end{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
.justify-content-center{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.justify-content-between{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.justify-content-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}
.align-items-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.align-items-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}
.align-items-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.align-items-baseline{-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}
.align-items-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}

.text-justify{text-align:justify}
.text-nowrap{white-space:nowrap}
.text-truncate{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}
.text-left{text-align:left}
.text-right{text-align:right}
.text-center{text-align:center}


@media (min-width:576px){
    .col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
    .col-sm-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
    .col-sm-1{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
    .col-sm-2{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
    .col-sm-3{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}
    .col-sm-4{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
    .col-sm-5{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
    .col-sm-6{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}
    .col-sm-7{-webkit-flex:0 0 14.2857143%;-ms-flex:0 0 14.2857143%;flex:0 0 14.2857143%;max-width:14.2857143%}
    .col-sm-8{-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}
    .col-sm-9{-webkit-flex:0 0 11.1111111%;-ms-flex:0 0 11.1111111%;flex:0 0 11.1111111%;max-width:11.1111111%}
    .col-sm-10{-webkit-flex:0 0 10%;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}

    .row-gap-sm-20 {margin-right:-20px;margin-left:-20px; margin-top: -40px;}
    .row-gap-sm-15 {margin-right:-15px;margin-left:-15px; margin-top: -30px;}
    .row-gap-sm-10 {margin-right:-10px;margin-left:-10px; margin-top: -20px;}
    .row-gap-sm-5 {margin-right:-5px;margin-left:-5px; margin-top: -10px;}
    .row-gap-sm-1 {margin-right:-1px;margin-left:-1px; margin-top: -2px;}
    .row-gap-sm-0 {margin-right:0px;margin-left:0px; margin-top: -0px;}
    .col-gap-sm-20 {padding-right:20px;padding-left:20px; margin-top: 40px;}
    .col-gap-sm-15 {padding-right:15px;padding-left:15px; margin-top: 30px;}
    .col-gap-sm-10 {padding-right:10px;padding-left:10px; margin-top: 20px;}
    .col-gap-sm-5 {padding-right:5px;padding-left:5px; margin-top: 10px;}
    .col-gap-sm-1 {padding-right:1px;padding-left:1px; margin-top: 2px;}
    .col-gap-sm-0 {padding-right:0px;padding-left:0px; margin-top: 0px;}

    .flex-sm-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
    .flex-sm-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
    .flex-sm-row-reverse{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
    .flex-sm-column-reverse{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
    .flex-sm-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
    .flex-sm-nowrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
    .flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}
    .justify-content-sm-start{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
    .justify-content-sm-end{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
    .justify-content-sm-center{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
    .justify-content-sm-between{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
    .justify-content-sm-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}
    .align-items-sm-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
    .align-items-sm-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}
    .align-items-sm-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center}
    .align-items-sm-baseline{-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}
    .align-items-sm-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}

    .text-sm-left{text-align:left}
    .text-sm-right{text-align:right}
    .text-sm-center{text-align:center}
}
@media (min-width:768px){
    .container {padding-left: 40px; padding-right: 40px;}
    .col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
    .col-md-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
    .col-md-1{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
    .col-md-2{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
    .col-md-3{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}
    .col-md-4{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
    .col-md-5{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
    .col-md-6{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}
    .col-md-7{-webkit-flex:0 0 14.2857143%;-ms-flex:0 0 14.2857143%;flex:0 0 14.2857143%;max-width:14.2857143%}
    .col-md-8{-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}
    .col-md-9{-webkit-flex:0 0 11.1111111%;-ms-flex:0 0 11.1111111%;flex:0 0 11.1111111%;max-width:11.1111111%}
    .col-md-10{-webkit-flex:0 0 10%;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}

    .row-gap-md-20 {margin-right:-20px;margin-left:-20px; margin-top: -40px;}
    .row-gap-md-15 {margin-right:-15px;margin-left:-15px; margin-top: -30px;}
    .row-gap-md-10 {margin-right:-10px;margin-left:-10px; margin-top: -20px;}
    .row-gap-md-5 {margin-right:-5px;margin-left:-5px; margin-top: -10px;}
    .row-gap-md-1 {margin-right:-1px;margin-left:-1px; margin-top: -2px;}
    .row-gap-md-0 {margin-right:0px;margin-left:0px; margin-top: -0px;}
    .col-gap-md-20 {padding-right:20px;padding-left:20px; margin-top: 40px;}
    .col-gap-md-15 {padding-right:15px;padding-left:15px; margin-top: 30px;}
    .col-gap-md-10 {padding-right:10px;padding-left:10px; margin-top: 20px;}
    .col-gap-md-5 {padding-right:5px;padding-left:5px; margin-top: 10px;}
    .col-gap-md-1 {padding-right:1px;padding-left:1px; margin-top: 2px;}
    .col-gap-md-0 {padding-right:0px;padding-left:0px; margin-top: 0px;}

    .flex-md-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
    .flex-md-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
    .flex-md-row-reverse{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
    .flex-md-column-reverse{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
    .flex-md-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
    .flex-md-nowrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
    .flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}
    .justify-content-md-start{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
    .justify-content-md-end{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
    .justify-content-md-center{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
    .justify-content-md-between{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
    .justify-content-md-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}
    .align-items-md-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
    .align-items-md-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}
    .align-items-md-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center}
    .align-items-md-baseline{-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}
    .align-items-md-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}

    .text-md-left{text-align:left}
    .text-md-right{text-align:right}
    .text-md-center{text-align:center}
}
@media (min-width:992px){

    .col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
    .col-lg-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
    .col-lg-1{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
    .col-lg-2{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
    .col-lg-3{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}
    .col-lg-4{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
    .col-lg-5{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
    .col-lg-6{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}
    .col-lg-7{-webkit-flex:0 0 14.2857143%;-ms-flex:0 0 14.2857143%;flex:0 0 14.2857143%;max-width:14.2857143%}
    .col-lg-8{-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}
    .col-lg-9{-webkit-flex:0 0 11.1111111%;-ms-flex:0 0 11.1111111%;flex:0 0 11.1111111%;max-width:11.1111111%}
    .col-lg-10{-webkit-flex:0 0 10%;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}

    .row-gap-lg-20 {margin-right:-20px;margin-left:-20px; margin-top: -40px;}
    .row-gap-lg-15 {margin-right:-15px;margin-left:-15px; margin-top: -30px;}
    .row-gap-lg-10 {margin-right:-10px;margin-left:-10px; margin-top: -20px;}
    .row-gap-lg-5 {margin-right:-5px;margin-left:-5px; margin-top: -10px;}
    .row-gap-lg-1 {margin-right:-1px;margin-left:-1px; margin-top: -2px;}
    .row-gap-lg-0 {margin-right:0px;margin-left:0px; margin-top: -0px;}
    .col-gap-lg-20 {padding-right:20px;padding-left:20px; margin-top: 40px;}
    .col-gap-lg-15 {padding-right:15px;padding-left:15px; margin-top: 30px;}
    .col-gap-lg-10 {padding-right:10px;padding-left:10px; margin-top: 20px;}
    .col-gap-lg-5 {padding-right:5px;padding-left:5px; margin-top: 10px;}
    .col-gap-lg-1 {padding-right:1px;padding-left:1px; margin-top: 2px;}
    .col-gap-lg-0 {padding-right:0px;padding-left:0px; margin-top: 0px;}

    .flex-lg-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
    .flex-lg-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
    .flex-lg-row-reverse{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
    .flex-lg-column-reverse{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
    .flex-lg-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
    .flex-lg-nowrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
    .flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}
    .justify-content-lg-start{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
    .justify-content-lg-end{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
    .justify-content-lg-center{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
    .justify-content-lg-between{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
    .justify-content-lg-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}
    .align-items-lg-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
    .align-items-lg-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}
    .align-items-lg-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center}
    .align-items-lg-baseline{-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}
    .align-items-lg-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}

    .text-lg-left{text-align:left}
    .text-lg-right{text-align:right}
    .text-lg-center{text-align:center}
}
@media (min-width:1200px){
    .container {width: 95%;}
    .col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
    .col-xl-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
    .col-xl-1{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
    .col-xl-2{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
    .col-xl-3{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}
    .col-xl-4{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
    .col-xl-5{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
    .col-xl-6{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}
    .col-xl-7{-webkit-flex:0 0 14.2857143%;-ms-flex:0 0 14.2857143%;flex:0 0 14.2857143%;max-width:14.2857143%}
    .col-xl-8{-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}
    .col-xl-9{-webkit-flex:0 0 11.1111111%;-ms-flex:0 0 11.1111111%;flex:0 0 11.1111111%;max-width:11.1111111%}
    .col-xl-10{-webkit-flex:0 0 10%;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}

    .row-gap-xl-20 {margin-right:-20px;margin-left:-20px; margin-top: -40px;}
    .row-gap-xl-15 {margin-right:-15px;margin-left:-15px; margin-top: -30px;}
    .row-gap-xl-10 {margin-right:-10px;margin-left:-10px; margin-top: -20px;}
    .row-gap-xl-5 {margin-right:-5px;margin-left:-5px; margin-top: -10px;}
    .row-gap-xl-1 {margin-right:-1px;margin-left:-1px; margin-top: -2px;}
    .row-gap-xl-0 {margin-right:0px;margin-left:0px; margin-top: -0px;}
    .col-gap-xl-20 {padding-right:20px;padding-left:20px; margin-top: 40px;}
    .col-gap-xl-15 {padding-right:15px;padding-left:15px; margin-top: 30px;}
    .col-gap-xl-10 {padding-right:10px;padding-left:10px; margin-top: 20px;}
    .col-gap-xl-5 {padding-right:5px;padding-left:5px; margin-top: 10px;}
    .col-gap-xl-1 {padding-right:1px;padding-left:1px; margin-top: 2px;}
    .col-gap-xl-0 {padding-right:0px;padding-left:0px; margin-top: 0px;}

    .flex-xl-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
    .flex-xl-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
    .flex-xl-row-reverse{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
    .flex-xl-column-reverse{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
    .flex-xl-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
    .flex-xl-nowrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
    .flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}
    .justify-content-xl-start{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
    .justify-content-xl-end{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
    .justify-content-xl-center{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
    .justify-content-xl-between{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
    .justify-content-xl-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}
    .align-items-xl-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
    .align-items-xl-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}
    .align-items-xl-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center}
    .align-items-xl-baseline{-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}
    .align-items-xl-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}

    .text-xl-left{text-align:left}
    .text-xl-right{text-align:right}
    .text-xl-center{text-align:center}
}
@media (min-width:1800px){
    .container {max-width: 1310px;}
}
 

.image-wrapper-resp {
    display: block;
    min-height: 50px;
    position: relative;
    overflow: hidden;
}
.img-resp-65 {padding-top: 65%;}
.img-resp-70 {padding-top: 70%;}
.img-resp-100 {padding-top: 100%;}
.img-resp-140 {padding-top: 140%;}
.image-resp {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: block;
}


/* КОНЕЦ СТРУКТУРНЫЕ СТИЛИ */


/* ОБЩИЕ СТИЛИ ПРОЕКТА */

BODY { 
    color: black;
	font-size: 14px;
	font-family: trebuchet ms, helvetica, sans-serif;
	line-height: 1.5;
	background-color: #ffffff;
	margin: 0;
	position: relative;
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; 
    flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column;
    min-height: 100vh;
}

a {
    color: #257373;
    text-decoration: underline; 
    -webkit-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease; 
    -moz-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease; 
    -o-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease; 
    transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}

a:hover, a:focus {
    text-decoration: none;
}
p {margin-top: 15px;}
p:first-child {margin-top: 0;}


ul:not([class]), ol:not([class]) {
    margin: 10px 0; 
    overflow: hidden;
    padding-left: 35px;
}
ul:not([class])>li {
    margin-top: 1px;
    position: relative;
    list-style: none;
} 
ul:not([class])>li::before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0.75em;
    margin: auto;
    left: -17px;
    background-color: #000;
}
ul:not([class])>li:first-child {
    margin-top: 0;
}
fieldset {border: none;}
input, textarea {
    font-size: inherit;
	font-family: inherit;
	border-width: 1px;
	border-color: rgba(0,0,0,0.2);
	border-style: solid;
	position: relative;
	padding: 14px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
    -moz-transition: border-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-color 0.3s ease, background-color 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    }


input:focus, textarea:focus { 
    
}
input:hover, textarea:hover { 
    
}
input:not(:placeholder-shown), textarea:not(:placeholder-shown) { 
    
}
input.buttonSend {
    width: auto;
}
textarea {
    min-height: 118px;
    resize: none; 
}
input::placeholder, textarea::placeholder {color: inherit; opacity: 0.8;}
input::-webkit-input-placeholder, textarea::-webkit-textarea-placeholder {color: inherit; opacity: 0.8;}
input::-moz-placeholder, textarea::-moz-placeholder {color: inherit; opacity: 0.8;}
input:-moz-placeholder, textarea:-moz-placeholder {color: inherit; opacity: 0.8;}
input:-ms-input-placeholder, textarea:-ms-textarea-placeholder {color: inherit; opacity: 0.8;}




input[type="checkbox"], input[type="radio"] {
    width: auto; 
    height: auto; 
    display: inline-block; 
    margin-right: 8px;
}
select {
    height: 40px;
    width: auto; 
    max-width: 100%; 
    padding: 5px 15px; 
    border: 1px solid #cdcdcd;
    border-radius: 0px;
    font-size: 12px; }
button {
    font-family: inherit; 
    font-size: inherit; 
    cursor: pointer; 
    line-height: inherit; 
    -webkit-transition: background-color 0.3s ease, color 0.3s ease; 
    -moz-transition: background-color 0.3s ease, color 0.3s ease; 
    -o-transition: background-color 0.3s ease, color 0.3s ease; 
    transition: background-color 0.3s ease, color 0.3s ease;
}

.buttonSend {
    color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #257373;
	border-style: none;
	display: inline-block;
	padding: 11px 40px;
	text-align: center;
	border-radius: 2px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease; 
    -moz-transition: background-color 0.3s ease, color 0.3s ease; 
    -o-transition: background-color 0.3s ease, color 0.3s ease; 
    transition: background-color 0.3s ease, color 0.3s ease;
    line-height: 1;
    min-height: 46px;
}

a.buttonSend {display: inline-flex; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; justify-content: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; }

.buttonSend:hover, .buttonSend:focus {
    cursor: pointer;
    background-color: #2C7C7C;
}
.buttonSend--center {
    
    width: 100%;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}
.custom-checkbox {
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;

    cursor: pointer;
}
.custom-checkbox__checkbox {
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
    justify-content: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1px;
    margin-right: 10px;
    margin-top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}
.custom-checkbox__checkbox::before {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    margin: auto;
    border: 2px solid #333;
    border-left: none;
    border-top: none;
    -webkit-transform: translateY(-1px) rotate(45deg);
    -ms-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    bottom: 0;
    left: 0px;
    
}
.custom-checkbox__text {

    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.custom-checkbox:hover .custom-checkbox__text {

}
.custom-checkbox:hover .custom-checkbox__checkbox {
    border-color: #333;
}
.custom-checkbox__old-checkbox:focus~.custom-checkbox__checkbox {

}
.custom-checkbox__old-checkbox:focus~.custom-checkbox__text {
    
}
.custom-checkbox__old-checkbox:active~.custom-checkbox__checkbox {
	
}
.custom-checkbox__old-checkbox:active~.custom-checkbox__text {
    
}
.custom-checkbox__old-checkbox:checked~.custom-checkbox__checkbox {
	border-color: #333;
}
.custom-checkbox__old-checkbox:checked~.custom-checkbox__checkbox::before {
    opacity: 1;
}
.custom-checkbox__old-checkbox:checked~.custom-checkbox__text {
    
}


h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 800;
    line-height: 1.2;
}
strong {font-weight: 700;}

.nomark {
    list-style: none;
}

.table_wrapper {overflow-x: auto; width: 100%; position: relative;}
/* .table_wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 66%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 66%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 66%);
} */
.main table:not([class]) {width: 100%; text-align: left; border-spacing:0; border-collapse: collapse; font-size: 14px; margin: 15px 0;}
.main table:not([class]) td, .main table:not([class]) th {padding: 15px 15px; border-bottom: 1px dotted rgba(0,0,0,0.2); text-align: right; }
.main table:not([class]) thead th {padding: 15px 15px; color: #257373; font-weight: 400; text-transform: uppercase;}
.main table:not([class]) thead {

}
.main table:not([class]) td:nth-child(1), .main table:not([class]) th:nth-child(1) {
    text-align: left;
} 
.main table:not([class]) tbody tr {
    -webkit-transition: background-color 0.3s ease; 
    -moz-transition: background-color 0.3s ease; 
    -o-transition: background-color 0.3s ease; 
    transition: background-color 0.3s ease;
}
.main table:not([class]) tbody tr:hover {
    background-color: #fafafa;
}

.bg_ededed {background-color: #ededed;}
.bg_f8f9f9 {background-color: #f8f9f9;}
.small {font-size: 10px;}
.quote_note {
	font-style: italic;
	border-width: 2px;
	border-color: #ebdeb4;
	border-style: dashed;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
}
.quote_comment {
	font-style: italic;
	background-color: #edf1f3;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
}
.quote_info {
	font-style: italic;
	background-color: #f7f2e1;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
}
.quote_prevent {
	color: #ffffff;
	font-style: italic;
	background-color: #eb5338;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
}
.alcenter {text-align: center;}
@media (min-width:576px){
    .buttonSend--center {
        width: auto;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}


@media (min-width:990px){ 
    .main table:not([class]) {
        
    }
    .main table:not([class]) thead th {
        padding: 15px 29px;
    }
    .main table:not([class]) td, .main table:not([class]) th {
        padding: 15px 29px;
        min-width: 200px;
    }

    .main table:not([class]) td:nth-child(1), .main table:not([class]) th:nth-child(1) {
        text-align: left;
        width: 100%;
    } 
}

@media (min-width:1200px){ 

}

/* КОНЕЦ ОБЩИЕ СТИЛИ ПРОЕКТА */

/* Настройка секций и контентов */
.section {
    padding: 50px 0;
}
.section__title {
    text-align: center;
    font-weight: 300;
    font-family: open sans;
    line-height: 1.2;
    margin-bottom: 35px;
    display: block;
    font-size: 28px;
}

.content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.content .contentTitle, .content__title {
    text-align: center;
    font-weight: 300;
    font-family: open sans;
    line-height: 1.2;
    margin-bottom: 35px;
    display: block;
    font-size: 28px;
}


.content .contentText, .content__text {
    margin-bottom: 20px;
}

@media (min-width:576px){
    .section__title,
    .content .contentTitle, .content__title {font-size: 36px;}
}

@media (min-width:1100px) { 
    .section {
        padding: 70px 0;
    }
}

.mobile-skroller {
    overflow: scroll;
    box-sizing: border-box;
    height: calc(100% + 0px);
    margin: 0px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    
}
.mobile-skroller::-webkit-scrollbar{display:none;}

.mobile-skroller-wrapper {
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    flex-wrap: nowrap; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap;
    vertical-align: middle;
    position: relative;
}

@media (min-width:1100px) { 

    .mobile-skroller {overflow: initial;}
    .mobile-skroller-wrapper {
        min-width: 100%; flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
    }
}


.to_up {display: none;}




/* HEADER */


/* ШАПКА САЙТА */
.header {
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    background-image: url(foto-shapka_576.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 66px;
    position: relative;
}
.header::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    background-color: rgba(255,255,255,0.5);
}
.topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: white;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
}

.container.topbar__container {
    padding: 10px 15px;
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
	align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
}

.container.header__container {position: relative;} 

/* ОСНОВНОЕ МЕНЮ САЙТА */

.burger-btn {
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
	align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
    justify-content: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center;
    width: 46px;
    height: 46px;
    border-radius: 2px;
    padding: 0;
    border: none;
    cursor: pointer;

    background-color: #339191;
}

.burger-btn__icon {
    width: 26px;
    height: 26px;
    margin: auto;
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
	align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
    justify-content: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center;
    flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column;
}

.burger-btn__line {
    background-color: #fff;
    height: 4px;
    display: block;
    
    flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-negative: 0;
    border-radius: 4px;
    margin: 2px 0;
    width: 100%;
}

.topbar__blokkont {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
.topbar__blokkont .lint-tg {
    display: inline-block;
    margin-right: 15px;
    vertical-align: center;
    transform: translateY(2px);
}
.topbar__blokkont .lint-tg svg {
    fill: #fff;
    width: 17px;
}
.link-phone {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    font-family: open sans;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}
.link-phone:hover {
    color: #9CDCDC;
}

.link-whatsapp {
    text-decoration: none;
    fill: #fff;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
    
}
.link-whatsapp svg {
    width: 26px;
    height: 25px;
    display: block;
}


.header__block-logo {
    margin: 30px auto 0;
    width: 270px;
    text-align: center;

}

.siteTitle {
    font-size: 100%;
    font-weight: normal;
    text-transform: uppercase;
}
.siteSubtitle {
    font-size: 100%;
    font-weight: normal;
    text-transform: uppercase;
}

.header__block-kontakts {display: none;}


.bloktitle {
    background-color: rgba(255,255,255,0.7);
    padding-bottom: 21px;
    padding-top: 18px;
    margin-top: 30px;
    position: relative;
}
.page-title {
    font-size: 28px;
    font-weight: 300;
    font-family: open sans;
    line-height: 1.1;
    margin-bottom: 5px;
    text-align: center;
}


.breadcrumbs__container {
    overflow-x: scroll;
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.breadcrumbs__container::-webkit-scrollbar{display:none;}
.breadcrumbs__list { list-style: none; padding: 0; 
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    
justify-content: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    vertical-align: middle;
    position: relative;
}
.breadcrumbs__item {display: inline-block; white-space: nowrap; text-transform: lowercase; font-size: 13px;}
.breadcrumbs__item+.breadcrumbs__item::before {content: ""; width: 9px; height: 1px; margin: 0 8px; background: #646464; display: inline-block; bottom: 4px; position: relative;}
/* .breadcrumbs__item:last-child {padding-right: 20px;} */
.breadcrumbs__link {color: inherit; padding: 3px 0; display: inline-block; text-decoration: none; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
.breadcrumbs__endtext {color: inherit; padding: 3px 0; display: inline-block;}
a.breadcrumbs__link:hover {text-decoration: underline; }


.header__block {display: none;}


.blokmenu {
    width: calc(100% - 70px);
    max-width: 250px;
    position: fixed;
    top: 0;
    height: 100dvh;
    left: -800px;
    z-index: 120;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
} 

.fix .topbar {
    position: fixed;
    top: 0px;
    bottom: initial;
    z-index: 100;
    animation: fixmen 0.5s;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
 }

 @keyframes fixmen {
    0%{
        opacity: 0.7;
        -webkit-transform: translateY(-60px); -ms-transform: ranslateY(-60px); transform: ranslateY(-60px);
    }
    100%{
        opacity: 1;
       -webkit-transform: translateY(0px); -ms-transform: ranslateY(0px); transform: ranslateY(0px);
    }
}

.link-insta {
    display: block;
    width: 40px;
    height: 40px;
}
.link-insta:hover svg {
    fill: rgba(0, 0, 0, 0.6);
}

.logotype {display: block;}
.block-kontakts {
    margin-top: 25px;
    text-align: center;
}
.block-kontakts__phone {
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
    justify-content: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center;
}

.block-kontakts__phone .link-whatsapp {}
.block-kontakts__phone .link-whatsapp svg {
    fill: #000;
    width: 30px;
    height: 30px;
}
.block-kontakts__phone .link-whatsapp:hover svg {
    fill: rgba(0, 0, 0, 0.6);
}
.block-kontakts__phone .link-phone {color: #000; font-size: 18px;}
.block-kontakts__phone .link-phone:hover {color: #339191;}
.block-kontakts__btn-zvonok {
    margin-top: 20px;
}
.block-kontakts__email {display: none;}
.link-email {    color: inherit;}

@media (min-width:576px){
    .page-title {font-size: 36px; margin-bottom: 15px;}
    .header__block-logo {width: 370px; text-align: left;}
    .burger-btn {width: 56px; height: 56px;}
    .link-phone {font-size: 22px;line-height: 1.1;}
    .topbar__blokkont .lint-tg svg {
        width: 22px;
    }
    .link-whatsapp {margin-right: 10px;}
    .link-whatsapp svg {width: 32px; height: 32px;}
    .header {
        background-image: url(foto-shapka_1200.webp);
    }
}

@media (min-width:768px){
    .block-kontakts {text-align: left;}
    .block-kontakts__phone:last-child {
        margin-left: 23px;
    } 
    .block-kontakts__phonus { 
        display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
        align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
    }
    .block-kontakts__btninst { 
        display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
        align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
        margin-top: 28px;
    }
    .block-kontakts__btn-zvonok {margin-top: 0;}
    
 
    

    
    .block-kontakts__link-insta {margin-left: 22px;}

    .buttonSend.buttonSend--perezvon {padding: 15px 40px;}
    .block-kontakts__adres {margin-top: 15px;}
}

@media (min-width:992px){
    .header {
        padding-top: 51px;
    }
    .header::before {    background-color: rgba(255, 255, 255, 0.1);}
    .bloktitle {margin-top: 0; padding-bottom: 26px; padding-top: 23px; }
    .breadcrumbs__item {font-size: 14px;}
    .container.header__container {
        display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
        align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
        width: 88%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .header__block-kontakts {display: block;}
    .header__block-logo {
        margin-left: 0;
        margin-top: 0;
    }
    .siteTitle {margin-top: -16px;}
}

@media (min-width:1100px){
    .header {
        background-image: url(foto-shapka_1920.webp);
        background-position: bottom center;
    }
    .topbar {display: none;}
    .mainblokmenu {
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 21;
    }
    .blokmenu {position: initial; height: auto; width: 100%; left: 0; padding-right: 0; max-width: 100%; z-index: 9; background-color: transparent;}
    .burger-btn, .blokmenu__closemenu, .blokmenu__contentText, .blokmenu__blok-kont {display: none;}

    .nav {margin: 0 auto;}
    .nav__list {display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; justify-content: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; list-style: none; width: 100%;}
    .nav__item {position: relative; margin: 0 3px;}
    
    .nav__item.nav__item-catalog {position: initial;}

    .nav__link {
        color: #ffffff;
        text-decoration: none;
        width: 100%;
        padding: 15px 40px;
        text-align: center;
        display: block;
    }

    .nav__link:hover, .nav__link.nav__link-active, .nav__item.nav__item-parent:hover > .nav__link {
        background-color: #339191;
    }

    .nav__item > .nav__sublist {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 20px 0;

        list-style: none; visibility: hidden; 
        opacity: 0; min-width: 100%; 
        -webkit-transition: all 0.1s ease; transition: all 0.1s ease; 
        position: absolute; 
        top: 100%; 
        left: 50%;  
        z-index: 50; 
        
        -webkit-box-shadow: 0 5px 2em rgba(0, 0, 0, 0.1); box-shadow: 0 5px 2em rgba(0, 0, 0, 0.1); 
        width: auto;
        max-width: 250px;
        -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);
    }

    .nav__link.nav__link-parent {position: relative;}
    .nav__link.nav__link-parent::after {
        content: "";
        position: relative;
        border: 2px solid #fff;
        border-top: none;
        border-left: none;
        height: 6px;
        width: 6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        margin-left: 10px;
        top: -3px;
    }
    .nav__item::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 15px;
        background-color: rgba(255,255,255,0.2);
        margin: auto;
        left: -3px;
    }
    .nav__item:first-child::before {display: none;} 
    .nav__item-parent:hover .nav__link.nav__link-parent::after, .nav__link.nav__link-parent.nav__link-active::after {}
    .nav__item:hover > .nav__sublist {visibility: visible; opacity: 1;}
    .nav__sublist-link {
        display: block;
        width: 100%;
        padding: 10px 83px 10px 30px;
        text-align: left;
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
    .nav__sublist-link:hover {
        background-color: #339191;
    }
   
    /* .nav__item[data-id="home"], .nav__sublist-item[data-id="produkciya"] {display: none;} */
  

    .blokmenu__wrapper {
        display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
        align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
        width: 100%;
    }
    

    .fix .mainblokmenu {
        position: fixed;
        top: 0px;
        bottom: initial;
        z-index: 100;
        animation: fixmen 0.5s;
        width: 100%;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(25px);
     }
}
/* КОНЕЦ ОСНОВНОЕ МЕНЮ САЙТА */




/* Формы */
.zapisonline {
    color: #FFFFFF;
    background-position: center center;
    position: relative;
    background-image: url(fon-podval-576.webp);
    padding-top: 85px;
    padding-bottom: 100px;
}
.zapisonline::before {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    content: "";
}
.container.zapisonline__container {
    position: relative;
    z-index: 2;
}

.zapisonline__formwrapper {
    max-width: 370px;
    margin: auto;
}
.zapisonline__text {
    font-size: 21px;
    line-height: 1.3;
    margin: auto;
    width: 80%;
    text-align: center;
}
.zapisonline__text strong {
    color: #3cc1c1;
}
.zapisonline__form {
    margin-top: 27px;
}

.htmlform__label {display: none;}
.pole_vvoda, .pole_text {width: 100%; display: block;}
.htmlform__object {margin-top: 15px;}

.infochek {
    margin-top: 20px;
    width: 100%;
    
}
.infochek a {
    color: inherit;
}

.zapisonline .infochek {
    color: #aaaaaa;
}
.zapisonline .buttonSend {
    margin: 30px auto 0;
    display: block;
    width: 100%;
    text-transform: none;
}

.otpravka { background-color: rgba(0,0,0,0.5); display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; z-index: 111111111;}
.otpravka__massage {
    margin: auto; background: #fff; padding: 60px 50px; border-radius: 10px; color: #3F3B3B; font-size: 16px; 
    display: inline-flex; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; justify-content: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; 
    width: 95%;
    max-width: 500px;
}
.otpravka__massage::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    background-image: url(ok_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-negative: 0;
}
.otpravka__massage strong {display: block; text-align: center;}

.content + .zapisonline  {
    margin-top: 40px;
}

@media (min-width:576px){
    .zapisonline {
        background-image: url(fon-podval-1200.webp);
    } 
}

@media (min-width:1100px){
    .zapisonline {
        background-image: url(fon-podval-1920.webp);
    } 
    .content + .zapisonline  {
        margin-top: 60px;
    }
}

.mainstartform {
    padding-top: 30px;
    padding-bottom: 0;
}
.mainstartform .html5form__wrapper {
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
    padding: 35px 25px;
}

.mainstartform .section__title {
    margin-bottom: 10px;
}

.mainstartform .section__text {
    line-height: 1.2;
    margin: auto;
    margin-bottom: 25px;
    text-align: center;
    font-size: 17px;
}

.mainstartform .buttonSend {
    margin-top: 15px;
    width: 100%;
}




@media (min-width:576px){
    .mainstartform { 
        padding-bottom: 45px;
    }
    .mainstartform .html5form__wrapper {
        padding: 40px 80px 50px;
        max-width: 570px;

        margin: auto;
    }
    .mainstartform .section__text {font-size: 21px;}
}

@media (min-width:992px){
    .mainstartform {padding-bottom: 70px; padding-top: 10px;}
}

@media (max-width:1099px){
    .yButton {display: none;}
}

