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

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

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

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes block-reveal {
  0% {
    -webkit-transform: translateZ(0) scaleY(1) scaleX(0);
            transform: translateZ(0) scaleY(1) scaleX(0);
  }
  50% {
    -webkit-transform: translateZ(0) scaleY(1) scaleX(1);
            transform: translateZ(0) scaleY(1) scaleX(1);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) scaleY(1) scaleX(1);
            transform: translate3d(100%, 0, 0) scaleY(1) scaleX(1);
  }
}

@keyframes block-reveal {
  0% {
    -webkit-transform: translateZ(0) scaleY(1) scaleX(0);
            transform: translateZ(0) scaleY(1) scaleX(0);
  }
  50% {
    -webkit-transform: translateZ(0) scaleY(1) scaleX(1);
            transform: translateZ(0) scaleY(1) scaleX(1);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) scaleY(1) scaleX(1);
            transform: translate3d(100%, 0, 0) scaleY(1) scaleX(1);
  }
}

@media screen and (min-width: 1025px) {
  .page-ready .intro__title {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .page-ready .intro__actions {
    -webkit-animation: animation 0.8s 950ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 950ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .block-reveal {
    position: relative;
    overflow: hidden;
  }
  .block-reveal > * {
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: translate3d(-3rem, 0, 0);
            transform: translate3d(-3rem, 0, 0);
  }
  .block-reveal:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: -.1rem;
    bottom: 0;
    left: 0;
    background-color: #959595;
    -webkit-animation-duration: 1.15s;
            animation-duration: 1.15s;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: translateZ(0) scaleY(1) scaleX(0);
            transform: translateZ(0) scaleY(1) scaleX(0);
  }
  .header_hidden {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  .features__desc.is-active {
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  [data-detect-viewport].in-view .block-reveal > * {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
    -webkit-transition-delay: .575s;
            transition-delay: .575s;
  }
  [data-detect-viewport].in-view .block-reveal:after {
    -webkit-animation-name: block-reveal;
            animation-name: block-reveal;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(0.81, 0.15, 0.26, 0.99);
            animation-timing-function: cubic-bezier(0.81, 0.15, 0.26, 0.99);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  [data-detect-viewport].in-view .lines_right .lines__item {
    -webkit-transform: translateY(0) rotate(-25deg);
            transform: translateY(0) rotate(-25deg);
    background-color: rgba(0, 0, 0, 0.1);
  }
  [data-detect-viewport].in-view .lines_left .lines__item {
    -webkit-transform: translateY(0) rotate(25deg);
            transform: translateY(0) rotate(25deg);
    background-color: rgba(0, 0, 0, 0.1);
  }
  [data-detect-viewport].in-view .lines_lighten .lines__item {
    -webkit-transform: translateY(0) rotate(25deg);
            transform: translateY(0) rotate(25deg);
    background-color: rgba(255, 255, 255, 0.1);
  }
  [data-detect-viewport].in-view .features__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 .directions-tabs {
    -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 .page__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 .features__content {
    -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 .notion__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 .notion__content {
    -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 .notion__content {
    -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 .interaction__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 .interaction__desc {
    -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 .interaction__right {
    -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 .callback__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 .form {
    -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 .about__inner {
    -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 .offer__inner {
    -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 .partners__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 .partners__desc {
    -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 .company__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 .company__right {
    -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 .news__content {
    -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 .article__date {
    -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 .article__inner {
    -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-info {
    -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 .map {
    -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-animate-in] {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  [data-animate-in-sm] {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  [data-animate-left] {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  [data-animate-fade] {
    opacity: 0;
  }
  [data-animate-right] {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  [data-animate-down] {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

* {
  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%;
}

html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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;
  fill: currentColor;
}

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

.title {
  font-family: "Oranienbaum", sans-serif;
  font-weight: 400;
}

.title_lg,
h1 {
  font-family: "Oranienbaum", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.78px;
}

@media screen and (max-width: 1024px) {
  .title_lg,
  h1 {
    font-size: 38px;
    line-height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .title_lg,
  h1 {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 1px;
  }
}

.title_md,
h2 {
  font-family: "Oranienbaum", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.72px;
}

@media screen and (max-width: 1024px) {
  .title_md,
  h2 {
    font-size: 31px;
    line-height: 31px;
  }
}

@media screen and (max-width: 768px) {
  .title_md,
  h2 {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 1px;
  }
}

.title_sm,
h3,
h4,
h5,
h6 {
  font-family: "Oranienbaum", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

@media screen and (max-width: 1024px) {
  .title_sm,
  h3,
  h4,
  h5,
  h6 {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .title_sm,
  h3,
  h4,
  h5,
  h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

.link {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 22px;
  color: #919191;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  -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-box-shadow: inset 0 -1px 0 #919191;
          box-shadow: inset 0 -1px 0 #919191;
  padding: 2px 0;
}

.link:hover {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black;
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black;
}

.link:hover {
  color: #323232;
}

.text {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}

.text_sm {
  font-size: 14px;
  line-height: 22px;
}

.text_xs {
  font-size: 13px;
  line-height: 22px;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text p:not(:last-child) {
  margin-bottom: 24px;
}

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.466666;
  background-color: #f3f2eb;
}

::-moz-selection {
  background-color: #959595;
}

::selection {
  background-color: #959595;
}

.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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.body-fixed {
  overflow: hidden;
}

.body-fixed.mob-device {
  position: fixed;
  width: 100%;
  height: 100%;
}

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

.page_offset {
  padding-top: 150px;
}

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

@media screen and (max-width: 768px) {
  .page_offset {
    padding-top: 82px;
  }
}

.page_article {
  padding: 110px 0 62px;
}

@media screen and (max-width: 768px) {
  .page_article {
    padding: 82px 0 35px;
  }
}

.page__title {
  margin-bottom: 72px;
}

@media screen and (max-width: 1024px) {
  .page__title {
    margin-bottom: 51px;
  }
}

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

.page-content {
  position: relative;
  padding: 150px 0 165px;
}

@media screen and (max-width: 1024px) {
  .page-content {
    padding: 116px 0;
    overflow: visible;
  }
}

@media screen and (max-width: 768px) {
  .page-content {
    padding: 82px 0 35px;
  }
}

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

@media screen and (max-width: 1024px) {
  .page-content__inner {
    -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;
  }
}

.page-content__left {
  max-width: 555px;
  width: 100%;
  margin-right: 80px;
}

@media screen and (max-width: 1024px) {
  .page-content__left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .page-content__left {
    margin-bottom: 14px;
  }
}

.page-content__right {
  max-width: 555px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .page-content__right {
    max-width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    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;
  }
  .page-content__right.is-visible {
    margin-bottom: 24px;
    height: auto;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .page-content__right.is-visible {
    margin-bottom: 14px;
  }
}

.page-content__more {
  display: none;
}

@media screen and (max-width: 1024px) {
  .page-content__more {
    display: inline-block;
  }
}

.offer {
  padding-bottom: 140px;
}

@media screen and (max-width: 1024px) {
  .offer {
    padding-bottom: 88px;
  }
}

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

.offer__inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .offer__inner {
    padding-top: 240px;
  }
}

.offer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 430px;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .offer__bg {
    height: 350px;
  }
}

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

.offer__content {
  max-width: 490px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  padding: 50px 35px;
}

.offer__content_offset {
  padding: 70px 35px;
}

@media screen and (max-width: 768px) {
  .offer__content {
    padding: 32px 10px;
  }
}

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

.offer__title {
  margin-bottom: 50px;
  padding-left: 5px;
}

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

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

.offer-list__item {
  position: relative;
  padding-left: 35px;
}

.offer-list__item:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../img/icons-img/rhombus.svg") center/cover no-repeat;
}

.offer-list__item:not(:last-child) {
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .offer-list__item {
    padding-left: 24px;
  }
  .offer-list__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

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

.icon-location {
  width: 14px;
  height: 18px;
  fill: #323232;
}

.icon-telephone {
  width: 14px;
  height: 14px;
  fill: #323232;
}

.icon-mail {
  width: 16px;
  height: 12px;
  fill: #323232;
}

.icon-like {
  width: 60px;
  height: 60px;
  fill: #323232;
}

.icon-arrow {
  width: 14px;
  height: 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;
}

.icon-prev, .icon-next {
  width: 35px;
  height: 35px;
}

.icon-arrow-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon-facebook {
  width: 18px;
  height: 18px;
}

.icon-vk {
  width: 23px;
  height: 23px;
}

.icon-twitter {
  width: 17px;
  height: 17px;
}

.menu-icon {
  display: none;
  position: relative;
  padding: 15px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .menu-icon {
    display: inline-block;
    padding: 10px;
  }
}

.menu-icon__box {
  width: 30px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}

.menu-icon__item {
  width: 30px;
  height: 2px;
  position: absolute;
  background-color: #343434;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu-icon__item:nth-child(1) {
  top: 0;
  right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
}

.menu-icon__item:nth-child(2) {
  top: 10px;
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.menu-icon__item:nth-child(3) {
  top: 20px;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7);
}

.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.44px;
  font-weight: 300;
  height: 54px;
  line-height: 54px;
  padding: 0 18px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid #959595;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
}

.btn:before, .btn:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn:before {
  top: 0;
  left: -100px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-right: 50px solid transparent;
  border-top: 54px solid #323232;
}

.btn:after {
  top: 0;
  right: -100px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border-left: 50px solid transparent;
  border-bottom: 54px solid #323232;
}

.btn:hover {
  color: #ebebeb;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.btn:hover:before {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}

.btn:hover:after {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}

.btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.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 {
  display: block;
  width: 100%;
}

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

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

.tabs-menu__item {
  cursor: pointer;
}

.tabs-content {
  position: relative;
  width: 100%;
}

.tabs-content__item {
  display: none;
}

.tabs-content__item.active {
  display: block;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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;
}

.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.4;
}

.owl-carousel .owl-nav button.owl-next svg, .owl-carousel .owl-nav button.owl-prev svg {
  position: absolute;
  top: calc(50% - 18px);
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0.5;
}

.owl-carousel .owl-nav button.owl-next:hover svg, .owl-carousel .owl-nav button.owl-prev:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.owl-carousel .owl-nav button.owl-prev svg {
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.owl-carousel .owl-nav button.owl-next svg {
  right: 0;
}

.logo {
  position: relative;
  display: table;
  width: 98px;
  height: 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;
}

.logo:hover .logo__img {
  opacity: 0.8;
}

.logo__img {
  margin: 0 auto;
  width: 98px;
  height: 50px;
}

.logo__slogan {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 20px 0;
  z-index: 5;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

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

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

.header__left {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1024px) {
  .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.header__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .header__center {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .header__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header__logo {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .header__logo {
    width: 80px;
    height: 54px;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 60px;
    height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .header__logo .logo__img {
    width: 78px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .header__logo .logo__img {
    width: 60px;
    height: 28px;
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 1024px) {
  .header__logo .logo__slogan {
    font-size: 13px;
    letter-spacing: 0.4px;
  }
}

@media screen and (max-width: 768px) {
  .header__logo .logo__slogan {
    font-size: 10px;
    letter-spacing: 0;
  }
}

.header_white {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
  padding: 12px 0;
}

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

.header_white .logo {
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .header_white .logo {
    height: 40px;
  }
}

.header_white .logo__slogan {
  height: 0;
  opacity: 0;
  overflow: hidden;
  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: 768px) {
  .header_white .logo__slogan {
    height: auto;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
  }
}

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

.lang {
  position: absolute;
  top: -5px;
  right: -60px;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .lang {
    right: auto;
    top: auto;
  }
}

.lang__inner {
  border-radius: 6px;
  max-height: 42px;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.lang__current {
  display: block;
  padding: 10px 17px;
}

.lang__link {
  display: block;
  padding: 10px 17px;
  border-bottom-left-radius: 6px;
  border-bottom-right-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;
}

.lang__link:hover {
  background-color: #ebebeb;
}

.lang:hover .lang__inner {
  max-height: 1000px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);
  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;
}

.menu-opened .header {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menu-opened .header__left {
  display: none;
}

.menu-opened .header__center {
  display: none;
}

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

.menu-opened .mob-menu__inner {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.menu-opened .menu-icon__item {
  width: 20px;
  background-color: #fff;
}

.menu-opened .menu-icon__item:nth-child(1) {
  -webkit-transform: scale(1) translate3d(-8px, 18px, 0) rotate(45deg);
          transform: scale(1) translate3d(-8px, 18px, 0) rotate(45deg);
}

.menu-opened .menu-icon__item:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.menu-opened .menu-icon__item:nth-child(3) {
  -webkit-transform: scaleX(1) translate3d(7px, -2px, 0) rotate(-45deg);
          transform: scaleX(1) translate3d(7px, -2px, 0) rotate(-45deg);
}

.mob-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);
  z-index: 4;
  background-color: #67727c;
  opacity: 0;
  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;
}

.mob-menu:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -150px;
  background: url("../img/bgs/mob-menu-lines-bg.png") center/cover no-repeat;
  background-size: contain;
  width: 327px;
  height: 386px;
  opacity: 0.2;
  pointer-events: none;
}

.mob-menu:after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -422px;
  width: 742px;
  height: 369px;
  background: url("../img/bgs/mob-menu-logo-bg.png") center/cover no-repeat;
  background-size: contain;
  pointer-events: none;
}

.mob-menu__inner {
  padding: 45px 0 75px;
  height: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mob-menu__item:not(:last-child) {
  margin-bottom: 20px;
}

.mob-menu__list {
  position: relative;
  text-align: center;
  padding-bottom: 55px;
}

.mob-menu__list:after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background-color: #fff;
}

.mob-menu__link {
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-family: "Oranienbaum", sans-serif;
  letter-spacing: 0.44px;
  padding: 15px 10px;
}

.mob-menu__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
}

.mob-menu__callback {
  -webkit-box-shadow: inset 0 -1px 0 white;
          box-shadow: inset 0 -1px 0 white;
  padding-bottom: 2px;
}

.mob-menu__callback:hover {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black;
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black;
}

.mob-menu__callback:not(:last-child) {
  margin-bottom: 40px;
}

.menu {
  margin-right: 8px;
}

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

.menu__item:not(:last-child) {
  margin-right: 38px;
}

.menu__link {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
  text-transform: uppercase;
  letter-spacing: 1.68px;
  color: #323232;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}

.menu__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #323232;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99), -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.menu__link:hover:after, .menu__link.is-active:after {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.footer {
  background-color: #e5e5e5;
}

.footer__inner {
  padding: 45px 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.footer__menu {
  margin-bottom: 40px;
}

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

.footer__menu .menu__link {
  letter-spacing: 1.56px;
  font-size: 13px;
}

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

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

.footer__logo {
  margin-bottom: 40px;
  width: 72px;
  height: 50px;
}

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

.footer__logo .logo__img {
  width: 72px;
  height: 35px;
}

.footer__logo .logo__slogan {
  font-size: 12px;
  letter-spacing: 0.1px;
}

.footer__bottom {
  margin-top: auto;
  padding: 12px 0;
  text-align: center;
  color: #8b8b8b;
  background-color: #252525;
}

@media screen and (max-width: 1024px) {
  .footer__contacts-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .footer__contacts-info .contacts-info__link {
    padding-left: 0;
    -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;
  }
}

.footer__contacts-info .contacts-info__icon {
  fill: #323232;
}

@media screen and (max-width: 1024px) {
  .footer__contacts-info .contacts-info__icon {
    margin-bottom: 10px;
    position: relative;
  }
}

.section {
  position: relative;
}

.section_darken {
  color: #ebebeb;
}

.section_lighten {
  color: #323232;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  min-height: 730px;
}

@media screen and (max-width: 767px) {
  .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .intro {
    height: auto;
  }
}

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

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

.intro__inner {
  padding-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .intro__inner {
    padding-top: 100px;
    padding-bottom: 22px;
  }
}

.intro__content {
  max-width: 590px;
  width: 100%;
}

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

.intro__title {
  margin-bottom: 58px;
}

@media screen and (max-width: 1024px) {
  .intro__title {
    margin-bottom: 44px;
  }
}

@media screen and (max-width: 767px) {
  .intro__title {
    text-align: center;
    margin-bottom: 30px;
  }
}

.intro__btn {
  margin-right: 26px;
}

@media screen and (max-width: 767px) {
  .intro__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.intro__mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .intro__mob {
    display: block;
    background: url("../img/bgs/intro-mob-bg.jpg") center/cover no-repeat;
    background-size: contain;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 244px;
  }
}

.intro__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.intro__bg:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bgs/intro-overlay.svg) center no-repeat;
  background-size: cover;
  pointer-events: none;
}

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

@media screen and (max-width: 1024px) {
  .intro__bg {
    width: 100%;
  }
}

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

.intro__img {
  height: 100%;
  width: 98%;
  margin-left: auto;
  background: url("../img/bgs/intro-bg.jpg") center/cover no-repeat;
  min-height: 244px;
  background-position: center top;
}

@media screen and (max-width: 768px) {
  .intro__link {
    color: #3d98c2;
    -webkit-box-shadow: inset 0 -1px 0 #3d98c2;
            box-shadow: inset 0 -1px 0 #3d98c2;
  }
  .intro__link:hover {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black;
            box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black;
  }
}

.features {
  background-color: #ebebeb;
  overflow: hidden;
}

.features__wrap {
  position: relative;
}

.features__inner {
  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;
  padding: 112px 0;
}

@media screen and (max-width: 1024px) {
  .features__inner {
    padding: 76px 0 0;
  }
}

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

.features__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.features__bg {
  position: absolute;
  top: 0;
  width: 874px;
  height: 584px;
  right: -110px;
  z-index: 0;
}

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

.features__title {
  margin-bottom: 88px;
}

@media screen and (max-width: 1024px) {
  .features__title {
    margin-bottom: 62px;
  }
}

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

.features__desc {
  position: relative;
  width: 100%;
  max-width: 632px;
  background-color: #f3f2eb;
  padding: 60px 60px 50px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}

.features__desc:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -56px;
  height: 56px;
  width: calc(100% - 56px);
  background-color: #f3f2eb;
}

.features__desc:after {
  content: '';
  position: absolute;
  bottom: -56px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 56px 0 0;
  border-color: #f3f2eb transparent transparent transparent;
}

@media screen and (max-width: 1400px) {
  .features__desc:before, .features__desc:after {
    bottom: -55px;
  }
  .features__desc:after {
    right: 1px;
  }
}

@media screen and (max-width: 1024px) {
  .features__desc {
    background: none;
    padding: 0;
    max-width: 100%;
  }
  .features__desc:before, .features__desc:after {
    display: none;
  }
}

.features-menu {
  max-width: 345px;
  margin-right: 64px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .features-menu {
    position: relative;
    padding: 16px;
    max-width: none;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-top: 60px;
    background: url("../img/bgs/features-bg.jpg") center/cover no-repeat;
  }
  .features-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
  }
  .features-menu:before {
    z-index: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .features-menu {
    margin-top: 40px;
  }
}

.features-menu__link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .features-menu__link {
    padding-right: 34px;
    font-size: 15px;
    letter-spacing: 1.65px;
    color: #fff;
  }
  .features-menu__link:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/icons-img/right-arrow.svg") center/cover no-repeat;
    width: 22px;
    height: 15px;
  }
}

@media screen and (max-width: 768px) {
  .features-menu__link {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1.4px;
  }
}

.features-menu__item {
  position: relative;
  display: block;
  padding: 10px;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  padding-left: 40px;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  cursor: pointer;
}

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

.features-menu__item:before {
  content: '';
  position: absolute;
  top: 20px;
  height: 1px;
  width: 0;
  left: 0;
  background-color: #3d98c2;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.features-menu__item:hover, .features-menu__item.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.features-menu__item:hover:before, .features-menu__item.active:before {
  width: 25px;
}

@media screen and (max-width: 1024px) {
  .features-menu__item {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding-left: 0;
    padding: 23px 0;
  }
  .features-menu__item:not(:last-child) {
    margin-bottom: 0;
  }
  .features-menu__item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .features-menu__item:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .features-menu__item {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.notion {
  overflow: hidden;
  background-color: #67727c;
}

@media screen and (max-width: 1024px) {
  .notion {
    background-color: #ffffff;
  }
}

.notion__inner {
  padding: 140px 0 166px;
}

@media screen and (max-width: 1024px) {
  .notion__inner {
    padding: 90px 0 0;
    color: #323232;
  }
}

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

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

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

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

.notion__title {
  margin-bottom: 35px;
}

.notion__desc:not(:last-child) {
  margin-bottom: 28px;
}

.notion__more {
  display: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-width: 1024px) {
  .notion__more {
    display: inline-block;
  }
}

.lines {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

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

.lines__item {
  position: absolute;
  top: -7%;
  height: 115%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(-25deg) translateY(-150%);
          transform: rotate(-25deg) translateY(-150%);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.lines__item:nth-child(1) {
  left: 335px;
}

.lines__item:nth-child(2) {
  left: 455px;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.lines__item:nth-child(3) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  left: 625px;
}

.lines_left .lines__item {
  position: absolute;
  top: -7%;
  height: 115%;
  left: auto;
  width: 1px;
  background-color: black;
  -webkit-transform: rotate(25deg) translateY(-150%);
          transform: rotate(25deg) translateY(-150%);
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.lines_left .lines__item:nth-child(1) {
  right: 700px;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.lines_left .lines__item:nth-child(2) {
  right: 575px;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.lines_left .lines__item:nth-child(3) {
  right: 410px;
}

.lines_lighten .lines__item {
  background-color: #fff;
}

.news .lines__item:nth-child(1) {
  left: 435px;
}

.news .lines__item:nth-child(2) {
  left: 555px;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.news .lines__item:nth-child(3) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  left: 725px;
}

.interaction {
  padding-top: 62px;
}

@media screen and (max-width: 1024px) {
  .interaction {
    background-color: #67727c;
    color: #ffffff;
    margin: 0 -20px;
    padding: 40px 20px 90px;
  }
}

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

.interaction__title {
  margin-bottom: 38px;
}

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

@media screen and (max-width: 1024px) {
  .interaction__inner {
    -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;
  }
}

.interaction__left {
  max-width: 550px;
  width: 100%;
  margin-right: 80px;
}

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

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

.interaction__right {
  max-width: 530px;
  width: 100%;
}

.interaction-slider {
  margin-top: 54px;
}

.interaction-slider .owl-item {
  padding: 10px 0;
}

@media screen and (max-width: 1024px) {
  .interaction-slider {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .interaction-slider {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px 40px;
  }
}

@media screen and (max-width: 768px) {
  .interaction-slider__inner {
    margin-bottom: 30px;
  }
}

.interaction-slider__counter {
  position: relative;
  display: none;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}

.interaction-slider__counter:after, .interaction-slider__counter:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.interaction-slider__counter:before {
  left: 0;
}

.interaction-slider__counter:after {
  right: 0;
}

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

.interaction-slider__item {
  max-width: 247px;
  max-height: 87px;
  margin: auto;
  cursor: pointer;
}

.interaction-slider__item img {
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .interaction-slider__item {
    max-width: 192px;
    max-height: 68px;
  }
}

@media screen and (max-width: 768px) {
  .interaction-slider__item {
    max-width: 137px;
    max-height: 48px;
  }
}

.callback {
  padding: 42px 0;
  background-color: #ebebeb;
}

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

.callback__wrap {
  position: relative;
  margin: 0 50px;
  overflow: hidden;
  background: url("../img/bgs/callback-bg.jpg") center/cover no-repeat;
}

.callback__wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.callback__wrap:before {
  z-index: 1;
}

.callback__wrap:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/bgs/logo-overlay.svg") center/cover no-repeat;
  background-size: contain;
  background-position: right center;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
  pointer-events: none;
}

@media screen and (max-width: 1400px) {
  .callback__wrap {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  .callback__wrap {
    background-image: none !important;
  }
  .callback__wrap:before {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .callback__wrap #jarallax-container-1 {
    display: none;
  }
}

.callback__inner {
  padding: 84px 0 118px;
  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) {
  .callback__inner {
    padding: 0;
  }
}

.callback__title {
  margin-bottom: 76px;
}

@media screen and (max-width: 1024px) {
  .callback__title {
    color: #323232;
    margin-bottom: 25px;
    text-align: center;
  }
}

.callback__content {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .callback__content {
    position: relative;
    background-color: #fff;
    padding: 40px 20px;
  }
}

.form {
  position: relative;
  background-color: #fff;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .form {
    position: static;
  }
}

.form__inner {
  position: relative;
  padding: 70px 82px 0;
  padding-bottom: 10px;
}

.form__inner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -56px;
  height: 56px;
  width: calc(100% - 56px);
  background-color: #fff;
}

.form__inner:after {
  content: '';
  position: absolute;
  bottom: -56px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 56px 0 0;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 1400px) {
  .form__inner:before, .form__inner:after {
    bottom: -55px;
  }
}

@media screen and (max-width: 1024px) {
  .form__inner {
    padding: 55px 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 0;
  }
  .form__inner:after, .form__inner:before {
    display: none;
  }
}

.form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 58px;
}

@media screen and (max-width: 1024px) {
  .form__content {
    margin-bottom: 38px;
  }
}

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

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

.form__group:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .form__group:not(:last-child) {
    margin-bottom: 14px;
  }
}

.form__left {
  max-width: 530px;
  width: 100%;
  margin-right: 82px;
}

@media screen and (max-width: 1024px) {
  .form__left {
    margin-right: 20px;
  }
}

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

.form__btn {
  padding: 0 54px;
}

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

.form__right {
  max-width: 424px;
  width: 100%;
}

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

.form__field {
  position: relative;
  width: 100%;
}

.form__field:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  .form__field:not(:last-child) {
    margin-right: 15px;
  }
}

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

.form__field_notempty .form__label {
  font-size: 11px;
  top: 0;
}

.form__label {
  color: rgba(50, 50, 50, 0.6);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  left: 0;
}

.form__input, .form__textarea {
  width: 100%;
  border-bottom: 1px solid #919191;
  color: #323232;
  font-size: 15px;
}

.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: rgba(50, 50, 50, 0.6);
}

.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  font-size: 15px;
  color: rgba(50, 50, 50, 0.6);
}

.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
  font-size: 15px;
  color: rgba(50, 50, 50, 0.6);
}

.form__input::placeholder, .form__textarea::placeholder {
  font-size: 15px;
  color: rgba(50, 50, 50, 0.6);
}

.form__input {
  padding: 12px 0;
  font-size: 15px;
}

.form__input:focus {
  border-bottom: 1px solid #3d98c2;
}

.form__input:focus ~ .form__label {
  font-size: 11px;
  top: 0;
}

.form__textarea {
  height: 100%;
  padding: 8px 0;
}

@media screen and (max-width: 1024px) {
  .form__textarea {
    min-height: 166px;
  }
}

@media screen and (max-width: 768px) {
  .form__textarea {
    min-height: 124px;
  }
}

.form__success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
  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;
}

.form__success:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

.form__success-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form__success-icon {
  margin-bottom: 40px;
}

.form__success-text {
  color: #323232;
}

.form.success .form__success {
  opacity: 1;
  pointer-events: auto;
}

.selectric {
  background: transparent;
  border: none;
  border-bottom: 1px solid #919191;
}

.selectric-wrapper {
  margin-bottom: 44px;
}

@media screen and (max-width: 1024px) {
  .selectric-wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .selectric-wrapper {
    margin-bottom: 14px;
  }
}

.selectric .label {
  line-height: 34px;
  height: 34px;
  color: rgba(50, 50, 50, 0.6);
  margin: 0;
  font-size: 15px;
}

.selectric .button {
  background: none;
  top: 50%;
  right: 4px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 0.1rem solid #959595;
  border-bottom: 0.1rem solid #959595;
  border-top: 0;
  border-left: 0;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  -webkit-transform-origin: 75% 75%;
          transform-origin: 75% 75%;
}

.selectric .button:after {
  display: none;
}

.selectric-open .button {
  -webkit-transform: translateY(-60%) rotate(-135deg);
          transform: translateY(-60%) rotate(-135deg);
}

.selectric-items {
  border: 1px solid #959595;
  background-color: #ffffff;
}

.selectric-items ul li {
  font-size: 15px;
  padding: 6.5px 16px;
  font-weight: 300;
  color: #323232;
}

.selectric-items ul li:nth-child(1) {
  display: none;
}

.selectric-items ul li:hover {
  background-color: #ebebeb;
}

.selectric-items ul li.highlighted {
  background-color: #dedede;
}

.selectric-items .selectric-scroll::-webkit-scrollbar {
  width: 8x;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-track {
  background: #fff;
  border: 2px solid #ccc;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
}

.preloader {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #f3f2eb;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.preloader__inner {
  position: relative;
  width: 90px;
  height: 60px;
}

.preloader__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 60px;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 2s ease, -webkit-transform .6s ease-in-out;
  transition: opacity 2s ease, -webkit-transform .6s ease-in-out;
  transition: opacity 2s ease, transform .6s ease-in-out;
  transition: opacity 2s ease, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.preloader__dot {
  position: absolute;
  bottom: 25px;
  right: 42px;
  width: 15px;
  height: 15px;
  background-color: #272A2C;
  border-radius: 50%;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.preloader.hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.preloader.hidden .preloader__icon {
  width: 86px;
  height: 60px;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.preloader.hidden .preloader__dot {
  right: 0;
  width: 8px;
  height: 8px;
  bottom: 16px;
  -webkit-animation: none;
          animation: none;
}

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

.directions-tabs-menu {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .directions-tabs-menu {
    margin-bottom: 55px;
    display: none;
  }
}

.directions-tabs-menu__item {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.directions-tabs-menu__item:not(:last-child) {
  margin-right: 60px;
}

.directions-tabs-menu__item:hover .directions-tabs-menu__text, .directions-tabs-menu__item.active .directions-tabs-menu__text {
  color: #3d98c2;
}

.directions-tabs-menu__item:hover .directions-tabs-menu__order, .directions-tabs-menu__item.active .directions-tabs-menu__order {
  opacity: 1;
}

.directions-tabs-menu__text {
  letter-spacing: 0.52px;
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 13px;
  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;
}

.directions-tabs-menu__title {
  text-transform: uppercase;
}

.directions-tabs-menu__order {
  opacity: 0.5;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  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;
  pointer-events: none;
}

.selectric-directions-tabs-select {
  display: none;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

@media screen and (max-width: 1024px) {
  .selectric-directions-tabs-select {
    display: block;
    margin: 0 -20px 55px;
  }
}

@media screen and (max-width: 768px) {
  .selectric-directions-tabs-select {
    margin: 0 -20px 30px;
  }
}

.selectric-directions-tabs-select .selectric {
  border-bottom: none;
}

.selectric-directions-tabs-select .selectric .button {
  right: 20px;
}

.selectric-directions-tabs-select .selectric .label {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.52px;
  padding: 0 20px;
}

.selectric-directions-tabs-select .selectric-items {
  border: none;
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0 9px 18px rgba(0, 0, 0, 0.2);
}

.selectric-directions-tabs-select .selectric-items ul li {
  color: #343434;
  font-weight: 300;
  font-size: 13px;
  padding: 14.5px 20px;
  text-transform: uppercase;
  letter-spacing: 0.52px;
}

.selectric-directions-tabs-select .selectric-items ul li:nth-child(1) {
  display: block;
}

.selectric-directions-tabs-select .selectric-items ul li:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

.partners {
  height: 625px;
  background: url("../img/../img/bgs/partners-bg.jpg") center/cover no-repeat;
}

@media screen and (max-width: 1024px) {
  .partners {
    height: 598px;
  }
}

@media screen and (max-width: 767px) {
  .partners {
    height: 570px;
    background: url("../img/../img/bgs/partners-bg-mob.jpg") center/cover no-repeat;
    background-position: center bottom;
  }
}

.partners .container {
  height: 100%;
}

.partners__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners__content {
  max-width: 614px;
  width: 100%;
  padding-top: 150px;
}

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

@media screen and (max-width: 768px) {
  .partners__content {
    padding-top: 82px;
  }
}

.partners__title {
  margin-bottom: 64px;
}

@media screen and (max-width: 1024px) {
  .partners__title {
    margin-bottom: 47px;
  }
}

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

.partners__desc {
  max-width: 518px;
}

.company {
  background-color: #67727c;
}

.company__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 140px 0;
}

@media screen and (max-width: 1024px) {
  .company__inner {
    padding: 90px 0;
  }
}

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

@media screen and (max-width: 1205px) {
  .company__inner {
    -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;
  }
}

.company__title {
  margin-bottom: 32px;
}

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

.company__left {
  padding-top: 30px;
  max-width: 540px;
  width: 100%;
  margin-right: 60px;
}

@media screen and (max-width: 1205px) {
  .company__left {
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .company__left {
    margin-bottom: 35px;
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

@media screen and (max-width: 768px) {
  .company__content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    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;
  }
}

.company__content.is-visible {
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  margin-bottom: 14px;
}

.company__more {
  display: none;
}

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

.company .link {
  color: rgba(255, 255, 255, 0.5);
}

.company .link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.exp {
  max-width: 600px;
  width: 100%;
  background-color: #4b535a;
  padding: 50px 38px 70px;
}

@media screen and (max-width: 768px) {
  .exp {
    padding: 0;
    background-color: transparent;
  }
}

.exp__title {
  margin-bottom: 48px;
}

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

.exp__content {
  max-height: 322px;
  overflow-y: auto;
}

.exp__content::-webkit-scrollbar {
  width: 6px;
}

.exp__content::-webkit-scrollbar-track {
  background: #81878c;
}

.exp__content::-webkit-scrollbar-thumb {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .exp__content {
    max-height: unset;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: hidden;
  }
}

.exp__desc {
  max-width: 470px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .exp__desc {
    max-height: 322px;
    overflow: hidden;
    margin-bottom: 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;
  }
  .exp__desc.is-visible {
    overflow: visible;
    max-height: 100%;
  }
}

.brands-slider {
  margin-bottom: 78px;
  padding: 0 50px;
}

@media screen and (max-width: 1024px) {
  .brands-slider {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 768px) {
  .brands-slider {
    margin-bottom: 34px;
    padding: 0;
  }
}

.brands-slider .owl-item {
  opacity: 0.2;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.brands-slider .owl-item.center {
  opacity: 1;
}

.brands-slider .owl-item .brands-slider__img {
  max-height: 34px;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .brands-slider .owl-item .brands-slider__img {
    max-height: 54px;
  }
}

.news__content {
  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;
  margin: 0 -25px;
}

@media screen and (max-width: 1024px) {
  .news__content {
    margin: 0 -20px;
  }
}

@media screen and (max-width: 767px) {
  .news__content {
    margin: 0;
  }
}

.news-preview {
  max-width: 33.33%;
  width: 100%;
  padding: 0 25px;
  margin-bottom: 50px;
}

.news-preview:hover .news-preview__img-wrap:before {
  opacity: 1;
}

.news-preview:hover .news-preview__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .news-preview {
    max-width: 50%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .news-preview {
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .news-preview:not(:last-child) {
    margin-bottom: 35px;
  }
}

.news-preview__img-wrap {
  position: relative;
  height: 210px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
}

.news-preview__img-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.news-preview__img-wrap:before {
  opacity: 0;
  z-index: 1;
  -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) {
  .news-preview__img-wrap {
    height: 185px;
  }
}

@media screen and (max-width: 768px) {
  .news-preview__img-wrap {
    height: 160px;
  }
}

.news-preview__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  -webkit-transition: -webkit-transform .8s linear;
  transition: -webkit-transform .8s linear;
  transition: transform .8s linear;
  transition: transform .8s linear, -webkit-transform .8s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.news-preview__title {
  margin-bottom: 15px;
}

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

.news-preview__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-right: 16px;
}

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

.news-preview__num {
  color: #8b8b8b;
  font-size: 13px;
}

.news-preview__num:not(:last-child) {
  border-bottom: 1px solid #8b8b8b;
}

.sharing {
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .sharing {
    margin-bottom: 47.5px;
  }
}

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

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

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

.sharing__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  min-width: 152px;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.sharing__btn:hover {
  opacity: 0.8;
}

.sharing__btn:active {
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .sharing__btn {
    min-width: 86px;
    height: 40px;
    line-height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sharing__btn_facebook {
  background-color: #3c5a98;
}

.sharing__btn_vk {
  background-color: #48729e;
}

.sharing__btn_twitter {
  background-color: #00aced;
}

.sharing__text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.66px;
}

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

.sharing__icon {
  fill: #fff;
  margin-right: 18px;
}

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

.sharing__title {
  display: none;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.66px;
}

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

.article__intro {
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .article__intro {
    margin-bottom: 50px;
  }
}

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

.article__head {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 454px;
  overflow: hidden;
}

.article__head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .article__head {
    height: 308px;
  }
}

@media screen and (max-width: 768px) {
  .article__head {
    height: 162px;
    margin-bottom: 10px;
  }
}

.article__wrap {
  position: relative;
}

.article__desc {
  position: relative;
  text-align: center;
  padding: 90px 0 0;
  width: 100%;
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .article__desc {
    padding: 45px 40px 0;
  }
}

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

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

.article__num {
  padding: 0 10px;
  font-size: 13px;
}

.article__num:not(:last-child) {
  border-right: 1px solid #fff;
}

.article__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article__inner {
  position: relative;
  width: 100%;
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.article__title-mob, .article__date-mob {
  display: none;
}

@media screen and (max-width: 768px) {
  .article__title-mob, .article__date-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.article__date-mob {
  color: #8b8b8b;
}

.article__date-mob .article__num:not(:last-child) {
  border-right: 1px solid #000;
}

.article__content {
  margin-bottom: 56px;
}

@media screen and (max-width: 1024px) {
  .article__content {
    margin-bottom: 42px;
  }
}

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

.article__content blockquote {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-family: "Oranienbaum", sans-serif;
  font-weight: 400;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 26px 60px 26px 86px;
}

.article__content blockquote:before {
  content: '';
  position: absolute;
  top: 35px;
  left: 0;
  width: 18px;
  height: 16px;
  background: url("../img/icons-img/quotes.svg") center no-repeat;
  background-size: contain;
}

.article__content blockquote:not(:last-child) {
  margin: 38px 0;
}

@media screen and (max-width: 1024px) {
  .article__content blockquote {
    font-size: 22px;
    line-height: 30px;
    padding: 23px 30px 37px 56px;
  }
  .article__content blockquote:not(:last-child) {
    margin: 18px 0;
  }
}

@media screen and (max-width: 768px) {
  .article__content blockquote {
    padding: 18px 0 18px 28px;
    font-size: 20px;
    line-height: 26px;
  }
  .article__content blockquote:before {
    top: 24px;
  }
}

.article__content ul:not(:last-child),
.article__content ol:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .article__content ul:not(:last-child),
  .article__content ol:not(:last-child) {
    margin-bottom: 16px;
  }
}

.article__content ul li,
.article__content ol li {
  position: relative;
  padding-left: 35px;
}

.article__content ul li:before,
.article__content ol li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../img/icons-img/rhombus.svg") center/cover no-repeat;
}

.article__content ul li:not(:last-child),
.article__content ol li:not(:last-child) {
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .article__content ul li,
  .article__content ol li {
    padding-left: 24px;
  }
  .article__content ul li:not(:last-child),
  .article__content ol li:not(:last-child) {
    margin-bottom: 16px;
  }
}

.article__content a {
  position: relative;
  color: #919191;
  letter-spacing: 1.44px;
  -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-box-shadow: inset 0 -1px 0 #919191;
          box-shadow: inset 0 -1px 0 #919191;
  padding: 2px 0;
}

.article__content a:hover {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black;
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black;
}

.article__content a:hover {
  color: #323232;
}

.article__content img {
  margin-bottom: 10px;
  max-height: 370px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

@media screen and (max-width: 1024px) {
  .article__content img {
    max-height: 255px;
  }
}

@media screen and (max-width: 768px) {
  .article__content img {
    max-height: 140px;
  }
}

.article__content figcaption {
  font-size: 16px;
  color: #a1a1a1;
}

@media screen and (max-width: 1024px) {
  .article__content figcaption {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .article__content figcaption {
    font-size: 13px;
  }
}

.article__content figure:not(:last-child) {
  margin: 16px 0 40px;
}

@media screen and (max-width: 768px) {
  .article__content figure:not(:last-child) {
    margin: 16px 0;
  }
}

.article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
  margin-bottom: 30px;
}

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

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

.article-nav__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11.5px 25px;
  background-color: #e5e5e5;
  margin-bottom: 2px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.article-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e5e5e5;
  padding: 13px 25px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.article-nav__text {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
}

.article-nav__btn {
  width: 100%;
  height: 100%;
}

.article-nav__btn:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .article-nav__btn:not(:first-child) {
    margin-bottom: 20px;
  }
  .article-nav__btn:not(:last-child) {
    margin-right: 0;
  }
  .article-nav__btn .icon-arrow {
    fill: #3d98c2;
  }
}

.article-nav__btn:hover .article-nav__caption,
.article-nav__btn:hover .article-nav__content {
  background-color: #d5d5d5;
}

.article-nav__btn:hover .icon-arrow {
  fill: #3d98c2;
}

.article-nav__btn_prev .icon-arrow {
  margin-right: 28px;
}

.article-nav__btn_next .article-nav__caption {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.article-nav__btn_next .icon-arrow {
  margin-left: 28px;
}

.article-nav__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 13px;
  color: #8b8b8b;
  margin-right: 26px;
  padding-top: 5px;
}

.article-nav__num:not(:last-child) {
  border-bottom: 1px solid #8b8b8b;
}

.article-back {
  position: absolute;
  top: 60px;
  left: -50px;
  height: 100%;
}

.article-back:hover .icon-arrow {
  fill: #3d98c2;
}

.article-back .icon-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 2px;
  margin-left: 16px;
}

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

.article-back__inner {
  position: -webkit-sticky;
  top: 200px;
  position: sticky;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-back__text {
  text-transform: uppercase;
  letter-spacing: 0.52px;
  white-space: nowrap;
}

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 778px;
}

@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__item {
  max-width: 250px;
}

.contacts-info__item:not(:last-child) {
  margin-right: 110px;
}

@media screen and (max-width: 1024px) {
  .contacts-info__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.contacts-info__label {
  letter-spacing: 0.52px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contacts-info__link {
  position: relative;
  padding-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-info__link_hover {
  -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-info__link_hover:hover {
  opacity: 0.8;
}

.contacts-info__link_hover:hover .contacts-info__icon {
  -webkit-animation: fadeRight 0.45s ease-in-out;
          animation: fadeRight 0.45s ease-in-out;
}

.contacts-info__icon {
  position: absolute;
  left: 0;
  fill: #3d98c2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contacts-info__icon.icon-telephone {
  top: 3px;
}

.contacts-info__icon.icon-mail {
  top: 5px;
}

.contacts {
  padding-bottom: 140px;
}

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

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

.contacts__content {
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .contacts__content {
    padding-bottom: 56px;
  }
}

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

.map {
  width: 100%;
  height: 454px;
  border: 10px solid #d4d4d4;
}

@media screen and (max-width: 1024px) {
  .map {
    height: 353px;
    border: 8px solid #d4d4d4;
  }
}

@media screen and (max-width: 768px) {
  .map {
    height: 252px;
    border: 6px solid #d4d4d4;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .intro__bg:before {
    display: none;
  }
}
