@charset "UTF-8";

@font-face { 
  font-family: 'Rubik'; 
  src: url('../fonts/Rubik/Rubik.ttf') format('truetype'), 
       url('../fonts/Rubik/Rubik.woff2') format('woff2'), 
       url('../fonts/Rubik/Rubik.woff') format('woff'); 
  font-weight: normal;   
  font-weight: 400;   
  font-style: normal;   
}

@font-face { 
  font-family: 'Rubik'; 
  src: url('../fonts/Rubik/Rubikmedium.ttf') format('truetype'), 
       url('../fonts/Rubik/Rubikmedium.woff2') format('woff2'), 
       url('../fonts/Rubik/Rubikmedium.woff') format('woff');  
  font-weight: 500;   
  font-style: normal;   
}

@font-face { 
  font-family: 'Rubik'; 
  src: url('../fonts/Rubik/Rubik600.ttf') format('truetype'), 
       url('../fonts/Rubik/Rubik600.woff2') format('woff2');  
  font-weight: 600; 
  font-style: normal;     
}

@font-face { 
  font-family: 'Rubik'; 
  src: url('../fonts/Rubik/Rubikbold.ttf') format('truetype'), 
       url('../fonts/Rubik/Rubikbold.woff2') format('woff2'), 
       url('../fonts/Rubik/Rubikbold.woff') format('woff');  
  font-weight: bold; 
  font-weight: 700; 
  font-style: normal;     
}

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 360px;
  overflow-x: hidden;
  margin: 0;
  min-height: 100vh;
  line-height: 1;
  font-family: 'Rubik' !important;
}

header{
  height: 102px;
  background-color: #FFF;
  border-bottom: 1px solid #EAEBEF;
  display: flex;
  align-items: center;
}

.container {
    max-width: 1270px !important;
    margin: 0 auto;
    width: 100%;
}

.title{  
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header__wrapper{
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.header__burger{
  display: none;
}

.mobile-menu {
  display: none;
}

.header__logo{
  margin-right: 303px;
}

.header__messenger{
  display: flex;
  margin-right: 96px;
}

.header__messenger a img{
  width: 51px;
  height: 51px;
}

.header__messenger a:first-child{
  margin-right: 25px;
}

.header__mode{
  display: flex;
  align-items: center;
  margin-right: 108px;
}

.mode_time{
  color: #14C4CC;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  font-weight: bold;
  line-height: normal;
  padding-right: 15px;
  border-right: 1px solid #14C4CC;
}

.mode_text{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 17px;
}

.header__contacts{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header__call{
  display: none;
}

.contacts_phone{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 8px;
}

.contacts_call{
  color: #0EB0B8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 3px dotted #8AD9DD;
}
.contacts_text{
  display: none;
}


/*banner*/
.banner{
  min-height: 623px;
}

.banner__wrapper{
  position: relative;
  display: flex;
  padding-top: 46px;
}

.banner__background{
  position: absolute;
  left: -340px;
  top: 180px;
  z-index: -2;
}

.banner__background_1{
  position: absolute;
  right: 186px;
  top: 181px;
  z-index: -1;
}

.banner__background_2{
  position: absolute;
  right: 48px;
  top: 25px;
  z-index: -1;
}

.banner2m{
  display: none;
}

.banner__text{
  width: 50%;
}
.banner__title{
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  font-family: 'Rubik';
  line-height: normal;
}

.banner__subtitle{
  color: #14C4CC;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 48px;
}

.banner__girl-mobile{
  display: none;
}
.banner__text ul{
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.banner__text ul li{
  display: flex;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner__text ul li::before{
  content: url('./../img/banner_list-style.svg'); 
  padding-right: 24px; 
}

.banner__girl{
  position: absolute;
  right: -6px;
  top: 49px;
  z-index: -1;
}

#layoutform0 {
  position: relative;
  z-index: 100;
  margin-top: -65px;
  margin-bottom: -100px;
}
.cost__wrapper{
  min-height: 162px;
  width: 100%;
  background: #fff;
  display: flex;
  padding: 15px 29px;
  border-radius: 10px;
  box-shadow: 1px 1px 12px #eee;
}

.cost__text{
  width: 34%;
}

.cost__title{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 12px;
  margin-bottom: 17px;
}

.cost__subtitle{
  color: #BDBDBD;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  width: 90%;
}

.cost__form{    
  display: grid;
  grid-template-areas: 
    "tel text"
    "email text";
  gap: 21px 46px;
  padding: 15px 0;
}
.cost__form .tel{
  grid-area: tel;
}
.cost__form .text{
  grid-area: text;
}
.cost__form .email{
  grid-area: email;
}

.cost__form input, .cost__form textarea{
  border-radius: 10px;
  background: #ECF8F9;
  height: 40px;
  width: 289px;
  border: none;
  padding: 12px;
}

.cost__form textarea{
  height: 102px;
  resize: none;
}


.cost__form input::placeholder,.cost__form textarea::placeholder {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.agreement{
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 15px 8px 0 17px;
}

.agreement  label a {
  color: #0EB0B8
}


.agreement_text{
  display: flex;
}

[id=agreement]{
  display: none;
}
[id=agreement] + label{
  display: block;   
  margin-right: 19px;
  width: 23px !important;
  height: 23px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #ECF8F9;
  border-radius: 5px;
}
[id=agreement]:checked + label span{
  position: relative;
  display: inline-block;    
  margin-left: -9px;   
}
[id=agreement]:checked + label span:before{
  content: '';
  position: absolute;
  left: -3px;
  width: 8px;
  height: 2px;
  bottom: 0px;
  background: #14C4CC;
  transform: rotate(50deg);
}
[id=agreement]:checked + label span:after{
  top: -3px;
  content: '';
  position: absolute;
  left: 1px;
  width: 12px;
  height: 2px;
  background: #14C4CC;
  transform: rotate(-45deg);
}

.agreement_text span{
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
.agreement button{
  border-radius: 7px;
  border: none;
  background:  #14C4CC;
  padding: 10px 44px;
  color:  #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 24px;
}

/*costs*/
.costs{
  min-height: 771px;
  background: #F0F8F9;
  padding-top: 179px;
}

.costs__title{
  margin-bottom: 22px;
}

.costs__items{
  display: flex;
  gap: 0px 20px;
}

.costs__item{
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
  background: #fff;
  width: 24%;
  transition: all 500ms ease; 
  position: relative;
  border-radius: 5%;
  box-shadow: 1px 1px 12px #eee;
}
.costs__item > *{
  z-index:10;
}

.costs__item:after{
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: #fff;
  transition:0.35s;
  z-index:1;
  border-radius: 5%;
}

.costs__item:before{
  content:"";
  display:block;
  position: absolute;
  height: 5px;
  transition:0.35s;
  background-color: #14C4CC;
  border-radius: 0 0 3px 3px;
  top:0;
  left:30px;
  right:30px;
  z-index:1;
}

.costs__item:hover::after {
  top: -12px;
  bottom: -12px;
  z-index: 1;
}

.costs__item:hover:before{
  top:-12px;
  z-index:2;
}


.costs__item-header{ 
  padding-bottom: 37px;
  border-bottom: 1px solid #DCF2F3;
}


.costs__item-header div{
  display: flex;
  align-items: flex-end;
  gap: 16px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}

.costs-mobile{
  display: none;
}
.costs__item-text{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  min-height: 110px;
  margin: 20px 0 25px;
}
.costs__item-price{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;  
  margin-bottom: 27px;
}
.costs__item-button{
  height: 40px;
  padding: 10px 45px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 7px;
  border: none;
  background:  #14C4CC;
  width: 71%;
}

/*advantages*/
.advantages{
  min-height: 456px;
  position: relative;
  background: #F0F8F9;
  overflow: hidden;
}

.advantages__title{
  margin: 91px 0 25px ;
}

.advantages__items{
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  z-index: 5;
}

.advantages__item{
  width: 190px;
  max-width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantages__item-text{
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 24px;
}

.advantages__background_1{
  position: absolute;
  opacity: 0.1;
  right: -69px;
  bottom: 0px;
}

.advantages__background_2{
  position: absolute;
  opacity: 0.1;
  right: 30px;
  bottom: 0;
}

/*description*/
.description{
  min-height: 1079px;
}
.description__tabs{
  position: relative;
  
}

.description__tabs>input[type="radio"] {
  display: none;
}

.description__tabs>input[type="radio"]:checked+label {

  border-radius: 10px;
  background: #14C4CC;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

.description__tabs>input[type="radio"]:checked+label::after {
  content: url(./../img/range.svg);
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 45%;
  bottom: -2px;
}
  

.description__tabs>div {
  display: none;
}

#tab-btn-1:checked~#description_content-1,
#tab-btn-2:checked~#description_content-2,
#tab-btn-3:checked~#description_content-3,
#tab-btn-4:checked~#description_content-4,
#tab-btn-5:checked~#description_content-5 {
  display: block;
}

.description__tabs>label {
  display: inline-block;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  margin-bottom: 43px;
  margin-left: 80px;
  padding: 11px 24px;
}

.description__tabs>label:first-of-type {
  margin-left: 100px;
}

.description__header{
  margin: 95px 0 76px;
}
[id^=description_content] img{
  border-radius: 10px;
}

[id^=description_content]{
  position: relative;
}
[id^=description_content] ul li{
  display: flex;
  align-items: center;
  max-width: 345px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 7px;
}
.desc_img-left {
  padding-right: 25px !important;
}
.desc_img-left img{
  margin-right: 12px;
}

.desc_img-right{
  padding-left: 25px !important;
  text-align: right;
}

.desc_img-right img{
  margin-left: 12px;
}

.left-plus{
  display: none;
}

.desc1-1{
  left: 6%;
  top: 37%;
  width: 280px;
}
.desc1-2{
  left: 9%;
  top: 49%;
}
.desc1-3{
  left: 42%;
  top: 53%;
  width: 272px;
}
.desc1-4{
  left: 29%;
  top: 18%;
}
.desc1-5{
  left: 47%;
  top: 27%;
}
.desc1-6{
  left: 81%;
  top: 14%;
}
.desc1-7{
  width: 180px;
  left: 77%;
  top: 43%;
}
.desc1-8{
  left: 73%;
  top: 62%;
  width: 200px;
}


.desc2-1 {
  left: 48%;
  top: 19%;
}
.desc2-2 {
  left: 82%;
  top: 14%;
}
.desc2-3 {
  left: 3%;
  top: 48%;
}
.desc2-4 {
  left: 77%;
  top: 56%;
}
.desc2-5 {
  left: 5%;
  top: 77%;
}
.desc2-6 {
  left: 54%;
  top: 67%;
  width: 250px;
}
.desc2-7 {
  left: 50%;
  top: 36%;
  width: 230px;
}
.desc2-8 {
  left: 81%;
  top: 76%;
}



.desc3-1 {
  left: 26%;
  top: 29%;
  width: 280px;
}
.desc3-2 {
  left: 64%;
  top: 38%;
  width: 185px;
}
.desc3-3 {
  left: 60%;
  top: 68%;
}
.desc3-4 {
  left: 17%;
  top: 54%;
}



.desc4-1 {
  left: 38%;
  top: 13%;
  width: 280px;
}
.desc4-2 {
  left: 9%;
  top: 52%;
  width: 215px;
}
.desc4-3 {
  left: 25%;
  top: 30%;
  width: 300px;
}
.desc4-4 {
  left: 46%;
  top: 71%;
  width: 275px;
}
.desc4-5 {
  left: 66%;
  top: 40%;
}


.desc5-1 {
  left: 56%;
  top: 30%;
}
.desc5-2 {
  left: 25%;
  top: 86%;
}

/*technique*/
.technique{
  min-height: 807px;
  background-image: url('./../img/technique_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}

.technique::before{
  background: linear-gradient(#FFF 0%, rgba(255, 255, 255, 0.45) 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.technique__header{
  margin: 25px 0 40px;
}
.technique__items{
  display: flex;
  gap: 20px;
  height: 579px;
  min-height: 579px;
  border-radius: 10px;
}

.technique__item{
  max-width: 610px;
  background-color: #fff;
  padding: 38px 42px 49px 40px;
  filter: drop-shadow(0px 8px 24px rgba(10, 78, 81, 0.07));
}

.technique__item-header{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}
.technique__item-header img{
  height: fit-content;
  margin-right: 42px;
}

.technique__content {
  display: flex;
  margin-top: 24px;
  position: relative;
}

.technique__content span{
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 81px;
  height: 42px;
  background: #14C4CC;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 6px;
}
#slider-for {
  width: 359px;
}
#slider-nav {
  width: 171px;
}
.technique__content .slider-for{
  background-image: url(./../img/technique_bg-left.png);
  background-repeat: no-repeat;
  background-position-x: 30%;
  background-position-y: 16%;
}
.technique__content div {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  min-width: 0;
  cursor: pointer;
  letter-spacing: -0.3px;
}
.technique__content div img{
  object-fit: contain;
}

.slick-slider .slick-list > .draggable, 
.slider-nav .slick-list{
  padding: 0 !important;
  height: auto !important;
}

.technique__content .slick-track{
  transform:none !important; 
}

.technique__content .slider-nav .slick-slide{
  padding: 20px 0px 20px 0;
  width: 171px;
  max-width: 171px;
  border-top: 1px solid black;
}

.technique__content .slider-nav .slick-slide:first-child{
  border-top: none;
  padding-top: 0px !important;
}
.technique  .slick-prev:before{
  content: url('./../img/prevTech.svg') !important;
  margin-left: -28px;
}
.technique  .slick-prev{
  top: 81% !important;
  left: -2% !important;
}
.technique .slick-next:before{
  content: url('./../img/nextTech.svg') !important;
  margin-left: -28px;
}
.technique  .slick-next{
  top: 81% !important;
  left: 14% !important;
}
.technique  .slick-prev,
.technique .slick-next {
  width: 60px;
}
.technique__content .slick-current{
  color:  #0EB0B8;
}

.technique__item-example{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  align-items: center;
  padding: 0 0 0 10px;
}
.item-example-img{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 192px;
  max-height: 192px;
}
.technique__item-example img{
  padding: 32px 62px 52px;
  object-fit: contain;
}
.item-example-img:nth-child(2n-1){
  border-right: 1px solid #E7E7E7;
}

.item-example-img:nth-child(1), .item-example-img:nth-child(2){
  border-bottom: 1px solid #E7E7E7;
}

/*job*/
.job{
  min-height: 513px;
}

.job__header{
  margin: 92px 0 35px;
}

.job__items{
  display: flex;
  text-align: center;
  justify-content: space-around;
}

.job__item-header{
  margin-bottom: 42px;
}

.job__item-text{
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.job__item{
  width: 240px;
  max-width: 240px;
  position: relative;
}

.job__item::after{
  content: url(./../img/jobarrow.svg);
  position: absolute;
  right: -46%;
  top: 20%;
  z-index: -1;
}
.job__item:last-child::after{
  content: '';
}

/*faq*/
.faq{
  min-height: 883px;
  background-image: url('./../img/faq_bg.png');
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.faq::before{
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.45) 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.faq_header{
  margin: 92px 0 36px;
}
.faq__block{
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 47px 50px 19px 50px;
  min-height: 700px;
}
.faq__items{
  margin-bottom: 10px;
}

.faq__item_question{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.faq__item{
  margin-bottom: 30px;
}

.faq__item_question:hover{
  cursor: pointer;
  color: #93A1A1;
}

.faq__item:hover .plus, .faq__item:hover .minus  {
  background-color: #BFEB87;
}

.faq__item_answer{
  display: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 10px 1px 0px 2px;

}

.plus, .minus{
  width: 43px;
  height: 43px;
  padding: 10px 13px;  
  color: #fff;
  background: #14C4CC;
  border-radius: 50%;
  margin-right: 16px;
}

.plus i, .minus i {
  margin-left: 1px;
}

.showI{
  display: inline-block;  
}

.hideI{
  display: none;
}

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

.faq__button a{
  border-radius: 7px;
  border: 2px solid #14C4CC;
  color: #0EB0B8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;    
  padding: 9px 102px;
}

.faq__button a:hover{
  color: #0EB0B8;
  text-decoration: none;
}

.workers{
  min-height: 654px;
}

.workers__header{
  margin: 45px 0 50px;
}
.workers__items {
  display: flex;
  gap: 20px;
}

.worker_name{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 3px;
}

.worker_experience{
  color: #93A1A1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.slick-list{
  display: flex;
  justify-content: space-between !important;
}
.content {
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.workers__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.workers .slick-slide img {
  display: block;
  width: 95%;
}

.slick-prev:before, .slick-next:before{
  position: absolute;
  top: 0;
}
.slick-prev:before{
  content: url('./../img/prev.svg') !important; 
}
.workers .slick-prev{
  top: -19% !important;
  left: 87% !important; 
}

.slick-next:before{
  content: url('./../img/next.svg') !important;  
}
.workers .slick-next{
  top: -19% !important;
  right: 5% !important;
}

.worker_border{
  width: 115px;
  height: 3px;
  background: #14C4CC;
  text-align: center;
  margin-top: 30px;
}

/*reviews*/
.reviews{
  min-height: 670px;
  background: #F0F8F9;
  position: relative;
  z-index: 0;
}

.reviews__header{
  margin: 91px 0 50px;
}

.reviews__items{
  margin-bottom: 56px;
}
.reviews__item{
  max-width: 400px;
  width: 400px;
  min-height: 305px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 8px 24px 0px rgba(10, 78, 81, 0.07);
  padding: 29px 29px 32px 32px;
}

.reviews__text{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 163px;  
  margin: 19px 0 21px;
}

.reviews__text a{
  display: block;
  margin-top: 9px;
  color: #0EB0B8 !important;
}

.reviews__text a:hover{
  text-decoration: none;
  cursor: pointer;
}

.reviews__img{
  display: flex;
  gap: 10px;
  padding: 30px 0px;
}

.reviews__sign{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
}

.reviews__date{
  color: #93A1A1;
}

.reviews .slick-prev{
  top: -16% !important;
  left: 87% !important; 
}
.reviews .slick-next{
  top: -16% !important;
  right: 5% !important;
}
.slick-list{
  margin-bottom: 45px !important;
}

.dots-style {
  text-align: center;
  display: flex; 
  justify-content: center; 
  list-style: none; 
}

.dots-style button {
  background: #14C4CC; 
  border: none; 
  border-radius: 24%; 
  height: 3px;
  width: 33px; 
  font-size: 0;
  margin: 6px; 
  outline: none; 
}

.dots-style li[class="slick-active"] button {
  background: #BFEB87;
}

.reviews__background_1{
  position: absolute;
  opacity: 0.1;
  right: 240px;
  bottom: 1px;
  z-index: -1;
}

.reviews__background_2{
  position: absolute;
  opacity: 0.1;
  right: 145px;
  bottom: 1px;
  z-index: -1;
}


/*examples*/
.examples{
  min-height: 775px;
}
.examples__header{
  margin: 111px 0 35px;
}
.slide {
  position: relative;
  height: 407px;
  max-height: 407px;
  width: 610px;
  max-width: 610px;
  overflow: hidden;
  border-radius: 1%;
}
.slide figure {
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;  
  position: relative;
  width: 100%;  
}
div[id^="polzunok"] {
  height: 100%;
  bottom: 100%;
  background: transparent;
  opacity: 0;
  cursor: col-resize;
}
div[id^="line"] {
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(243, 240, 240, 0.7);
  box-shadow: 10px 0 15px -13px #171717;
  height: 100%;
  max-width: 100%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;  
}
div[id^="line"]::before {
  background: url('./../img/line.svg') no-repeat scroll 0 center transparent;
  background-size:contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top:0;
  width: 64px;
}
.examples .slick-prev{
  top: -13% !important;
  left: 87% !important; 
}
.examples .slick-next{
  top: -13% !important;
  right: 5% !important;
}


footer{
  background-color: #FFF;
  border-top: 1px solid #EAEBEF;
  display: flex;
  align-items: center;
}
.footer__callback {
  display: none;
}