@charset "utf-8";
@import "bootstrap-91.css";
@import "normalize-92.css";
@import "slick-60.css";
@import "magnific-popup-59.css";
@import "callback-btn-83.css";
@import "callback-modal-79.css";
@import "typography-88.css";

/* Класс для увеличения картинки */
.zoom-img {}

/* Класс для галлереи */
.gallery {}

/* Класс для формы */
.form-submit-toggle {}

/* Класс для кнопки заказать звонок */
.callback-toggle {}

/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}
.img-cover_inited > img {
    visibility: hidden;
}

/**********************************/

.main {
    display: flex;
}
.component {
    width: 100%;
}
.left, .right {
    width: 30%;
}

@font-face {
    font-family: 'ProximaNovaBlack'; 
    src: url(ProximaNovaBlack-70.otf) format('opentype');
}

@font-face {
    font-family: 'ProximaNovaBold'; 
    src: url(ProximaNovaBold-75.otf) format('opentype');
}

@font-face {
    font-family: 'ProximaNovaLight'; 
    src: url(ProximaNovaLight-71.otf) format('opentype');
}

@font-face {
    font-family: 'ProximaNovaRegular'; 
    src: url(ProximaNovaRegular-67.otf) format('opentype');
}

@font-face {
    font-family: 'ProximaNovaSemibold'; 
    src: url(ProximaNovaSemibold-64.otf) format('opentype');
}

@font-face {
    font-family: 'ProximaNovaSemiboldIt'; 
    src: url(ProximaNovaSemiboldIt-62.otf) format('opentype');
}

@font-face {
    font-family: 'ProximaNovaRegularItalic'; 
    src: url(ProximaNovaRegularItalic-61.otf) format('opentype');
}

@font-face {
    font-family: 'ProximaNovaExtrabold'; 
    src: url(ProximaNovaExtrabold-63.otf) format('opentype');
}







body{
    background: #FFF7F7;
    color: #000;
    font-size: 17px;
    font-family: "ProximaNovaRegular";
}
body p{
    margin-top: 0;  
    margin-bottom: 10px;
}

p.h1,h1{
    margin-top: 0;
    text-align: center;
    font-family: "ProximaNovaRegular";
    font-size: 40px;
    position: relative;
    margin-bottom: 45px;
    z-index: 4;
    padding: 30px 0;
    text-transform: uppercase;
}
p.h1 span,h1 span{
    font-family: "ProximaNovaBold";
}
p.h1::after,h1::after {
    position: absolute;
    top: calc(50% - 52px);
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 108px;
    content: attr(data-tooltip);
    font-size: 135px;
    font-family: "ProximaNovaBold";
    color: #BBCBDD;
    z-index: -1;
    opacity: 0.3;

}
.wrapper{
    max-width: 1920px;
    margin: 0 auto;
     min-height:100vh;
   position:relative;
   overflow: hidden;
   min-width: 1200px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}

.wrapper .container{
    width: 1170px;
}
.flexSA{
    display: flex;
    justify-content:space-around;
}

.flexSB{
    display: flex;
    justify-content:space-between;
}
.flexCenter{
    display: flex;
    justify-content:center;
}

.flexAI{
    display: flex;
    align-items:center;
}

.flexW{
    display: flex;
    flex-wrap:wrap;
}
.flexColumn{
    display: flex;
    flex-direction:column;
}
.flexStart{
    display: flex;
    justify-content:flex-start;
}
.flexEnd{
    display: flex;
    justify-content:flex-end;
}

/*header*/
.insidepage header .headerWrapAbs{
    position: static;
    margin-bottom: 15px;
}
.insidepage .item-page{
    padding-bottom: 30px;
}
.insidepage .item-page ul li{
    list-style-type: disc;
    list-style-position: inside;
}
header .headerWrapAbs{
    position: absolute;
    top: 50;
    left: 0;
    width: 100%;
    z-index: 15;
    padding-top: 20px;
}
.wrapHeader{
    margin-bottom: 20px;
}
.logoBlock p{
    font-size: 14px;
    padding: 6px 0 6px 17px;
    border-left: 2px solid #002D70;
    margin: 0;
    text-transform: uppercase;
}
.logoBlock a{
    display: block;
    margin-right: 18px;
}
.logoBlock span{
    display: block;
    font-size: 22px;
    font-family: "ProximaNovaSemiboldIt";
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 5px;
}
header .infoBlock button{
    font-size: 16px;
    font-family: "ProximaNovaBold";
    color: #000;
    background: none;
    border: 2px solid #F5911E;
    border-radius: 27px;
    line-height: 1;
    padding: 17px 20px;
    margin-left: 35px;
    transition:all 0.3s;
}
header .infoBlock button:hover{
    background: #F5911E;
    color: #fff;
}
header .infoBlock .phoneBlock{
    background: url(phoneHeadIcon-77.webp) no-repeat left center;
    padding: 10px 0 10px 60px;
}
header .infoBlock .phoneBlock a{
    font-size: 20px;
    color: #000;
    display: block;
}
header .infoBlock .phoneBlock a span{
    font-family: "ProximaNovaBold";
}
.mainBlock {
    position: relative;
    z-index: 5;
}
.mainWrapBlock{
	background: #002D70;
}
.mainBlock ul{
    padding: 17px 25px;    
    display: flex;
    justify-content: center;
}
.mainBlock ul li a{
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    margin: 0 10px;
    font-family: "ProximaNovaBold";

}
/*End header*/
/*fixLine*/
.fixLine{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 8px 0;
    z-index: 15;
    background: #002D70;
}
.infoBlockFix{
	text-align:center;
}
.infoBlockFix a{
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 4px;
	
} 
.infoBlockFix a span{
	font-family: "ProximaNovaBold";
}
.infoBlockFix button {
    background: none;
    height: 36px;
    border: none;
    padding: 0;
    margin-left: 10px;
}
.infoBlockFix button img{
    max-height: 100%;
}
.infoBlockFix button:hover{
	background: #F5911E;
}

header .fixLine .infoBlock a,header .fixLine .infoBlock button{
    color: #fff;
}
header .fixLine .infoBlock button:hover{
    background: #F5911E;
}
.fixLine ul{
    display: flex;
    justify-content: flex-start;
    margin: 0;
}
.fixLine ul li a{
    display: block;
    color: #fff;
    font-size: 15px;
    font-family: "ProximaNovaBold";
    text-transform: uppercase;
    margin-right: 20px;

}
header .fixLine .infoBlock .phoneBlock{
    background: url(phoneHeadIconFix-68.webp) no-repeat left center;
    padding-left: 60px;
}

/*fixLine*/

/*topSliderBlock*/
.topSliderBlock{
    background: url(slideTopBg-82.webp) no-repeat top center;
    height: 865px;
    padding-top: 128px;
}
.topSlider{
    position: relative;
}
.topSlider .slick-arrow{
    position: absolute;
    font-size: 0;
    border: none;
    z-index: 1;
    width: 67px;
    height: 51px;
    top: 358px;
}
.topSlider .slick-prev{
    background: url(prevTS-93.webp) no-repeat;
    left: 485px;
}
.topSlider .slick-next{
    background: url(nextTS-94.webp) no-repeat;
    left: 587px;
}
.slideTop .txtBlock{
    width: 460px;
    padding-top: 25px;
}
.topSliderBlock .slideTop{
    padding-left: 33px;
}
.slideTop .imgBlock{
    width: 570px;

} 
.slideTop .txtBlock p{
    font-size: 23px;
    text-transform: uppercase;
    font-family: "ProximaNovaLight";
    line-height: 1.1;
    margin-bottom: 60px;
}
.slideTop .txtBlock p.name{
    position: relative;
    font-family: "ProximaNovaBold";
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 10px;
}
/*.slideTop .txtBlock p.name:before{
	position: absolute;
	content: '';
	height: 4px;
	width: 66px;
	left: -80px;
	top: 16px;
	background: #0164AE;
}*/
.slideTop .txtBlock .nucPreSlide p{
    font-size: 17px;
    font-family: "ProximaNovaBold";
    color: #002D70;
    margin-bottom: 0;
    width: calc(100% - 85px);
}
.slideTop .txtBlock .nucPreSlide{
    margin-bottom: 25px;
}
.slideTop .txtBlock .nucPreSlide .imgW{
    margin-right: 15px;
    width: 70px;
    text-align: right;
}
.slideTop .txtBlock .nucPreSlide img{
    display: inline-block;
}
/*End topSliderBlock*/
/*tableCatBlock*/
.tableCatBlock{
    background: url(tableCatBlockBg-72.webp) no-repeat top center;
    margin-top: -75px;
    padding: 50px 0 20px;
}

.tableCatBlock table{
    width: 100%;
}
.tableCatBlock table th{
    border-top: 1px solid #F5911E;
    border-bottom: 1px solid #F5911E;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "ProximaNovaBold";
    text-transform: uppercase;
}
.tableCatBlock table th:first-child,.tableCatBlock table td:first-child{
    text-align: left;
}
.tableCatBlock table td{
    font-size: 17px;
    color: #fff;
    text-align: center;
    border-bottom: 1px dotted #0082D2;
    padding: 7px 0;
}
.tableCatBlock table td:last-child{
    border-bottom: none;
    text-align: right;
}
.tableCatBlock table td button{
    font-size: 16px;
    color: #fff;
    font-family: "ProximaNovaSemibold";
    padding: 9px 10px 9px 50px;
    border-radius: 20px;
    text-transform: uppercase;
    background: url(cbPhone-89.webp) no-repeat 20px center,#F5911E;
    border: none;
    transition:all 0.3s;
}
.tableCatBlock table td button:hover{
    background: url(cbPhone-89.webp) no-repeat 20px center,#0164AE;
}
.wrapTabTop ul{
    display: flex;
    justify-content: flex-end;
}
.wrapTabTop ul li{
    margin-left: 80px;
}
.wrapTabTop ul li a{
    position: relative;
    display:block;
    width: 250px;
    font-size: 23px;
    font-family: "ProximaNovaBold";
    color: #002D70;
    text-transform: uppercase;
    border-radius: 20px;
    background: #fff;
    padding: 9px 20px;
    line-height: 1;
    margin-bottom: 55px;
}
.wrapTabTop ul li.active a{
    color: #fff;
    background: #F5911E;
}
.wrapTabTop ul li a img{
    position: absolute;
    right: -30px;
    top: -15px;
}
.wrapTabTop ul li a span{
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    bottom: -23px;
    font-family: "ProximaNovaRegular";
    font-size: 16px;
}
.wrapTabTop ul li.active a:before{
    position: absolute;
    right: 35px;
    content: url(tableSelect-80.webp);
    bottom: -60px;
}
/*End tableCatBlock*/

/*cbBlock*/
.cbBlock{
    background: #000A4A;
    padding: 10px 0;
}
.cbBlock button{
    font-size: 16px;
    font-family: "ProximaNovaSemibold";
    text-transform: uppercase;
    padding: 13px 20px 13px 50px;
    color: #fff;
    border: none;
    border-radius: 21px;
    line-height: 1;
    margin-left: 15px;
}
.cbBlock .buttonsBlock button:first-child{
    background: url(priceIcon-84.webp) no-repeat 10px center,#F5911E;
    transition:all 0.3s;
}
.cbBlock .buttonsBlock button:last-child{
    background: url(menedgerIcon-78.webp) no-repeat 15px center,#F5911E;
    transition:all 0.3s;
}
.cbBlock .buttonsBlock button:hover:first-child{
    background: url(priceIcon-84.webp) no-repeat 10px center,#0164AE;
}
.cbBlock .buttonsBlock button:hover:last-child{
    background: url(menedgerIcon-78.webp) no-repeat 15px center,#0164AE;
}
.cbBlock .txtBlock{
    border-left: 1px solid #F5911E;
    padding:10px 0 8px 13px;
}
.cbBlock .txtBlock p{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}
.cbBlock .txtBlock p a{
    font-size: 21px;
    font-family: "ProximaNovaBold";
    color: #F5911E;
}
/*End cbBlock*/

/*calculateBlock*/
.calculateBlock{
    background: url(calculateBlock-76.webp) no-repeat top center;
    padding: 70px 0 40px;
}

.calculateBlock p.sravn{
	text-align: center;
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 1;
	text-transform: uppercase;
}
.calculateBlock p.h1,.calculateBlock h1{
	margin-bottom: 15px;
}
.calculateBlock .wrapInputs input{
    width: 304px;
    border-radius: 23px;
    border: none;   
    padding: 15px 50px;
    line-height: 1;
    color: #000;
    margin: 0 15px;
}
.calculateBlock .wrapInputs{
    margin-bottom: 40px;
}
.calculateBlock .wrapInputs input.nameI{
    background: url(nameI-96.webp) no-repeat 20px center, rgba(187,203,221,0.5);
}
.calculateBlock .wrapInputs input.phoneI{
    background: url(phoneI-95.webp) no-repeat 20px center, rgba(187,203,221,0.5);
}
.calculateBlock .wrapInputs button{
    width: 304px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "ProximaNovaSemibold";
    text-transform: uppercase;
    background: #F5911E;
    line-height: 1;
    border-radius: 23px;
    padding: 15px 50px;
    border: none;
    margin: 0 15px;
    transition:all 0.3s;
}
.calculateBlock .wrapInputs button:hover{
   background: #0164AE; 
}
.calculateBlock form label{
    position: relative;
    padding-left: 40px;
    font-weight: normal;
}
.calculateBlock form label,.calculateBlock form label a{
    color: #000;
    font-size: 15px;
    font-family: "ProximaNovaLight";
}
.calculateBlock form label a{
    text-decoration: underline;
}
#checkCF{
    position: absolute;
    opacity: 0;
}
#checkCF:checked + label::before {
    font-size: 20px;
    color: #F5911E;
    text-align: center;
    content: "\2713";
    line-height: 22px;
    font-family: "ProximaNovaBold";
}
.calculateBlock form label:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    width: 17px;
    height: 17px;
    background: #fff;
}
/*End calculateBlock*/
/*productionBlock*/
.productionBlock{
    padding: 90px 0;
}
.productionBlock p.h1{
    margin-bottom: 135px;
}
.productionBlock .txtBlock{
    width: 555px;
    position: relative;
}
.productionBlock .txtBlock:before{
    position: absolute;
    content: '';
    left: -30px;
    top: -30px;
    border-left: 9px solid #F5911E;
    border-top: 9px solid #F5911E;
    width: 112px;
    height: 112px;
}
.productionBlock .txtBlock p,.productionBlock .txtBlock ol,.productionBlock .txtBlock ul{
    position: relative;
    z-index: 1;
}
.productionBlock .txtBlock p{
    margin-bottom: 35px;
}
.productionBlock .txtBlock p.styleP{
    font-size: 17px;
    font-family: "ProximaNovaBold";
    color: #0164AE;
    text-transform: uppercase;
    margin-bottom: 0;
}
.wrapProdBlock{
    padding-right: 200px;
}
.productionBlock .txtBlock ol{
    padding-left: 0;
    list-style-position: inside;
}
.productionLeft{
    position: absolute;
    left: -590px;
    top: -135px;
}
.productionBlock .txtBlock:after{
    position: absolute;
    content: url(productionRight-73.webp);
    top: 0;
    left: calc(100% + 35px);
}
/*End productionBlock*/
/*photogallaryBlock*/
.photogallaryBlock{
    padding: 10px 0 30px;
}
.wrapPG{
    max-width: 1735px;
    padding:0 30px;
    margin: 0 auto;
    display: grid;
    grid-gap:30px;
    grid-template-columns:repeat(6,1fr);
    grid-template-rows:repeat(2,1fr); 
}
.wrapPG .nucPG{
    border-radius: 20px;
    overflow: hidden;
}
.wrapPG .nucPG:hover{
    box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.35);
}
.wrapPG .nucPG.doublecol{
    grid-column: span 2;
}
.wrapPG .nucPG.doublerow{
    grid-row: span 2;
}




/*End photogallaryBlock*/
/*applicationBlock*/
.applicationBlock{
    background: url(applicationBlockBg-65.webp) no-repeat bottom center;
}
.applicationBlock p{
    text-align: center;
}
.wrapPreBlock{
    padding: 60px 0 1px;    
}
.wrapPreBlock .nucPre{
    padding: 0 60px;
    text-align: center;
    margin-bottom: 50px;
}
.wrapPreBlock .nucPre p{
    text-transform: uppercase;
    font-family: "ProximaNovaSemibold";
}
.wrapPreBlock .nucPre .imgW{
    margin-bottom: 15px;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*End applicationBlock*/
/*compositeBlock*/
.compositeBlock{
    background: url(compositeBlockBg-69.webp) no-repeat center;
    padding: 85px 0 60px;
}
.compositeBlock h1,.compositeBlock p.h1{
    color: #fff;
}
.wrapImgCompos{
    display: flex;
    justify-content: center;
    position: relative;

}
.wrapImgCompos .priceWhy{
    position: absolute;
    left: 165px;
    top: 225px;
    border-radius: 40px;
    background: #0164AE;
    padding: 10px 20px;
}
.wrapImgCompos .priceWhy p{
    color: #fff;
    font-size: 40px;
    font-family: "ProximaNovaSemibold";
    line-height: 1;
    margin: 0 0 0 45px;
    position: relative;
    white-space: nowrap;
}
.wrapImgCompos .priceWhy p:before{
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    transform: rotate(21deg);
    left: -25px;
    top: 0;
    background: #F5911E;
}
.wrapImgCompos .priceWhy p span{
    font-size: 17px;
    font-family: "ProximaNovaSemiboldIt";
    display: block;
}
.wrapImgCompos p{
    font-size: 17px;
    font-family: "ProximaNovaBold";
    color: #fff;
    line-height: 1;
    position: absolute;
}
.wrapImgCompos p.element1{
    top: 71px;
    left: 335px;
}
.wrapImgCompos p.element2{
    top: 71px;
    left: 650px;
}
.wrapImgCompos p.element3{
    top: 71px;
    left: 1000px;
}
.wrapImgCompos p.element4{
    bottom: 44px;
    left: 270px
}
.wrapImgCompos p.element5{
    bottom: 44px;
    left: 485px;
}
.wrapConsultCB{
    position: absolute;
    right: 167px;
    bottom: 35px;
}
.wrapConsultCB p{
    position: static;
    text-align: center;
    font-size: 20px;
    font-family: "ProximaNovaRegular";
    text-transform: uppercase;
}
.wrapConsultCB form{
    border: 1px solid #fff;
    padding: 15px;
    width: 570px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
}
.wrapConsultCB form button{
    width: 234px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "ProximaNovaSemibold";
    text-transform: uppercase;
    background: #F5911E;
    line-height: 1;
    border-radius: 23px;
    padding: 15px 50px;
    border: none;
    transition:all 0.3s;
}
.wrapConsultCB form button:hover{
    background:#0164AE; 
}
.wrapConsultCB form input{
    padding-left: 35px;
    font-size: 28px;
    color: #fff;
    width: calc(100% - 270px);
    background: url(cbPhone-89.webp) no-repeat left center;
    border: none;
}
.compositeBlock p.h1{
    margin-bottom: 0px;
}
/*End compositeBlock*/
/*fastConsultBlock*/
.fastConsultBlock{
    padding: 65px 0 65px;
    position: relative;
    background: url(fastConsultBlockBg-66.webp) no-repeat center;
}
.fastConsultBlock p.h1:after,.fastConsultBlock h1:after{
    text-align: left;
}
.fastConsultBlock p.h1{
    text-align: left;
}
.wrapConsButt{
    margin-bottom: 30px;
}
.wrapConsButt img{
    margin-right: 5px;
    transition:all 0.3s;
}
.wrapConsButt .wrapMess{
    margin-right: 65px;
}
.wrapConsButt .wrapMess:hover img{
    margin-top: -10px;
    margin-bottom: 10px;
}
.wrapConsButt span{
    color: #000;
    font-size: 18px;
    font-family: "ProximaNovaSemibold";
    text-transform: uppercase;
    line-height: 1;
    padding-top: 15px;
}
.fastConsultBlock button{
    width: 440px;
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "ProximaNovaSemibold";
    border: 5px solid #F5911E;
    border-radius: 28px;
    padding: 15px 40px 15px 83px;
    background: url(specIcon-86.webp) no-repeat 25px 10px;
    transition:all 0.3s;
}
.fastConsultBlock button:hover{
    /*color: #fff;*/
    /*background: url(specIcon-86.webp) no-repeat 25px 10px,#F5911E;*/
}
.fastConsultBlockDecore{
    position: absolute;
    bottom: 0;
    z-index: 6;
    right: calc((100vw - 1140px) / 2 - 35px);
}

/*End fastConsultBlock*/

/*sertBlock*/
.sertBlock{
    background: url(sertBlockBg-81.webp);
    padding: 80px 0 0;
}
.sertBlock p.h1{
    text-align: left;
    margin-bottom: 40px;
}
.wrapSertBlock{
    align-items: flex-start;
}
.recvisits  .bigPSert{
    font-family: "ProximaNovaBold";
    text-transform: uppercase;
    font-size: 24px;
}
.sertBlock p.h1:after,.sertBlock h1:after{
    text-align: left;
}
.recvisits{
    padding: 15px;
    border-left: 8px solid #002D70;
}
.recvisits p{
    font-size: 15px;
    margin-bottom: 30px;
}
.recvisits p:last-child{
    margin-bottom: 0;
}
.recvisits p span{
    font-family: "ProximaNovaBold";
}
.sertBlock .txtBlock{
    width: 445px;
}
.sertImgBlock{
    width: 665px;
    position: relative;
    z-index: 6;
}
.sertImgBlock .imgW{
    border: 1px solid #fff;
    padding: 10px;
    max-width: 310px;
}
.sertImgBlock .imgW img{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.39);
    max-width: 100%;
}
/*End sertBlock*/
/*deliveryBlock*/
.deliveryBlock{
    background: url(deliveryBlockBg-74.webp) no-repeat top center;
    padding: 70px 0 60px;
    
}
.deliveryBlock p.h1:after,.deliveryBlock h1:after{
    text-align: right;
    color: #fff;

}
.wrapSeliv .txtBlock{
    width: 630px;
    position: relative;
}
.wrapSeliv .txtBlock .wrapDelPre,.wrapSeliv .txtBlock p{
    position: relative;
    z-index: 2;
}
.wrapSeliv .nucDelPre{
    text-align: center;
    margin-right: 80px;
}
.wrapSeliv .nucDelPre .imgW{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 61px;
    margin-bottom: 20px;
}
.wrapSeliv .nucDelPre p{
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}
.txtBlock .flexEnd p{
    margin-bottom: 0;
    padding: 10px 0 10px 15px;
    border-left: 6px solid #F5911E;
    width: 575px;
}
.wrapSeliv .txtBlock .deliveryBlockDecor{
    position: absolute;   
    right: calc(100% - 40px);
    top: 0;
}

/*End deliveryBlock*/
/*contactsBlock*/
.contactsBlockBef{
    background: #fff;
    height: 170px;
}
.contactsBlock{
    /*padding-top: 170px;*/
    background: #fff;
}
.wrapTopCont p.h1,.wrapTopCont h1{
    margin-bottom: 0;
    padding: 0;
}
.wrapTopCont{
    margin-bottom: 45px;
}
.infoBlockContacts a{
    display: block;
    color: #0164AE;
    font-size: 20px;
    line-height: 1.1;
}
.infoBlockContacts a span{
    font-family: "ProximaNovaBold";
}
.infoBlockContacts{
    border: 1px solid #0164AE;
    padding: 7px 25px;
    border-radius: 45px;
}
.infoBlockContacts p{
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.2;
    text-align: right;
    margin-right: 15px;

}
.infoBlockContacts p span{
    font-family: "ProximaNovaBold";
}
.wrapSityAddresBlock p{
    color: #5D7278;
    line-height: 1.1;
}
.wrapSityAddresBlock p.name{
    font-size: 18px;
    font-family: "ProximaNovaSemibold";
    color: #000;
    line-height: 1;
    text-transform: uppercase;
}
.wrapSityAddresBlock .nucSity{
    padding-left: 13px;
    /*width: 170px;*/
    position: relative;
    margin-right: 15px;
}
.wrapSityAddresBlock .nucSity:last-child{
    margin-right: 0;
}
.wrapSityAddresBlock .nucSity:before{
    position: absolute;
    left: 0;
    top: -5px;
    width: 6px;
    content: '';
    height: 30px;
    background: #F5911E;
} 
/*End contactsBlock*/
/*mapBlock*/
.mapBlock{
    position: relative;
}
.mapBlock:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom,rgba(255,255,255,1),rgba(255,255,255,0));
    content: '';
    height: 70px;
    z-index: 1;
}
#map{
	height: 470px;
	line-height: 0;
}
.ymaps-layers-pane {

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);

}

/*End mapBlock*/
/*Footer*/
footer{
    background: url(footerBg-87.webp) no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.wrapFoterTopLine{
    border-radius: 40px;
    margin-bottom: 65px;
    padding: 13px 35px 10px;
    margin-top: -35px;
    position: relative;
    z-index: 2;
    background: url(borderBot-85.webp) no-repeat bottom center,#002b50;
}
.wrapFoterTopLine .logo span{
    display: block;
    color: #fff;
    font-size: 22px;
    font-family: "ProximaNovaSemiboldIt";
    text-transform: uppercase;
}
.wrapFoterTopLine .selectSity p{
    font-size: 18px;
    /*margin: 0;*/
    font-family: "ProximaNovaBold";
    color: #fff;
    text-transform: uppercase;
}
.selectSity {
    flex-direction: column;
}
.wrapFoterTopLine .selectSity button{
    font-size: 14px;
    line-height: 1;
    border: none;
    background: none;
    position: relative;
    text-transform: uppercase;
    margin-left: 10px;
    padding-left: 15px;
    color: #fff;
}
.wrapFoterTopLine .selectSity button:before{
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    content: '';
    border: 1px solid #fff;

}
.wrapFoterTopLine .selectSity button.active{
    font-family: "ProximaNovaBold";
    color: #F5911E;
}
.wrapFoterTopLine .selectSity button.active:before{
    border: 1px solid #F5911E;
    background: #F5911E;
}
.wrapInfoFoot p,.wrapInfoFoot a{
    color: #fff;
    line-height: 1.2;
    display: block;
    margin-bottom: 0;
}
.wrapInfoFoot{
    margin-bottom: 65px;
}
.wrapInfoFoot p.name{
    font-size: 20px;
    color: #BBCBDD;
    
    margin-bottom: 15px;
}
footer .buttonWrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
footer .buttonWrap button{
    font-family: "ProximaNovaBold";
    color: #fff;
    padding: 18px 25px;
    line-height: 1;
    border: 2px solid #F5911E;
    border-radius: 35px;
    background: none;
    text-transform: uppercase;
    transition:all 0.3s;

}
footer .buttonWrap button:hover{
    background: #F5911E;
}   

.botLineFooter p,.botLineFooter p a{
    font-size: 12px;
    color: #BBCBDD;
    margin-bottom: 0;
}
.botLineFooter p.center{
    color: #fff;
    font-size: 14px;
}
.botLineFooter p.right{
    text-align: right;
}
/*End footer*/

/*modalForm*/
.modalF.callback-modal{
    max-width: 843px;
    width: 780px;
    height: 500px;
    padding: 30px 0 0 35px;
    background: url(modalBg-90.webp) no-repeat;
}
.modalF form{
    width: 310px;
}
.modalF form input{
    width: 100%;
    border-radius: 23px;
    border: none;
    padding: 15px 50px;
    line-height: 1;
    color: #000;
    margin-bottom: 10px;
}
.modalF form button{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "ProximaNovaSemibold";
    text-transform: uppercase;
    background: #F5911E;
    line-height: 1;
    border-radius: 23px;
    padding: 15px 50px;
    border: none;
    margin: 0px 0 10px;
    transition: all 0.3s;
}
.modalF form button:hover{
    background: #0164AE;
}
.modalF form label, .modalF form label a {
    color: #fff;
    font-size: 15px;
    font-family: "ProximaNovaLight";
    line-height: 1;
}
.modalF form label {
    position: relative;
    padding-left: 40px;
    font-weight: normal;
}
#checkMF{
    opacity: 0;
    position: absolute;
}
#checkMF:checked + label::before {
    font-size: 20px;
    color: #F5911E;
    text-align: center;
    content: "\2713";
    line-height: 22px;
    font-family: "ProximaNovaBold";
}
.modalF form label::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    width: 17px;
    height: 17px;
    background: #fff;
}
.modalF textarea{
    background: rgba(187,203,221,0.5);
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 150px;
    height: 150px;
    min-height: 150px;
    padding: 10px;
    border: none;
    border-radius: 23px;
    margin-bottom: 10px;
}
.modalF input.nameI{
    background: url(nameI-96.webp) no-repeat 20px center, rgba(187,203,221,0.5);
}
.modalF input.phoneI{
    background: url(phoneI-95.webp) no-repeat 20px center, rgba(187,203,221,0.5);
}
.modalF input.mailI{
    background: url(mailI-97.webp) no-repeat 20px center, rgba(187,203,221,0.5);
}

/*End modalForm*/
/* --- Media styles --- */

@media screen and (min-width:1200px){

}
@media screen and (max-width:1199px){
    

}
@media screen and (max-width:1024px){

    
}
@media screen and (max-width:991px){
    

}

    

@media screen and (max-width:767px){
    

}
    
@media screen and (max-width:675px){
    
}
@media screen and (max-width:640px){
    
}
@media screen and (max-width:600px){
    
}
@media screen and (max-width:485px){
    
}
@media screen and (max-width:425px){}
@media screen and (max-width:400px){
    
}
@media screen and (max-width:370px){
    }
/*
     FILE ARCHIVED ON 09:13:07 Oct 05, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:28:43 Nov 14, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.464
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.031
  esindex: 0.008
  cdx.remote: 45.873
  LoadShardBlock: 75.832 (3)
  PetaboxLoader3.datanode: 107.509 (5)
  PetaboxLoader3.resolve: 185.196 (2)
  load_resource: 224.914
  loaddict: 30.0
*/
