/*--------------------*/
/* TABLE OF CONTENTS: */
/*--------------------*/
/* 01 CALLBACK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 EMPTY SPACES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 CAROUSEL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 BENEFITS-HOMEPAGE SECTION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 PRICE TABLE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 CONTENT SECTIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 RECOMMENSATION SECTION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 PARTNERS-CAROUSEL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 REGISTRATION PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 FORM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 SELECT2 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 UNDER BANNER (WHITE BLOCK) SECTIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 PIECHART */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 SIDEBAR LIST */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 CONTACTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 ACCORDEON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 19 PAGE TEMPLATE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 20 PRIVACY POLICY/OFERTA PAGES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 21 TRANSITIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 22 FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 23 POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 24 ERROR */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 CALLBACK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes callNowPulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .4;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
}
@keyframes callNowPulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .4;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
}

.call-now {
  display: block;
  position: fixed;
  right: 60px;
  bottom: 85px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
  z-index: 45;
}

.call-now:before, .call-now:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.call-now:before {
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: rgba(194,237,168,1);
  background: -moz-linear-gradient(left, rgba(194,237,168,1) 0%, rgba(126,212,75,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(194,237,168,1)), color-stop(100%, rgba(126,212,75,1)));
  background: -webkit-linear-gradient(left, rgba(194,237,168,1) 0%, rgba(126,212,75,1) 100%);
  background: -o-linear-gradient(left, rgba(194,237,168,1) 0%, rgba(126,212,75,1) 100%);
  background: -ms-linear-gradient(left, rgba(194,237,168,1) 0%, rgba(126,212,75,1) 100%);
  background: linear-gradient(to right, rgba(194,237,168,1) 0%, rgba(126,212,75,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2eda8', endColorstr='#7ed44b', GradientType=1 );
  opacity: .4;
  -webkit-animation: callNowPulse 1.7s cubic-bezier(0.42, 0, 0.85, 0.75) infinite;
          animation: callNowPulse 1.7s cubic-bezier(0.42, 0, 0.85, 0.75) infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.call-now:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
  opacity: 0;
}

.call-now svg {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 36px;
  height: 36px;
}

.call-now svg path {
  fill: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .call-now:hover:before,
  .call-now:hover svg {
    -webkit-animation: none;
            animation: none;
  }
  .call-now:hover:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .call-now:hover:after {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    opacity: 1;
  }
  .call-now:hover svg {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .call-now:hover svg path {
    fill: #25242a;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1399px) {
  .call-now {
    right: 30px;
    bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .call-now {
    right: 20px;
    bottom: 30px;
    width: 80px;
    height: 80px;
  }
  .call-now svg {
    top: 27px;
    left: 27px;
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 991px) {
  .call-now {
    right: 5px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .call-now {
    width: 50px;
    height: 50px;
  }
  .call-now svg {
    top: 16px;
    left: 16px;
    width: 18px;
    height: 18px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 EMPTY SPACES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.float-space {
  position: relative;
  float: left;
  width: 100%;
}

.space-5 {
  height: 5px;
}

.space-10 {
  height: 10px;
}

.space-15 {
  height: 15px;
}

.space-20 {
  height: 20px;
}

.space-25 {
  height: 25px;
}

.space-30 {
  height: 30px;
}

.space-35 {
  height: 35px;
}

.space-40 {
  height: 40px;
}

.space-45 {
  height: 45px;
}

.space-50 {
  height: 50px;
}

.space-55 {
  height: 55px;
}

.space-60 {
  height: 60px;
}

.space-65 {
  height: 65px;
}

.space-70 {
  height: 70px;
}

.space-75 {
  height: 75px;
}

.space-80 {
  height: 80px;
}

.space-85 {
  height: 85px;
}

.space-90 {
  height: 90px;
}

.space-95 {
  height: 95px;
}

.space-100 {
  height: 100px;
}

.space-105 {
  height: 105px;
}

.space-110 {
  height: 110px;
}

.space-115 {
  height: 115px;
}

.space-120 {
  height: 120px;
}

.space-125 {
  height: 125px;
}

.space-130 {
  height: 130px;
}

.space-135 {
  height: 135px;
}

.space-140 {
  height: 140px;
}

.space-145 {
  height: 145px;
}

.space-150 {
  height: 150px;
}

.space-155 {
  height: 155px;
}

.space-160 {
  height: 160px;
}

.space-165 {
  height: 165px;
}

.space-170 {
  height: 170px;
}

.space-175 {
  height: 175px;
}

.space-180 {
  height: 180px;
}

.space-185 {
  height: 185px;
}

.space-190 {
  height: 190px;
}

.space-195 {
  height: 195px;
}

.space-200 {
  height: 200px;
}

.space-205 {
  height: 205px;
}

.space-210 {
  height: 210px;
}

.space-215 {
  height: 215px;
}

.space-220 {
  height: 220px;
}

.space-225 {
  height: 225px;
}

.space-230 {
  height: 230px;
}

.space-235 {
  height: 235px;
}

.space-240 {
  height: 240px;
}

.space-245 {
  height: 245px;
}

.space-250 {
  height: 250px;
}

.space-255 {
  height: 255px;
}

.space-260 {
  height: 260px;
}

.space-265 {
  height: 265px;
}

.space-270 {
  height: 270px;
}

.space-275 {
  height: 275px;
}

.space-280 {
  height: 280px;
}

.space-285 {
  height: 285px;
}

.space-290 {
  height: 290px;
}

.space-295 {
  height: 295px;
}

.space-300 {
  height: 300px;
}

@media (max-width: 1399px) {
  .space-lg-5 {
    height: 5px;
  }
  .space-lg-10 {
    height: 10px;
  }
  .space-lg-15 {
    height: 15px;
  }
  .space-lg-20 {
    height: 20px;
  }
  .space-lg-25 {
    height: 25px;
  }
  .space-lg-30 {
    height: 30px;
  }
  .space-lg-35 {
    height: 35px;
  }
  .space-lg-40 {
    height: 40px;
  }
  .space-lg-45 {
    height: 45px;
  }
  .space-lg-50 {
    height: 50px;
  }
  .space-lg-55 {
    height: 55px;
  }
  .space-lg-60 {
    height: 60px;
  }
  .space-lg-65 {
    height: 65px;
  }
  .space-lg-70 {
    height: 70px;
  }
  .space-lg-75 {
    height: 75px;
  }
  .space-lg-80 {
    height: 80px;
  }
  .space-lg-85 {
    height: 85px;
  }
  .space-lg-90 {
    height: 90px;
  }
  .space-lg-95 {
    height: 95px;
  }
  .space-lg-100 {
    height: 100px;
  }
  .space-lg-105 {
    height: 105px;
  }
  .space-lg-110 {
    height: 110px;
  }
  .space-lg-115 {
    height: 115px;
  }
  .space-lg-120 {
    height: 120px;
  }
  .space-lg-125 {
    height: 125px;
  }
  .space-lg-130 {
    height: 130px;
  }
  .space-lg-135 {
    height: 135px;
  }
  .space-lg-140 {
    height: 140px;
  }
  .space-lg-145 {
    height: 145px;
  }
  .space-lg-150 {
    height: 150px;
  }
  .space-lg-155 {
    height: 155px;
  }
  .space-lg-160 {
    height: 160px;
  }
  .space-lg-165 {
    height: 165px;
  }
  .space-lg-170 {
    height: 170px;
  }
  .space-lg-175 {
    height: 175px;
  }
  .space-lg-180 {
    height: 180px;
  }
  .space-lg-185 {
    height: 185px;
  }
  .space-lg-190 {
    height: 190px;
  }
  .space-lg-195 {
    height: 195px;
  }
  .space-lg-200 {
    height: 200px;
  }
  .space-lg-205 {
    height: 205px;
  }
  .space-lg-210 {
    height: 210px;
  }
  .space-lg-215 {
    height: 215px;
  }
  .space-lg-220 {
    height: 220px;
  }
  .space-lg-225 {
    height: 225px;
  }
  .space-lg-230 {
    height: 230px;
  }
  .space-lg-235 {
    height: 235px;
  }
  .space-lg-240 {
    height: 240px;
  }
  .space-lg-245 {
    height: 245px;
  }
  .space-lg-250 {
    height: 250px;
  }
  .space-lg-255 {
    height: 255px;
  }
  .space-lg-260 {
    height: 260px;
  }
  .space-lg-265 {
    height: 265px;
  }
  .space-lg-270 {
    height: 270px;
  }
  .space-lg-275 {
    height: 275px;
  }
  .space-lg-280 {
    height: 280px;
  }
  .space-lg-285 {
    height: 285px;
  }
  .space-lg-290 {
    height: 290px;
  }
  .space-lg-295 {
    height: 295px;
  }
  .space-lg-300 {
    height: 300px;
  }
}

@media (max-width: 1199px) {
  .space-md-0 {
    height: 0px;
  }
  .space-md-5 {
    height: 5px;
  }
  .space-md-10 {
    height: 10px;
  }
  .space-md-15 {
    height: 15px;
  }
  .space-md-20 {
    height: 20px;
  }
  .space-md-25 {
    height: 25px;
  }
  .space-md-30 {
    height: 30px;
  }
  .space-md-35 {
    height: 35px;
  }
  .space-md-40 {
    height: 40px;
  }
  .space-md-45 {
    height: 45px;
  }
  .space-md-50 {
    height: 50px;
  }
  .space-md-55 {
    height: 55px;
  }
  .space-md-60 {
    height: 60px;
  }
  .space-md-65 {
    height: 65px;
  }
  .space-md-70 {
    height: 70px;
  }
  .space-md-75 {
    height: 75px;
  }
  .space-md-80 {
    height: 80px;
  }
  .space-md-85 {
    height: 85px;
  }
  .space-md-90 {
    height: 90px;
  }
  .space-md-95 {
    height: 95px;
  }
  .space-md-100 {
    height: 100px;
  }
  .space-md-105 {
    height: 105px;
  }
  .space-md-110 {
    height: 110px;
  }
  .space-md-115 {
    height: 115px;
  }
  .space-md-120 {
    height: 120px;
  }
  .space-md-125 {
    height: 125px;
  }
  .space-md-130 {
    height: 130px;
  }
  .space-md-135 {
    height: 135px;
  }
  .space-md-140 {
    height: 140px;
  }
  .space-md-145 {
    height: 145px;
  }
  .space-md-150 {
    height: 150px;
  }
  .space-md-155 {
    height: 155px;
  }
  .space-md-160 {
    height: 160px;
  }
  .space-md-165 {
    height: 165px;
  }
  .space-md-170 {
    height: 170px;
  }
  .space-md-175 {
    height: 175px;
  }
  .space-md-180 {
    height: 180px;
  }
  .space-md-185 {
    height: 185px;
  }
  .space-md-190 {
    height: 190px;
  }
  .space-md-195 {
    height: 195px;
  }
  .space-md-200 {
    height: 200px;
  }
  .space-md-205 {
    height: 205px;
  }
  .space-md-210 {
    height: 210px;
  }
  .space-md-215 {
    height: 215px;
  }
  .space-md-220 {
    height: 220px;
  }
  .space-md-225 {
    height: 225px;
  }
  .space-md-230 {
    height: 230px;
  }
  .space-md-235 {
    height: 235px;
  }
  .space-md-240 {
    height: 240px;
  }
  .space-md-245 {
    height: 245px;
  }
  .space-md-250 {
    height: 250px;
  }
  .space-md-255 {
    height: 255px;
  }
  .space-md-260 {
    height: 260px;
  }
  .space-md-265 {
    height: 265px;
  }
  .space-md-270 {
    height: 270px;
  }
  .space-md-275 {
    height: 275px;
  }
  .space-md-280 {
    height: 280px;
  }
  .space-md-285 {
    height: 285px;
  }
  .space-md-290 {
    height: 290px;
  }
  .space-md-295 {
    height: 295px;
  }
  .space-md-300 {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .space-sm-0 {
    height: 0px;
  }
  .space-sm-5 {
    height: 5px;
  }
  .space-sm-10 {
    height: 10px;
  }
  .space-sm-15 {
    height: 15px;
  }
  .space-sm-20 {
    height: 20px;
  }
  .space-sm-25 {
    height: 25px;
  }
  .space-sm-30 {
    height: 30px;
  }
  .space-sm-35 {
    height: 35px;
  }
  .space-sm-40 {
    height: 40px;
  }
  .space-sm-45 {
    height: 45px;
  }
  .space-sm-50 {
    height: 50px;
  }
  .space-sm-55 {
    height: 55px;
  }
  .space-sm-60 {
    height: 60px;
  }
  .space-sm-65 {
    height: 65px;
  }
  .space-sm-70 {
    height: 70px;
  }
  .space-sm-75 {
    height: 75px;
  }
  .space-sm-80 {
    height: 80px;
  }
  .space-sm-85 {
    height: 85px;
  }
  .space-sm-90 {
    height: 90px;
  }
  .space-sm-95 {
    height: 95px;
  }
  .space-sm-100 {
    height: 100px;
  }
  .space-sm-105 {
    height: 105px;
  }
  .space-sm-110 {
    height: 110px;
  }
  .space-sm-115 {
    height: 115px;
  }
  .space-sm-120 {
    height: 120px;
  }
  .space-sm-125 {
    height: 125px;
  }
  .space-sm-130 {
    height: 130px;
  }
  .space-sm-135 {
    height: 135px;
  }
  .space-sm-140 {
    height: 140px;
  }
  .space-sm-145 {
    height: 145px;
  }
  .space-sm-150 {
    height: 150px;
  }
  .space-sm-155 {
    height: 155px;
  }
  .space-sm-160 {
    height: 160px;
  }
  .space-sm-165 {
    height: 165px;
  }
  .space-sm-170 {
    height: 170px;
  }
  .space-sm-175 {
    height: 175px;
  }
  .space-sm-180 {
    height: 180px;
  }
  .space-sm-185 {
    height: 185px;
  }
  .space-sm-190 {
    height: 190px;
  }
  .space-sm-195 {
    height: 195px;
  }
  .space-sm-200 {
    height: 200px;
  }
  .space-sm-205 {
    height: 205px;
  }
  .space-sm-210 {
    height: 210px;
  }
  .space-sm-215 {
    height: 215px;
  }
  .space-sm-220 {
    height: 220px;
  }
  .space-sm-225 {
    height: 225px;
  }
  .space-sm-230 {
    height: 230px;
  }
  .space-sm-235 {
    height: 235px;
  }
  .space-sm-240 {
    height: 240px;
  }
  .space-sm-245 {
    height: 245px;
  }
  .space-sm-250 {
    height: 250px;
  }
  .space-sm-255 {
    height: 255px;
  }
  .space-sm-260 {
    height: 260px;
  }
  .space-sm-265 {
    height: 265px;
  }
  .space-sm-270 {
    height: 270px;
  }
  .space-sm-275 {
    height: 275px;
  }
  .space-sm-280 {
    height: 280px;
  }
  .space-sm-285 {
    height: 285px;
  }
  .space-sm-290 {
    height: 290px;
  }
  .space-sm-295 {
    height: 295px;
  }
  .space-sm-300 {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .space-xs-0 {
    height: 0px;
  }
  .space-xs-5 {
    height: 5px;
  }
  .space-xs-10 {
    height: 10px;
  }
  .space-xs-15 {
    height: 15px;
  }
  .space-xs-20 {
    height: 20px;
  }
  .space-xs-25 {
    height: 25px;
  }
  .space-xs-30 {
    height: 30px;
  }
  .space-xs-35 {
    height: 35px;
  }
  .space-xs-40 {
    height: 40px;
  }
  .space-xs-45 {
    height: 45px;
  }
  .space-xs-50 {
    height: 50px;
  }
  .space-xs-55 {
    height: 55px;
  }
  .space-xs-60 {
    height: 60px;
  }
  .space-xs-65 {
    height: 65px;
  }
  .space-xs-70 {
    height: 70px;
  }
  .space-xs-75 {
    height: 75px;
  }
  .space-xs-80 {
    height: 80px;
  }
  .space-xs-85 {
    height: 85px;
  }
  .space-xs-90 {
    height: 90px;
  }
  .space-xs-95 {
    height: 95px;
  }
  .space-xs-100 {
    height: 100px;
  }
  .space-xs-105 {
    height: 105px;
  }
  .space-xs-110 {
    height: 110px;
  }
  .space-xs-115 {
    height: 115px;
  }
  .space-xs-120 {
    height: 120px;
  }
  .space-xs-125 {
    height: 125px;
  }
  .space-xs-130 {
    height: 130px;
  }
  .space-xs-135 {
    height: 135px;
  }
  .space-xs-140 {
    height: 140px;
  }
  .space-xs-145 {
    height: 145px;
  }
  .space-xs-150 {
    height: 150px;
  }
  .space-xs-155 {
    height: 155px;
  }
  .space-xs-160 {
    height: 160px;
  }
  .space-xs-165 {
    height: 165px;
  }
  .space-xs-170 {
    height: 170px;
  }
  .space-xs-175 {
    height: 175px;
  }
  .space-xs-180 {
    height: 180px;
  }
  .space-xs-185 {
    height: 185px;
  }
  .space-xs-190 {
    height: 190px;
  }
  .space-xs-195 {
    height: 195px;
  }
  .space-xs-200 {
    height: 200px;
  }
  .space-xs-205 {
    height: 205px;
  }
  .space-xs-210 {
    height: 210px;
  }
  .space-xs-215 {
    height: 215px;
  }
  .space-xs-220 {
    height: 220px;
  }
  .space-xs-225 {
    height: 225px;
  }
  .space-xs-230 {
    height: 230px;
  }
  .space-xs-235 {
    height: 235px;
  }
  .space-xs-240 {
    height: 240px;
  }
  .space-xs-245 {
    height: 245px;
  }
  .space-xs-250 {
    height: 250px;
  }
  .space-xs-255 {
    height: 255px;
  }
  .space-xs-260 {
    height: 260px;
  }
  .space-xs-265 {
    height: 265px;
  }
  .space-xs-270 {
    height: 270px;
  }
  .space-xs-275 {
    height: 275px;
  }
  .space-xs-280 {
    height: 280px;
  }
  .space-xs-285 {
    height: 285px;
  }
  .space-xs-290 {
    height: 290px;
  }
  .space-xs-295 {
    height: 295px;
  }
  .space-xs-300 {
    height: 300px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016 */
.swiper-slide, .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -o-transition-property: -o-transform;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 CAROUSEL GENERAL STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-carousel .swiper-button-prev,
.banner-carousel .swiper-button-next,
.recommendations-carousel .swiper-button-prev,
.recommendations-carousel .swiper-button-next,
.partners-carousel .swiper-button-prev,
.partners-carousel .swiper-button-next {
  width: 60px;
  height: 60px;
  background: none;
}

.banner-carousel .swiper-button-prev:before, .banner-carousel .swiper-button-prev:after,
.banner-carousel .swiper-button-prev .overflow-hidden,
.banner-carousel .swiper-button-prev .overflow-hidden:before,
.banner-carousel .swiper-button-prev .overflow-hidden:after,
.banner-carousel .swiper-button-next:before,
.banner-carousel .swiper-button-next:after,
.banner-carousel .swiper-button-next .overflow-hidden,
.banner-carousel .swiper-button-next .overflow-hidden:before,
.banner-carousel .swiper-button-next .overflow-hidden:after,
.recommendations-carousel .swiper-button-prev:before,
.recommendations-carousel .swiper-button-prev:after,
.recommendations-carousel .swiper-button-prev .overflow-hidden,
.recommendations-carousel .swiper-button-prev .overflow-hidden:before,
.recommendations-carousel .swiper-button-prev .overflow-hidden:after,
.recommendations-carousel .swiper-button-next:before,
.recommendations-carousel .swiper-button-next:after,
.recommendations-carousel .swiper-button-next .overflow-hidden,
.recommendations-carousel .swiper-button-next .overflow-hidden:before,
.recommendations-carousel .swiper-button-next .overflow-hidden:after,
.partners-carousel .swiper-button-prev:before,
.partners-carousel .swiper-button-prev:after,
.partners-carousel .swiper-button-prev .overflow-hidden,
.partners-carousel .swiper-button-prev .overflow-hidden:before,
.partners-carousel .swiper-button-prev .overflow-hidden:after,
.partners-carousel .swiper-button-next:before,
.partners-carousel .swiper-button-next:after,
.partners-carousel .swiper-button-next .overflow-hidden,
.partners-carousel .swiper-button-next .overflow-hidden:before,
.partners-carousel .swiper-button-next .overflow-hidden:after {
  position: absolute;
}

.banner-carousel .swiper-button-prev:before, .banner-carousel .swiper-button-prev:after,
.banner-carousel .swiper-button-next:before,
.banner-carousel .swiper-button-next:after,
.recommendations-carousel .swiper-button-prev:before,
.recommendations-carousel .swiper-button-prev:after,
.recommendations-carousel .swiper-button-next:before,
.recommendations-carousel .swiper-button-next:after,
.partners-carousel .swiper-button-prev:before,
.partners-carousel .swiper-button-prev:after,
.partners-carousel .swiper-button-next:before,
.partners-carousel .swiper-button-next:after {
  content: '';
  z-index: 2;
}

.banner-carousel .swiper-button-prev:before,
.banner-carousel .swiper-button-next:before,
.recommendations-carousel .swiper-button-prev:before,
.recommendations-carousel .swiper-button-next:before,
.partners-carousel .swiper-button-prev:before,
.partners-carousel .swiper-button-next:before {
  top: 50%;
  height: 1px;
  width: 50px;
  background: #fff;
  margin-top: -.5px;
}

.banner-carousel .swiper-button-prev:after,
.banner-carousel .swiper-button-next:after,
.recommendations-carousel .swiper-button-prev:after,
.recommendations-carousel .swiper-button-next:after,
.partners-carousel .swiper-button-prev:after,
.partners-carousel .swiper-button-next:after {
  top: 50%;
  width: 12px;
  height: 12px;
  border: solid #fff;
  margin-top: -6px;
}

.banner-carousel .swiper-button-prev .overflow-hidden,
.banner-carousel .swiper-button-next .overflow-hidden,
.recommendations-carousel .swiper-button-prev .overflow-hidden,
.recommendations-carousel .swiper-button-next .overflow-hidden,
.partners-carousel .swiper-button-prev .overflow-hidden,
.partners-carousel .swiper-button-next .overflow-hidden {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner-carousel .swiper-button-prev .overflow-hidden:before, .banner-carousel .swiper-button-prev .overflow-hidden:after,
.banner-carousel .swiper-button-next .overflow-hidden:before,
.banner-carousel .swiper-button-next .overflow-hidden:after,
.recommendations-carousel .swiper-button-prev .overflow-hidden:before,
.recommendations-carousel .swiper-button-prev .overflow-hidden:after,
.recommendations-carousel .swiper-button-next .overflow-hidden:before,
.recommendations-carousel .swiper-button-next .overflow-hidden:after,
.partners-carousel .swiper-button-prev .overflow-hidden:before,
.partners-carousel .swiper-button-prev .overflow-hidden:after,
.partners-carousel .swiper-button-next .overflow-hidden:before,
.partners-carousel .swiper-button-next .overflow-hidden:after {
  content: '';
  z-index: -1;
}

.banner-carousel .swiper-button-prev .overflow-hidden:before,
.banner-carousel .swiper-button-next .overflow-hidden:before,
.recommendations-carousel .swiper-button-prev .overflow-hidden:before,
.recommendations-carousel .swiper-button-next .overflow-hidden:before,
.partners-carousel .swiper-button-prev .overflow-hidden:before,
.partners-carousel .swiper-button-next .overflow-hidden:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-carousel .swiper-button-prev .overflow-hidden:after,
.banner-carousel .swiper-button-next .overflow-hidden:after,
.recommendations-carousel .swiper-button-prev .overflow-hidden:after,
.recommendations-carousel .swiper-button-next .overflow-hidden:after,
.partners-carousel .swiper-button-prev .overflow-hidden:after,
.partners-carousel .swiper-button-next .overflow-hidden:after {
  top: 0;
  width: 230%;
  height: 100%;
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
}

.banner-carousel .swiper-button-prev:before,
.recommendations-carousel .swiper-button-prev:before,
.partners-carousel .swiper-button-prev:before {
  left: 40px;
}

.banner-carousel .swiper-button-prev:after,
.recommendations-carousel .swiper-button-prev:after,
.partners-carousel .swiper-button-prev:after {
  left: 50%;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -3px;
}

.banner-carousel .swiper-button-prev .overflow-hidden:after,
.recommendations-carousel .swiper-button-prev .overflow-hidden:after,
.partners-carousel .swiper-button-prev .overflow-hidden:after {
  left: -295%;
  -webkit-transform: skew(-50deg);
      -ms-transform: skew(-50deg);
          transform: skew(-50deg);
}

.banner-carousel .swiper-button-prev:active:after,
.recommendations-carousel .swiper-button-prev:active:after,
.partners-carousel .swiper-button-prev:active:after {
  -webkit-transform: rotate(-45deg) scale(1.1);
      -ms-transform: rotate(-45deg) scale(1.1);
          transform: rotate(-45deg) scale(1.1);
}

.banner-carousel .swiper-button-next:before,
.recommendations-carousel .swiper-button-next:before,
.partners-carousel .swiper-button-next:before {
  right: 40px;
}

.banner-carousel .swiper-button-next:after,
.recommendations-carousel .swiper-button-next:after,
.partners-carousel .swiper-button-next:after {
  right: 50%;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: -3px;
}

.banner-carousel .swiper-button-next .overflow-hidden:after,
.recommendations-carousel .swiper-button-next .overflow-hidden:after,
.partners-carousel .swiper-button-next .overflow-hidden:after {
  right: -295%;
  -webkit-transform: skew(50deg);
      -ms-transform: skew(50deg);
          transform: skew(50deg);
}

.banner-carousel .swiper-button-next:active:after,
.recommendations-carousel .swiper-button-next:active:after,
.partners-carousel .swiper-button-next:active:after {
  -webkit-transform: rotate(45deg) scale(1.1);
      -ms-transform: rotate(45deg) scale(1.1);
          transform: rotate(45deg) scale(1.1);
}

.banner-carousel .swiper-slide,
.partners-carousel .swiper-slide {
  cursor: url(../img/drag-horizontal.png) 16 9, ew-resize;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .banner-carousel .swiper-button-prev:hover:before,
  .banner-carousel .swiper-button-next:hover:before,
  .recommendations-carousel .swiper-button-prev:hover:before,
  .recommendations-carousel .swiper-button-next:hover:before,
  .partners-carousel .swiper-button-prev:hover:before,
  .partners-carousel .swiper-button-next:hover:before {
    width: 0;
  }
  .banner-carousel .swiper-button-prev:hover .overflow-hidden,
  .banner-carousel .swiper-button-next:hover .overflow-hidden,
  .recommendations-carousel .swiper-button-prev:hover .overflow-hidden,
  .recommendations-carousel .swiper-button-next:hover .overflow-hidden,
  .partners-carousel .swiper-button-prev:hover .overflow-hidden,
  .partners-carousel .swiper-button-next:hover .overflow-hidden {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
  }
  .banner-carousel .swiper-button-prev:hover .overflow-hidden:after,
  .recommendations-carousel .swiper-button-prev:hover .overflow-hidden:after,
  .partners-carousel .swiper-button-prev:hover .overflow-hidden:after {
    left: -45px;
  }
  .banner-carousel .swiper-button-next:hover .overflow-hidden:after,
  .recommendations-carousel .swiper-button-next:hover .overflow-hidden:after,
  .partners-carousel .swiper-button-next:hover .overflow-hidden:after {
    right: -45px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .banner-carousel .swiper-button-prev,
  .banner-carousel .swiper-button-next,
  .recommendations-carousel .swiper-button-prev,
  .recommendations-carousel .swiper-button-next,
  .partners-carousel .swiper-button-prev,
  .partners-carousel .swiper-button-next {
    width: 45px;
    height: 45px;
  }
  .banner-carousel .swiper-button-prev:before,
  .banner-carousel .swiper-button-next:before,
  .recommendations-carousel .swiper-button-prev:before,
  .recommendations-carousel .swiper-button-next:before,
  .partners-carousel .swiper-button-prev:before,
  .partners-carousel .swiper-button-next:before {
    width: 40px;
  }
  .banner-carousel .swiper-button-prev:before,
  .recommendations-carousel .swiper-button-prev:before,
  .partners-carousel .swiper-button-prev:before {
    left: 30px;
  }
  .banner-carousel .swiper-button-next:before,
  .recommendations-carousel .swiper-button-next:before,
  .partners-carousel .swiper-button-next:before {
    right: 30px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner .img,
.banner .video,
.simple-banner .img,
.simple-banner .video,
.banner-carousel .swiper-slide .img,
.banner-carousel .swiper-slide .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: top center / cover no-repeat;
  z-index: -1;
  overflow: hidden;
}

/*.banner .img:before,
.banner .video:before,*/
/*.simple-banner .img:before,
.simple-banner .video:before,*/
/*.banner-carousel .swiper-slide .img:before,
.banner-carousel .swiper-slide .video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}*/

.banner .img > div,
.simple-banner .img > div,
.banner-carousel .swiper-slide .img > div {
  width: 100%;
  height: 100%;
  background: top center / cover no-repeat;
}

.banner .video video,
.simple-banner .video video,
.banner-carousel .swiper-slide .video video {
  width: 100%;
}

.banner,
.simple-banner {
  overflow: hidden;
}

.banner {
  height: 122vh;
}

.simple-banner {
  position: relative;
  height: 100vh;
  padding: 160px 0 300px;
}
.blog .simple-banner {
  position: relative;
  height: 50vh;
  padding: 160px 0 300px;
}
.archive .simple-banner {
  position: relative;
  height: 50vh;
  padding: 160px 0 300px;
}
.post-template-default .simple-banner {
  position: relative;
  height: 70vh;
  padding: 0px 0 300px;
}
.po

.simple-banner.advantages-banner {
  padding: 160px 0 345px;
}

.simple-banner.benefit-banner .back-to-button {
  position: absolute;
  top: 110px;
  left: 100px;
}

.simple-banner .custom-container {
  height: 100%;
}

.banner-carousel .swiper-slide .custom-container,
.banner-carousel .swiper-slide .row,
.simple-banner .custom-container,
.simple-banner .row {
  height: 100%;
}

.banner-carousel .swiper-slide .row,
.simple-banner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-carousel .swiper-slide .h1,
.simple-banner .h1 {
  color: #fff;
}

.banner-carousel .swiper-slide .simple-article,
.simple-banner .simple-article {
  color: rgba(255, 255, 255, 0.72);
}

.banner-carousel {
  position: relative;
  height: 100%;
}

.banner-carousel .swiper-container,
.banner-carousel .swiper-wrapper,
.banner-carousel .banner-slide {
  height: 100%;
}

.banner-carousel .swiper-button-prev,
.banner-carousel .swiper-button-next {
  top: 38.5%;
}

.banner-carousel .swiper-button-prev {
  left: 100px;
}

.banner-carousel .swiper-button-next {
  right: 100px;
}

.banner-carousel .swiper-slide {
  position: relative;
  padding: 140px 0 405px;
}

.banner-carousel .swiper-slide .custom-container {
  -webkit-transition: opacity .25s ease-in;
  -o-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in;
  opacity: 0;
}

.banner-carousel .swiper-slide .button,
.banner-carousel .swiper-slide .button.animated {
  top: auto;
}

.banner-carousel .swiper-slide-active .custom-container {
  opacity: 1;
}

.banner-carousel.no-swipe .swiper-button-prev,
.banner-carousel.no-swipe .swiper-button-next,
.banner-carousel.no-swipe .banner-carousel-pagination {
  display: none;
}

.banner-carousel.no-swipe .swiper-slide {
  cursor: auto;
}

.banner-carousel-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23%;
  margin-bottom: 10px;
  z-index: 1;
}

.banner-carousel-pagination-tab {
  width: 304px;
  margin: 5px 33px;
  cursor: pointer;
}

.banner-carousel-pagination-tab > div,
.banner-carousel-pagination-tab span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}

.banner-carousel-pagination-tab > div {
  position: relative;
  margin-bottom: 15px;
}

.banner-carousel-pagination-tab > div .overflow-hidden {
  position: absolute;
  left: 30px;
  right: 20px;
  bottom: 6px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.banner-carousel-pagination-tab > div .overflow-hidden:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: left .35s ease-out, -webkit-transform .35s ease-out;
  transition: left .35s ease-out, -webkit-transform .35s ease-out;
  -o-transition: left .35s ease-out, transform .35s ease-out;
  transition: left .35s ease-out, transform .35s ease-out;
  transition: left .35s ease-out, transform .35s ease-out, -webkit-transform .35s ease-out;
}

.banner-carousel-pagination-tab .simple-article {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.banner-carousel-pagination-tab.active > div .overflow-hidden:before {
  left: 250%;
  -webkit-transform: translate3d(-250%, 0, 0);
          transform: translate3d(-250%, 0, 0);
  -webkit-transition: left .35s ease-in, -webkit-transform 0s;
  transition: left .35s ease-in, -webkit-transform 0s;
  -o-transition: left .35s ease-in, transform 0s;
  transition: left .35s ease-in, transform 0s;
  transition: left .35s ease-in, transform 0s, -webkit-transform 0s;
}

.banner-carousel-pagination-tab.active span {
  color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .banner-carousel-pagination-tab:hover > div .overflow-hidden:before {
    left: 250%;
    -webkit-transform: translate3d(-250%, 0, 0);
            transform: translate3d(-250%, 0, 0);
    -webkit-transition: left .35s ease-out, -webkit-transform 0s;
    transition: left .35s ease-out, -webkit-transform 0s;
    -o-transition: left .35s ease-out, transform 0s;
    transition: left .35s ease-out, transform 0s;
    transition: left .35s ease-out, transform 0s, -webkit-transform 0s;
  }
  .banner-carousel-pagination-tab:hover span {
    color: #fff;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1399px) {
  .simple-banner,
  .simple-banner.advantages-banner,
  .simple-banner.benefit-banner {
    padding: 180px 0 190px;
  }
  .simple-banner.benefit-banner .back-to-button {
    left: 70px;
  }
  .banner {
    height: 112vh;
  }
  .banner-carousel .swiper-slide {
    padding: 110px 0 220px;
  }
  .banner-carousel-pagination {
    bottom: 15%;
  }
  .banner-carousel-pagination-tab {
    width: 250px;
    margin: 5px 15px;
  }
}

@media (max-width: 1199px) {
  .banner {
    height: 100vh;
  }
  .simple-banner,
  .simple-banner.advantages-banner,
  .simple-banner.benefit-banner {
    height: 60vh;
    padding: 130px 0;
  }
  .simple-banner.benefit-banner .back-to-button {
    display: none;
  }
  .banner-carousel .swiper-button-prev {
    left: 50px;
  }
  .banner-carousel .swiper-button-next {
    right: 50px;
  }
  .banner-carousel-pagination {
    bottom: 50px;
  }
}

@media (min-width: 992px) {
  body:not(.ie) .banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
}

@media (max-width: 991px) {
  .banner .video,
  .banner-carousel .swiper-slide .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner .video video,
  .banner-carousel .swiper-slide .video video {
    width: auto;
    min-height: 100%;
  }
  .banner {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .banner,
  .simple-banner,
  .simple-banner.advantages-banner,
  .simple-banner.benefit-banner {
    height: auto;
  }
  .simple-banner,
  .simple-banner.advantages-banner,
  .simple-banner.benefit-banner {
    padding: 130px 0 70px;
  }
  .simple-banner.benefit-banner {
    text-align: center;
  }
  .banner-carousel .swiper-button-prev,
  .banner-carousel .swiper-button-next {
    top: auto;
    bottom: 50px;
  }
  .banner-carousel .swiper-slide {
    padding: 100px 0 120px;
  }
  .banner-carousel-pagination {
    display: none;
  }
}

@media (max-width: 767px) {
  .simple-banner,
  .simple-banner.advantages-banner,
  .simple-banner.benefit-banner {
    padding: 100px 0 50px;
  }
  .simple-banner .custom-container .row,
  .simple-banner.advantages-banner .custom-container .row,
  .simple-banner.benefit-banner .custom-container .row {
    min-height: 250px;
  }
  .section.style-6.simple-banner .custom-container .row{
    min-height: 0;
  }
  .banner-carousel .swiper-button-prev,
  .banner-carousel .swiper-button-next {
    top: auto;
    bottom: 16px;
  }
  .banner-carousel .swiper-button-prev {
    left: 15px;
  }
  .banner-carousel .swiper-button-next {
    right: 15px;
  }
  .banner-carousel .swiper-slide {
    min-height: 400px;
    padding: 70px 0 90px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 BENEFITS-HOMEPAGE SECTION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.benefits {
  z-index: 1;
}

.benefits .row > div {
  position: relative;
}

.benefits-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* margin: -215px -25px 0 -95px; */
  margin: -115px -25px 0 -95px;
  padding: 70px 0;
  z-index: 1;
}

.benefits-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 2px;
  bottom: 0;
  background: #fff;
  z-index: -1;
}

.benefits-wrap .button.arrow {
  position: absolute;
  top: auto;
  right: -40px;
  bottom: -35px;
  z-index: 1;
  -webkit-transition: all .35s ease-in .6s;
  -o-transition: all .35s ease-in .6s;
  transition: all .35s ease-in .6s;
}

.benefits-wrap .button.arrow.animated {
  top: auto;
}

.benefit {
  position: relative;
  width: 33.33333333%;
  float: left;
  padding: 30px 90px 70px 70px;
  overflow: hidden;
}

.benefit:before, .benefit:after {
  content: '';
  position: absolute;
  display: block;
  background: #f0f0f1;
  z-index: -1;
}

.benefit:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}

.benefit:after {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.benefit .svg-animation {
  top: 30px;
  right: 35px;
}

.benefit .svg-animation.transition-delay-6 path,
.benefit .svg-animation.transition-delay-6 circle,
.benefit .svg-animation.transition-delay-6 line {
  -webkit-transition: stroke-dashoffset 2s ease-in .6s;
  -o-transition: stroke-dashoffset 2s ease-in .6s;
  transition: stroke-dashoffset 2s ease-in .6s;
}

.benefit .svg-animation.transition-delay-7 path,
.benefit .svg-animation.transition-delay-7 circle,
.benefit .svg-animation.transition-delay-7 line {
  -webkit-transition: stroke-dashoffset 2s ease-in .9s;
  -o-transition: stroke-dashoffset 2s ease-in .9s;
  transition: stroke-dashoffset 2s ease-in .9s;
}

.benefit .svg-animation.transition-delay-8 path,
.benefit .svg-animation.transition-delay-8 circle,
.benefit .svg-animation.transition-delay-8 line {
  -webkit-transition: stroke-dashoffset 2s ease-in 1.1s;
  -o-transition: stroke-dashoffset 2s ease-in 1.1s;
  transition: stroke-dashoffset 2s ease-in 1.1s;
}

.benefit .h5 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding: 30px 0;
  opacity: 0;
}

.benefit .h5:before, .benefit .h5:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
}

.benefit .h5:before {
  left: 0;
  width: 20px;
  background: #319161;
}

.benefit .h5:after {
  left: 30px;
  width: 80px;
  background: #f0f0f1;
}

.benefit .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  bottom: 0;
  background: #f3f3f3;
  padding: 15px 50px 35px;
  -webkit-transition: left .35s ease-out, -webkit-transform .35s ease-out;
  transition: left .35s ease-out, -webkit-transform .35s ease-out;
  -o-transition: left .35s ease-out, transform .35s ease-out;
  transition: left .35s ease-out, transform .35s ease-out;
  transition: left .35s ease-out, transform .35s ease-out, -webkit-transform .35s ease-out;
}

.benefit .info:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100%;
  width: 2px;
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
  -webkit-transition: all .65s ease-out .65s;
  -o-transition: all .65s ease-out .65s;
  transition: all .65s ease-out .65s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* z-index: 1; */
}

.benefit .info .simple-article {
  max-height: 100%;
  overflow: auto;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out .25s;
  -o-transition: opacity .25s ease-out .25s;
  transition: opacity .25s ease-out .25s;
}

.benefit .info .simple-article::-webkit-scrollbar {
  width: 3px;
}

.benefit .info .simple-article::-webkit-scrollbar-track {
  background: #26262b;
}

.benefit .info .simple-article::-webkit-scrollbar-thumb {
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
  border: 1px solid #26262b;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .benefit:hover .info {
    left: 250%;
    -webkit-transform: translate3d(-250%, 0, 0);
            transform: translate3d(-250%, 0, 0);
    -webkit-transition: left .6s ease-out, -webkit-transform 0s;
    transition: left .6s ease-out, -webkit-transform 0s;
    -o-transition: left .6s ease-out, transform 0s;
    transition: left .6s ease-out, transform 0s;
    transition: left .6s ease-out, transform 0s, -webkit-transform 0s;
    margin-left: -1px;
  }
  .benefit:hover .info:after {
    bottom: 0;
  }
  .benefit:hover .info .simple-article {
    opacity: 1;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .benefit:nth-of-type(1):after, .benefit:nth-of-type(2):after, .benefit:nth-of-type(3):after, .benefit:nth-of-type(3n + 0):before, .benefit:last-of-type:before {
    display: none;
  }
  .benefit:nth-of-type(3n + 1):after {
    left: 70px;
  }
  .benefit:nth-of-type(3n + 0):after {
    right: 30px;
  }
}

@media (max-width: 1399px) {
  .benefits-wrap {
    padding: 40px 0;
    margin: -90px -100px 0 -65px;
  }
  .benefits-wrap:before {
    right: 2px;
  }
  .benefit {
    padding: 30px 90px 30px 30px;
  }
  .benefit:nth-of-type(3n + 1):after {
    left: 30px;
  }
  .benefit .info {
    padding: 15px 35px;
  }
}

@media (max-width: 1199px) {
  .benefits-wrap {
    padding: 40px 0;
    margin: 0 -30px;
    background: #fff;
  }
  .benefits-wrap:before {
    display: none;
  }
  .benefits-wrap .button.arrow {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 20px auto 0;
  }
  .benefit {
    padding: 30px 90px 30px 30px;
  }
  .benefit:nth-of-type(3n + 1):after {
    left: 30px;
  }
  .benefit .h5 {
    padding: 15px 0;
  }
  .benefit svg {
    top: 20px;
    right: 30px;
  }
  .benefit .info {
    display: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .benefit:nth-of-type(odd):after {
    left: 30px;
    right: 0;
  }
  .benefit:nth-of-type(even):after {
    left: 0;
    right: 30px;
  }
  .benefit:nth-of-type(1):after, .benefit:nth-of-type(2):after, .benefit:nth-of-type(2n + 0):before {
    display: none;
  }
}

@media (max-width: 991px) {
  .benefits-wrap {
    padding: 40px 15px;
    margin: 0 -15px;
  }
  .benefit {
    width: 50%;
  }
  .benefit .h5 {
    padding-top: 0;
  }
  .benefit .svg-animation {
    top: 50%;
    margin-top: -25px;
  }
}

@media (max-width: 767px) {
  .benefits-wrap {
    padding: 20px 15px 50px;
  }
  .benefits-wrap .button.arrow {
    margin: 15px auto 0;
  }
  .benefit {
    width: 100%;
    padding: 75px 0 15px;
  }
  .benefit:after, .benefit:nth-of-type(3n + 1):after {
    display: block;
    left: 0;
    right: 0;
  }
  .benefit:before, .benefit:first-of-type:after,
  .benefit .h5:before,
  .benefit .h5:after {
    display: none;
  }
  .benefit .h5 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .benefit .svg-animation {
    top: 20px;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-top: auto;
    margin-left: -22px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 PRICE TABLE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.price-table .simple-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid;
  padding: 20px 0 21px;
}

.price-table.style-1 .simple-article, .price-table.style-2 .simple-article, .price-table.style-4 .simple-article {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-table.style-1 span:last-child, .price-table.style-2 span:last-child, .price-table.style-4 span:last-child {
  color: #fff;
  font-weight: 500;
}

.price-table.style-2 .h5, .price-table.style-3 .h5 {
  color: #fff;
}

.price-table.style-1 .row > div:nth-child(1) .simple-article, .price-table.style-1 .row > div:nth-child(2) .simple-article {
  border-top: 1px solid #3a3a3e;
}

.price-table.style-1 .simple-article {
  border-color: #3a3a3e;
}

.price-table.style-1 span:first-child {
  color: #8c8c95;
}

.price-table.style-2 .row > div:first-child .simple-article {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.price-table.style-2 .simple-article {
  border-color: rgba(255, 255, 255, 0.2);
}

.price-table.style-2 span:first-child {
  color: rgba(255, 255, 255, 0.8);
}

.price-table.style-3 {
  padding-right: 60px;
}

.price-table.style-3 .row > div:first-child .simple-article {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.price-table.style-3 .simple-article {
  border-color: rgba(255, 255, 255, 0.1);
}

.price-table.style-3 .simple-article a {
  position: relative;
  font-size: 16px;
  color: #8c8c95;
  font-weight: 500;
  letter-spacing: .2px;
  padding-left: 45px;
}

.price-table.style-3 .simple-article a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  border: solid #8c8c95;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -4px;
}

.price-table.style-4 .row > div:first-child .simple-article {
  border-top: 1px solid #f0f0f1;
}

.price-table.style-4 .simple-article {
  border-color: #f0f0f1;
}

.price-table.style-4 span:first-child {
  color: rgba(38, 38, 43, 0.8);
}

.price-table.style-4 span:last-child {
  color: #26262b;
}

.price-table.style-4 > .simple-article {
  display: block;
  border: none;
  padding: 0;
}

.price-table.style-5 {
  text-align: center;
}

.price-table.style-5 .title {
  font-size: 36px;
  line-height: 1.2;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom:6px solid #fff;
}

.price-table.style-5 .title b {
  font-size: 35px;
}

.price-table.style-5 dl {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  font-size: 20px;
}

.price-table.style-5 dt {
  flex:1 1 70%;
  max-width: 70%;
  line-height: 1.2;
}

.price-table.style-5 dd {
  flex:1 1 30%;
  max-width: 30%;
}

.price-table.style-5 dt, .price-table.style-5 dd {
  padding: 9px 0 11px;
}

.price-table.style-5 dd {
  font-weight: 500;
  text-align: right;
}

.price-table.style-5 dt:not(:last-of-type),
.price-table.style-5 dt + dd:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.price-table.style-5 dt:last-of-type,
.price-table.style-5 dd:last-child{
  padding-bottom: 0;
}

.price-table.style-5 dt:first-child,
.price-table.style-5 dd:first-of-type {
  padding-top: 0;
}

.price-table.style-5 .button {
  width: 100%;
  top:0;
  opacity: 1;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .price-table.style-3 .simple-article a:hover {
    color: #319161;
  }
  .price-table.style-3 .simple-article a:hover:before {
    border-color: #319161;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1399px) {
  .price-table.style-3 {
    padding-right: 25px;
  }
}

@media (max-width: 1199px) {
  .price-table.style-3 {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .price-table {
    text-align: center;
  }
  .price-table .simple-article {
    padding: 10px 0;
  }
  .price-table.style-1 .row > div:nth-child(2) .simple-article {
    border-top: none;
  }
  .price-table.style-3 .simple-article {
    text-align: left;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 CONTENT SECTIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.point {
  position: absolute;
  width: 3px;
  height: 3px;
  z-index: 1;
}

.point:before, .point:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #319161;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.point:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes pointPulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pointPulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.section .vertical-align {
  position: relative;
}

.section .vertical-align .h1,
.section .vertical-align .h2,
.section .vertical-align .simple-article {
  top: auto;
}

.section .vertical-align .h1.animated,
.section .vertical-align .h2.animated,
.section .vertical-align .simple-article.animated {
  top: auto;
}

.section .vertical-align .button.arrow {
  top: auto;
  -webkit-transition: all .35s ease-in .6s;
  -o-transition: all .35s ease-in .6s;
  transition: all .35s ease-in .6s;
}

.section .vertical-align .button.arrow.animated {
  top: auto;
}

.section .overflow-hidden {
  position: relative;
  background: #3a3a40;
}

.section .overflow-hidden .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center / cover no-repeat;
}

.section.style-1 .vertical-align, .section.style-2 .vertical-align, .section.style-4 .vertical-align, .section.style-5 .vertical-align {
  min-height: 750px;
  background: #fff;
  padding: 50px 215px 185px;
}

.section.style-1 .vertical-align .button.arrow, .section.style-2 .vertical-align .button.arrow, .section.style-4 .vertical-align .button.arrow, .section.style-5 .vertical-align .button.arrow {
  z-index: 1;
  top: auto;
}

.section.style-1 .vertical-align .button.arrow.animated, .section.style-2 .vertical-align .button.arrow.animated, .section.style-4 .vertical-align .button.arrow.animated, .section.style-5 .vertical-align .button.arrow.animated {
  top: auto;
}

.section.style-1 .section-decore-number, .section.style-2 .section-decore-number, .section.style-4 .section-decore-number, .section.style-5 .section-decore-number {
  top: 48px;
  left: 47px;
}

.section.style-1 .section-content-decore, .section.style-2 .section-content-decore, .section.style-4 .section-content-decore, .section.style-5 .section-content-decore {
  top: 85px;
  left: 48px;
}

.section.style-1 .overflow-hidden, .section.style-2 .overflow-hidden, .section.style-4 .overflow-hidden, .section.style-5 .overflow-hidden {
  height: 800px;
}

.section.style-1 .simple-article, .section.style-2 .simple-article, .section.style-4 .simple-article, .section.style-5 .simple-article {
  z-index: 1;
}

.section.style-1 .row > div:first-child {
  z-index: 1;
}

.section.style-1 .overflow-hidden {
  margin: 50px -95px 0 -58%;
}

.section.style-1 .section-decore-map .point:before {
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  opacity: .15;
}

.section.style-1 .section-decore-map.do-animation .point:nth-child(1), .section.style-1 .section-decore-map.do-animation .point:nth-child(11) {
  -webkit-animation: pointPulse 2s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.4s;
          animation: pointPulse 2s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.4s;
}

.section.style-1 .section-decore-map.do-animation .point:nth-child(2), .section.style-1 .section-decore-map.do-animation .point:nth-child(12) {
  -webkit-animation: pointPulse 2.5s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.6s;
          animation: pointPulse 2.5s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.6s;
}

.section.style-1 .section-decore-map.do-animation .point:nth-child(3), .section.style-1 .section-decore-map.do-animation .point:nth-child(13) {
  -webkit-animation: pointPulse 3s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.8s;
          animation: pointPulse 3s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.8s;
}

.section.style-1 .section-decore-map.do-animation .point:nth-child(4), .section.style-1 .section-decore-map.do-animation .point:nth-child(14) {
  -webkit-animation: pointPulse 3.5s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 1s;
          animation: pointPulse 3.5s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 1s;
}

.section.style-1 .section-decore-map.do-animation .point:nth-child(5), .section.style-1 .section-decore-map.do-animation .point:nth-child(15) {
  -webkit-animation: pointPulse 4s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 1.2s;
          animation: pointPulse 4s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 1.2s;
}

.section.style-1 .section-decore-map.do-animation .point:nth-child(6), .section.style-1 .section-decore-map.do-animation .point:nth-child(16) {
  -webkit-animation: pointPulse 4.5s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.4s;
          animation: pointPulse 4.5s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.4s;
}

.section.style-1 .section-decore-map.do-animation .point:nth-child(7), .section.style-1 .section-decore-map.do-animation .point:nth-child(17) {
  -webkit-animation: pointPulse 5s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.4s;
          animation: pointPulse 5s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.4s;
}

.section.style-1 .section-decore-map.do-animation .point:nth-child(8), .section.style-1 .section-decore-map.do-animation .point:nth-child(18) {
  -webkit-animation: pointPulse 5.5s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.4s;
          animation: pointPulse 5.5s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.4s;
}

.section.style-1 .section-decore-map.do-animation .point:nth-child(9), .section.style-1 .section-decore-map.do-animation .point:nth-child(19) {
  -webkit-animation: pointPulse 6s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.4s;
          animation: pointPulse 6s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.4s;
}

.section.style-1 .section-decore-map.do-animation .point:nth-child(10), .section.style-1 .section-decore-map.do-animation .point:nth-child(20) {
  -webkit-animation: pointPulse 6.5s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.4s;
          animation: pointPulse 6.5s cubic-bezier(0.42, 0, 0.85, 0.75) infinite 0.4s;
}

.section.style-2 .row > div:last-child {
  z-index: 1;
}

.section.style-2 .overflow-hidden {
  margin: -100px -58% 0 -95px;
}

.section.style-2 .section-decore-map .point:nth-of-type(1) {
  right: 42.6%;
  bottom: 51%;
}

.section.style-2 .section-decore-map .point:nth-of-type(2) {
  top: 20.8%;
  right: 35.2%;
}

.section.style-2 .section-decore-map .point:nth-of-type(3) {
  top: 13.3%;
  right: 22.3%;
}

.section.style-2 .section-decore-map .point:nth-of-type(4) {
  top: 37.3%;
  right: 21.5%;
}

.section.style-2 .section-decore-map .point:nth-of-type(5) {
  right: 4.4%;
  bottom: 16.5%;
}

.section.style-2 .section-decore-map .point:nth-of-type(6) {
  right: 15.5%;
  bottom: 12.8%;
}

.section.style-2 .section-decore-map .point:nth-of-type(7) {
  right: 21.3%;
  bottom: 32.5%;
}

.section.style-2 .section-decore-map .point:nth-of-type(8) {
  right: 30.4%;
  bottom: 31.1%;
}

.section.style-2 .section-decore-map .point:nth-of-type(9) {
  right: 32.5%;
  bottom: 8.6%;
}

.section.style-2 .section-decore-map .point:nth-of-type(10) {
  right: 41.8%;
  bottom: 14.2%;
}

.section.style-2 .section-decore-map.animated .connect-line:nth-of-type(1):after {
  -webkit-animation-name: connectLineOne;
          animation-name: connectLineOne;
}

.section.style-2 .section-decore-map.animated .connect-line:nth-of-type(2):after {
  -webkit-animation-name: connectLineSeven;
          animation-name: connectLineSeven;
}

.section.style-2 .section-decore-map.animated .connect-line:nth-of-type(3):after {
  -webkit-animation-name: connectLineThree;
          animation-name: connectLineThree;
}

.section.style-2 .section-decore-map.animated .connect-line:nth-of-type(4):after {
  -webkit-animation-name: connectLineFive;
          animation-name: connectLineFive;
}

.section.style-2 .section-decore-map.animated .connect-line:nth-of-type(5):after {
  -webkit-animation-name: connectLineFour;
          animation-name: connectLineFour;
}

.section.style-2 .section-decore-map.animated .connect-line:nth-of-type(6):after {
  -webkit-animation-name: connectLineSix;
          animation-name: connectLineSix;
}

.section.style-2 .section-decore-map.animated .connect-line:nth-of-type(7):after {
  -webkit-animation-name: connectLineTwo;
          animation-name: connectLineTwo;
}

.section.style-3 .overflow-hidden,
.section.style-3 .overflow-hidden:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.section.style-3 .overflow-hidden {
  top: -100px;
  z-index: -1;
}

.section.style-3 .overflow-hidden:after {
  content: '';
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(37%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 37%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 37%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 37%, rgba(0, 0, 0, 0) 100%);
}

.section.style-3 .vertical-align {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 145px;
}

.section.style-3 .vertical-align .h1 {
  color: #fff;
}

.section.style-3 .vertical-align .simple-article {
  color: rgba(255, 255, 255, 0.7);
}

.section.style-3 .section-decore-number {
  top: -100px;
  left: -2px;
  color: #fff;
}

.section.style-3 .section-decore-number.animated text {
  fill: #fff;
}

.section.style-3 .section-content-decore {
  top: -58px;
  left: 1px;
}

.section.style-3 .section-content-decore .cross:before {
  border-color: #fff;
}

.section.style-4 .section-content-decore, .section.style-5 .section-content-decore {
  top: 50px;
}

.section.style-4 .vertical-align, .section.style-5 .vertical-align {
  padding: 50px 215px;
}

.section.style-4 .overflow-hidden, .section.style-5 .overflow-hidden {
  height: 750px;
}

.section.style-4 .overflow-hidden {
  margin: 0 -95px 0 -30px;
}

.section.style-5 .section-content-decore .cross:before {
  border-color: #45454e;
}

.section.style-5 .vertical-align {
  background: #202025;
}

.section.style-5 .vertical-align .h2 {
  color: #fff;
}

.section.style-5 .vertical-align .simple-article {
  color: #8c8c95;
}

.section.style-5 .overflow-hidden {
  margin: 0 -30px 0 -95px;
}

.section.style-6 {
  padding: 135px 15px;
  height: auto;
}

@media(max-width:1199px){
  .section.style-6 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}

.section.style-7 {
  padding: 65px 15px;
}

@media(min-width:1367px) {
  .section.style-7 {
    padding-bottom: 140px;
  }
}

.section.style-7 h2 {
  margin-bottom: 40px;
}

.section.light {
  background-color: #fff;
  padding: 60px 15px;
}

.section.light h2 {
  color: #5E5A58;
}

.section.light blockquote {
  border-left: 5px solid #319161;
  font-size: 20px;
  line-height: 1.1;
  padding: 0 0 0 25px;
}

@-webkit-keyframes connectLineOne {
  0% {
    left: -100%;
  }
  15% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes connectLineOne {
  0% {
    left: -100%;
  }
  15% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes connectLineTwo {
  0% {
    left: -100%;
  }
  15% {
    left: -100%;
  }
  30% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes connectLineTwo {
  0% {
    left: -100%;
  }
  15% {
    left: -100%;
  }
  30% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes connectLineThree {
  0% {
    left: -100%;
  }
  30% {
    left: -100%;
  }
  45% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes connectLineThree {
  0% {
    left: -100%;
  }
  30% {
    left: -100%;
  }
  45% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes connectLineFour {
  0% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  60% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes connectLineFour {
  0% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  60% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes connectLineFive {
  0% {
    left: -100%;
  }
  60% {
    left: -100%;
  }
  75% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes connectLineFive {
  0% {
    left: -100%;
  }
  60% {
    left: -100%;
  }
  75% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes connectLineSix {
  0% {
    left: -100%;
  }
  75% {
    left: -100%;
  }
  90% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes connectLineSix {
  0% {
    left: -100%;
  }
  75% {
    left: -100%;
  }
  90% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes connectLineSeven {
  0% {
    left: -100%;
  }
  85% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes connectLineSeven {
  0% {
    left: -100%;
  }
  85% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

#lines .connect-line {
  display: block;
  position: absolute;
  height: 1px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#lines .connect-line span {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background: #319161;
  -webkit-animation: 10s linear infinite;
          animation: 10s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#lines .connect-line:nth-of-type(1) {
  top: 48.2%;
  right: 32.3%;
  width: 10.5%;
  -webkit-transform: rotate(-44.5deg);
      -ms-transform: rotate(-44.5deg);
          transform: rotate(-44.5deg);
}

#lines .connect-line:nth-of-type(2) {
  right: 26.1%;
  bottom: 9%;
  width: 6.5%;
  -webkit-transform: rotate(-71.7deg);
      -ms-transform: rotate(-71.7deg);
          transform: rotate(-71.7deg);
}

#lines .connect-line:nth-of-type(3) {
  right: 18.3%;
  bottom: 31.5%;
  width: 12.2%;
  -webkit-transform: rotate(-43.5deg);
      -ms-transform: rotate(-43.5deg);
          transform: rotate(-43.5deg);
}

#lines .connect-line:nth-of-type(4) {
  top: 37.5%;
  right: 15.15%;
  width: 6.5%;
  -webkit-transform: rotate(-97.2deg);
      -ms-transform: rotate(-97.2deg);
          transform: rotate(-97.2deg);
}

#lines .connect-line:nth-of-type(5) {
  top: 37.5%;
  right: 13.6%;
  width: 8.1%;
  -webkit-transform: rotate(88deg);
      -ms-transform: rotate(88deg);
          transform: rotate(88deg);
}

#lines .connect-line:nth-of-type(6) {
  right: 7.6%;
  bottom: 13.3%;
  width: 8.1%;
  -webkit-transform: rotate(-137deg);
      -ms-transform: rotate(-137deg);
          transform: rotate(-137deg);
}

#lines .connect-line:nth-of-type(7) {
  right: 4.6%;
  bottom: 13.3%;
  width: 11.1%;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

#lines.do-animation .connect-line span {
  -webkit-animation: 10s ease-in infinite;
          animation: 10s ease-in infinite;
}

#lines.do-animation .connect-line:nth-of-type(1) span {
  -webkit-animation-name: connectLineOne;
          animation-name: connectLineOne;
}

#lines.do-animation .connect-line:nth-of-type(2) span {
  -webkit-animation-name: connectLineTwo;
          animation-name: connectLineTwo;
}

#lines.do-animation .connect-line:nth-of-type(3) span {
  -webkit-animation-name: connectLineThree;
          animation-name: connectLineThree;
}

#lines.do-animation .connect-line:nth-of-type(4) span {
  -webkit-animation-name: connectLineFour;
          animation-name: connectLineFour;
}

#lines.do-animation .connect-line:nth-of-type(5) span {
  -webkit-animation-name: connectLineFive;
          animation-name: connectLineFive;
}

#lines.do-animation .connect-line:nth-of-type(6) span {
  -webkit-animation-name: connectLineSix;
          animation-name: connectLineSix;
}

#lines.do-animation .connect-line:nth-of-type(7) span {
  -webkit-animation-name: connectLineSeven;
          animation-name: connectLineSeven;
}

.section-decore-number {
  position: absolute;
  font-size: 20px;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in .6s;
  -o-transition: opacity .4s ease-in .6s;
  transition: opacity .4s ease-in .6s;
}

.section-decore-number.animated {
  opacity: 1;
}

.section-content-decore {
  position: absolute;
  height: 135px;
  width: 18px;
}

.section-content-decore:before, .section-content-decore:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 0;
  width: 2px;
  margin-left: -1px;
}

.section-content-decore:before {
  top: 0;
  background: #319161;
  -webkit-transition: all .3s ease-in .7s;
  -o-transition: all .3s ease-in .7s;
  transition: all .3s ease-in .7s;
}

.section-content-decore:after {
  top: 54px;
  background: #f0f0f1;
  -webkit-transition: all .3s ease-in 1.6s;
  -o-transition: all .3s ease-in 1.6s;
  transition: all .3s ease-in 1.6s;
}

.section-content-decore .cross {
  top: 29px;
  left: 50%;
  margin-left: -8px;
}

.section-content-decore .cross:before, .section-content-decore .cross:after {
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
}

.section-content-decore .cross:before {
  border-color: #d9d9db;
  -webkit-transition: all .3s ease-in 1.3s;
  -o-transition: all .3s ease-in 1.3s;
  transition: all .3s ease-in 1.3s;
}

.section-content-decore .cross:after {
  -webkit-transition: all .3s ease-in 1s;
  -o-transition: all .3s ease-in 1s;
  transition: all .3s ease-in 1s;
}

.section-content-decore.animated:before {
  height: 20px;
}

.section-content-decore.animated:after {
  height: 80px;
}

.section-content-decore.animated .cross:before, .section-content-decore.animated .cross:after {
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}

.section .overflow-hidden .img.img-parallax {
  top: -150px;
  bottom: -150px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .safari .vertical-align {
    display: block;
  }
  .section.style-1 .vertical-align .button.arrow, .section.style-2 .vertical-align .button.arrow {
    position: absolute;
    bottom: 0;
  }
  .section.style-1 .vertical-align .button.arrow {
    right: -40px;
  }
  .section.style-2 .vertical-align .button.arrow {
    left: -40px;
  }
}

@media (max-width: 1599px) {
  .section.style-1 .vertical-align, .section.style-2 .vertical-align {
    padding: 50px 165px 175px;
  }
  .section.style-3 .vertical-align {
    padding: 0 120px;
  }
  .section.style-4 .vertical-align, .section.style-5 .vertical-align {
    padding: 50px 165px;
  }
}

@media (max-width: 1399px) {
  .section.style-1 .vertical-align, .section.style-2 .vertical-align {
    min-height: 550px;
    padding: 50px 100px 175px;
  }
  .section.style-1 .overflow-hidden, .section.style-2 .overflow-hidden {
    height: 550px;
  }
  .section.style-1 .overflow-hidden .img:after, .section.style-2 .overflow-hidden .img:after {
    width: 250%;
  }
  .section.style-1 .section-decore-number, .section.style-2 .section-decore-number {
    top: 30px;
    left: 36px;
  }
  .section.style-1 .section-content-decore, .section.style-2 .section-content-decore {
    top: 70px;
    left: 36px;
  }
  .section.style-1 .overflow-hidden {
    margin: 35px -65px 0 -29%;
  }
  .section.style-1 .overflow-hidden .img:after {
    left: -75%;
  }
  .section.style-1 .overflow-hidden .img.animated:after {
    left: -350%;
  }
  .section.style-2 .overflow-hidden {
    margin: -35px -29% 0 -65px;
  }
  .section.style-2 .overflow-hidden .img:after {
    right: -75%;
  }
  .section.style-2 .overflow-hidden .img.animated:after {
    right: -350%;
  }
  .section.style-3 .vertical-align {
    padding: 0 90px;
  }
  .section.style-3 .overflow-hidden {
    top: -70px;
  }
  .section.style-3 .section-decore-number {
    top: -98px;
    left: 0;
  }
  .section.style-4 .section-content-decore, .section.style-5 .section-content-decore {
    top: 30px;
    left: 36px;
  }
  .section.style-4 .vertical-align, .section.style-5 .vertical-align {
    min-height: 550px;
    padding: 50px 100px;
  }
  .section.style-4 .overflow-hidden, .section.style-5 .overflow-hidden {
    height: 550px;
  }
}

@media (max-width: 1199px) {
  .section.style-1 .overflow-hidden {
    margin: 35px -30px 0 -29%;
  }
  .section.style-2 .overflow-hidden {
    margin: -35px -29% 0 -30px;
  }
  .section.style-4 .overflow-hidden {
    margin: 0 -95px 0 -30px;
  }
  .section.style-5 .overflow-hidden {
    margin: 0 -95px 0 -30px;
  }
}

@media (max-width: 991px) {
  .section.style-1 .vertical-align, .section.style-2 .vertical-align, .section.style-3 .vertical-align, .section.style-4 .vertical-align, .section.style-5 .vertical-align {
    text-align: center;
  }
  .section.style-1 .section-decore-number,
  .section.style-1 .section-content-decore,
  .section.style-1 .section-decore-map, .section.style-2 .section-decore-number,
  .section.style-2 .section-content-decore,
  .section.style-2 .section-decore-map, .section.style-3 .section-decore-number,
  .section.style-3 .section-content-decore,
  .section.style-3 .section-decore-map, .section.style-4 .section-decore-number,
  .section.style-4 .section-content-decore,
  .section.style-4 .section-decore-map, .section.style-5 .section-decore-number,
  .section.style-5 .section-content-decore,
  .section.style-5 .section-decore-map {
    display: none;
  }
  .section.style-1 .row > .col-sm-3, .section.style-2 .row > .col-sm-3, .section.style-4 .row > .col-sm-3, .section.style-5 .row > .col-sm-3 {
    display: none;
  }
  .section.style-1 .vertical-align, .section.style-2 .vertical-align, .section.style-4 .vertical-align, .section.style-5 .vertical-align {
    min-height: auto;
    padding: 70px 45px;
    margin: 0 -15px;
  }
  .section.style-1 .vertical-align .button.arrow, .section.style-2 .vertical-align .button.arrow, .section.style-4 .vertical-align .button.arrow, .section.style-5 .vertical-align .button.arrow {
    margin-top: 20px;
  }
  .section.style-1, .section.style-2, .section.style-3 {
    display: none;
  }
  .section.style-3 .vertical-align {
    padding: 0 30px;
  }
  .section.style-3 .vertical-align .h1 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: .35px;
  }
  .section.style-3 .overflow-hidden {
    top: 0;
  }
  .section.style-3 .overflow-hidden:after {
    background: rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 767px) {
  .section.style-1 .vertical-align, .section.style-2 .vertical-align, .section.style-4 .vertical-align, .section.style-5 .vertical-align {
    padding: 50px 15px;
  }
  .section.style-1 .vertical-align .button.arrow, .section.style-2 .vertical-align .button.arrow, .section.style-4 .vertical-align .button.arrow, .section.style-5 .vertical-align .button.arrow {
    margin-top: 15px;
  }
  .section.style-3 .vertical-align {
    padding: 0;
  }
  .section.style-3 .vertical-align .h1 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: .25px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 RECOMMENSATION SECTION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes recommendationSwipe {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes recommendationSwipe {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.recommendations-carousel {
  position: relative;
  padding: 0 255px;
}

.recommendations-carousel .swiper-button-prev,
.recommendations-carousel .swiper-button-next {
  top: 135px;
}

.recommendations-carousel .swiper-button-prev {
  left: 10px;
}

.recommendations-carousel .swiper-button-next {
  right: 10px;
}

.recommendations-carousel .swiper-slide {
  text-align: center;
}

.recommendations-carousel .swiper-slide span,
.recommendations-carousel .swiper-slide > .simple-article {
  padding: 0 50px;
  opacity: 0;
}

.recommendations-carousel .swiper-slide span {
  display: block;
}

.recommendations-carousel .swiper-slide span.h5 {
  color: #fff;
  font-weight: 400;
}

.recommendations-carousel .swiper-slide span.simple-article {
  font-size: 14px;
  margin-bottom: 15px;
}

.recommendations-carousel .swiper-slide .simple-article {
  color: #8c8c95;
}

.recommendations-carousel .swiper-slide.swiper-slide-active span,
.recommendations-carousel .swiper-slide.swiper-slide-active > .simple-article {
  opacity: 1;
}

.recommendations-carousel .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  color: transparent;
  margin-top: 55px;
}

.recommendations-carousel .swiper-pagination-current,
.recommendations-carousel .swiper-pagination-total {
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  letter-spacing: .5px;
}

.recommendations-carousel .swiper-pagination-current:before,
.recommendations-carousel .swiper-pagination-total:before {
  content: '0';
  position: relative;
  display: inline;
}

.recommendations-carousel .swiper-pagination-current.remove-zero:before,
.recommendations-carousel .swiper-pagination-total.remove-zero:before {
  display: none;
}

.recommendations-carousel .pagination-line {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 17px 6px;
  overflow: hidden;
}

.recommendations-carousel .pagination-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background: #fff;
}

.recommendations-carousel .pagination-line.left-to-right:before {
  -webkit-animation: paginationLineToRight .35s ease-in forwards;
          animation: paginationLineToRight .35s ease-in forwards;
}

.recommendations-carousel .pagination-line.right-to-left:before {
  -webkit-animation: paginationLineToLeft .35s ease-in forwards;
          animation: paginationLineToLeft .35s ease-in forwards;
}

@-webkit-keyframes paginationLineToRight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes paginationLineToRight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes paginationLineToLeft {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

@keyframes paginationLineToLeft {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

.recommendations-wrapper {
  position: relative;
}

.recommendation-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 0;
}

.recommendation-slide .recommendation-img-prev,
.recommendation-slide .recommendation-img-next,
.recommendation-slide .recommendation-img-active {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 2px 10px rgba(20, 20, 22, 0.04);
          box-shadow: 0 15px 2px 10px rgba(20, 20, 22, 0.04);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.recommendation-slide .recommendation-img-prev .img,
.recommendation-slide .recommendation-img-next .img,
.recommendation-slide .recommendation-img-active .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center / cover no-repeat;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.recommendation-slide .recommendation-img-prev,
.recommendation-slide .recommendation-img-next {
  width: 110px;
  height: 110px;
  cursor: pointer;
}

.recommendation-slide .recommendation-img-prev .img,
.recommendation-slide .recommendation-img-next .img {
  backface-visibiity: hidden;
  -webkit-filter: grayscale(100%) brightness(65%);
          filter: grayscale(100%) brightness(65%);
}

.recommendation-slide .recommendation-img-active {
  width: 160px;
  height: 160px;
}

.recommendation-slide .recommendation-img-active:before {
  width: 170px;
  height: 180px;
}

.recommendation-slide.prev, .recommendation-slide.next {
  z-index: 1;
}

.recommendation-slide.active {
  position: relative;
  z-index: 3 !important;
}

.recommendation-slide.active .recommendation-img-prev,
.recommendation-slide.active .recommendation-img-next,
.recommendation-slide.active .recommendation-img-active {
  -webkit-animation: recommendationSwipe .35s ease-in forwards;
          animation: recommendationSwipe .35s ease-in forwards;
}

.ie .recommendation-slide .recommendation-img-prev,
.ie .recommendation-slide .recommendation-img-next {
  opacity: .9;
}

.ie .recommendation-slide .recommendation-img-prev:after,
.ie .recommendation-slide .recommendation-img-next:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .recommendation-slide .recommendation-img-prev:hover .img,
  .recommendation-slide .recommendation-img-next:hover .img {
    -webkit-filter: grayscale(0) brightness(100%);
            filter: grayscale(0) brightness(100%);
  }
  .ie .recommendation-slide .recommendation-img-prev:hover,
  .ie .recommendation-slide .recommendation-img-next:hover {
    opacity: 1;
  }
  .ie .recommendation-slide .recommendation-img-prev:hover:after,
  .ie .recommendation-slide .recommendation-img-next:hover:after {
    background: rgba(0, 0, 0, 0);
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1599px) {
  .recommendations-carousel {
    padding: 0 170px;
  }
}

@media (max-width: 1399px) {
  .recommendations-carousel {
    padding: 0 90px;
  }
  .recommendations-carousel .swiper-button-prev {
    left: 0;
  }
  .recommendations-carousel .swiper-button-next {
    right: 0;
  }
  .recommendations-carousel .swiper-pagination {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .recommendations-carousel .swiper-button-prev,
  .recommendations-carousel .swiper-button-next {
    top: 110px;
  }
  .recommendations-carousel .swiper-pagination {
    margin-top: 20px;
  }
  .recommendation-slide {
    padding: 0 0 20px;
  }
}

@media (min-width: 768px) {
  .recommendation-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .recommendations-carousel {
    padding: 0 0 60px;
  }
  .recommendations-carousel .swiper-button-prev,
  .recommendations-carousel .swiper-button-next {
    top: auto;
    bottom: 0;
  }
  .recommendations-carousel .swiper-slide span,
  .recommendations-carousel .swiper-slide > .simple-article {
    padding: 0;
  }
  .recommendations-carousel .swiper-pagination {
    display: none;
  }
  .recommendation-slide {
    padding: 0 0 15px;
  }
  .recommendation-slide .recommendation-img-prev,
  .recommendation-slide .recommendation-img-next {
    display: none;
  }
  .recommendation-slide .recommendation-img-active {
    margin: 0 auto;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 PARTNERS-CAROUSEL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.partners {
  text-align: center;
}

.partners .section-decore-map img {
  opacity: .12;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.partners-carousel {
  position: relative;
  background: #fff;
}

.partners-carousel .swiper-container:before, .partners-carousel .swiper-container:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #fff;
  z-index: 2;
}

.partners-carousel .swiper-container:before {
  left: 0;
}

.partners-carousel .swiper-container:after {
  right: 0;
}

.partners-carousel .space-140.space-lg-100.space-sm-70.space-xs-45 {
  position: relative;
}

.partners-carousel .space-140.space-lg-100.space-sm-70.space-xs-45:after {
  content: '';
  position: absolute;
  left: 18%;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #f0f0f1;
  -webkit-transition: width .35s ease-in 1.6s;
  -o-transition: width .35s ease-in 1.6s;
  transition: width .35s ease-in 1.6s;
}

.partners-carousel .space-140.space-lg-100.space-sm-70.space-xs-45.animated:after {
  width: 64%;
}

.partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
  width: 90%;
  padding: 10px;
  margin: 0 auto;
}

.partner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100%;
  width: 1px;
  background: #f0f0f1;
  -webkit-transition: bottom .35s ease-in 1.6s;
  -o-transition: bottom .35s ease-in 1.6s;
  transition: bottom .35s ease-in 1.6s;
}

.partner img {
  width: auto;
  max-width: 100%;
  opacity: 0;
}

.partner.animated:after {
  bottom: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1399px) {
  .partners-carousel .space-140.space-lg-100.space-sm-70.space-xs-45 {
    position: relative;
  }
  .partners-carousel .space-140.space-lg-100.space-sm-70.space-xs-45:after {
    left: 21%;
  }
  .partners-carousel .space-140.space-lg-100.space-sm-70.space-xs-45.animated:after {
    width: 58%;
  }
}

@media (max-width: 1199px) {
  .partners-carousel .space-140.space-lg-100.space-sm-70.space-xs-45:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .partners .section-decore-map {
    display: none;
  }
  .partner {
    height: 140px;
  }
}

@media (min-width: 768px) {
  .partners-carousel .swiper-button-prev,
  .partners-carousel .swiper-button-next {
    display: none;
  }
}

@media (max-width: 767px) {
  .partners-carousel .swiper-button-prev,
  .partners-carousel .swiper-button-next {
    top: auto;
    bottom: 0;
  }
  .partners-carousel .swiper-button-prev:before,
  .partners-carousel .swiper-button-next:before {
    background: #26262b;
  }
  .partners-carousel .swiper-button-prev:after,
  .partners-carousel .swiper-button-next:after {
    border-color: #26262b;
  }
  .partners-carousel .swiper-button-prev .overflow-hidden:before,
  .partners-carousel .swiper-button-next .overflow-hidden:before {
    border-color: rgba(38, 38, 43, 0.2);
  }
  .partners-carousel .swiper-button-prev {
    left: 0;
  }
  .partners-carousel .swiper-button-next {
    right: 0;
  }
  .partner {
    height: 120px;
  }
  .partner:after {
    display: none;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 REGISTRATION PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.registration {
  background: #fff;
}

.registration .form {
  position: relative;
}

.registration .form .simple-article {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding: 0 165px  0 25px;
}

.registration .form .simple-article img {
  position: absolute;
  top: 7px;
  left: 3px;
  width: 10px;
  height: 10px;
}

.registration .form .simple-article a {
  color: #319161;
}

.registration .form .button {
  position: absolute;
  top: auto;
  right: -40px;
  bottom: -40px;
  z-index: 1;
  -webkit-transition: opacity .45s ease-in .65s, -webkit-transform .1s ease-out;
  transition: opacity .45s ease-in .65s, -webkit-transform .1s ease-out;
  -o-transition: opacity .45s ease-in .65s, transform .1s ease-out;
  transition: opacity .45s ease-in .65s, transform .1s ease-out;
  transition: opacity .45s ease-in .65s, transform .1s ease-out, -webkit-transform .1s ease-out;
}

.registration .form,
.registration-title {
  padding: 0 70px;
}

.registration-title {
  position: relative;
  background: #26262b;
}

.registration-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  height: 2px;
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
  -webkit-transition: right .6s ease-out .8s;
  -o-transition: right .6s ease-out .8s;
  transition: right .6s ease-out .8s;
}

.registration-title .h2 {
  color: #fff;
  margin-bottom: 10px;
}

.registration-title.animated:before {
  right: 0;
}

.confirm {
  z-index: 1;
  display: block;
  position: absolute;
  top: 25px;
  right: -12px;
}

.confirm .svg-animation {
  opacity: 0;
}

.confirm .confirm-valid-icon {
  width: 20px;
  height: 20px;
}

.confirm .confirm-valid-icon path,
.confirm .confirm-valid-icon circle,
.confirm .confirm-valid-icon line {
  stroke: #7cd10d;
  stroke-width: 1px;
}

.confirm .confirm-invalid-icon {
  width: 18px;
  height: 18px;
}

.confirm .confirm-invalid-icon path,
.confirm .confirm-invalid-icon circle,
.confirm .confirm-invalid-icon line {
  stroke: #f91848;
  stroke-width: 2px;
}

.confirm.valid path,
.confirm.valid circle,
.confirm.valid line, .confirm.invalid path,
.confirm.invalid circle,
.confirm.invalid line {
  stroke-dashoffset: 0;
}

.confirm.valid .confirm-valid-icon {
  opacity: 1;
}

.confirm.valid .confirm-valid-icon path,
.confirm.valid .confirm-valid-icon circle,
.confirm.valid .confirm-valid-icon line {
  fill: #7cd10d;
}

.confirm.invalid .confirm-invalid-icon {
  opacity: 1;
}

.confirm.invalid .confirm-invalid-icon path,
.confirm.invalid .confirm-invalid-icon circle,
.confirm.invalid .confirm-invalid-icon line {
  fill: #f91848;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .registration .form .simple-article a:hover {
    color: #25242a;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1399px) {
  .registration .form .simple-article {
    padding: 0 0 110px 25px;
  }
  .registration .form,
  .registration-title {
    padding: 0 45px;
  }
  .confirm {
    top: 20px;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .registration .form .simple-article {
    padding: 0 0 20px 25px;
  }
  .registration .form .button {
    right: -20px;
    bottom: -20px;
  }
}

@media (max-width: 991px) {
  .registration {
    text-align: center;
  }
  .registration .form .simple-article {
    padding: 0;
  }
  .registration .form img {
    display: none;
  }
  .registration .form .button {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .registration .form,
  .registration-title {
    padding: 0 15px;
  }
  .confirm {
    top: 13px;
    right: 27px;
  }
  .confirm .confirm-valid-icon {
    width: 15px;
    height: 15px;
  }
  .confirm .confirm-invalid-icon {
    width: 13px;
    height: 13px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 FORM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.form .row {
  margin: 0 -10px;
}

.form .row > div {
  padding: 0 10px;
}

.form label {
  position: relative;
  display: block;
  overflow: hidden;
}

.form label:before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #26262b;
  -webkit-transition: left .35s ease-out, -webkit-transform .35s ease-out;
  transition: left .35s ease-out, -webkit-transform .35s ease-out;
  -o-transition: left .35s ease-out, transform .35s ease-out;
  transition: left .35s ease-out, transform .35s ease-out;
  transition: left .35s ease-out, transform .35s ease-out, -webkit-transform .35s ease-out;
  z-index: 1;
}

.form label.active:before {
  left: 250%;
  -webkit-transform: translate3d(-250%, 0, 0);
          transform: translate3d(-250%, 0, 0);
  -webkit-transition: left .35s ease-out, -webkit-transform 0s;
  transition: left .35s ease-out, -webkit-transform 0s;
  -o-transition: left .35s ease-out, transform 0s;
  transition: left .35s ease-out, transform 0s;
  transition: left .35s ease-out, transform 0s, -webkit-transform 0s;
}

.form label.invalid:before {
  background: #f91848;
}

.form label.invalid input,
.form label.invalid input::-webkit-input-placeholder {
  color: #f91848;
}

.form label.invalid input,
.form label.invalid input:-ms-input-placeholder {
  color: #f91848;
}

.form label.invalid input,
.form label.invalid input::-ms-input-placeholder {
  color: #f91848;
}

.form label.invalid input,
.form label.invalid input::placeholder {
  color: #f91848;
}

.form label.invalid input {
  border-color: #f91848;
}

.form input,
.form textarea,
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  font-family: "PF DinDisplay Pro";
  font-size: 16px;
  font-weight: 300;
}

.form input,
.form textarea,
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  font-family: "PF DinDisplay Pro";
  font-size: 16px;
  font-weight: 300;
}

.form input,
.form textarea,
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
  font-family: "PF DinDisplay Pro";
  font-size: 16px;
  font-weight: 300;
}

.form input,
.form textarea,
.form input::placeholder,
.form textarea::placeholder {
  font-family: "PF DinDisplay Pro";
  font-size: 16px;
  font-weight: 300;
}

.form input,
.form textarea {
  color: #26262b;
  line-height: 30px;
  border-bottom: 2px solid #f0f0f1;
  padding: 15px 0 10px;
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #75757a;
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: #75757a;
}

.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
  color: #75757a;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #75757a;
}

.form.dark label:before {
  background: #fff;
}

.form.dark input,
.form.dark textarea {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.form.dark input::-webkit-input-placeholder,
.form.dark textarea::-webkit-input-placeholder {
  color: #8c8c95;
}

.form.dark input:-ms-input-placeholder,
.form.dark textarea:-ms-input-placeholder {
  color: #8c8c95;
}

.form.dark input::-ms-input-placeholder,
.form.dark textarea::-ms-input-placeholder {
  color: #8c8c95;
}

.form.dark input::placeholder,
.form.dark textarea::placeholder {
  color: #8c8c95;
}

.ie .form input {
  padding-bottom: 20px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .form input,
  .form input::-webkit-input-placeholder,
  .form textarea,
  .form textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .form input,
  .form input:-ms-input-placeholder,
  .form textarea,
  .form textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .form input,
  .form input::-ms-input-placeholder,
  .form textarea,
  .form textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .form input,
  .form input::placeholder,
  .form textarea,
  .form textarea::placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .form input,
  .form textarea {
    padding: 10px 0;
  }
  .confirm-pass {
    padding-right: 33px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 SELECT2 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered {
  border-width: 0 1px 1px 1px;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 48px;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
}

.select2-results__option {
  color: #75757a;
  font-size: 16px;
  font-weight: 300;
  font-family: "PF DinDisplay Pro";
  line-height: 20px;
  letter-spacing: 1px;
  background: #fff;
  padding: 10px 30px;
  -webkit-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}

.select2-results__option:first-child {
  display: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: none;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* CUSTOM */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  color: #75757a;
  font-size: 16px;
  font-family: "PF DinDisplay Pro";
  font-weight: 300;
  line-height: 30px;
  padding: 15px 0 10px;
  -webkit-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
  border-bottom: 2px solid #f0f0f1;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #26262b;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 15px;
  right: 2px;
  bottom: 0;
  width: 10px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  display: inline-block;
  top: 15px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 8px;
  height: 8px;
  border: solid #75757a;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 160px;
  overflow-y: auto;
  padding: 5px 0;
  -webkit-box-shadow: 0px 3px 20px -5px rgba(38, 38, 43, 0.75);
          box-shadow: 0px 3px 20px -5px rgba(38, 38, 43, 0.75);
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #fff;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
  border: 1px solid #fff;
  height: 20px;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #319161;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #319161;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results > .select2-results__options
.select2-container--classic .select2-results > .select2-results__options
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border: 1px solid #319161;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .select2-results__option:hover {
    color: #26262b;
  }
}

@media (max-width: 991px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
  }
  .select2-container--default .select2-results > .select2-results__options {
    padding: 0;
  }
  .select2-results__option {
    font-size: 14px;
    padding: 10px 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 UNDER BANNER (WHITE BLOCK) SECTIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes slideDown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes slideDown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.about svg,
.benefit-block svg,
.service svg,
.price svg {
  position: absolute;
  width: 146px;
  height: 146px;
}

.about,
.advantages,
.benefit-block,
.service,
.price {
  z-index: 1;
}

.about,
.benefit-block,
.service,
.price {
  position: relative;
  min-height: 430px;
  margin-top: -225px;
}

.post-template-default .benefit-block {
  position: relative;
  min-height: 430px;
  margin-top: 0px;
}

.about:before,
.benefit-block:before,
.service:before,
.price:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #fff;
  z-index: -1;
}

.about svg path,
.benefit-block svg path,
.service svg path,
.price svg path {
  fill: transparent;
  stroke-width: 1;
  stroke-miterlimit: 0;
  stroke-dasharray: 2300;
  stroke-dashoffset: 2300;
}

.about svg path:first-child,
.benefit-block svg path:first-child,
.service svg path:first-child,
.price svg path:first-child {
  stroke: rgba(255, 255, 255, 0.5);
}

.about svg path:last-child,
.benefit-block svg path:last-child,
.service svg path:last-child,
.price svg path:last-child {
  stroke: #319161;
}

.about svg.animated path,
.benefit-block svg.animated path,
.service svg.animated path,
.price svg.animated path {
  stroke-dashoffset: 0;
}

.about svg.animated path:last-child,
.benefit-block svg.animated path:last-child,
.service svg.animated path:last-child,
.price svg.animated path:last-child {
  fill: #319161;
}

.about {
  padding: 90px 19% 110px;
}

.about:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -60px;
  width: 0;
  height: 5px;
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
  -webkit-transition: all .45s ease-in .9s;
  -o-transition: all .45s ease-in .9s;
  transition: all .45s ease-in .9s;
}

.about .h2,
.about .simple-article {
  -webkit-transition: opacity .45s ease-in 2s;
  -o-transition: opacity .45s ease-in 2s;
  transition: opacity .45s ease-in 2s;
}

.about svg {
  top: 50%;
  right: -73px;
  margin-top: -73px;
}

.about svg path:first-child {
  -webkit-transition: stroke-dashoffset .75s ease-in 1.5s;
  -o-transition: stroke-dashoffset .75s ease-in 1.5s;
  transition: stroke-dashoffset .75s ease-in 1.5s;
}

.about svg path:last-child {
  -webkit-transition: stroke-dashoffset .75s ease-in 1.75s, fill .75s ease-in 2s;
  -o-transition: stroke-dashoffset .75s ease-in 1.75s, fill .75s ease-in 2s;
  transition: stroke-dashoffset .75s ease-in 1.75s, fill .75s ease-in 2s;
}

.about.animated:before {
  -webkit-animation: slideDown .4s ease-in .3s forwards;
          animation: slideDown .4s ease-in .3s forwards;
}

.about.animated:after {
  left: -60px;
  width: 175px;
}

.advantages,
.faq {
  position: relative;
  background: #fff;
  margin-top: -245px;
}

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  padding: 85px 10.5% 150px;
  margin-top: -75px;
}

.advantages .button.arrow {
  top: auto;
  margin: auto auto -200px;
}

.ie .advantages .button.arrow {
  line-height: 60px;
  margin: 60px auto -200px;
}

.advantage-wrap {
  position: relative;
  width: 50%;
}

.advantage-wrap:before, .advantage-wrap:after {
  content: '';
  position: absolute;
  display: block;
  background: #f0f0f1;
  z-index: -1;
}

.advantage-wrap:before {
  top: 0;
  right: -.5px;
  bottom: 0;
  width: 1px;
}

.advantage-wrap:after {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.advantage {
  position: relative;
  height: 100%;
  text-align: center;
  padding: 130px 90px 75px;
}

.advantage:before {
  /* content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff; */
}

.advantage a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.advantage svg {
  top: 55px;
  left: 50%;
  margin-left: -25px;
}

.advantage img {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 55px;
  left: 50%;
  margin-left: -25px;
  opacity: 0;
}

.advantage img.animated {
  opacity: 1;
}

.advantage .h5 {
  position: relative;
  font-weight: 500;
  opacity: 0;
}

.benefit-block .h5,
.benefit-block .simple-article,
.benefit-block .price-table,
.benefit-block .button,
.service .h5,
.service .simple-article,
.service .price-table,
.service .button,
.price .h5,
.price .simple-article,
.price .price-table,
.price .button {
  -webkit-transition: opacity .45s ease-in .75s !important;
  -o-transition: opacity .45s ease-in .75s !important;
  transition: opacity .45s ease-in .75s !important;
}

.benefit-block .button.arrow,
.service .button.arrow,
.price .button.arrow {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -50px;
}

.benefit-block svg path:first-child,
.service svg path:first-child,
.price svg path:first-child {
  -webkit-transition: stroke-dashoffset .75s ease-in .85s;
  -o-transition: stroke-dashoffset .75s ease-in .85s;
  transition: stroke-dashoffset .75s ease-in .85s;
}

.benefit-block svg path:last-child,
.service svg path:last-child,
.price svg path:last-child {
  -webkit-transition: stroke-dashoffset .75s ease-in .8s, fill .75s ease-in 1s;
  -o-transition: stroke-dashoffset .75s ease-in .8s, fill .75s ease-in 1s;
  transition: stroke-dashoffset .75s ease-in .8s, fill .75s ease-in 1s;
}

.benefit-block.animated:before,
.service.animated:before,
.price.animated:before {
  -webkit-animation: slideDown .5s ease-in .2s forwards;
          animation: slideDown .5s ease-in .2s forwards;
}

.benefit-block,
.service {
  padding: 90px 13% 150px;
}

.benefit-block .simple-article.text-right.text-center-sm a,
.benefit-block .h5,
.service .simple-article.text-right.text-center-sm a,
.service .h5 {
  font-weight: 500;
}

.service svg,
.price svg {
  top: -73px;
  left: -300px;
}

.benefit-block svg {
  top: -73px;
  right: -73px;
}

.service .price-table {
  top: 0;
}

.price > .simple-article {
  position: relative;
  padding: 70px 14.5% 215px;
}

.price .button.arrow {
  bottom: 0;
}

.price-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 50px;
  border-bottom: 1px solid #f0f0f1;
}

.price-header .simple-article,
.price-header .simple-article span {
  display: inline-block;
}

.price-header .simple-article:first-child {
  max-width: 100px;
  margin-right: auto;
}

.price-header .simple-article:last-child span {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 4.3px;
  cursor: pointer;
}

.price-header .simple-article:last-child span:last-child {
  margin-right: 0;
}

.price-header .simple-article:last-child span.active {
  font-weight: 700;
  color: #319161;
}

.faq {
  padding: 65px 20.2% 100px;
}

.faq-form {
  text-align: center;
  background: #202025;
  padding: 0 20.2%;
}

.faq-form .h2 {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  width: 100%;
}

.faq-form .button {
  top: 0;
  z-index: 1;
}

.faq-form .section-decore-map img {
  opacity: .035;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .advantage-wrap:hover {
    z-index: 1;
  }
  .advantage-wrap:hover .advantage:before {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(38, 38, 43, 0.1);
            box-shadow: 0 10px 10px 0 rgba(38, 38, 43, 0.1);
  }
  .price-header .simple-article:last-child span:hover {
    color: #319161;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1399px) {
  .about,
  .advantages,
  .benefit-block,
  .service,
  .price,
  .faq {
    margin-top: -90px;
  }
  .advantages {
    padding: 85px 10.5% 130px;
  }
  .advantages .button.arrow {
    margin: auto auto -170px;
  }
  .ie .advantages .button.arrow {
    margin: 30px auto -200px;
  }
  .advantage {
    padding: 110px 30px 40px;
  }
  .advantage svg,
  .advantage img {
    top: 40px;
  }
  .price > .simple-article {
    padding: 45px 45px 215px;
  }
  .price-header {
    padding: 30px;
  }
  .price-header .simple-article {
    width: 100%;
  }
  .faq {
    padding: 65px 10.5% 100px;
  }
  .faq-form {
    padding: 0 10.5%;
  }
}

@media (max-width: 1199px) {
  .about,
  .advantages,
  .benefit-block,
  .service,
  .price,
  .faq {
    margin-top: -60px;
  }
  .about,
  .advantages,
  .benefit-block,
  .service,
  .price > .simple-article {
    padding: 40px 30px;
  }
  .about svg,
  .service svg,
  .price svg {
    display: none;
  }
  .about {
    min-height: auto;
    text-align: center;
  }
  .about:after {
    display: none;
  }
  .advantages .button.arrow,
  .service .button.arrow,
  .price .button.arrow {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 30px auto auto;
  }
  .ie .advantages .button.arrow {
    margin: 30px auto auto;
  }
  .benefit-block svg {
    display: none;
  }
  .benefit-block .button.arrow {
    right: auto;
    bottom: auto;
    position: relative;
    margin: 30px auto auto;
  }
  .price-header {
    padding: 30px 15px;
  }
  .faq {
    padding: 40px 30px 70px;
  }
  .faq-form {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .about,
  .advantages,
  .benefit-block,
  .service,
  .price,
  .faq-form,
  .faq {
    margin: 0 -15px;
  }
  .advantages {
    padding: 40px 45px 70px;
  }
  .advantage {
    padding: 100px 15px 30px;
  }
  .faq {
    padding: 50px 30px 70px;
  }
  .faq-form {
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  .advantage-wrap:nth-of-type(1):after, .advantage-wrap:nth-of-type(2):after, .advantage-wrap:nth-of-type(2n + 0):before {
    display: none;
  }
}

@media (max-width: 767px) {
  .about,
  .benefit-block,
  .faq {
    padding: 50px 15px;
  }
  .advantages,
  .price > .simple-article {
    padding: 20px 15px 50px;
  }
  .advantage-wrap {
    width: 100%;
  }
  .advantage-wrap:first-of-type:after, .advantage-wrap:before {
    display: none;
  }
  .advantage {
    padding: 75px 0 25px;
  }
  .advantage svg,
  .advantage img {
    top: 27px;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-left: -22px;
  }
  .benefit-block,
  .service,
  .price > .simple-article {
    text-align: center;
  }
  .service-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .service {
    padding: 40px 15px;
  }
  .service .simple-article ul li {
    text-align: left;
  }
  .price-header {
    padding: 15px;
  }
  .faq-form {
    padding: 0 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 PIECHART */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.piechart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

.piechart svg {
  display: inline-block;
  width: 220px;
  height: 220px;
  margin-top: -7px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.piechart svg circle {
  fill: none;
  stroke: #319161;
  stroke-width: 1px;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 1s;
  -o-transition: stroke-dashoffset 2s ease-in-out 1s;
  transition: stroke-dashoffset 2s ease-in-out 1s;
}

.piechart .pr-chart {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  top: 75px;
}

.piechart .pr-chart span {
  color: #fff;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: .75px;
}

.piechart > span {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center;
}

.piechart > span:last-of-type {
  top: 130px;
  color: #8c8c95;
  letter-spacing: .6px;
  font-size: 12px;
  text-transform: uppercase;
}

.piechart .cross {
  bottom: -2px;
  left: 50%;
  margin-left: -8px;
}

.piechart .cross:before, .piechart .cross:after {
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
}

.piechart .cross:before {
  -webkit-transition: all .2s ease-in 1s;
  -o-transition: all .2s ease-in 1s;
  transition: all .2s ease-in 1s;
}

.piechart .cross:after {
  -webkit-transition: all .2s ease-in 1.1s;
  -o-transition: all .2s ease-in 1.1s;
  transition: all .2s ease-in 1.1s;
}

.piechart.animated svg circle {
  stroke-dashoffset: 0;
}

.piechart.animated .cross:before, .piechart.animated .cross:after {
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}

.piechart canvas {
  display: none;
}

.cooperation {
  position: relative;
  text-align: center;
}

.cooperation .section-decore-map img {
  opacity: .12;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.cooperation .button {
  z-index: 1;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1399px) {
  .statistic {
    margin: 0 -130px;
  }
}

@media (max-width: 1199px) {
  .statistic {
    margin: 0 -15px;
  }
  .cooperation {
    margin: 0 -15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 SIDEBAR LIST */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.sidebar-list {
  padding-left: 60px;
}

.sidebar-list .row > div:last-child .simple-article {
  border-bottom: none;
}

.sidebar-list .simple-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0 42px;
}

.sidebar-list .simple-article a {
  position: relative;
  color: #8c8c95;
  font-weight: 500;
  letter-spacing: .2px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .sidebar-list .simple-article a:hover {
    color: #89de56;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1399px) {
  .sidebar-list {
    padding-left: 25px;
  }
}

@media (max-width: 1199px) {
  .sidebar-list {
    padding-left: 0;
  }
  .sidebar-list .simple-article {
    padding: 20px 0 21px;
  }
}

@media (max-width: 991px) {
  .sidebar-list .simple-article {
    padding: 10px 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 CONTACTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.contacts {
  background: #fff;
}

.contacts .popup-contacts-column {
  text-align: center;
  padding: 0;
}

.contacts .popup-contacts-column .h5 {
  text-transform: none;
  margin: 0;
  padding: 0 0 20px;
}

.contacts .popup-contacts-column .h5:before {
  display: none;
}

.contacts .popup-contacts-column .h5:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 80px;
  background: #f0f0f1;
  margin-left: -40px;
}

.contacts .popup-contacts-column .simple-article {
  padding-bottom: 0;
}

.contacts .popup-contacts-column .simple-article a {
  color: #75757a;
  font-weight: 300;
}

.contacts .popup-contacts-column .popup-contacts-link-wrapper {
  position: relative;
  border-top: none;
  padding: 0;
}

.contacts .popup-contacts-column .popup-contacts-link-wrapper .faq {
  padding: 0;
}

.contacts .popup-contacts-column .popup-contacts-link .h5 {
  letter-spacing: .5px;
  padding: 0;
}

.contacts .popup-contacts-column .popup-contacts-link .h5:after {
  display: none;
}

.contacts .popup-contacts-column .popup-contacts-link.faq svg {
  width: 25px;
  height: 25px;
  margin: 0 10px 0 1px;
}

.contacts .form {
  text-align: center;
}

.contacts .form .h5 {
  font-weight: 500;
}

.contacts .form .button {
  top: 0;
  z-index: 1;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .contacts .popup-contacts-column .simple-article a:hover,
  .contacts .popup-contacts-column .popup-contacts-link:hover span {
    color: #89de56;
  }
  .contacts .popup-contacts-column .popup-contacts-link:hover svg path,
  .contacts .popup-contacts-column .popup-contacts-link:hover svg circle,
  .contacts .popup-contacts-column .popup-contacts-link:hover svg line {
    fill: #89de56;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  .contacts .popup-contacts-column .h5 {
    text-transform: none;
    margin: 0;
    padding: 0;
  }
  .contacts .popup-contacts-column .h5:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .contacts .popup-contacts-column .popup-contacts-link.faq svg {
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
  }
  .contacts .form {
    padding: 0 35px;
  }
}

@media (max-width: 767px) {
  .contacts .popup-contacts-column .popup-contacts-link.faq .h5 {
    width: auto;
  }
  .contacts .form {
    padding: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 ACCORDEON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.accordeon {
  border-bottom: 1px solid #f0f0f1;
  padding: 30px 0 32px;
}

.accordeon-title {
  position: relative;
  cursor: pointer;
}

.accordeon-title .h5 {
  font-weight: 500;
}

.accordeon-title span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 14px;
}

.accordeon-title span:before, .accordeon-title span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #319161;
}

.accordeon-title span:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordeon-title.active .h5 {
  color: #319161;
}

.accordeon-title.active span:after {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.accordeon-toggle {
  display: none;
  position: relative;
  padding: 30px 0 12px;
}

.accordeon-toggle .simple-article li {
  margin-bottom: 0;
}

.accordeon-toggle .wallpaper {
  padding: 73px 75px 55px;
  display: block;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .accordeon-title:hover .h5 {
    color: #319161;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {
  .accordeon {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .accordeon {
    padding: 10px 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 19 PAGE TEMPLATE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.constructor {
  position: relative;
  background: #fff;
  margin-top: -245px;
  padding: 85px 20.5% 0;
  z-index: 1;
}

.constructor .img {
  width: auto;
  margin: 0 -17%;
}

.constructor .img img {
  max-width: 100%;
}

.constructor .img.left {
  margin: 0 0 0 -107%;
}

.constructor .img.right {
  margin: 0 -107% 0 0;
}

.constructor .vertical-align {
  min-height: 630px;
}

.constructor .vertical-align.left {
  padding-right: 70px;
  margin-left: -33%;
}

.constructor .vertical-align.right {
  padding-left: 70px;
  margin-right: -33%;
}

.video-vertical-align.full {
  left: 0px;
  width: 100%;
  text-align: center;
}

.video-vertical-align {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: absolute;
}

.play-button {
  position: relative;
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
  z-index: 1;
}

.play-button:before, .play-button:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.play-button:before {
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: #319161;
  opacity: .4;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.play-button:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
  opacity: 0;
}

.play-button:active:before, .play-button:active:after {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.play-button .play {
  display: block;
  width: 100%;
  height: 100%;
}

.play-button svg {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 20px;
  height: 20px;
}

.video-open {
  position: relative;
  height: 100%;
  vertical-align: top;
  margin: 0 -17%;
}

.video-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.34s ease-out;
  -o-transition: all 0.34s ease-out;
  transition: all 0.34s ease-out;
}

.video-item.act {
  z-index: 5;
  visibility: visible;
  opacity: 1;
}

.video-item.act .video-title {
  opacity: 0;
}

.video-item.act .close-video {
  opacity: 1;
}

.video-item.act .video-wrapper {
  opacity: 1;
  visibility: visible;
}

.video-item.act .video-wrapper .button-close {
  top: -10px;
  right: -10px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  display: block;
  background: #000;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.video-iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.video-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .play-button:hover:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .play-button:hover:after {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    opacity: 1;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1599px) {
  .constructor .vertical-align.left {
    padding-right: 55px;
  }
  .constructor .vertical-align.right {
    padding-left: 55px;
  }
}

@media (max-width: 1399px) {
  .constructor {
    margin-top: -90px;
    padding: 85px 10.5% 0;
  }
  .constructor .img {
    margin: 0 -6.3%;
  }
  .constructor .img.left {
    margin: 0 0 0 -52%;
  }
  .constructor .img.right {
    margin: 0 -52% 0 0;
  }
  .constructor .vertical-align {
    min-height: 430px;
  }
  .constructor .vertical-align.left {
    padding-right: 30px;
    margin-left: -10%;
  }
  .constructor .vertical-align.right {
    padding-left: 30px;
    margin-right: -10%;
  }
  .video-open {
    margin: 0 -6.3%;
  }
}

@media (max-width: 1199px) {
  .constructor {
    margin-top: -60px;
    padding: 40px 90px 0;
  }
  .constructor .img {
    margin: 0 -6%;
  }
  .constructor .img.left {
    margin: 0 0 0 -52%;
  }
  .constructor .img.right {
    margin: 0 -52% 0 0;
  }
  .constructor .vertical-align {
    min-height: 300px;
  }
  .constructor .vertical-align.left {
    padding-right: 0;
    margin-left: -6%;
  }
  .constructor .vertical-align.right {
    padding-left: 0;
    margin-right: -6%;
  }
}

@media (max-width: 991px) {
  .constructor {
    margin: auto -15px;
    padding: 40px 45px 0;
  }
  .constructor .img,
  .constructor .img.left,
  .constructor .img.right {
    margin: 0;
  }
  .constructor .vertical-align {
    min-height: auto;
  }
  .constructor .vertical-align.left {
    margin-left: 0;
  }
  .constructor .vertical-align.right {
    margin-right: 0;
  }
  .video-open {
    margin: 0;
  }
  .play-button {
    width: 60px;
    height: 60px;
  }
  .play-button:before {
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
  }
  .play-button svg {
    top: 24px;
    left: 24px;
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 767px) {
  .constructor {
    padding: 50px 15px 0;
  }
  .constructor .img,
  .constructor .img.left,
  .constructor .img.right {
    margin: 0;
  }
  .constructor .vertical-align {
    min-height: auto;
  }
  .constructor .vertical-align.left {
    margin-left: 0;
  }
  .constructor .vertical-align.right {
    margin-right: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 20 PRIVACY POLICY/OFERTA PAGES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.policy {
  position: relative;
  background: #fff;
  padding: 0 20.5%;
}

.policy .text-center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}

.policy .button {
  top: auto;
}

.policy .button.animated {
  top: auto;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1599px) {
  .policy {
    padding: 0 15.5%;
  }
}

@media (max-width: 1399px) {
  .policy {
    padding: 0 10.5%;
  }
}

@media (max-width: 1199px) {
  .policy {
    padding: 0 90px;
  }
  .policy .text-center {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .policy .button {
    top: auto;
  }
  .policy .button.animated {
    top: auto;
  }
}

@media (max-width: 767px) {
  .policy {
    padding: 0 15px;
    /*margin: 0 -15px;*/
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 21 TRANSITIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Regular transition for all elements */
.simple-article a,
header,
header:before,
nav ul li a,
nav ul:first-of-type li a:before,
.enter,
.enter:after,
.enter path,
.burger,
.burger:before,
.burger span,
.button:before,
.button:after,
.button.arrow span:after,
.underline-button:after,
.underline-button span:after,
.back-to-button:after,
.back-to-button span:before,
.dev a:before,
.swiper-button-prev:before,
.swiper-button-next:before,
.swiper-button-prev .overflow-hidden,
.swiper-button-next .overflow-hidden,
.swiper-button-prev .overflow-hidden:after,
.swiper-button-next .overflow-hidden:after,
.banner-carousel-pagination-tab span,
.recommendation-slide .recommendation-img-prev,
.recommendation-slide .recommendation-img-next,
.recommendation-slide .recommendation-img-prev .img,
.recommendation-slide .recommendation-img-next .img,
.recommendation-slide .recommendation-img-prev:after,
.recommendation-slide .recommendation-img-next:after,
.recommendations-carousel .swiper-slide span,
.recommendations-carousel .swiper-slide > .simple-article,
.popup-contacts-phone .h1,
.popup-contacts-phone a svg path,
.popup-contacts-link span,
.popup-contacts-link path,
.popup-contacts-link circle,
.popup-contacts-link line,
.faq-link span,
.button-close:before,
.button-close:after,
.support > a,
.support span > span,
.advantage:before,
.call-now svg,
.call-now path,
.call-now:before,
.call-now:after,
.price-table.style-3 .simple-article a:before,
.accordeon-title .h5,
.accordeon-title span:after,
.price-header .simple-article span,
.play-button:before,
.play-button:after {
  -webkit-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}

/* Buttons short duration transition */
.banner-carousel .swiper-button-prev:after,
.banner-carousel .swiper-button-next:after,
.button,
.button.arrow {
  -webkit-transition: -webkit-transform .1s ease-out;
  transition: -webkit-transform .1s ease-out;
  -o-transition: transform .1s ease-out;
  transition: transform .1s ease-out;
  transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}

/* Fade-in transition and styles (before and after animation) */
/* simple fade-in */
.registration .form .button,
.advantages .button,
.benefit-block .button,
.service .button,
.policy .button {
  -webkit-transition: opacity .45s ease-in .65s, -webkit-transform .1s ease-out;
  transition: opacity .45s ease-in .65s, -webkit-transform .1s ease-out;
  -o-transition: opacity .45s ease-in .65s, transform .1s ease-out;
  transition: opacity .45s ease-in .65s, transform .1s ease-out;
  transition: opacity .45s ease-in .65s, transform .1s ease-out, -webkit-transform .1s ease-out;
}

.h1.animation,
.h2.animation,
.h3.animation,
.h4.animation,
.h5.animation,
.h6.animation,
.simple-article.animation,
.form label,
.call-now,
.popup-contacts-phone.light,
.piechart > span,
.contacts .popup-contacts-link,
.accordeon,
.constructor .img,
.constructor .video-open,
.title-box.animation,
.price-table.animation,
.animate-item {
  opacity: 0;
  -webkit-transition: opacity .45s ease-in .65s;
  -o-transition: opacity .45s ease-in .65s;
  transition: opacity .45s ease-in .65s;
}

.ie .benefit .svg-animation,
.ie .service svg,
.ie .price svg,
.ie .about svg,
.ie .advantage svg,
.ie .advantage img,
.ie .benefit-block svg {
  opacity: 0;
  -webkit-transition: opacity .45s ease-in .65s;
  -o-transition: opacity .45s ease-in .65s;
  transition: opacity .45s ease-in .65s;
}

.ie .benefit .svg-animation.animated,
.ie .service svg.animated,
.ie .price svg.animated,
.ie .about svg.animated,
.ie .advantage svg.animated,
.ie .advantage img.animated,
.ie .benefit-block svg.animated {
  opacity: 1;
}

.h1.animated,
.h2.animated,
.h3.animated,
.h4.animated,
.h5.animated,
.h6.animated,
.simple-article.animated,
.partner.animated img,
.form label.animated,
.call-now.animated,
.popup-contacts-phone.light.animated,
.piechart.animated > span,
.contacts .popup-contacts-link.animated,
.accordeon.animated,
.constructor .img.animated,
.constructor .video-open.animated,
.title-box.animated,
.price-table.animated,
.animate-item.animated {
  opacity: 1;
}

/* fade-in up */
.button,
.title .h2,
.title .simple-article,
/* .price-table, */
.recommendations-carousel,
.partners .h2,
.cooperation .h2,
.sidebar-list {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: all .45s ease-in .65s;
  -o-transition: all .45s ease-in .65s;
  transition: all .45s ease-in .65s;
}

.button.animated,
.title.animated .h2,
.title.animated .simple-article,
.price-table.animated,
.recommendations-carousel.animated,
.partners .h2.animated,
.cooperation .h2.animated,
.sidebar-list.animated {
  top: 0;
  opacity: 1;
}

/* transition delays */
.transition-delay-5 {
  -webkit-transition: all .35s ease-in .5s;
  -o-transition: all .35s ease-in .5s;
  transition: all .35s ease-in .5s;
}

.transition-delay-6 {
  -webkit-transition: all .35s ease-in .6s;
  -o-transition: all .35s ease-in .6s;
  transition: all .35s ease-in .6s;
}

.transition-delay-7 {
  -webkit-transition: all .35s ease-in .7s;
  -o-transition: all .35s ease-in .7s;
  transition: all .35s ease-in .7s;
}

.transition-delay-8 {
  -webkit-transition: all .35s ease-in .8s;
  -o-transition: all .35s ease-in .8s;
  transition: all .35s ease-in .8s;
}

.transition-delay-9 {
  -webkit-transition: all .35s ease-in .9s;
  -o-transition: all .35s ease-in .9s;
  transition: all .35s ease-in .9s;
}

.transition-delay-10 {
  -webkit-transition: all .35s ease-in 1s;
  -o-transition: all .35s ease-in 1s;
  transition: all .35s ease-in 1s;
}

.transition-delay-11 {
  -webkit-transition: all .35s ease-in 1.1s;
  -o-transition: all .35s ease-in 1.1s;
  transition: all .35s ease-in 1.1s;
}

.transition-delay-12 {
  -webkit-transition: all .35s ease-in 1.2s;
  -o-transition: all .35s ease-in 1.2s;
  transition: all .35s ease-in 1.2s;
}

.transition-delay-13 {
  -webkit-transition: all .35s ease-in 1.3s;
  -o-transition: all .35s ease-in 1.3s;
  transition: all .35s ease-in 1.3s;
}

.transition-delay-14 {
  -webkit-transition: all .35s ease-in 1.4s;
  -o-transition: all .35s ease-in 1.4s;
  transition: all .35s ease-in 1.4s;
}

.transition-delay-15 {
  -webkit-transition: all .35s ease-in 1.5s;
  -o-transition: all .35s ease-in 1.5s;
  transition: all .35s ease-in 1.5s;
}

.transition-delay-16 {
  -webkit-transition: all .35s ease-in 1.6s;
  -o-transition: all .35s ease-in 1.6s;
  transition: all .35s ease-in 1.6s;
}

.transition-delay-17 {
  -webkit-transition: all .35s ease-in 1.7s;
  -o-transition: all .35s ease-in 1.7s;
  transition: all .35s ease-in 1.7s;
}

.transition-delay-18 {
  -webkit-transition: all .35s ease-in 1.8s;
  -o-transition: all .35s ease-in 1.8s;
  transition: all .35s ease-in 1.8s;
}

.transition-delay-19 {
  -webkit-transition: all .35s ease-in 1.9s;
  -o-transition: all .35s ease-in 1.9s;
  transition: all .35s ease-in 1.9s;
}

.transition-delay-20 {
  -webkit-transition: all .35s ease-in 2s;
  -o-transition: all .35s ease-in 2s;
  transition: all .35s ease-in 2s;
}

.burger {
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.burger:active {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  .transition-delay-md-5 {
    -webkit-transition: all .35s ease-in .5s;
    -o-transition: all .35s ease-in .5s;
    transition: all .35s ease-in .5s;
  }
  .transition-delay-md-6 {
    -webkit-transition: all .35s ease-in .6s;
    -o-transition: all .35s ease-in .6s;
    transition: all .35s ease-in .6s;
  }
  .transition-delay-md-7 {
    -webkit-transition: all .35s ease-in .7s;
    -o-transition: all .35s ease-in .7s;
    transition: all .35s ease-in .7s;
  }
  .transition-delay-md-8 {
    -webkit-transition: all .35s ease-in .8s;
    -o-transition: all .35s ease-in .8s;
    transition: all .35s ease-in .8s;
  }
  .transition-delay-md-9 {
    -webkit-transition: all .35s ease-in .9s;
    -o-transition: all .35s ease-in .9s;
    transition: all .35s ease-in .9s;
  }
  .transition-delay-md-10 {
    -webkit-transition: all .35s ease-in 1s;
    -o-transition: all .35s ease-in 1s;
    transition: all .35s ease-in 1s;
  }
  .transition-delay-md-11 {
    -webkit-transition: all .35s ease-in 1.1s;
    -o-transition: all .35s ease-in 1.1s;
    transition: all .35s ease-in 1.1s;
  }
  .transition-delay-md-12 {
    -webkit-transition: all .35s ease-in 1.2s;
    -o-transition: all .35s ease-in 1.2s;
    transition: all .35s ease-in 1.2s;
  }
}

@media (max-width: 991px) {
  .transition-delay-sm-5 {
    -webkit-transition: all .35s ease-in .5s;
    -o-transition: all .35s ease-in .5s;
    transition: all .35s ease-in .5s;
  }
  .transition-delay-sm-6 {
    -webkit-transition: all .35s ease-in .6s;
    -o-transition: all .35s ease-in .6s;
    transition: all .35s ease-in .6s;
  }
  .transition-delay-sm-7 {
    -webkit-transition: all .35s ease-in .7s;
    -o-transition: all .35s ease-in .7s;
    transition: all .35s ease-in .7s;
  }
  .transition-delay-sm-8 {
    -webkit-transition: all .35s ease-in .8s;
    -o-transition: all .35s ease-in .8s;
    transition: all .35s ease-in .8s;
  }
  .transition-delay-sm-9 {
    -webkit-transition: all .35s ease-in .9s;
    -o-transition: all .35s ease-in .9s;
    transition: all .35s ease-in .9s;
  }
  .transition-delay-sm-10 {
    -webkit-transition: all .35s ease-in 1s;
    -o-transition: all .35s ease-in 1s;
    transition: all .35s ease-in 1s;
  }
  .transition-delay-sm-11 {
    -webkit-transition: all .35s ease-in 1.1s;
    -o-transition: all .35s ease-in 1.1s;
    transition: all .35s ease-in 1.1s;
  }
  .transition-delay-sm-12 {
    -webkit-transition: all .35s ease-in 1.2s;
    -o-transition: all .35s ease-in 1.2s;
    transition: all .35s ease-in 1.2s;
  }
}

@media (max-width: 767px) {
  .transition-delay-xs-5 {
    -webkit-transition: all .35s ease-in .5s;
    -o-transition: all .35s ease-in .5s;
    transition: all .35s ease-in .5s;
  }
  .transition-delay-xs-6 {
    -webkit-transition: all .35s ease-in .6s;
    -o-transition: all .35s ease-in .6s;
    transition: all .35s ease-in .6s;
  }
  .transition-delay-xs-7 {
    -webkit-transition: all .35s ease-in .7s;
    -o-transition: all .35s ease-in .7s;
    transition: all .35s ease-in .7s;
  }
  .transition-delay-xs-8 {
    -webkit-transition: all .35s ease-in .8s;
    -o-transition: all .35s ease-in .8s;
    transition: all .35s ease-in .8s;
  }
  .transition-delay-xs-9 {
    -webkit-transition: all .35s ease-in .9s;
    -o-transition: all .35s ease-in .9s;
    transition: all .35s ease-in .9s;
  }
  .transition-delay-xs-10 {
    -webkit-transition: all .35s ease-in 1s;
    -o-transition: all .35s ease-in 1s;
    transition: all .35s ease-in 1s;
  }
  .transition-delay-xs-11 {
    -webkit-transition: all .35s ease-in 1.1s;
    -o-transition: all .35s ease-in 1.1s;
    transition: all .35s ease-in 1.1s;
  }
  .transition-delay-xs-12 {
    -webkit-transition: all .35s ease-in 1.2s;
    -o-transition: all .35s ease-in 1.2s;
    transition: all .35s ease-in 1.2s;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 22 FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer {
  position: relative;
  background: #202025;
  padding: 50px 0;
}

.copyright,
.dev span,
.support > span {
  color: #8c8c95;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .45px;
}

.copyright,
.dev span {
  vertical-align: middle;
}

.copyright {
  display: inline-block;
  vertical-align: middle;
}

.support {
  text-align: center;
}

.support > a,
.support > span {
  display: inline-block;
}

.support > a {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .65px;
  margin-bottom: 10px;
}

.support span > span {
  color: #319161;
  cursor: pointer;
}

.dev {
  position: relative;
  text-align: right;
}

.dev a {
  position: relative;
}

.dev a:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -7px;
  height: 3px;
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
}

.dev span,
.dev svg {
  display: inline-block;
  vertical-align: middle;
}

.dev span {
  margin-right: 2px;
}

.dev svg {
  width: 75px;
}

.ie .dev svg {
  height: 22px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .support > a:hover {
    color: #89de56;
  }
  .support span > span:hover {
    color: #fff;
  }
  .dev:hover:before {
    left: -7px;
    right: -7px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  body:not(.safari) .footer .row{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
}

@media (max-width: 991px) {
  .copyright,
  .dev {
    text-align: center;
  }
  .copyright,
  .support {
    margin-bottom: 20px;
  }
  .copyright {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .copyright,
  .dev span,
  .support > span {
    font-size: 13px;
    letter-spacing: .35px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 23 POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.popup-wrapper.active {
  left: 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.popup-wrapper.active .bg-layer {
  opacity: 1;
}

.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(38, 38, 43, 0.9);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0;
}

.popup-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  left: -10000px;
  padding: 45px;
}

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

.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;
}

.popup-content[data-rel="registration"]:not(.payment) .payment-element {
  display: none;
}

.popup-content.payment .button:not(.payment-element) {
  display: none;
}

.popup-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  text-align: left;
  background: #fff;
}

.popup-container.size-1 .button-close, .popup-container.size-3 .button-close {
  top: -20px;
  right: -20px;
}

.popup-container.size-1 {
  max-width: 835px;
}

.popup-container.size-1 .popup-align {
  position: relative;
  text-align: center;
  padding: 80px 75px;
}

.popup-container.size-1 .popup-align:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
}

.popup-container.size-2 {
  max-width: 835px;
}

.popup-container.size-2 .row > div:nth-child(odd):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -50px;
  width: 1px;
  background: #f0f0f1;
}

.popup-container.size-2 .popup-align {
  padding: 0 75px 15px;
}

.popup-container.size-2 .button-close {
  top: 20px;
  right: -20px;
}

.popup-container.size-3 {
  max-width: 1700px;
  height: 100%;
}

.popup-container.size-3 .popup-align {
  height: 100%;
  padding: 10px;
}

.popup-container.size-4 {
  max-width: 820px;
}

.popup-container.size-4 .table,
.popup-container.size-4 .text {
  font-size: 20px;
  font-weight: 300;
}

.popup-container.size-4 .text {
  font-style: italic;
  max-width: 413px;
  line-height: 1.2;
}

.popup-container.size-4 .popup-align {
  padding: 60px 75px;
}

@media(max-width:1199px){
  .popup-container.size-4 .popup-align {
    padding: 30px;
  }
}

.popup-container.size-4 .button-close {
  top: 20px;
  right: -20px;
}

.popup-container.size-4 .popup-title {  
  padding: 0 0 10px;
  margin: 0;
  border-bottom:none;
}

.popup-container.size-4 .popup-title h3 {
  color:#5E5A58;
}

.popup-container.size-4 .popup-title:after {
  content: '';
  display: block;
  width: 100%;
  max-width: 377px;
  height: 5px;
  background-color: #319161;
}

.popup-align {
  overflow: hidden;
}

.popup-title,
.popup-contacts-phone {
  border-bottom: 1px solid #f0f0f1;
}

.popup-title {
  padding: 25px 75px 0;
  margin: 0 -75px;
}

.popup-contacts-phone {
  text-align: center;
}

.popup-contacts-phone svg,
.popup-contacts-phone a,
.popup-contacts-phone .h1,
.popup-contacts-phone .simple-article {
  display: inline-block;
  vertical-align: middle;
}

.popup-contacts-phone svg {
  width: 52px;
  height: 52px;
}

.popup-contacts-phone .h1 {
  color: #319161;
  margin-left: 10px;
}

.popup-contacts-phone svg path {
  fill: #319161;
}

.popup-contacts-phone a {
  position: relative;
}

.popup-contacts-phone a img {
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 0;
}

.popup-contacts-phone .simple-article {
  width: 100%;
  margin-top: 10px;
}

.popup-contacts-phone.light {
  border-bottom: none;
}

.popup-contacts-phone.light .simple-article {
  color: #8c8c95;
}

.popup-contacts-column {
  position: relative;
  padding-bottom: 40px;
}

.popup-contacts-column .h5 {
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding: 30px 0;
  margin-bottom: 25px;
}

.popup-contacts-column .h5:before, .popup-contacts-column .h5:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
}

.popup-contacts-column .h5:before {
  left: 0;
  width: 20px;
  background: #319161;
}

.popup-contacts-column .h5:after {
  left: 30px;
  width: 80px;
  background: #f0f0f1;
}

.popup-contacts-column .h6 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .03px;
  font-weight: 500;
}

.popup-contacts-column .simple-article {
  padding-bottom: 15px;
}

.popup-contacts-column .simple-article > span {
  display: inline-block;
  width: 100%;
}

.popup-contacts-column .simple-article a {
  color: #75757a;
  font-weight: 300;
}

.popup-contacts-link {
  display: inline-block;
  font-size: 13px;
  color: #319161;
  cursor: pointer;
}

.popup-contacts-link svg,
.popup-contacts-link span {
  display: inline-block;
  vertical-align: middle;
}

.popup-contacts-link svg {
  width: 20px;
  height: 20px;
  margin: 0 3px 0 1px;
}

.popup-contacts-link svg path,
.popup-contacts-link svg circle,
.popup-contacts-link svg line {
  fill: #319161;
}

.popup-contacts-link span {
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 500;
}

.faq-link {
  display: block;
  background: #26262b;
  text-align: center;
  padding: 35px 15px;
  margin: 0 -65px;
}

.faq-link img,
.faq-link .h6 {
  display: inline-block;
  vertical-align: middle;
}

.faq-link img {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.faq-link .h6 {
  color: #fff;
}

.map-block {
  width: 100%;
  height: 100%;
}

.button-close {
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1;
}

.button-close:before, .button-close:after,
.button-close span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.button-close:before, .button-close:after {
  content: '';
  z-index: -1;
}

.button-close:before {
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
}

.button-close:after {
  background: rgba(69,203,137,1);
  background: -moz-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,203,137,1)), color-stop(100%, rgba(23,162,94,1)));
  background: -webkit-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -o-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: -ms-linear-gradient(left, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  background: linear-gradient(to right, rgba(69,203,137,1) 0%, rgba(23,162,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45cb89', endColorstr='#17a25e', GradientType=1 );
}

.button-close span:before, .button-close span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -.5px;
  height: 1px;
  width: 26px;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.button-close span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.button-close span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.button-close:active:before, .button-close:active:after {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOVER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .popup-contacts-phone a:hover svg path {
    fill: #25242a;
  }
  .popup-contacts-phone a:hover .h1 {
    color: #25242a;
  }
  .popup-contacts-phone.light a:hover svg path {
    fill: #fff;
  }
  .popup-contacts-phone.light a:hover .h1 {
    color: #fff;
  }
  .popup-contacts-column .simple-article a:hover {
    color: #e9007a;
  }
  .popup-contacts-link:hover span {
    color: #25242a;
  }
  .popup-contacts-link:hover path,
  .popup-contacts-link:hover circle,
  .popup-contacts-link:hover line {
    fill: #25242a;
  }
  .faq-link:hover span {
    color: #319161;
  }
  .button-close:hover:before {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
  }
  .button-close:hover:after {
    top: -5px;
    left: -5px;
    right: calc(100% + 5px);
    bottom: -5px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1399px) {
  .popup-container.size-2 .row > div:nth-child(odd):after {
    bottom: -40px;
  }
  .popup-container.size-3 {
    max-width: 100%;
    height: 650px;
  }
  .popup-contacts-phone a img {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .popup-align {
    padding: 70px;
  }
}

@media (max-width: 991px) {
  .popup-content {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .popup-container.size-2 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popup-container.size-2 .row > div:nth-child(odd) {
    padding-right: 65px;
  }
  .popup-container.size-2 .row > div:nth-child(even) {
    padding-left: 65px;
  }
  .popup-container.size-2 .row > div .popup-contacts-column {
    height: 100%;
  }
  .safari .popup-container.size-2 .row {
    display: block;
  }
  .popup-contacts-link-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #f0f0f1;
  }
}

@media (max-width: 767px) {
  .popup-content {
    padding: 15px;
  }
  .popup-container.size-1 .button-close, .popup-container.size-2 .button-close, .popup-container.size-3 .button-close, .popup-container.size-4 .button-close {
    top: -10px;
    right: -10px;
  }
  .popup-container.size-1 .popup-align {
    padding: 35px 15px;
  }
  .popup-container.size-2 .row > div {
    margin-bottom: 35px;
  }
  .popup-container.size-2 .row > div:nth-child(odd):after {
    display: none;
  }
  .popup-container.size-2 .row > div:last-child {
    margin-bottom: 0;
  }
  .popup-container.size-2 .popup-align {
    padding: 0 15px 15px;
  }
  .popup-container.size-3 {
    height: 100%;
  }
  .popup-contacts-phone a img,
  .popup-contacts-column .h5:before,
  .popup-contacts-column .h5:after {
    display: none;
  }
  .popup-title,
  .popup-contacts-phone {
    border-bottom: none;
  }
  .popup-title {
    padding: 35px 15px 0;
    margin: 0 -15px;
  }
  .popup-contacts-phone .h1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .2px;
  }
  .popup-contacts-phone a svg {
    width: 35px;
    height: 35px;
  }
  .popup-contacts-column {
    text-align: center;
    padding-bottom: 0;
  }
  .popup-contacts-column .h5 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
  }
  .popup-contacts-column .simple-article > span:not(.h6) {
    margin-bottom: 10px;
  }
  .popup-contacts-column .simple-article > span:last-child {
    margin-bottom: 0;
  }
  .faq-link {
    padding: 15px;
    margin: 0 -15px -15px;
  }
  .faq-link img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .faq-link .h6 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .1px;
  }
  .button-close {
    width: 44px;
    height: 44px;
  }
  .button-close span:after, .button-close span:before {
    left: 10px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 24 ERROR */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 80px);
  text-align: center;
  padding: 0 0 100px;
}

.error .h5 {
  text-transform: uppercase;
  color: #fff;
}

.error svg {
  min-width: 330px;
  height: 155px;
  overflow: hidden;
}

.error svg text {
  font-size: 200px;
  font-weight: 700;
  fill: none;
  stroke: #319161;
  stroke-width: 2px;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-transition: stroke-dashoffset 1.5s ease-in .65s;
  -o-transition: stroke-dashoffset 1.5s ease-in .65s;
  transition: stroke-dashoffset 1.5s ease-in .65s;
}

.error svg.animated text {
  stroke-dashoffset: 0;
}

.error .simple-article {
  width: 100%;
  color: #8c8c95;
}

.ie .error svg {
  min-width: auto;
  max-width: 330px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  .error {
    height: calc(100vh - 60px);
  }
}

@media (max-width: 991px) {
  .error {
    height: auto;
    min-height: calc(100vh - 60px);
  }
}

@media (max-width: 767px) {
  .error {
    min-height: calc(100vh - 50px);
    padding: 0 0 70px;
  }
  .error svg {
    min-width: auto;
    width: 170px;
    margin-top: -65px;
  }
  .error svg text {
    font-size: 100px;
    font-weight: 700;
    fill: none;
    stroke: #319161;
    stroke-width: 2px;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    -webkit-transition: stroke-dashoffset 1.5s ease-in .65s;
    -o-transition: stroke-dashoffset 1.5s ease-in .65s;
    transition: stroke-dashoffset 1.5s ease-in .65s;
  }
  .error svg.animated text {
    stroke-dashoffset: 0;
  }
}

.sticky-block {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sticky-item.stop {
  top: auto !important;
  bottom: 0 !important;
  left: 15px !important;
  right: 15px !important;
  width: auto !important;
  position: absolute !important;
}

@media (max-width: 991px) {

  .sticky-item,
  .text_plans_for_physical,
  .text_plans_for_jurical {
    width: 100%;
  }

  .list_country_flag {
    justify-content: center;
  }

  .item_country_flag {
    display: inline-block;
    vertical-align: middle;
  }
}

.title-box {
  margin-bottom: 50px;
  color: #fff;
}

.title-box .title {
  font-size: 47px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 0;
}

.title-box .subtitle {
  font-size: 36px;
  line-height: 1.1;
}

@media(max-width:1199px){
  .title-box .subtitle {
    font-size: 34px;
  }  
}
@media(max-width:767px){
  .title-box .subtitle{
    font-size: 28px;
  }
}

.table.style-1 {
  margin-bottom: 55px;
  overflow: auto;
}

@media(max-width:1199px){
  .table.style-1 {
    margin-bottom: 30px;
  }
}

.table.style-1 table {
  width: 670px;
  color: #5E5A58;
}

.table.style-1 th {
  font-style: italic;
  font-size: 16px;
  line-height: 1.1;
  border-bottom: 3px solid #A6A19F;
  padding-bottom: 12px;
}

.table.style-1 th:nth-child(1),
.table.style-1 td:nth-child(1) {
  border-right: 36px solid #fff;
  box-sizing: content-box;
}

.table.style-1 td:nth-child(2),
.table.style-1 td:nth-child(3) {
  font-weight: 300;
}

.table.style-1 td {
  font-weight: 500;
  padding: 9px 0 11px;
}

.table.style-1 td:last-child{
  white-space: nowrap;
  padding: 0 0 0 30px;
}

.table.style-1 tr:not(:last-child) td {
  border-bottom: 1px solid #A6A19F;
}

.custom-row {
  margin-right: -20px;
  margin-left: -20px;
}
.custom-row [class^="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.custom-grid [class^="col-"]:nth-child(n+4) {
  margin-top: 65px;
}
@media(max-width:1199px){
  .custom-grid [class^="col-"]:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media(max-width:767px){
  .custom-grid [class^="col-"]:nth-child(n+2) {
    margin-top: 35px;
  }
}

.get-list {
  counter-reset: number;
}

.get-list [class^="col-"]:before {
  content: '';
  counter-increment: number;
  content: counter(number);
  font-size: 63px;
  line-height: 1;
  border-bottom: 2px solid #319161;
  padding-bottom: 12px;
  margin-bottom: 18px;
  width: 100%;
  display: block;
}

.get-list p {
  font-size: 20px;
  line-height: 1.1;
}

.functions-list [class^="col-"] {
  font-size: 20px;
  line-height: 1.1;
  color:#5E5A58;
}

.functions-list .h3 {
  min-height: 92px;
  line-height: 1.1;
  font-weight: 500;
  color:inherit;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #319161;
}

.box-entry {
  padding: 30px;
}

.box-entry.type-1 {
  padding: 80px;
}

@media(max-width:991px){
  .box-entry.type-1 {
    padding: 30px;
  }
}

.box-entry .h2 {
  line-height: 1;
  margin-bottom: 25px;
}

.box-entry p {
  font-size: 20px;
  line-height: 1.1;
}

.box-entry p:not(:last-child) {
  margin-bottom: 25px;
}

.box-entry:not(.color-white) {
  color: #5E5A58;
}

.decor-el {
  position: absolute;
  opacity: 0.1;
  bottom: -300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 578px;
}

.decor-el.type-1 {
  bottom: auto;
  top: 50%;
  right: auto;
  left: -230px;
  transform: translateY(-50%);
}

.bg-white {background-color: #fff;}

.d-flex {display: flex;}
.flex-wrap {flex-wrap: wrap;}
.align-items-center {align-items: center;}

.d-none {display: none;}

@media(min-width:992px){
  .d-md-flex{display: flex;}
  .d-md-block{display: block;}
}

.va-top{vertical-align: top;}