* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: Montserrat;
  background-color: #f7f7f7;
  font-size: 14px;
  position: relative;
}
p a:hover{
  text-decoration: underline;
}

body.hidden {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}
.wrap {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
}
.btn {
  outline: none;
  border: 0;
  cursor: pointer;
  line-height: 1em;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 400ms;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.btn span {
  position: relative;
  z-index: 4;
  display: block;
  text-align: center;
}
.btn:before,
.btn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 200ms;
  transform: translateX(-100%);
}
.btn:before {
  z-index: 1;
}
.btn:after {
  z-index: 2;
  transition: 400ms;
}
.btn:hover {
  position: relative;
  overflow: hidden;
}
.btn:hover:before {
  transform: translateX(0);
}
.btn:active:after {
  transform: translateX(0);
}
.btn_black {
  background: #3f4451;
  padding: 0;
  font-size: 14px;
  border-radius: 20px;
  color: #fff;
  transform: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.btn_black:after,
.btn_black:before {
  border-radius: 20px;
}
.btn_black:before {
  background-color: #4c515f;
}
.btn_black:after {
  background-color: #3f4451;
}
.btn_gradient {
  background: linear-gradient(180deg, #16a5e2 0%, #149bd5 100%);
  padding: 21px 65px;
  font-size: 14px;
  border-radius: 37px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.btn_gradient:after,
.btn_gradient:before {
  border-radius: 37px;
}
.btn_gradient:before {
  background-color: #16a5e2;
}
.btn_gradient:after {
  background-color: #1697cd;
}
.btn_arrow {
  padding: 21px 90px 21px 40px;
}
.btn_arrow span:after {
  content: '';
  width: 32px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -56px;
  transform: translateY(-7px);
  background: url("/img/btn_arrow.svg") no-repeat center/contain;
  transition: 400ms;
}
.btn_arrow:hover {
  padding-left: 65px;
  padding-right: 65px;
}
.btn_arrow:hover span:after {
  opacity: 0;
  right: -300px;
}
.section__title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #1a1919;
  margin-bottom: 40px;
  margin-top: 50px;
}
p {
  line-height: 1.4em;
}
p a {
  color: #15a3df;
  text-decoration: none;
}
.btn-back {
  width: 32px;
  height: 8px;
  position: absolute;
  top: 36px;
  right: 24px;
  background: url("/img/btn-back.svg") no-repeat center bottom/contain;
  cursor: pointer;
}
.btn-up {
  background: #fff url("/img/btn-up.svg") no-repeat center/12px 26px;
  border-radius: 37px;
  width: 64px;
  height: 64px;
  display: none;
  position: fixed;
  right: 32px;
  bottom: 32px;
  cursor: pointer;
  transition: 200ms;
  z-index: 3;
}
.btn-up.bottom {
  position: absolute;
  bottom: 333px;
}
.btn-up:hover {
  box-shadow: 0px 14px 26px rgba(96,179,212,0.35);
}
@media screen and (min-width: 768px) {
  .btn_gradient {
    font-size: 15px;
  }
  .section__title {
    text-align: left;
    font-size: 48px;
    margin-bottom: 60px;
    max-width: 460px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1170px) {
  .btn-up {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .btn_black span {
    padding: 11px 24px;
  }
}
@media screen and (max-width: 1169px) {
  body.hidden_mobile {
    height: 100vh;
    overflow: hidden;
  }
}
header {
  height: 78px;
  background-color: #f7f7f7;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.btn-cancel,
.btn-menu {
  width: 28px;
  height: 22px;
  position: relative;
  display: block;
}
.btn-cancel:before,
.btn-menu:before,
.btn-cancel:after,
.btn-menu:after {
  content: '';
  border-top: 2px solid #212121;
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.btn-cancel:after,
.btn-menu:after {
  border-bottom: 2px solid #212121;
  height: 17px;
  margin-top: -9px;
}
.btn-cancel {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  margin-bottom: 3px;
}
.btn-cancel:before,
.btn-cancel:after {
  width: 32px;
  border-width: 2px;
  border-color: #939393;
}
.btn-cancel:before {
  transform: rotate(45deg);
}
.btn-cancel:after {
  transform: rotate(-45deg);
  border-top-width: 1px;
  border-bottom-width: 1px;
  height: 0;
  margin-top: 0;
}
.logo {
  width: 111px;
  height: 50px;
  background: url("/img/logo/logoHeader.svg") no-repeat center/contain;
}
.menu {
  transform: translateX(-100%);
  transition: 400ms;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 5;
  width: 100%;
  height: 100vh;
  opacity: 0;
}



.menu.open {
  opacity: 1;
  transform: translateX(0);
  box-shadow: 0 0 0 10000px rgba(255,255,255,0.5);
}
.menu__headline {
  height: 78px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
.menu__title {
  color: rgba(76,76,76,0.6);
}
.menu__list {
  padding: 20px 32px;
}
.menu__list a {
  font-weight: 600;
  font-size: 16px;
  color: #1a1919;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  width: 100%;
  position: relative;
}
.menu__list .menu__btn {
  padding-top: 40px;
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  header .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .btn_header {
    padding: 0;
    background: 0;
    color: #1a1919;
  }
  .btn_header:after,
  .btn_header:before {
    display: none;
  }


  .modal-body{
    overflow: scroll;
    min-height: calc(100vh - 77px);
  }
}
@media screen and (min-width: 768px) {
  .menu__title {
    font-weight: 600;
    font-size: 60px;
    color: #1a1919;
    margin-bottom: 60px;
  }
  .menu {
    padding-top: 60px;
  }
  .btn-cancel {
    position: absolute;
    top: 32px;
    right: 32px;
  }
  .menu__headline {
    height: auto;
    display: block;
    border-bottom: 0;
    padding-left: 64px;
    padding-right: 64px;
  }
  .menu__list {
    padding-top: 0;
    padding-left: 64px;
    padding-right: 64px;
  }
  .menu__list > *:first-child {
    padding-top: 0;
  }
  .logo {
    width: 134px;
  }
}
@media screen and (max-width: 1169px) {
  .menu{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    min-height: 100vh;
  }
  .menu__list{
    min-height: calc(100vh - 77px);
    overflow: scroll;
  }
}
@media screen and (min-width: 1170px) {
  header {
    background-color: #f7f7f7;
    height: 144px;
    padding-bottom: 60px;
  }
  header .wrap {
    align-items: flex-end;
  }
  header .logo {
    margin-bottom: 8px;
  }
  .menu__title,
  .menu__cancel,
  .btn-menu {
    display: none;
  }
  .menu {
    position: static;
    transform: none;
    opacity: 1;
    height: auto;
    padding-top: 0;
    width: auto;
    background-color: transparent;
  }
  .menu__list {
    padding: 0;
    margin: 0;
    margin-left: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .menu__list .menu__btn {
    display: none;
  }
  .menu__list a {
    padding: 8px 0;
    margin-right: 60px;
    white-space: nowrap;
    position: relative;
    width: auto;
    font-weight: 500;
    font-size: 14px;
  }
  .menu__list a:first-child {
    padding-top: 8px;
  }
  .menu__list a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #15a3df;
    transition: 400ms;
  }
  .menu__list a:hover:before {
    width: 100%;
  }
}
.mainscreen__content {
  padding: 42px 0 70px;
  background: url("/img/bg_mainscreen.jpg") no-repeat center/cover;
  color: #fff;
  position: relative;
}
.mainscreen__content h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: left;
}
.mainscreen__content p {
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
}
.counter_block {
  padding: 70px 0 25px;
  background-color: #f7f7f7;
}
.counter__item {
  text-align: center;
  margin-bottom: 40px;
}
.counter__item:last-child {
  margin-bottom: 0;
}
.counter__num,
.counter__title {
  display: block;
}
.counter__num {
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  color: #15a3df;
}
.counter__title {
  font-size: 16px;
  line-height: 23px;
  color: #4c4c4c;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .mainscreen__content h1 {
    font-size: 60px;
    line-height: normal;
    max-width: 600px;
  }
  .mainscreen__content p {
    max-width: 464px;
    margin: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .counter_block .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .counter__item {
    width: calc(33.3% - 16px);
    margin-right: 32px;
  }
  .counter__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1170px) {
  .mainscreen {
    background: #f7f7f7;
    padding-bottom: 360px;
    position: relative;
  }
  .mainscreen > .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .mainscreen__after {
    content: '';
    width: 54%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(40,176,234,0.8) url("/img/bg_mainscreen.jpg") no-repeat center/cover;
  }
  .mainscreen__content,
  .counter_block {
    padding: 60px 0 0;
    position: relative;
    z-index: 2;
    background-color: transparent;
  }
  .mainscreen__content .wrap,
  .counter_block .wrap {
    padding: 0;
  }
  .counter__item {
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 100px;
    margin-bottom: 60px;
    margin-right: 0;
  }
  .counter__item:last-child {
    margin-bottom: 0;
  }
  .counter__item:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    top: 49px;
  }
  .counter__title,
  .counter__num {
    color: inherit;
  }
  .counter__num {
    font-size: 96px;
    line-height: 97px;
  }
  .mainscreen__content {
    color: #1a1919;
    background: transparent;
  }
  .mainscreen__content h1 {
    color: #1a1919;
  }
  .mainscreen__content .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1169px) {
  .mainscreen .btn_arrow {
    padding-left: 44px;
    padding-right: 44px;
  }
  .mainscreen .btn_arrow span:after {
    display: none;
  }
  .mainscreen .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .mainscreen > .wrap {
    padding: 0;
    max-width: none;
    margin: 0;
  }
}
.mainscreen__content__btn.fixed {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  -webkit-animation: slide-in-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.block-tooltip {
  display: none;
}
@media screen and (min-width: 1170px) {
  .mainscreen__content__btn.fixed {
    font-size: 0;
    bottom: 50%;
    margin-top: 0;
    left: 32px;
    padding: 0;
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .mainscreen__content__btn.fixed span {
    display: block;
    padding-top: 64px;
    padding-left: 64px;
    background: linear-gradient(180deg, #16a5e2 0%, #149bd5 100%);
  }
  .mainscreen__content__btn.fixed span:after {
    width: 32px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mainscreen__content__btn.fixed:hover span:after {
    right: auto !important;
    opacity: 1 !important;
  }
  .block-tooltip {
    font-size: 14px;
    line-height: normal;
    background-color: #fff;
    color: #4c4c4c;
    position: fixed;
    padding: 24px;
    bottom: 50%;
    margin-top: 0;
    left: 108px;
    display: inline-block;
    text-transform: none;
    font-weight: normal;
    filter: drop-shadow(0 1px 4px rgba(76,76,76,0.05));
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 200ms;
  }
  .block-tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 9px solid transparent;
    position: absolute;
    left: -11px;
  }
  .block-tooltip.show {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes slide-in-bottom {
  0% {
    bottom: -100px;
    opacity: 0;
  }
  100% {
    bottom: 32px;
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes slide-in-bottom {
  0% {
    bottom: -100px;
    opacity: 0;
  }
  100% {
    bottom: 32px;
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-bottom {
  0% {
    bottom: -100px;
    opacity: 0;
  }
  100% {
    bottom: 32px;
    opacity: 1;
  }
}
@-o-keyframes slide-in-bottom {
  0% {
    bottom: -100px;
    opacity: 0;
  }
  100% {
    bottom: 32px;
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    bottom: -100px;
    opacity: 0;
  }
  100% {
    bottom: 32px;
    opacity: 1;
  }
}
@-moz-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.directions__container {
  background-color: #fff;
}
.directions__items {
  padding: 30px 0 20px;
}
.directions__item {
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
.directions__ic {
  width: 64px;
  height: 64px;
  background: no-repeat center bottom/contain;
  display: inline-block;
  margin-bottom: 24px;
}
.directions__title {
  font-weight: 500;
  line-height: 20px;
  max-width: 160px;
  margin: 0 auto;
}
.directions__desc {
  line-height: 20px;
}
.direction__modal {
  height: 100vh;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 5;
  padding: 78px 32px;
  text-align: center;
  transition: 400ms;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
/* хром, сафари */
/*.element::-webkit-scrollbar { width: 0; }*/

/* ie 10+ */
/*.element { -ms-overflow-style: none; }*/
.direction__modal.open {
  left: 0;
}
.directions__desc {
  text-align: left;
  margin: 32px 0 40px;
}
.directions__ic1 {
  background-image: url("/img/ic_directions-1.svg");
}
.directions__ic2 {
  background-image: url("/img/ic_directions-2.svg");
}
.directions__ic3 {
  background-image: url("/img/ic_directions-3.svg");
}
.directions__ic4 {
  background-image: url("/img/ic_directions-4.svg");
}
@media screen and (max-width: 767px) {
  .direction__modal .btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .direction__modal {
    max-width: 640px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    box-shadow: 0 0 0 10000px rgba(255,255,255,0.5);
    border-radius: 20px;
    padding: 60px;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .direction__modal:after {
    border-radius: 20px;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: fixed;
    box-shadow: 0 5px 25px rgba(26,25,25,0.11);
  }
  .direction__modal.open {
    opacity: 1;
    visibility: visible;
    left: 50%;
    display: block;
  }
  .btn-back {
    top: 28px;
    right: 28px;
    width: 24px;
    height: 24px;
    background-image: url("/img/btn-cancel.svg");
  }
  .directions__items {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    background-color: #fff;
  }
  .directions__items {
    padding: 0;
  }
  .directions__item {
    width: 50%;
    padding: 64px 20px;
  }
  .directions__container {
    background: #f7f7f7;
  }
}
@media screen and (min-width: 1170px) {
  .directions__item {
    width: calc(100% / 3);
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
  }
  .directions__item > * {
    position: relative;
    z-index: 2;
  }
  .directions__item:after {
    content: '';
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #009689 linear-gradient(179.42deg, #009689 -89.46%, #19c3b4 57.47%, #059286 190.48%);
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
  }
  .directions__item:hover {
    color: #fff;
  }
  .directions__item:hover:after {
    visibility: visible;
    opacity: 1;
  }
  .directions__item:hover .directions__ic1 {
    background-image: url("/img/ic_directions-1_w.svg");
  }
  .directions__item:hover .directions__ic2 {
    background-image: url("/img/ic_directions-2_w.svg");
  }
  .directions__item:hover .directions__ic3 {
    background-image: url("/img/ic_directions-3_w.svg");
  }
  .directions__item:hover .directions__ic4 {
    background-image: url("/img/ic_directions-4_w.svg");
  }
  .directions__container {
    background-color: transparent;
  }
  .directions__container > .wrap {
    position: relative;
  }
  .directions {
    position: relative;
    margin-top: -240px;
    margin-bottom: 205px;
  }
  .direction__modal {
    position: absolute;
    bottom: 0;
    left: 32px;
    width: calc(100% - 64px);
    top: auto;
    transform: translate(0, 100%);
    padding: 32px 60px 40px;
    background-color: #f7f7f7;
    box-shadow: 0 16px 21px rgba(142,158,170,0.08);
    border-radius: 0;
    max-width: none;
    display: block;
  }
  .direction__modal.open {
    left: 32px;
  }
  .direction__modal:after {
    display: none;
    border-radius: 0;
  }
  .direction__modal .btn_gradient,
  .direction__modal .directions__ic,
  .direction__modal .directions__title,
  .direction__modal .btn-back {
    display: none;
  }
  .directions__desc {
    margin: 0;
  }
}
.advantages__img {
  display: none;
}
.advantages {
  padding: 50px 0;
}
.advantages__item {
  margin-bottom: 40px;
  position: relative;
  line-height: 20px;
  font-weight: 500;
}
.advantages__item:last-child {
  margin-bottom: 0;
}
.advantages__item:before {
  content: '';
  width: 32px;
  height: 2px;
  background-color: #00cab9;
  position: absolute;
  left: -16px;
  transform: translateX(-100%);
  top: 10px;
}
@media screen and (max-width: 1169px) {
  .advantages {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .advantages {
    padding: 80px 0;
  }
  .advantages__img {
    display: block;
    width: 278px;
    height: 404px;
    object-fit: cover;
    position: relative;
    right: -64px;
  }
  .advantages__item {
    margin-left: 100px;
  }
  .advantages__item:before {
    left: -60px;
    width: 40px;
  }
  .advantages__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .advantages__item {
    margin-bottom: 60px;
    max-width: 234px;
  }
}
@media screen and (min-width: 1170px) {
  .advantages {
    padding: 0;
    background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 90%, #fff 90%);
  }
  .advantages__img {
    right: 68px;
    width: 468px;
    height: 683px;
    top: 25px;
  }
  .advantages__container {
    align-items: flex-start;
  }
}
.step__item {
  text-align: center;
  padding: 20px;
}
.step__ic {
  background: no-repeat center bottom/contain;
  display: inline-block;
  width: 102px;
  height: 84px;
  margin-bottom: 24px;
}
.step__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  max-width: 200px;
  margin: 0 auto;
}
.step {
  background-color: #fff;
  padding: 50px 0 30px;
}
@media screen and (min-width: 768px) {
  .step .section__title {
    max-width: 400px;
  }
  .step__items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .step__item {
    width: 50%;
  }
  .step__item:first-child {
    margin-bottom: 40px;
  }
  .step__item:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1170px) {
  .step {
    flex-wrap: nowrap;
    padding: 80px 0 98px;
  }
  .step__item {
    width: 25%;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
  .step__item:last-child:after {
    display: none;
  }
  .step__item:after {
    content: '';
    width: 40px;
    height: 12px;
    position: absolute;
    background: url("/img/ic_arrow.svg") no-repeat center/contain;
    top: 32px;
    right: 0;
    transform: translateX(50%);
  }
}
.client {
  padding: 50px 0;
}
.client__img {
  background-color: #fff;
  text-align: center;
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client__img img {
  max-width: 90%;
  max-height: 100%;
}
.client__title {
  height: 78px;
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1a1919;
  border-bottom: 2px solid #fff;
  transition: 400ms;
}
.client__item {
  margin-left: 16px;
  width: 272px;
  transition: 400ms;
  cursor: pointer;
  text-decoration: none;
  outline: none!important;
}
.slick-list{
  margin-left: -16px!important;
}
.slick-arrow {
  background: #fff no-repeat center/auto 12px;
  box-shadow: 0 14px 26px rgba(96,179,212,0.35);
  border-radius: 37px;
  position: absolute;
  top: 102px;
  width: 64px;
  height: 64px;
  font-size: 0;
  -webkit-appearance: none;
  border: 0;
  outline: none;
  z-index: 3;
  display: none !important;
  cursor: pointer;
  transition: 400ms;
}
.slick-arrow:hover {
  background-color: #00cab9;
}
.slick-next {
  right: -37px;
  background-image: url("/img/slide-right.svg");
}
.slick-next:hover {
  background-image: url("/img/slide-right_h.svg");
}
.slick-prev {
  background-image: url("/img/slide-left.svg");
  left: -37px;
}
.slick-prev:hover {
  background-image: url("/img/slide-left_h.svg");
}
.slider__list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .client__title {
    height: 128px;
  }
  .client {
    padding: 80px 0;
  }
  .client__img {
    height: 268px;
  }
}
@media screen and (max-width: 1169px) {
  .client .btn {
    display: none;
  }
  .slider.wrap {
    padding: 0;
  }
}
@media screen and (min-width: 1170px) {
  .client {
    padding: 205px 0;
  }
  .slick-arrow {
    display: block !important;
  }
  .slider__list {
    margin-bottom: 60px;
  }
  .slider__list .slick-track {
    padding-top: 12px;
  }
  .client__item:hover {
    transform: translateY(-12px);
  }
  .client__item:hover .client__title {
    border-bottom: 2px solid #00cab9;
  }
}
.faq {
  overflow: hidden;
}
.faq__list {
  margin-bottom: -360px;
  position: relative;
  z-index: 2;
}
.faq__item {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.faq__item:after {
  content: '';
  width: 0;
  height: 1px;
  border-bottom: 1px solid #00cab9;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 400ms;
}
.faq__item:hover:after {
  width: 100%;
}
.faq__item:last-child {
  border-bottom: 0;
}
.faq__item:last-child:after {
  border-bottom: 0;
}
.faq__title {
  position: relative;
  padding: 24px 14px;
  padding-left: 60px;
  font-weight: 600;
  color: #4c4c4c;
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.faq__title.active .ic_plus span {
  background-image: url("/img/ic_minus.svg");
}
.faq__title:active .ic_plus:after {
  transform: scale(1);
  transition: 200ms;
}
.ic_plus {
  margin-right: 12px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  position: absolute;
  display: inline-block;
  top: 19px;
  left: 18px;
}
.ic_plus span {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: url("/img/ic_plus.svg") no-repeat center/12px 12px;
}
.ic_plus:after,
.ic_plus:before {
  content: '';
  height: 32px;
  width: 32px;
  border-radius: 32px;
  top: 0;
  left: 0;
  background-color: #f6f6f6;
  position: absolute;
  transform: scale(0);
  transition: 400ms;
}
.ic_plus:after {
  background-color: #e1e1e1;
}
.faq__plate {
  padding: 24px;
  padding-top: 16px;
  padding-left: 70px;
  padding-bottom: 40px;
  display: none;

}
.faq__plate *:first-child {
  margin-top: 0;
}
.faq__plate *:last-child {
  margin-bottom: 0;
}
.faq__plate li,
.faq__plate p,
.faq__plate h3 {
  font-family: Montserrat;
  margin: 24px 0;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 20px;
}
.faq__plate h3 {
  font-weight: 600;
}
.contact-us__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
  color: #fff;
}
.contact-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 440px 0 310px;
  position: relative;
}
.contact-us__before {
  content: '';
  width: 50vw;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: rgba(40,176,234,0.8) url("/img/bg_faq.jpg") no-repeat center/cover;
  background-position: right top;
}
span.contact-us__item {
  margin-bottom: 16px;
}
.contact-us__item {
  margin-bottom: 8px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.contact-us__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1169px) {
  .faq .wrap {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .faq .section__title {
    padding-left: 64px;
  }
  .faq__title {
    font-size: 18px;
  }
  .faq__list {
    padding: 40px;
    background-color: #fff;
    margin-left: 64px;
    margin-right: 64px;
  }
  .contact-us__title {
    margin-bottom: 60px;
    font-size: 48px;
  }
}
@media screen and (min-width: 1170px) {
  .faq .section__title {
    padding-left: 0;
  }
  .faq {
    position: relative;
  }
  .faq__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .faq__title {
    padding-left: 70px;
  }
  .faq__title:hover .ic_plus:before {
    transform: scale(1);
    transition: 200ms;
  }
  .contact-us {
    order: -1;
    padding-top: 60px;
    padding-bottom: 690px;
  }
  .contact-us:before {
    left: auto;
    right: 0;
    top: 0;
    width: 50vw;
  }
  .contact-us__title {
    font-size: 24px;
    padding-bottom: 24px;
    margin-bottom: 32px;
    position: relative;
  }
  .contact-us__title:after {
    content: '';
    width: 64px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(255,255,255,0.8);
  }
  .contact-us {
    align-items: flex-start;
    flex: 1;
  }
  .faq__list {
    margin-left: 32px;
    width: 64%;
    min-width: 64%;
    margin-bottom: 350px;
  }
}
@media screen and (max-width: 767px) {
  .faq__list {
    margin-bottom: 0;
  }
  .contact-us {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1169px) {
  .parallax,
  .contact-us__before {
    background-size: cover;
  }
  .contact-us__before {
    width: 100%;
  }
}
.popup-form {
  overflow: scroll;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: -100%;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
  -ms-overflow-style: none;
}
/* хром, сафари */
.popup-form::-webkit-scrollbar { width: 0; height: 0px}
.popup__body{
  flex: 1;
  min-height: calc(100vh - 155px);
}
.popup__body_scroll-default{
  flex: 1;
  min-height: auto;
}

.popup-form.open {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.popup-form button {
  margin-top: 60px;
}
.form__item {
  position: relative;
  width: 100%;
}
.form__item label {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 50%;
  transition: 0.2s;
  font-size: 14px;
}

.select2-selection,
.select2-search__field,
.select2-container .select2-selection--single,
.activetrigger,
.trigger,
.input {
  border-radius: 0;
  -webkit-appearance: none;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  height: 51px;
  outline: none;
  margin-top: 24px;
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #1a1919;
  font-family: Montserrat;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background-color: #fff;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection{
  box-shadow: none;
  border: 0;
}
.select2-container--bootstrap .select2-selection{
  box-shadow: none;
  border: 0;
  border-radius: 0;
  color: #1a1919;
}

.select2-search__field{
  width: 100%!important;
  border: 0!important;
  border-bottom: 1px solid #e1e1e1!important;
  padding: 0 8px!important;
  box-shadow: none!important;
  border-radius: 0!important;
  height: 36px;
}


.select2-container--bootstrap .select2-selection--multiple{
  height: 51px;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-search__field,
.input {
  margin-top: 0!important;
}
.select2-search.select2-search--inline{
  width: 100%;
}

.input:focus ~ .focus-border,
.has-content.input ~ .focus-border {
  width: 100%;
}
.input:focus ~ label,
.has-content.input ~ label {
  top: 8px;
  font-size: 10px;
}

.form_region select:focus ~ label,
.select2-container--open ~ label {
  top: 8px;
  font-size: 10px;
}
.form__item {
  margin: 24px 0 0;
}
.form__item label {
  color: rgba(76,76,76,0.6);
  top: 36px;
  transform: translateY(-16px);
  z-index: 1;
  width: 100%;
}
.focus-border {
  position: absolute;
  top: 50px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #15a3df;
  transition: 0.2s;
}
.form > *:first-child {
  margin-top: 0;
}
.form > *:last-child {
  margin-bottom: 0;
}
.popup__title {
  font-weight: 600;
  font-size: 24px;
  color: #1a1919;
  margin-bottom: 40px;
}
.popup__h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 40px 0 24px;
}
.popup-form {
  padding: 78px 0;
}
.popup__body {
  padding: 0 32px;
}
.txt-error {
  color: #ef1b1b;
  font-size: 10px;
  line-height: 15px;
  display: none;
  margin-top: 8px;
}
select.has-error,
input.has-error,
.form__item_error .input {
  border-bottom-color: #ef1b1b;
}
.form__item_error .focus-border {
  background-color: transparent;
}
input.has-error + .txt-error,
.form__item_error .txt-error {
  display: block;
}

.select2-dropdown{
  padding: 8px 0!important;
  border: 0!important;
}

input {outline: none;}
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
  -webkit-text-fill-color: #1a1919!important; /* цвет текста */
  color: #1a1919!important; /* цвет текста */
}

.activetrigger:active,
.trigger:active {
  background-color: #fff;
}
.select2-container .select2-selection--single,
.activetrigger,
.trigger {
  display: flex;
  align-items: center;
}
.select2-container .select2-selection--single,
.activetrigger,
.trigger,
.select {
  text-decoration: none;
  margin-top: 0;
  background: url("/img/ic_select.svg") no-repeat right 8px center/12px 6px;
}

.select2-container .select2-selection--single{
  box-shadow: none!important;
  border: 0!important;
  border-bottom: 1px solid #e1e1e1!important;
  padding: 0;
}

.select2-results__option{
  padding: 8px 12px!important;
  font-size: 14px;
  line-height: 20px;
  color: #1A1919!important;
}

.select2-results__option--highlighted{
  background-color: #F6F6F6!important;
}



.popup-restore,
.popup-sign {
  text-align: center;
}
.popup-restore .form__item,
.popup-sign .form__item {
  text-align: left;
}
.form_half {
  max-width: 300px;
  margin: 0 auto;
}
.form__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #15a3df;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
  cursor: pointer;
}
.form__link:hover {
  text-decoration: underline;
}
.btn-minimize {
  width: 32px;
  height: 8px;
  position: absolute;
  top: 36px;
  left: 24px;
  background: url("/img/btn-back.svg") no-repeat center bottom/contain;
  cursor: pointer;
}
.popup-thanks {
  text-align: center;
}
.popup-thanks .btn-back,
.popup-restore .btn-back {
  width: 24px;
  height: 24px;
  background-image: url("/img/btn-cancel.svg");
}
.popup-thanks .restore-success,
.restore-success {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
}
.popup-thanks .restore-success .btn,
.restore-success .btn {
  margin-top: 60px;
}
.popup-thanks p {
  font-weight: 500;
  line-height: 20px;
}

.select2-container--open .select2-selection--single,
.activetrigger {
  background-image: url("/img/ic_arr_up.svg") !important;
}
@media screen and (max-width: 767px) {
  .popup-restore .btn_gradient {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media screen and (min-width: 768px) {
  .form__item_flex {
    display: inline-block;
    width: calc(50% - 22px);
    vertical-align: top;
  }
  .form__item_m-right {
    margin-right: 40px;
  }
  .popup-send .form__item_flex .input {
    width: 100%;
  }
  .popup-send .input {
    width: calc(50% - 22px);
  }
  .popup__h2 {
    margin-bottom: 0;
  }
  .popup__title {
    font-weight: 600;
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .popup-form .btn_arrow {
    padding-left: 44px;
    padding-right: 44px;
  }
  .popup-form .btn_arrow span:after {
    display: none;
  }
}
@media screen and (max-width: 1169px) {
  .popup-form{
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1170px) {
  .direction__modal{
    overflow: hidden;
  }
  .popup-form:after {
    content: '';
    right: 0;
    bottom: 0;
    position: absolute;
    width: 36%;
    height: calc(100% - 191px);
    background: no-repeat center/cover;
  }
  .popup_door:after {
    background-image: url("/img/bg_door.jpg");
  }
  .popup_work:after {
    background-image: url("/img/bg_work.jpg");
  }
  .popup-restore,
  .popup-sign,
  .popup-thanks {
    text-align: left;
  }
  .popup-thanks .restore-success,
  .restore-success,
  .form_half {
    margin: 0;
    text-align: left;
  }
  .popup-form .popup__body {
    padding-left: 32px;
    padding-right: 32px;
    max-width: 1144px;
    margin-left: auto;
    margin-right: auto;
  }
  .popup-send .form {
    max-width: 640px;
  }
}
.dropcontainer {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 2;
  width: 100%;
}
.dropcontainer ul {
  padding: 8px 0;
  background-color: #fff;
  border: 0;
  box-shadow: 0px 5px 10px rgba(131,131,131,0.13);
}
.dropcontainer ul li {
  list-style: none;
}
.dropcontainer ul li a {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #1a1919;
  text-decoration: none;
  transition: 200ms;
}
.dropcontainer ul li:hover {
  background: #f6f6f6;
  outline: none;
}
.dropcontainer ul li:first-child {
  display: none;
}
.dropcontainer ul li:last-child {
  border-bottom: none;
}
.dropdownhidden {
  display: none;
}
.dropdownvisible {
  height: auto;
}
footer {
  background-color: #252931;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.footer_logo {
  margin-bottom: 24px;
  width: 123px;
  height: 50px;
  background: url("/img/logo/logoFooter.svg") no-repeat left center/contain;
}
.footer__menu > * {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin: 8px 0;
  display: block;
}
.footer__menu > *:hover {
  color: #fff;
}
.footer__body {
  padding: 40px 0 32px;
  border-bottom: 1px solid rgba(112,112,112,0.24);
}
.footer__footer__menu > * {
  font-weight: 500;
  font-size: 12px;
  color: #676a71;
  margin: 8px 0;
  display: block;
}
.footer__footer {
  padding: 24px 0;
}
.footer__footer span {
  font-weight: 500;
  line-height: normal;
  font-size: 12px;
  color: #676a71;
}
@media screen and (min-width: 768px) {
  .footer__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_logo {
    min-width: 100%;
    background-position: left;
  }
  .footer__menu {
    width: 40%;
    margin-bottom: 24px;
  }
  .footer__menu:last-child {
    margin-bottom: 0;
  }
  .footer__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer__footer > * {
    width: 40%;
  }
  .footer__footer__menu a {
    margin-top: 0;
    transition: 200ms;
  }
  .footer__footer__menu a:hover {
    color: #676a71;
  }
}
@media screen and (min-width: 1170px) {
  .footer > .wrap {
    padding: 0;
  }
  .footer__body {
    flex-wrap: nowrap;
    padding-left: 32px;
    padding-right: 32px;
  }
  .footer_logo {
    min-width: auto;
    width: 123px;
    margin-right: 80px;
  }
  .footer__menu {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__footer {
    padding-left: 32px;
    padding-right: 32px;
    margin-left: 203px;
  }
  .footer__footer > * {
    width: auto;
  }
  .footer__menu_third {
    width: 250px;
    text-align: right;
    align-items: flex-end;
  }
  .footer__menu_second {
    flex: 1;
  }
  .footer__footer__menu {
    display: flex;
  }
  .footer__footer__menu > * {
    display: block;
    margin-right: 98px;
  }
}

.select2-container{
  width: auto!important;
}
.faq__plate li {
  padding-left: 16px;
  list-style: none;
  position: relative;
  margin: 16px 0;
}
.faq__plate li:before{
  content: '';
  min-width: 4px;
  width: 4px;
  height: 4px;
  background-color: #1a1919;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 7px;
}

.select2-selection__arrow{
  display: none;
}
