@font-face {
  font-family: "Circe-ExtraBold";
  src: url("../fonts/Circe-ExtraBold.eot") format("eot"), url("../fonts/Circe-ExtraBold.ttf") format("ttf"), url("../fonts/Circe-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Circe-Light";
  src: url("../fonts/Circe-Light.eot") format("eot"), url("../fonts/Circe-Light.ttf") format("ttf"), url("../fonts/Circe-Light.woff") format("woff");
}

@font-face {
  font-family: "Circe-Regular";
  src: url("../fonts/Circe-Regular.eot") format("eot"), url("../fonts/Circe-Regular.ttf") format("ttf"), url("../fonts/Circe-Regular.woff") format("woff");
}

@font-face {
  font-family: "Circe-Bold";
  src: url("../fonts/Circe-Bold.eot") format("eot"), url("../fonts/Circe-Bold.ttf") format("ttf"), url("../fonts/Circe-Bold.woff") format("woff");
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');

.container:before,
.container:after,
.row:before,
.row:after {
   content: normal; // IE doesn't support `initial`
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Circe-Regular";
  margin: 0;
  padding: 0;
}

.modal {
  z-index: 999999;
}

/* Значки мессенджеров */

  .social-group {
    width: 67px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    z-index: 999999;
  }

  .social-group a {
    opacity: 0.6;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;

  }

  .social-group a img {
      margin: 5px 0;
  }

  .social-group a:hover {
    opacity: 1;
  }

  .soc-telephone-link {
    position: relative;
  }

  .telephone-hide-box {
    display: none;
    position: absolute;
    top: -27px;
    left: 40px;
    padding-left: 50px;
  }

  .telephone-hide {
    background: #fff;
    font-size: 13px;
    color: #899eab;
    width: 185px;
    padding: 15px 20px;
    box-shadow: 0px 9px 6.57px 2.43px rgba(13, 13, 13, 0.03);
  }

  .soc-telephone-link:hover .telephone-hide-box {
    display: block;
  }

  .telephone-hide span {
    font-size: 18px;
    display: inline-block;
    color: #07a6a9;
    font-weight: bold;
    border-bottom: 2px dotted #07a6a9;
  }

  .telephone-hide::before {
    content: '';
    border: 10px solid #fff;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    position: absolute;
    left: 40px;
    top: calc(50% - 10px);
  }

  @media (max-width: 1100px) {
    .social-group a img {
        width: auto;
        height: 50px;
    }
  }

  @media (max-width: 575px) {
    .social-group {
     width: auto;
    position: fixed;
    top: auto;
    bottom: +10px;
    transform: translateY(-30%);
    left: 5%;
    z-index: 999999;
}
.social-group a img {
  width: auto;
  height: 50px;
}
.telephone-hide-box {
    position: absolute;
    top: -105px;
    left: 6px;
    padding-left: 0;
    padding-bottom: 70px;
}
.telephone-hide::before {
  left: 10px;
}
  }

    @media (max-width: 415px) {
      .social-group a img {
          width: auto;
          height: 35px;
      }
      .telephone-hide-box {
    display: none !important;
  }
    }
/* Значки мессенджеров */

/* Новый год шапка */
/*
.slider .carousel-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 638px;
  background: url('../img/bergamong.png') top right no-repeat;
  background-size: cover;
  z-index: 3;
}*/

#scrollUp {
    bottom: 0px;
    right: 48px !important;
    color: transparent;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    padding-top: 48px;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    transition: color 200ms linear;
    font-family: "Circe-Bold";
}
#scrollUp:before { content: ""; position: absolute;    top: -50px;
    left: -17px; width: 76px; height: 79px; background: url(../images/scrollUp.png) no-repeat center top; }
#scrollUp:hover:before { background-position: center bottom; }
#scrollUp:hover { color: #000; }
#scrollUp-active {  display: none;}
#scrollUp::after {
  -webkit-animation: circleanim2 3s ease-out infinite;
  animation: circleanim2 3s ease-out infinite;
  background: rgba(12, 218, 146, 0.3);
  -webkit-transform: scale(.8);
  transform: scale(.8);
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  height: 110px;
      width: 110px;
      content: "";
      opacity: 0;
      left: -34px;
      top: -65px;
}


@-webkit-keyframes circleanim2 {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
}
}

@media ( max-width: 768px) {
    #scrollUp { bottom: 20px; }
  }

header {
  padding: 25px 0 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
    z-index: 999999;
  transition: 0.3s;

}

header .logo img {
  transition: 0.3s;
}

.social {
  width: 165px;
  margin: 0 auto;
}

.social a {
  display: inline-block;
}

.social .ico {
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}

.social .vk {
  background: url('../img/vk.png') no-repeat;
  background-size: cover;
  background-position: 0 -26px;
}

.social .fb {
  background: url('../img/fb.png') no-repeat;
  background-size: cover;
  background-position: 0 -26px;
}

.social .you {
  background: url('../img/youtube.png') no-repeat;
  background-size: cover;
  background-position: 0 -26px;
}

.social .inst {
  background: url('../img/insta.png') no-repeat;
  background-size: cover;
  background-position: 0 -26px;
}

.social .tw {
  background: url('../img/twit.png') no-repeat;
  background-size: cover;
  background-position: 0 -26px;
}

.social .vk:hover, .social .fb:hover, .social .you:hover, .social .inst:hover, .social .tw:hover {
  background-position: 0 0px;
}

.call {
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1;
  text-align: right;
}

.call span {
  font-weight: bold;
}

.call .email {
  color: #03d3cf;
  display: block;
  text-decoration: none;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}

.telephone {
  text-align: right;
}

.telephone a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  display: block;
  color: #000;
}

.slider {
  position: relative;
}


/*
.slider .carousel-indicators {
  position: absolute;
  right: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  left: 50%;
  transform: translateX(-50%);
  bottom: auto;
  top: 175px;
      z-index: 4;
}

.slider .carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33%;
  height: 90px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: initial;
  background-color: transparent;
}

.slider .carousel-indicators li .number {
  font-size: 18px;
  font-family: "Circe-ExtraBold";
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}

.slider .carousel-indicators li .text {
  font-size: 30px;
  line-height: 42px;
  font-family: "Circe-ExtraBold";
  display: inline-block;
  vertical-align: top;
}

.slider .carousel-indicators li:hover {
  cursor: pointer;
}

.slider .carousel-indicators li:hover .text, .slider .carousel-indicators li:hover .number {
  color: #09cfb4;
}

.slider .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: auto;
  top: 320px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.slider .carousel-caption h1 {
  color: #000;
  font-size: 48px;
  font-family: "Circe-ExtraBold";
  text-align: left;
}

.slider .carousel-caption p {
  color: #000;
  font-size: 36px;
  line-height: 60px;
  font-family: "Circe-ExtraBold";
  text-align: left;
}
.slider .slider-btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
  padding: 35px 0;
  border-radius: 48px;
  max-width: 420px;
  text-align: center;
  height: 103px;
  color: #fff;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  outline: 0;
}


.slider .slider-btn span {
  z-index: 4;
  position: relative;
}

.slider  .slider-btn-inner {
  -webkit-box-shadow: inset -3px -17px 67px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: inset -3px -17px 67px 0px rgba(0,0,0,0.22);
  box-shadow: inset -3px -17px 67px 0px rgba(0,0,0,0.22);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
border-radius: 48px;
}

.slider .slider-btn:hover .slider-btn-inner {
  opacity: 1;
}

.slider .slider-btn:hover {
  background: rgba(32,216,213,1);
  background: -moz-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32,216,213,1)), color-stop(100%, rgba(33,231,145,1)));
  background: -webkit-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  background: linear-gradient(135deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20d8d5', endColorstr='#21e791', GradientType=1 );
-webkit-box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);
-moz-box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);
box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);

}
.carousel-item { outline: 1px solid #bcbcbc;
    outline-offset: -14px;
} */

.slider {
  position: relative;
}

.slider .carousel-indicators {
  position: absolute;
  right: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  left: 50%;
  transform: translateX(-50%);
  bottom: auto;
  top: 215px;
  z-index: 4;
}

.slider .carousel-indicators li {
  position: relative;
  /*-ms-flex: 0 1 auto;
  flex: 0 1 auto;*/
  width: 33%;
  max-width: 293px;
  height: 107px;
  padding: 20px 0px 0 0px;
  text-align: center;
  margin-right: 125px;
  margin-left: 3px;
  text-indent: 0;
  border-radius: 15px;
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
}

.slider .carousel-indicators li::before {
  position: absolute;
  top: 1px;
  left: 1px;
  background: #fff;
  right: 1px;
  bottom: 1px;
  z-index: 0;
  display: inline-block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 15px;
  content: "";

}

.slider .carousel-indicators li:last-child {
  margin-right: 0;
}

.slider .carousel-indicators li .number {
  font-size: 18px;
  font-family: "Circe-ExtraBold";
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  position: relative;
  z-index: 1;
  width: 20px;
}

.slider .carousel-indicators li .text {
  font-size: 30px;
  line-height: 35px;
  font-family: "Circe-ExtraBold";
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
  text-align: left;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.slider .carousel-indicators li:hover {
  cursor: pointer;
}

.slider .carousel-indicators li:hover::before {
  background: transparent;
}

.slider .carousel-indicators li:hover .text, .slider .carousel-indicators li:hover .number {
  color: #fff;
}

.home1-ul {
  padding: 0;
  margin: 0;
}

.home1-ul li {
  font-size: 22px;
  line-height: 43px;
  color: #000;
  font-family: "Circe-Bold";
  text-align: left;
  list-style: none;
  padding-left: 30px;
  position: relative;
}

.home1-ul li::before {
  content: '';
  background: url('../img/home1-ok.png') no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
}

.slider-box form input[type=text] {
  display: inline-block;
  width: calc(50% - 4px - .25em);
  vertical-align: middle;
  font-size: 15px;
  line-height: 43px;
  border: 3px;
  padding: 7px 25px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.slider-preim {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  bottom: 60px;
}

.slider-preim li {
  text-align: center;
  width: calc(20% - .25em);
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
}

.slider-preim li .slider-preim-img {
  background: #fff;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  margin-bottom: 25px;
  text-align: center;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}

.slider-preim li .slider-preim-text {
  font-size: 18px;
  line-height: 24px;
  max-width: 150px;
  margin: 0 auto;
  color: #000;
  font-family: "Circe-Bold";
}

.slider-box form input.name-input {
  margin-right: 10px;
}

.slider .carousel-caption {
  position: absolute;
  right: initial;
  bottom: auto;
  top: 330px;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.slider .carousel-caption h1 {
  color: #000;
  font-size: 48px;
  font-family: "Circe-ExtraBold";
  text-align: left;
}

.slider .carousel-caption .zagolovok {
  color: #000;
  font-size: 48px;
  font-family: "Circe-ExtraBold";
  text-align: center;
  font-weight: 500;
line-height: 1.2;
    margin-bottom: 2rem;
}

.slider .carousel-caption .zagolovok h1 {
    font-size: 48px;
    font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.slider .carousel-caption p {
  color: #000;
  font-size: 36px;
  line-height: 60px;
  font-family: "Circe-ExtraBold";
  text-align: left;
}

.slider .slider-btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
  padding: 32px 0;
  border-radius: 48px;
  text-align: center;
  height: 96px;
  width: 100%;
  outline: 0;
  border: 0;
  color: #fff;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  outline: 0;
}

.slider .slider-btn span {
  z-index: 4;
  position: relative;
}

.slider .slider-btn-inner {
  -webkit-box-shadow: inset -3px -17px 67px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset -3px -17px 67px 0px rgba(0, 0, 0, 0.22);
  box-shadow: inset -3px -17px 67px 0px rgba(0, 0, 0, 0.22);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 48px;
}

.slider .slider-btn:hover .slider-btn-inner {
  opacity: 1;
}

.slider .slider-btn:hover {
  background: rgba(32, 216, 213, 1);
  background: -moz-linear-gradient(-45deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32, 216, 213, 1)), color-stop(100%, rgba(33, 231, 145, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
  background: linear-gradient(135deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20d8d5', endColorstr='#21e791', GradientType=1);
  -webkit-box-shadow: -3px -2px 22px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: -3px -2px 22px 0px rgba(0, 0, 0, 0.22);
  box-shadow: -3px -2px 22px 0px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.carousel-item {
  outline: 1px solid #a3a3a3;
  outline-offset: -14px;
}
.carousel-item .d-block { margin: auto; height: 950px; }

#videohome {
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
.slider {
  top: 0px;
}

.slider .carousel-caption .zagolovok {
    font-size: 36px;
    margin-bottom: 1rem;
}

.slider .carousel-caption .zagolovok h1 {
  font-size: 36px;
}

.carousel-item {
  max-height: 910px;
}

.carousel-item .d-block {
  height: 910px;
}
.slider .carousel-caption h1 {
  font-size: 36px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: none;
}
.slider .carousel-indicators li {
    margin-right: 24px;
}
}

@media screen and (max-width: 991px) {
.carousel-item, .carousel-item .d-block {
      height: 810px;
  }
  .slider .carousel-indicators li .text {
      font-size: 23px;
      line-height: 26px;
    }

    .slider .carousel-indicators li {
  margin-right: 10px;
    max-width: 222px;
    height: 94px;
  }
  .slider .carousel-indicators li .number {
    margin-top: 0;
  }

  .home1-ul li {
    font-size: 18px;
    line-height: 33px;
}
.home1-ul li::before {
    top: 6px;
  }

  .slider .slider-btn {
      padding: 22px 0;
      height: 76px;
      font-size: 18px;
    }
    .slider-box form input[type=text] {
    font-size: 14px;
    line-height: 36px;
  }
  .slider-preim li .slider-preim-text {
    font-size: 16px;
    line-height: 22px;
  }
  .slider-preim li .slider-preim-img {
    width: 123px;
    height: 123px;
    margin-bottom: 15px;
  }
  .slider-preim li .slider-preim-img img {
    height: 90%;
  }
}

@media (max-width: 767px) {
  .slider .carousel-indicators {
    top: 54px;
  }
  .slider .carousel-indicators li {
    margin-left: 0px;
    margin-right: 5px;
    max-width: 169px;
    height: 78px;
}

  .d-none {
    display: block !important;
  }

  .slider .carousel-caption {
      top: 140px;
  }

.slider .slider-box {
    margin-top: 20px;
  }

  .slider-preim li .slider-preim-img {
    width: 93px;
    height: 93px;
    margin-bottom: 15px;
}
.carousel-item, .carousel-item .d-block {
    height: 970px;
}
.slider .carousel-item .d-block {
    height: 970px;
}

  .slider .slider-preim {
    /*bottom: 40px;*/
    bottom: 0px;
  }
  .carousel-item {
    max-height: 980px;
}

  .slider .slider-preim li .slider-preim-text {
    font-size: 14px;
    line-height: 16px;
}

  .slider .carousel-caption h1, .slider .carousel-caption p {
    text-align: center;
  }
  .slider .carousel-indicators li .text {
    font-size: 16px;
    line-height: 20px;
}

  .slider .slider-btn {
    margin-right: auto;
    outline: 0;
  }
  .slider .carousel-indicators li .number {
    font-size: 16px;
    line-height: 18px;
    margin-right: 15px;
    padding-top: 0;
}
}

@media(max-width: 575px) {
  .slider .carousel-item .d-block, .slider .carousel-item {
    height: 880px;
}
  .slider .carousel-indicators li .text {
    font-size: 14px;
    line-height: 19px;
  }

  #videohome {
    max-height: 210px;
}

  .slider .carousel-indicators li {
      margin-left: 0px;
      margin-right: 2px;
    max-width: 95px;
    height: 78px;
        padding: 13px 0px 0 0px;
  }
  .slider .carousel-indicators li .number {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .slider .carousel-indicators li .text {
    text-align: center;
  }

  .slider .carousel-caption h1, .slider .carousel-caption p {
    font-size: 26px;
  }
  .slider .carousel-caption .zagolovok {
font-size: 26px;
margin-bottom: 0.5rem;
  }

  .slider .carousel-caption .zagolovok h1 {
    font-size: 26px;
  }

  .slider .carousel-indicators {
      top: 34px;
  }

.slider .carousel-item {
    outline: 0px solid #a3a3a3;
}

  .slider-box form input[type=text] {
    display: block;
    width: 100%;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
  }

  .slider .slider-btn {
    font-size: 16px;
}

.slider-preim {
  text-align: center;
}

.slider-preim li {
    width: calc(33% - .25em);
  }

  .slider .carousel-caption {
    top: 100px;
}
}

.uslugi {
  margin: 35px 0;
}

.uslugi .box {
  padding: 28px 10px 20px 10px;
  text-align: center;
  border-radius: 25px;
  transition: 0.2s;
  position: relative;
}

.uslugi .box .title {
  font-family: "Circe-Light";
  font-size: 24px;
  line-height: 1;
  color: #000;
  margin: 40px auto 0px auto;
  z-index: 1;
  position: relative;
}

.uslugi .box .title a {
    color: #000;
}

.uslugi .box p {
  font-family: "Circe-Light";
  font-size: 18px;
  line-height: 30px;
  color: #656463;
  margin: 25px auto 22px auto;
  z-index: 1;
  position: relative;
}

.uslugi .box img {
  height: 100px;
  z-index: 1;
  position: relative;
}

.uslugi .box .price {
  font-family: "Circe-ExtraBold";
  font-size: 24px;
  line-height: 24px;
  color: #000;
  margin: 0px auto 15px auto;
  display: block;
  z-index: 1;
  position: relative;
}

.uslugi .box .more {
  font-family: "Circe-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #08cbc4;
  margin: 0px auto 30px auto;
  display: block;
  z-index: 1;
  position: relative;
}

.uslugi .box .zakaz-btn {
  font-family: "Circe-ExtraBold";
  font-size: 20px;
  line-height: 20px;
  color: #08cbc4;
  margin: 0px auto 0px auto;
  display: block;
  padding: 18px 0;
  border-radius: 25px;
  text-decoration: none;
  z-index: 1;
  position: relative;
  transition: 0.2s;
}

.uslugi .box:hover .zakaz-btn {
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  color: #fff;
}

.uslugi .img1 {
  background: url('../img/f1.jpg') no-repeat;
  background-size: cover;
}

.uslugi .img2 {
  background: url('../img/f2.jpg') no-repeat;
  background-size: cover;
}

.uslugi .img3 {
  background: url('../img/f3.jpg') no-repeat;
  background-size: cover;
}

.uslugi .img4 {
  background: url('../img/f4.jpg') no-repeat;
  background-size: cover;
}

.box-inner {
  background: #fff;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: -28px -10px;
  border-radius: 25px;
  transition: 0.2s;
  z-index: 0;
}

.uslugi .box:hover .box-inner {
  opacity: 0;
}

.uslugi .img1:hover, .uslugi .img2:hover, .uslugi .img3:hover, .uslugi .img4:hover {
  background-size: cover;
  transition: 0.3s;
}

.title {
  font-family: "Circe-ExtraBold";
  font-size: 60px;
  line-height: 70px;
  color: #000;
  margin: 30px auto 35px auto;
  display: block;
  text-align: center;
}

.title h2 {
  font-size: 60px;
  line-height: 70px;
}

.subtitle {
  font-family: "Circe-Light";
  font-size: 20px;
  line-height: 24px;
  color: #656463;
  margin: 0px auto 50px auto;
  display: block;
  text-align: center;
}

.compare {
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  color: #000;
  padding: 17px 0;
  text-align: center;
  width: 270px;
  display: block;
  border-radius: 32px;
  font-family: "Circe-ExtraBold";
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  margin: 22px auto 0 auto;
  outline: 0;
}

.uslugi .compare span {
  position: relative;
  z-index: 2;
}

.uslugi .compare-inner {
  background: #fff;
  opacity: 1;
  position: absolute;
  width: 268px;
  height: 61px;
  margin: -16px 1px;
  border-radius: 32px;
  transition: 0.2s;
  z-index: 0;
}

.uslugi .compare:hover .compare-inner {
  opacity: 0;
}

.uslugi .compare:hover {
  color: #fff;
  text-decoration: none;
}

.compare-img {
  background: url('../img/compare.png') no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 32px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  z-index: 2;
}

.compare:hover .compare-img {
  background-position: 0 -29px;
}

.zayavka {
  position: relative;
  padding-bottom: 55px;
}

.zayavka .container {
  position: relative;
}

.zayavka .title {
  font-family: "Circe-Light";
  font-size: 43px;
  line-height: 60px;
  color: #000000;
  text-align: left;
  position: absolute;
  width: 960px;
  z-index: 3;
  top: 90px;
}

.zayavka p {
  font-family: "Circe-Light";
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-align: left;
  margin-top: 265px;
}

.zayavka .zayavka-btn {
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  color: #fff;
  width: 100%;
  max-width: 347px;
  border-radius: 40px;
  height: 80px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 26px 0;
  position: relative;
  border: 0;
  margin-top: 40px;
  transition: 0.2s;
  outline: 0;
  line-height: 26px;
}

.zayavka .zayavka-btn-inner {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: 0;
  -webkit-box-shadow: inset -3px -17px 67px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: inset -3px -17px 67px 0px rgba(0,0,0,0.22);
  box-shadow: inset -3px -17px 67px 0px rgba(0,0,0,0.22);
}


.zayavka .zayavka-btn span {
  z-index: 4;
  position: relative;
}

.zayavka .zayavka-btn:hover .zayavka-btn-inner {
  opacity: 1;
}

.zayavka .zayavka-btn:hover {
  background: rgba(32,216,213,1);
  background: -moz-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32,216,213,1)), color-stop(100%, rgba(33,231,145,1)));
  background: -webkit-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  background: linear-gradient(135deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20d8d5', endColorstr='#21e791', GradientType=1 );
-webkit-box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);
-moz-box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);
box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);
cursor: pointer;
}

.zayavka .star {
  position: absolute;
  bottom: -18px;
  left: 278px;
}

.love {
  background: url('../img/img2.jpg') top center no-repeat;
  background-size: cover;
}

.love .item {
  text-align: center;
  margin-bottom: 40px;
}

.love .item img {
  height: 90px;
}

.love .item .item-title {
  font-size: 22px;
  line-height: 26px;
  font-family: "Circe-ExtraBold";
  margin: 25px auto;
}

.love .item p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Circe-Light";
}

.why {
  position: relative;
}

.why .title {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  margin: 0;
      width: 100%;
}

.why .tabs__content {
  display: none;
  /* по умолчанию прячем все блоки */
  height: 960px;
}

.why .tabs__content.active {
  display: block;
  /* по умолчанию показываем нужный блок */
}

.why .tabs__content .container {
  position: relative;
}


.bg1 .xy1 {
top: 405px; left: 78px;
}
.bg1 .xy2 {
top: 330px; left: 390px;
}
.bg1 .xy3 {
top: 550px; left: 420px;
}
.bg1 .xy33 {
left: -140px;
}
.bg1 .xy4 {
top: 905px; left: 284px;
}
.bg1 .xy5 {
top: 648px; left: 575px;
}
.bg1 .xy55 {
text-align:right;left: -149px;top: -48px;
}
.bg1 .xy6 {
top: 490px; left: 715px;
}

.bg1 .xy66 {
text-align:right;left: -283px;top: -10px;
}
.bg1 .xy7 {
top: 420px; left: 727px;
}
.bg1 .xy77 {
text-align:right;left: -254px;top: 0px;
}
.bg1 .xy8 {
top: 268px; left: 750px;
}
.bg1 .xy9 {
top: 345px; left: 875px;
}

.bg2 .xy1 {
top: 463px; left: 20px;
}
.bg2 .xy2 {
top: 656px; left: 190px;
}
.bg2 .xy22 {
left: -85px;top: -34px
}
.bg2 .xy3 {
top: 512px; left: 530px;
}
.bg2 .xy4 {
top: 675px; left: 954px;
}
.bg2 .xy44 {
text-align:left;
}
.bg2 .xy5 {
top: 320px; left: 995px;
}
.bg2 .xy55 {
text-align:right;left: -190px;top: -10px;
}
.bg2 .xy6 {
top: 640px; left: 427px;
}
.bg2 .xy7 {
top: 450px; left: 980px;
}
.bg2 .xy8 {
top: 855px; left: 305px;
}

.bg3 .xy1 {
top: 463px; left: 20px;
}
.bg3 .xy2 {
top: 895px; left: 300px;
}
.bg3 .xy22 {
left: -38px;top: -55px
}
.bg3 .xy3 {
top: 310px; left: 230px;
}
.bg3 .xy4 {
top: 320px; left: 1030px;
}
.bg3 .xy44 {
text-align:right;left: -190px;top: -10px;
}
.bg3 .xy5 {
top: 780px; left: 850px;
}
.bg3 .xy55 {
text-align:right;left: -200px;top: -10px;
}
.bg3 .xy6 {
top: 380px; left: 800px;
}

.bg4 .xy1 {
top: 463px; left: 20px;
}
.bg4 .xy11 {
text-align: left;top: -10px;
}
.bg4 .xy2 {
top: 765px; left: 300px;
}
.bg4 .xy2 {
left: -38px;top: -55px
}
.bg4 .xy3 {
top: 440px; left: 300px;
}
.bg4 .xy4 {
top: 320px; left: 300px;
}
.bg4 .xy44 {
text-align:right;left: -190px;top: -10px;
}
.bg4 .xy5 {
top: 580px; left: 550px;
}
.bg4 .xy55 {
text-align:right;left: -175px;
}
.bg4 .xy6 {
top: 780px; left: 850px;
}
.bg4 .xy66 {
text-align:right;left: -200px;
}
.bg4 .xy7 {
top: 390px; left: 840px;
}
.bg4 .xy77 {
text-align: left;top: -10px;
}
.bg5 .xy1 {
top: 905px; left: 284px;
}
.bg5 .xy2 {
top: 380px; left: 825px;
}

.why .bg1 {
  background: url('../img/img3-1.jpg') center bottom no-repeat;
}

.why .bg2 {
  background: url('../img/img3-2.jpg') center bottom no-repeat;
}

.why .bg3 {
  background: url('../img/img3-3.jpg') center bottom no-repeat;
}

.why .bg4 {
  background: url('../img/img3-4.jpg') center bottom no-repeat;
}

.why .bg5 {
  background: url('../img/img3.jpg') center bottom no-repeat;
}

.testim {
  padding-bottom: 115px;
  padding-top: 50px;
  position: relative;
}

.testim .title {
  text-align: left;
  font-size: 53px;
  color: #231e15;
  line-height: 60px;
}

.testim .title h2 {
    font-size: 53px;
      line-height: 60px;
}

.testim #slide-counter {
  font-size: 36px;
  line-height: 1;
  font-family: "Circe-ExtraBold";
}

.testim .listayte {
  color: #231e15;
  font-size: 16px;
  line-height: 18px;
  font-family: "Circe-Regular";
  text-align: center;
}


.testim .item .pic {
  display: inline-block;
  width: 500px;
  vertical-align: top;
  position: relative;
      margin-left: 30px;
        margin-right: 30px;
}

.testim .item .pic img {
  position: relative;
  z-index: 2;
}

.testim .item .pic.pic-pdf img {
    width: 300px;
    margin: 0 auto;
}

.testim .item .pic1 img {
  display: block;
  height: 100px;
  position: absolute;
  z-index: 0;
  top: 57px;
  left: -30px;
    width: auto;
}

.testim .item .pic3 img {
  display: block;
  height: 100px;
  position: absolute;
  z-index: 0;
  top: 57px;
  right: -30px;
  width: auto;
}

.testim .owl-carousel .owl-nav .owl-prev {
  background: url('../img/slidenav.png');
  width: 44px;
  height: 44px;
  background-position: 0 0;

}
.testim .owl-carousel .owl-nav .owl-prev:hover {
    background-position: 0 44px;
}

.testim .owl-carousel .owl-nav .owl-next {
  background: url('../img/slidenav.png');
  width: 44px;
  height: 44px;
  background-position: 44px 0;
position: absolute;
right: 0;
top: 0;
}
.testim .owl-nav {
  position: absolute;
    top: -115px;
    left: 414px;
        width: 350px;
}
.testim .owl-carousel .owl-nav .owl-next:hover {
    background-position: 44px 44px;
}

.testim .next-slide,
.testim .prev-slide {
  border: 1px solid transparent;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  z-index: 2;
  padding: 4px;
  position: absolute;
  top: 225px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.testim .next-slide:hover,
.testim .prev-slide:hover {
  border: 1px solid #179eda;
}

.testim .next-slide {
  right: -45px;
}

.testim .prev-slide {
  left: -45px;
}

.testim .next-slide span,
.testim .prev-slide span {
  width: 63px;
  height: 63px;
  display: block;
  border-radius: 50%;
  position: relative;
  background: rgba(58, 167, 226, 1);
  background: -moz-linear-gradient(left, rgba(58, 167, 226, 1) 0%, rgba(99, 226, 204, 1) 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(58, 167, 226, 1)),
    color-stop(100%, rgba(99, 226, 204, 1))
  );
  background: -webkit-linear-gradient(left, rgba(58, 167, 226, 1) 0%, rgba(99, 226, 204, 1) 100%);
  background: -o-linear-gradient(left, rgba(58, 167, 226, 1) 0%, rgba(99, 226, 204, 1) 100%);
  background: -ms-linear-gradient(left, rgba(58, 167, 226, 1) 0%, rgba(99, 226, 204, 1) 100%);
  background: linear-gradient(to right, rgba(58, 167, 226, 1) 0%, rgba(99, 226, 204, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa7e2', endColorstr='#63e2cc', GradientType=1 );
}

.testim .next-slide:hover span,
.testim .prev-slide:hover span {
  background: #24d1bb;
  cursor: pointer;
}

.testim .next-slide span svg,
.testim .prev-slide span svg {
  width: 12px;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 6px);
}

@media (max-width: 1100px) {
  .testim .next-slide {
    right: -25px;
  }

  .testim .prev-slide {
    left: -25px;
  }
}

@media (max-width: 767px) {
  .testim .next-slide {
    position: initial;
    right: 5px;
    top: calc(50% - 32px + 30px);
    display: inline-block;
    vertical-align: middle;
  }

  .testim .prev-slide {
    position: initial;
    left: 5px;
    top: calc(50% - 32px + 30px);
    display: inline-block;
    vertical-align: middle;
  }
  .testim-slide-arrow {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}

.tooltip-wrap {
    position: relative;
    width: calc(100% - 618px);
        margin-left: 50px;
        display: inline-block;
}

.tooltip-content {
  padding: 40px 35px 10px 35px;
    position: relative;
    height: 245px;
    border: 0px solid #04d89f;
    border-radius: 0px;
    overflow: hidden;
    background: rgba(4,216,160,1);
  background: -moz-linear-gradient(top, rgba(4,216,160,1) 0%, rgba(4,216,160,1) 8%, rgba(7,198,227,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4,216,160,1)), color-stop(8%, rgba(4,216,160,1)), color-stop(100%, rgba(7,198,227,1)));
  background: -webkit-linear-gradient(top, rgba(4,216,160,1) 0%, rgba(4,216,160,1) 8%, rgba(7,198,227,1) 100%);
  background: -o-linear-gradient(top, rgba(4,216,160,1) 0%, rgba(4,216,160,1) 8%, rgba(7,198,227,1) 100%);
  background: -ms-linear-gradient(top, rgba(4,216,160,1) 0%, rgba(4,216,160,1) 8%, rgba(7,198,227,1) 100%);
  background: linear-gradient(to bottom, rgba(4,216,160,1) 0%, rgba(4,216,160,1) 8%, rgba(7,198,227,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d8a0', endColorstr='#07c6e3', GradientType=0 );
}

.tooltip-content p {
  font-size: 18px;
  line-height: 22px;
  margin: 10px;
  z-index: 4;
  position: relative;
  text-align: right;
  color: #231e15;
}

.tooltip-content p strong {
  color: #231e15;
  font-size: 24px;
}

.tooltip-content-iner {
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  background: #fff;
  z-index: 3;
}

.tooltip-triangle {
    position: absolute;
    overflow: hidden;
    margin: 0 auto;
    width: 30px;
    height: 25px;
    border-top: 3px solid #04d89f;
    top: 0px;
    left: -27px;
}

.tooltip-triangle-wrap {
    width: 30px;
    height: 25px;
}

.tooltip-triangle-wrap {
  overflow: hidden;
  position: absolute;
background: #fff;
  transform: skewX(50deg);
  border-right: 4px solid #04d89f;
}

.tooltip-triangle-wrap:first-child {
    transform-origin: 100% 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.tooltip-triangle-wrap:last-child {
  right: -.25em;
  transform-origin: 0 100%;
}

.tooltip-triangle-wrap img, .tooltip-triangle-wrap:after {
  transform: skewX(55.98deg);
  transform-origin: inherit;
}

.testim .more img {
  width: 22px;
  height: auto;
  margin-right: 10px;
  position: relative;
top: -2px;
}

.testim .more {
  color: #07c7e2;
  font-size: 18px;
}


.tabs {
  text-align: center;
}

.tabs__caption {
  border-radius: 35px;
  background: rgba(6, 197, 218, 1);
  background: -moz-linear-gradient(top, rgba(6, 197, 218, 1) 0%, rgba(12, 218, 146, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6, 197, 218, 1)), color-stop(100%, rgba(12, 218, 146, 1)));
  background: -webkit-linear-gradient(top, rgba(6, 197, 218, 1) 0%, rgba(12, 218, 146, 1) 100%);
  background: -o-linear-gradient(top, rgba(6, 197, 218, 1) 0%, rgba(12, 218, 146, 1) 100%);
  background: -ms-linear-gradient(top, rgba(6, 197, 218, 1) 0%, rgba(12, 218, 146, 1) 100%);
  background: linear-gradient(to bottom, rgba(6, 197, 218, 1) 0%, rgba(12, 218, 146, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06c5da', endColorstr='#0cda92', GradientType=0);
  display: inline-flex;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 175px;
  transform: translateX(-50%);
  padding: 0;
}

.tabs__caption li {
  text-align: center;
  width: 20%;
  max-width: 200px;
  float: left;
  padding: 30px 60px;
  font-size: 14px;
  line-height: 1;
  font-family: "Circe-ExtraBold";
  list-style: none;
  position: relative;
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  transition: 0.2s;
}

.tabs__caption li .inner {
  background: #fff;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  opacity: 1;
  z-index: 1;
  transition: 0.2s;
}

.tabs__caption li:hover {
  cursor: pointer;
}

.tabs__caption li:hover span {
  color: #fff;
}

.tabs__caption li span {
  position: relative;
  z-index: 2;
}

.tabs__caption li.active .inner, .tabs__caption li:hover .inner {
  opacity: 0
}

.tabs__caption li:first-of-type .inner, .tabs__caption li:first-of-type {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.tabs__caption li:last-of-type .inner, .tabs__caption li:last-of-type {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.circle {
  position: absolute;
  height: 22px;
  width: 22px;
  left: 0;
  top: 0;
}

.circle2 {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 100px;
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.circle-text {
  transition: all .3s ease;
  position: absolute;
  letter-spacing: 0;
  line-height: 22px;
  font-size: 16px;
  font-family: "Circe-Regular";
  white-space: nowrap;
  color: #000;
  width: auto;
  left: 40px;
  top: 2px;
}

.circle:before {
  -webkit-animation: circleanim 3s ease-out infinite;
  animation: circleanim 3s ease-out infinite;
  background: rgba(12, 218, 146, 0.2);
  -webkit-transform: scale(.1);
  transform: scale(.1);
  margin: -40px 0 0 -40px;
  box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  content: "";
  opacity: 0;
  left: 50%;
  top: 50%;
}

@-webkit-keyframes circleanim {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

.prof {
  background: url('../img/img5.jpg') top center no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

.prof .bg-prof {
  display: none;
}

.prof .title {
  text-align: left;
  margin-top: 80px;
  margin-bottom: 75px;
}

.prof .title-prof {
  text-align: center;
  color: #231e15;
  font-size: 22px;
  line-height: 1;
  font-family: "Circe-ExtraBold";
  margin: 45px auto 10px auto;
}

.prof .col-lg-4 {
  text-align: center;
}

.prof p {
  text-align: center;
  color: #231e15;
  font-size: 18px;
  line-height: 1;
  font-family: "Circe-Regular";
}

.prof .box {
  position: relative;
  padding-top: 20px;
}

.slider-prof-for .slick-slide {
  height: auto;
}

.prof .play {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 79%;
}

.prof .prof-btn {
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  color: #000;
  padding: 23px 0;
  text-align: center;
  width: 270px;
  display: block;
  border-radius: 32px;
  font-family: "Circe-ExtraBold";
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  margin: 22px auto 0 auto;
  height: 65px;
  outline: 0;
}

.prof .prof-btn span {
  position: relative;
  z-index: 2;
}

.prof .prof-btn-inner {
  background: #fff;
  opacity: 1;
  position: absolute;
  width: 268px;
  height: 63px;
  top: 1px;
  left: 1px;
  margin: 0px;
  border-radius: 32px;
  transition: 0.2s;
  z-index: 0;
}

.prof .prof-btn:hover .prof-btn-inner {
  opacity: 0;
}

.prof .prof-btn:hover {
  color: #fff;
  text-decoration: none;
}

.prof .box .img > img {
  border-radius: 100%;
}

.prof .box a:hover .img > img {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);
}

.faq {
  padding-bottom: 30px;
}

.faq .faq-title {
  font-family: "Circe-ExtraBold";
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  margin-top: 60px;
}

.faq p {
  font-family: "Circe-Light";
  font-size: 18px;
  line-height: 30px;
  color: #231e15;
}

.etapi {
  background: url('../img/img6.jpg') center top no-repeat;
  background-size: contain;
  padding-top: 20px;
}

.etapi .box2 {
  text-align: right;
}

.etapi .box .num, .etapi .box2 .num {
  font-family: "Circe-ExtraBold";
  font-size: 60px;
  line-height: 60px;
  color: #dcdcdc;
}

.etapi strong {
    font-family: "Circe-Bold";
}

.etapi .box, .etapi .box2 {
  position: relative;
}

.etapi .str1 {
  position: absolute;
  top: -55px;
  left: 145px;
}

.etapi .str2 {
  position: absolute;
  top: -55px;
  left: 140px;
}

.etapi .str3 {
  position: absolute;
  top: -45px;
  left: 140px;
}

.etapi .box .title-etap, .etapi .box2 .title-etap {
  font-family: "Circe-ExtraBold";
  font-size: 24px;
  line-height: 32px;
  margin-top: 20px;
  color: #231e15;
}

.etapi .box p, .etapi .box2 p {
  font-family: "Circe-Light";
  font-size: 18px;
  line-height: 30px;
  color: #231e15;
  margin-top: 30px;
  margin-bottom: 85px;
}

.video {
  padding-bottom: 40px;
  padding-top: 70px;
}

.video .video-btn {
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  color: #000;
  padding: 23px 0;
  text-align: center;
  width: 270px;
  display: block;
  border-radius: 32px;
  font-family: "Circe-ExtraBold";
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  margin: 22px auto 0 auto;
  height: 65px;
  outline: 0;
}

.video .video-btn span {
  position: relative;
  z-index: 2;
}

.video .video-btn-inner {
  background: #fff;
  opacity: 1;
  position: absolute;
  width: 268px;
  height: 63px;
  top: 1px;
  left: 1px;
  margin: 0px;
  border-radius: 32px;
  transition: 0.2s;
  z-index: 0;
}

.video .video-btn:hover .video-btn-inner {
  opacity: 0;
}

.video .video-btn:hover {
  color: #fff;
  text-decoration: none;
}

.clienti .title, .clienti .title h2 {
  font-size: 36px;
  color: #231e15;
}

.clienti .owl-carousel {
  margin-top: 65px;
  margin-bottom: 120px;
}

.clienti .owl-carousel .item img {
  max-width: 155px;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.clienti .owl-carousel .item img:hover {
  filter: none;
  -webkit-filter: none;
  cursor: pointer;
}

.zayavka2 {
  padding-bottom: 75px;
}

.zayavka2 .text2 {
  font-family: "Circe-Light";
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-align: left;
  margin-top: 30px;
}

.zayavka2 .text2 strong {
  font-family: "Circe-ExtraBold";
}

.zayavka2 input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 12px 0;
  font-size: 18px;
  color: #000;
  line-height: 1;
  outline: 0;
  margin: 10px 0;
}

.zayavka2 p {
  margin-bottom: 65px;
  margin-top: 175px;
}

.zayavka2 .zayavka-btn {
  margin-top: 55px;
}

.zayavka2 .title {
  top: 0;
}

.zayavka2 .block2 {
  position: relative;
}

.zayavka2 .aks1 {
  width: 168px;
  height: 168px;
  position: absolute;
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  border-radius: 100%;
  text-align: center;
  padding-top: 25px;
  bottom: 225px;
  right: 45px;
}

.zayavka2 .aks .num {
  color: #fff;
  font-size: 36px;
  font-family: "Circe-ExtraBold";
}

.zayavka2 .aks .opis {
  color: #fff;
  font-size: 18px;
  font-family: "Circe-Regular";
}

.zayavka2 .aks .do {
  position: absolute;
  left: 55px;
  top: 10px;
  color: #fff;
  font-size: 18px;
  font-family: "Circe-Regular";
}

.zayavka2 .aks2 {
  width: 168px;
  height: 168px;
  position: absolute;
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  border-radius: 100%;
  text-align: center;
  padding-top: 25px;
  bottom: 30px;
  right: 45px;
}
footer {
padding: 30px 0 30px;
}
footer .contact {
  padding-bottom: 65px;
}

footer .contact .title {
  font-size: 43px;
  line-height: 60px;
  color: #000;
  font-family: "Circe-Light";
  text-align: left;
  margin-top: 100px;
}

footer .contact p {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-family: "Circe-Light";
  text-align: left;
  margin-bottom: 50px;
}

footer .contact p a {
  display: block;
  color: #06c4da;
  text-decoration: none;
}

footer .contact p .tel {
  color: #000;
  font-family: "Circe-Bold";
}

footer .map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

footer .copy {
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Circe-Light";
  text-align: left;
      margin: 20px 0 15px;
}

.modal-thanks {
padding: 10px 30px;
}
.modal-thanks p {
  text-align: center;
  font-size: 24px;
  line-height: 30px
}

.mpdal-teble {
  padding: 70px 70px 30px 70px;
}

.compare-teble {
  width: 100%;
}
.compare-teble .item {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}

.compare-teble .item::after {
  content: '';
  border-right: 1px dotted #858585;
  position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.compare-teble .item1 {
  text-align: left;
}

.compare-teble .item .pic {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0px auto 0px auto;
    font-family: "Circe-Regular";
    height: 190px;
}

.compare-teble .item .pic img {
  display: block;
    margin: 0px auto 30px auto;
    max-width: 100px;
    height: auto;
}
.compare-teble .item .param {
  font-size: 14px;
          line-height: 14px;
    font-family: "Circe-Regular";
    height: 50px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #858585;
}

.compare-teble .item .param:last-of-type, .compare-teble .item .param:nth-last-child(2) {
  border-bottom: 0;
}
.compare-teble .item1 .param:nth-last-child(2) {
  border-bottom: 1px dotted #858585;
}

.compare-teble .item1::after {
  height: calc(100% + 38px);
}

.compare-teble span {
  display: none;
}

.compare-teble .item .price {
  font-size: 24px;
  font-family: "Circe-ExtraBold";
      line-height: 38px;
}
.fade.show {
  background: rgba(255, 255, 255, 0.87);
}
.modal-content {
-webkit-box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.24);
}
button.close {
  position: absolute;
  width: 50px;
  height: 50px;
top: 0px;
right: -60px;
    opacity: 1;
      outline: 0;
}

button.close span {
  background: url('../img/close.png') no-repeat;
  background-position: 0 0;
  width: 50px;
  height: 50px;
  display: block;

}

button.close:hover span {
  background-position: 0 -50px;
  cursor: pointer;
}

.fancybox-close {
  background: url('../img/close.png') no-repeat;
  background-position: 0 0;
  width: 50px;
  height: 50px;
  display: block;
    position: absolute;
    top: 0px;
    right: -60px;
        opacity: 1;
}
.fancybox-close:hover {
  background-position: 0 -50px;
  cursor: pointer;
}

@media (max-width: 529px) {
  .fancybox-close {
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: -40px;
    right: 0px;
}
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}

.modal-uslugi {
  background: rgba(15, 15, 13, 0.98);
  width: calc(100% - 70px);
  max-width: 100%;
  min-width: calc(100% - 70px);
  height: auto;
  margin: 10px 0;
  top: 0;
  transform: none !important;

}

.modal-uslugi .box2 {
  padding-bottom: 50px;
}

.modal-uslugi .modal-content {
  background: transparent;
  /*height: 100%;*/

}
@media (max-height: 640px) {
  /*.modal-uslugi { position: fixed;}

  .modal-uslugi .modal-content {
  overflow-y: scroll;
  }*/
}

.modal-uslugi .modal-content .container:first-of-type{
  /*height: 100%;*/
}

.modal-uslugi .box1 {
    padding: 55px 0;
}
.modal-uslugi .box1-g {
  position: relative;
}

.modal-uslugi .box1 img {
  position: relative;
  z-index: 2;
}

.modal-uslugi .box1 .text {
  position: relative;
  z-index: 2;
  font-size: 30px;
  color: #fff;
  font-family: "Circe-ExtraBold";
}

.modal-uslugi .box1 .text .num {
  font-size: 18px;
  margin-top: 55px;
  margin-bottom: 35px;
}

.modal-uslugi .box1 .box1-inner {
  z-index: 1;
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  position: absolute;
  width: 300%;
  height: 100%;
    right: 15px;
  top: 0;
  overflow-x: hidden;
}

.modal-content .box2 .box2-title {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  font-family: "Circe-ExtraBold";
  margin-bottom: 15px;
  margin-top: 50px;
}

.modal-content .box2 ul {
  padding: 0;
  margin: 0;
}

.modal-content .box2 ul li {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
    font-family: "Circe-Regular";
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-content .box2 ul li a {
    color: #fff;
}

.modal-content .box2 ul li .blue {
  color: #08cac5;
}

.modal-content .box2 .box2-arrow {
  display: inline;
  margin-left: 15px;
  cursor: pointer;
}

.modal-content .box2 .box2-arrow i {
    font-size: 16px;
    color: #fff;
}

.modal-content .box2 .sub-div {
  display: none;
  margin-left: 15px;
}

.form_answer { display: none; width: 100%; max-width: 400px; padding: 40px; border-radius: 5px; text-align: center; }
.form_answer .form_answer_title { font-size: 24px; color: #335a93;  line-height: 24px;  font-weight: bold;  margin-bottom: 20px;}
.form_orden_clear form input.text { width: 200px; margin-right: 20px;}
.form_orden_clear { padding: 30px 30px 30px; margin-bottom: 40px;}
.form_block { padding: 20px 30px; border-radius: 5px;border-radius: 3px;margin: 20px 0; float: none; position: relative;
  background: rgba(4,216,160,1);
background: -moz-linear-gradient(top, rgba(4,216,160,1) 0%, rgba(4,216,160,1) 8%, rgba(7,198,227,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4,216,160,1)), color-stop(8%, rgba(4,216,160,1)), color-stop(100%, rgba(7,198,227,1)));
background: -webkit-linear-gradient(top, rgba(4,216,160,1) 0%, rgba(4,216,160,1) 8%, rgba(7,198,227,1) 100%);
background: -o-linear-gradient(top, rgba(4,216,160,1) 0%, rgba(4,216,160,1) 8%, rgba(7,198,227,1) 100%);
background: -ms-linear-gradient(top, rgba(4,216,160,1) 0%, rgba(4,216,160,1) 8%, rgba(7,198,227,1) 100%);
background: linear-gradient(to bottom, rgba(4,216,160,1) 0%, rgba(4,216,160,1) 8%, rgba(7,198,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d8a0', endColorstr='#07c6e3', GradientType=0 );
z-index: 0;
}
.form_block_inner {
  background: #fff;
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  z-index: 1;
}
.form_block .form_block_title { font-family: "Circe-ExtraBold";font-size: 24px; color: #000; line-height: 30px; margin-bottom: 20px;position: relative;z-index: 2;}
.form_block form { width: 100%; margin: 0; }
.form_block form input.text, .form_block form textarea.textarea {position: relative;z-index: 2; resize: none; border: none;  outline: none; border-radius: 2px; color: #828282; line-height: 35px; padding: 0 15px; font-size: 14px; font-family: 'Roboto'; background: #f1f0f2;}
.form_block form input.form_btn { position: relative;z-index: 2;width: 140px; font-weight: 500; letter-spacing: 1px; color: #fff; text-transform: uppercase; text-align: center; background: #f5a156; box-shadow: 0px 2px 0px 0px #c07a2e; border: none; outline: none; border-radius: 5px; line-height: 35px; padding: 0 15px; font-size: 13px; font-family: 'Roboto'; }
.form_block form input.form_btn:hover { box-shadow: none;}
.form_block .form_text { font-family: "Circe-Regular";font-size: 16px; margin: 0; margin-top: 55px;position: relative;z-index: 2;text-align: left;}
.form_block .form_text b {font-family: "Circe-ExtraBold";}
a.form_btn { position: relative;z-index: 2;display: inline-block;   font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  width: 226px;
  height: 60px;
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
   color: #fff; text-align: center; text-decoration: none;  border: none; outline: none; border-radius: 30px; line-height: 35px;     padding: 14px 15px; font-size: 16px; font-family: 'Roboto'; }
a.form_btn:hover {   background: rgba(32,216,213,1);
  background: -moz-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32,216,213,1)), color-stop(100%, rgba(33,231,145,1)));
  background: -webkit-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  background: linear-gradient(135deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20d8d5', endColorstr='#21e791', GradientType=1 );
-webkit-box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);
-moz-box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);
box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);}

.modal-dialog2 {
  top: 0;
  transform: none !important;
}


@media screen and (max-width: 1199px) {
  .tooltip-content p strong {
    font-size: 17px;
}
  .tooltip-wrap {
    width: 500px;
  }
  .testim .item .pic {
        width: calc(100% - 620px);
  }
    .testim .item .pic .pic1, .testim .item .pic .pic3 {
      display: none;
    }
    .zayavka .block2 img{
      width: 100%;
      height: auto;
      max-width: 450px;
    }
    .social {
      width: 100%;
  }
  .responsive-menu-title {
    display: none !important;
  }
  /*header {
    position: relative;
left: 0;
        transform: none;
        z-index: 3;
  }*/

  .testim .owl-nav {
    position: absolute;
    left: 310px;
    width: 340px;
}
.testim .title, .testim .title h2 {
    font-size: 40px;
  }
  #responsive-menu-container #responsive-menu-wrapper {
    margin: 0 70px 0 auto !important;
}


.bg1 .xy1 {
top: 405px; left: 78px;
}
.bg1 .xy2 {
top: 330px; left: 390px;
}
.bg1 .xy3 {
top: 550px; left: 420px;
}
.bg1 .xy4 {
top: 905px; left: 284px;
}
.bg1 .xy5 {
  top: 668px;
  left: 363px;
}
.bg1 .xy6 {
top: 490px;     left: 615px;
}
.bg1 .xy7 {
  top: 440px;
      left: 697px;
}
.bg1 .xy8 {
top: 268px; left: 750px;
}
.bg1 .xy9 {
  top: 379px;
      left: 672px;
}

.bg2 .xy1 {
top: 463px; left: 20px;
}
.bg2 .xy2 {
top: 656px; left: 190px;
}
.bg2 .xy3 {
top: 512px; left: 530px;
}
.bg2 .xy4 {
top: 675px;     left: 834px;
}
.bg2 .xy5 {
top: 320px; left: 905px;
}
.bg2 .xy6 {
top: 640px; left: 327px;
}
.bg2 .xy7 {
top: 450px;     left: 810px;
}
.bg2 .xy8 {
top: 855px; left: 305px;
}

.bg3 .xy1 {
top: 463px; left: 20px;
}
.bg3 .xy2 {
top: 895px; left: 190px;
}
.bg3 .xy3 {
top: 310px; left: 230px;
}
.bg3 .xy4 {
top: 320px;     left: 920px;
}
.bg3 .xy5 {
top: 780px; left: 850px;
}
.bg3 .xy6 {
top: 380px; left: 670px;
}

.bg4 .xy1 {
top: 463px; left: 20px;
}
.bg4 .xy2 {
top: 765px; left: 300px;
}
.bg4 .xy3 {
top: 440px; left: 300px;
}
.bg4 .xy4 {
top: 320px; left: 300px;
}
.bg4 .xy5 {
top: 580px; left: 550px;
}
.bg4 .xy6 {
top: 780px; left: 850px;
}
.bg4 .xy7 {
top: 390px;     left: 730px;
}

.bg5 .xy1 {
top: 905px; left: 284px;
}
.bg5 .xy2 {
top: 380px; left: 825px;
}

.social .ico {
    width: 20px;
    height: 20px;
  }

.social .vk, .social .fb, .social .you, .social .inst, .social .tw {
  background-position: 0 -20px;
}

.social .vk:hover, .social .fb:hover, .social .you:hover, .social .inst:hover, .social .tw:hover {
  background-position: 0 0px;
}
.title, .title h2 {
    font-size: 50px;
    line-height: 62px;
  }
.faq .faq-title {
  font-size: 22px;
}
.form_orden_clear form input.text { width: 200px; margin-right: 10px;}
.form_orden_clear form input.form_btn { width: 115px;}
}

@media screen and (max-width: 991px) {
  .why .tabs__content .container {
    max-height: 170px;
}
  .mpdal-teble {
    padding: 70px 30px 30px 30px;
  }
  .modal-thanks {
  padding: 30px;
  }
  .form_orden_clear form input.text { width: 240px;margin-bottom: 15px;}
  .form_orden_clear form input.form_btn { width: 140px;}
  button.close {
    position: absolute;
    width: 30px;
    height: 30px;
  top: 10px;
  right: 10px;
      opacity: 1;
      z-index: 1200;
  }

  button.close span {
    background: url('../img/close.png') no-repeat;
    background-size: cover;
    background-position: 0 0;
    width: 30px;
    height: 30px;
    display: block;
  }

  button.close:hover span {
    background-position: 0 -30px;
    cursor: pointer;
  }
  .modal-uslugi .box2 {
    height: 100%;
    overflow-y: scroll;
  }
.modal-dialog2 {
  max-width: 100%;
  width: 100%;
      margin: 10px 0;
}
.zayavka .title {
  width: 100%;
  top: 0;
}
.zayavka p {
  margin-top: 175px;
}
.zayavka .block2 {
  display: none;
}
 .zayavka2 .block2 {
   display: block;
 }
 .etapi {
  background: url(../img/img6-2.png) center top no-repeat;
  background-size: cover;
 }
 .etapi .str1, .etapi .str2 {
    top: -35px;
  }
  .telephone {
    text-align: right;
  }
  .faq .faq-title {
    margin-top: 20px;
  }
  .clienti .owl-carousel {
    margin-top: 15px;
    margin-bottom: 60px;
}
.zayavka2 p {
    margin-bottom: 25px;
  }
  footer .contact .title {
    margin-top: 50px;
  }
  footer .contact {
    padding-bottom: 0;
}
.testim .item .pic {
    width: 100%;
    max-width: 480px;
    margin: 10px auto;
    display: block;
}
.tooltip-wrap {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .testim .owl-nav {
    position: absolute;
    left: -10px;
    top: -45px;
    width: 320px;
}
header .logo img {
  width: 100%;
  height: auto !important;
  max-width: 136px;
}
.clienti .owl-carousel .item img {
  margin: 0 auto;
}
#responsive-menu-container {
  right: -320px;
}
.tabs__caption {
  display: table;
width: 98%;
margin: 0 auto;
}
.tabs__caption li {
    width: 20%;
        padding: 30px 40px;
  }
  .why .tabs__content {
        height: 770px;
  }
  .circle {
    position: relative;
    left: 0 !important;
  }
  .circle-text {
    left: 40px !important;
    top: 2px !important;
    text-align: left !important;
  }
  .bg1 .xy1 {
    top: 280px;
  }
  .bg1 .xy2 {
    top: 310px;
  }
  .bg1 .xy3 {
    top: 340px;
  }
  .bg1 .xy4 {
    top: 370px;
  }
  .bg1 .xy5 {
    top: 400px;
  }
  .bg1 .xy6 {
    top: 430px;
  }
  .bg1 .xy7 {
    top: 460px;
  }
  .bg1 .xy8 {
    top: 490px;
  }
  .bg1 .xy9 {
    top: 520px;
  }

  .bg2 .xy1 {
    top: 280px;
  }
  .bg2 .xy2 {
    top: 310px;
  }
  .bg2 .xy3 {
    top: 340px;
  }
  .bg2 .xy4 {
    top: 370px;
  }
  .bg2 .xy5 {
    top: 400px;
  }
  .bg2 .xy6 {
    top: 430px;
  }
  .bg2 .xy7 {
    top: 460px;
  }
  .bg2 .xy8 {
    top: 490px;
  }

  .bg3 .xy1 {
    top: 280px;
  }
  .bg3 .xy2 {
    top: 310px;
  }
  .bg3 .xy3 {
    top: 340px;
  }
  .bg3 .xy4 {
    top: 370px;
  }
  .bg3 .xy5 {
    top: 400px;
  }
  .bg3 .xy6 {
    top: 430px;
  }

  .bg4 .xy1 {
    top: 280px;
  }
  .bg4 .xy2 {
    top: 310px;
  }
  .bg4 .xy3 {
    top: 340px;
  }
  .bg4 .xy4 {
    top: 370px;
  }
  .bg4 .xy5 {
    top: 400px;
  }
  .bg4 .xy6 {
    top: 430px;
  }
  .bg4 .xy7 {
    top: 460px;
  }

  .bg5 .xy1 {
    top: 280px;
  }
  .bg5 .xy2 {
    top: 310px;
  }
.testim {
  padding-bottom: 10px;
}
}

@media screen and (max-width: 767px) {
  .form_orden_clear form input.text { width: 100%; margin-right: 0; margin-bottom: 15px;}
  .form_orden_clear form input.form_btn { width: 140px;}

  .mpdal-teble {
  padding: 20px;
  }
  .compare-teble .item .pic img {
    height: 80px;
  }
  .compare-teble .item .pic {
    height: 170px;
  }
  .compare-teble .item .pic {
    font-size: 16px;
  }
  .tabs__caption li {
    width: 20%;
    padding: 20px 20px;
    font-size: 12px;

}
.compare-teble .item .price {
    font-size: 18px;
  }

  header {
    position: relative;
  left: 0;
    transform: none;
  }

  .d-none {
    display: block !important;
  }


  .title, .title h2 {
    font-size: 40px;
    line-height: 52px;
}
.zayavka .title {
  position: initial;
  top: 0;
  font-size: 28px;
line-height: 40px;
}
.zayavka p {
      margin-top: 20px;
}
.zayavka .star {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.testim .owl-nav {
  display: none;
}
.testim {
    padding-bottom: 0px;
    padding-top: 30px;
}
.etapi {
  padding-top: 0px;
}
#responsive-menu-container #responsive-menu-wrapper {
    margin: 0 45px 0 auto !important;
}
.responsive-menu-title {
  display: inline-block !important;
}
.tooltip-content {
      height: auto;
}
}

@media screen and (max-width: 576px) {

#responsive-menu-container li.responsive-menu-item {
  text-align: left;
}

  .tabs__caption li:last-of-type .inner, .tabs__caption li:last-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.tabs__caption {
    border-radius: 0;
    background: transparent;
    width: 100%;
  }
  .tabs__caption li:first-of-type .inner, .tabs__caption li:first-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.tabs__caption li {
      width: 33.3333%;
    padding: 15px 20px;
    font-size: 12px;
    box-sizing: border-box;
}
  .social {
      width: 100%;
      margin: 20px auto;
      text-align: center;
  }
  .telephone {
    text-align: center;
    margin: 10px auto;
}

.zayavka .star img {
  max-width: 300px;
}

.title, .title h2 {
    font-size: 36px;
    line-height: 46px;
}

.prof .vopr img {
  width: 100%;
  height: auto;
}
.tooltip-content {
      height: auto;
}
.tooltip-wrap {
  margin-right: 0;
}
.etapi .str1 {
      left: 15px;
}
.etapi .str2 {
  left: 40px;
}
.etapi .str3 {
    top: -75px;
    left: 70px;
}
.etapi .box p, .etapi .box2 p {
    font-size: 16px;
    line-height: 22px;
  }
  .etapi .box .title-etap, .etapi .box2 .title-etap {
    font-size: 22px;
    line-height: 28px;
}
.zayavka2 .aks2 {
  bottom: -30px;
}
.zayavka2 .aks1 {
  bottom: 145px;
}
footer .contact .title {
    font-size: 40px;
    line-height: 50px;
  }
  #responsive-menu-button {
    width: auto !important;
  }
  .call {
    width: 100%;
    text-align: center;
  }
  .responsive-menu-title {
    display: inline-block !important;
}
#responsive-menu-container {
    right: -35px !important;
        width: 300px;
        min-width: 300px;
}
.modal-uslugi .box1 img {
    width: 90%;
  }
  .modal-uslugi .box1 .text {
    font-size: 16px;
  }
  .modal-uslugi .box1 .text .num {
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 5px;
}
.modal-uslugi .box2 {
  padding: 0;
}
.modal-uslugi .box2 .col-md-6 {
  padding-left: 0;
}
.compare-teble .item:first-of-type {
  display: none;
}
  .compare-teble .item {
    width: 25%;
  }
  .compare-teble span {
    display: block;
    word-wrap: break-word;
    padding: 0 3px;
    line-height: 12px;
  }
  .compare-teble .item .param {
    height: 95px;
  }
  .compare-teble .item .param {
    font-size: 12px;
    line-height: 12px;
  }
}

@media screen and (max-width: 510px) {

.compare-teble .item .param {
  font-size: 12px;
    line-height: 18px;
}
}

@media screen and (max-width: 450px) {
  .compare-teble .item .pic img {
      height: 50px;
  }

  .compare-teble .item .pic {
    font-size: 10px;
    line-height: 18px;
}


.compare-teble .item .pic {
    height: 120px;
}
.modal-thanks {
    padding: 30px 10px;
}
.modal-thanks p {
    font-size: 14px;
    line-height: 26px;
}
.tooltip-content p {
    font-size: 16px;
  }
  .modal-dialog2 {
    transform: none !important;
    top: 0;
  }
}

label.checkbox-box {
  position: absolute;
  z-index: 9;
  left: 30px;
  bottom: 57px;
}

label.checkbox-box a {
  color: #06c4da;
  text-decoration: underline;
}

/* Скрываем реальный чекбокс */
.checkbox-box .checkbox {
  display: none;
}
/* Задаем внешний вид для нашего кастомного чекбокса. Все обязательные свойства прокомментированы, остальные же свойства меняйте по вашему усмотрению */
.checkbox-box .checkbox-custom {
  position: relative;      /* Обязательно задаем, чтобы мы могли абсолютным образом позиционировать псевдоэлемент внютри нашего кастомного чекбокса */
  width: 27px;             /* Обязательно задаем ширину */
  height: 27px;            /* Обязательно задаем высоту */
  border: 0px solid #ccc;
  border-radius: 3px;
  background-color: #f1f0f2;
}
/* Кастомный чекбокс и лейбл центрируем по вертикали. Если вам это не требуется, то вы можете убрать свойство vertical-align: middle из данного правила, но свойство display: inline-block обязательно должно быть */
.checkbox-box .checkbox-custom,
.checkbox-box .label {
  display: inline-block;
  vertical-align: middle;
}
.checkbox-box .label {
margin-left: 10px;
line-height:1;
margin-top: 3px
}
/* Если реальный чекбокс у нас отмечен, то тогда добавляем данный признак и к нашему кастомному чекбоксу  */
 .checkbox:checked + .checkbox-custom::before {
  content: "";             /* Добавляем наш псевдоэлемент */
  display: block;      /* Делаем его блочным элементом */
  position: absolute;      /* Позиционируем его абсолютным образом */
  /* Задаем расстояние от верхней, правой, нижней и левой границы */
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
background: rgba(12, 218, 146, 1);
background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);    /* Добавляем фон. Если требуется, можете поставить сюда картинку в виде "галочки", которая будет символизировать, что чекбокс отмечен */
  border-radius: 2px;
}

#smallform-home2 label.checkbox-box {
  position: static;
    margin-top: 8px;
}

.policy a, .link--footer a {
  font-size: 15px;
  color: #06c4da;
  text-decoration: underline;
}

.link--footer {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 50px 5px 0;
}

.link--footer:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991px) {

label.checkbox-box {
    position: relative;
    z-index: 9;
    left: 0;
    bottom: 0;
    margin-bottom: 15px;
}
.checkbox-box .label {
  width: calc(100% - 45px);
}

}

header .logo-box {
  width: 180px;
  display: inline-block;
  vertical-align: middle;
}

header .menu-box {
  width: 45px;
  display: inline-block;
  vertical-align: middle;
}

header .social-box {
  width: 280px;
  display: inline-block;
  vertical-align: middle;
}

header .call-box {
  width: 220px;
  display: inline-block;
  vertical-align: middle;
}


header .telephone-box {
  width: 205px;
  display: inline-block;
  vertical-align: middle;
}

header .zakaz-btn-box {
  width: 183px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

header .zakaz-btn-box .zayavka-btn {
    background: rgba(12, 218, 146, 1);
    background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
    background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
    color: #fff;
    width: 100%;
    max-width: 163px;
    border-radius: 40px;
    height: 52px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 13px 0;
    position: relative;
    border: 0;
    transition: 0.2s;
    outline: 0;
    margin: 0 0 0 auto;
    line-height: 26px;
}

header .zakaz-btn-box .zayavka-btn-inner {
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    z-index: 0;
    -webkit-box-shadow: inset -3px -17px 67px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: inset -3px -17px 67px 0px rgba(0,0,0,0.22);
    box-shadow: inset -3px -17px 67px 0px rgba(0,0,0,0.22);
}

header .zakaz-btn-box .zayavka-btn span {
    z-index: 4;
    position: relative;
}

header .zakaz-btn-box .zayavka-btn:hover {
    background: rgba(32,216,213,1);
    background: -moz-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32,216,213,1)), color-stop(100%, rgba(33,231,145,1)));
    background: -webkit-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
    background: linear-gradient(135deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20d8d5', endColorstr='#21e791', GradientType=1 );
    -webkit-box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);
    box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);
    cursor: pointer;
}

header .zakaz-btn-box .zayavka-btn:hover .zayavka-btn-inner {
    opacity: 1;
}
@media screen and (max-width: 1199px) {
  #responsive-menu-button {
    height: 15px;
    margin-top: 2px;
  }
  header .social-box {
      width: 130px;
    }
    header .menu-box {
        width: 40px;
      }
      .telephone a {
    font-size: 18px;
    line-height: 28px;
}
header .telephone-box {
    width: 170px;
  }
  header .zakaz-btn-box {
    width: 170px;
  }
  header .zakaz-btn-box .zayavka-btn {
    max-width: 160px;
    height: 44px;
    font-size: 15px;
    padding: 9px 0;
  }

  }
@media screen and (max-width: 991px) {
  header .telephone-box {
      width: 160px;
  }
  header .call-box {
    width: 170px;
  }
  header .logo-box {
    width: 170px;
  }
  .call {
    font-size: 13px;
  }
  .telephone a {
    font-size: 17px;
    line-height: 28px;
}
header .zakaz-btn-box {
  display: none;
}
}

@media screen and (max-width: 767px) {

header .social-box,
header .menu-box,
header .logo-box,
header .zakaz-btn-box,
header .telephone-box,
header .call-box {
  width: calc(33% - .25em);
}
header .social-box {
  text-align: right;
}
header .menu-box {
  text-align: center;
}
header .zakaz-btn-box {
    display: inline-block;
}
}

@media screen and (max-width: 520px) {
  header .zakaz-btn-box {
    width: 100%;
    text-align: center;
  }
  header .zakaz-btn-box .zayavka-btn {
    margin: 10px auto;
  }
  header .telephone-box,
  header .call-box {
    width: calc(50% - .25em);
  }
}
@media screen and (max-width: 430px) {
  header .logo-box,
  header .menu-box {
      width: calc(50% - .25em);
  }
  header .social-box {
    width: 100%;
    margin: 0px auto;
  }
  header .social-box .social {
    margin: 0px auto;
  }
  header .telephone-box, header .call-box {
    width: 100%;
  }
  header .call-box {
    margin-top: 15px;
  }
}

@media (max-width: 1450px) {
  #responsive-menu-container #responsive-menu-wrapper {
    background: #fff;
    width: 300px;
    margin: 0 0px 0 auto;
}
}

.seoidea-footer {
  text-align: right;
      font-family: "Circe-Light";
}

.seoidea-footer img {
    position: relative;
    top: -3px;
}

@media screen and (max-width: 767px) {
  .seoidea-footer {
    text-align: left;
    margin-top: 15px;
  }
}

@media screen and (max-width: 400px) {
  .seoidea-footer {
    margin-bottom: 65px;
  }
}

/* june_2019 */

.doposle-4, .doposle-5 {
  margin-top: -277px;
}

.doposle-item img {
  max-width: 100%;
  height: auto;
}

.doposle .doposle-btn {
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  color: #000;
  padding: 23px 0;
  text-align: center;
  width: 270px;
  display: block;
  border-radius: 32px;
  font-family: "Circe-ExtraBold";
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  margin: 40px auto 0 auto;
  height: 65px;
  outline: 0;
}

.doposle .doposle-btn span {
  position: relative;
  z-index: 2;
}

.doposle .doposle-btn-inner {
  background: #fff;
  opacity: 1;
  position: absolute;
  width: 268px;
  height: 63px;
  top: 1px;
  left: 1px;
  margin: 0px;
  border-radius: 32px;
  transition: 0.2s;
  z-index: 0;
}

.doposle .doposle-btn:hover .doposle-btn-inner {
  opacity: 0;
}

.doposle .doposle-btn:hover {
  color: #fff;
  text-decoration: none;
}

.technica .subtitle {
  max-width: 920px;
}

.technica-item {
  position: relative;
  margin-bottom: 30px;
}

.technica-item .technica-title {
  position: absolute;
  top: 120px;
  left: 30px;
  font-size: 30px;
  font-family: "Circe-ExtraBold";
}

.technica-item img {
  max-width: 100%;
  height: auto;
}

.technica-item::after {
  content: '';
  top: 180px;
  position: absolute;
  left: 30px;
  background: url(../images/techplus.png) no-repeat;
  width: 90%;
  max-width: 394px;
  height: 150px;
}

.sredstva {
  background: url(../images/sredstva.jpg) center bottom no-repeat;
  padding: 80px 0 90px;
}

.sredstva .sredstva-img {
  height: 158px;
  text-align: center;
  margin-bottom: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sredstva .sredstva-title {
  font-size: 24px;
  line-height: 1;
  color: #231e15;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Circe-Bold";
  position: relative;
}

.sredstva .sredstva-title::after {
  content: '';
  bottom: 15px;
  position: absolute;
  left: calc(50% - 93px);
  background: url(../images/servicesplus.png) no-repeat;
  width: 186px;
  height: 46px;
}

.sredstva .sredstva-item p {
  font-size: 16px;
  line-height: 22px;
  color: #231e15;
  text-align: center;
  margin-bottom: 0px;
  font-family: "Circe-Light";
}

.sertificate {
  padding: 30px 0;
}

.sertificate ul {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.sertificate ul li {
  display: inline-block;
  width: calc(20% - .25em);
  padding: 0 6px;
  height: 298px;
  overflow: hidden;
}

.sertificate ul li::before {
  content: none;
}

.sertificate ul li img {
  max-width: 100%;
  height: 100%;
}

.sertificate .sertificate-btn,
.newsblock .newsblock-btn,
.clienti .clienti-btn {
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  color: #000;
  padding: 23px 0;
  text-align: center;
  width: 270px;
  display: block;
  border-radius: 32px;
  font-family: "Circe-ExtraBold";
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  margin: 50px auto 0 auto;
  height: 65px;
  outline: 0;
}

.sertificate .sertificate-btn span,
.newsblock .newsblock-btn span,
.clienti .clienti-btn span {
  position: relative;
  z-index: 2;
}

.sertificate .sertificate-btn-inner,
.newsblock .newsblock-btn-inner,
.clienti .clienti-btn-inner {
  background: #fff;
  opacity: 1;
  position: absolute;
  width: 268px;
  height: 63px;
  top: 1px;
  left: 1px;
  margin: 0px;
  border-radius: 32px;
  transition: 0.2s;
  z-index: 0;
}

.sertificate .sertificate-btn:hover .sertificate-btn-inner,
.newsblock .newsblock-btn:hover .newsblock-btn-inner,
.clienti .clienti-btn:hover .clienti-btn-inner {
  opacity: 0;
}

.sertificate .sertificate-btn:hover,
.newsblock .newsblock-btn:hover,
.clienti .clienti-btn:hover {
  color: #fff;
  text-decoration: none;
}

.newsblock {
  padding: 30px 0;
}

.newsblock .newsblock-img {
  max-width: 263px;
  width: 100%;
  height: 263px;
  overflow: hidden;
  margin-bottom: 24px;
}

.newsblock .newsblock-img img {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.newsblock .newsblock-title {
  font-size: 20px;
  line-height: 24px;
  color: #231e15;
  margin-bottom: 20px;
  font-family: "Circe-ExtraBold";
  min-height: 72px;
}

.newsblock .newsblock-title a {
  color: #231e15;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

.newsblock .newsblock-title a:hover {
  color: #06c4da;
}

.newsblock .newsblock-more {
  font-size: 18px;
  line-height: 1;
  color: #13c7dc;
  font-family: "Circe-Regular";
}

.newsblock .newsblock-more:hover {
  color: #58e5b6;
}

.newsblock .newsblock-btn {
  margin-top: 60px;
}

.doposle.doposle-page .doposle-4, .doposle.doposle-page .doposle-5 {
  margin-top: -186px;
}

.technica.technica-page .technica-item .technica-title {
    top: 90px;
    font-size: 22px;
  }

.technica.technica-page .technica-item::after {
      top: 140px;
      background: url(../images/techplus.png) no-repeat;
      background-size: contain;
      max-width: 245px;
      height: 150px;
  }

  .sredstva.sredstva-page .sredstva-img img {
      max-width: 125px;
      width: 100%;
      height: auto;
  }

    .sredstva.sredstva-page .sredstva-title::after {
    content: '';
    bottom: 15px;
    position: absolute;
    left: calc(50% - 70px);
    background: url(../images/servicesplus.png) no-repeat;
    background-size: contain;
    width: 140px;
    height: 36px;
}

.sertificate.sertificate-page ul li {
    height: 198px;
  }

  .etapi.etapi-page {
    background: url(../img/img6.jpg) center bottom no-repeat;
    padding-top: 20px;
    background-size: 50%;
background-position: center 44%;
}

  .etapi.etapi-page .col-lg-5 {
    padding: 0;
  }

  .etapi.etapi-page .str1 {
      position: absolute;
      top: -5px;
      left: 125px;
  }
  .etapi.etapi-page .str2 {
    position: absolute;
    top: 5px;
    left: 120px;
}

.clienti.clienti-page .owl-carousel {
    margin-top: 10px;
    margin-bottom: 0px;
}

.clienti.clienti-page {
  padding: 30px 0;
}

@media screen and (max-width: 1199px) {
  .doposle-4, .doposle-5 {
    margin-top: -223px;
  }

  .sertificate ul li {
    height: 243px;
  }

  .newsblock .newsblock-img {
    height: 210px;
  }
  .doposle.doposle-page .doposle-4, .doposle.doposle-page .doposle-5 {
    margin-top: -132px;
}
.technica.technica-page .technica-item .technica-title {
    top: -10px;
    font-size: 22px;
}
.technica.technica-page .technica-item::after {
    top: 40px;
  }
  .sredstva.sredsva-page {
    padding: 30px 0 30px;
}
.sertificate.sertificate-page ul li {
    height: 138px;
}
.etapi.etapi-page {
 background: url(../img/img6-2.png) center top no-repeat;
 background-size: cover;

}
.etapi.etapi-page .str2 {
    left: 50px;
}
}

@media screen and (max-width: 991px) {
  .doposle-4, .doposle-5 {
    margin-top: -162px;
  }

  .technica-item .technica-title {
    top: 60px;
    left: 10px;
    font-size: 22px;
  }

  .technica-item::after {
    top: 120px;
    left: 10px;
  }


  .sredstva .sredstva-item {
    margin-bottom: 30px;
  }

  .sertificate ul li:last-child {
    display: none;
  }

  .sertificate ul li:nth-last-child(2) {
    display: none;
  }

  .sertificate ul li {
    height: 302px;
    width: calc(33% - .25em);
  }

  .newsblock .col-md-none {
    display: none;
  }

  .newsblock .newsblock-img {
    height: 330px;
    max-width: 100%;
  }
  .doposle.doposle-page .doposle-4, .doposle.doposle-page .doposle-5 {
    margin-top: -156px;
}
.technica.technica-page .technica-item .technica-title {
    top: 30px;
    font-size: 22px;
}
.technica.technica-page .technica-item::after {
    top: 90px;
}
.sertificate.sertificate-page ul li {
    height: 284px;
}
.etapi.etapi-page .str2 {
    position: absolute;
    top: 5px;
    left: 140px;
}
}

@media (max-width: 767px) {
  .doposle .col-sm-none {
    display: none;
  }

  .doposle-4, .doposle-5 {
    margin-top: 0px;
  }

  .doposle .doposle-item {
    margin-bottom: 30px;
  }

  .doposle {
    position: relative;
  }

  .doposle-5 {
    position: absolute;
    left: calc(100%/2 - 0px);
    bottom: 105px;
    max-width: 270px;
  }

  .technica-item .technica-title {
    top: 120px;
    left: 30px;
    font-size: 30px;
  }

  .technica-item::after {
    top: 180px;
    left: 30px;
  }

  .sredstva {
    padding: 10px 0 30px;
  }

  .sertificate ul li {
    height: 215px;
    width: calc(33% - .25em);
  }
  .etapi.etapi-page .str2 {
      position: absolute;
      top: 5px;
      left: 60px;
  }
  .doposle.doposle-page .doposle-4 {
      margin-top: 0px;
  }
  .doposle.doposle-page .doposle-5 {
    position: absolute;
    left: calc(100%/2 - 0px);
    bottom: 105px;
    max-width: 255px;
}
.sertificate.sertificate-page ul li {
    height: 201px;
}
}

@media(max-width: 575px) {
.doposle-4, .doposle-5 {
  display: none;
}
.doposle .doposle-item {
    text-align: center;
}
.sertificate ul li img {
    max-width: 100%;
    height: auto;
}
.sertificate ul li {
    height: auto;
  }
  .newsblock-item {
    max-width: 263px;
    margin: 0 auto 30px;
  }
  .newsblock .newsblock-img {
    height: 263px;
    max-width: 100%;
}
.etapi.etapi-page .str1 {
    left: 15px;
}
.etapi.etapi-page .str1 {
    left: 85px;
}
.etapi.etapi-page .str2 {
    left: initial;
    right: 70px;
        top: 0;
}
.sertificate.sertificate-page ul li {
    height: auto;
}
}


@media(max-width: 510px) {
  .technica-item .technica-title {
      top: 60px;
      left: 0px;
      font-size: 20px;
  }
  .technica-item::after {
    top: 110px;
    left: 0px;
        max-height: 100px;
}
.technica.technica-page .technica-item .technica-title {
    font-size: 20px;
}
}

.testim .testim-video {
  text-align: center;
      padding: 40px 15px 40px;
      position: relative;
      max-width: 800px;
      margin: 0 auto;
}

.testim .testim-video iframe {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.testim .testim-video .next-slide,
.testim .testim-video .prev-slide {
    border: 1px solid transparent;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  padding: 4px;
  position: absolute;
  top: calc(50% - 32px);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.testim .testim-video .next-slide:hover,
.testim .testim-video .prev-slide:hover {
  border: 1px solid #179eda;
}

.testim .testim-video .next-slide {
  right: -90px;
}

.testim .testim-video .prev-slide {
  left: -90px;
}


.testim .testim-video .next-slide span,
.testim .testim-video .prev-slide span {
width: 63px;
height: 63px;
    display: block;
    border-radius: 50%;
position: relative;
background: rgba(58,167,226,1);
background: -moz-linear-gradient(left, rgba(58,167,226,1) 0%, rgba(99,226,204,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(58,167,226,1)), color-stop(100%, rgba(99,226,204,1)));
background: -webkit-linear-gradient(left, rgba(58,167,226,1) 0%, rgba(99,226,204,1) 100%);
background: -o-linear-gradient(left, rgba(58,167,226,1) 0%, rgba(99,226,204,1) 100%);
background: -ms-linear-gradient(left, rgba(58,167,226,1) 0%, rgba(99,226,204,1) 100%);
background: linear-gradient(to right, rgba(58,167,226,1) 0%, rgba(99,226,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa7e2', endColorstr='#63e2cc', GradientType=1 );
}

.testim .testim-video .next-slide:hover span,
.testim .testim-video .prev-slide:hover span {
  background: #24d1bb;
  cursor: pointer;
}

.testim .testim-video .next-slide span svg,
.testim .testim-video .prev-slide span svg {
  width: 12px;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 6px);
}

  @media (max-width: 1199px) {
    .testim .testim-video .next-slide {
      right: -35px;
    }

    .testim .testim-video .prev-slide {
      left: -35px;
    }
  }

  @media (max-width: 991px) {
    .testim .testim-video {
        max-width: 630px;
    }
    .testim .testim-video iframe {
    height: 330px;
  }
  }

  @media (max-width: 767px) {
    .testim .testim-video {
          max-width: calc(100% - 50px);
    }
    .testim .testim-video iframe {
    height: 290px;
  }
  .testim .testim-video .next-slide {
    right: -25px;
  }

  .testim .testim-video .prev-slide {
    left: -25px;
  }
  }

  @media (max-width: 500px) {
    .testim .testim-video iframe {
    height: 230px;
  }
  }

  .prof .slider-prof-for .box, .prof .slider-prof-for .box > a {
    outline: 0;
  }

  .prof .slider-prof-for .box .img {
    position: relative;
      outline: 0;
  }

  .prof .slider-prof-for .box .img img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  #sliderprof-pagination {
    text-align: center;
    margin-top: 50px;
    list-style: none;
  }

  .slider-prof-nav_item {
    padding: 0 5px;
    max-width: 96px;
    display: inline-block;
    opacity: 0.15;
  }

  .slider-prof-nav_item:hover {
    cursor: pointer;
  }

  .slider-prof-nav_item.active,
  .slider-prof-nav_item.active-next {
    opacity: 1;
  }

  .slider-prof-nav_item img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .next-slide-prof,
  .prev-slide-prof {
    border: 1px solid transparent;
    border-radius: 50%;
    width: 73px;
    height: 73px;
    padding: 4px;
    position: absolute;
    top: calc(26% - 32px);
    z-index: 2;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .next-slide-prof:hover,
  .prev-slide-prof:hover {
    border: 1px solid #179eda;
  }

  .next-slide-prof {
    right: 30px;
  }

  .prev-slide-prof {
    left: 30px;
  }

  .next-slide-prof span,
  .prev-slide-prof span {
    width: 63px;
    height: 63px;
    display: block;
    border-radius: 50%;
    position: relative;
    background: rgba(58, 167, 226, 1);
    background: -moz-linear-gradient(left, rgba(58, 167, 226, 1) 0%, rgba(99, 226, 204, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(58, 167, 226, 1)), color-stop(100%, rgba(99, 226, 204, 1)));
    background: -webkit-linear-gradient(left, rgba(58, 167, 226, 1) 0%, rgba(99, 226, 204, 1) 100%);
    background: -o-linear-gradient(left, rgba(58, 167, 226, 1) 0%, rgba(99, 226, 204, 1) 100%);
    background: -ms-linear-gradient(left, rgba(58, 167, 226, 1) 0%, rgba(99, 226, 204, 1) 100%);
    background: linear-gradient(to right, rgba(58, 167, 226, 1) 0%, rgba(99, 226, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3aa7e2', endColorstr='#63e2cc', GradientType=1);
  }

  .next-slide-prof:hover span,
  .prev-slide-prof:hover span {
    background: #24d1bb;
    cursor: pointer;
  }

  .next-slide-prof span svg,
  .prev-slide-prof span svg {
    width: 12px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 6px);
  }

  @media (max-width: 1199px) {
    .prev-slide-prof {
      left: 0px;
    }

    .next-slide-prof {
      right: 0px;
    }
    .next-slide-prof, .prev-slide-prof {
      top: calc(22% - 32px);
  }
  }

  @media (max-width: 991px) {
    .prof .slider-prof-for .box .img {
      padding: 0 5px;
    }
    .next-slide-prof, .prev-slide-prof {
      top: calc(19% - 32px);
  }
  }

  @media (max-width: 767px) {
    #sliderprof-pagination {
      display: none;
    }

    .next-slide-prof, .prev-slide-prof {
      top: calc(37% - 32px);
    }
  }

  header .lc-ic {
  position: absolute;
  top: 0;
  right: 35px;
  font-size: 14px;
  line-height: 1;
  padding-left: 25px;
      font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #24d3ce;
}

header .lc-ic::before {
  content: url(../img/lk-ic.svg);
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
}

header.scroll-header .zakaz-btn-box .zayavka-btn {
  height: 42px;
  padding: 7px 0;
  margin: 20px 0 0 auto;
}

header.scroll-header .lc-ic {
    top: 4px;
  }


  .subscription-btn {
    height: 79px;
    width: 79px;
    background: rgba(12, 218, 146, 1);
    background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
    background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
    color: #fff;
    display: block;
    position: fixed;
    z-index: 500;
    border-radius: 39.5px;
    padding-left: 79px;
    padding-top: 26px;
    padding-bottom: 26px;
    /* padding: 26px 35px 26px 80px; */
    line-height: 27px;
    top: 400px;
    left: 25px;
    cursor: pointer;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
  }
  .subscription-btn span {
    background-color: #fb3138;
    background-image: url('../img/subcription-btn-icon.svg');
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 79px;
    height: 100%;
    display: block;
    opacity: 1;
    border-radius: 50%;
    transition: .5s
  }
  .subscription-btn span::after {
    content: '';
    border: 1px solid #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 7px;
    margin-top: -32.5px;
    transition: .5s;
  }
  @media (max-width: 1200px) {
    .subscription-btn {
      top: 50%;
    }
  }
  @media (max-width: 991px) {
    .subscription-btn {
      display: none;
    }
  }


  .subscription-btn::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -13px;
    left: 21px;
    width: 35px;
    height: 26px;
    background-image: url('../img/subcription-btn-icon.svg');
  }

  .subscription-btn:hover {
    color: #fff;
    text-decoration: none;

    width: 287px;
    font-size: 18px;
    font-family: "Circe-Bold";
  }

  .subscription-btn:hover span {
    left: -80px;
    opacity: 0;
  }

  .fade.show.dark {
    background: rgba(28, 28, 34, .7)
  }
  .modal-dialog_subscription {
    max-width: 821px;

  }
  .modal-content_subcription {
    width: 100%;
    background-color: #f3f0eb;
    background-image: url('../img/subscription-popup-girl.jpg'), url('../img/subscription-pattern.png');
    background-size: 326px, 385px;
    background-position: left center, right 105px;
    background-repeat: no-repeat;
    padding: 0;
    padding-left: 326px;
    box-shadow: 37.035px 57.03px 111px 0px rgba(0, 0, 0, 0.23);
    border-radius: 0;
    border: 0;

  }


  @media (max-width: 991px) {
    .modal-dialog_subscription {
      max-width: 512px;
    }
    .modal-content_subcription {
      padding: 20px 30px;
      background-image: none;
    }
  }
  .subcription-form {
    position: relative;
    width: 100%;
    max-width: 497px;
    display: block;
    padding: 54px 20px 44px 10px;
    box-sizing: border-box;
  }
  .subcription-form__title {
    font-size: 36px;
    color: #000;
    font-family: "Circe-Bold";
    line-height: 36px;
    margin-bottom: 22px;
  }
  .subcription-form__subtitle {
    font-size: 16px;
    line-height: normal;
    color: #000;
    font-family: "Circe-Regular";
    margin-bottom: 51px;
  }
  .subcription-form__present {
    color: #000;
    font-size: 18px;
    line-height: 18px;
    font-family: "Circe-Bold";
    margin-bottom: 7px;
  }
  .subcription-form__discount {
    color: #01abbc;
    font-size: 18px;
    line-height: 18px;
    font-family: "Circe-Bold";
    margin-bottom: 20px;
  }
  .subcription-form__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    max-width: 422px;
    width: 100%;
    margin-bottom: 19px;
    position: relative;
  }
  .subcription-form__input {
    max-width: 203px;
    width: 100%;
    display: block;
    position: relative;
    border: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 11px;
    padding-top: 5px;
    padding-right: 28px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-family: "Circe-Regular";
    background: none;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .subcription-form__input:focus{
    outline: none;
  }
  .subcription-form__btn {
    font-family: "Circe-ExtraBold";
    font-size: 19px;
    background: rgba(12, 218, 146, 1);
    background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
    background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
    color: #fff;
    border-radius: 25.5px;
    padding: 11px 33px;
    position: relative;
    z-index: 2;
    display: inline-block;
    /* margin: 0 0 auto 0;  */
  }
  .subcription-form__btn:hover {
    color: #fff;
    text-decoration: none;
    background: -moz-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32,216,213,1)), color-stop(100%, rgba(33,231,145,1)));
    background: -webkit-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
    background: linear-gradient(135deg, rgba(32,216,213,1) 0%, rgba(33,231,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20d8d5', endColorstr='#21e791', GradientType=1 );
    -webkit-box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);
    box-shadow: -3px -2px 22px 0px rgba(0,0,0,0.22);
  }
  .subcription-form__agree {
    position: relative;
    display: block;
    width: 100%;
  }

  .subcription-form__agree label.checkbox-box {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .subcription-form__agree .checkbox-box .checkbox-custom {
    background-color: #fff;
  }
  button.close_subscription {
    right: 14px;
    top: 14px;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  button.close_subscription span {
    width: 19px;
    height: 19px;
    position: relative;
    background: none;
    /* transform: none; */
    color: #000;
    font-size: 48px;
    line-height: 19px;
    font-family: "Circe-Light";
    transform: rotate(45deg);
  }


  .menu-vnutr {
    clear: both;
  position: relative;
position: absolute;
z-index: 99;
width: 100%;
top: 140px;

  }

  #menu-vnutr {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 4;
  }

  #menu-vnutr .menu-item {
    padding: 20px 49.5px;
    width: auto;
    float: left;
    position: relative;
    list-style: none;
  }

  #menu-vnutr .menu-item ul {}

  #menu-vnutr li::before {
    display: none;
  }

  #menu-vnutr .menu-item-link-drop-dn {
    position: relative;
  }

  #menu-vnutr .menu-item-link-drop-dn::after {
    content: '';
    background: url('../img/menu-vnutr-arrow.png') no-repeat;
    width: 9px;
    height: 7px;
    background-position: 0 0;
    position: absolute;
    top: 11px;
    right: -20px;
  }

  #menu-vnutr .menu-item-link {
    font-size: 20px;
    line-height: 30px;
    font-family: "Circe-ExtraBold";
    color: #231e15;
    text-align: center;
  }

  #menu-vnutr .menu-item-link:hover {
    color: #07c9ca;
    text-decoration: none;
    cursor: pointer;
  }

  #menu-vnutr .menu-item:first-child {
    /*text-align: left;
    padding-left: 0;*/
  }

  #menu-vnutr .menu-item:last-child {
    text-align: right;
    padding-right: 0;
  }

  #menu-vnutr .menu-item-drop-dn .menu-item-link {
    position: relative;
    z-index: 45;
  }

  #menu-vnutr .menu-item-drop-dn ul {
    list-style: none;
    display: none;
    position: absolute;
    background: rgba(12, 218, 146, 1);
    background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
    background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
    color: #fff;
    width: calc(100% + 30px);
    padding: 70px 35px 35px;
    box-sizing: border-box;
    margin: 0 0px 0 -30px;
    top: 0px;
    z-index: 44;
  }

  #menu-vnutr .menu-item-drop-dn:hover .menu-item-link-drop-dn::after {
    background-position: 0 -7px;
  }

  #menu-vnutr .menu-item-drop-dn ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }

  #menu-vnutr .menu-item-drop-dn ul li:last-child {
    margin-bottom: 0;
  }

  #menu-vnutr .menu-item-drop-dn ul .menu-item-link {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    font-family: "Circe-Regular";
  }

  #menu-vnutr .menu-item-drop-dn ul .menu-item-link:hover {
    text-decoration: underline;
  }

  /*#menu-vnutr .menu-item-drop-dn:hover ul {
    display: block;
  }*/

  #menu-vnutr .menu-item-link-drop-dn:hover {
    color: #fff;
  }

  @media (max-width: 1199px) {
    #menu-vnutr .menu-item {
      padding: 20px 29px;
  }
  #responsive-menu-button {
    height: 15px;
    margin-top: 2px;
  }
}
@media (max-width: 991px) {
  #menu-vnutr .menu-item {
      padding: 20px 21px;
  }
  #menu-vnutr .menu-item-drop-dn ul {
    width: 200px;
  }
  #menu-vnutr .menu-item-link {
    font-size: 15px;
  }
  #menu-vnutr .menu-item:last-child {
    padding-left: 30px;
  }

#menu-vnutr .menu-item-link-drop-dn::after {
  top: 7px;
}
}
@media (max-width: 767px) {


  .menu-vnutr {
    display: none;
  }
  .menu-vnutr.show {
    display: block;
  }
  #responsive-menu-button {
    /*z-index: 99999 !important;*/
  }
  .menu-vnutr {
      position: absolute;
  top: 0;
      margin-top: 15px;
      padding-top: 40px;
      bottom: 0;
      right: 0px;
      width: 100%;
      height: 100%;
      z-index: 99998;
      padding-bottom: 5px;
      margin-bottom: -5px;
      outline: 1px solid transparent;
      overflow-y: hidden;
      overflow-x: hidden;
      min-height: 650px;
      background: #fff;
      -webkit-box-shadow: 10px 10px 36px 0px rgba(0,0,0,0.26);
      -moz-box-shadow: 10px 10px 36px 0px rgba(0,0,0,0.26);
      box-shadow: 10px 10px 36px 0px rgba(0,0,0,0.26);
  }

  #menu-vnutr .menu-item-link-drop-dn::after {
    display: none;
}

#menu-vnutr .menu-item-drop-dn ul {
    /*display: block !important;*/
    position: initial;
    color: #06c4da;
    background: transparent;
    padding: 0;
    margin: 0;
  }
  #menu-vnutr .menu-item-drop-dn ul li {
    margin-bottom: 0;
  }

  #menu-vnutr .menu-item-drop-dn ul .menu-item-link {
    /*font-size: 16px;
        color: #06c4da;
        line-height: 36px !important;
        font-family: "Circe-Regular" !important;
        padding: 0;
            margin: 0 0 0 20px;*/
  }

    .menu-vnutr .container {
    /*margin: 0 0px 0 auto !important;
    display: block;
        width: 300px;*/
        clear: both;
}
#menu-vnutr {
margin: 0;
    padding: 0;
  }
  #menu-vnutr .menu-item a {
    font-size: 16px;
    font-family: "Circe-ExtraBold";
    line-height: 48px;
    margin: 0 20px;
    box-sizing: border-box;
    display: block;
    text-align: left;
}

  #menu-vnutr .menu-item {
    display: block;
    float: none;
  padding: 0;
  text-align: left;
  margin-bottom: 0;
  }
  #menu-vnutr .menu-item:last-child {
    padding-left: 0;
    text-align: left;
  }

#menu-vnutr .menu-item-link-drop-dn:hover {
  color: #06c4da;
}
#responsive-menu-button {
  display: inline-block;
}
}

@media (max-width: 610px) {
/*  .menu-vnutr .container {
  margin: 0px -40px 0 auto !important;
}*/
}

@media (max-width: 575px) {
  .menu-vnutr {
      left: 10px;
      width: 340px;
      min-width: 340px;
  }
}

@media (max-width: 480px) {
  .menu-vnutr {
      width: 290px;
      min-width: 290px;
    }
}

@media (max-width: 430px) {
  .menu-vnutr {
      right: 25px;
      left: initial;
    }
}

@media (max-width: 320px) {
  .menu-vnutr {
      right: 0px;
      width: 100%;
      min-width: 100%;
    }
}

  header.n-header .logo-box > span {
    font-size: 11px;
    line-height: 1;
    font-family: "Circe-Bold";
    text-transform: uppercase;
  }

  header.n-header .lc-ic {
      position: relative;
      top: 0;
      right: 0;
      font-size: 14px;
      line-height: 1;
      padding-left: 25px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      color: #24d3ce;
  }

  header.n-header .social svg,
  header.n-header .mesen-box svg {
    height: 28px;
    width: 28px;
  }


  header.n-header .social svg:hover,
  header.n-header .mesen-box svg:hover   {
     fill: #08cebb ;
  }



  header.n-header .social a,
  header.n-header .mesen-box a {
    text-decoration: none;
  }

  header.n-header .social {
      width: 100%;
      margin: 0 auto;
      text-align: center;
  }

  header.n-header .social a,
  header.n-header .mesen-box a {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin: 0 5px;
  }

  header.n-header .mesen-box {
    text-align: center;
    margin-top: 10px;
  }

  header.n-header .mesen-box svg {
    fill: #0cda91;
  }

  header.n-header .call {
      margin: 0 auto;
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      color: #000;
      line-height: 1;
      text-align: left;
  }

  header.n-header .call .city {
    font-weight: bold;
    margin-bottom: 24px;
  }

  header.n-header .call .city a {
    color: #000;
    text-decoration: none;
  }

  header.n-header .call span {
      font-weight: 400;
  }

  header.n-header .telephone {
      text-align: left;
      margin-top: 20px;
  }

  header.n-header .telephone a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 32px;
      display: block;
      color: #000;
  }

  header.n-header .zakaz-btn-box .zayavka-btn {
      height: auto;
      padding: 7px 0;

  }

  header.n-header .zakaz-btn-box .zayavka-btn:first-child {
    margin-bottom: 15px;
  }

  header.n-header .telephone-box {
      padding-top: 7px;
    }
  header.n-header .row .col-md-12 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  }

  header.n-header  {
      padding: 20px 0 10px 0;
    }

    header.n-header.scroll-header .zakaz-btn-box .zayavka-btn {

      margin: 0px 0 0 auto;
  }
  header.n-header.scroll-header .zakaz-btn-box .zayavka-btn:first-child {
      margin-bottom: 15px;
  }
  header.n-header.scroll-header .logo img {
      height: auto;
  }
  header.n-header.scroll-header {
      padding: 10px 0 10px 0;
      background: #fff;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.29);
  }

    @media (max-width: 1199px) {
      header.n-header .telephone a {
      font-size: 18px;
      line-height: 28px;
  }
  header.n-header .social a, header.n-header .mesen-box a {
      margin: 0 2px;
  }
  header.n-header .social svg, header.n-header .mesen-box svg {
      height: 18px;
      width: 18px;
  }
    }

  @media (max-width: 991px) {
    header.n-header {
      padding: 10px 0 10px 0;
  }
    header.n-header .call {
        font-size: 13px;
      }
      header.n-header .telephone {
      margin-top: 15px;
  }
  .menu-vnutr {
      height: auto;
  }

  #menu-vnutr .menu-item {
      padding: 10px 21px;
  }
  }
  header.n-header .menu-box {
    display: none;
  }
  @media (max-width: 767px) {
    header.n-header {
        position: initial;
        transform: none;
    }
    .menu-vnutr {
        margin-top: 0;
        height: auto;
    }
    #menu-vnutr .menu-item {
      padding: 0;
    }
  header.n-header .menu-box {
    display: block;
  }
  header.n-header .social svg, header.n-header .mesen-box svg {
      height: 25px;
      width: 25px;
  }
  header.n-header .zakaz-btn-box, header.n-header .telephone-box, header.n-header .call-box {
      margin-top: 20px;
  }
  header.n-header .telephone-box {
      width: calc(31% - .25em);
  }
  header.n-header .call-box {
      width: calc(35% - .25em);
  }
  header.n-header .telephone a {
      font-size: 17px;
      line-height: 28px;
  }
  }

  @media (max-width: 550px) {
    header.n-header .social a, header.n-header .mesen-box a {
        margin: 0 2px;
    }
    header.n-header .logo-box > span {
      font-size: 9px;
    }
    header.n-header .zakaz-btn-box {
      width: 100%;
      display: block;
      text-align: center;
    }
    header.n-header .social svg, header.n-header .mesen-box svg {
      height: 19px;
      width: 19px;
  }
  header.n-header .telephone-box {
      width: calc(50% - .25em);
      text-align: center;
  }
  header.n-header .call-box {
      width: calc(50% - .25em);
      text-align: center;
  }
  header.n-header .call,
  header.n-header .telephone {
    text-align: center;
  }
  header.n-header .zakaz-btn-box, header.n-header .telephone-box, header.n-header .call-box {
      margin-top: 10px;
  }
  header.n-header .zakaz-btn-box a {
    display: inline-block;
  }
  header.n-header .social-box {
      margin: 15px auto 0;
  }

  }

  @media (max-width: 360px) {
    header.n-header .social svg, header.n-header .mesen-box svg {
        height: 26px;
        width: 26px;
    }
    header.n-header .telephone-box {
        width: 100%;
        text-align: center;
    }
    header.n-header .call-box {
        width: 100%;
        text-align: center;
    }
    header.n-header .zakaz-btn-box a {
      display: block;
  }
  header.n-header .zakaz-btn-box .zayavka-btn:first-child {
      margin-bottom: 0px;
  }
  header.n-header .logo-box > span {
      font-size: 10px;
    }
    header.n-header .call .city {
    margin-top: 10px;
      margin-bottom: 15px;
  }
  }

  .n-footer {
    clear: both;
    padding-bottom: 0;
  }

  .n-footer .n-footer-grey {
    background: #f1f0f2;
    padding: 35px 0 25px;

  }

  .n-footer .n-footer-grey .n-footer-title {
    color: #06c4da;
    font-size: 17px;
    line-height: 1.2;
    font-family: "Circe-Bold";
    margin-bottom: 20px;
  }

  .n-footer .n-footer-grey .n-footer-title a {
    color: #06c4da;
  }

  .n-footer .n-footer-grey .n-footer-title a:hover {
    color: #0091a3;
    text-decoration: none;
  }

  .n-footer .n-footer-grey .n-footer-menu {
    list-style: none;
    -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
              padding: 0;
              margin: 0;
  }

  .n-footer .n-footer-grey .n-footer-menu-about  {
    padding: 0;
    margin: 0;
      list-style: none;
  }

  .n-footer .n-footer-grey .n-footer-menu li,
  .n-footer .n-footer-grey .n-footer-menu-about li {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 6px;
    padding: 0;
    font-family: "Circe-Regular";
    position: inherit;
  }

    .n-footer .n-footer-grey .n-footer-menu-about li {
      font-size: 17px;
      line-height: 20px;
      margin-bottom: 6px;
      padding: 0;
      color: #06c4da;
        font-family: "Circe-Bold";
    }

    .n-footer .n-footer-grey .n-footer-menu-about li a {
        color: #06c4da;
    }

  .n-footer .n-footer-grey .n-footer-menu li::before,
  .n-footer .n-footer-grey .n-footer-menu-about li::before {
    content: none;
  }

  .n-footer .n-footer-grey .n-footer-menu li a {
    color: #000;
  }

  .n-footer .n-footer-grey .n-footer-menu li a:hover,
  .n-footer .n-footer-grey .n-footer-menu-about li a:hover {
      color: #0091a3;
      text-decoration: none;
  }

  .n-footer .n-footer-grey .n-footer-social-t {
    margin-top: 30px;
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      line-height: 1.2;
  }

  .n-footer .n-footer-grey .n-footer-menu-all {
    padding: 0;
    margin: 0;
    margin-top: 42px;

      list-style: none;
  }

  .n-footer .n-footer-grey .n-footer-menu-all li {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 6px;
    padding: 0;
    color: #06c4da;
      font-family: "Circe-Bold";
  }

  .n-footer .n-footer-grey .n-footer-menu-all li a {
  color: #06c4da;
  }

  .n-footer .n-footer-grey .n-footer-menu-all li a:hover {
      color: #0091a3;
      text-decoration: none;
  }

  .n-footer .n-footer-grey .n-footer-menu-all li::before {
    content: none;
  }

  .n-footer .n-footer-grey .n-footer-mesen-t {
    margin-top: 30px;
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      line-height: 1.2;
  }

  .n-footer .social svg,
  .n-footer .mesen-box svg {
    height: 28px;
    width: 28px;
  }


  .n-footer .social svg:hover,
  .n-footer .mesen-box svg:hover   {
     fill: #08cebb ;
  }

  .n-footer .social,
  .n-footer .mesen-box {
    width: 100%;
    text-align: left;
    margin-top: 12px;
  }

  .n-footer .social a,
  .n-footer .mesen-box a {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin: 0 10px 0 0;
        text-decoration: none;
  }


  .n-footer .mesen-box svg {
    fill: #0cda91;
  }

  .n-footer .col-foot {
    display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  }

  .n-footer .col-foot .link--footer-box-1 {
    -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 250px;
  }

  .n-footer .col-foot .link--footer-box-1 .link--footer {
      display: block;
      vertical-align: middle;
      margin: 0px 0px 0px 0;
  }

  .n-footer .col-foot .link--footer-box-1 .link--footer a:hover {
      color: #0091a3;
      text-decoration: none;
  }

  .n-footer .col-foot .link--footer-box-1 .copy {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin: 0px 0 7px;
  }

  .n-footer .col-foot .adress {
    -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 450px;
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      line-height: 1.2;
  }

  .n-footer .col-foot .adress span {
    display: block;
    margin-top: 15px;
  }

  .n-footer .col-foot .footer-oplata {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    width: 150px;
  }

  .n-footer .col-foot .footer-oplata .footer-oplata-imgs {
    margin-top: 10px;
    display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  }

  .n-footer .col-foot .footer-oplata .footer-oplata-imgs div {
    text-align: center;
    -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      max-width: 48px;
      margin-bottom: 5px;
  }

  .n-footer .col-foot .link--footer-box-2 {
    -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 190px;
  }

  .n-footer .col-foot .link--footer-box-2 .telephone {
      font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      line-height: 1;
      font-weight: 700;
      color: #000;
      text-decoration: none;
      display: block;
  margin-bottom: 15px;
      text-align: left;
  }

  .n-footer .col-foot .link--footer-box-2 .telephone:first-child {
    margin-bottom: 15px;
  }

  .n-footer .col-foot .link--footer-box-2 .email {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      line-height: 1;
      color: #06c4da;
      text-decoration: none;
      display: block;
      text-align: left;
      padding-left: 0px;
  }

  .n-footer .col-foot .link--footer-box-2 .email:hover {
      color: #0091a3;
      text-decoration: none;
  }

  .n-footer .col-foot .zayavka-btn {
      height: auto;
      padding: 3px 16px;
      font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  max-width: 155px;
  }

  .n-footer .col-foot {
    padding: 30px 15px;
  }
  @media (max-width: 1199px) {
    .n-footer .col-foot .zayavka-btn {
        padding: 3px 13px;
      }
      .n-footer .col-foot .link--footer-box-2 {
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 150px;
  }
  .n-footer .col-foot .link--footer-box-2 .telephone {
      font-size: 15px;
    }
    .n-footer .col-foot .link--footer-box-2 .email {
      font-size: 11px;
    }
  .n-footer .col-foot  a.form_btn {
      margin-top: 0px;
  }
  .n-footer .col-foot .footer-oplata {
      width: 138px;
  }
  .n-footer .col-foot .footer-oplata .footer-oplata-imgs div {
      max-width: 45px;
    }
  .n-footer .col-foot .adress {
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      max-width: 210px;
    }
  }

  @media (max-width: 991px) {
    .n-footer .n-footer-grey .n-footer-menu li, .n-footer .n-footer-grey .n-footer-menu-about li {
      font-size: 15px;
    }
    .n-footer .social a, .n-footer .mesen-box a {
      margin: 0 10px 5px 0;
  }
  .n-footer .footer-zakaz {
    display: none;
  }
  .n-footer .col-foot .link--footer-box-2 {
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 190px;
  }
  .policy a, .link--footer a {
      font-size: 11px;
    }
    .n-footer .col-foot .link--footer-box-1 .copy {
      font-size: 12px;
    }
    .n-footer .col-foot .footer-oplata {
      font-size: 12px;
    }
    .n-footer .col-foot .adress {
      font-size: 12px;
        max-width: 152px;
    }

  }


  @media (max-width: 767px) {
    .n-footer .n-footer-grey .col-sm-6 .n-footer-title {
      margin-top: 30px;
    }
    .n-footer .n-footer-grey .n-footer-menu-all {
      margin-top: 30px;
    }
    .n-footer .n-footer-grey .n-footer-social-t {
      margin-top: 30px;
    }
    .n-footer .col-foot .link--footer-box-1 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 240px;
  }
  .n-footer .col-foot .adress {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 240px;
  }
  .n-footer .col-foot + .col-foot {
    padding-top: 0;
  }
  .n-footer .footer-zakaz {
    display: block;
  }
  .n-footer .col-foot .link--footer-box-2 {
      max-width: 170px;
      margin-left: 40px;
  }
  }


  @media (max-width: 575px) {
    .n-footer .col-foot .link--footer-box-1, .n-footer .col-foot .adress, .n-footer .col-foot .link--footer-box-2 {
        display: block;
        text-align: center;
        width: 100%;
        -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .n-footer .col-foot .link--footer-box-1 .copy {
      font-size: 14px;
  }
     .n-footer .col-foot .adress {
       margin-top: 20px;
       font-size: 14px;
     }
    .n-footer .col-foot .footer-oplata {
      width: 100%;
      font-size: 14px;
      text-align: center;
  }
  .n-footer .col-foot .link--footer-box-2 {
      max-width: 100%;
      margin-left: 0px;
  }
  .n-footer .col-foot .link--footer-box-2 .telephone,
  .n-footer .col-foot .link--footer-box-2 .email {
    text-align: center;
  }
  .n-footer .policy a, .n-footer .link--footer a {
      font-size: 14px;
  }
  .n-footer .col-foot .link--footer-box-2 .email {
      font-size: 14px;
  }
  .n-footer .footer-zakaz {
      display: block;
      text-align: center;
      width: 100%;
      margin-top: 20px;
  }
  .n-footer .col-foot .zayavka-btn {
  max-width: 220px;
  }
  }

  .sec-usl {
    padding: 10px 0 80px;
  }

  .sec-usl .sec-usl-item {
    background: #F4F3F2;
    border-radius: 11px;
    padding-bottom: 23px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
    max-width: 265px;
  }

  .sec-usl .sec-usl-item:hover {
    -webkit-box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.21);
  }

  .sec-usl-item-hov {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 3;
    flex-wrap: wrap;
    background: rgba(244, 243, 242, 0.77);
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .sec-usl .sec-usl-item:hover .sec-usl-item-hov {
    opacity: 1;
    visibility: visible;
  }

  .sec-usl-item-hov a {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #000000;
  }

  .sec-usl-item-hov div {
    width: 100%;
  }

  .sec-usl-item-hov a:hover {
    color: #03d3cf;
    text-decoration: none;
    font-family: "Circe-Bold";
  }

  .sec-usl .sec-usl-item .sec-usl-item-img {
    position: relative;
  }

  .sec-usl .sec-usl-item .sec-usl-item-img img {
    max-width: 100%;
    height: auto;
  }

  .sec-usl .sec-usl-item .sec-usl-item-img::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: rgb(244, 243, 242);
    background: -moz-linear-gradient(0deg, rgba(244, 243, 242, 1) 0%, rgba(255, 255, 255, 0) 57%);
    background: -webkit-linear-gradient(0deg, rgba(244, 243, 242, 1) 0%, rgba(255, 255, 255, 0) 57%);
    background: linear-gradient(0deg, rgba(244, 243, 242, 1) 0%, rgba(255, 255, 255, 0) 57%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f2", endColorstr="#ffffff", GradientType=1);
    z-index: 2;
  }

  .sec-usl .sec-usl-item .sec-usl-item-text {
    padding: 12px 10px 0;
  }

  .sec-usl .sec-usl-item .sec-usl-item-text .sec-usl-item-title {
    font-size: 21px;
    line-height: 25px;
    color: #000000;
  }

  .sec-usl .sec-usl-item .sec-usl-item-text .sec-usl-item-title.sec-usl-item-title-h {
    margin-top: -12px;
    margin-bottom: -13px;
  }

  .sec-usl .sec-usl-item .sec-usl-item-text .sec-usl-item-price {
    font-family: "Circe-Bold";
    font-size: 21px;
    line-height: 31px;
    color: #000000;
    margin: 15px 0 17px;
  }

  .sec-usl .sec-usl-item .sec-usl-item-text a.zakaz-btn {
    font-family: "Circe-ExtraBold";
    font-size: 20px;
    line-height: 20px;
    margin: 0px auto 0px auto;
    display: block;
    padding: 18px 0;
    border-radius: 25px;
    text-decoration: none;
    z-index: 1;
    position: relative;
    transition: 0.2s;
    background: rgba(12, 218, 146, 1);
    background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
    background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
    color: #fff;
  }

  .sec-usl .sec-usl-item .sec-usl-item-text a.zakaz-btn:hover {
    background: rgba(32, 216, 213, 1);
    background: -moz-linear-gradient(-45deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32, 216, 213, 1)), color-stop(100%, rgba(33, 231, 145, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
    background: linear-gradient(135deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20d8d5', endColorstr='#21e791', GradientType=1);
    -webkit-box-shadow: -3px -2px 22px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: -3px -2px 22px 0px rgba(0, 0, 0, 0.22);
    box-shadow: -3px -2px 22px 0px rgba(0, 0, 0, 0.22);
    cursor: pointer;
  }

  .sec-expense {
    padding-bottom: 70px;
  }

  .sec-expense h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    font-family: "Circe-ExtraBold";
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
  }

  .sec-expense .expense-1 {
    margin-bottom: 35px;
    width: 100%;
  }

  .sec-expense .expense-1 th {
    background: #32C7D2;
    color: #fff;
    text-align: center;
    padding: 11px 27px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Circe-Regular";
    font-weight: normal;
    border: 1px solid #fff;
    border-bottom: 0;
  }

  .sec-expense .expense-1 tr:last-child th:first-child {
    border-bottom: 1px solid #fff;
  }

  .sec-expense .expense-1 tr:first-child th:first-child {
    background: #33CEB6;
    text-align: left;
    border: 0;
    width: 37%;
  }

  .sec-expense .expense-1 tr:nth-child(odd) {
    background: #fff;
    color: #000;
  }

  .sec-expense .expense-1 td {
    border: 1px solid #33CEB6;
    padding: 15px 27px;
    font-family: "Circe-Regular";
    font-weight: normal;
    border-left: 0;
    border-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .sec-expense .expense-1 td:first-child {
    border-left: 1px solid #33CEB6;
  }

  .sec-expense .expense-1 td:last-child {
    border-right: 1px solid #33CEB6;
  }

  .sec-expense .expense-ps {
    font-size: 16px;
    line-height: 24px;
    font-family: "Circe-Regular";
    font-weight: normal;
    margin-bottom: 90px;
  }

  .sec-expense .expense-ps span {
    color: #FF0000;
  }

  .sec-expense .expense-2 {
    margin: 0 0 27px;
    width: 100%;
  }

  .sec-expense .expense-2 th {
    background: #32C7D2;
    color: #fff;
    text-align: center;
    padding: 11px 27px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Circe-Regular";
    font-weight: normal;
    border: 1px solid #fff;
    width: 33.333%
  }

  .sec-expense .expense-2 th:first-child {
    border-left: 0;
  }

  .sec-expense .expense-2 th:last-child {
    border-right: 0;
  }

  .sec-expense .expense-2 tr:nth-child(odd) {
    background: #fff;
    color: #000;
  }

  .sec-expense .expense-2 td {
    border: 1px solid #33CEB6;
    padding: 15px 27px;
    font-family: "Circe-Regular";
    font-weight: normal;
    border-left: 0;
    border-right: 0;
    font-size: 16px;
    line-height: 24px;
    width: 33.333%;
  }

  .sec-expense .expense-2 td:first-child {
    border-left: 1px solid #33CEB6;
  }

  .sec-expense .expense-2 td:last-child {
    border-right: 1px solid #33CEB6;
  }

  .sec-expense .expense-2 td.caption {
    background: #33CEB6;
    font-size: 20px;
    line-height: 29px;
    font-family: "Circe-Bold";
    color: #FFFFFF;
    padding: 9px 27px;
    text-align: center;
  }

  .geograf h2 {
  font-size: 36px;
  line-height: 53px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
    font-family: "Circe-ExtraBold";
  }

  .geograf .subtitle {
    font-size: 18px;
  line-height: 27px;
  text-align: center;
    font-family: "Circe-Regular";
  margin-bottom: 33px;
  color: #000000;
  }

  .geograf .tabs__caption {
    border-radius: 35px;
    background: rgba(6, 197, 218, 1);
    background: -moz-linear-gradient(top, rgba(6, 197, 218, 1) 0%, rgba(12, 218, 146, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6, 197, 218, 1)), color-stop(100%, rgba(12, 218, 146, 1)));
    background: -webkit-linear-gradient(top, rgba(6, 197, 218, 1) 0%, rgba(12, 218, 146, 1) 100%);
    background: -o-linear-gradient(top, rgba(6, 197, 218, 1) 0%, rgba(12, 218, 146, 1) 100%);
    background: -ms-linear-gradient(top, rgba(6, 197, 218, 1) 0%, rgba(12, 218, 146, 1) 100%);
    background: linear-gradient(to bottom, rgba(6, 197, 218, 1) 0%, rgba(12, 218, 146, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06c5da', endColorstr='#0cda92', GradientType=0);
    display: inline-flex;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 777px;
  }

  .geograf {
    padding-bottom: 80px;
  }

  .geograf .tabs__caption li {
    text-align: center;
    margin: 0;
    width: 33.333%;
    max-width: 33.333%;
    float: none;
    padding: 28px 60px;
    font-size: 18px;
    line-height: 1;
    font-family: "Circe-Bold";
    list-style: none;
    position: relative;
    background: rgba(12, 218, 146, 1);
    background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
    background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    transition: 0.2s;
  }

  .geograf .tabs__caption li span {
    white-space: nowrap;
  }

  .geograf ul li:before {
    content: none;
  }

  .tabs-geograf .tabs__content {
    display: none;
  }

  .tabs-geograf .tabs__content.active {
    display: block;
  }

  .geograf .geogrf-sp {
    margin: 33px auto;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    font-size: 18px;
    line-height: 27px;
    font-family: "Circe-Regular";
    max-width: 940px;
  }

  .geograf .geogrf-sp li {
    padding: 0;
    margin: 0;
  }

  @media (max-width: 991px) {
    .sec-usl .sec-usl-item {
      margin: 0 auto 23px;
    }
  }

  @media (max-width: 767px) {

    .sec-expense .expense-1 td,
    .sec-expense .expense-1 th,
    .sec-expense .expense-2 td,
    .sec-expense .expense-2 th {
      padding: 15px 10px;
    }

    .sec-expense .expense-2 th:first-child,
    .sec-expense .expense-2 td:first-child {
      width: 50%;
    }

    .geograf .tabs__caption li {
      padding: 29px 10px;
    }

    .geograf .geogrf-sp {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    }
  }

  @media (max-width: 500px) {

    .sec-expense .expense-1 td,
    .sec-expense .expense-1 th,
    .sec-expense .expense-2 td,
    .sec-expense .expense-2 th,
    .sec-expense .expense-2 td.caption {
      font-size: 13px;
    }

    .sec-expense .expense-2 th:first-child, .sec-expense .expense-2 td:first-child {
      width: 40%;
    }

    .geograf .tabs__caption li {
      padding: 19px 10px;
      font-size: 13px;
    }

    .geograf .geogrf-sp {
      font-size: 14px;
      line-height: 25px;
    }

    .sec-expense .expense-ps {
      margin-bottom: 50px;
    }
  }

  @media (max-width: 380px) {
    .sec-expense .expense-1 td, .sec-expense .expense-1 th, .sec-expense .expense-2 td, .sec-expense .expense-2 th, .sec-expense .expense-2 td.caption {
      padding: 5px 5px;
      font-size: 11px;
      line-height: 14px;
    }

    .geograf .tabs__caption li {
      padding: 19px 5px;
      font-size: 12px;
    }
  }

  .text-main {
    padding: 70px 0 35px;
    font-family: "Circe-Light";
    color: #232323;
    font-size: 16px;
    line-height: 24px;
  }

  .text-main h3 {
    font-size: 26px;
    line-height: 38px;
    font-family: "Circe-ExtraBold";
    color: #000000;
  }

  .text-main h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    letter-spacing: normal;
    margin-bottom: 20px;
    font-family: "Circe-ExtraBold";
    margin-top: 40px;
}




  .text-main ul>li {
    position: relative;
    list-style: none;
    padding-left: 35px;
    margin-bottom: 10px;
}

.text-main ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
    background: rgba(12, 218, 146, 1);
    background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
    background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
}

.text-main ol, .text-main ul {
    padding-left: 0;
    margin: 20px 0px;
}

.text-main ol {
    counter-reset: myCounter;
}

.text-main ol>li {
    position: relative;
    list-style: none;
    padding-left: 45px;
    margin-bottom: 10px;
}

.text-main ol>li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    border-radius: 50%;
    background: rgba(12, 218, 146, 1);
    background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12, 218, 146, 1)), color-stop(100%, rgba(6, 197, 218, 1)));
    background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
    display: inline-block;
    text-align: center;
    line-height: 23px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Circe-ExtraBold";
    padding-top: 4px;
}

  .hide-wrapper .read_more {
    font-family: "Circe-Bold";
    padding: 0;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    border: 0;
    border-bottom: 1px dotted #31C4D6;
    color: #31C4D6;
    background: transparent;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 3;
    outline: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .hide-wrapper .read_more:hover {
    cursor: pointer;
    color: #58e5b6;
  }

  .hide-wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
  }

  .hide-wrapper::after {
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 2;
    position: absolute;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=1);
  }

  .hide-wrapper.active::after {
    content: none;
  }

  


  .actions-slider {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 47px;
    overflow: hidden;

}

.actions-slider__title {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}

.actions-slider::after {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    width: 10%;
    /* background: #fff; */
    background-image: linear-gradient(-90deg, #fff 0, rgba(255,255,255,0) 100%);
    z-index: 3;
}

.actions-slider__wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-left: -8px;
    margin-right: -8px;
}

.actions-slider__nav {
    position: absolute;
    border-radius: 50%;

    top: 50%;
    transform: translateY(-50%);
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #24d1bb;

    background-image: linear-gradient(-90deg, #62E1CD 0, #3AA8E1 100%);    
    transition: all .3s;
}

.actions-slider__nav::after {
    content: '';
    position: absolute;
    display: block;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all .3s;

}

.actions-slider__nav.slick-disabled {
    opacity: 0.3;
    cursor: default;
}

.actions-slider__nav:not(.slick-disabled):hover {
    background-image: none;
    cursor: pointer;
}
.actions-slider__nav:not(.slick-disabled):hover::after{
    border-color: #179eda;    
}


.actions-slider__nav svg {
    width: 13px;
    height: 24px;
    
}


.actions-slider__nav_prev {
    left: 0;
}

.actions-slider__nav_next {
    right: 0;
}

.actions-slider__sm-nav {
    display: none;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    
    max-width: 140px;
    margin: 20px auto 0;
}
@media screen and (max-width: 575px) {
    .actions-slider__sm-nav {
        display: flex;
    }
    .actions-slider__nav {
        position: relative;
        top: auto;
        transform: none;
    }
    .actions-slider__nav_prev {
        left: auto;
    }
    
    .actions-slider__nav_next {
        right: auto;
    }
}

.actions-slider__wrap .slick-list {
    padding: 0 10% 0 0;
}

@media screen and (max-width: 489px) {
    .actions-slider__wrap .slick-list {
        padding-right: 40%;
    }
    
}

@media screen and (max-width: 400px) {
    .actions-slider__wrap .slick-list {
        padding-right: 10%;
    }
    
}

.actions-slider__wrap .slick-track {
    display: flex;
}
.actions-slider__wrap .slick-slide {
    float: none;
    height: auto;
    /* height: 227px; */
    /* height: 100%; */
}
.actions-slider__wrap .slick-slide > div {
    height: 100%;

}

.actions-slider__item {
    position: relative;
    padding: 0 8px;
    box-sizing: border-box;
    display: block;
    height: 100%;
}

.actions-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border-radius: 13px;
    padding: 24px 16px ;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;

}




.actions-item__body {    
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
}

.actions-item__body h3 {
    color: #000;
    font-size: 21px;
    line-height: 17px;
    font-family: "Circe-Bold";

    margin: 0 0 23px 0;
    padding-right: 40px;
    box-sizing: border-box;
}

.actions-item__body h3 span {
    color: #FF0026;
}

.actions-item__body p {    
    font-size: 12px;
    line-height: 14px;
    color: #000;
}

.actions-item__btn {
    position: relative;
    display: inline-flex;
    align-items: center;

    justify-content: center;
    
    width: 163px;
    height: 40px;
    /* padding: 11px 20px; */
    border-radius: 24px;
    
    margin-top: 8px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    background: linear-gradient(135deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
    

}

/* .actions-item__btn::after {
    content: '';
} */
.actions-item__btn span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #000;
    z-index: 3;
    transition: all .3s;
    background-color: #fff;
    border-radius: 24px;
    padding: 11px 20px;
    width: 163px;
    height: 40px;
    font-family: "Circe-Bold";

    border-radius: 24px;
    font-size: 16px;
    line-height: 17px;



}

.actions-item__btn:hover {
    box-shadow: -3px -2px 25px 0px rgba(0, 0, 0, 0.25);    

}
.actions-item__btn:hover span {
    color: #fff;
    background-color: rgba(255,255,255,0);
}


.actions-item__img {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    z-index: 0;
    width: 80px;
    height: 80px;
}

.actions-item__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* переделка меню */

.show-header-logo {
  position: relative;
  z-index: 99999;
}


.no-scroll {
  overflow: hidden;
  width: auto;
}

.no-scroll.touch-device {
width: 100%;
}

/*.menu-vnutr {
  clear: both;
  position: relative;
  height: 70px;
  margin-top: 140px;
}*/

#menu-vnutr {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 4;
}

#menu-vnutr .menu-item {
  padding: 20px 49.5px;
  width: auto;
  float: left;
  list-style: none;
}

#menu-vnutr .menu-item ul {
}

#menu-vnutr li::before {
  display: none;
}

#menu-vnutr .menu-item-link-drop-dn {
  position: relative;
}

#menu-vnutr .menu-item-link-drop-dn::after {
  content: "";
  background: url("../img/menu-vnutr-arrow.png") no-repeat;
  width: 9px;
  height: 7px;
  background-position: 0 0;
  position: absolute;
  top: 11px;
  right: -20px;
}

#menu-vnutr .menu-item-link {
  font-size: 20px;
  line-height: 30px;
  font-family: "Circe-ExtraBold";
  color: #231e15;
  text-align: center;
}

#menu-vnutr .menu-item-link:hover {
  color: #07c9ca;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 768px) {

  /*#menu-vnutr .menu-item:first-child {
    text-align: left;
    padding-left: 0;
  }*/
}

#menu-vnutr .menu-item:last-child {
  text-align: right;
  padding-right: 0;
}

#menu-vnutr .menu-item-drop-dn .menu-item-link {
  position: relative;
  z-index: 45;
}

#menu-vnutr .menu-item-drop-dn ul {
  list-style: none;
  display: none;
  position: absolute;
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(12, 218, 146, 1)),
    color-stop(100%, rgba(6, 197, 218, 1))
  );
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  color: #fff;
  width: calc(100% + 30px);
  padding: 70px 35px 35px;
  box-sizing: border-box;
  margin: 0 0px 0 -30px;
  top: 0px;
  z-index: 44;
}

#menu-vnutr .menu-item-drop-dn:hover .menu-item-link-drop-dn::after {
  background-position: 0 -7px;
}

#menu-vnutr .menu-item-drop-dn ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

#menu-vnutr .menu-item-drop-dn ul li:last-child {
  margin-bottom: 0;
}

#menu-vnutr .menu-item-drop-dn ul .menu-item-link {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Circe-Regular";
}

#menu-vnutr .menu-item-drop-dn ul .menu-item-link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #menu-vnutr .menu-item-drop-dn:hover ul {
    display: block;
  }
  
}

#menu-vnutr .menu-item-link-drop-dn:hover {
  color: #fff;
}

#responsive-menu-button {
  display: none;
}


.menu-vnutr__md-arrow {
  display: none;
  width: 16px;
  height: 16px;
  position: relative;
  margin-top: 3px;
  margin-left: 7px;
  
  
}

.menu-vnutr__md-arrow svg {
  width: 16px;
  height: 16px;
  stroke: #000;
  transition: all .3s;
}

.menu-vnutr-close {
  display: none;
  position: absolute;
  top: -44px;
  right: 20px;
  width: 14px;
  height: 13px;
  z-index: 1;



}
.menu-vnutr-close::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 17px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);

}
.menu-vnutr-close::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 17px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);

}

@media (min-width: 768px) {
  #menu-vnutr .menu-item-drop-dn ul > li > ul {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .prof__title-box > .title {
    font-size: 30px;
  }
  #menu-vnutr .menu-item {
    padding: 20px 29px;
  }
  .telephone {
    text-align: right;
  }
  #responsive-menu-button {
    height: 15px;
    margin-top: 2px;
  }
}
@media (max-width: 991px) {
  #menu-vnutr .menu-item {
    padding: 10px 21px;
  }
  #menu-vnutr .menu-item-drop-dn ul {
    width: 200px;
  }
  #menu-vnutr .menu-item-link {
    font-size: 15px;
  }
  #menu-vnutr .menu-item:last-child {
    padding-left: 30px;
  }
  .menu-vnutr {
    margin-top: 125px;
    height: auto;
  }
  #menu-vnutr .menu-item-link-drop-dn::after {
    top: 7px;
  }

}

@media (max-width: 767px) {

  
  /* 24.12.2024 */
  /* #responsive-menu-button {
    z-index: 99999 !important;
    } */
  
  .menu-vnutr { 
    display: none;
    position: fixed;
    top: 0;
    /* 24.12.2024 */
    padding-top: 117px;   
    margin-top: 0; 
    bottom: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 99998;
    
    /* 24.12.2024 */
    padding-bottom: 47px;
    /* margin-bottom: -5px; */
    outline: 1px solid transparent;
    /* overflow-y: hidden;
    overflow-x: hidden; */
    overflow: auto;
    height: 100vh;
    /* min-height: 650px; */
    background: #fff;
    -webkit-box-shadow: 10px 10px 36px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 10px 10px 36px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 10px 10px 36px 0px rgba(0, 0, 0, 0.26);
  }

  .menu-vnutr.show {
    display: block;
  }

  #menu-vnutr .menu-item-link-drop-dn::after {
    display: none;
  }

  .menu-vnutr .row {
    position: relative;
  }

  #menu-vnutr .menu-item-drop-dn ul {
    /* display: block !important; */
    display: block;
    position: relative;
    /* color: #06c4da; */
    background: transparent;
    padding: 0;
    margin: 10px 0 20px;
    width: 100%;
    transition: all .3s;
  }
  
  #menu-vnutr .menu-item-drop-dn > ul {
    display: none;
    margin: 15px 0;

  }

  #menu-vnutr .menu-item-drop-dn ul li:not(:last-child) {
    margin-bottom: 7px;
  }

  #menu-vnutr .menu-item-drop-dn ul .menu-item-link {
    text-align: right;
    font-size: 16px;
    color: #000;
    line-height: 14px ;
    font-family: "Circe-Bold" ;
    padding: 0;
    margin: 0;

  }

  
  #menu-vnutr .menu-item-drop-dn ul > li > ul .menu-item-link {
    
    font-family: "Circe-Regular" ;


  }

  /* .menu-vnutr .container {
    margin: 0 0px 0 auto !important;
    display: block;
    width: 300px;
  } */
  #menu-vnutr {
    margin: 0;
    padding: 0 20px;
    width: 100%;
  }
  #menu-vnutr .menu-item {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    float: none;
    padding: 0 ;
    
    text-align: right;
    margin-bottom: 19px;
  }

  #menu-vnutr .menu-item-drop-dn.show-drop > a {
    color: #03D3CF;    
  }

  #menu-vnutr .menu-item-drop-dn.show-drop > .menu-vnutr__md-arrow svg {
    stroke: #03D3CF;
    transform: rotateX(180deg);
  }

  #menu-vnutr .menu-item-drop-dn.show-drop > ul { 
    display: block;

  }

  #menu-vnutr .menu-item a {
    font-size: 21px;
    line-height: 21px;
    font-family: "Circe-Bold";    
    margin: 0;
    /* margin-bottom: 19px; */
    box-sizing: border-box;
    /* display: block; */
    /* text-align: right;     */
    display: inline-block;
    width: auto;
  }


  #menu-vnutr .menu-item:last-child {
    padding-left: 0;
    /* text-align: left; */
  }

  #menu-vnutr .menu-item-link-drop-dn:hover {
    color: #06c4da;
  }

  #responsive-menu-button {
    display: inline-block;
  }

  .menu-vnutr__md-arrow {
    display: block;
    
  }

  .menu-vnutr-close {
    display: block;
  }
}

.menu-vnutr-contacts {
  display: none;
  position: relative;
  width: 100%;
  text-align: right;
  margin: 44px 0 34px;
  padding: 0 20px;
}

.menu-vnutr-contacts__item {
  display: block;
  position: relative;
  width: 100%;
  text-align: right;
  color: #000;
  margin-bottom: 14px;
}

.menu-vnutr-contacts__item a {
  display: inline-block;
  position: relative;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  
  font-family: "Circe-Bold";        

}

.menu-vnutr-contacts__item_tel {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.menu-vnutr-contacts__item_worktime {
  font-size: 14px;
  line-height: 14px;
  
}

.menu-vnutr-contacts__item_email {
  font-size: 14px;
  line-height: 14px;
  color: #03D3CF;
}

.menu-vnutr-socials {
  display: none;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
}

.menu-vnutr-socials:not(:last-child) {
  margin-bottom: 10px;
}

.menu-vnutr-socials__item {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 34px;
}

.menu-vnutr-socials__item_green {
  fill: #0cda91;
}

.menu-vnutr-socials__item:not(:last-child) {
  margin-right: 5px;
}

.menu-vnutr-socials__item svg {
  width: 28px;
  height: 28px;

}


@media (max-width: 767px) {
  .menu-vnutr-contacts {
      display: block;
  }
  .menu-vnutr-socials {
      display: flex;
  }
}


.menu-vnutr-contacts {
    display: none;
    position: relative;
    width: 100%;
    text-align: right;
    margin: 44px 0 34px;
    padding: 0 20px;
}

.menu-vnutr-contacts__item {
    display: block;
    position: relative;
    width: 100%;
    text-align: right;
    color: #000;
    margin-bottom: 14px;
}

.menu-vnutr-contacts__item a {
    display: inline-block;
    position: relative;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    
    font-family: "Circe-Bold";        

}

.menu-vnutr-contacts__item_tel {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.menu-vnutr-contacts__item_worktime {
    font-size: 14px;
    line-height: 14px;
    
}

.menu-vnutr-contacts__item_email {
    font-size: 14px;
    line-height: 14px;
    color: #03D3CF;
}

.menu-vnutr-socials {
    display: none;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
}

.menu-vnutr-socials:not(:last-child) {
    margin-bottom: 10px;
}

.menu-vnutr-socials__item {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 34px;
}

.menu-vnutr-socials__item_green {
    fill: #0cda91;
}

.menu-vnutr-socials__item:not(:last-child) {
    margin-right: 5px;
}

.menu-vnutr-socials__item svg {
    width: 28px;
    height: 28px;

}
 
.menu-vnutr-contacts, .menu-vnutr-socials, .uslugi_drop {
   display: none; 
}

#menu-vnutr .menu-item.uslugi_drop_pc {
  display: list-item;
}

@media (max-width: 767px) {
    .menu-vnutr-contacts {
        display: block;
    }
    .menu-vnutr-socials {
        display: flex;
    }
    
    .uslugi_drop {
        display: list-item;
    }
    
    #menu-vnutr .menu-item.uslugi_drop_pc {
      display: none;
    }

    #header .social-box, #header .call-box, #header .telephone-box {
        display: none;
    }
}

.tegi {
  margin: 20px 0;
}

.tag-cat {
  padding-left: 0;
}

.tegi ul.tag-cat {
  margin: 0;
}

.tegi ul.tag-cat li {
  background: rgb(230, 230, 230);
  min-width: 107px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  border-radius: 10px;
  background-image: -moz-linear-gradient(0deg, rgb(13, 222, 131) 0%, rgb(6, 196, 218) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(13, 222, 131) 0%, rgb(6, 196, 218) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(13, 222, 131) 0%, rgb(6, 196, 218) 100%);
  text-align: center;
  list-style: none;
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
  margin-right: 7px;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: "Circe-Regular";
}

.tegi ul.tag-cat li:hover {
  background: rgba(32, 216, 213, 1);
  background: -moz-linear-gradient(-45deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(32, 216, 213, 1)),
    color-stop(100%, rgba(33, 231, 145, 1))
  );
  background: -webkit-linear-gradient(-45deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
  background: linear-gradient(135deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20d8d5', endColorstr='#21e791', GradientType=1);
  -webkit-box-shadow: -3px -2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px -2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -3px -2px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
}

.tegi ul.tag-cat li a {
  color: #fff;
  text-decoration: none;
}

.tegi ul.tag-cat li:before {
  display: none;
}

.tegi ul.tag-cat li.vse-tegi {
  background: transparent;
  color: #3f97ff;
  min-width: auto;
  font-size: 14px;
  line-height: 18px;
  margin-left: 5px;
  border-bottom: 1px dotted #3f97ff;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.tegi ul.tag-cat li.vse-tegi:hover {
  cursor: pointer;
  box-shadow: none;
  border-bottom: 1px dotted transparent;
}


.actions-slider {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 47px;
  overflow: hidden;

}

.actions-slider__title {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}

.actions-slider::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: 10%;
  /* background: #fff; */
  background-image: linear-gradient(-90deg, #fff 0, rgba(255,255,255,0) 100%);
  z-index: 3;
}

.actions-slider__wrap {
  position: relative;
  display: block;
  width: 100%;
  margin-left: -8px;
  margin-right: -8px;
}

.actions-slider__nav {
  position: absolute;
  border-radius: 50%;

  top: 50%;
  transform: translateY(-50%);
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #24d1bb;

  background-image: linear-gradient(-90deg, #62E1CD 0, #3AA8E1 100%);    
  transition: all .3s;
}

.actions-slider__nav::after {
  content: '';
  position: absolute;
  display: block;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all .3s;

}

.actions-slider__nav.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

.actions-slider__nav:not(.slick-disabled):hover {
  background-image: none;
  cursor: pointer;
}
.actions-slider__nav:not(.slick-disabled):hover::after{
  border-color: #179eda;    
}


.actions-slider__nav svg {
  width: 13px;
  height: 24px;
  
}


.actions-slider__nav_prev {
  left: 0;
}

.actions-slider__nav_next {
  right: 0;
}

.actions-slider__sm-nav {
  display: none;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  
  max-width: 140px;
  margin: 20px auto 0;
}
@media screen and (max-width: 575px) {
  .actions-slider__sm-nav {
      display: flex;
  }
  .actions-slider__nav {
      position: relative;
      top: auto;
      transform: none;
  }
  .actions-slider__nav_prev {
      left: auto;
  }
  
  .actions-slider__nav_next {
      right: auto;
  }
}

.actions-slider__wrap .slick-list {
  padding: 0 10% 0 0;
}

@media screen and (max-width: 489px) {
  .actions-slider__wrap .slick-list {
      padding-right: 40%;
  }
  
}

@media screen and (max-width: 400px) {
  .actions-slider__wrap .slick-list {
      padding-right: 10%;
  }
  
}

.actions-slider__wrap .slick-track {
  display: flex;
}
.actions-slider__wrap .slick-slide {
  float: none;
  height: auto;
  /* height: 227px; */
  /* height: 100%; */
}
.actions-slider__wrap .slick-slide > div {
  height: 100%;

}

.actions-slider__item {
  position: relative;
  padding: 0 8px;
  box-sizing: border-box;
  display: block;
  height: 100%;
}

.actions-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border-radius: 13px;
  padding: 24px 16px ;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;

}




.actions-item__body {    
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
}

.actions-item__body h3 {
  color: #000;
  font-size: 21px;
  line-height: 17px;
  font-family: "Circe-Bold";

  margin: 0 0 23px 0;
  padding-right: 40px;
  box-sizing: border-box;
}

.actions-item__body h3 span {
  color: #FF0026;
}

.actions-item__body p {    
  font-size: 12px;
  line-height: 14px;
  color: #000;
}

.actions-item__btn {
  position: relative;
  display: inline-flex;
  align-items: center;

  justify-content: center;
  
  width: 163px;
  height: 40px;
  /* padding: 11px 20px; */
  border-radius: 24px;
  
  margin-top: 8px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
  background: linear-gradient(135deg, rgba(32, 216, 213, 1) 0%, rgba(33, 231, 145, 1) 100%);
  

}

/* .actions-item__btn::after {
  content: '';
} */
.actions-item__btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #000;
  z-index: 3;
  transition: all .3s;
  background-color: #fff;
  border-radius: 24px;
  padding: 11px 20px;
  width: 163px;
  height: 40px;
  font-family: "Circe-Bold";

  border-radius: 24px;
  font-size: 16px;
  line-height: 17px;



}

.actions-item__btn:hover {
  box-shadow: -3px -2px 25px 0px rgba(0, 0, 0, 0.25);    

}
.actions-item__btn:hover span {
  color: #fff;
  background-color: rgba(255,255,255,0);
}


.actions-item__img {
  position: absolute;
  right: 0;
  display: block;
  top: 0;
  z-index: 0;
  width: 80px;
  height: 80px;
}

.actions-item__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.hide_text {
  margin: 0px;
  padding: 5px 15px;
  width: 200px;
  cursor: pointer;
  border: 2px solid #06c4da;
  border-radius: 5px;
  color: #06c4da;
  display: block;
  text-align: center;
  font-weight: bold;
}

.price_hide_btn {
  width: 100%;
  text-align: right;
  vertical-align: middle;
  margin: 15px 0;
  border-radius: 40px;
  padding-right: 15px;
  max-width: 630px;
  background: #f1f0f2;
  margin: 0px auto 15px auto;
}

.price_hide_btn .hide_text {
  display: inline-block;
  background: rgba(12, 218, 146, 1);
  background: -moz-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(12, 218, 146, 1)),
    color-stop(100%, rgba(6, 197, 218, 1))
  );
  background: -webkit-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -o-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: -ms-linear-gradient(left, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  background: linear-gradient(to right, rgba(12, 218, 146, 1) 0%, rgba(6, 197, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cda92', endColorstr='#06c5da', GradientType=1);
  border: 0;
  border-radius: 40px;
  font-family: "Circe-ExtraBold";
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 33px 15px;
  width: 360px;
  vertical-align: middle;
  margin-right: -15px;
}

.price_hide_btn .hide_text:after {
  margin-left: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f077";
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

.price_hide_btn .active:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

@media (max-width: 850px) {
  .price_hide_btn .price {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding-right: 0;
    padding: 15px 0;
    margin: 0;
  }
  .price_hide_btn {
    text-align: center;
  }
  .price_hide_btn .price_big,
  .hide_text_block .price_hide_btn .price {
    display: block;
    padding: 15px 0;
    margin: 0 auto;
    width: 100%;
  }
  .hide_text_block div[itemprop="offers"] {
    display: block;
    width: 100%;
  }
  .price_hide_btn .hide_text {
    max-width: 360px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.faq {
  padding-bottom: 30px;
  padding-top: 30px;
}

.faq .faq-title {
  font-family: "Circe-ExtraBold";
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  margin-top: 60px;
}

.faq p {
  font-family: "Circe-Light";
  font-size: 18px;
  line-height: 30px;
  color: #231e15;
}

.faq h2 {
  margin-bottom: 30px;
}

.faq .card {
  position: relative;
  border: 1px solid #0bd897;
  background: #fff;
  border-radius: 28px;
  margin-bottom: 10px;
}

.faq .card-header {
  padding: 15px 45px 15px 25px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0px;
  font-family: "Circe-Bold";
  font-size: 18px;
  color: #231e15;
}

.faq .card-header:hover {
  cursor: pointer;
}

.faq .card-body {
  padding: 0 25px 25px;
  font-family: "Circe-Light";
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

.faq .card:after {
  content: "";
  background: url(../img/arrow-faq.svg) no-repeat;
  position: absolute;
  top: 29px;
  right: 20px;
  width: 12px;
  height: 6px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.faq .card.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq .card:after:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 1120px;
    }
}

@media (max-width: 460px) {
  .modal-content .box2 .box2-arrow {
        margin-left: 2px;
  }
  
  .modal-uslugi {
      min-width: calc(100% - 47px);
  }
  
}
