/* GENERAL */
html{
  scroll-behavior: smooth;
}
*{
  font-family: Gilroy;
  font-style: normal;
}
.mobile{
  display: none;
}
section{
  padding-top: 30px;
  padding-bottom: 30px;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
.gbo{
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF !important;
  padding: 20px 22px;
  background: #00CEB6;
  border-radius: 10px;
  text-decoration: none;
}
.gbo:after , .reviews__more:after , .consultation:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  border-radius: 10px;
  opacity: 0;
}
.gbo:hover:after , .reviews__more:hover:after , .consultation:hover:after{
  transition-duration: .3s;
  opacity: .2;
}
.consultation{
  position: relative;
  display: block;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  background: #F1F1F1;
  border-radius: 10px;
  text-decoration: none;
}

.empty{
  height: 20px;
  width: 100%;
  visibility: hidden;
}
::-moz-selection {
  background: #00CEB6;
  text-shadow: none;
}
::selection {
  background: #00CEB6;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrap-for-padding{
  width: calc(100% - 30px);
  padding: 0 15px;
}
.green{
  color: #00CEB6 !important;
}
.section-title{
  font-weight: bold;
  font-size: 52px;
  line-height: 100%;
  color: #000000;
}
.section-content{
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
}
/* THANK YOU */
  .thankyou{
    width: 86%;
    padding: 5px 2%;
    max-width: 360px;
    position: fixed;
    top: -300px;
    left: calc(5% - 2px);
    border-radius: 10px;
    z-index: 3;
    background-color: white;
    border: 2px solid #00CEB6;
  }
  .thankyou h2{
    font-size: 29px;
  }
  .thankyou p{
    font-size: 18px;
  }
/* HEADER */
.head{
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;

}
.logo{
  height: 50px;
}
header .head{
  position: fixed;
  z-index: 5;
  top: 0;
  background-color: white;
  max-width: 1170px;
}
.header-gbo{
  display: flex;
}
.head .gbo{
  padding-top: 17px;
  padding-bottom: 17px;
}
.menu a{
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px 14px;
  color: #000000;
  text-decoration: none;
  line-height: 50px;

}
.hover-green:hover{
  color: #00CEB6 !important;
  transition-duration: .3s;
}
.menu a:last-child{
  margin-right: 0;
}
.menu a:first-child{
  margin-left: 0;
}
.header-gbo .phone{
  line-height: 50px;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}
.buttons a{
  margin-right: 15px;
}
.buttons{
  display: flex;
  margin-top: 30px;
}

/*PREVIEW*/
.preview{
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.preview__content{
  width: 54.32%;
}
.preview__title{
  font-size: 44px;
}
.preview__img{
  width: 43.68%;
  border-radius: 0px 0px 30px 30px;
  background-image: url("../img/preview-photo.jpg");
  background-size: cover;
  background-position: center;
}
.preview__advantages{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.preview__advantages-item{
  width: 50%;
  display: flex;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 15px;
}
.preview__advantages-item img{
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.buttons a{
  margin-right: 15px;
}
.buttons{
  display: flex;
  margin-top: 30px;
}
/* ABOUT */
.about{
  display: flex;
  justify-content: space-between;
}
.about__img{
  width: 48%;
}
.about__img img{
  width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.about__content{
  width: 49.55%;
}
.about__content .section-title{
  margin-top: 0;
}
/* CAR */
.car .section-title{
  text-align: right;
}
.car .gbo{
  font-size: 22px;
}
.car__image{
  width: 100%;
  margin-top: 85px;
}
.car__line{
  background: #F1F1F1;
  height: 1px;
  margin: 40px auto;
  width: 75%;
}
.car .gbo{
  margin: 0 auto;
}
.car__compare{
  display: flex;
  width: 78%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 30px;
}
.car__compare-title{
  width: 80px;
  margin: 15px 0;
  display: table;
}
.car__compare-title span{
  display: table-cell;
  vertical-align: middle;
  height: 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #EA9E2D;
  transform: rotate(-90deg);
}
.car__compare-gradient{
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #EA9E2D;
  text-align: center;
  padding: 18px 29px;
  border-radius: 10px;
  position: relative;
  background: #fff;
}
.car__compare-gradient:after{
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  background: linear-gradient(90deg, #EA9E2D , white);
  border-radius: 12px;
  z-index: -1;
}
.car__compare-content-inner{
  height: 50%;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  display: table;
  margin-left: -5px;
  position: relative;
  z-index: 2;
}
.car__compare-content-inner span{
  display: table-cell;
  vertical-align: middle;
}
.car__compare-total{
  display: table;
  float: right;
}
.car__compare-total div{
  display: table-cell;
  vertical-align: middle;
}
.car__compare-total span{
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  color: #000000;
  display: block;
}
.car__compare-total b{
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
  color: #EA9E2D;
}
.car__compare-left{
  display: flex;
}
.car__compare-gbo .car__compare-title span{
  color: #02CE85;
}
.car__compare-gbo .car__compare-gradient:after{
  background: linear-gradient(90deg, #02CE85 , white);
}
.car__compare-gbo .car__compare-gradient{
  color: #02CE85;
}
.car__compare-gbo .car__compare-total b{
  color: #02CE85;
}
.car .buttons{
  margin-top: 40px;
}
/* BENEFITS */
.benefits__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.benefits__item{
  width: 44%;
  display: flex;
  margin-bottom: 27px;
}
.benefits__counter{
  font-weight: bold;
  font-size: 130px;
  line-height: 100%;
  text-align: right;
  color: #00CEB6;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-right: 40px;
  width: 60px;
}
.benefits__title{
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 20px;
}
.benefits .section-content{
  line-height: 100%;
}
/* SERVICES */
.services .section-title{
  text-align: right;
}
.services__content{
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}
.services__vertical-line{
  width: 2px;
  background: #F1F1F1;
}
.services__item{
  width: calc(50% - 57px);
}
.services__title{
  display: flex;
}
.services__check img{
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.services .section-content{
  line-height: 100%;
  margin-top: 10px;
}
.services .benefits__title{
  margin-top: 5px;
  margin-bottom: 10px;
}
.services__list li{
  list-style-type: none;
  display: flex;
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
}
.services__list{
  padding: 0;
  margin-top: 25px;
}
.services__list-line{
  background: #F1F1F1;
  border-radius: 2px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-right: 20px;
  width: 100px;
  height: 5px;
  margin-top: 9.5px;
}
.services__info{
  display: flex;
  width: 90%;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #000000;
  margin-top: 20px;
}
.services__info img{
  margin-right: 20px;
}
.services .buttons{
  float: right;
  margin-top: 60px;
}
/* DIFFERENCE */
.difference__list{
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.difference__item{
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  max-width: 200px;
}
/* REVIEWS */
.reviews .section-title{
  text-align: center;
}
.reviews__name{
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  text-align: center;
}
.reviews .section-content{
  text-align: center;
  line-height: 130%;
}

.carousel-wrapper {
  display: flex;
}

.carousel-navigation {
  width: 50px;
  position: relative;
}
.carousel-navigation img{
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.carousel-inner-wrapper {
  overflow-x: hidden;
  width: calc(100% - 100px);
}

.carousel-items-wrapper {
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  display: flex;
}

.carousel-item {
  flex-shrink: 0;
  width: 100%;

}
.reviews__more{
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  margin: 0 auto;
  text-decoration: none;
  padding: 20px 30px;
  background-color: #00CEB6;
  margin-top: 35px;
  border-radius: 10px;
}
/* FORM */
.form__questions{
  font-size: 60px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  color: #000000;
}
.form__content{
  font-weight: 600;
  font-size: 38px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}
.form form{
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.form input{
  padding: 30px 0 30px 40px;
  display: block;
  margin-bottom: 30px;
  background: #F1F1F1;
  border-radius: 30px;
  border: 0;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  width: calc(100% - 40px);
}
.form button{
  position: relative;
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
  padding: 30px 40px;
  border: 0;
  background-color: #00CEB6;
  border-radius: 25px;
  margin-top: 60px;
  cursor: pointer;
}
.form button:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  border-radius: 25px;
  opacity: 0;
}
.form button:hover:after{
  transition-duration: .3s;
  opacity: .2;
}
.map__container{
  display: flex;
  justify-content: space-between;
}
.map__map{
  width: 50.85%;
}
.map__map iframe{
  width:100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
}
.map__content{
  width: 46.6%;
}
.map__title{
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
   color: #000000;
  margin-top: 0;
}
.map h4{
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 15px;
}
.map__address-inner{
  display: flex;
  margin-bottom: 15px;
}
.map__icon{
  border-radius: 35px;
  width: 70px;
  height: 70px;
  background-color: #00CEB6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.map__address-text{
  display: table;
  width: calc(100% - 85px);
}
.map__address-inner p , .map__address-phone{
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin: 0;
}
.map__address-phone h5{
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #000000;
}
.map__address-phone span{
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  color: #000000;
}
.map a{
  text-decoration: none;
  color: black;
}
.map a:hover:not(.buttons a){
  transition-duration: .3s;
  color: #00CEB6;
}
.map .buttons{
  margin-top: 60px;
}
/* GALERY */
.gallery__list a:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  border-radius: 20px;
  opacity: 0;
}
.gallery__list a:hover:after{
  transition-duration: .2s;
  opacity: .2;
}
.gallery__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery__list a{
  width: 24%;
  box-sizing: border-box;
  display: block;
  margin-top: 30px;
  border-radius: 20px;
  position: relative;
}
.gallery__list a img{
  display: flex;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
/* END */
.end{
  background-color: #F1F1F1;
}
.end .phone{
  visibility: hidden;
}
/* FOOTER */
footer{
  background-color: #00CEB6;
}
.copyright{
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #F1F1F1;
  padding-top: 4px;
  padding-bottom: 4px;
}
.copyright__right , .copyright__left{
  display: table;
}
.copyright span{
  display: table-cell;
  vertical-align: middle;
}
.copyright img{
  margin: 0 5px;
}
.copyright a{
  text-decoration: none;
  color: #F1F1F1;
  vertical-align: middle;
}
.copyright a:hover{
  transition-duration: .3s;
  color: pink;
}
@media (min-width: 0px) and (max-width: 767px) {
  .empty{
    display: none;
  }
  .mobile{
    display: block !important;
  }
  br{
    display: none;
  }

  .gbo , .consultation{
    font-size: 18px;
    margin-bottom: 15px;

  }

  .buttons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

  }
  .buttons a{
    margin-right: 0;
  }
  .logo{
    height: 30px;
  }
  .menu{
    display: none;
    margin-top: 30%;
  }
  .menu nav{
    display: grid;
    position: relative;
    z-index: 201;
  }
  .menu nav a{
    margin: 0 auto !important;
    font-size: 22px;
  }
  .mobile__menu .buttons{
    margin-top: 50px;
  }
  .burger{
    display: table !important;
  }
  .burger img{
    vertical-align: middle;
    max-height: 25px;
    position: absolute;

  }
  .burger__burger{
    right: 0;
  }
  .burger__exit{
    right: -70px;
  }
  .burger{
    position: relative;
  }
  .header-gbo{
    display: none;
  }
  .mobile__menu{
    height: 100%;
    padding-top: 20%;
    position: fixed;
    background-color: white;
    z-index: 4;
    bottom: 0;
    left: -100%;
  }
   header .head{
     position: fixed;
     z-index: 5;
     top: -1px;
     background-color: white;

  }
  /* PREVIEW */
  .preview{
    padding-top: 19px;
    flex-wrap: wrap;
  }
  .preview__title{
    font-size: 32px;
  }
  .preview__img{
    width: 100%;
    order: -1;
  }
  .preview__content{
    width: 100%;
  }
  .preview__advantages-item{
    width: 100%;
  }
  /* ABOUT */
  .about__img{
    width: 100%;
    margin-bottom: 30px;
  }
  .about__content{
    width: 100%;
  }
  .about{
    flex-wrap: wrap;
  }
  .section-content{
    font-size: 18px;
  }
  .section-title{
    font-size: 28px;
  }
  /* BENEFITS */
  .benefits__item{
    width: 100%;
  }
  .benefits__counter{
    margin-top: 5px;
    font-size: 60px;
    margin-right: 20px;
    width: unset;
  }
  .benefits__title{
    font-size: 24px;
  }
  .benefits .section-content{
    font-size: 20px;
  }
  .empty{
    height: 0px;
  }
  /* SERVICES */
  .services__vertical-line{
    display: none;
  }
  .services__item{
    width: 100%;
  }
  .services__content{
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .services__check img{
    width: 48px;
    height: 48px;
    margin-right: 12px;
  }
  .services__title{
    font-size: 26px;
  }

  .services p{
    display: none;
  }
  .services__title-content, .services__check{
    display: table;
  }
  .services .benefits__title , .services__check img{
    display: table-cell;
    vertical-align: middle;
  }
  .services__list-line{
    width: 50px;
  }
  .services__list li{
    font-size: 18px;
  }
  .services__info img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .services__info{
    font-size: 18px;
  }
  /* difference */
  .difference__item{
    width: 45%;
    font-size: 18px;
    font-weight: 600;
  }
  .difference__list{
    flex-wrap: wrap;
  }
  /* REVIEWS */
  .reviews .section-content{
    font-size: 14px;
  }
  .carousel-navigation img{
    width: 40px;
    height: 40px;
  }
  .carousel-navigation{
    width: 40px;
  }
  .carousel-inner-wrapper{
    width: calc(100% - 80px);
  }
  /* FORM */
  .form__questions{
    font-size: 24px;
    margin: 10px 0;
  }
  .form__content{
    font-size: 24px;
    margin: 10px 0;
    margin-bottom: 50px;
  }
  .form input{
    font-size: 18px;
    padding: 18px 0 18px 26px;
    border-radius: 20px;
    width: calc(100% - 26px);
  }
  .form button{
    font-size: 20px;
    margin-top: 10px;
    padding: 22px 30px;
    border-radius: 20px;
  }
  /* MAP */
  .map__title{
    font-size: 22px;
  }
  .map__map{
    width: 100%;
    order: 1;
  }
  .map__content{
    width: 100%;
  }
  .map__container{
    flex-wrap: wrap;
  }
  .map__address-phone h5{
    font-size: 24px;
  }
  .map__address-inner p, .map__address-phone{
    font-size: 18px;
  }
  /* GALLERY */
  .gallery__list a{
    width: 48%;
  }
  .end{
    padding: 0;
  }
  .copyright__right, .copyright__left{
    width: 100%;
  }
  .copyright{
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* CAR */
  .car__compare-gradient{
    padding: 15px 25px;
  }
  .car__image{
    display: none;
  }
  .car__compare-title span{
    transform: rotate(0deg);
    width: 100%;
    text-align: left;
  }
  .car__compare-title{
    width: 100%;
  }
  .car__compare , .car__compare-left{
    flex-wrap: wrap;
  }
  .car__compare-gradient br{
    display: block;
  }
  .car__compare-content-inner{
    font-size: 18px;
  }
  .car__line{
    width: 100%;
    margin: 20px auto;
  }
  .car__compare{
    width: 100%;
  }
  .car__compare-content{
    margin-left: -8px;
  }
  .car__compare-total{
    margin-top: 15px;
  }
  .car__compare-total b{
    font-size: 30px;
  }
  .car__compare-total span{
    font-size: 22px;
  }
  .car .section-title{
    text-align: left;
  }
  .car__mobile-item{
    display: flex;
    width: 100%;
    margin-bottom: 27px;
  }
  .car__mobile-item img{
    margin-right: 25px;
  }
  .car__mobile-item-content p{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #000000;
    margin: 10px 0;
  }
  .car__mobile-item-content span{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
  }
  /* THANKYOU */
  .thankyou{
    padding: 0 2%;
  }
  .thankyou h2{
    margin: 15px 0;
  }
}
@media (max-width: 1130px) {
  .header-gbo .phone{
    display: none;
  }
}



.gratitude-container {
  position: fixed;
  top: 100px;
  left: 30px;
  pointer-events: none;
  z-index: 2;
}
.gratitude-container.d-none {
  display: none !important;
}
.gratitude-container .mobile-close-gratitude {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.gratitude {
  transform: translateX(-110%);
  transition: 0.5s ease transform;
  box-sizing: border-box;
  max-width: 510px;
  padding: 15px 10px;
  background: #F1F1F1;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.gratitude.active {
  transform: translate(0);
}
.gratitude .wrapper {
  display: flex;
  align-items: stretch;
}
.gratitude .border {
  margin-right: 10px;
  width: 15px;
  background-color: #00CEB6;
  border-radius: 7.5px;
  flex-shrink: 0;
}

.gratitude .text-wrap {
  padding: 5px 0;
}
.gratitude p.h3 {
  font-weight: 800;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 10px;
  margin-top: 0;
}
.gratitude p.h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 90%;
  margin-bottom: 10px;
}
.gratitude p.text {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  margin: 0;
}

.webinar-gratitude {
  padding: 15px 50px 15px 10px;
}
.webinar-gratitude p.h3 {
  font-size: 22px;
}


