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


.shadow{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    box-shadow: 0 0 0 9999px rgba(0,0,0,0.5) inset;
/*    display: none;*/
}
.first-screen{
    position: relative;
}
.first-screen .container{
    position: relative;
    z-index: 3;min-height: 100vh;height: auto;
    padding-bottom: 50px;
    height: 700px;
}
#video-bg, #video-bg-mob {
    position: static;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background: url(bg/daisy-stock-poster.jpg) no-repeat #94a233;
    background-size: cover;
    background: #fff;
}

#video-bg-mob{
  display: none;
}

#video-bg > video, #video-bg-mob > video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto;
  height: auto;
/*  position: static;*/
}

@media (max-width: 600px){
  #video-bg{
    display: none;
  }
  #video-bg-mob{
    display: block;
  }
  #video-bg, #video-bg-mob{
    background: none;
  }
  #video-bg > video, #video-bg-mob > video{
    position: static;
    position: absolute;
/*    margin-top: 31vw;*/
  }
  /*.shadow{
    display: none;
  }*/
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(38, 110, 95, 0.5)
    }
    70% {
        box-shadow: 0 0 0 50px rgba(248, 83, 83, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(248, 83, 83, 0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(38, 110, 95, 0.5)
    }
    70% {
        box-shadow: 0 0 0 50px rgba(248, 83, 83, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(248, 83, 83, 0)
    }
}

@keyframes scaleAnim{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}

 @supports (object-fit: cover) {
     #video-bg > video, #video-bg-mob > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }
 @media (max-width: 768px){
    .first-screen .container{
        min-height: 872px;
        min-height: 770px;
        height: auto;
        min-height: 620px;
    }
    .test-block{
        width: 25px;
    }
 }

.herosection {
/*  background: url(../img/back1.jpg) center center/cover no-repeat;*/
  position: relative;
  padding: 0;
}
.herosection .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.herosection .smartContainer.big {
  width: 88vw;
}
.herosection__header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 6;
  background: #fff;
}
.herosection__address{
  font-size: 1.5rem;
}
.herosection__address{
  padding-left: 6rem;
  position: relative;
}
.herosection__address:before{
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: url(../img/map.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #34857b;
}
.herosection__headerbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.herosection__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.herosection__logo img {
  width: 5.667vw;
}
.herosection__logo p {
  margin-left: 1vw;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1vw;
  opacity: 0.9;
  color: #000;
}
.herosection__logo p span{
  color: #34857b;
}
.herosection__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
  margin-bottom: 0;
}
.herosection__user {
  width: 2.667vw;
  height: 2.667vw;
  border-radius: 50%;
}
.herosection__user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.herosection__socialtext {
  margin-left: 0.533vw;
  color: #000;
  font-size: 0.733vw;
  font-style: normal;
  font-weight: 400;
  line-height: 0.867vw;
}
.herosection__mess {
  margin-left: 1vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.herosection__mess a {
  margin: 0 0.2vw;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.herosection__mess a.wa {
  background: #62CF71;
  animation: scaleAnim 1s ease infinite;
}
.herosection__mess a.tg {
  background: #46A1E7;
}
.herosection__mess a.viber {
  background: #8f5db7;
}
.herosection__mess a.you {
  background: #FF0000;
}
.herosection__mess a.tt {
  background: #000;
}
.herosection__mess a.insta {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.herosection__mess a img {
  display: block;
  width: 50%;
}
.herosection__main{
  position: relative;
  z-index: 5;
}
.herosection__contact {
  text-align: center;
}
.herosection__contact span {
  font-size: 0.667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 0.867vw;
  color: #000;
  position: relative;
  padding-left: 0.667vw;
  margin-bottom: 0.467vw;
  display: inline-block;
}
.herosection__contact span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #37A435;
  width: 0.267vw;
  height: 0.267vw;
  border-radius: 50%;
}
.herosection__contact a {
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #000;
  display: block;
}
#languageSelector{
  padding: 8px 15px;
  background: #000;
  border: 0;
  border-radius: 5px;
  outline: none;
  appearance: none;
  color: #fff;
}
.herosection__container {
  min-height: 100vh;
  padding-top: 10vw;
  padding-bottom: 2.667vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.herosection__scroll {
  width: 1.2vw;
  position: absolute;
  left: -5.333vw;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.herosection__title {
  font-size: 4.033vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
/*  color: #000;*/
  text-transform: uppercase;
}
.herosection__title b{
  font-weight: 500;
}
.herosection__subtitle {
  margin-top: 2.2vw;
  font-size: 1.467vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
/*  color: #000;*/
}
.herosection__advbox {
  margin-top: 2.333vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.herosection__advitem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2.667vw;
}
.herosection__advitem:last-child {
  margin-right: 0;
}
.herosection__advitem img {
  width: 1.333vw;
}
.herosection__advitem p {
  width: calc(100% - 2.367vw);
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
/*  color: #000;*/
  margin-left: 1.133vw;
}
.herosection__btn {
  margin-top: 2.667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.6vw 2.333vw;
  border-radius: 2.667vw;
  background: #34857b;
  border: 0;
  text-decoration: none;
}
.herosection__btn span {
  font-size: 0.933vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  margin-right: 0.8vw;
}
.herosection__btn img {
  display: block;
  width: 1.333vw;
}
.herosection__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.667vw;
}
.herosection__infoitem {
  margin-right: 3.333vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.herosection__infoitem:last-child {
  margin-right: 0;
}
.herosection__infoitem img {
  width: 1.333vw;
}
.herosection__inside {
  width: calc(100% - 2.567vw);
  margin-left: 1.333vw;
}
.herosection__inside span {
  color: #fff;
  font-size: 1.133vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.herosection__inside p {
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin-top: 0.6vw;
}
.herosection__langs{
  display: flex;
  justify-content: center;
  align-items: center;
}
.herosection__langs a{
  color: #fff;
  font-size: 16px;
}
.herosection__langs a.active{
  color: #34857b;
}
.herosection__langs span{
  color: #fff;
  font-size: 16px;
  margin: 0 5px;
}
@media (max-width: 600px) {
  .herosection .smartContainer {
    width: 100%;
    padding: 0 5vw;
  }
  .herosection .smartContainer.big {
    width: 100%;
  }
  .herosection__headerbox {
    padding: 3vw 0;
  }
  /*.herosection__main{
    background: #333;
  }*/
  .herosection__logo {
    /*margin-left: auto;
    margin-right: auto;*/
    justify-content: center;
  }
  .herosection__logo img {
    width: 21.667vw;
  }
  .herosection__logo p {
    font-size: 2.8vw;
    line-height: 1.3;
    margin-left: 3vw;
    display: none;
  }
  .herosection__container {
    padding-top: 40vw;
/*    padding-top: 10vw;*/
    padding-bottom: 10vw;
    min-height: initial;
  }
  .herosection__title {
    font-size: 7.2vw;
    line-height: 1.15;
  }
  .herosection__subtitle {
    margin-top: 4.2vw;
    font-size: 4.267vw;
    line-height: 1.3;
  }
  .herosection__advitem p {
    font-size: 3vw;
  }
  .herosection__btn {
    padding: 4.6vw 7.333vw;
    border-radius: 11.667vw;
  }
  .herosection__btn span {
    font-size: 3.933vw;
    margin-right: 2.8vw;
  }
  .herosection__btn img {
    width: 5.333vw;
  }
  .herosection__advbox {
    margin-top: 6.333vw;
  }
  .herosection__advitem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .herosection__advitem img {
    width: 4.333vw;
  }
  .herosection__advitem p {
    width: calc(100% - 7.467vw);
    margin-left: 3.133vw;
    font-size: 3.5vw;
  }
  .herosection__contact {
    margin-top: 4vw;
    margin-bottom: 4vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .herosection__contact span {
    font-size: 2.667vw;
    line-height: 1.3;
    margin-bottom: 1.467vw;
  }
  .herosection__contact a {
    font-size: 3.5vw;
    line-height: 1;
  }
  .herosection__mess {
    margin-left: 0;
  }

  .herosection__mess a {
    width: 8vw;
    height: 8vw;
    margin: 0 1.2vw;
  }
  .herosection__social.withmess .herosection__mess a{
    width: 6vw;
    height: 6vw;
    display: flex;
  }
  .herosection__social{
    order: 3;
    margin-left: auto;
    margin-right: auto;
  }
  .herosection__social.withmess{
    margin-top: 10px;
    margin-bottom: 0;
  }
  .herosection__socialtext {
    font-size: 3vw;
    line-height: 1.3;
    margin-left: 2.533vw;
    display: none;
  }
  .herosection__user {
    width: 8.667vw;
    height: 8.667vw;
    display: none;
  }
  .herosection__infoitem {
    margin-top: 4vw;
    margin-right: 0;
  }
  .herosection__infoitem img {
    width: 4.333vw;
  }
  .herosection__inside {
    margin-left: 3.133vw;
    margin-left: 3.333vw;
  }
  .herosection__inside span {
    font-size: 3.5vw;
  }
  .herosection__inside p {
    font-size: 3.5vw;
    margin-top: 1.6vw;
  }
  .herosection__inside p br {
    display: none;
  }
  .herosection__address{
    display: none;
  }
}
.whychooseus {
  padding: 6.944vw 0;
  background: url(../img/whychooseus/bg.jpg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #F7F7F7;
}
.whychooseus .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.whychooseus__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.whychooseus__left {
  width: 35%;
  position: sticky;
  top: 8.472vw;
}
.whychooseus__title {
  font-size: 2.639vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #444442;
}
.whychooseus__right {
  width: 55%;
}
.whychooseus__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.whychooseus__item {
  width: 47%;
  margin-bottom: 3.125vw;
  padding-right: 0.694vw;
}
.whychooseus__item span {
  font-size: 1.389vw;
  font-weight: 600;
  color: #444442;
}
.whychooseus__item p {
  color: #444442;
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1.042vw;
}
.whychooseus__check {
  background: #34857b;
  width: 2.431vw;
  height: 2.431vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 1.25vw;
}
.whychooseus__check img {
  width: 0.833vw;
}
@media (max-width: 600px) {
  .whychooseus {
    padding: 10vw 0;
  }
  .whychooseus .smartContainer {
    width: 100%;
    padding: 0 5vw;
  }
  .whychooseus__left {
    position: static;
    width: 100%;
    margin-bottom: 5vw;
  }
  .whychooseus__right {
    width: 100%;
  }
  .whychooseus__title {
    font-size: 6.239vw;
    text-align: center;
    margin-bottom: 5vw;
  }
  .whychooseus__check {
    width: 8.431vw;
    height: 8.431vw;
    margin-bottom: 4.25vw;
    position: absolute;
    left: 0;
    top: 0;
  }
  .whychooseus__check img {
    width: 2.533vw;
  }
  .whychooseus__item {
    width: 100%;
    position: relative;
    padding-left: 12vw;
    margin-bottom: 8vw;
  }
  .whychooseus__item span {
    font-size: 4.389vw;
  }
  .whychooseus__item p {
    font-size: 4.111vw;
    margin-top: 3.042vw;
  }
}
.ourservices {
  overflow: hidden;
  padding: 5.208vw 0;
}
.ourservices__box {
  padding-left: 7.292vw;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.ourservices__left {
  width: 30.208vw;
  padding-right: 7.813vw;
  position: relative;
}
.ourservices__title {
  color: #444442;
  font-size: 2.344vw;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 1.563vw;
}
.ourservices__title span{
  font-weight: 700;
}
.ourservices__subtitle {
  color: #6c6c6c;
  font-size: 1.042vw;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 1.042vw;
}
.ourservices__text {
  color: #1C1C1C;
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.ourservices__slider {
  flex: 1;
  width: calc(100% - 30.208vw);
}

.ourservices__slider .slick-list{
  margin: 0 -0.6vw;
}
.ourservices__slider .slick-slide{
  margin: 0 0.6vw;
}
.ourservices__slider .slick-prev, .ourservices__slider .slick-next {
  width: 3.472vw;
  height: 3.472vw;
  border-radius: 50%;
  text-indent: 9999px;
  border: 0;
  position: absolute;
  top: auto;
  transform: none;
}
.ourservices__slider .slick-prev {
  left: -30.389vw;
  bottom: 0;
  background-color: #efefef !important;
}
.ourservices__slider .slick-prev:before {
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  background: url(../img/ourservices/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.ourservices__slider .slick-next {
  left: -19.278vw;
  bottom: 0;
  background: #34857b !important;
}
.ourservices__slider .slick-next:before {
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  background: url(../img/ourservices/arrow-active.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.ourservices__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 22.875vw;
  border: 1px solid #EFEEEE;
  padding: 3vw;
  position: relative;
  /* box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5) inset; */
}
.ourservices__item:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.3));
  z-index: 1;
  left: 0;
  top: 0;
}
.ourservices__name {
  width: 100%;
  color: #1C1C1C;
  color: #fff;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2.26vw;
}
.ourservices__spectext{
  font-size: 1vw;
  line-height: 1.4;
  padding-right: 4vw;
  color: #fff;
}
.ourservices__info{
  padding: 0vw 2.646vw 2.865vw 2.688vw;
  margin-top: 0;
  margin-bottom: auto;
}
.ourservices__descr {
  color: #B0B0B0;
  font-size: 0.833vw;
  font-weight: 400;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 2.344vw;
}
.ourservices__list {
  list-style: none;
  padding-left: 0;
}
.ourservices__list li {
  color: #6c6c6c;
  font-size: 1.042vw;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.4px;
  padding-left: 1.823vw;
  margin-bottom: 0.625vw;
  position: relative;
}
.ourservices__list li:before {
  content: "";
  width: 1.042vw;
  height: 1.042vw;
  position: absolute;
  left: 0;
  top: 0.26vw;
  background: url(../img/ourservices/check.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ourservices__bottom {
  width: 100%;
}
.ourservices__price {
  color: #1C1C1C;
  font-size: 1.667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.64px;
  margin-bottom: 2.344vw;
}
.ourservices__price span {
  font-size: 3.333vw;
  font-weight: 500;
}
.ourservices__btn {
  color: #FFF;
  text-align: center;
  font-size: 1.042vw;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 500px;
  background: #34857b;
  padding: 1.458vw 3vw;
  width: auto;
  border: 0;
}
.ourservices__name, .ourservices__spectext, .ourservices__bottom{
  position: relative;
  z-index: 2;
}
.ourservices__pagination {
  width: 14.236vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 0.903vw;
  left: 0;
}
.ourservices__current {
  color: #1C1C1C;
  font-size: 1.667vw;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.ourservices__seperator {
  color: #B0B0B0;
  font-size: 0.972vw;
  font-weight: 400;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin: 0 0.278vw;
}
.ourservices__all {
  color: #B0B0B0;
  font-size: 0.972vw;
  font-weight: 400;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .herosection__graph{
    display: none;
  }
  .ourservices {
    padding: 15vw 0;
  }
  .ourservices__box {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .ourservices__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5vw;
  }
  .ourservices__slider {
    width: 100%;
  }
  .ourservices__title {
    font-size: 7.344vw;
    letter-spacing: 0;
    margin-bottom: 4.563vw;
    text-align: center;
  }
  .ourservices__subtitle {
    font-size: 4.042vw;
    margin-bottom: 3.042vw;
  }
  .ourservices__item{
    padding: 10vw;
  }
  .ourservices__text {
    font-size: 4.042vw;
    margin-bottom: 3.042vw;
  }
  .ourservices__name {
    font-size: 5.5vw;
    margin-bottom: 5.26vw;
    padding: 0;
  }
  .ourservices__spectext {
    font-size: 3.5vw;
    margin-bottom: 5.26vw;
    padding: 0;
  }
  .ourservices__descr {
    font-size: 3.833vw;
    line-height: 1.3;
    margin-bottom: 4.344vw;
  }
  .ourservices__list li {
    font-size: 4.042vw;
    margin-bottom: 3.5vw;
    padding-left: 5.823vw;
  }
  .ourservices__list li:before {
    width: 4.042vw;
    height: 4.042vw;
    top: 0.96vw;
  }
  .ourservices__info {
    padding: 0 5.646vw 6.865vw 7.688vw;
  }
  .ourservices__bottom {
    margin-top: 0vw;
    padding: 0vw 5.646vw 6.865vw 7.688vw;
    padding: 0;
  }
  .ourservices__price {
    font-size: 5.267vw;
    margin-bottom: 4.3vw;
  }
  .ourservices__price span {
    font-size: 9.333vw;
  }
  .ourservices__btn {
    font-size: 4.042vw;
    padding: 4.458vw 8vw;
  }
  .ourservices__pagination {
    position: static;
    text-align: center;
    width: 100%;
    margin-top: 7vw;
  }
  .ourservices__current {
    font-size: 6.667vw;
  }
  .ourservices__seperator, .ourservices__all {
    font-size: 4.572vw;
  }
  .ourservices__slider .slick-prev, .ourservices__slider .slick-next {
    width: 11.472vw;
    height: 11.472vw;
  }
  .ourservices__slider .slick-prev:before, .ourservices__slider .slick-next:before {
    width: 3.25vw;
    height: 3.25vw;
  }
  .ourservices__slider .slick-prev {
    left: 22vw;
    bottom: -16vw;
  }
  .ourservices__slider .slick-next {
    left: auto;
    right: 22vw;
    bottom: -16vw;
  }
}
.ctaform {
  padding: 6.944vw 0;
}
.ctaform .smartContainer {
  width: 90vw;
  margin: 0 auto;
}
.ctaform__box {
  background: url(../img/ctaform/bg.jpg) center center/cover no-repeat;
  padding: 4.514vw 35.667vw 4.514vw 4.167vw;
  border-radius: 2.778vw;
}
.ctaform__title {
  color: #FFF;
  font-size: 2.778vw;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.389vw;
}
.ctaform__subtitle {
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.042vw;
}
.ctaform__form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.042vw;
}
.ctaform__form input {
  border-radius: 2.222vw;
  background: #FFF;
  padding: 1.25vw 2.083vw;
  border: 0;
  margin-right: 1.042vw;
  min-width: 16.667vw;
  font-size: 0.972vw;
  margin-bottom: 2%;
}
.ctaform__form select {
  border-radius: 2.222vw;
  background: #FFF;
  padding: 1.25vw 2.083vw;
  border: 0;
  margin-right: 1.042vw;
  min-width: 16.667vw;
  font-size: 0.972vw;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.389vw center;
  background-size: 0.694vw;
  padding-right: 3.472vw;
  margin-bottom: 2%;
}
.ctaform__form button {
  border-radius: 2.222vw;
  background: #34857b;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 1.25vw 2.083vw;
  min-width: 16.667vw;
}
.ctaform__form button span {
  color: #FFF;
  font-size: 0.972vw;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 1.042vw;
}
.ctaform__form button img {
  width: 1.042vw;
}
.ctaform__remark input {
  display: none;
}
.ctaform__remark label {
  display: block;
  position: relative;
  color: #FFF;
  font-size: 0.764vw;
  font-weight: 400;
  line-height: normal;
  padding-left: 1.806vw;
  user-select: none;
  cursor: pointer;
}
.ctaform__remark label:before {
  content: "";
  width: 0.972vw;
  height: 0.972vw;
  border-radius: 3px;
  background: #34857b;
  position: absolute;
  left: 0;
  top: -1px;
}
.ctaform__remark label:after {
  content: "";
  width: 0.417vw;
  height: 0.417vw;
  position: absolute;
  left: 0.278vw;
  top: 0.208vw;
  background: url(../img/ctaform/check.svg);
  background-size: 100% 100%;
  z-index: 2;
  transition: all 0.3s ease;
}
.ctaform__remark label span {
  font-weight: 600;
  text-decoration: underline;
}
.ctaform__remark input:checked + label:after {
  opacity: 0;
}
@media (max-width: 768px) {
  .ctaform {
    padding: 15.944vw 0;
  }
  .ctaform__box {
    padding: 8.514vw 9.667vw 14.514vw 8.167vw;
    border-radius: 5.778vw;
    background: url(../img/ctaform/bg.jpg) center center/cover no-repeat;
  }
  .ctaform__title {
    font-size: 7.5vw;
    margin-bottom: 4.389vw;
    text-align: center;
    line-height: 1.3;
  }
  .ctaform__subtitle {
    font-size: 4.25vw;
    margin-bottom: 3.042vw;
  }
  .ctaform__remark label {
    font-size: 2.764vw;
    padding-left: 4.806vw;
  }
  .ctaform__remark label:before {
    width: 2.972vw;
    height: 2.972vw;
    top: 0.4vw;
  }
  .ctaform__remark label:after {
    width: 1.417vw;
    height: 1.417vw;
    left: 0.7vw;
    top: 1.15vw;
  }
  .ctaform__form {
    margin-bottom: 3.042vw;
  }
  .ctaform__form input {
    font-size: 3.572vw;
    width: 70vw;
    padding: 4.25vw 6.083vw;
    margin-right: 0;
    margin-bottom: 3vw;
    border-radius: 32.222vw;
  }
  .ctaform__form select {
    width: 70vw;
    padding: 4.25vw 6.083vw;
    margin-right: 0;
    margin-bottom: 3vw;
    border-radius: 32.222vw;
    font-size: 3.572vw;
    background-size: 2.694vw;
    padding-right: 8.472vw;
    background-position: right 5.39vw center;
  }
  .ctaform__form button {
    width: 70vw;
    padding: 4.25vw 0;
    border-radius: 32.222vw;
  }
  .ctaform__form button span {
    font-size: 3.572vw;
    margin-right: 4.042vw;
  }
  .ctaform__form button img {
    width: 4.042vw;
  }
}



.kwhuetmvvj {
  padding: 7vw 0;
}
.kwhuetmvvj .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.kwhuetmvvj__box {
  padding: 2vw 3vw;
  width: 42vw;
  margin-top: 3vw;
  background: url(../img/kwhuetmvvj/bg.jpg) center center/cover no-repeat;
  background: rgb(81 81 81 / 50%);
  backdrop-filter: blur(4px);
}
.kwhuetmvvj__box.flex {
  justify-content: space-between;
  align-items: center;
}
.kwhuetmvvj__left {
  width: 22.222vw;
}
.kwhuetmvvj__title {
  font-weight: 400;
  font-size: 2.222vw;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 1.042vw;
}
.kwhuetmvvj__subtitle {
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 130%;
  color: #FFFFFF;
}
.kwhuetmvvj__right {
  width: 46.528vw;
}
.kwhuetmvvj__heading {
  margin-bottom: 1.389vw;
  margin-bottom: 0;
  width: 49%;
}
.kwhuetmvvj__heading.flex {
  justify-content: space-between;
}
.kwhuetmvvj__formname {
  font-weight: 600;
  font-size: 1.667vw;
  line-height: 130%;
  color: #FFFFFF;
}
.kwhuetmvvj__terms {
  font-weight: 400;
  font-size: 1.042vw;
  line-height: 130%;
  color: #34857b;
}
.kwhuetmvvj__form {
  width: 100%;
}
.kwhuetmvvj__form.flex {
  justify-content: space-between;
  align-items: flex-start;
}
.kwhuetmvvj__input {
  width: 49%;
  margin-top: 2%;
}
.kwhuetmvvj__input.mb0 {
  margin-top: 0;
}
.kwhuetmvvj__input label {
  display: none;
  margin-bottom: 0.556vw;
  font-size: 0.972vw;
  color: #fff;
}
.kwhuetmvvj__input input {
  width: 100%;
  display: block;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 1.189vw 1.389vw;
  font-size: 0.972vw;
  color: #000000;
  border: 0;
  transition: all 0.3s ease;
}
.kwhuetmvvj__input input:focus {
  padding-left: 2.083vw;
}
.kwhuetmvvj__input select {
  width: 100%;
  display: block;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 1.389vw 1.389vw;
  font-size: 0.972vw;
  color: #000000;
  border: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.389vw center;
  background-size: 0.694vw;
  padding-right: 3.472vw;
}
.kwhuetmvvj__input select:focus {
  padding-left: 2.083vw;
  outline: none;
}
.kwhuetmvvj__btn {
  width: 48%;
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 130%;
  color: #FFFFFF;
  background: #34857b;
  border-radius: 30px;
  padding: 1.25vw 0;
  border: 0;
  margin-top: 2%;
}
.kwhuetmvvj__umovy {
  margin-top: 1.111vw;
}
.kwhuetmvvj__umovy input {
  display: none;
}
.kwhuetmvvj__umovy label {
  display: block;
  font-weight: 400;
  font-size: 0.764vw;
  line-height: 0.903vw;
  color: #FFFFFF;
  opacity: 0.9;
  padding-left: 1.806vw;
  position: relative;
}
.kwhuetmvvj__umovy label span {
  font-weight: 700;
}
.kwhuetmvvj__umovy label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #34857b;
  border-radius: 0.139vw;
  width: 0.972vw;
  height: 0.972vw;
}
.kwhuetmvvj__umovy label:after {
  content: "";
  position: absolute;
  left: 0.243vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/kwhuetmvvj/check.svg);
  background-size: 100% 100%;
  width: 0.417vw;
  height: 0.417vw;
  opacity: 0;
  transition: all 0.3s ease;
}
.kwhuetmvvj__umovy input:checked + label:after {
  opacity: 1;
}
@media (max-width: 600px) {
  .kwhuetmvvj {
    padding: 10vw 0;
  }
  .kwhuetmvvj .smartContainer {
    width: 100%;
    padding: 0 5vw;
  }
  .kwhuetmvvj__box {
    padding: 9.472vw 6.167vw;
    border-radius: 2vw;
    width: 100%;
  }
  .kwhuetmvvj__left {
    width: 100%;
    text-align: center;
    margin-bottom: 8vw;
    position: relative;
  }
  .kwhuetmvvj__left:before {
    content: "";
    width: 36%;
    height: 1px;
    background: #34857b;
    position: absolute;
    left: 50%;
    bottom: -4vw;
    transform: translateX(-50%);
  }
  .kwhuetmvvj__right {
    width: 100%;
  }
  .kwhuetmvvj__title {
    font-size: 4.922vw;
    font-weight: 600;
    margin-bottom: 3.042vw;
  }
  .kwhuetmvvj__subtitle {
    font-size: 3.272vw;
  }
  .kwhuetmvvj__heading {
    text-align: center;
    margin-bottom: 4vw;
    width: 100%;
  }
  .kwhuetmvvj__heading.flex {
    justify-content: center;
  }
  .kwhuetmvvj__formname {
    font-size: 5.667vw;
    margin-bottom: 3vw;
    
  }
  .kwhuetmvvj__terms {
    font-size: 3.042vw;

    font-size: 4.042vw;
    font-weight: 700;
  }
  .kwhuetmvvj__input {
    width: 100%;
    margin-bottom: 1vw;
  }
  .kwhuetmvvj__input input {
    border-radius: 50px;
    padding: 4.389vw 5.389vw;
    font-size: 3.572vw;
  }
  .kwhuetmvvj__input select {
    border-radius: 50px;
    padding: 4.389vw 5.389vw;
    font-size: 3.572vw;
    background-size: 2.694vw;
    padding-right: 8.472vw;
    background-position: right 5.39vw center;
  }
  .kwhuetmvvj__btn {
    width: 100%;
    border-radius: 50px;
    padding: 4.389vw 3.389vw;
    font-size: 3.572vw;
  }
  .kwhuetmvvj__umovy {
    margin-top: 3.111vw;
  }
  .kwhuetmvvj__umovy label {
    font-size: 2.764vw;
    line-height: 1.3;
    padding-left: 6.806vw;
  }
  .kwhuetmvvj__umovy label:before {
    border-radius: 1.139vw;
    width: 3.972vw;
    height: 3.972vw;
  }
  .kwhuetmvvj__umovy label:after {
    width: 2.417vw;
    height: 2.417vw;
    left: 0.643vw;
  }
  .abusus{
    overflow: hidden;
  }
}








.idvwczrbvq {
  padding: 5vw 0;
}
.idvwczrbvq .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.idvwczrbvq__title {
  color: #1C1C1C;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  letter-spacing: 0.063vw;
  text-transform: uppercase;
}
.idvwczrbvq__advabox {
  margin-top: 2.604vw;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.idvwczrbvq__adva {
  width: 25%;
  border-right: 1px solid #EBEAEC;
  border-bottom: 1px solid #EBEAEC;
  padding: 1.063vw 1.167vw;
  margin-bottom: 2.042vw;
  margin-bottom: 0;
}
.idvwczrbvq__adva:nth-child(4n) {
  border-right: 0;
  padding-right: 0;
}
/*.idvwczrbvq__adva:first-child, .idvwczrbvq__adva:nth-child(4) {
  padding-left: 0;
}*/
.idvwczrbvq__adva.big {
  width: 25%;
}
.idvwczrbvq__number {
  color: #B99573;
  color: #34857b;
  font-size: 1.55vw;
  letter-spacing: 0.0375vw;
  font-weight: 500;
}
.idvwczrbvq__text {
  margin-top: 0.521vw;
  color: #1C1C1C;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.037vw;
}
.idvwczrbvq__text b {
  font-weight: 600;
}
.idvwczrbvq__form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 2.083vw;
  position: relative;
  z-index: 2;
}
.idvwczrbvq__select, .idvwczrbvq__input {
  width: 31%;
}
.idvwczrbvq__select label, .idvwczrbvq__input label {
  display: block;
  width: 100%;
  color: #949494;
  font-size: 0.729vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.42px;
}
.idvwczrbvq__select select, .idvwczrbvq__input select {
  background-color: #F5F5F5;
  border: 0;
  display: block;
  width: 100%;
  color: #1C1C1C;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 1.458vw 1.667vw;
  margin-top: 1.042vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/idvwczrbvq/arrow.svg);
  background-size: 0.625vw 0.417vw;
  background-position: 90% center;
  background-repeat: no-repeat;
  outline: none;
}
.idvwczrbvq__select input, .idvwczrbvq__input input {
  background: #F5F5F5;
  border: 0;
  display: block;
  width: 100%;
  color: #1C1C1C;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 1.458vw 1.667vw;
  margin-top: 1.042vw;
  transition: all 0.3s ease;
}
.idvwczrbvq__select input:focus, .idvwczrbvq__input input:focus {
  padding-left: 2.083vw;
}
.idvwczrbvq__btn {
  width: 31%;
}
.idvwczrbvq__btn button {
  display: block;
  width: 100%;
  background: #B99573;
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 156.25%;
  color: #fff;
  letter-spacing: 0.3 0.333vw;
  text-transform: uppercase;
  border: 0;
  padding: 1.458vw 0;
}
.idvwczrbvq__terms {
  display: block;
  width: 100%;
  margin-top: 1.563vw;
}
.idvwczrbvq__terms input {
  display: none;
}
.idvwczrbvq__terms label {
  color: #1C1C1C;
  font-size: 0.729vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: block;
  padding-left: 1.563vw;
  padding-top: 0.104vw;
}
.idvwczrbvq__terms label:before {
  content: "";
  background: #B99573;
  width: 1.042vw;
  height: 1.042vw;
  position: absolute;
  left: 0;
  top: 0;
}
.idvwczrbvq__terms label:after {
  content: "";
  width: 0.417vw;
  height: 0.313vw;
  background: url(../img/ncbnshnpbv/check.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.365vw;
  left: 0.313vw;
}
.idvwczrbvq__terms label a {
  color: #B99573;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .idvwczrbvq {
    padding: 12vw 0;
  }
  .idvwczrbvq .smartContainer {
    width: 90vw;
  }
  .idvwczrbvq__title {
    font-size: 6.125vw;
    line-height: 1.45;
  }
  .idvwczrbvq__advabox {
    margin-top: 6.604vw;
    border-top: 1px solid #EBEAEC;
    border-right: 1px solid #EBEAEC;
  }
  .idvwczrbvq__adva {
    width: 100% !important;
    padding: 3vw 3vw !important;
    border-left: 1px solid #EBEAEC;
    border-right: 0;
    margin-bottom: 5.042vw;
    margin-bottom: 0;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .idvwczrbvq__text {
    font-size: 4.1vw;
    font-size: 3.3vw;
    margin-top: 2.521vw;
    flex: 1;
    margin-top: 1.5vw;
  }
  .idvwczrbvq__number {
    font-size: 5.55vw;
    width: 9vw;
  }
  .idvwczrbvq__select, .idvwczrbvq__input {
    margin-bottom: 4vw;
    width: 100%;
  }
  .idvwczrbvq__select label, .idvwczrbvq__input label {
    font-size: 3.729vw;
    letter-spacing: initial;
  }
  .idvwczrbvq__select select, .idvwczrbvq__input select {
    margin-top: 2.042vw;
    font-size: 3.833vw;
    padding: 4.458vw 5.667vw;
    background-size: 2.625vw 2.417vw;
  }
  .idvwczrbvq__select input, .idvwczrbvq__input input {
    margin-top: 2.042vw;
    font-size: 3.833vw;
    padding: 4.458vw 5.667vw;
  }
  .idvwczrbvq__select input:hover, .idvwczrbvq__input input:hover {
    padding-left: 6.5vw;
  }
  .idvwczrbvq__btn {
    width: 100%;
  }
  .idvwczrbvq__btn button {
    padding: 4.458vw 0;
    font-size: 3.833vw;
  }
  .idvwczrbvq__form {
    margin-top: 7.083vw;
  }
  .idvwczrbvq__terms label {
    font-size: 3.129vw;
    padding-left: 5.563vw;
    padding-top: 2.104vw;
  }
  .idvwczrbvq__terms label:before {
    width: 3.042vw;
    height: 3.042vw;
    top: 2.2vw;
  }
  .idvwczrbvq__terms label:after {
    width: 1.417vw;
    height: 1.313vw;
    top: 2.965vw;
    left: 0.813vw;
  }
}

.fancybox-slide{
  padding: 20px !important;
}




.customerreviews {
  padding: 8.0006rem 0 7.92rem;
}
.customerreviews .smartContainer {
  width: 117.6998rem;
  margin: 0 auto;
}
.customerreviews__title {
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  text-align: center;
  margin-bottom: 3.5005rem;
  color: #444442;
}
.customerreviews__subtitle {
  font-size: 2.4998rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 1.5005rem;
  text-align: center;
  margin-bottom: 4.5rem;
}
.customerreviews__box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.customerreviews__item {
  width: 32%;
  border-radius: 2.4998rem;
  background: #f7f7f7;
  padding: 4.0003rem 2.9995rem 4.0003rem 4.0003rem;
}
.customerreviews__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customerreviews__name {
  font-size: 2.0002rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.customerreviews__stars {
  margin-top: 0.8006rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.customerreviews__stars img {
  width: 1.5998rem;
  margin-right: 0.4003rem;
}
.customerreviews__rating {
  width: 6.0005rem;
  height: 6.0005rem;
  border-radius: 50%;
  box-shadow: 0 0.4003rem 0.9rem rgba(0, 0, 0, 0.05);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customerreviews__rating span {
  color: #34857b;
  font-size: 2.0002rem;
  font-style: normal;
  font-weight: 800;
  line-height: 135%;
}
.customerreviews__info {
  margin-top: 2.0002rem;
}
.customerreviews__info p {
  font-size: 1.3997rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  opacity: 0.6;
  margin-bottom: 1.5005rem;
}
.customerreviews__info p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .customerreviews {
    padding: 3.75rem 0;
 }
  .customerreviews .smartContainer {
    width: 34.5rem;
 }
  .customerreviews__title {
    font-size: 3.2969rem;
    margin-bottom: 1.5rem;
 }
  .customerreviews__subtitle {
    font-size: 1.5135rem;
    margin-bottom: 2.625rem;
 }
  .customerreviews__item {
    width: 100%;
    margin-bottom: 1.5rem;
 }
  .customerreviews__name {
    font-size: 1.6459rem;
 }
  .customerreviews__stars {
    margin-top: 0.5835rem;
 }
  .customerreviews__stars img {
    width: 1.5416rem;
    margin-right: 0.4793rem;
 }
  .customerreviews__info {
    margin-top: 1.6459rem;
 }
  .customerreviews__info p {
    font-size: 1.2645rem;
    margin-bottom: 1.5157rem;
 }
  .customerreviews__info p:last-child {
    margin-bottom: 0;
 }
  .customerreviews__item {
    padding: 2.5417rem 1.9061rem 2.5417rem 2.5417rem;
 }
  .customerreviews__rating {
    width: 4.1876rem;
    height: 4.1876rem;
 }
  .customerreviews__rating span {
    font-size: 1.2709rem;
 }
}

/* Styles from index.html */

/* Where section styles */
.where__title{
    color: #444442;
    font: 700 40px 'Open Sans', sans-serif;
    margin-bottom: 30px;
    text-align: center;
}
.where__text{
    color: #444442;
    font: 400 22px 'Open Sans', sans-serif;
    margin-bottom: 30px;
    text-align: center;
}
.where__btn{
    background: #34857b;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 230px;
    margin: 15px auto 0;
    cursor: pointer;
}
.ctaform{
    padding: 60px 0;
    background: #fff;
    background: #f5f5f6;
}
.ctaform__title{
    color: #fff;
    font: 900 36px 'Open Sans', sans-serif;
    margin-bottom: 20px;
    text-align: left;
}

@media (max-width: 768px){
    .where__title{
        font-size: 28px;
    }
    .where__text{
        font-size: 20px;
    }
    .ctaform{
        padding: 40px 0;
    }
    .ctaform__title{
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }
}

/* Video block styles */
.videobl{
    padding: 50px 15px 50px;
}

.videobl iframe{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.videobl__box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    width: 1140px;
    max-width: 90%;
    margin: 0 auto;
}
.videobl__item{
    display: block;
    width: 48%;
    cursor: pointer;
    margin-bottom: 2%;
    position: relative;
    margin: 0 1%;
    margin-bottom: 2%;
}
.videobl__item.half{
    width: 23%;
}
.videobl__label{
    position: absolute;
    padding: 10px 7px;
    background: #34857b;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}
.videobl__image{
    display: block;
    width: 100%;
}
.videobl__play{
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.contacts-phone__recall{
    padding: 7px 15px;
    background: #fff;
    border-radius: 5px;
    text-decoration: none;
    border: 0;
    background: #34857b;
    color: #fff;
}
@media (max-width: 768px){
    .videobl{
        padding: 30px 15px 20px;
    }
    .videobl iframe{
        height: 220px;
    }
    .videobl__box iframe{
        width: 100%;
    }
    .videobl__box{
        max-width: 100%;
    }
    .videobl__play{
        width: 38px;
    }
    .videobl__item{
        width: 48%;
    }
    .videobl__item.half{
        width: 48%;
        padding-bottom: 28px;
    }
    .videobl__label{
        padding: 7px 7px;
        font-size: 3vw;
    }
}

/* Works section styles */
.works{
    padding: 50px 0 100px;
    background: #1f1f1f;
    overflow: hidden;
}
.works .section-title{
    color: #fff;
    margin-bottom: 50px;
}
.works__moree{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #34857b;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    animation: pulse 1.2s infinite;
    cursor: pointer;
}
.works__moree:before{
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.works__moree:after{
    content: "";
    width: 2px;
    height: 15px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.works__slider{
    width: 100%;
}
.works__slider-2 .slick-prev, .works__slider-2 .slick-next{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -50px;
    top: auto;
    background: url(../img/arrow.svg) center center no-repeat !important;
    background-size: contain !important;
    text-indent: 9999px;
    z-index: 2;
    transform: none;
    filter: none !important;
}
.works__slider .slick-prev{
    left: 50%;
    margin-left: -50px;
}
.works__slider .slick-next{
    right: 50%;
    margin-right: -50px;
    transform: rotate(180deg);
}
.works__slider .slick-slide{
    margin: 0 20px;
}
.works__slider .slick-list{
    margin: 0 -20px;
}
.works__slide{
    position: relative;
    width: 400px;
}
.works__image{
    width: 735px;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.works__image img{
    width: 100%;
}
.works__content{
    width: 425px;
    padding: 15px 30px 25px 35px;
    background: #1f1f1f;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.works__content h3{
    font-size: 21px;
    color: #34857b;
    font-family: 'Open Sans';
    margin-bottom: 10px;
}
.works__content h4{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.works__content span{
    display: block;
    color: #999;
    font-size: 15px;
    margin: 5px 0;
}
.works__content span.span-last{
    margin-bottom: 15px;
}
.works__content span b{
    color: #fff;
}
.works__content p{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Open Sans';
}
@media (max-width: 992px){
    .works__slide{
        position: relative;
        width: 700px;
    }
    .works__image{
        width: 530px;
    }
}
@media (max-width: 768px){
    .works{
        padding: 30px 0 70px;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin: 0 auto;
    }
    .works .section-title{
        margin-bottom: 20px;
        font-size: 24px;
        text-transform: uppercase;
    }
    .works__slider{
        width: 100%;
        margin: 0 auto;
    }
    .works__slider .slick-slide{
        margin: 0 15px;
    }
    .works__slider .slick-list{
        margin: 0 -15px;
        padding: 0 !important;
    }
    .works__image{
        width: 100%;
    }
    .works__content{
        position: static;
        width: 100%;
        transform: none;
    }
    .works__slider-2 .slick-prev, .works__slider-2 .slick-next{
        /*display: none !important;*/
        /*bottom: 7px;*/
    }
    .works__content h3{
        font-size: 18px;
    }
}

/* About section styles */
.abusus{
    padding: 50px 0;
}
.abusus__box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.abusus__left{
    margin-right: 50px;
}
.abusus__bg{
    flex: 1;
    position: relative;
    margin-right: 50px;
}
.abusus__bg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.abusus__image{
    width: 350px;
    height: 350px;
    border-radius: 100%;
    margin: 0 auto;
    background: url(../img/maks.jpg) center center/cover no-repeat;
}
.abusus__name{
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    transform: skewX(-11deg);
    padding: 10px 0;
    background: linear-gradient(to right, #34857b, #d52134);
    position: relative;
    top: -20px;
}
.abusus__name span{
    display: block;
    transform: skewX(11deg);
    font: 600 18px 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
}
.abusus__right{
    width: 590px;
}
.abusus__title{
    color: #444442;
    font: 700 40px 'Open Sans', sans-serif;
    margin-bottom: 30px;
}
.abusus__text p{
    color: #4b4b4b;
    font: 400 16px 'Open Sans', sans-serif;
    margin-bottom: 15px;
    line-height: 1.3;
    text-align: justify;
}
@media (max-width: 768px){
    .abusus__left{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .abusus__bg{
        margin-right: 0;
        margin-bottom: 30px;
        flex: initial;
        width: 100%;
        height: 270px;
    }
    .abusus__image{
        width: 300px;
        height: 300px;
    }
    .abusus__right{
        width: 100%;
    }
    .abusus__title{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .abusus__text p{
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/* Gallery styles */
.gallery{
    background: #e5e5e5;
    padding: 50px 0;
    background: #fff;
}
.gallery__box{
    padding: 0 20px;
}
.gallery__box .slick-list{
    margin: 0 -10px;
}
.gallery__box .slick-slide{
    margin: 0 10px;
}
.gallery__box .slick-dots{
    bottom: -40px;
}
.gallery__item{
    height: 250px;
}
.gallery__more{
    background: #34857b;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 230px;
    margin: 15px auto 0;
    cursor: pointer;
}
@media (max-width: 768px){
    .gallery{
        padding: 30px 0 10px;
    }
}

/* Contact form styles */
.conform{
    padding: 100px 0;
    background: url(../img/bg.jpg) center center/cover no-repeat;
    box-shadow: 0 0 0 9999px rgba(0,0,0,0.5) inset;
}
.conform__box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.conform__left{
    width: 700px;
    padding-right: 100px;
}
.conform__left h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color:  #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.conform__left p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color:  #fff;
    font-size: 20px;
    text-align: center;
}
.conform__form{
    width: 300px;
}
.conform__form .main-input__inner{
    padding: 1.5vw 0.7vw 1.5vw 2vw;
}
.conform__form .btn_quiz{
    margin-top: 1vw;
    width: 100%;
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
    border-radius: 50px;
}
@media (max-width: 768px){
    .conform__left{
        width: 100%;
        padding: 0 20px;
    }
    .conform__left h3{
        font-size: 6vw;
    }
    .conform__left p{
        font-size: 4vw;
    }
    .conform__form{
        margin: 0 auto;
        margin-top: 30px;
    }
    .conform__form .main-input__inner{
        padding: 17px 15px 17px 30px;
    }
    .conform__form .btn_quiz{
        padding-top: 17px;
        padding-bottom: 17px;
        font-size: 13px;
        margin-top: 15px;
    }
    .conform{
        padding: 70px 0;
    }
}

/* Footer styles */
footer{
    padding: 30px 15px;
    background: #fff;
}
footer p, footer a{
    font-size: 15px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    display: block;
    margin-bottom: 6px;
}
footer a span{
    color: #34857b;
}

/* Photo Slideshow Styles */
#photo-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.photo-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.photo-slide.active {
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .photo-slide {
        background-position: center center;
    }
}

/* Slick slider arrow colors */
.slick-next:before, .slick-prev:before{
    color: #34857b;
}




.documents{
  padding: 8rem 0;
}
.documents h2{
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
.documents p{
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.documents ul{
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.documents ul li{
  font-size: 1.5rem;
}











