
html, body{
  padding:0px;
  margin:0px;
  font-size:16px;
  font-family: "Inter", sans-serif;
  font-weight:400;
  height:100%;
  width:100%;
  min-height:100vh;
  position:relative;
  background-color:#f9f9f9;
}


.scrollBlock::-webkit-scrollbar{
  width:5px;
  background-color:#2A72AC;;
}



.scrollBlock::-webkit-scrollbar-thumb{

  background-color: #2A72AC;
}



.scrollBlock::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #2A72AC;
}



.scrollBlock::-webkit-scrollbar-track{
    border-width:0;
    background-color:#e3e3e3;
}



.scrollBlock::-webkit-scrollbar-track:hover{
    background-color:#e3e3e3;
}

.globalContainer{
  max-width:100vw;
  width:calc(100vw - 5px);
  overflow-x: hidden;
}


.CentredBlock{
    width:1110px;
    max-width:calc(100% - 40px);
    margin-left:auto;
    margin-right:auto;
}

/* HEAD */
.headContainer{
  width:100%; 
  transition: 0.3s;
  transition-timing-function: ease;
   position:fixed;
  top:0px;
  left:0px;
  z-index:99;
}



.slicked .headContainer{
  position:fixed;
  top:0px;
  left:0px;
  z-index:99;
  transition: 0.3s;
  transition-timing-function: ease;

 }

.slicked .headInfoLineContainer{
    height:40px;
 }


.slicked .headInfoLineContainer.underHead{
  display:none;
}
 

.headInfoLineContainer{
  height:50px;
  background-color:#2A72AC;
 
}

.slicked .headInfoLineContainer{
    height:40px;
 }


.headInfoLineBloсk{
  height:100%;
  
  display:flex;
  align-items: center;
  justify-content: space-between;
}

.headInfoLineLeft{
  display:flex;
  align-items: center;
  justify-content: flex-start;
  height:50px;
}

.headInfoContactBlock{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right:60px;
  position:relative;
  cursor: pointer;
}

.headInfoContactBlockDropDown{
  position:absolute;
  background-color:#fff;
  border:solid 3px #2A72AC;
  top:33px;
  left:0px;
  width:150px;
  text-align: left;
  display:none;


}

.headInfoContactBlockDrowDownItem{
  padding:10px;
  font-size:13px;
  text-transform: uppercase;
  cursor:pointer;
  border-bottom:solid 1px #ddd;
   padding-left:25px;
     transition: 0.3s;

  transition-timing-function: ease;
}

.headInfoContactBlockDrowDownItem:hover{
    background-color:#2A72AC;
    color:#fff;
    transition: 0.3s;
    transition-timing-function: ease;
    border-bottom:solid 1px #2A72AC;
}

.otdelenie{
  cursor:pointer;
}

.otdelenie .headInfoContactBlockValue{
  text-transform: uppercase;
  margin-left:5px;
  margin-right:5px;
  color:#fff;
}

.headerInfoBlockArrow{
  margin-top:2px;
}

.headInfoContactBlockIcon{
  width:24px;
  height:24px;
  background-position: center;
  background-repeat:no-repeat;
  display:flex;
  align-items:center;
  justify-content: center;
  margin-right:10px;
}

.headInfoContactBlockIcon.phone{
  background-image:url('../img/phone-icon.svg');
}

.headInfoContactBlockIcon.email{
  background-image:url('../img/email-icon.svg');
}

.headInfoContactBlockValue{
  font-size:14px;
  font-weight:400;
  line-height:1.2;
  color:#fff;
}

.headInfoContactBlock .headInfoContactBlockValue{
  font-weight:bold;
}

.headInfoLinePerscabBlock{
  display:flex;
  align-items: center;
  justify-content: flex-start;
}

.headInfoLinePerscabButton{
  font-size:13px; 
  font-weight:bold;
  text-align: center;
  text-transform: uppercase;
  color:#fff;
  border:solid 2px #2A72AC;
  padding:5px 15px;
  cursor:pointer;
  background-color:inherit;
  border-radius: 15px;
  transition: 0.3s;
  transition-timing-function: ease;
}

.headInfoLinePerscabButton:hover{
  background-color:#EF7F1B;
  border:solid 2px #EF7F1B;
  transition: 0.3s;
  transition-timing-function: ease;

}

.headBlockContainer{
  background-color:#fff;
  width:100%;
}

.headBlock{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding-top:0px;
  padding-bottom:0px;
}

.headBlockLeft{
  width:252px;
}

.headBlockLogo{
  width:252px;
  height:52px;
  background-image:url('../img/header-logo.svg');
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  cursor:pointer;
  margin-top:-3px;
}

.headBlockMenu{
  display:flex;
  align-items: stretch;
  justify-content: flex-end;
  border-left:solid 1px #eeeeee;
}

.headBlockMenuItem{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left:10px;
  padding-right:10px;
  cursor:pointer;
  width:140px;
  border-right: solid 1px #eeeeee;

  transition: 0.3s;
  transition-timing-function: ease;
  height:100%;
}



.headBlockMeniItemIcon{
  width:60px;
  height:60px;
  border-radius:50%;
  display:flex;
  align-items: center;
  justify-content: center;
}

.headBlockMeniItemIcon svg{
  width:40px;
  height:40px;
}

.headBlockMeniItemIcon svg path{
  fill:#2A72AC;
}



.headBlockMobileMenuButton{
  width:65px;
  height:65px;
  margin-left:20px;
  cursor:pointer;
  height:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  height:89px;
  width:89px;
  min-width:89px;
  display:none;
}

.headerBlockMobileMenuButtonIcon{
  height:calc(100% - 85px);
  width:100%;
  display:flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  margin-top:25px;
  margin-bottom:25px;
  zoom: 0.7;
}



.mobileMenuButtonLine{
  height:7px;
  width:100%;
  background-color:#2A72AC;
  max-width:50px;

}

.headerBlockMobileMenuButtonIcon.closeButton{
  justify-content: center;
}

.headerBlockMobileMenuButtonIcon.closeButton .mobileMenuButtonLine{
    background-color:#aaa;
}

.headerBlockMobileMenuButtonIcon.closeButton .mobileMenuButtonLine.center{
  display:none;
}

.headerBlockMobileMenuButtonIcon.closeButton .mobileMenuButtonLine.first{
  transform: rotate(45deg);
}

.headerBlockMobileMenuButtonIcon.closeButton .mobileMenuButtonLine.last{
  transform: rotate(-45deg);
  margin-top:-7px;
}



.headBlockMeniItemTitle{
  margin-bottom:7px;
  margin-top:7px;
  font-size:12px;
  color:#2A72AC;
  text-transform: uppercase;
  text-align:center;
  font-weight:bold;
   transition: 0.3s;
  transition-timing-function: ease;
}

.headBlockMenuItem:hover{
  background-color:#1f4167;
  transition: 0.3s;
  transition-timing-function: ease;
}

.headBlockMenuItem.active:hover{
  background-color:inherit !important;
}

.headBlockMenuItem:hover .headBlockMeniItemTitle{
   transition: 0.3s;
  transition-timing-function: ease;
  color:#fff;
}

.headBlockMenuItem:hover .headBlockMeniItemIcon path{
  fill:#fff;
}

.headBlockMenuItem.active .headBlockMeniItemIcon path{
  fill:#23a463 !important;
}

.headBlockMenuItem.active .headBlockMeniItemTitle{
  color:#23a463 !important;
}

.headInfoSubMenuLineRight{
  display:flex;
  align-items: center;
  justify-content: flex-end;
  height:100%;

}

.headInfoLineContainer.underHead{
  height:38px;
}

.headInfoSubMenuLineRight .headInfoContactBlock{
  margin-right:0px;
  margin-left:10px;
  cursor:pointer;
  padding-right:10px;
  transition: 0.3s;
  transition-timing-function: ease;
  height:100%;
  padding-left:20px;
  padding-right:20px;
}


.headInfoSubMenuLineRight .headInfoContactBlock:hover {
  background-color:#1f4167;
  transition: 0.3s;
  transition-timing-function: ease;
}



/* [END] HEAD */

/* CARUSEL */
.caruselContainer{
  width:100%;
  height:450px;
  background-image:url('../img/carusel-background-image.webp');
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  margin-top:173px;
}

.caruselBlockInside, .carusleBlock{
  width:100%;
  position:relative;
  //margin-top: 10px;
}

.caruselBlockContent{
  height:450px;

  display:flex;
  allign-items:flex-start;
  justify-content: space-between;
  position:relative;
  z-index:2;
  overflow: hidden;
}

.caruselBlockDarker{
  position:absolute;
  width:100%;
  height:100%; 
  left:0px;
  right:0px;
  background-color:rgba(0,0,0,0.65);
  backdrop-filter: blur(5px);
  z-index:0;
}

.caruselBlockContentLeft{
  padding-top:60px;
  max-width:65%;
}



.caruselBlockContentTitle{
  font-size:55px;
  color:#fff;
  font-weight:900;
  line-height:1.1;
  text-transform: uppercase;
}

.caruselBlockContentTitle span{
 color:#2A72AC;
}

.caruselBlockContentDescr{
  color:#23a463;
  font-size:17px;
  margin-top:10px;
  font-weight:bold;
}

.caruselBlockContentDescr span{
  color:#fff;
}

.caruselBlockContentButtonsContainer{
  display:flex;
  align-items: center;
  justify-content: flex-start;
  margin-top:50px;
}

.caruselContentButton{
  padding:15px 35px;
  border-radius:25px;
  font-size:17px;
  text-transform: uppercase;
  color:#fff;
  background-color:#2A72AC;
  font-weight:bold;
  margin-right:20px;
  cursor:pointer;
  transition: 0.3s;
  transition-timing-function: ease;
}

.caruselContentButton.quote{
   background-color:#EF7F1B;
   border:solid 2px #EF7F1B;

}

.caruselContentButton.quote:hover{
   transition: 0.3s;
   transition-timing-function: ease;
   background-color:#c56500;
   border-color:#c56500;
 }


.caruselContentButton.prices{
   background-color:inherit;
   border:solid 2px #23a463;
   color:#fff;
}

.caruselContentButton.prices:hover{
  background-color:#23a463;
  border-color:#23a463;
  color:#fff;
  transition: 0.3s;
  transition-timing-function: ease;
}
/* [END] CARUSEL */

 /* SERVICE */
 .mainPageServicesContainer{
    margin-top:60px;
 }

 .mainPageServiceTitle{
    font-size:42px;
    font-weight:700;
    color:#222;
    line-height:1.1;
    margin-top:30px;
 }

 .mainPageServiceDescr{
    margin-top:40px;
    font-size:20px;
    color:#777777;
    line-height: 2;
 }

  .mainPageServiceDescr span{
     font-weight:bold;
     color:#23a463;
  }

  .mainPageServiceTitle span{
    color:#2A72AC;
  }

  .mainPageServiceBlockContent{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .mainPageServiceBlockLeft{
    width:calc(60% - 20px);

  }

.mainPageServiceBlockRight{
  width:calc(40% - 20px);
}

.mainPageServiceBlockRightImage{
    width:100%;
    height:450px;
    border-radius:35px 35px 35px 0px;
    background-position:-210px;
    background-image:url('../img/services-block-image.avif');
    background-repeat: no-repeat;
    background-size:cover;
    box-shadow: 5px 5px 20px 5px rgba(50, 50, 50, 0.2);
}

.mainPageServiceItems{
  margin-top:0px;
  display:flex;
  align-items: stretch;
  justify-content: center;
}

.mainPageServiceItem{
  width:calc(25% - 10px);
  margin-bottom:40px;
  cursor:pointer;
  min-width:270px;

}

.mainPageServiceItemsContainer{
  background-color:#fff;
  padding-top:70px;
  padding-bottom:30px;
  margin-top:70px;
}

.mainPageServiceItemImage{
  width:200px;
  height:200px;
  min-width:200px;
  border-radius:25px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.2);
  margin:0px auto;
 // border:solid 4px #fff;
}

.mainPageServiceItemTitle{
  margin-top:20px;
  font-size:24px;
  font-weight:bold;
  cursor:pointer;
  text-align:center;
  color:#2A72AC;
}

.mainPageServiceItemDescr{
  margin-top:10px;
  font-size:18px;
  color:#777;
  text-align: leftr;
  margin-left:15px;
  margin-right:15px;
  line-height:1.4;
  text-align: center;
  min-height:50px;
}

.mainPageServiceItemReadMore{
  font-size:14px;
  margin-top:10px;
  text-align: center;
  cursor:pointer;
  text-decoration: underline;
  color:#23a463;
  text-transform: uppercase;
  font-weight:bold;
}

 /* [END] SERVICE */

 /* BANER */
 .banerBlockContainer{
   margin-top:0px; 
   height:470px;
   background-image:url('../img/main-page-baner-image.webp');
   background-position:center;
   background-repeat:no-repeat;
   background-size:cover;
   position:relative;
 }

 .banerBlockBeforeTitle{
  padding-top:77px;
  font-size:17px;
  color:#fff;
  text-align: center;
  font-weight:bold;
 }

 .banerBlockBeforeTitle span{
    color:#23a463;
 }

 .banerBlockTitle{

  font-size:92px;
  font-weight:900;
  text-align: center;
  color:#fff;
  margin-top:10px;
  color:#EF7F1B;
 }

 .banerBlock{
    position:relative;
 }

 .banerBlockHider{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:470px;
    z-index:1;
    background-color:rgba(0,0,0,0.65);
    backdrop-filter: blur(5px);
    width:100%;
 }

 .banerBlockContent{
  position:relative;
  z-index:2;
 }

 .banerBlockDescr{
  font-size:17px;
  text-align: center;
  line-height:1.4;
  margin-top:5px;
  color:#ffff;
  max-width:350px;
  margin-left:auto; 
  margin-right:auto;
 }

 .banerBlockButtonsContainer{
  margin-top:30px;
  display:flex;
  align-items: center;
  justify-content: center;
 }

 .bannerBlockButton{
    padding:15px 35px;
  border-radius:25px;
  font-size:17px;
  text-transform: uppercase;
  color:#fff;
  background-color:#2A72AC;
  font-weight:bold;
  margin-right:20px;
  cursor:pointer;
  transition: 0.3s;
  transition-timing-function: ease;
   background-color:#EF7F1B;
   border:solid 2px #EF7F1B;
 }

 .bannerBlockButton:hover{
   transition: 0.3s;
   transition-timing-function: ease;
   background-color:#c56500;
   border-color:#c56500;
 }

 .banerBlockBottomLabel{
  margin-top:10px;
  font-size:12px;
  color:#fff;
  font-style: italic;
  text-align: center;
  opacity:0.7;
 }

 /* [END] BANER */

 /* ABOUT */
 .aboutBlockContainer{
    padding-top:70px;
    padding-bottom:70px;
 }

 .aboutBlock{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
 }

 .aboutBlockLeft{
    width:calc(40% - 20px);
 }

 .aboutBlockRight{
    width:calc(60% - 40px);
 }

 .aboutBlockTitle{
     font-size:42px;
    font-weight:700;
    color:#222;
    line-height:1.1;
    margin-top:30px;
 }

.aboutBlockTitle span{
  color:#2A72AC;
 }

 .aboutBlockImage{
    width:100%;
    height:520px;
    border-radius:35px 35px 0px 35px;
    background-position:center;
    background-image:url('../img/about-block-image.png');
    background-repeat: no-repeat;
    background-size:cover;
    box-shadow: 5px 5px 20px 5px rgba(50, 50, 50, 0.2);
}

.aboutBlockDescr{
  margin-top:20px;
  font-size:19px;
  line-height:1.8;
  color:#777;
}

.aboutBlockDescr span{
  font-weight:bold;
}

.aboutBlockButtonsContainer{
  margin-top:30px;
  display:flex;
  align-item:center;
  justify-content: flex-start;
}

.aboutBlockButton{
  padding:15px 35px;
  border-radius:25px;
  font-size:17px;
  text-transform: uppercase;
  color:#fff;
  background-color:#2A72AC;
  border:solid 2px #2A72AC;
  font-weight:bold;
  margin-right:20px;
  cursor:pointer;
  transition: 0.3s;
  transition-timing-function: ease;
}

.aboutBlockButton:hover{
  background-color:rgb(31, 65, 103);
  border-color:rgb(31, 65, 103);
  transition: 0.3s;
  transition-timing-function: ease;
}

.aboutBlockButton.services{
   background-color:inherit;
   color:#23a463;
   border-color:#23a463;
}

.aboutBlockButton.services:hover{
  background-color:#23a463;
  color:#fff;
  border-color:#23a463;
}

.green{
  color:#23a463 !important;
}

 /* [END] ABOUT */

 /* REQUEST QUOTE */
 .quoteBlockContainer{
    background-color: #fff;
    padding-top:70px;
     overflow:hidden;
 }

 .quoteBlock{
    display:flex;
    align-items: stertch;
    justify-content: space-between;
 }

 .quoteBlockLeft{
    width:calc(60% - 20px);
    position:relative;
    padding-bottom:100px;
    z-index:2;
 }

 .quoteBlockRight{
    
    width:calc(40% - 20px);
    margin-right:10px;
    position:relative;


 }

 .quoteBlockImage{
   width:850px;
   height:850px;
   position:absolute;
   top:-120px;
   right:-200px;
   z-index:0;
   background-position:center;
    background-image:url('../img/quote-block-image.jpg');
    background-repeat: no-repeat;
    background-size:cover;
 }

 .quoteBlockTitle{
     font-size:42px;
    font-weight:700;
    color:#222;
    line-height:1.1;
    margin-top:30px;
 }

 .quoteBlockTitle span{
   color:#2A72AC;
 }

 .quoteBlockDescr{
    font-size:16px;
    line-height:1.7;
    color:#999;
    margin-top:10px;
    margin-right:70px;
 }

 .quoteFormContainer{
    margin-top:25px;
 }

 .quoteFormItem{
    width:100%;
 }

 .quoteFormInput{
    width:calc(100% - 100px);
    margin-bottom:20px;
 }

 .quoteFormInput input{
   border:solid 1px #ddd;
   padding:15px 25px;
   font-size:20px;
   color:#222;
   backbournd-color:#fff;
   border-radius:25px;
   width:100%;
   max-width:400px;
 }

 .quoteFormCheckbox{
  
 }

 .quoteFormCheckbox{
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
 }

 .quoteFormCheckboxButtonItem{
    margin-right:10px;
 }

 .quoteFormCheckboxButtonItem input{
    height:20px;
    width:20px;
 }

  .quoteFormCheckboxButtonItem input[type=checkbox]{
    cursor:pointer;
  }

  .hasError{
    border:solid 1px #ff5050 !important;
    box-shadow:5px 5px 20px 5px rgba(255, 50, 50, 0.2)
  }

 .quoteFormCheckboxLabel{
    font-size:14px;
    color:#777;
    font-style: italic;
    margin-right:60px;
 }

 .quoteFormSubmitButton{
    padding:15px 35px;
    border-radius:25px;
    font-size:17px;
    text-transform: uppercase;
    color:#fff;
    background-color:#EF7F1B;
    border:solid 2px #EF7F1B;
    font-weight:bold;
    margin-right:20px;
    cursor:pointer;
    transition: 0.3s;
    transition-timing-function: ease;
    display:inline-block;
    margin-top:30px;
 }

 .quoteFormSubmitButton:hover{
    transition: 0.3s;
   transition-timing-function: ease;
   background-color:#c56500;
   border-color:#c56500;
 }



 .quoteBlockErrorText{
    display:inline-block;
    font-size:16px;
    margin-top:25px;
    margin-bottom:-5px;
    color:#ff5050;
    max-width:90%;
    border-left:solid 4px #ff5050;
    padding-left:20px;
    padding-top:25px;
    padding-bottom:25px;
    background-color:rgba(255,70,70, 0.1);
    padding-right:30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    display:none;
 }

.quoteBlockErrorText span{
  display:block;
  font-weight:bold;
  font-size:18px;
  margin-bottom:5px;

 }
 /* [END] REQUEST QUOTE */


 /* CONTACTS */
 .contactsBlockContainer{
   padding-top:70px;
   padding-bottom:70px;
   width:100%;
 }

 .contactsBlock{
    display:flex;
    align-items: stretch;
    justify-content: space-around;
 }

 .contactsBlockLeft{
    width:calc(50% - 40px);
 }

 .contactsBlockRight{
   width: calc(50% - 40px);
 }

 .contactsBlockRightMap{
    width:100%; 
    height:100%;
    

 }

 .contactsBlockRightMap iframe{
    width:calc(50vw - 40px);
    max-width:700px;
    border-radius:35px 35px 35px 0px;
    box-shadow: 5px 5px 20px 5px rgba(50, 50, 50, 0.2);
 }

 .contactsBlockTitle, .newsBlockTitle{
    font-size:42px;
    font-weight:700;
    color:#222;
    line-height:1.1;
 }

 .contactsBlockItems{
    margin-top:50px;
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom:60px;
 }

.contactsBlockItem{
   width:calc(50% - 5px);
   margin-bottom:40px;
}

.contactBlockItemTitle{
  font-size:18px;
  font-weight:bold;
  color:#444;
}

.contactsBlockItemValues{
  margin-top:15px;
}

.contactsBlockItemValue{
  display:flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom:5px;
}

.contactsBlockItemIcon{
  margin-right:10px;
}

.contactsBlockItemLabel{
  font-size:18px;
  color:#2A72AC;
  font-weight:900;
}

 /* [END] CONTACTS */

.mobileMenuContainer{
  position: fixed;
  top: 110px;
  left: 0px;
  width: 100%;
  height: calc(100vh - 110px);
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  z-index: 77;
  display:none;
}

.mobileMenuBlockContacts .headInfoContactBlock, .headInfoContactBlock .headInfoContactBlock.secondPhone,  .headInfoContactBlock .headInfoContactBlock.email {
  display:flex !important;
  margin-left:auto;
  margin-right:auto;
  justify-content: center;
}

.mobileMenuBlockContacts{
  background-color:#2A72AC;
  padding-top:10px;
  padding-bottom:10px;
  width:100%;
  padding-bottom:60px;
}

.mobileMenuBottomBlock{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobileMenuItems{
  margin-top:40px;
  text-align: center;
  width:100%;
}

.mobileMneuItem{
  font-size:17px;
  font-weight:bold;
  margin-bottom:25px;
  cursor:pointer;
  color:#2A72AC;
  text-transform: uppercase;
}



 /* FOOTER */
 .footerBlockContainer{
   background-color:#2A72AC;
 }

 .footerBlockContent{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
 }

 .footerBlockColumn{
    padding-left:20px;
    padding-top:20px;
    padding-right:20px;
    padding-bottom:40px;
 }

 .footerBlockColumn.logoColumn{
    width:255px;
  //  background-color:#fff;
    padding-left:20px;
    margin-right:0px;
     padding-top:20px;
     padding-bottom:30px;
    // border-radius:0px 0px 35px 35px;
    border-right:none !important;

 }

 .footerBlockLogo{
   width:252px;
    height:52px;
    background-image:url('../img/footer-logo.svg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    cursor:pointer;
 }

 .footerBlockColumn{
    padding-right:40px;
    padding-top:40px;
    border-right:solid 1px rgba(255,255,255,0.2);
 }

 .footerMenuItem{
    font-size:17px;

    color:#fff;
    cursor:pointer;
    margin-bottom:15px;
    text-align: right;
    text-transform: uppercase;
    opacity:0.4;
    transition: 0.3s;
    transition-timing-function: ease;
 }

  .footerMenuItem:hover{
    color:#fff;
    opacity:1;
    transition: 0.3s;
    transition-timing-function: ease;
  }

 .colyrightBlockContainer{
    margin-top:40px;
    background-color:#1f4167;
    
 }

 .copyrightBlock{
    padding-top:15px;
    padding-bottom:15px;
    display:flex;
    align-items: center;
    justify-content: space-between;
 }

 .copyrightLeft{
  font-size:14px;
  color:rgba(255,255,255,0.5);
  padding-left:20px;
 }

 .copyrightLink{
    font-size:14px;
    color:rgba(255,255,255,0.7);
    text-decoration: underline;
    padding-right:20px;
    cursor:pointer;
 }
 /* [END] FOOTER */

  /* PAGES TARFIFS */
 .caruselContainer.page, .page .carusleBlock, .page .caruselBlockInside, .page .caruselBlockContent{
    height:150px;
    min-height:150px;
 }

 .page .caruselBlockContentLeft{
    padding-top:30px;
    max-width:100%;
 }

.breadcrumbsBlock{
  display:flex;
  align-items: center;
  justify-content: flex-start;
  color:#777;
  font-size:15px;
  padding-bottom:10px;
  padding-top:10px;
}

.breadcrumbsSeparator{
  margin-left:10px;
  margin-right:10px;
}

.breadcrumbsItem{
  cursor:pointer;
}

.breadcrumbsItem.current{
  cursor:default;
  color:#444;
}

.tarifsContainer{
  padding-top:40px;
  background-color:#fff;
}

.tarifsBlock{
  display:flex;
  align-items: flex-start;
  justify-content: space-between;
}

.tarifsBlockLeft{
  width:270px;
}

.tarifsBlockContent{
   width:calc(100% - 300px);
}

.tarifsBlockMenuItem{
 padding-top:15px;
 padding-right:15px;
 padding-left:15px;
 padding-bottom:15px;
 font-size:16px;
 color:#777;
 cursor:pointer;
 border-radius:15px;

}

.tarifsBlockMenuItem.active{
  background-color:#2A72AC;
  color:#fff;
}

.tarifsBlockMenu{
 // border-right:solid 1px #ddd;
}

.tarifsBlockItems{
  display:flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tarifsBlockItem{
  width:calc(33% - 30px);
  min-width:237px;
  margin-bottom:60px;
  margin-right:15px;
  margin-left:15px;
  cursor:pointer;
   transition: 0.3s;
  transition-timing-function: ease;
  height:100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}



.tarifsBlockItemImage{
  width:100%;
  height:220px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius:25px;
  background-size:100%;
   transition: 0.3s;
  transition-timing-function: ease;
}

.tarifsBlockItem:hover .tarifsBlockItemImage{
  background-size:120%;
   transition: 0.3s;
  transition-timing-function: ease;
}

.tarifsBlockItemDescr{
      min-height: 190px;

}

.tarifsBlockItemTitle{
  font-size:22px;
  font-weight:bold;
  color:#2A72AC;
  line-height:1.2;
  margin-top:10px;
  margin-left:10px;
  text-transform: uppercase;
}

.tarifsBlockItemDescrHeader{
  font-weight:bold;
  color:#999;
  font-size:15px;
  margin-top:15px;
   margin-left:10px;
}

.tarifsBlockItemDescrItem{
  display:flex;
  align-items: center;
  justify-content: flex-start;
  margin-top:10px;
  margin-left:10px;
}

.tarifsBlockItemDescrItemText{
  font-size:15px;
  font-weight:bold;
  margin-left:10px;

}

.tarifsBlockItemDescrItemText span{
  color:#2A72AC;
}

.tarifsBlockItemPriceContainer{
  margin-top:20px;
  padding-bottom:15px;
  border-bottom:solid 1px #ddd;
  margin-left:20px;

}

.tarifBlockItemPrice{
   font-size:24px;
  font-weight:bold;
  color:#EF7F1B;
  text-align: right;
}

.tarifBlockItemPrice span{
   font-size:15px;
  font-weight:normal;
  color:#777;
  margin-right:7px;
}

.dopServiceItem{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding:15px;
  background-color:#fff;
  min-height:70px;
}

.dopServiceItem.Head{
  background-color:#2A72AC !important;
   padding:7px 15px;
   font-size:16px;
   color:#fff;
   align-items:center;
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
}

.Head .dopServiceValueFirst, .Head .dopServiceValueSecond{
   font-size:16px;
   color:#fff;
   font-weight:normal;
}

.dopServiceTitile{
  width:calc(50%);
  font-size:17px;
  color:#777;
}

.dopServiceItem.Head .dopServiceTitile{
   font-size:16px;
   color:#fff;
}

.dopServiceValues{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.dopServiceValueFirst{
  width:150px;
  margin-right:20px;
  text-align: left;
}

.dopServiceValueSecond{
   width:150px;
   text-align: left;
}

.dopServiceItems{
 
  border-left:solid 1px #eee;
  border-right:solid 1px #eee;
  margin-bottom:60px;
  background-color:#fff;

}

.dopServiceItem{
     border-bottom:solid 1px #eee;
}

.dopServiceItem:nth-child(odd){
  background-color:#f3f3f3;
}

.dopServiceValueFirst, .dopServiceValueSecond{
  color:#2A72AC;
  font-size:24px;
  font-weight:bold;
}

.dopServiceValueFirst span, .dopServiceValueSecond span{
  font-size:14px;
  font-weight:normal;
}

.tarifsBlockItemDescrGoods{
  margin-top:10px;
}

.goods .tarifsBlockItemTitle{
  font-size:16px;
  min-height:35px;
}

.goods .tarifsBlockItemDescrItemText{
  font-weight:normal;
  color:#777;
} 

.tarifsBlockItemDescrGoods{
  min-height:50px;
}


.dopserviceLabelPrice{
  display:none;
  font-size:14px;
  color:#444;
}

 /* [END] PAGES TARFIFS */

 /* 404 */
 .error404Text{
  font-size:32px;
  font-weight:bold;
  color:#999;
  text-align: center;
  margin-top:40px;
 } 

 .error404Text span{
  color:#777;
  font-size:67px;
  text-align: center;
 }

 .error404Descr{
  margin-top:0px;
  font-size:16px;
  color:#777;
  text-align: center;
 }

 .error404LinetoMain{
  text-align: center;
  cursor:pointer;
  text-decoration: underline;
  font-size:18px;
  color:#2A72AC;
  margin-bottom:70px;
  margin-top:10px;
 }
 /* [END] 404 */ 

 /* NEWS */
 .newsBlockContainer{
  padding-top:50px;
  padding-bottom:60px;
 }

  .newsBlockTitle{
    margin-bottom:40px;
  }

 .newsBlockItems{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
 }

 .newsListItems{
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top:40px;
    margin-bottom:20px;
    margin-left:-17px;
 }

 .newsBlockItem{
    width:calc(33% - 35px);
    cursor:pointer;

 }

  .newsListItems  .newsBlockItem{
    margin-right:17px;
    margin-left:17px;
    margin-bottom:60px;
  }

 .newsBlockItemImage{
    height:250px;
    background-color:#ddd;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    border-radius:25px;
 }

 .newsBlockItemTitle{
  margin-top:15px;
  margin-bottom:5px;
  margin-left:15px;
  margin-right:15px;
  font-size:20px;
  font-weight:bold;
  color:#2A72AC;
  line-height:1.2;

 }

 .newsBlockItemDescr{
    font-size:17px;
    color:#777;
    line-height:1.2;
    margin-left:15px;
    margin-right:15px;
 }

.newsBlockItemReadMore{
  margin-left:15px;
  margin-right:15px;
  color:#23a463;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top:15px;
}

.newsBlockAllnewsLink{
  margin-top:40px;
  text-align: right;
   color:#2A72AC;
   font-size:17px;
     text-transform: uppercase;
  text-decoration: underline;
  cursor:pointer;
  font-weight:bold;
}

.newsBlockItemDate{
  margin-top:0px;
  font-size:14px;
  color:#777;
  font-weight:bold;
  margin-left:15px;
  margin-right:15px;
  margin-bottom:15px;
}

.newsContentContainer{
  background-color:#fff;
  padding-top:20px;
  padding-bottom:40px;
}

.newsContent{
  font-size:17px;
  color:#555;
  line-height:1.4;
}
 /* [END] NEWS */

 /* COMPLEAEATE BLOCK */
 .sendCompleateContainer{
    background-color:rgba(0,0,0,0.7);
    position:fixed;
    top:0px;
    left:0px;
    width:100vw;
    height:100vh;
    display:none;
    z-index:101;
 }

 .sendCompleateInside{
  width:100vw;
  height:100vh;
  display:flex;
  align-items: center;
  justify-content: center;
 }

 .sendCompleateTitle{
  font-size:24px;
  color:#444;
  font-weight:bold;
 }

 .sendCompleateTitleDescr{
    font-size:17px;
    margin-top:10px;
    color:#777;
 }

 .sendCompleateBlock{
    padding:45px;
    border-radius: 25px;
    background-color:rgba(255,255,255,1);
    border:solid 4px #23a463;
    position:relative;
 }
 /* [END] COMPLEAEATE BLOCK */

 /* COOKIES */
 .cookiesAcceptContainer{
   background-color:rgba(0,0,0,0.7);
   backdrop-filter: blur(10px);
   position:fixed;
   top:0px;
   left:0px;
   width:100vw;
   height:100vh;
   z-index:110;
 }

 .cookiesAcceptInside{
    width:100%;
    height:100%;
    display:flex;
    align-items: flex-end;
    justify-content: flex-end;
   
 }

 .cookiesAcceptCloseButton{
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
 }

 .cookiesAcceptBlock{
    margin:20px 25px;
    background-color:#fff;
    min-width:250px;
    padding:20px 25px;
    with:auto;
    max-width:500px;
     position:relative;
 }

 .cookiesAcceptTitle{
    font-size:24px;
    font-weight:bold;
    color:#444;
    margin-bottom:10px;
 }

 .cookiesAcceptDescr{
  font-size:15px;
  color:#777;
 }

 .cookiesAcceptButtonsContainer{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin-top:15px;
    flex-wrap: wrap;
 }

 .cookiesAcceptButton{
  padding:15px 45px;
  font-weight:bold;
  font-size:14px;
  border-radius:15px;
  background-color:#777;
  text-transform: uppercase;
  color:#fff;
  cursor:pointer;
  margin-top:5px;
  margin-bottom:5px;
 }

  .cookiesAcceptButton.accept{
   background-color:#2A72AC;
   margin-right:10px;
 }
 
 /* [END] COOKIES */

 /* ADAPTIVE */
 @media screen and (max-width:1050px){
    .headInfoContactBlock.email{
      display:none;
    }

    .caruselBlockContentLeft{
      max-width:calc(100% - 20px);
      margin-left:auto;
      margin-right:auto;
      padding-top:90px;
    }

    .headBlockMenuItem{
      display:none;
    }


    .headBlockMobileMenuButton{
        display:flex;
    }

    .headBlockMenu{
      border-left:none;
    }

    .mainPageServiceItems{
      flex-wrap: wrap;
    }

    .headInfoContactBlock{
      margin-right:20px;
    }

    .footerBlockContent{
      flex-wrap: wrap;
    }

    .footerBlockColumn{
      min-width:250px;
    }

    .newsBlockItems, .newsListItems{
      justify-content: center;
      flex-wrap: wrap;
    }

    .newsBlockItem{
      min-width:250px;
      margin-left:17px;
      margin-right:17px;
      margin-bottom:60px;
    }

    .newsBlockTitle{
      text-align: center;
    }

    .defaultBlockLeft h2{
      margin-top:0px;
    }

    .defaultBlockDescription h3{
      margin-top:10px;
      margin-bottom:10px;
    }
 } 

  @media screen and (max-width:750px){
      .headInfoLineContainer.underHead{
        display:none;
      }

      .headInfoContactBlock.secondPhone{
        display:none;
      }

      .headInfoLineContainer{
        height:30px;
      }

      .caruselContainer{
        margin-top:120px;
        height:auto;
      }

      .caruselBlockContent{
        height:auto;
        min-height:450px;
        padding-bottom:70px;
      }

       .page .carusleBlock{
        height:auto;
        min-height:auto;
      }

      .page .caruselBlockContent{
        padding-bottom: 30px;
        height:auto;
        min-height:auto;
      }

       .page .caruselBlockInside{
        height:auto;
        min-height:auto;
       }

       .caruselContainer.page{
        height:auto;
        min-height:auto;
      
       }

      .caruselBlockContentLeft{
        padding-top:70px;
      }

      .caruselBlockContentButtonsContainer{
        flex-direction: column;
      }

      .caruselContentButton{
         margin-right:0px;
      }

      .caruselContentButton.quote{
        min-width:227px;
        margin-bottom:20px;
      }

      .caruselBlockContentButtonsContainer{
        justify-content: center;
      }

      .caruselBlockContentTitle{
        text-align: center;

      }

      .caruselBlockContentDescr{
        text-align: center;
      }

      .mainPageServicesContainer{
        margin-top:30px;
      }

      .mainPageServiceBlockContent, .contactsBlock{
        flex-direction: column;
      }

      .contactsBlockContainer{
        padding-top:30px;
        padding-bottom:0px;
      }

      .contactsBlockItems{
        padding-bottom:30px;
      }

       .aboutBlock, .quoteBlock{
        flex-direction: column-reverse;
       }

      .mainPageServiceBlockLeft, .mainPageServiceBlockRight, .aboutBlockLeft, .aboutBlockRight, .quoteBlockLeft, .contactsBlockLeft, .contactsBlockRight{
        width:100%;

      }

      .quoteBlockRight{
          width: calc(100% + 40px);
          margin-left: -20px;
      }

      .aboutBlockLeft{
        display:none;
      }

      .quoteBlockLeft{
        padding-bottom:60px;
      }

      .mainPageServiceBlockRight{
        display:none;
      }

      .mainPageServiceTitle, .aboutBlockTitle, .quoteBlockTitle, .contactsBlockTitle, .newsBlockTitle{
        font-size:32px;
      }

      .contactsBlockRightMap{
        width:calc(100% + 40px);
        margin-left:-20px;
        border-radius: 0px;
        height:400px;
      }

      .contactsBlockRightMap iframe{
        width:100%;
        height:100%;
        border-radius: 0px;
        box-shadow: none;
      }

      .mainPageServiceDescr, .aboutBlockDescr, .quoteBlockDescr{
        font-size:15px;
        line-heihgt:1.2;
        margin-top:10px;
      }

      .aboutBlockContainer{
        padding-top:30px;
        padding-bottom:30px;
      }

      .headInfoLineLeft{
        justify-content: space-between;
        width:100%;
      }

      .headInfoContactBlock{
        margin-right:0px;
      }

       .headInfoLineRight{
        display: none;
      }

     
      .aboutBlockButtonsContainer{
        flex-wrap: wrap;
      }

      .aboutBlockButton{
        margin-bottom:20px;
      }

      .quoteBlockContainer{
        padding-top:30px;
      }

      .quoteBlockImage{
        position:relative;
        height:600px;
        width:100%;
        top:0px;
        left:0px;
      }

      .footerBlockColumn{
        border-right:none;
      }

      .tarifsBlock{
        flex-direction: column;
      }

      .tarifsBlockLeft{
         width:100% !important;
      }

      .tarifsBlockMenu{
          border-right:none !important;
          width:100%;
          margin-bottom:40px;
          text-align: center;

      }

      .tarifsBlockContent{
        width:100%;
      }

      .tarifsBlockItems{
        width:100%;
        justify-content: center;
      }

      .dopServiceItems{
        margin-left:0px;
        margin-right:0px;
      }

      .dopServiceItem{
        flex-direction: column;
      }

      .dopServiceItem.Head{
        display:none;
      }


      .dopServiceTitile{
        width:100%;
        font-weight:bold;
        color:#222;

      }

      .dopServiceItems{
        border-top:solid 1px #ddd;
      }

      .dopserviceLabelPrice{
        display:block;
        margin-top:15px;
        font-weight:bold !important;
        color:#999;
        padding-right:15px;
        margin-right:10px;
        font-style: italic;
      }
  }

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

      .headBlockLogo{
        max-width:200px;
      }

       .caruselBlockContentTitle{
        font-size:42px;
      }

      .mainPageServiceItem{
        margin-bottom:70px;
      }

      .bannerBlockButton{
        margin-right:0px;
      }

      .banerBlockTitle {
        font-size: 75px;
      }

      .banerBlockBeforeTitle{
        padding-top:60px;
      }

      .aboutBlockButton{
        font-size:15px;
      }

      .headInfoLineLeft{
            margin-left: -10px;
          width: calc(100% + 20px);
      }

      .headInfoContactBlock.otdelenie{
        margin-right:-10px;
      }

      .quoteFormInput{
        width:calc(100% - 60px);
      }

      .contactsBlockItem{
          width:100%;
      }

      .footerBlockContent{
        justify-content: center;
      }

      .footerBlockColumn.logoColumn{
        margin-left:auto;
        margin-right:auto;
      }

      .footerMenuItem{
        text-align: center;
      }

      .footerBlockColumn{
        padding-left:0px;
        padding-right:0px;
      }

      .copyrightBlock{
        flex-direction: column;
      }

      .copyrightLeft{
        padding-left:0px;
        text-align: center;
      }

      .copyrightLink{
        padding-right:0px;
      }

      .copyrightLink{
        margin-top:10px;
      }

      .footerBlockColumn.logoColumn{
        width:285px;
      }

      .tarifsBlockItem{
        width:100%;
      }
      .tarifsBlockItem{
        margin-left:0px;
        margin-right:0px;
      }

      .tarifsBlockItemImage{
        height:270px;
      }

      .defaultBlockDescription{
        padding-top:10px;
      }

      .newsBlockItems{
        width:100%;
      }

      .newsBlockItem{
        width:100%;
        margin-left:0px;
        margin-right:0px;
      }

      .quoteBlockRight{
        display:none;
      }

      .quoteBlockTitle{
        text-align: center;
      }

      .quoteBlockDescr{
        text-align: center;
        margin-right:0px;
      }

      .mainPageServiceItem{
        width:100%;
      }

      .mainPageServiceItemImage{
        width:calc(100vw - 40px);
        height:calc(100vw - 40px);
        margin-left:0px;
        margin-right:0px;
      }

       .quoteFormSubmitButton{
        display: block;
        width: 180px;
        margin-left: auto;
        margin-top: 30px;
        margin-right: auto;
       }

       .cookiesAcceptButtonsContainer{
          align-items: center;
          justify-content: center;
       }

        .cookiesAcceptButton.accept{
          margin-right:5px;
        }

        .cookiesAcceptButton{
          padding:15px 20px;
          font-size:13px;

        }

        .cookiesAcceptBlock{
          text-align: center;
        }

        .cookiesAcceptCloseButton{
          top:-50px;
          right:0px;
        }

        .cookiesAcceptInside{
          align-items: center;
          justify-content: center;
        }
      
  }
 /* [END] ADAPTIVE */

  /* DEFAULT BLOCK */
 .defaultBlockContainer{
    padding-top:40px;
    padding-bottom:40px;
    background-color:#fff;
 }

  .defaultBlockContainer.grey{
    background-color:inherit;
 }

 h3{
  font-size:24px;
  color:#777;
      margin-bottom: 10px;
    line-height: 1.1;
 }

 .defaultBlockDescription{
  font-size:16px;
  color:#444;
  line-height: 1.4;
  min-width:40%;
  margin-right:40px;
 }

 .deafultBlockBlock{
   display:flex;
   align-items: flex-start;
   justify-content: space-between;
 }

.defaultBlockRight img{
  max-width: 600px;
  border-radius:25px 25px 25px 0px;
}

.leftImage .defaultBlockRight img{
  max-width: 600px;
  border-radius:25px 25px 0px 25px;
}

.deafultBlockBlock.noImage{
  display:block;
}

h2{
  font-size:42px;
  color:#2A72AC;
  font-weight: bold;
  margin-bottom:15px;
  margin-top:0px; 
}

.noImage .defaultBlockDescription{
  margin-right:0px;
}

.leftImage  .defaultBlockDescription{
  margin-right:0px;
  margin-left:40px;
}

.whiteBackground{
  background-color:#fff !important;
}

.greyBackground{
  background-color:#f9f9f9;
}

 @media screen and (max-width:900px){
  h3{
    font-size:24px;
    line-height: 1.2;
  }

   .leftImage.deafultBlockBlock{
    flex-direction: column;
  }

  .deafultBlockBlock{
    flex-direction: column-reverse;
  }


 

  .defaultBlockRight{
    margin-top:0px;
  }

  .defaultBlockContainer{
    padding-bottom:0px;
  }

  .defaultBlockRight img{
    width:100%;
  }

  h2{
    line-height:1.2;
    font-size:32px;
    margin-top:0px;
  }

    .defaultBlockDescription{
    margin-right:0px !important;
    margin-left:0px !important;
    padding-bottom:40px;
  }

  .leftImage .defaultBlockDescription{
    margin-top:0px;
  }

}

 /* [END] DEFAULT BLOCK */

 









