.input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 14px;
  color: #373333;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.85);
  caret-color: #ffcd34;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.input::-webkit-input-placeholder {
  color: #373333;
}

.input:-ms-input-placeholder {
  color: #373333;
}

.input::-ms-input-placeholder {
  color: #373333;
}

.input::placeholder {
  color: #373333;
}

.input:focus::-webkit-input-placeholder {
  color: transparent;
}

.input:focus:-ms-input-placeholder {
  color: transparent;
}

.input:focus::-ms-input-placeholder {
  color: transparent;
}

.input:focus::placeholder {
  color: transparent;
}

.btn {
  display: table;
  padding: 13px 35px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  background: #ffcd34;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn:hover,
.btn:focus {
  background-color: #ffd34e;
}

.btn:active {
  background-color: #ffc71b;
}

@media screen and (max-width: 480px) {
  .btn {
    padding: 13px 10px;
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@-webkit-keyframes animation {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animation {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

@media screen and (min-width: 1025px) {
  [data-detect-viewport].in-view .review {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
    animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
  [data-detect-viewport].in-view .contacts-places__title {
    -webkit-animation: animation 0.8s 1150ms
      cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1150ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
  [data-detect-viewport].in-view .contacts-places__slider {
    -webkit-animation: animation 0.8s 2250ms
      cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 2250ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
  [data-detect-viewport].in-view .contacts-addr__title {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
    animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
  [data-detect-viewport].in-view .contacts-addr__wrap {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
    animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
  [data-detect-viewport].in-view .contacts-info__left {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
    animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
  [data-detect-viewport].in-view .contacts-info__right {
    -webkit-animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
    animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
  [data-detect-viewport].in-view.principle .principle__left {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
    animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
  [data-detect-viewport].in-view.principle .principle__right {
    -webkit-animation: animation 0.8s 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
    animation: animation 0.8s 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
  [data-detect-viewport].in-view.principle:nth-child(1) .principle__left {
    -webkit-animation: animation 0.8s 1150ms
      cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1150ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
  [data-detect-viewport].in-view.principle:nth-child(1) .principle__right {
    -webkit-animation: animation 0.8s 1150ms
      cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1150ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
  [data-detect-viewport].in-view.principle:nth-child(2) .principle__left {
    -webkit-animation: animation 0.8s 1300ms
      cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1300ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
  [data-detect-viewport].in-view.principle:nth-child(2) .principle__right {
    -webkit-animation: animation 0.8s 1300ms
      cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1300ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
  [data-animate-in] {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  [data-animate-left] {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  [data-animate-right] {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  [data-animate-down] {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff");
  font-style: normal;
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

*:focus {
  outline: none;
}

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

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

html * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}

blockquote,
q {
  quotes: none;
}

input,
textarea,
select,
option,
button,
label {
  border: 0;
  border-radius: 0;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li,
nav,
ol,
menu {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

label,
button,
[type="submit"] {
  cursor: pointer;
}

fieldset {
  border: none;
}

[class^="icon-"] {
  display: inline-block;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #373333;
}

::-moz-selection {
  background-color: rgba(255, 205, 52, 0.8);
}

::selection {
  background-color: rgba(255, 205, 52, 0.8);
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.main-content__inner {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.main-content_offset {
  padding-top: 103px;
}

@media screen and (max-width: 1024px) {
  .main-content_offset {
    padding-top: 48px;
  }
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.body-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.moving-bg__back {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  max-width: none;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .moving-bg__back {
    top: auto;
    left: auto;
  }
}

.slick-slider {
  cursor: pointer;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: block;
  background-color: #d7d7d7;
  cursor: pointer;
}

.slick-dots li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: #ffcd34;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-dots li:hover {
  background-color: rgba(255, 205, 52, 0.1);
}

.slick-dots li:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slick-dots li.slick-active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slick-dots li:not(:last-child) {
  margin-right: 34px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  background-color: transparent;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  overflow: visible;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.preloader_hidden {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.preloader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232525;
  width: 100%;
  height: 100%;
}

.preloader__icon {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
  width: 320px;
  height: 58px;
}

.preloader__icon .icon-logo {
  z-index: 3;
  width: 101%;
  height: 101%;
  padding: 10px;
  fill: #fff;
  background-color: #232525;
}

@media screen and (max-width: 768px) {
  .preloader__icon {
    width: 260px;
    height: 46px;
  }
}

.preloader__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 4;
  mix-blend-mode: darken;
  background-color: #ffcd34;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.preloader__count {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ebebeb;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
}

.radio-box input {
  display: none;
}

.radio-box__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 9px 0 12px;
}

.radio-box__label.is-active .radio-box__label_bg {
  background-color: #fff;
}

.radio-box__label.is-active .radio-box__label_bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: red;
  background-color: #f0f0f0;
}

.radio-box__label.is-active .radio-box__label-text::before {
  background-color: #00ff00;
}

.radio-box__label_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.radio-box__label-text {
  display: block;
  font-size: 14px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.radio-box__label-text::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #a1a1a1;
  margin-right: 7px;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.breadcrumbs {
  padding-top: 25px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs__item {
  font-size: 12px;
  position: relative;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 28px;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 9px;
  background: url("../img/icons-img/angle-right.svg") center/cover no-repeat;
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.breadcrumbs__link {
  display: inline-block;
}

.breadcrumbs__link:not(.breadcrumbs__link_cur) {
  border-bottom: 1px solid #373333;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.breadcrumbs__link:not(.breadcrumbs__link_cur):hover {
  color: #ffcd34;
  border-color: transparent;
}

.breadcrumbs__link_cur {
  color: #8a8a8a;
}

.breadcrumbs_white {
  color: #ffffff;
}

.breadcrumbs_white .breadcrumbs__item:not(:last-child)::after {
  background: url("../img/icons-img/angle-right-white.svg") center/cover
    no-repeat;
}

.breadcrumbs_white .breadcrumbs__link:not(.breadcrumbs__link_cur) {
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.breadcrumbs_white .breadcrumbs__link:not(.breadcrumbs__link_cur):hover {
  color: #ffcd34;
  border-color: transparent;
}

.breadcrumbs_absolute {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 2;
}

.title {
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
  font-family: "Roboto";
  color: #383838;
}

@media screen and (max-width: 1024px) {
  .title {
    font-size: 32px;
    line-height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.title_line {
  position: relative;
  padding-left: 16px;
}

.title_line:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 30px;
  background-color: #ffcd34;
}

@media screen and (max-width: 1024px) {
  .title_line {
    padding-left: 16px;
  }
  .title_line:before {
    width: 5px;
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .title_line {
    padding-left: 11px;
  }
  .title_line:before {
    top: 5px;
    width: 4px;
    height: 17px;
  }
}

.title_mb {
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  .title_mb {
    margin-bottom: 18px;
  }
}

.text {
  font-size: 14px;
  line-height: 20px;
}

.text p:not(:last-child) {
  padding-bottom: 22px;
}

.text_white {
  color: #ffffff;
}

.text-md {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .text-md {
    font-size: 14px;
    line-height: 20px;
  }
}

.text-lg {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .text-lg {
    font-size: 16px;
    line-height: 20px;
  }
}

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

.text-yellow {
  color: #ffcd34;
}

.icon-menu {
  display: block;
  width: 26px;
  height: 20px;
  margin-right: 20px;
  cursor: pointer;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .icon-menu {
    margin-top: 3px;
  }
}

.icon-menu__item {
  position: absolute;
  left: 0;
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-menu__item:nth-child(1) {
  top: 0;
}

.icon-menu__item:nth-child(2) {
  top: 9px;
}

.icon-menu__item:nth-child(3) {
  top: 18px;
}

.icon-logo {
  fill: #232325;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.icon-phone {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #383838;
}

.icon-location {
  display: inline-block;
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-support-item {
  width: 76px;
  height: 76px;
  border: 1px solid #ffcd34;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-style: normal;
}

@media screen and (max-width: 480px) {
  .icon-support-item {
    margin: 0 auto;
    background: #ffcd34;
  }
}

.icon-checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  background: url("../img/check.png") center/cover no-repeat;
}

.icon-declar,
.icon-license {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-declar {
  background: url("../img/icons-img/declaration-icon.svg") center/cover
    no-repeat;
}

.icon-license {
  background: url("../img/icons-img/license-icon.svg") center/cover no-repeat;
}

.footer-soc__icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #2f2f2f;
}

.icon-linkedin {
  width: 12px;
  height: 12px;
}

.icon-inst {
  width: 14px;
  height: 14px;
}

.icon-declar,
.icon-license {
  display: inline-block;
  width: 24px;
  height: 34px;
}

.btn_s {
  height: 30px;
  line-height: 30px;
}

.btn_m {
  height: 50px;
  line-height: 50px;
}

.btn_l {
  height: 60px;
  line-height: 60px;
}

.btn_op {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.btn_op:hover,
.btn_op:focus {
  background-color: #ffcd34;
  color: #383838;
  border: 1px solid #ffcd34;
}

.btn_op:active {
  background-color: #ffc71b;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.btn-group .btn:not(:last-child) {
  margin-right: 10px;
}

.input:focus {
  border-color: #ffcd34;
  -webkit-box-shadow: 0 0 0 1px #ffcd34;
  box-shadow: 0 0 0 1px #ffcd34;
}

.input-house {
  width: 42px;
  text-align: center;
  padding: 0;
}

.input-submit {
  border: none;
  background: #ffcd34;
  font-size: 16px;
  font-weight: 600;
}

.blocker {
  padding: 10px 0;
}

.select {
  padding-right: 75px;
}

.m-form {
  display: none;
}

.blocker {
  z-index: 6;
}

.modal a.close-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  top: 15px;
  right: 15px;
  background: none;
  text-indent: 0;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal a.close-modal:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\00d7";
  font-size: 30px;
  text-align: center;
  color: #b1b1b1;
}

.modal a.close-modal:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.selectric-select.selectric-mainpage__form-field {
  margin-right: 6px;
}

.label-text {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.m-form {
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  padding: 0;
  max-width: 728px;
  background-color: #ffffff;
  color: #383838;
}

.m-form__header {
  position: relative;
  background-color: #f0f0f0;
  padding: 16px 0;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .m-form__header {
    margin-bottom: 18px;
  }
}

.m-form__title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2.8px;
}

@media screen and (max-width: 768px) {
  .m-form__title {
    font-size: 12px;
    max-width: 250px;
    margin: 0 auto;
  }
}

.m-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 213px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .m-form__group {
    max-width: 100%;
  }
}

.m-form__close {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: inherit;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  font-weight: 300;
}

.m-form__close:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .m-form__close {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
  }
}

.m-form__info,
.m-form__more {
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 42px;
}

@media screen and (max-width: 768px) {
  .m-form__info,
  .m-form__more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 82px;
  }
}

@media screen and (max-width: 480px) {
  .m-form__info,
  .m-form__more {
    padding: 15px 20px;
  }
}

.m-form__info .m-form__direction {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .m-form__info .m-form__addr {
    height: 60px;
    margin-bottom: 20px;
  }
}

.m-form__more {
  margin-top: -10px;
}

.m-form__more .m-form__addr {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .m-form__more .m-form__addr {
    height: 68px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.m-form__more .file-box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 768px) {
  .m-form__more .file-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.m-form__more .m-form__direction {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.m-form__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  height: 44px;
}

.m-form__label .selectric {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
}

.m-form__label .selectric .button {
  display: none;
}

.m-form__label .selectric .label {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
}

.m-form__input {
  display: block;
  border: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  caret-color: #ffcd34;
  background-color: transparent;
}

.m-form__input-round,
.m-form__input-dotted {
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.m-form__input-round:focus,
.m-form__input-dotted:focus {
  border: 1px solid #ffcd34;
}

.m-form__input-round {
  border: 1px solid #636363;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
}

.m-form__input-dotted {
  border: 1px dashed #636363;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
}
.m-form__input-dotted_vpn {
  border: 1px dashed #949494;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
}
.m-form__input-dotted_vpn::placeholder,
.file-box__text_vpn,
.m-form__input-vpn::placeholder {
  color: #d3d1d2;
}

.m-form__info-vpn {
  padding: 0px 42px 20px;
}

.m-form__input-vpn {
  border-radius: 4px;
  border: 1px solid #7878786b;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  background-color: #fff;
}
.m-form__label_vpn {
  height: auto;
}
.m-form__addr {
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .m-form__addr {
    max-width: 100%;
  }
}

.m-form__before {
  display: block;
  position: relative;
  color: #8f8f8f;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

.m-form__select {
  max-width: 92px;
}

@media screen and (max-width: 480px) {
  .m-form__select {
    max-width: 102px;
  }
}

.m-form__file {
  max-width: 213px;
}

.m-form__town,
.m-form__street {
  max-width: 156px;
}

.m-form__build {
  max-width: 44px;
}

.m-form__btn {
  padding: 13px 80px;
}

@media screen and (max-width: 768px) {
  .m-form__btn {
    display: block;
    width: 100%;
  }
}

.m-form__direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .m-form__direction {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .m-form__direction .m-form__label {
    margin-right: 7.5px;
  }
}

.m-form-steps {
  position: relative;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .m-form-steps {
    margin-bottom: 16px;
  }
}

.m-form-steps__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-form-steps__line:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 570px;
  height: 10px;
  background-color: #fdcd1b;
}

@media screen and (max-width: 768px) {
  .m-form-steps__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 220px;
    margin: 0 auto;
  }
  .m-form-steps__line:before {
    top: 0;
    left: 40px;
    width: 10px;
    height: 155px;
    margin: unset;
  }
}

.m-form-steps__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.m-form-steps__item:after {
  content: attr(data-steps-time);
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  top: -12px;
  right: -15px;
}

@media screen and (max-width: 768px) {
  .m-form-steps__item {
    font-size: 12px;
    margin-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .m-form-steps__item:after {
    top: auto;
    bottom: -12px;
    left: -36px;
    right: auto;
  }
  .m-form-steps__item:not(:last-child) {
    margin-bottom: 14px;
  }
}

.m-form-steps__item--active .m-form-steps__icon {
  background-color: #fdcd1b;
  background-image: url("../img/check.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.m-form-steps__item--active .m-form-steps__text {
  text-decoration: line-through;
}

.m-form-steps__title {
  margin-bottom: 46px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .m-form-steps__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.m-form-steps__icon {
  margin-bottom: 6px;
  width: 30px;
  height: 30px;
  border: 2px solid #fdcd1b;
  background-color: #ffffff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .m-form-steps__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.m-form-steps__text {
  color: #383838;
  font-size: 12px;
  text-align: center;
}

.m-form-contacts {
  padding: 0 42px;
  margin-top: 35px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .m-form-contacts {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 82px;
  }
}

@media screen and (max-width: 480px) {
  .m-form-contacts {
    padding: 0 20px;
  }
}

.m-form-contacts__title {
  max-width: 310px;
  margin-bottom: 20px;
  color: #383838;
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .m-form-contacts__title {
    margin-bottom: 18px;
  }
}

.m-form-contacts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .m-form-contacts__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.m-form-contacts__label {
  max-width: 184px;
}

@media screen and (max-width: 768px) {
  .m-form-contacts__label {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.selectric .label:after {
  width: 6px;
  height: 6px;
  border-right: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  position: absolute;
  right: 6px;
  content: "";
  top: 30%;
  font-weight: 700;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.selectric-open .label:after {
  top: 40%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.support-form {
  position: relative;
}

.support-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .support-form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.support-form__header {
  padding: 21px 0;
  position: relative;
}

.support-form__body {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .support-form__body {
    padding: 40px 20px;
  }
}

.support-form__title {
  text-align: left;
  max-width: 550px;
  margin-bottom: 40px;
}

.support-form__input {
  margin-bottom: 10px;
}

.support-form__input:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .support-form__input:not(:last-child) {
    margin-right: 0;
  }
}

.support-form__textarea {
  padding-top: 18px;
  margin-bottom: 10px;
  min-height: 138px;
  resize: none;
  overflow-x: hidden;
}

.support-form__btn-wrap {
  text-align: right;
}

.support-form__btn {
  padding: 13px 45px;
}

@media screen and (max-width: 768px) {
  .support-form__btn {
    display: block;
    width: 100%;
  }
}

.support-form__link {
  font-weight: bold;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.support-form__link:hover,
.support-form__link:focus {
  color: #ffcd34;
}

.file-box {
  max-width: 213px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .file-box {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.file-box input {
  display: none;
}

.file-box__text {
  position: absolute;
  top: 50%;
  left: 14px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}

.map-form .m-form__info .m-form__label,
.map-form .m-form__more .m-form__label {
  height: 60px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 25px 50px;
  color: #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 10px 20px;
  }
}

.header__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.header-white {
  color: #383838;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.14);
}

.header-white .icon-menu__item {
  background-color: #383838;
}

.header-white .header-location__link {
  border-bottom: 1px solid #383838;
}

.header-white .header-lang__item {
  color: #383838;
}

.header-white .header-lang__item:not(:last-child):after {
  background: #383838;
}

.header-white .header-clients__item {
  color: #383838;
}

.header-white .header-clients__item_active {
  color: #8a8a8a;
}

.header-white .icon-location {
  fill: #383838;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background-color: rgba(35, 35, 37, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.menu__close-area {
  width: calc(100vw - 400px);
}

@media screen and (max-width: 1024px) {
  .menu__close-area {
    width: calc(100vw - 300px);
  }
}

@media screen and (max-width: 768px) {
  .menu__close-area {
    width: 20%;
  }
}

.menu__inner {
  position: relative;
  width: 400px;
  -webkit-box-shadow: 6px 0 9px rgba(0, 0, 0, 0.24);
  box-shadow: 6px 0 9px rgba(0, 0, 0, 0.24);
  height: 100%;
  color: #ffffff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #232325;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu__inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  width: 100%;
  z-index: 1;
  background-color: #232325;
}

@media screen and (max-width: 1024px) {
  .menu__inner {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .menu__inner {
    width: 80%;
  }
}

.menu__list {
  position: relative;
  padding: 115px 51px;
  height: 100%;
  overflow-y: auto;
}

@media screen and (max-width: 1024px) {
  .menu__list {
    padding: 70px 20px;
  }
}

.menu__item {
  -webkit-transform: scale(1.15) translateY(-30px);
  transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin-bottom: 24px;
}

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

@media (min-width: 768px) {
  .menu__item__mobile_about {
    display: none;
  }
}

.menu__item_nth-child1 {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

.menu__item_nth-child2 {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

.menu__item_nth-child3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.menu__item_nth-child4 {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.menu__item_nth-child5 {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.menu__item_nth-child6 {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.menu__item_nth-child7 {
  -webkit-transition-delay: 0.07s;
  transition-delay: 0.07s;
}

.menu__item_nth-child8 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.menu__item_nth-child9 {
  -webkit-transition-delay: -0.07s;
  transition-delay: -0.07s;
}

.menu__item_nth-child9 {
  -webkit-transition-delay: -0.14s;
  transition-delay: -0.14s;
}

.menu__link {
  display: inline-block;
  position: relative;
  padding: 5px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 28px;
  -webkit-transform: translateX(-28px);
  transform: translateX(-28px);
  font-weight: 300;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu__link:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  height: 1px;
  width: 0;
  opacity: 0;
  background-color: #ffcd34;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu__link:hover {
  color: #ffcd34;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menu__link:hover:before {
  opacity: 1;
  width: 16px;
}

.menu .icon-menu {
  position: absolute;
  top: 26px;
  left: 52px;
}

@media screen and (max-width: 1024px) {
  .menu .icon-menu {
    top: 12px;
    left: 20px;
  }
}

.menu .icon-menu__item {
  background-color: #fff;
}

.menu .icon-menu__item:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu .icon-menu__item:nth-child(2) {
  left: -60px;
  opacity: 0;
}

.menu .icon-menu__item:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 9px;
}

.menu-opened .menu {
  opacity: 1;
  pointer-events: auto;
}

.menu-opened .menu__inner {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.menu-opened .menu__item {
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
}

.menu-opened .menu__item_nth-child1 {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.menu-opened .menu__item_nth-child2 {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

.menu-opened .menu__item_nth-child3 {
  -webkit-transition-delay: 0.41s;
  transition-delay: 0.41s;
}

.menu-opened .menu__item_nth-child4 {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

.menu-opened .menu__item_nth-child5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.menu-opened .menu__item_nth-child6 {
  -webkit-transition-delay: 0.62s;
  transition-delay: 0.62s;
}

.menu-opened .menu__item_nth-child7 {
  -webkit-transition-delay: 0.69s;
  transition-delay: 0.69s;
}

.menu-opened .menu__item_nth-child8 {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}

.menu-opened .menu__item_nth-child9 {
  -webkit-transition-delay: 0.83s;
  transition-delay: 0.83s;
}

.menu-opened .menu__item_nth-child10 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

@media screen and (max-width: 1024px) {
  .logo {
    display: none;
  }
}

.logo__img {
  width: 290px;
}

.logo__text {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4.1px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .logo__text {
    letter-spacing: normal;
  }
}

.header-location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 30px;
  padding-top: 4px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .header-location {
    display: none;
  }
}

.header-location__icon {
  margin-right: 10px;
  top: 3px;
}

.header-location__text {
  margin-bottom: 5px;
}

.header-location__link {
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header-location__link:hover {
  color: #ffcd34;
  border-color: transparent;
}

.header-phone__item:hover {
  color: #ffcd34;
  border-color: transparent;
}

@media screen and (max-width: 1024px) {
  .header-clients {
    display: none;
  }
}

.header-clients__item {
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 14px;
  color: #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header-clients__item:not(:last-child) {
  margin-bottom: 6px;
}

.header-clients__item::before {
  content: "";
  width: 8px;
  height: 12px;
  background: url("../img/icons-img/angle-right-yellow.svg") center/cover
    no-repeat;
  position: absolute;
  left: -20px;
  top: calc(50% - 6px);
  opacity: 0;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header-clients__item:hover {
  border-color: transparent;
}

.header-clients__item_active {
  color: #fff;
  text-decoration: none;
  border-color: transparent;
}

.header-clients__item_active::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header-phone {
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 1024px) {
  .header-phone {
    margin-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-phone__list {
  padding-top: 4px;
}

.header-phone__item {
  display: table;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header-phone__item:hover {
  color: #ffcd34;
}

@media screen and (max-width: 1024px) {
  .header-phone__item:not(:first-child) {
    display: none;
  }
}

.header-phone__item-link {
  border-bottom: 1px solid white;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: normal;
}

.header-phone__item-link:hover {
  color: #ffcd34;
  border-color: transparent;
}

.header-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
}

@media screen and (max-width: 1024px) {
  .header-lang {
    display: none;
  }
}

.header-lang__item {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  border: none;
  color: #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header-lang__item:not(:last-child) {
  margin-right: 20px;
}

.header-lang__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 12.5px;
  background: #fff;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-lang__item:hover {
  border-color: transparent;
  color: #979797;
}

.header-lang__item_active {
  color: #979797;
  border-color: transparent;
}

.header-callback {
  margin-right: 6px;
}

.header-callback__inner {
  position: relative;
  z-index: 1;
  line-height: 0;
  padding: 4px 4px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.header-callback__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #ffcd34;
  border-radius: 50%;
}

.header-callback__form {
  background: #ffffff;
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 0;
  width: 180px;
  padding: 10px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header-callback__form_visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.header-callback__input,
.header-callback__submit {
  font-size: 12px;
  height: 30px;
}

.header-callback__input {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}

.header-callback__btn {
  width: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0;
}

.header-mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-mob {
    display: block;
  }
}

.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  /*padding: 0 50px 40px;*/
  padding: 0 50px 70px;
}

@media screen and (max-width: 1024px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 38px 20px 20px;
  }
}

.footer_inner {
  padding: 50px;
  color: #6a6a6a;
  background-color: #2f2f2f;
}

@media screen and (max-width: 1024px) {
  .footer_inner {
    color: #9f9f9f;
    padding: 36px 20px 20px;
  }
}

.footer__left,
.footer__right,
.footer__center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer__right {
  padding-left: 15px;
}

.footer__text {
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  color: white;
  padding-bottom: 10px;
}

.footer_theme_white {
  color: #2f2f2f;
  background-color: #fff;
}

.footer_theme_white .footer-nav__link {
  color: #2f2f2f;
  -webkit-box-shadow: inset 0 -1px 0 #2f2f2f;
  box-shadow: inset 0 -1px 0 #2f2f2f;
}

.footer_theme_white .footer-nav__link:hover {
  color: #2f2f2f;
}

.footer_theme_white .footer-callback__title {
  color: #2f2f2f;
}

.footer_theme_white .footer-callback__text {
  background-color: transparent;
}

.footer_theme_white .footer-callback__submit {
  color: #2f2f2f;
  border-color: #2f2f2f;
}

.footer_theme_white .ggpa span {
  color: #2f2f2f;
}

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 300px;
}

@media screen and (max-width: 1024px) {
  .footer-nav__list {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
}

.footer-nav__item {
  width: 50%;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .footer-nav__item {
    text-align: center;
  }
}

.footer-nav__link {
  display: table;
  color: #ffffff;
  font-size: 14px;
  -webkit-box-shadow: inset 0 -1px 0 white;
  box-shadow: inset 0 -1px 0 white;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer-nav__link:hover {
  -webkit-box-shadow: inset 0 0 0 transparent, 0 0px 0 black;
  box-shadow: inset 0 0 0 transparent, 0 0px 0 black;
}

@media screen and (max-width: 1024px) {
  .footer-nav__link {
    margin-right: auto;
    margin-left: auto;
  }
}

.footer-nav__link:hover {
  color: #ffcd34;
}

@media screen and (max-width: 1024px) {
  .footer-nav__link {
    margin-right: auto;
    margin-left: auto;
  }
}

.footer-partners {
  max-width: 370px;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .footer-partners {
    margin: 0 auto;
    text-align: center;
  }
}

.footer-partners__title {
  display: table;
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .footer-partners__title {
    margin: 0 auto;
  }
}

.footer-partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

@media screen and (max-width: 1024px) {
  .footer-partners__list {
    margin-top: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-partners__item {
  line-height: 0;
}

.footer-partners__item:not(:last-child) {
  margin-right: 19px;
}

.footer-partners__img {
  max-height: 32px;
}

.footer-partners__img_small {
  max-height: 22px;
}

.footer-copy {
  font-size: 12px;
  line-height: 18px;
}

.footer-callback {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .footer-callback {
    max-width: 360px;
    margin: 0 auto;
  }
}

.footer-callback__title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 13px;
}

.footer-callback__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.footer-callback__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border: 1px solid #636363;
  border-radius: 5px;
}

.footer-callback__label:not(:last-child) {
  margin-right: 6px;
}

.footer-callback__text {
  display: block;
  width: 100%;
  background-color: #fff;
  opacity: 0.85;
  border-radius: 5px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer-callback__text:hover,
.footer-callback__text:focus {
  opacity: 1;
}

.footer-callback__input {
  display: none;
}

.footer-callback__input:checked ~ .footer-callback__icon {
  opacity: 1;
}

.footer-callback__input:checked ~ .footer-callback__icon::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.footer-callback__icon {
  margin-left: auto;
  position: relative;
}

.footer-callback__icon::after {
  content: "";
  width: 18px;
  height: 14px;
  background: url("../img/icons-img/check.svg") center/cover no-repeat;
  position: absolute;
  right: 11px;
  top: calc(50% - 7px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer-callback__submit {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .footer-callback__submit {
    margin-bottom: 40px;
  }
}

.footer-callback__submit:hover,
.footer-callback__submit:focus {
  background-color: #ffcd34;
  border: 1px solid #ffcd34;
  color: #2f2f2f;
}
.footer-callback__submit_support:hover,
.footer-callback__submit_support:focus {
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
  color: #ffcd34;
}

.footer-callback__submit:active {
  background-color: #ffc71b;
}

.footer-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

@media screen and (max-width: 1024px) {
  .footer-soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-soc__item:not(:last-child) {
  margin-right: 22px;
}

.footer-soc__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.85;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer-soc__link:hover,
.footer-soc__link:focus {
  background-color: #ffcd34;
  -webkit-box-shadow: 0 0 5px 1px #ffcd34;
  box-shadow: 0 0 5px 1px #ffcd34;
  opacity: 1;
}

.footer-soc__link:hover .footer__icon,
.footer-soc__link:focus .footer__icon {
  fill: #383838;
}

.copy {
  font-size: 11px;
  padding-top: 10px;
}

@media screen and (max-width: 1024px) {
  .copy {
    text-align: center;
  }
}

.ggpa {
  font-size: 11px;
  padding-top: 10px;
  display: table;
}

@media screen and (max-width: 1024px) {
  .ggpa {
    margin-left: auto;
    margin-right: auto;
  }
}

.ggpa span {
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ggpa span:hover,
.ggpa span:focus {
  color: #e66023;
}

.main-section {
  min-height: 100vh;
  height: 1px;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.fullheight {
  position: relative;
  min-height: 100vh;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.fullheight__inner {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 100px;
}

.fullheight_serv-online {
  background: url("../img/online-services-background.jpg") center/cover
    no-repeat;
}

@media screen and (max-width: 768px) {
  .fullheight_serv-online .fullheight__inner {
    padding-top: 76px;
  }
}

@media screen and (max-width: 767px) {
  .fullheight_mainpage {
    display: none;
  }
}

.mainpage-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.slick-list,
.slick-slider,
.slick-track {
  height: 100%;
}

.mainpage__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainpage-slider__item-video {
  height: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

.mainpage-slider__item-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.55); */
}

.mainpage-slider__item-image {
  width: 100%;
}

.mainpage-slider__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainpage__container {
  width: 100%;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}

.mainpage__title {
  margin-bottom: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  font-family: "Open Sans";
}

@media screen and (max-width: 767px) {
  .mainpage__title {
    font-size: 21px;
    line-height: 32px;
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
  }
}

.mainpage__desc {
  font-size: 24px;
  line-height: 42px;
  color: #ffcd34;
  margin-bottom: 20px;
}

.mainpage__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.mainpage__form-row .selectric-wrapper {
  width: 100%;
  max-width: 106px;
}

.mainpage__form-row .selectric-items {
  max-width: 106px;
  width: 100%;
  margin-top: -4px;
  z-index: 9;
}

.mainpage__form-row .selectric-items li {
  text-align: left;
}

.mainpage__form-row .selectric {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  max-width: 106px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.85);
}

.mainpage__form-row .selectric .label {
  display: block;
  line-height: 50px;
  height: 50px;
  width: 100%;
  max-width: 106px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
}

.mainpage__form-row .selectric .label:after {
  display: none;
}

.mainpage__form-row .selectric .button {
  background-color: transparent;
  height: 50px;
}

.mainpage__form-field:not(:last-child) {
  margin-right: 6px;
}

.mainpage__form-address {
  width: 100%;
  max-width: 255px;
}

.mainpage__form-mail {
  max-width: 160px;
}

.mainpage__form-info {
  font-size: 14px;
  line-height: 20px;
}

.mainpage-mob {
  display: none;
  padding-top: 52px;
  color: #ffffff;
  text-align: center;
  min-height: 100vh;
  /* height: 1px; */
}

@media screen and (max-width: 767px) {
  .mainpage-mob {
    display: block;
    background: url("../img/slider-bg-2.jpg") 70% 50% no-repeat;
    background-size: cover;
  }
}

.mainpage-mob__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainpage-mob__logo {
  max-width: 255px;
  margin: 22px auto 20px;
}

.mainpage-mob__logo_cover {
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 7px;
}

.mainpage-mob__logo-text {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mainpage-mob__form-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.mainpage-mob__form {
  width: 100%;
  max-width: 255px;
  margin: 0 auto 50px;
}

.mainpage-mob__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 18px;
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

.mainpage-mob__form-col {
  width: 50%;
  position: relative;
  padding: 10px 5px;
}

.mainpage-mob__form-input {
  display: none;
}

.mainpage-mob__form-input:checked ~ .mainpage-mob__form-input_bg {
  background: #ffffff;
}

.mainpage-mob__form-input:checked ~ .mainpage-mob__form-text::before {
  background-color: #00ff00;
}

.mainpage-mob__form-input_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mainpage-mob__form-text {
  font-size: 14px;
  color: #383333;
  position: relative;
  z-index: 1;
  display: table;
  margin: 0 auto;
}

.mainpage-mob__form-text::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -15px;
  top: calc(50% - 3px);
  background: #a1a1a1;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mainpage-mob__form-submit {
  height: 42px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #373333;
  background: #fecb1a;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.service-in {
  padding-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .service-in {
    padding-bottom: 50px;
  }
}

.service-in__section {
  padding-top: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .service-in__section {
    padding-top: 52px;
  }
}

.service-in__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .service-in__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.service-in__left {
  max-width: 620px;
  width: 100%;
  padding-right: 60px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 1024px) {
  .service-in__left {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
  }
}

.service-in__right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 1024px) {
  .service-in__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.service-in__content {
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .service-in__content {
    line-height: 20px;
  }
}

.service-in__descr p:not(:last-child),
.service-in__descr:not(:last-child) {
  margin-bottom: 20px;
}

.service-in__img {
  position: relative;
  width: 100%;
  z-index: -1;
  height: 428px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .service-in__img {
    height: 360px;
  }
}

@media screen and (max-width: 480px) {
  .service-in__img {
    height: 252px;
  }
}

.service-in__img-wrap {
  position: relative;
  margin-bottom: 40px;
}

.service-in__img-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .service-in__img-wrap {
    margin-top: -35px;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .service-in__img-wrap {
    margin-top: -27px;
  }
}

.service-in__img-wrap:hover .service-in__img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.service-in__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 64px;
  height: 64px;
  padding: 0 32px;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.service-in__btn:hover,
.service-in__btn:focus {
  background-color: #ffd34e;
}

.service-in__btn:active {
  background-color: #ffc71b;
}

@media screen and (max-width: 1024px) {
  .service-in__btn {
    line-height: 50px;
    height: 50px;
    top: 60%;
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .service-in__title {
    margin-bottom: 0;
    color: #ffffff;
    z-index: 1;
    top: 25px;
  }
}

.service-in-list {
  margin-bottom: 20px;
}

.service-in-list li {
  position: relative;
  padding-left: 40px;
}

.service-in-list li:not(:last-child) {
  margin-bottom: 20px;
}

.service-in-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #ffcd34;
}

@media screen and (max-width: 768px) {
  .service-in-list li {
    padding-left: 20px;
  }
  .service-in-list li:before {
    top: 5px;
  }
}

.service-in-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-in-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  border-radius: 6px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.service-in-info__item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .service-in-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 3px;
  }
}

.service-in-info__item:hover,
.service-in-info__item:focus {
  border: 1px solid #ffcd34;
}

.service-in-info__text {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .service-in-info__text {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .service-in-info__text {
    font-size: 15px;
  }
}

.service-in-info__icon {
  margin-right: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .service-in-info__icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.service-in__hidden-note {
  display: none;
}

@media screen and (max-width: 1024px) {
  .service-in__hidden-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .service-in__hidden-tablet {
    display: none;
  }
}

.support {
  position: relative;
  padding-bottom: 120px;
  color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .support {
    padding-top: 25px;
  }
}

@media screen and (max-width: 480px) {
  .support {
    padding-bottom: 50px;
    padding-top: 0;
    background: none;
  }
}

.support__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media screen and (max-width: 480px) {
  .support__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

.support__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 50% 50% / cover;
}

.support__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 480px) {
  .support__bg {
    height: 200px;
  }
}

.support__title {
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .support__title {
    margin-bottom: 18px;
  }
}

.support__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 42px;
}

@media screen and (max-width: 480px) {
  .support__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 22px;
    padding-top: 25px;
  }
}

.support__btn {
  margin-left: 114px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 480px) {
  .support__btn {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 44px;
    width: 100%;
  }
}

.support-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.support-phone:hover .support-phone__icon {
  background-color: #ffcd34;
}

.support-phone:hover .support-phone__icon svg {
  fill: #373333;
}

.support-phone:active .support-phone__icon {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.support-phone__text {
  display: none;
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  .support-phone__text {
    display: inline-block;
  }
}

.support-phone__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  width: 36px;
  height: 36px;
  border: 1px solid #ffcd34;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 480px) {
  .support-phone__icon {
    margin-left: 0;
  }
}

.support-phone__icon svg {
  width: 17px;
  height: 17px;
  fill: #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.support-list {
  max-width: 620px;
  margin-bottom: 43px;
}

@media screen and (max-width: 480px) {
  .support-list {
    margin-bottom: 0;
    background: #ffffff;
    color: #383838;
  }
}

.support-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.support-list__item:not(:last-child) {
  margin-bottom: 43px;
}

@media screen and (max-width: 480px) {
  .support-list__item {
    display: block;
  }
  .support-list__item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.support-list__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 35px;
}

@media screen and (max-width: 480px) {
  .support-list__item-icon {
    margin: 0 auto 15px;
  }
}

.map {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  height: 100%;
}

.map__container {
  margin-left: 100px;
}

@media screen and (max-width: 768px) {
  .map__container {
    margin-left: 0;
  }
}

.map__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map__svg-container {
  width: 2000px;
  position: absolute;
  top: -300px;
  height: 1500px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .map__svg-container {
    display: none;
  }
}

.map__svg-wrap {
  position: absolute;
  width: 1440px;
  height: 815px;
  top: 300px;
  left: 560px;
  z-index: 1;
  cursor: move;
}

.map__svg-wrap .label {
  position: absolute;
  background-color: transparent;
  cursor: pointer;
}

.map__svg-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.map__svg-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url("../img/icons-img/cursor.svg") 35%/30px no-repeat;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.map__svg-wrap_hover:before,
.map__svg-wrap_hover:after {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  .map__svg-wrap {
    left: 360px;
  }
}

.map__svg {
  width: 100%;
  height: 100%;
}

.map__svg .dot {
  fill: #1a1a1a;
  stroke: #1a1a1a;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.map__svg .dot.hover,
.map__svg .dot:hover {
  fill: #fff;
}

.map__svg .dot.active {
  fill: #87f03c;
}

.map__svg .line {
  fill: #ffcd34;
  stroke-width: 1px;
  stroke: #ffcd34;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.map-sidebar {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 300px;
  min-height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -webkit-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.15);
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .map-sidebar {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .map-sidebar {
    margin: 50px auto 0;
  }
}

.map-sidebar__title {
  font-size: 18px;
  margin-bottom: 15px;
}

.map-sidebar__footer {
  margin-top: auto;
}

.map-sidebar__main {
  padding: 25px;
}

.map-sidebar__footer {
  padding: 25px 20px 20px 25px;
  background-color: #666;
  color: #fff;
}

.map-sidebar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.map-sidebar__row_vpn {
  display: block;
}

.map-sidebar__row_internet {
  display: none;
}

.map-sidebar__label:not(:last-child) {
  margin-right: 6px;
}

.map-sidebar__label_street {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map-sidebar__tip {
  font-size: 12px;
  font-weight: bold;
  color: #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.map-sidebar__tip:hover {
  border-color: transparent;
}

.map-sidebar__footer-item {
  font-size: 14px;
  line-height: 20px;
}

.map-sidebar__footer-item:not(:last-child) {
  margin-bottom: 25px;
}

.map-sidebar__footer-item_num {
  font-size: 30px;
  color: #ffcd34;
  font-weight: bold;
}

.map-sidebar__footer-item_big {
  font-size: 18px;
  color: #ffcd34;
  font-weight: bold;
}

#chartdiv {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

.map-marker {
  margin-top: -8px;
  margin-left: -8px;
  background: #474848;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  z-index: 9999;
}

.map-marker .map-clickable {
  cursor: pointer;
}

.amcharts-zoom-control {
  display: none;
}

.services {
  height: calc(100vh - 103px);
  min-height: 1px;
}

.services__title {
  margin: auto 0;
}

.services-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (max-width: 480px) {
  .services-list {
    display: block;
  }
}

.services-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  min-height: 360px;
  height: 50%;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.services-list__item:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services-list__item:hover .services-list__title,
.services-list__item:focus .services-list__title {
  color: #ffcd34;
}

.services-list__item:hover .services-list__bg,
.services-list__item:focus .services-list__bg {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.services-list__item:hover:not(:first-child):before,
.services-list__item:focus:not(:first-child):before {
  background-color: rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 1024px) {
  .services-list__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .services-list__item {
    width: 100%;
  }
}

.services-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: flex-start;
}

.services-list__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.services-list__content {
  padding: 0 95px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .services-list__content {
    padding: 0 20px;
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .services-list__content {
    min-height: 1px;
    padding-top: 30px;
  }
}

.services-list__content .services-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding-bottom: 43px;
}

.services-list__title {
  margin: auto 0;
  letter-spacing: 2.1px;
  color: #fff;
  position: relative;
  font-size: 24px;
  padding-left: 12px;
  -webkit-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services-list__title::before {
  content: "";
  width: 4px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 8.5px);
  background: #ffcd34;
}

.logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .logo-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.logo-list__item {
  height: 50px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .logo-list__item {
    width: 60px;
    height: 30px;
  }
}

.logo-list__item:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .logo-list__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.logo-list__item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.contacts {
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .contacts {
    padding-bottom: 70px;
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .contacts {
    padding-bottom: 50px;
  }
}

.contacts-places__title {
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .contacts-places__title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .contacts-places__title {
    padding-left: 11px;
  }
}

.contacts-places__title span {
  display: block;
  font-size: 24px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .contacts-places__title span {
    font-size: 16px;
    line-height: 16px;
  }
}

.contacts-places {
  padding-bottom: 110px;
}

@media screen and (max-width: 1024px) {
  .contacts-places {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 768px) {
  .contacts-places {
    padding-top: 0;
    padding-bottom: 35px;
  }
}

.contacts-places__slider {
  padding-top: 90px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .contacts-places__slider {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .contacts-places__slider {
    padding-top: 0;
  }
}

.contacts-places__slider .slick-dots {
  padding-top: 25px;
}

.contacts-places__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-places__slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media screen and (max-width: 1205px) {
  .contacts-places__slider {
    display: block;
  }
}

.contacts-places__slider .slick-list {
  margin-right: -76px;
}

@media screen and (max-width: 768px) {
  .contacts-places__slider .slick-list {
    margin-right: 0;
  }
}

.contact-card {
  max-width: 362px;
  height: 488px;
  width: 100%;
}

.contact-card:not(:last-child) {
  margin-right: 76px;
}

@media screen and (max-width: 1205px) {
  .contact-card {
    max-width: 100%;
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .contact-card {
    height: 100%;
    font-size: 14px;
  }
  .contact-card:not(:last-child) {
    margin-right: 0;
  }
}

.contact-card__inner {
  border: 1px solid #e1e1e1;
  padding: 40px 54px;
  text-align: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .contact-card__inner {
    padding: 22px 54px;
  }
}

@media screen and (max-width: 480px) {
  .contact-card__inner {
    padding: 22px;
  }
}

.contact-card_main .contact-card__inner {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}

.contact-card__title {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 28px;
  color: #8f8f8f;
  font-size: 24px;
  line-height: 24px;
}

.contact-card__title:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 86px;
  height: 1px;
  background-color: #ccc;
}

@media screen and (max-width: 768px) {
  .contact-card__title {
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .contact-card__title:after {
    display: none;
  }
}

.contact-card__title span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.contact-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.contact-card__addr,
.contact-card__mail {
  padding-top: 24px;
}

@media screen and (max-width: 768px) {
  .contact-card__addr,
  .contact-card__mail {
    padding-top: 18px;
  }
}

.contact-card__addr,
.contact-card__mail,
.contact-card__phone {
  line-height: 24px;
  font-size: 14px;
}

.contact-card__addr strong,
.contact-card__addr a,
.contact-card__mail strong,
.contact-card__mail a,
.contact-card__phone strong,
.contact-card__phone a {
  display: block;
}

.contact-card__addr a,
.contact-card__mail a,
.contact-card__phone a {
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.contact-card__addr a:hover,
.contact-card__addr a:focus,
.contact-card__mail a:hover,
.contact-card__mail a:focus,
.contact-card__phone a:hover,
.contact-card__phone a:focus {
  color: #ffcd34;
}

.contact-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #ffcd34;
  margin: 0 auto;
  margin-top: 8px;
  border-radius: 30px;
  height: 27px;
  line-height: 27px;
}

.contact-card__btn-icon {
  width: 27px;
  height: 27px;
  background-color: #ffcd34;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-card__btn-text {
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 11px;
}

@media screen and (max-width: 768px) {
  .contact-card__btn {
    margin-top: 18px;
  }
}

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  max-width: 1100px;
}

@media screen and (max-width: 1024px) {
  .contacts-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.contacts-info__left {
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .contacts-info__left {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.contacts-info__tel {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.contacts-info__tel:hover {
  color: #ffcd34;
}

.contacts-list {
  padding-top: 80px;
  padding-left: 18px;
}

@media screen and (max-width: 1024px) {
  .contacts-list {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contacts-list {
    padding-top: 15px;
    padding-left: 0;
  }
}

.contacts-list__item {
  line-height: 1.75;
  font-size: 24px;
  color: #373333;
}

@media screen and (max-width: 768px) {
  .contacts-list__item {
    font-size: 14px;
    line-height: 20px;
  }
}

.contacts-list__item span {
  margin-right: 5px;
  display: inline;
  color: #6d6d6d;
  font-weight: bold;
}

.contacts-list__item a {
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.contacts-list__item a:hover {
  color: #ffcd34;
}

.contacts-addr {
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .contacts-addr {
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 768px) {
  .contacts-addr {
    padding-bottom: 34px;
  }
}

.contacts-addr__wrap {
  margin-top: 100px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  .contacts-addr__wrap {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .contacts-addr__wrap {
    margin-top: 0;
    padding: 5px;
  }
}

.contacts-addr__map {
  height: 695px;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  .contacts-addr__map {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .contacts-addr__map {
    height: 400px;
  }
}

.serv-online__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -32px;
}

@media screen and (max-width: 1024px) {
  .serv-online__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
  }
}

.serv-online__title {
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .serv-online__title {
    margin-bottom: 25px;
  }
}

.serv-online-item {
  max-width: 33.33%;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0 32px;
}

@media screen and (max-width: 1024px) {
  .serv-online-item {
    max-width: 356px;
  }
  .serv-online-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.serv-online-item__in {
  text-align: center;
}

.serv-online-item__title {
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.serv-online-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.serv-online-item__img-wrap {
  margin-bottom: 10px;
  height: 208px;
}

.serv-online-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.serv-online-item:hover .serv-online-item__title {
  color: #ffcd34;
}

.clients {
  padding-bottom: 84px;
}

@media screen and (max-width: 768px) {
  .clients {
    padding-bottom: 34px;
  }
}

.clients__section {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-top: 0;
  margin-top: 103px;
}

@media screen and (max-width: 768px) {
  .clients__section {
    margin-top: 58px;
  }
}

.clients__breadcrumbs {
  position: absolute;
  z-index: 2;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .clients__breadcrumbs {
    display: none;
  }
}

.clients-head {
  position: relative;
  z-index: 1;
}

.clients-head__carousel .js-active .clients-head__title,
.clients-head__carousel .js-active .clients-head__descr {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.clients-head__carousel .owl-dots {
  display: none;
}

.clients-head__item {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 690px;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
}

.clients-head__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .clients-head__item {
    height: 582px;
  }
}

@media screen and (max-width: 768px) {
  .clients-head__item {
    height: 482px;
    padding-top: 0;
  }
}

.clients-head__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}

.clients-head__title,
.clients-head__descr {
  -webkit-transition: all 0.9s ease-in-out 0s;
  transition: all 0.9s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}

.clients-head__title {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  color: #ffffff;
  max-width: 730px;
}

@media screen and (max-width: 1024px) {
  .clients-head__title {
    max-width: 550px;
  }
}

@media screen and (max-width: 768px) {
  .clients-head__title {
    max-width: 420px;
  }
}

.clients-head__text {
  max-width: 880px;
  margin-bottom: 76px;
}

@media screen and (max-width: 768px) {
  .clients-head__text {
    margin-bottom: 66px;
  }
}

.clients-head__descr {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

@media screen and (max-width: 768px) {
  .clients-head__descr {
    font-size: 16px;
    line-height: 22px;
  }
}

.clients-head__content {
  margin-top: auto;
  max-width: 840px;
}

@media screen and (max-width: 768px) {
  .clients-head__content {
    max-width: 600px;
  }
}

.clients-head__btn {
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  display: table;
  line-height: 33px;
  height: 33px;
  padding: 0 20px;
  margin: auto auto 105px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.68px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .clients-head__btn {
    margin: auto auto 80px;
  }
}

.clients-head__nav {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  max-width: 224px;
  height: 30px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .clients-head__nav {
    bottom: 26px;
  }
}

.clients-head__prev,
.clients-head__next {
  position: absolute;
  width: 80px;
  height: 20px;
  text-align: center;
  -webkit-transition: border 0.25s ease;
  transition: border 0.25s ease;
}

.clients-head__prev svg,
.clients-head__next svg {
  position: absolute;
  width: 80px;
  height: 30px;
  top: 50%;
  left: 50%;
  fill: #ffffff;
  opacity: 0.4;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.clients-head__prev svg:hover,
.clients-head__prev svg:focus,
.clients-head__next svg:hover,
.clients-head__next svg:focus {
  fill: #ffcd34;
  opacity: 1;
}

.clients-head__prev {
  left: 0;
}

.clients-head__next {
  right: 0;
}

.clients-head__counter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: table;
  width: 25px;
  height: 30px;
  color: #ffffff;
}

.clients-head__current,
.clients-head__total {
  display: table;
}

.clients-head__total {
  position: relative;
  margin-left: auto;
}

.clients-head__total:before {
  content: "";
  position: absolute;
  left: -4px;
  top: -8px;
  height: 22px;
  background-color: #fff;
  width: 1px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.arrow_active svg {
  opacity: 1;
}

.clients-about {
  position: relative;
  padding: 100px 0 70px;
}

@media screen and (max-width: 768px) {
  .clients-about {
    padding: 30px 0;
  }
}

.clients-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .clients-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.clients-about__content {
  max-width: 662px;
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .clients-about__content {
    max-width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .clients-about__content {
    max-width: 100%;
  }
}

.clients-about__img-wrap {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  max-width: 444px;
  height: 277px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .clients-about__img-wrap {
    display: none;
  }
}

.clients-about__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.reviews {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .reviews {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .reviews__inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .reviews .container {
    padding: 0;
  }
}

.reviews__slider {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .reviews__title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .reviews__title:before {
    width: 4px;
    height: 47px;
  }
}

.review {
  position: relative;
  color: #383838;
  height: 376px;
  margin: 0 auto;
}

.review:not(:last-child) {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .review {
    height: auto;
    padding: 24px 20px 38px;
    max-width: 376px;
  }
  .review:not(:last-child) {
    margin-bottom: 0;
  }
}

.review__inner {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .review__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0 auto;
  }
}

.review__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  width: 100%;
  max-width: 864px;
  padding: 30px 80px 48px 96px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .review__content {
    padding: 15px 30px 18px 36px;
  }
}

@media screen and (max-width: 768px) {
  .review__content {
    padding: 12px 12px 22px;
    font-size: 12px;
  }
}

.review__img-wrap {
  position: relative;
  display: block;
  max-width: 376px;
  width: 100%;
  height: 100%;
}

.review__img-wrap:before {
  content: "";
  position: absolute;
  top: 34px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .review__img-wrap {
    margin: 0 auto;
    max-width: 100%;
  }
  .review__img-wrap:before {
    top: auto;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0px 20px 20px 20px;
    border-color: transparent transparent #fff transparent;
  }
}

.review__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media screen and (max-width: 768px) {
  .review__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    font-family: "object-fit: cover; object-position: top";
    height: 320px;
  }
}

.review__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .review__title {
    font-size: 17px;
  }
}

.review__author {
  font-weight: bold;
  font-size: 14px;
}

.review__role {
  color: #8f8f8f;
  max-width: 450px;
}

.review__head {
  margin-bottom: auto;
}

@media screen and (max-width: 768px) {
  .review__head {
    margin-bottom: 22px;
  }
}

.review__descr {
  position: relative;
  max-height: 172px;
  overflow-y: scroll;
  overflow-x: visible;
}

.review__descr::-webkit-scrollbar {
  width: 8px;
}

.review__descr::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #e1e1e1;
}

.review__descr::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #a1a1a1;
  outline: 1px solid slategrey;
}

@media screen and (max-width: 768px) {
  .review__descr {
    overflow: visible;
    max-height: unset;
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 768px) {
  .review__descr p:not(:first-child) {
    height: 0;
    display: none;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
  }
}

.review__descr_visible p:not(:first-child) {
  height: auto;
  display: block;
  overflow: visible;
  pointer-events: auto;
}

.review__descr-wrap {
  position: relative;
}

.review__descr-wrap:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -44px;
  background: url("../img/icons-img/quotes-left.svg") center/cover no-repeat;
  width: 24px;
  height: 17px;
}

.review__descr-wrap:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -44px;
  background: url("../img/icons-img/quotes-right.svg") center/cover no-repeat;
  width: 24px;
  height: 17px;
}

@media screen and (max-width: 1024px) {
  .review__descr-wrap:before,
  .review__descr-wrap:after {
    display: none;
  }
}

.review__mob-btn {
  display: none;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e1e1e1;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .review__mob-btn {
    display: block;
  }
}

.review__mob-btn:hover,
.review__mob-btn:focus {
  background-color: #d9d9d9;
}

.review-quotes {
  position: absolute;
  width: 100%;
  max-width: 688px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.review-quotes__left {
  position: absolute;
  left: -44px;
  width: 24px;
  height: 17px;
  fill: #ffcd34;
}

.review-quotes__right {
  position: absolute;
  top: -3px;
  right: -44px;
  width: 24px;
  height: 24px;
  fill: #ffcd34;
}

@media screen and (max-width: 768px) {
  .review-quotes {
    display: none;
  }
}

.clients-brands__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media screen and (max-width: 768px) {
  .clients-brands__inner {
    margin: 0 -14px;
  }
}

.brand {
  margin-bottom: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;
  padding: 0 16px;
}

@media screen and (max-width: 1024px) {
  .brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .brand {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 7px;
    margin-bottom: 5px;
    line-height: 55px;
  }
}

.brand__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e1e1;
  padding: 16px;
}

@media screen and (max-width: 768px) {
  .brand__in {
    padding: 10px;
    height: 55px;
  }
}

.brand__in:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .brand__in:not(:last-child) {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .brand__img {
    max-height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .brand__img {
    max-height: 30px;
  }
}

.about {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.about-head {
  position: relative;
  height: 690px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .about-head {
    height: 550px;
  }
}

@media screen and (max-width: 768px) {
  .about-head {
    height: 414px;
    background-position: center left;
  }
  .about-head:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(45deg, #001622 0%, transparent 100%);
    opacity: 0.5;
  }
}

.about-head__title {
  color: #ffffff;
  text-transform: uppercase;
}

.about-head__subtitle {
  font-size: 24px;
  line-height: 26px;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .about-head__subtitle {
    font-size: 16px;
    line-height: 30px;
    margin-top: 0;
  }
}

.about-head__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
}

.about-head__content {
  margin-top: 74px;
}

@media screen and (max-width: 768px) {
  .about-head__content {
    margin-top: 50px;
  }
}

.about-head__desc {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .about-head__desc {
    font-size: 16px;
    line-height: 22px;
  }
}

.about-head__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: 50% 50% / cover;
}

.about-head-list {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .about-head-list {
    font-size: 16px;
    line-height: 22px;
  }
}

.about-head-list__item {
  position: relative;
  padding-left: 44px;
}

.about-head-list__item:not(:last-child) {
  padding-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .about-head-list__item {
    padding-left: 36px;
  }
}

.about-head-list__item:before {
  content: "";
  width: 24px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 6px;
  background: url("../img/icons-img/check-yellow.svg") center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .about-head-list__item:before {
    width: 18px;
    height: 14px;
  }
}

.team {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media screen and (max-width: 1260px) {
  .team__inner {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 768px) {
  .team__inner {
    margin: 0;
    /* margin-bottom: 30px; */
  }
}

.team__inner {
  max-width: 740px;
}

.team__inner_visible .team__main .team-item:not(:first-child) {
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  margin-bottom: 30px;
}

.team__inner_visible .team__main .team-item:nth-child(4n + 4) {
  margin-bottom: 30px;
}

.team__inner_visible .team__footer {
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
}

.team__btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .team__btn {
    display: table;
    margin: 0 auto;
    padding: 10px 26px;
    font-size: 15px;
    border: 1px solid #959595;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .team__btn:hover,
  .team__btn:focus {
    background-color: #ffcd34;
    border: 1px solid #ffcd34;
    color: #ffffff;
  }
}

.team {
  position: relative;
  padding-top: 96px;
  padding-bottom: 90px;
}

@media screen and (max-width: 1024px) {
  .team {
    padding-top: 66px;
  }
}

@media screen and (max-width: 768px) {
  .team {
    padding: 30px 0;
  }
}

.team__main {
  height: 100%;
}

@media screen and (max-width: 1260px) {
  .team__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 768px) {
  .team__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.team__main .team-item {
  width: 100%;
}

@media screen and (max-width: 1260px) {
  .team__main .team-item:nth-child(4n + 1) {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .team__main .team-item:nth-child(4n + 1) {
    max-width: 100%;
  }
}

.team__main .team-item:nth-child(4n + 1) .team-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team__main .team-item:nth-child(4n + 1) .team-item__img-wrap {
  max-width: 714px;
  height: 550px;
  width: 100%;
  margin-right: 50px;
}

@media screen and (max-width: 1260px) {
  .team__main .team-item:nth-child(4n + 1) .team-item__img-wrap {
    height: 306px;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .team__main .team-item:nth-child(4n + 1) .team-item__img-wrap {
    max-width: 100%;
    height: 215px;
  }
}

.team__main .team-item:nth-child(4n + 1) .team-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.team__main .team-item:nth-child(4n + 1) .team-item__content {
  max-width: 410px;
  width: 100%;
}

@media screen and (max-width: 1260px) {
  .team__main .team-item:nth-child(4n + 1) .team-item__content {
    max-width: 100%;
  }
}

.team__main .team-item:nth-child(4n + 2) {
  margin-left: auto;
  max-width: 580px;
  margin-top: -280px;
}

@media screen and (max-width: 1260px) {
  .team__main .team-item:nth-child(4n + 2) {
    max-width: 50%;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .team__main .team-item:nth-child(4n + 2) {
    max-width: 100%;
  }
}

.team__main .team-item:nth-child(4n + 2) .team-item {
  max-width: 540px;
}

.team__main .team-item:nth-child(4n + 2) .team-item__content {
  width: 100%;
}

.team__main .team-item:nth-child(4n + 2) .team-item__img-wrap {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 1260px) {
  .team__main .team-item:nth-child(4n + 2) .team-item__img-wrap {
    height: 306px;
  }
}

@media screen and (max-width: 768px) {
  .team__main .team-item:nth-child(4n + 2) .team-item__img-wrap {
    height: 215px;
  }
}

.team__main .team-item:nth-child(4n + 3) {
  margin-top: -288px;
  max-width: 548px;
  width: 100%;
}

@media screen and (max-width: 1260px) {
  .team__main .team-item:nth-child(4n + 3) {
    margin-top: 0;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .team__main .team-item:nth-child(4n + 3) {
    max-width: 100%;
  }
}

.team__main .team-item:nth-child(4n + 3) .team-item__img-wrap {
  max-width: 548px;
  width: 100%;
  height: 634px;
}

@media screen and (max-width: 1260px) {
  .team__main .team-item:nth-child(4n + 3) .team-item__img-wrap {
    height: 306px;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .team__main .team-item:nth-child(4n + 3) .team-item__img-wrap {
    height: 215px;
  }
}

.team__main .team-item:nth-child(4n + 3) .team-item__content {
  max-width: 470px;
  width: 100%;
}

@media screen and (max-width: 1260px) {
  .team__main .team-item:nth-child(4n + 3) .team-item__content {
    max-width: 100%;
  }
}

.team__main .team-item:nth-child(4n + 4) {
  margin-left: auto;
  max-width: 774px;
  margin-top: -430px;
  margin-bottom: 58px;
  z-index: 0;
}

@media screen and (max-width: 1260px) {
  .team__main .team-item:nth-child(4n + 4) {
    margin-top: 0;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .team__main .team-item:nth-child(4n + 4) {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.team__main .team-item:nth-child(4n + 4) .team-item__img-wrap {
  max-width: 774px;
  width: 100%;
  height: 488px;
}

@media screen and (max-width: 1260px) {
  .team__main .team-item:nth-child(4n + 4) .team-item__img-wrap {
    height: 306px;
  }
}

@media screen and (max-width: 768px) {
  .team__main .team-item:nth-child(4n + 4) .team-item__img-wrap {
    height: 215px;
  }
}

.team__main .team-item:nth-child(4n + 4) .team-item__content {
  max-width: 580px;
  width: 100%;
}

.team-item {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1260px) {
  .team-item {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .team-item {
    padding: 0;
  }
  .team-item:not(:first-child) {
    margin-bottom: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
  }
}

.team-item__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .team-item__title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 4px;
  }
}

.team-item__subtitle {
  color: #666666;
  max-width: 240px;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .team-item__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

.team-item__head {
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .team-item__head {
    margin-bottom: 18px;
  }
}

.team-item__desc p:not(:last-child) {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .team-item__desc p:not(:last-child) {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 1260px) {
  .team-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.team-item__img-wrap {
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .team-item__img-wrap {
    margin-bottom: 18px;
  }
}

.team-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  background-color: #d7d7d7;
}

.team__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -345px;
}

@media screen and (max-width: 1260px) {
  .team__footer {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .team__footer {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.team__footer .team-item {
  max-width: 430px;
  width: 100%;
}

@media screen and (max-width: 1260px) {
  .team__footer .team-item {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .team__footer .team-item {
    max-width: 100%;
  }
}

.team__footer .team-item__img-wrap {
  width: 100%;
  height: 496px;
}

@media screen and (max-width: 1260px) {
  .team__footer .team-item__img-wrap {
    height: 306px;
  }
}

.team-banner {
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  -webkit-box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
  border-left: 2px solid #ffcd34;
}

@media screen and (max-width: 1260px) {
  .team-banner {
    max-width: 580px;
    margin-left: unset;
  }
}

@media screen and (max-width: 1024px) {
  .team-banner {
    max-width: 100%;
  }
}

.team-banner__content {
  padding: 22px 26px;
}

.team-banner__lead {
  margin-bottom: 25px;
}

.team-banner__lead b {
  display: block;
}

.about-net {
  /* padding-top: 38px; */
  position: relative;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .about-net {
    padding-bottom: 38px;
  }
}

.about-net__head {
  max-width: 740px;
  width: 100%;
  padding-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .about-net__head {
    padding-bottom: 26px;
  }
}

.about-net__map-wrap {
  width: 100%;
  height: 700px;
  margin-bottom: 60px;
  overflow-x: auto;
}

.about-net__map-wrap::-webkit-scrollbar {
  height: 4px;
}

.about-net__map-wrap::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #e1e1e1;
}

.about-net__map-wrap::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #ffcd34;
  outline: 1px solid slategrey;
}

@media screen and (max-width: 768px) {
  .about-net__map-wrap {
    height: 400px;
    margin-bottom: 28px;
  }
}

.about-net__map {
  height: 100%;
  max-width: unset;
  overflow-x: auto;
}

.about-net__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1205px) {
  .about-net__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.about-net__info {
  max-width: 360px;
  width: 100%;
  margin-right: 80px;
}

@media screen and (max-width: 1024px) {
  .about-net__info {
    margin-right: 0;
  }
}

.about-net__subtitle {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .about-net__subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}

.about-net-list__item {
  padding-left: 34px;
  position: relative;
}

.about-net-list__item:not(:last-child) {
  padding-bottom: 10px;
}

.about-net-list__item:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: url("../img/icons-img/check-yellow.svg") center/cover no-repeat;
  width: 16px;
  height: 12px;
}

.about-net-desk {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  -webkit-box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1205px) {
  .about-net-desk {
    margin-left: unset;
  }
}

@media screen and (max-width: 1024px) {
  .about-net-desk {
    display: none;
  }
}

.about-net-desk__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 44px;
}

.about-net-desk__count {
  font-size: 72px;
  font-weight: 300;
  margin-right: 22px;
}

.about-license {
  position: relative;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .about-license {
    padding-bottom: 15px;
  }
}

.about-license__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  display: block;
  -webkit-box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.about-license__item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.about-license__item:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .about-license__item {
    margin-bottom: 22px;
  }
}

.about-license__img-wrap {
  max-width: 80px;
  width: 100%;
  height: 115px;
}

.about-license__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.about-license__documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .about-license__documents {
    margin: 0 auto;
  }
}

.about-license__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .about-license__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.about-license__content {
  max-width: 690px;
  width: 100%;
  margin-right: 72px;
}

@media screen and (max-width: 1024px) {
  .about-license__content {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.about-license__documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 482px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .about-license__documents {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tippy-tooltip.default-theme {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #d7d7d7;
  font-size: 14px;
  line-height: 18px;
  color: #373333;
}

.tippy-tooltip.default-theme .tippy-backdrop {
  background-color: #fff;
  color: #373333;
}

.about-clients {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .about-clients {
    padding-bottom: 20px;
  }
}

.about-clients__head {
  max-width: 740px;
  width: 100%;
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .about-clients__head {
    margin-bottom: 20px;
  }
}

.about-clients__slider {
  margin: 0 -16px;
}

@media screen and (max-width: 768px) {
  .about-clients__slider {
    margin: 0 -14px;
  }
}

.about-benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (max-width: 1024px) {
  .about-benefits-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.about-benefits-list__item {
  max-width: 50%;
  width: 100%;
  position: relative;
  padding-left: 40px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .about-benefits-list__item {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .about-benefits-list__item {
    max-width: 100%;
    margin-bottom: 0;
  }
  .about-benefits-list__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.about-benefits-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../img/icons-img/check-yellow.svg") center/cover no-repeat;
  width: 24px;
  height: 18px;
}

@media screen and (max-width: 768px) {
  .about-benefits-list__item:before {
    width: 16px;
    height: 12px;
  }
}

.about-benefits-list__title {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .about-benefits-list__title {
    padding-bottom: 6px;
  }
}

.about-benefits {
  padding-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .about-benefits {
    padding-bottom: 28px;
  }
}

.about-director {
  position: relative;
  margin-bottom: 90px;
}

.about-director__mob-wrap {
  display: none;
  margin: auto;
  border-radius: 50%;
  width: 108px;
  height: 108px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .about-director__mob-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about-director__mob {
  width: 100%;
  margin-top: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  border-radius: 50%;
}

.about-director__inner {
  padding-bottom: 246px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media screen and (max-width: 1024px) {
  .about-director__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-bottom: 136px;
  }
}

@media screen and (max-width: 768px) {
  .about-director__inner {
    padding-bottom: 34px;
  }
}

.about-director__head {
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  .about-director__head {
    margin-bottom: 22px;
  }
}

.about-director__title {
  margin-bottom: 5px;
}

.about-director__subtitle {
  color: #999999;
}

.about-director__content {
  max-width: 624px;
  width: 100%;
  padding-bottom: 58px;
}

.about-director__content p:not(:last-child) {
  padding-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .about-director__content p:not(:last-child) {
    padding-bottom: 20px;
  }
}

.about-director__desc {
  font-size: 24px;
  line-height: 32px;
  max-width: 480px;
  width: 100%;
  color: #999999;
}

@media screen and (max-width: 1024px) {
  .about-director__desc {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    padding: 23px 36px;
    text-align: center;
    margin: 0 auto;
  }
}

.about-director__desc span {
  font-weight: bold;
}

.about-director__img-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  /*width: 410px;*/
  width: 510px;
  height: 660px;
}

@media screen and (max-width: 1024px) {
  .about-director__img-wrap {
    position: relative;
    display: none;
  }
}

.about-director__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.principles {
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .principles {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

.principle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.principle:not(:last-child) {
  padding-bottom: 105px;
}

@media screen and (max-width: 1205px) {
  .principle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .principle:not(:last-child) {
    padding-bottom: 50px;
  }
}

.principle__left {
  max-width: 570px;
  width: 100%;
}

.principle__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -webkit-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 13px 35px rgba(0, 0, 0, 0.1);
}

.principle__img-wrap {
  position: relative;
  max-width: 620px;
  width: 100%;
  height: 294px;
}

@media screen and (max-width: 480px) {
  .principle__right {
    display: none;
  }
  .principle__img-wrap {
    height: 180px;
  }
}

.principle__img-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.principle__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .principle__thumbs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.principle__thumbs-item {
  width: 220px;
  height: 65px;
}

.principle__thumbs-item:not(:last-child) {
  margin-right: 54px;
}

@media screen and (max-width: 480px) {
  .principle__thumbs-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 22px;
  }
}

.principle__desc,
.principle__subtitle {
  font-size: 16px;
  line-height: 26px;
}

.principle__desc:not(:last-child),
.principle__subtitle:not(:last-child) {
  margin-bottom: 16px;
}

.principle__subtitle {
  font-weight: bold;
}

.principle-list {
  margin-bottom: 30px;
}

.principle-list__item {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
}

.principle-list__item:not(:last-child) {
  margin-bottom: 12px;
}

.principle-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 12px;
  background: url("../img/icons-img/check-yellow.svg") center/cover no-repeat;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fullheight {
    height: 1px;
  }
  .preloader__bar {
    display: none;
  }
  .header-callback__input {
    line-height: 30px;
  }
}

.header-lang__item_disabled {
  pointer-events: none;
}

.footer-partners {
  max-width: 303px;
}

.footer-copy {
  font-size: 11px;
  line-height: 15px;
  text-align: justify;
}

.support-phone__desktop-popup {
  display: none;
}

@media (min-width: 1024px) {
  .main-content_offset {
    padding-top: 99px;
  }

  .support-phone {
    position: relative;
    z-index: 1;
  }

  .support-phone__desktop-popup {
    display: flex;
    align-items: center;
    padding-left: 54px;
    width: 192px;
    height: 44px;
    background-color: #ffffff;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: -1;
    color: #383838;
    font-size: 14px;
    line-height: 18px;
    border-radius: 22px;
    transition: all 0.35s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    font-weight: 400;
  }

  .support-phone:active .support-phone__icon {
    transform: none;
  }

  .support-phone:hover .support-phone__desktop-popup {
    opacity: 1;
    visibility: visible;
  }
}

.mainpage-slider__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team__lead:not(:last-of-type) {
  margin-bottom: 14px;
}
