/* GLOBAL SETTINGS */
html{height: auto;}
body{height: auto; overflow: visible;}

/*html {overflow: hidden;width: 100%;}
body {height: 100%;position: fixed;overflow-y: scroll;-webkit-overflow-scrolling: touch;}*/

body ::selection {color:#fff;background:#005CB9;}
body ::-moz-selection {color:#fff;background:#005CB9;}
.swiper-slide:not(:first-child){display: block;}
html.overflow-menu, html.overflow-menu body{overflow: hidden;}
.row-0,.no-padd .row{margin-left: 0;margin-right: 0;}
.row-0 div,.no-padd .row div[class^="col"]{padding-left: 0;padding-right: 0;}
.row-16{margin-left:-8px;margin-right:-8px;}
.row-16 div[class^="col"]{padding-left:8px;padding-right:8px;}
.separator{position:relative;display:block;width:100%;height:6px;background:#03BBB4;}
.separator.small{width:80px;}
.align-content >*{margin:0 auto;}
.upper{text-transform:uppercase;}
.no-padd{padding:0;}
.section{position:relative;}
.section.full-height{height:100vh;}
.sec-top-100{margin-top:100px;}
.sec-top-60{margin-top:60px;}
.sec-top-40{margin-top:40px;}
/*media*/
@media(max-width:991px){
  .sec-top-100{margin-top:50px;}
  .row-16{margin-left:-15px;margin-right:-15px;}
  .row-16 div[class^="col"]{padding-left:15px;padding-right:15px;}
}
@media(max-width:767px){
  .sec-top-100,.sec-top-60{margin-top:40px;}
}

@media(min-width: 1200px){
  .custom-input-number .increment:hover span:before, .custom-input-number .increment:hover span:after, .custom-input-number .decrement:hover span:before{opacity:0.8;}
  .checkbox-entry span a:hover{color:#1f1f1f;}
}
@media(max-width:767px){
	textarea.input{padding:15px;}
  .input{height:48px;line-height:46px;padding:0 15px;}
}

/* OTHER */
.content-block >*{margin-bottom:40px;}
.content-block >*:last-child{margin-bottom:0;}
.social-block{position: relative;display: inline-block;vertical-align: middle;font-size: 0;}
.social-block ul{font-size: 0;display:inline-block;vertical-align:middle;}
.social-block li{position: relative;display: inline-block;font-size: 0;margin-right:10px;}
.social-block li:last-child{margin-right:0;}
.social-block li a{position: relative;display: block;width:60px;height:60px;line-height:58px;border-radius:50%;text-align: center;backface-visibility: hidden;border: 1px solid #E5E5E5;}
.social-block li a:before{content: "";position: absolute;left:-1px;top:-1px;width:60px;height:60px;border-radius:50%;background:#005CB9;opacity:0;visibility:hidden;-webkit-transform: scale(0);transform: scale(0);z-index: 0;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;z-index:0;}
.social-block li a img,.social-block li a svg{position:relative;width: 18px;height: 16px;z-index: 1;display: inline-block;vertical-align: middle;    margin-right: 20px;}
.social-block svg path{-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.social-block svg path{fill:#005CB9;}
/*seo*/
.seo-sec .title-shortcode{max-width:860px;margin-left:auto;margin-right:auto;}
.more-text .text{display: none;}
.seo-text-block{max-width:1000px;margin:0 auto;}
.seo-text-block .more-text{text-align:center;}
.seo-text-block .more-text .text{text-align:left;}
.seo-text-block .more-text .btn{margin-top:25px;}

@media(min-width:1200px){
  .social-block li a:hover{border-color:#005CB9;}
  .social-block li a:hover:before{opacity:1;visibility:visible;-webkit-transform: scale(1);transform: scale(1);}
  .social-block li a:hover svg path{fill:#fff;}
}
@media(max-width:1399px){
  .content-block >*{margin-bottom:30px;}
}
@media(max-width:767px){
  .content-block >*{margin-bottom:15px;}
  .seo-text-block .more-text .btn{margin-top:10px;}
}



/* FOOTER */
footer{position: relative;overflow: hidden;border-top: 1px solid rgba(109, 109, 109, 0.2);background: rgba(233, 233, 233, 0.3);}



/* POPUPS */
.popup-wrapper{position: fixed; z-index: 1000;left: 0;top: 0;width: 100%;height: 100%;left: -100%;transition-delay: 0.3s;-webkit-transition-delay: 0.3s;}
.popup-wrapper.active{left: 0; transition-delay: 0s; -webkit-transition-delay: 0s;}
.popup-wrapper .bg-layer{position: absolute;left: 0;top: -100px;right: 0;bottom: -100px;background:rgba(0,0,0,0.6);transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out; opacity: 0;}
.popup-wrapper.active .bg-layer{opacity: 1;}
.popup-content{position: absolute;left: 0;top: 0;right: 0;bottom: 0;overflow: auto; -webkit-overflow-scrolling: touch;font-size: 0;text-align: center; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transform: translateY(100px); -webkit-transform: translateY(100px); opacity: 0; visibility: hidden; padding: 15px;letter-spacing: 0;}
.popup-content.active{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1; visibility: visible;}
.popup-content:after{display: inline-block; vertical-align: middle; height: 100%; content: "";}
.popup-content .layer-close{position: absolute; left: 0; bottom: 0; right: 0; height: 10000px;}
.btn-close{position: absolute;top:0;right:0;width:48px;height: 48px;display: inline-block;cursor: pointer;z-index: 1;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.btn-close span{height: 14px;width: 14px;display: block;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.btn-close span:before, .btn-close span:after{content: "";height:2px;width:18px;display: block;position: absolute;top: 6px;left: -2px;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);background:#fff;}
.btn-close span:after{-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.popup-container{display:inline-block;vertical-align:middle;width:100%;position:relative;background:#fff;max-width:660px;z-index: 1;}
.popup-align{overflow: hidden;position:relative;padding:70px 30px;}
/*media*/
@media(min-width: 1200px){
  .btn-close:hover span:before, .btn-close:hover span:after{background:#E35205;}
}
@media(max-width:767px){
  .popup-align{padding:35px 15px 20px}
  .btn-close{width: 40px;height: 40px}
}

.navigation-buttons{
  display: flex;
}



.video-popup {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  transition-delay: .3s;
  letter-spacing: 0;
}

.video-popup .modal-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  line-height: 1.25em;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
}

.video-popup.active {
  left: 0;
  transition-delay: 0s;
}

.video-popup.active .video-popup-overlay {
  opacity: .8;
}

.video-popup.active .video-popup-content {
  transform: scale(1);
  opacity: 1;
  left: 0;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  position: relative;
}

.video-popup-overlay {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s all ease;
  opacity: 0;
}

.video-popup-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 0;
  text-align: center;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transform: scale(1.2);
  opacity: 0;
  left: -10000px;
  padding: 15px;
  background: #000a3c;
}

.video-popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.video-popup-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 1000px;
  max-height: 94vh;
  text-align: left;
  background: var(--clr-black);
  border-radius: 2px;
}

.video-popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}

.video-popup-align {
  overflow: hidden;
  max-height: 100vh;
}

.video-popup .embed-responsive-16by9 {
  padding-bottom: 56.3%;
}

.video-popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 1500px) {
  .video-popup-container {
    max-width: 820px;
  }
}



.navigation-buttons .navigation-buttons__book a, .navigation-buttons .navigation-buttons__phone a{
  display: flex;
  font-size: 36px;
  justify-content: center;
  align-items: center;
  /* width: 210px; */
  /* height: 70px; */
  text-transform: uppercase;
  color: #fff;
  padding: 20px 34px;

  background-color: #062265;
  border-radius: 10px;
  border: 1px solid #000;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
}

.navigation-buttons .navigation-buttons__phone img{
  margin-right: 20px;
}



@media(min-width: 1200px){
  .navigation-buttons a:hover{
    opacity: 0.9;
  }
}

.navigation-buttons .navigation-buttons__phone a{
  background-color: #E35205;
  border: none;
  margin-left: 48px;
  padding-left: 24px;
  padding-right: 24px;
  /* padding: 15px 24px; */
}

@media (max-width: 2300px){
  header #logo{
    top: 21px;
    /* top: 50%; */
    width: 140px;
    object-fit: contain;
  }
  header{
    height: 100px;
  }
  .navigation-buttons .navigation-buttons__book a, .navigation-buttons .navigation-buttons__phone a{
    font-size: 18px;
    /* width: 120px; */
  }

  .navigation-buttons__phone img{
    height: 24px;
    object-fit: contain;

  }

  .navigation-buttons .navigation-buttons__book a, .navigation-buttons .navigation-buttons__phone a{
    padding: 10px 20px;
    border-radius: 5px;
  }
  .navigation-buttons .navigation-buttons__phone a{
    margin-left: 20px;
  }

  nav ul li:before{
    bottom: -6px;
    transition: .5s linear;
    background-color: #E35205;
  }

  header .header-inner{
    max-width: 1320px;
  }
}


@media (max-width: 991px){
  .navigation-buttons{
    justify-content: center;
    margin-top: 40px;
  }
  header{
    height: 70px;
  }
  header #logo{
    top: 5px;    
	width: 140px;
  }
  .mobile-button{
    top: 35px;
  }
}


.banner{
  background: url("../img/banner.jpg");
  margin-top: 178px;
  background-position: center center, center right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /* height: 100vh; */
}

.banner-title{
  color: #fff;
  font-size: 120px;
  line-height: 1.2;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  padding-top: 102px;
  padding-bottom: 510px;
}

.banner-title span{
  font-size: 142px;
  line-height: 1.2;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
}

@media (max-width: 2300px){
  .banner{
    margin-top: 100px;
  }
  .banner-title{
    font-size: 80px;
    padding-bottom: 260px;
  }
  .banner-title span{
    font-size: 90px;
  }
}

@media(max-width:1200px){
  .banner{
    margin-top: 70px;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    min-height: 55vh;
  }
}

@media(max-width: 991px){
  .banner-title{
    font-size: 60px;    
  }
  .banner-title span{
    font-size: 70px;    
  }

}

@media(max-width: 768px){
  .banner-title br{
    display: none;
  }
  .banner-title{
    padding-bottom: 160px;
  }
}

@media (max-width: 460px){
  .banner-title{
    text-align: center;
    font-size: 40px;
  }
  .banner-title{
    font-size: 46px;
  }
}

.description-block{
  padding-top: 100px;
}

.block-title{
  font-size: 100px;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.2;
  color: #332826;
}

.block-text{
  margin-top: 100px;
  font-size: 35px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 60px;
  color: #929292;
}



@media (max-width: 2300px){
  .block-title{
    font-size: 60px;
  }
  .block-text{
    font-size: 18px;
    line-height: 30px;
    margin-top: 50px;
  }
  .description-block{
    padding-top: 0;
  }
}

@media(max-width: 991px){
  .block-title{
    font-size: 50px;
  }
}

@media(max-width: 460px){
  .block-title{
    font-size: 36px;
  }
}

.banner .container{
  max-width: 2344px;
}
.description{
  padding-bottom: 120px;
  background-color: #fff;
}

.description .container{
  max-width: 2344px;
}

.description-image__block .img-desc{
  border: 7px solid #fff;
  margin-top: -212px;  
}

.description-image__video{
  position: relative;
  max-width: 555px;
  top: -360px;
  left: -118px;
  /* bottom: calc(100% - 90px); */
  /* bottom: -100vh; */
}


.description-image__video img{
  width: 555px;
  object-fit: contain;
  /* position: relative; */
}

.img-hover{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* left: 0;
  bottom: 0; */
  /* background-color: rgba(227,82,5,0.7); */
  /* opacity: 0.8; */
  background-color: rgba(227,82,5,0.7);
}

.img-hover a{
  display: flex;
  flex-direction: column;
  width: 114px;
  height: 114px;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  justify-content: center;
}

.description-row2{
  margin-top: 130px;
}
.description-block2{
  margin-left: 150px;
}
.description-block2 .description-block__text{
  max-width: 800px;
}

@media (max-width: 2300px){
  .description-image__video{
    max-width: 400px;
    top: -200px;
  }
  .banner .container{
    max-width: 1750px;
  }
  
  .description .container{
    max-width: 1750px;
  }
  .description-row2{
    margin-top: -100px;
  }
  .description-block2 .description-block__text{
    max-width: 500px;
  }
}
@media (max-width: 1920px){
  .banner .container{
    max-width: 1200px;
  }
  .description .container{
    max-width: 1300px;
  }
  .description-image__block .img-desc{
    margin-top: -140px;
  }
  .description-image__video{
    max-width: 300px;
  }
  .description{
    padding-top: 60px;
	padding-bottom: 60px;
  }
  .description-block2{
    margin-left: 60px;
  }
  
}


@media(max-width: 1920px){
  .img-hover a{
    width: 80px;
    height: 80px;
  }
  .description-image__video{
    left: -60px;
  }
  .description-row2{
    margin-top: 50px;
  }
}


@media (max-width: 1200px){
  .description-image__block{
    display: flex;
    justify-content: flex-end;
  }
  .description-image__block .img-desc{
    margin-top: 50px;
    width: 80%;
    border: none;
    /* display: flex;
    align-self: flex-end; */
  }
  .description-image__video{
    left: 0;
    max-width: 600px;
  }
  .description-image__video img{
    max-width: 600px;
    width: 100%;
  }
  .description-image__video{
    top: -300px;
  }
  .img-hover a{
    width: 114px;
    height: 114px;
  }
  .description-block{
    padding-top: 0;
  }
  .description-row2{
    display: flex;
    flex-direction: column-reverse;
    margin-top: -250px;
  }
  .description-block2{
    margin-left: 0;
    padding-bottom: 40px;
  }
  .description-block2 .description-block__text{
    max-width: 100%;
  }
  .image-description2{
    width: 80%;
    /* height: 70%; */
  }

  .description-row2 .description-image__block{
    justify-content: flex-end;
  }

}

@media(max-width: 991px){
  .description-image__video{
    left: 0;
    max-width: 400px;
  }
  .description-image__video img{
    max-width: 400px;
    width: 100%;
  }
}

@media(max-width: 761px){
  .description-image__video{
    max-width: 300px;
    top: -200px;
  }
  .description-image__video img{
    max-width: 300px;
    width: 100%;
  }
  .img-hover a{
    width: 80px;
    height: 80px;
  }
  .description-row2{
    margin-top: -150px;
  }
}

@media(max-width: 580px){
  .description-image__video{
    max-width: 200px;
    top: -140px;
  }
  .description-image__video img{
    max-width: 200px;
    width: 100%;
  }
  .description-image__block .img-desc{
    width: 100%;
  }
  .img-hover a{
    width: 60px;
    height: 60px;
  }
  .img-hover a i{
    margin-top: 5px;
    margin-left: 5px;
  }
  .btn{
    width: 100%;
  }
  .description-row2{
    margin-top: -100px;
  }
  .image-description2{
    width: 100%;
  }
}


.products{
  padding: 160px 0;
  background-color: #f5f5f5;
}
.products .container{
  max-width: 1815px;
}
.products-row-blocks{
  margin-top: 120px;
}

@media (max-width: 2300px){
  .products .container{
    max-width: 1400px;
  }
}
@media (max-width: 1920px){
  .products .container{
    max-width: 1000px;
  }
}

.product-title {
  margin-top: 60px;
}

.product-title p{
  font-size: 36px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #000;
}

.product-block__image{
  width: 140px;
  height: 160px;
}

.product-block__image .product-image{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.product-description .block-text{
  min-height: 480px;
}
/* .product-title{
  min-height: 70px;
} */

@media (max-width: 2300px){
  .products{
    padding: 120px 0;
  }
  .product-block__image{
    width: 80px;
    height: 100px;
  }
  .products-row-blocks{
    margin-top: 60px;
  }
  .product-block__description{
    min-height: 160px;
  }
  .product-title p{
    font-size: 20px;
  }
  .product-description .block-text{
    min-height: 160px;
  }
  .product-title{
    margin-top: 30px;
  }
}

@media (max-width: 1920px){
  .products{
    padding: 60px 0;
  }
  .product-description .block-text{
    min-height: 200px;
  }
  .product-title{
    margin-top: 30px;
  }
  .product-block__image{
    width: 70px;
    height: 90px;
  }
}

@media (max-width: 1200px){
  .product-description .block-text{
    min-height: 140px;
  }
  
}

@media (max-width: 761px){
  .products-row-blocks{
    margin-top: 30px;
  }
  .product-description .block-text{
    min-height: 100%;
    margin-top: 20px;
  }
  .product-block__description{
    min-height: 100%;
  }
  .product-title{
    margin-top: 20px;
  }
  .product-block{
    margin-bottom: 30px;
  }
  .product-block:last-child{
    margin-bottom: 0;
  }
  .product-description .block-text{
    font-size: 16px;
  }
}

@media(max-width: 580px){
  .product-block{
    text-align: center;
  }
  .product-block__image{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .product-block__image .product-image{
    width: 60px;
  }
}


.sellers{
  padding: 120px 0;
  background-color: #fff;
}
.sellers .container{
  max-width: 2343px;
}

.sellers-block{
  text-align: center;
}
.seller-block{
  padding: 0;
  border: 1px solid #dadfe2;
  border-radius: 7px;
  display: block;
  height: 100%;
  margin-top: 15px;
}

.row-sellers{
  margin-top: 50px;
}
.row-sellers .col{
  flex: 0 0 20%;
  margin-top: 20px;

}

@media(max-width: 2300px){
  .row-sellers{
    margin-top: 10px;
  }
  .sellers .container, .collections .container{
    max-width: 1750px;
  }
  /* .row-se */
}

@media (max-width: 1200px){
  .row{
    justify-content: center;
  }
  .row-sellers .col{
    flex: 0 0 25%;
  }
}

@media (max-width: 1920px){
  .sellers{
    padding: 60px 0;
  }
  .contact-button .btn{
    margin-top: 60px;
  }
  .sellers .container, .collections .container{
    max-width: 1300px;
  }
}

@media (max-width: 761px){
  .row-sellers .col{
    flex: 0 0 50%;
  }
  .seller-block{
    padding: 10px;
  }
}

.contact-button{
  display: flex;
  justify-content: center;
}

.collections{
  padding: 120px 0;
  background-color: #062265;
}

.collections-block{
  text-align: center;
}
.collections-item{
  margin-top: 20px;
}
@media (max-width: 1920px){
  .collections{
    padding: 60px 0;
  }
}
@media(min-width: 1200px){
  .give-button .btn:hover{
    background-color: #E35205;
  }
}

@media(max-width: 991px){
  .row-collections, .row-sellers{
    margin-top: 40px;
  }
}

.certifieds{
  background-color: #fff;
  padding: 120px;
}

.certifieds-items{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.certifieds-items img{
  max-width: 260px;
  object-fit: contain;
  filter: invert(18%) sepia(3%) saturate(120%) hue-rotate(314deg) brightness(95%) contrast(83%); /* IE5+ */
  -webkit-filter: grayscale(1) ; /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out;
}
@media(min-width: 991px){
  .certifieds-items img:hover{
    filter: none;
    -webkit-filter: grayscale(0);
    /* -webkit-transform: scale(1.01); */
  }
}

.certifieds-headers .certifieds-headers__title{
  font-size: 50px;
  color: #3a3a3a;
  font-weight: 700;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.2;
  margin-bottom: 120px;
}

@media(max-width: 2300px){
  .certifieds-items img{
    max-width: 200px;
    max-height: 120px;
    object-fit: contain;
  }
}
@media(max-width: 1920px){
  .certifieds{
    padding: 60px 0;
  }
  .certifieds-headers .certifieds-headers__title{
    margin-bottom: 60px;
    font-size: 40px;
  }
  .certifieds-items img{
    max-width: 160px;
    max-height: 80px;
  }
  .certifieds .container{
    max-width: 1300px;
  }
}

@media(max-width: 1200px){
  .certifieds-items img{
    max-width: 120px;
    /* max-height: 80px; */
  }
}

@media(max-width: 991px){
  .certifieds-items img{
    filter: none;
    -webkit-filter: grayscale(0);
  }
  .certifieds-items{
    flex-wrap: wrap;
  }
  .certifieds-items a{
    flex: 0 0 33.33333%;
    justify-content: center;
    display: flex;
    margin-top: 60px;
  }
  .certifieds-headers .certifieds-headers__title{
    margin-bottom: 0;
  }

}

@media(max-width: 580px){
  .certifieds-items img{
    max-width: 80px;
  }
  .certifieds-headers .certifieds-headers__title{
    font-size: 30px;
  }
}

footer{
  border: none;
  background-color: #f5f5f5;
}
.footer-top{
  padding: 120px 0;
}

.footer-block-button .btn{
  width: 100%;
}
/* .footer-top .row>*{ */
  /* padding-right: 60px; */
  /* padding-left: 0; */
  /* padding: 0 30px; */
/* } */
.container-navigation__footer{
  margin-top: 180px;
  max-width: 1610px;
}

.desc p{
  color: #929292;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  margin-top: 60px;
  line-height: 1.2;
}

.social{
  display: flex;
  margin-top: 50px;
}
.social .social-item{
  width: 70px;
  height: 70px;
  background-color: #062265;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s linear;
  margin-right: 20px;
}
.social .social-item:last-child{
  margin-right: 0;
}

@media(min-width:991px){
  .social .social-item:hover{
    background-color: #E35205;
    transition: .5s linear;
  }
}

.social .social-item img{
  width: 40px;
  height: 40px;
}
.footer-info{
  margin-top: 15px;
}
.footer-info .caption{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #828282;
}

.footer-links{
  margin-top: 75px;
}

.footer-links li{
  color: #929292;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  margin-top: 30px;
  line-height: 1.2;
  transition: .5s linear;
}
@media(min-width:991px){
  .footer-links li:hover{
    color: #062265;
  }
}


.footer-links li:first-child{
  margin-top: 0;
}

.footer-bottom{
  background-color: #062265;
  padding: 60px 0;
}

.footer-bottom__text{
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
}
.footer-bottom .container-navigation__footer{
  margin-top: 0;
}

.logo-footer img {
  mix-blend-mode: multiply;
}

@media(max-width: 2300px){
  .logo-footer{
    /* max-width: 300px; */
    max-width: 360px;
    /* object-fit: contain; */
  }
  .desc p{
    font-size: 22px;
    line-height: 1.1;
  }
  .social .social-item{
    width: 36px;
    height: 36px;
  }
  .social .social-item img{
    width: 22px;
    margin-top: 2px;
    /* height: 22px; */
  }
  .footer-info .caption{
    font-size: 24px;
  }
  .footer-links li{
    font-size: 22px;
  }
}

@media(max-width: 1920px){
  .footer-top{
    padding: 60px 0;
  }
  .footer-bottom{
    padding: 30px 0;
  }
  .footer-bottom__text{
    font-size: 18px;
  }
  .footer-block-button .btn{
    margin-top: 0;
  }
  .container-navigation__footer{
    margin-top: 60px;
    max-width: 1400px;
  }
  .logo-footer{
    /* max-width: 300px; */
    max-width: 260px;
    /* object-fit: contain; */
  }
  .desc p{
    font-size: 18px;
    line-height: 1.1;
  }
  .social .social-item{
    width: 36px;
    height: 36px;
  }
  .social .social-item img{
    width: 22px;
    margin-top: 2px;
    /* height: 22px; */
  }
  .desc p{
    margin-top: 30px;
  }
  .social{
    margin-top: 30px;
  }
  .footer-links li{
    font-size: 18px;
    margin-top: 15px;
  }
  .footer-info{
    margin-top: 5px;
  }
  .footer-links{
    margin-top: 40px;
  }
}
@media(max-width: 1200px){
  .footer-top .container{
    max-width: 100%;
  }
  .footer-block-button .btn{
    padding: 20px 30px;
  }
}

@media(max-width:991px){
  .logo-footer{
    max-width: 200px;
  }
  .footer-info .caption{
    font-size: 20px;
  }
  .footer-links{
    margin-top: 35px;
  }
  .footer-block-button{
    display: flex;
    justify-content: center;
  }
  .footer-block-button .btn{
    width: 60%;
    margin-bottom: 20px;
  }
  .container-navigation__footer{
    margin-top: 30px;
  }
  
  /* .footer-block-button .btn:last-child{
    margin-bottom: 0;
  } */
}

@media (max-width:580px){
  .footer-block-button .btn{
    width: 100%;
  }
  .container-navigation__footer{
    margin-top: 0;
  }
  .footer-item{
    margin-top: 60px;
  }
  .footer-bottom__text{
    text-align: center;
    line-height: 1.2;

  }
}


/* About */

.banner-about{
  background: url("../img/banner-about.jpg");
  /* margin-top: 178px; */
  background-position: center bottom, center right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.title-about{
  padding-bottom: 140px;
}

.about-buttons-banner{
  display: flex;
  padding-bottom: 400px;
}
.about-buttons-banner .button-item a{
  display: block;
  color: #fff;
  min-width: 330px;
  padding: 40px 50px;
  background-color: #E35205;
  font-size: 36px;
  font-family: "Barlow Condensed";
  font-weight: 700;
  margin-right: 70px;
  text-align: center;
}

.about-block-title{
  white-space: nowrap;
}

@media(min-width:1200px){
  .about-buttons-banner .button-item a:hover{
    background-color: #062265;
  }
}

@media (max-width: 2300px){
  .about-buttons-banner {
    padding-bottom: 240px;
  }
  .about-buttons-banner .button-item a{
    /* margin-top: 50px; */
    font-size: 26px;
    padding: 20px 60px;
    min-width: 280px;
  }
  .title-about{
    padding-bottom: 120px;
  }
}
@media (max-width: 1920px){
  .title-about{
    padding-bottom: 100px;
  }
  .about-buttons-banner{
    padding-bottom: 180px;
  }
  .about-buttons-banner .button-item a{
    margin-right: 30px;
  }
  .about-buttons-banner .last-button a{
    margin-right: 0;
  }
}

@media (max-width: 991px){
  .banner-about{
    background-position: center center, center right;
    background-attachment: scroll;
  }
  .about-buttons-banner{
    flex-direction: column;
    padding-bottom: 60px;
  }
  .about-buttons-banner .button-item a{
    min-width: 200px;
    padding: 20px 40px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .title-about{
    padding-bottom: 60px;
  }
}

.services{
  background-color: #f3f3f3;
}
.services .container{
  max-width: 2344px;
}


.row-services{
  margin-top: 200px;
}

.services-block{
  text-align: center;
  padding: 0 20px;
}
.services-block__image{
  display: flex;
  justify-content: center;
  width: 100%;
}
.services-title{
  margin-top: 50px;
}

.services-description .block-text{
  font-size: 28px;
  line-height: 40px;
  margin-top: 60px;
  min-height: 300px;
}

.services-button .btn{
  min-width: 100%;
  margin-top: 70px;
}

@media (max-width: 2300px){
  .services .container{
    max-width: 1750px;
  }
  .row-services{
    margin-top: 60px;
  }
  .services-description .block-text{
    font-size: 18px;
    line-height: 28px;
    margin-top: 60px;
    min-height: 170px;
  }
}

@media (max-width: 1920px){
  .services .container{
    max-width: 1300px;
  }
  .services-description .block-text{
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    min-height: 170px;
  }
  .services-block{
    padding: 0;
  }
  .services-title{
    margin-top: 30px;
  }
  .services-button .btn{
    padding: 20px 30px;
    margin-top: 30px;
    font-size: 20px;
  }
  .services-block__image .service-image{
    width: 50%;
  }
}

@media(max-width: 1200px){
  .services-description .block-text{
    min-height: 200px;
  }
}
@media(max-width: 991px){
  .services-description .block-text{
    min-height: 140px;
  }
  .services-block{
    margin-top: 60px;
  }
  .row-services{
    margin-top: 0;
  }
}

@media(max-width: 771px){
  .services-description .block-text{
    min-height: 100px;
  }
}

@media(max-width: 580px){
  .services-description .block-text{
    min-height: 100%;
  }
  .services-block__image .service-image{
    width: 26%;
  }
  .services-block{
    margin-top: 30px;
  }
}


/* #textsvg1{  
  animation-play-state:play;
  animation-fill-mode:forwards; 
  fill:transparent; 
  text-anchor: middle;
  color: #f3f3f3;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 500px;
  stroke-dasharray:800px;
  stroke-dashoffset:0;
  animation-name:text;
  animation-duration:10s;
  animation-iteration-count:1; 
  stroke:grey;
  stroke-width:0.5;
  opacity:1;
}	

	
	@keyframes text{
		from{
      stroke-dashoffset:800;  
    }
		to{
      stroke-dashoffset:0;
      fill: #f3f3f3;  
    }
} */
.row-booking{
  margin-top: 190px;
}
.booking-item{
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: auto;
}

.booking-item__description-first{
  margin-left: 70px;
}

.booking-item__count .number-item{
  color: #f3f3f3;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 500px;
  line-height: 1;
  margin-top: -25%;
}

.booking-item__description .description-title p{
  color: #062265;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
}

.booking-item__description .description-text p{
  margin-top: 50px;
  font-size: 30px;
  line-height: 60px;
  color: #bebebe;
}

@media(max-width: 2300px){
  .booking-item__description .description-title p{
    font-size: 40px;
    line-height: 44px;
  }
  .booking-item__description .description-text p{
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .booking-item__count .number-item{
    font-size: 360px;
  }
  .row-booking{
    margin-top: 60px;
  }
}

@media(max-width: 1920px){
  .booking-item{
    max-width: 400px;
  }
  .booking-item__description-first {
    margin-left: 40px;
  }
  .booking-item__count .number-item-one{
    margin-top: -40%;
  }
}

@media(max-width: 991px){
  .booking-item__count .number-item{
    font-size: 260px;
  }
  .booking-item__description .description-title p{
    font-size: 30px;
    line-height: 34px;
  }
  .booking-item__description .description-text p{
    min-height: 90px;
    margin-top: 20px;
  }
}

@media(max-width: 771px){

  .booking-item__description .description-title p br{
    display: none;
  }
  .booking-item__count .number-item{
    font-size: 200px;
  }
  .booking-item__description-first{
    margin-left: 0;
  }
  .booking-item{
    flex-direction: column;
    max-width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .booking-item__description .description-text p{
    min-height: 100%;
  }
  .row-booking{
    margin-top: 30px;
  }
}

.advantages{
  background: url("../img/advantages-back.jpg");
  /* margin-top: 178px; */
  background-position: center center, center right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /* height: 100vh; */
  position: relative;
}

.advantages:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #062265;
  opacity: 0.8;
  z-index: 2;
}

.advantages .container{
  z-index: 10;
  position: relative;
  /* padding: 120px 0; */
}

.advantages{
  padding: 120px 0;
}

.advantages-block .advantages-title{
  font-size: 65px;
}

.advantage-item{
  text-align: center;
}

.advantage-item__title{
  font-size: 135px;
  color: #fff;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  display: flex;
  justify-content: center;
}

.advantage-item__title .advantage-title{
  font-family: inherit;
}

.advantage-minor{
  font-size: 50px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #fff;
}
.advantage-item__text .advantage-text{
  font-family: "Roboto";
  font-size: 35px;
  color: #fefefe;
  line-height: 60px;
  margin-top: 80px;
}

.advantages .container{
  max-width: 2343px;
}

.row-advantages{
  margin-top: 100px;
}
.advantage-item {
  max-width: 500px;
  margin: auto;
}

@media(max-width: 2300px){
  .advantage-item__title{
    font-size: 100px;
  }
  .advantage-minor{
    font-size: 30px;
  }
  .advantage-item__text .advantage-text{
    font-size: 18px;
    line-height: 28px;
  }
}

@media(max-width: 1920px){
  .advantages{
    padding: 60px 0;
  }
  .row-advantages{
    margin-top: 60px;
  }
  .advantage-item{
    max-width: 360px;
  }
  .advantages .container{
    max-width: 1300px;
  }
  .advantage-item__text .advantage-text{
    margin-top: 30px;
  }
  .advantages-block .advantages-title{
    font-size: 40px;
  }
}

@media(max-width:1200px){
  .row-advantages{
    margin-top: 30px;
  }
  .advantage-item__title{
    font-size: 60px;
  }
  .advantage-item__text .advantage-text{
    font-size: 16px;
    line-height: 24px;
  }
  .banner-about, .advantages{
    background-attachment: scroll;
  }
}

@media(max-width: 771px){
  .advantage-item{
    margin-top: 30px;
  }
  .row-advantages{
    margin-top: 0;
  }
  .advantage-item{
    max-width: 80%;
  }
}

@media(max-width: 580px){
  .advantage-item{
    max-width: 100%;
  }
}



.banner-storage{
  height: 60vh;
  background: url("../img/storage-banner.jpg");
  background-position: center center, center right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.banner-storage.banner-less-height {
  height: 20vh !important;
  min-height: unset !important;
  background: white !important;
  visibility: hidden;
}

.banner-storage:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #062265;
  opacity: 0.7;
  z-index: 2;
}

.storage .container{
  margin-top: -212px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  max-width: 1900px;
}


.storage-title{
  text-align: center;
  position: relative;
}

.storage-title h1{
  /* padding: 120px; */
  padding-top: 100px;
  padding-bottom: 60px;

}

.storage-title:before{
  position: absolute;
  content: "";
  width: 150px;
  height: 7px;
  background-color: #062265;
  bottom: 0;
  border-radius: 2px;
  left: 47%;
  transform: translateY(-50%);
}

.storage-subtitle__text{
  padding: 120px 0 0 0;
}

.storage-text{
  font-size: 28px;
}

@media(max-width:2300px){
  .storage .container{
    max-width: 1750px;
  }
  .storage-text{
    font-size: 18px;
    line-height: 30px;

  }
}

@media(max-width:1920px){
  .storage .container{
    max-width: 1200px;
    margin-top: -140px;
  }
  .storage-title h1{
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .storage-subtitle__text{
    padding: 60px 0 0 0 ;
  }
  .storage-text{
    font-size: 18px;
  }
  .storage-title:before{
    width: 100px;
  }
}

@media(max-width:1200px){
  .banner-storage{
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    min-height: 70vh;
  }
}

/* .left {
  position: relative;
  background-image:url("../img/advantage.jpg");
  background-position: center center, center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.left:before{
  background-image:url("../img/advantage.jpg");
  background-position: center center, center right;
  background-repeat: no-repeat;
  background-size: cover;
  left: -600px;
  content: '';
  display: block;
  position: absolute;
  width: 600px;

  height: 40vh;
  top: 0;
  bottom: 0;
} */

.row-advantage{
  margin-top: 120px;
  padding-bottom: 120px;
}

.advantage-image{
  /* background-image:url("../img/advantage.jpg");
  background-position: center center, center right;
  background-repeat: no-repeat;
  background-size: cover; */
  /* left: 0; */
  right: 50%;
  padding-left: calc((100% - 1900px) / 2);
  position: absolute;
  width: 100%;
  object-fit: contain;
  max-height: 940px;
  /* width: 30%; */
  /* height: 300px; */
}

.storage-subtitle__text2{
  padding-top: 0;
}
/* .advantage-list__items{ */
  /* list-style: url("../img/list.png"); */
  /* width: 10px;
  height: 10px; */
/* } */

/* .advantage-list__items::marker{
    width: 10px;
    height: 10px;
} */

.advantage-list__items li:before{
  content: "";
  position: absolute;
  background: url("../img/list.png");
  background-position: center center, center right;
  background-repeat: no-repeat;
  background-size: contain;

  /* list-style: url("../img/list.png"); */
  width: 30px;
  height: 30px;
}

.advantage-list__items{
  margin-top: 60px;  
  font-size: 28px;
  color: #929292;
  font-weight: 400;
}

.advantage-list__items li{
  margin-bottom: 20px;
}

.advantage-list__items li p{
  margin-left: 40px;
}

.list-text{
  margin-top: 60px;  
  font-size: 28px;
  line-height: 40px;
  color: #929292;
  font-weight: 400;
}

@media(max-width:2300px){
  .advantage-list__items, .list-text{
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
  }
  .advantage-list__items li:before{
    width: 20px;
    height: 20px;
  }
  .advantage-list__items li{
    margin-bottom: 10px;
  }
  .row-advantage{
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .advantage-image{
    right: 50%;
    padding-left: calc((100% - 1750px) / 2);
    position: absolute;
    width: 100%;
    object-fit: contain;
    max-height: 880px;
  }
}

@media(max-width: 1920px){
  .advantage-image{
    right: 50%;
    padding-left: calc((100% - 1200px) / 2);
    position: absolute;
    width: 100%;
    object-fit: contain;
    max-height: 600px;
  }
}

@media(max-width: 1200px){
  .advantage-image{
    right: 55%;
    padding-left: calc((100% - 1200px) / 2);
    position: absolute;
    width: 100%;
    object-fit: contain;
    max-height: 700px;
  }
  .banner-storage{
    background-attachment: scroll;
  }
}
@media(max-width:991px){
  .advantage-image{
    position: static;
    width: 100%;
    margin-bottom: 60px;
    max-height: 100%;
  }
}



.appointment:after{
  content:"Schedule";
  position: absolute;
  font-size: 380px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: rgba(245, 245, 245, 0.2);
  z-index: 4;
  /* opacity: 0.5; */
  font-family: "Roboto",sans-serif;
  font-weight: 900;
}

.appoitment-phone{
  margin-top: 100px;
}

.appoitment-phone__link{
  font-size: 60px;
  font-family: "Barlow Condensed";
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-top: 100px;
}

.appoitment-text .block-text{
  color: #fff;
}
@media(max-width:2300px){
  .appoitment-phone{
    margin-top: 50px;
  }
  .appoitment-phone__link{
    font-size: 40px;
  }
  .appointment:after{
    font-size: 260px;
  }
}

@media(max-width:991px){
  .appointment:after{
    font-size: 150px;
  }
}
@media(max-width:771px){
  .appointment:after{
    font-size: 120px;
  }
}

@media(max-width:580px){
  .appointment:after{
    font-size: 90px;
  }
}

.banner-changes{
  height: 60vh;
  background: url("../img/changes-back.jpg");
  background-position: center center, center right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.banner-changes:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #062265;
  opacity: 0.7;
  z-index: 2;
}

.banner-overlay:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #062265;
  opacity: 0.7;
  z-index: 0;
}


.storage-button{
  display: flex;
  justify-content: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

.changes .block-text{
  text-align: center;
  padding: 0 130px;
}

@media(max-width:2300px){
  .changes .block-text{
    padding: 0 100px;
  }
  .storage-button{
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media(max-width:1920px){
  .changes .block-text{
    padding: 0 60px;
  }
  .storage-button{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .storage-button img{
    width: 30px;
    height: 100%;
    object-fit: contain;
  }
}

@media(max-width:1200px){
  .banner-changes{
      /* margin-top: 70px; */
      background-attachment: scroll;
      background-position: center;
      background-size: cover;
      min-height: 60vh;
  }
}

.pricing{
  background-color: #fff;
  padding-bottom: 120px;
}
.pricing .container{
  max-width: 1900px;
}
.pricing .pricing-header{
  padding: 0 130px;
  margin-bottom: 70px;
}
.pricing-title .block-title{
  text-align: center;
  font-size: 120px;
  /* padding: 0 130px; */
}

@media(max-width:2300px){
  .pricing .pricing-header{
    padding: 0 100px;
  }
  .pricing .container{
    max-width: 1750px;
  }
  .pricing-title .block-title{
    font-size: 80px;
  }
  .storage-button{
    margin-top: 100px;
    margin-bottom: 60px;
  }
}

@media(max-width:1920px){
  .pricing .container{
    max-width: 1200px;
  }
  .pricing .pricing-header{
    padding: 0 60px;
    margin-bottom: 60px;
  }
  
}

@media(max-width: 1200px){
  .changes .block-text, .pricing .pricing-header{
    padding: 0;
  }
  .storage-button{
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media(max-width:991px){
  .pricing-title .block-title{
    font-size: 60px;
  }
  .storage-title:before{
    left: 50%;
    transform: translateX(-50%);
  }
}

.pricing .container-table{
  max-width: 2330px;
}

.head-table{
  font-size: 45px;
  font-family: "Roboto",sans-serif;
  font-weight: 900;
  color: #062265;
}

.head-table-desc{
  font-size: 30px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  color: #929292;
}

table tbody tr{
  vertical-align: middle;
}

table tbody td{
  font-size: 35px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  color: #929292;
  /* padding: 40px 70px 40px 70px; */
  padding: 0 70px;
  vertical-align: middle;
}
.table tbody td .btn{
  text-align: center;
}
.table-price{
  font-size: 60px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  color: #929292;
  /* padding: 40px 70px 40px 70px; */
}
table tbody td{
  border: none;
}
table tbody td img{
  width: 76px;
  height: 76px;
  object-fit: contain;
  border: none;
}

table tbody td .btn{
  margin-top: 0;
  padding: 32px 30px;
  min-width: 320px;
}

@media(max-width: 2300px){
  .pricing .container-table {
    max-width: 1900px;
  }
  .head-table{
    font-size: 30px;
  }
  .head-table-desc{
    font-size: 20px;
  }
  table tbody td{
    font-size: 18px;
  }
  .table-price{
    font-size: 40px;
  }
  table tbody td img{
    width: 40px;
    height: 40px;
  }
}

@media(max-width: 1920px){
  .pricing .container-table{
    max-width: 1320px;
  }
  table th{
    padding: 20px 30px;
  }
  .head-table{
    font-size: 24px;
  }
  .head-table-desc{
    font-size: 18px;
  }
  table tbody tr{
    height: 60px;
  }
  table tbody td{
    font-size: 16px;
  }
  .table-price{
    font-size: 24px;
  }
  table tbody td{
    padding: 0 30px;
  }
  table tbody tr{
    border-bottom: 2px solid #f5f5f5;
  }
  table tbody td .btn {
    margin-top: 0;
    padding: 17px 20px;
    min-width: 200px;
  }
  table tbody td .btn{
    font-size: 20px;
  }
  .pricing{
    padding-bottom: 60px;
  }
  table tbody .text-center{
    height: 60px;
  }
}

/* .Your_Automotive_Repair___Maintenance_Service_Sp {
  font-size: 35px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  line-height: 1.714;
  text-align: center;
  position: absolute;
  left: 9806.25px;
  top: 3884.059px;
  width: 889px;
  height: 34px;
  z-index: 835;
} */

@media(max-width:991px){
  .banner-changes{
    height: 50vh;
    background-attachment: scroll;

  }
  table tbody td img{
    width: 30px;
    height: 30px;
  }
  table tbody td .btn{
    min-width: 100px;
    height: 100%;
    padding: 20px 30px;
    font-size: 16px;
  }
  .head-table{
    font-size: 20px;    
  }
  .head-table-desc{
    font-size: 16px;
  }
  /* .pricing .container-table{
    margin: 0 30px;
  } */
}

@media(max-width: 580px){
  .banner-changes{
    height: 40vh;
  }
  table tbody td {
    padding: 0 10px;
  }
  table th{
    padding: 10px;
  }
  .head-table-desc{
    font-size: 14px;
  }
  table tbody td .btn{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align: middle; */
    /* white-space: wrap; */
  }
  .table-price{
    font-size: 18px;
  }
  table th{
    text-align: center;
  }
  
}

.sales-changes{
  height: 60vh;
  background: url("../img/banner-about.jpg");
  background-position: center center, center right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.sales .description-block__text{
  padding-left: 90px;
}

.sales-description{
  left: 30%;
  padding-left: calc((100% - 1900px) / 2);
  position: absolute;
  width: 100%;
  object-fit: contain;
  margin-top: 90px;
  max-height: 1000px;

}

.row-sales{
  margin-bottom: 120px;
}

@media(max-width: 2300px){
  /* .sales .description-block__text{
    padding-right: 90px;
  } */
  .sales-description{
    /* left: 30%;
    padding-left: calc((100% - 1750px) / 2);
    max-height: 600px; */
    position: static;
    margin-left: 100px;
    max-height: 900px;
  }
}

@media(max-width: 1920px){
  .sales-description {
	  margin-left: 0;
	  position: relative;
	  max-height: unset;
	  left: 0;
	}
  .row-sales{
    margin-bottom: 260px;
  }
}

@media(max-width: 1200px){
  .sales-changes{
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    min-height: 70vh;
  }
  .row-sales{
    margin-top: 60px;
    margin-bottom: 60px;

  }
  .sales-description{
    position: static;
    margin-top: 60px;
  }
  .sales .description-block__text{
    padding-left: 30px;
  }
}


@media(max-width:991px){
  .sales-description{
    width: 80%;
    max-height: 100%;
    float: right;
  }
}

@media(max-width:580px){
  .sales-description{
    width: 100%;
  }
  .sales .description-block__text{
    padding-left: 0;
  }
}
.reasons{
  background-color: #062265;
  /* padding-top: 120px; */
}

.reasons .block-title{
  text-align: center;
}
.reasons .container{
  max-width: 1900px;
}

.content-image,.content-text{
  padding-right: 0;
  padding-left: 0;
}

.reasons .container-reasons{
  margin-top: 120px;
  margin-bottom: 0;
  max-width: 2448px;
}

.content-image{
  max-height: 610px;
  max-width: 610px;
}

.content-image__item{
  width: 100%;
  height: 100%;
}

.content-text{
  position: relative;
}

.content-text-block{
  position: relative;
  z-index: 5;
  /* padding: 60px; */
  padding-top: 60px;
  padding-left: 60px;
}

.content-counter{
  top: 0;
  z-index: 3;
  right: 0;
  line-height: 0.6;
  position: absolute;
  font-size: 500px;
  font-family: "Barlow Condensed", sans-serif;
  color: rgba(243, 243, 243, 0.09);
}
.counter-one{
  right: 120px;
}

.content-item-head{
  font-size: 40px;
  font-family: "Roboto";
  color: #fff;
  line-height: 1.2;
  font-weight: 900;
}


.content-item-text{
  margin-top: 70px;
  font-size: 30px;
  font-family: "Roboto";
  color: #fff;
  line-height: 60px;
  font-weight: 400;
}

@media(max-width:2300px){
  .reasons .container {
      max-width: 1320px;
  }
  .reasons .container-reasons{
    max-width: 1900px;
    margin-top: 60px;
  }
  .content-image,.content-text{
    max-height: 360px;
    max-width: 360px;
  }
  .content-text-block{
    padding-top: 30px;
    padding-left: 30px;
  }
  .content-item-head{
    font-size: 24px;
  }
  .content-item-text{
    margin-top: 30px;
    font-size: 18px;
    line-height: 36px;
  }
  .content-counter{
    font-size: 360px;
    line-height: 0.7;
  }
  .reasons-row{
    justify-content: center;
  }
}

@media(max-width:1920px){
  .content-image,.content-text{
    max-height: 340px;
    max-width: 340px;
  }
}

@media(max-width:1200px){
  .content-image,.content-text{
    max-height: 240px;
    max-width: 240px;
  }
  .reasons .block-title{
    margin-top: 60px;
  }
  .content-item-text{
    font-size: 14px;
    line-height: 24px;
  }
  .counter-one{
    right: 30px;
  }
  .content-counter{
    font-size: 240px;
    line-height: 0.8;
  }
  .content-text-block{
    padding: 15px;
    /* padding-top: 30px;
    padding-left: 30px; */
  }
}

@media(max-width: 991px){
  .content-image,.content-text{
    max-height: 50%;
    max-width: 50%;
  }
  .content-image-last{
    order: 1;
  }
  .content-text-block{
    padding: 120px 15px;
  }
  .content-counter{
    line-height: 1.4;
  }
}

@media(max-width: 771px){
  .content-image,.content-text{
    max-height: 360px;
    max-width: 50%;
  }
}
@media(max-width: 640px){
  .content-image,.content-text{
    max-height: 300px;
    max-width: 50%;
  }
  .content-text-block{
    padding: 60px 15px;
  }
  .content-counter{
    line-height: 1;
  }
}

@media(max-width: 580px){
  .content-image,.content-text{
    max-height: 260px;
    max-width: 50%;
  }
  .content-text-block{
    padding: 30px 15px;
  }
  .content-counter{
    line-height: 1;
  }
}

@media(max-width: 500px){
  .content-image,.content-text{
    max-height: 230px;
    max-width: 50%;
  }
  .content-text-block{
    padding: 30px 15px;
  }
  .content-counter{
    line-height: 1;
  }
  .content-item-text{
    margin-top: 15px;
  }
  .content-text-block{
    padding: 20px 15px;
  }
}

@media(max-width: 460px){
  .content-image{
    max-width: 100%;
    max-height: 100%;
  }
  .content-text{
    max-width: 100%;
  }
  .content-text-block{
    padding: 30px 15px;
  }
  .content-counter{
    line-height: 1;
  }
  .content-item-text{
    margin-top: 15px;
  }
  .content-text-block{
    padding: 60px 15px;
  }
  .content-image-last{
    order: 0;
  }
  .counter-one{
    right: 0;
  }
  .content-counter{
    font-size: 200px;
    right: 15px;
  }
}

.reasons2 .content-item-head{
  color:#000a3c;
}
.reasons2 .content-item-text{
  color: #929292;
}
.reasons2 .content-counter{
  color: #f5f5f5;
}

@media(max-width: 1200px){
  .reasons2 .container-reasons{
    max-width: 100%;
  }
}

@media(max-width: 580px){
  .reasons2 .content-image-first{
    order: 1;
  } 
  .reasons2 .content-text-first{
    order: 2;
  }
  .reasons2 .content-text-last{
    order: 3;
  }
  .reasons2 .content-image-first{
    order: 4;
  }
}

@media(max-width: 460px){
  .reasons2 .content-text-last{
    order: 4;
  }
  .reasons2 .content-image-first{
    order: 3;
  }
}

/* @media(max-width: 991px){ */
  /* .reasons2 .content-image:first-child{
    order: 1;
  }
  .reasons2 .content-text:first-child{
    order: 4;
  }
  .reasons2 .content-image:last-child{
    order: 3;
  }
  .reasons2 .content-text:last-child{
    order: 4;
  } */
  /* .reasons2 .content-image-last:last-child{
    order: 0;
  } */
/* }1 */

