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

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
.slideInLeftOpacity {
  -webkit-animation-name: slideInLeftOpacity;
          animation-name: slideInLeftOpacity;
}

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

@keyframes slideInLeftOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slideInRightOpacity {
  -webkit-animation-name: slideInRightOpacity;
          animation-name: slideInRightOpacity;
}

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

@keyframes slideInRightOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slideInUpOpacity {
  -webkit-animation-name: slideInUpOpacity;
          animation-name: slideInUpOpacity;
}

@-webkit-keyframes slideInUpOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUpOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideInDownOpacity {
  -webkit-animation-name: slideInDownOpacity;
          animation-name: slideInDownOpacity;
}

@-webkit-keyframes slideInDownOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDownOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInOpacity {
  -webkit-animation-name: fadeInOpacity;
          animation-name: fadeInOpacity;
}

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInImage {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInImage {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

:root {
  --black: #0E141D;
  --white: #fff;
  --accent-color: #CEB988;
  --hover: #F6EBCD;
  --brs: 8px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  min-width: 320px;
  color: var(--black);
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: var(--white);
  margin: 0;
}

img {
  max-width: 100%;
}

input:required, textarea:required {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input:invalid, textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}
input:focus, textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: var(--text-color);
}
a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

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

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

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input, select, button {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

input:disabled {
  opacity: 1;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal,
input[type=tel]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

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

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

* {
  -webkit-tap-highlight-color: transparent;
}

svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wrap {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.format-text-p p {
  margin: 30px 0;
}
.format-text-p p:nth-child(1) {
  margin-top: 0;
}
.format-text-p p:last-child {
  margin-bottom: 0;
}

.section {
  padding: 75px 0;
}
.section--dark {
  background-color: var(--black);
  color: var(--white);
}
.section-header {
  padding: 0 80px;
}
.section-title {
  margin: 0;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 500;
}
.section-text {
  margin-top: 35px;
  max-width: 500px;
}

.h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 20px 30px;
  color: var(--white);
  background-color: var(--hover);
  position: relative;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.btn:after {
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: linear-gradient(323deg, #b9a472 0%, #ceb988 100%);
}
.btn:active:after {
  opacity: 0;
}
.btn__title {
  position: relative;
  z-index: 2;
}
.btn__title + .btn__icon {
  margin-left: 10px;
  margin-right: 0;
}
.btn__icon {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.btn--outline {
  background-color: transparent;
  border: 1px solid #B9A472;
  color: var(--black);
}
.btn--outline:after {
  display: none;
}
.btn--outline:active {
  background-color: #B9A472;
  color: #fff;
}
.btn--outline:active .btn__icon path {
  fill: #fff;
}

@media (hover) {
  .btn:hover:after {
    opacity: 0;
  }
  .btn--outline:hover {
    background-color: #B9A472;
    color: #fff;
  }
  .btn--outline:hover .btn__icon path {
    fill: #fff;
  }
}
.back,
.next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: 1px solid #5C94C0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.back svg path,
.next svg path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.back:focus-visible,
.next:focus-visible {
  outline: none;
}
.back.swiper-button-disabled,
.next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.back:active,
.next:active {
  background-color: #5C94C0;
}
.back:active svg path,
.next:active svg path {
  stroke: #fff;
}

@media (hover) {
  .back:hover,
  .next:hover {
    background-color: #5C94C0;
  }
  .back:hover svg path,
  .next:hover svg path {
    stroke: #fff;
  }
}
.wow {
  visibility: hidden;
}

.swiper-pagination {
  z-index: 3;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  line-height: 0;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid rgba(14, 20, 29, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100%;
  margin: 0 2.5px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.up {
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #5C94C0;
  position: fixed;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
.up.visible {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.up:active {
  background-color: #5C94C0;
}
.up:active svg path {
  stroke: #fff;
}

@media (hover) {
  .up:hover {
    background-color: #5C94C0;
  }
  .up:hover svg path {
    stroke: #fff;
  }
}
.more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.more-link svg {
  margin-left: 8px;
  position: relative;
  top: 1px;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}
.more-link:hover {
  color: #B7BCC4;
}
.more-link:hover svg {
  margin-left: 15px;
}

@media only screen and (max-width: 1199px) {
  body.noscroll {
    overflow: hidden;
  }
  .section-title {
    font-size: 34px;
  }
  .more-link {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 991px) {
  .section-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  :root {
    --brs: 2px;
  }
  .section {
    padding: 50px 0;
  }
  .section-header {
    padding-left: 0;
    padding-right: 0;
  }
  .section-title {
    font-size: 28px;
  }
  .section-text {
    margin-top: 30px;
  }
  .btn {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .up {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
  }
}
.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo img {
  width: 100%;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100%;
  border: none;
  background-color: transparent;
  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;
}
.social-link svg {
  width: 32px;
  height: 32px;
}
.social-link svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.social-link + .social-link {
  margin-left: 15px;
}
.social-link:active svg path {
  fill: var(--hover);
}

.hamburger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 0;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hamburger .hamburger-box {
  width: 25px;
  height: 18px;
}
.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner::after,
.hamburger .hamburger-box .hamburger-inner::before {
  background-color: var(--white);
  height: 2px;
  width: 100%;
  border-radius: 0;
}
.hamburger .hamburger-box .hamburger-inner::before {
  top: 8px;
}
.hamburger .hamburger-box .hamburger-inner::after {
  top: 16px;
}
.hamburger:hover {
  opacity: 1;
}

.language {
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.language:hover {
  color: var(--accent-color);
}

.header {
  padding-top: 10px;
  z-index: 20;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 90px;
  color: var(--white);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: transparent;
  -webkit-transition: padding-top 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: padding-top 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: padding-top 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  transition: padding-top 0.3s ease, transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.header.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header.fixed {
  background-color: var(--black);
  padding-top: 0;
  height: 80px;
}
.header.fixed .header-block {
  border-color: transparent;
}
.header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.header__logo {
  width: 50px;
  margin-right: auto;
}
.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 16px;
  line-height: 120%;
  color: var(--accent-color);
  margin-left: 40px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header-phone svg {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-phone svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.header-phone:hover {
  color: var(--hover);
}
.header-phone:hover svg path {
  fill: var(--hover);
}
.header__hamburger {
  display: none;
}
.header__language {
  margin-left: 40px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__item + .menu__item {
  margin-left: 15px;
}
.menu__item.current_page_item .menu__link, .menu__item.current_page_parent .menu__link {
  color: var(--accent-color);
}
.menu__link {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu__link:active {
  color: var(--accent-color);
}
.menu__hamburger {
  display: none;
}
.menu-footer {
  display: none;
}
.menu__logo {
  display: none;
}

@media (hover) {
  .social-link:hover svg path {
    fill: var(--hover);
  }
  .menu__link:hover {
    color: var(--accent-color);
  }
}
@media only screen and (max-width: 1199px) {
  .header.opened .menu {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
  }
  .header-phone {
    margin-left: 30px;
  }
  .header__language {
    margin-left: 0;
  }
  .menu {
    width: 330px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    background-color: var(--black);
    z-index: 20;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .menu__item + .menu__item {
    margin-top: 25px;
    margin-left: 0;
  }
  .menu__link {
    font-size: 20px;
  }
  .menu-footer {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
  }
  .menu-address {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
  }
  .menu-phone {
    margin-top: 30px;
    font-size: 20px;
    white-space: nowrap;
    width: 100%;
  }
  .menu__social {
    margin-top: 30px;
  }
  .menu__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .menu__hamburger {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .menu__hamburger .hamburger-box .hamburger-inner::after {
    top: 20px;
  }
  .overlay {
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 19;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .overlay.visible {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 575px) {
  .header {
    height: 55px;
  }
  .header.fixed {
    height: 45px;
  }
  .header-block {
    height: 45px;
  }
  .header__logo {
    width: 25px;
  }
  .header-phone {
    display: none;
  }
  .menu {
    max-width: calc(100vw - 50px);
  }
}
.form .btn {
  margin-top: 40px;
}
.form *::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.2;
  color: var(--black);
  font-weight: 400;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form *::-moz-placeholder {
  font-size: 16px;
  line-height: 1.2;
  color: var(--black);
  font-weight: 400;
  opacity: 0.3;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form *:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.2;
  color: var(--black);
  font-weight: 400;
  opacity: 0.3;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form *::-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.2;
  color: var(--black);
  font-weight: 400;
  opacity: 0.3;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form *::placeholder {
  font-size: 16px;
  line-height: 1.2;
  color: var(--black);
  font-weight: 400;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form input[type=text],
.form input[type=tel],
.form input[type=url],
.form input[type=email],
.form input[type=password],
.form input[type=number],
.form textarea {
  position: relative;
  font-size: 16px;
  height: 71px;
  font-weight: 400;
  text-align: left;
  background-color: transparent;
  padding: 0;
  color: var(--black);
  border: none;
  border-bottom: 1px solid rgba(14, 20, 29, 0.3);
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=url]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
.form input[type=number]:focus,
.form textarea:focus {
  border-color: var(--black);
}
.form input[type=text]:focus::-webkit-input-placeholder, .form input[type=tel]:focus::-webkit-input-placeholder, .form input[type=url]:focus::-webkit-input-placeholder, .form input[type=email]:focus::-webkit-input-placeholder, .form input[type=password]:focus::-webkit-input-placeholder, .form input[type=number]:focus::-webkit-input-placeholder, .form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form input[type=text]:focus::-moz-placeholder, .form input[type=tel]:focus::-moz-placeholder, .form input[type=url]:focus::-moz-placeholder, .form input[type=email]:focus::-moz-placeholder, .form input[type=password]:focus::-moz-placeholder, .form input[type=number]:focus::-moz-placeholder, .form textarea:focus::-moz-placeholder {
  opacity: 0;
}
.form input[type=text]:focus:-ms-input-placeholder, .form input[type=tel]:focus:-ms-input-placeholder, .form input[type=url]:focus:-ms-input-placeholder, .form input[type=email]:focus:-ms-input-placeholder, .form input[type=password]:focus:-ms-input-placeholder, .form input[type=number]:focus:-ms-input-placeholder, .form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.form input[type=text]:focus::-ms-input-placeholder, .form input[type=tel]:focus::-ms-input-placeholder, .form input[type=url]:focus::-ms-input-placeholder, .form input[type=email]:focus::-ms-input-placeholder, .form input[type=password]:focus::-ms-input-placeholder, .form input[type=number]:focus::-ms-input-placeholder, .form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.form input[type=text]:focus::placeholder,
.form input[type=tel]:focus::placeholder,
.form input[type=url]:focus::placeholder,
.form input[type=email]:focus::placeholder,
.form input[type=password]:focus::placeholder,
.form input[type=number]:focus::placeholder,
.form textarea:focus::placeholder {
  opacity: 0;
}
.form textarea {
  resize: none;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 71px #fff;
  -webkit-text-fill-color: var(--black);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.iti {
  width: 100%;
}
.iti__flag-container {
  padding: 0;
}
.iti .iti__selected-flag {
  outline: none;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0;
  color: var(--black);
  padding: 0;
  background-color: transparent !important;
}
.iti__divider {
  margin-bottom: 0;
  padding-bottom: 0;
}
.iti__arrow {
  border-top: 4px solid var(--black);
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid var(--black);
}
.iti__country-list {
  max-height: 240px;
  z-index: 11;
  margin: 0;
  border: 1px solid rgba(14, 20, 29, 0.3);
  white-space: normal;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.iti__country-list li {
  color: var(--black);
}
.iti-mobile .iti--container {
  z-index: 100000;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.iti-mobile .iti__country-list {
  margin: 0;
  border-radius: 0;
  width: calc(100% - 20px);
}

.wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--taupe);
}
.wpcf7-list-item-label:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 2px;
  height: 16px;
  width: 16px;
  top: calc(50% - 9px);
  left: 0px;
  border: 1px solid var(--black);
  background-color: transparent;
}
.wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: calc(50% - 9px);
  left: 4px;
  background-image: url("./img/check-icon.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7-list-item input[type=checkbox] {
  display: none;
}
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}

.wpcf7-acceptance {
  margin-top: 40px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 120%;
  color: rgba(14, 20, 29, 0.3);
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wpcf7-acceptance .wpcf7-list-item-label a:active {
  color: var(--black);
}

@media (hover) {
  .wpcf7-acceptance .wpcf7-list-item-label a:hover {
    color: var(--black);
  }
}
.wpcf7 form .wpcf7-spinner {
  display: none;
}

@media only screen and (max-width: 575px) {
  .wpcf7-acceptance {
    margin-top: 30px;
  }
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
  }
  .form .btn {
    margin-top: 30px;
  }
}
.hero {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  padding-top: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.hero:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(14, 20, 29, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 20, 29, 0.85)), to(rgba(14, 20, 29, 0.3)));
  background-image: linear-gradient(180deg, rgba(14, 20, 29, 0.85) 0%, rgba(14, 20, 29, 0.3) 100%);
}
.hero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  padding: 130px 0;
  min-height: 678px;
  height: calc(100vh - 90px);
}
.hero-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.hero-uptitle {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-uptitle br {
  display: none;
}
.hero-title {
  margin-top: 50px;
  width: 100%;
  max-width: 805px;
}
.hero-title.hero-title__line {
  display: none;
}
.hero-title__logo {
  width: 100%;
}
.hero-title__logo-mobile {
  display: none;
}
.hero-btn {
  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;
  margin-top: 50px;
  margin-bottom: 90px;
  position: relative;
  width: 100%;
}
.hero-btn .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 32px;
}
.hero-btn__left-line, .hero-btn__right-line {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.hero-btn__left-line::before, .hero-btn__right-line::before {
  position: absolute;
  content: "";
  left: auto;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.hero-btn__left-line {
  margin-left: 5px;
}
.hero-btn__left-line:before {
  left: -5px;
}
.hero-btn__right-line {
  margin-right: 5px;
}
.hero-btn__right-line:before {
  right: -5px;
}
.hero-text {
  font-size: 20px;
  margin-top: auto;
}

@media only screen and (max-width: 1199px) {
  .hero-block {
    min-height: auto;
    height: auto;
    padding: 100px 0;
  }
  .hero-text {
    font-size: 18px;
    margin-top: 90px;
  }
  .hero-text br {
    display: none;
  }
  .hero-btn {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-uptitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .hero {
    padding-top: 55px;
  }
  .hero-block {
    padding: 30px 0 50px;
  }
  .hero-uptitle {
    font-size: 12px;
  }
  .hero-uptitle br {
    display: inline;
  }
  .hero-title {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .hero-title::before, .hero-title::after {
    position: absolute;
    content: "";
    left: 30%;
    right: auto;
    bottom: -2px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .hero-title:after {
    left: auto;
    right: 30%;
  }
  .hero-title__line {
    display: block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    left: calc(30% + 5px);
    right: calc(30% + 5px);
    bottom: 0;
    position: absolute;
  }
  .hero-title__logo {
    display: none;
  }
  .hero-title__logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .hero-btn {
    margin-top: 30px;
  }
  .hero-btn .btn {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .hero-btn__left-line, .hero-btn__right-line {
    display: none;
  }
  .hero-text {
    margin-top: 30px;
  }
}
.about {
  margin-top: 75px;
}
.about .section-text {
  max-width: 660px;
}
.about-image {
  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;
  border-radius: 8px;
  overflow: hidden;
  border-radius: var(--brs);
  margin-top: 50px;
  height: 500px;
  position: relative;
}
.about-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__more-link {
  margin-left: 40px;
  margin-top: 45px;
}

@media only screen and (max-width: 1199px) {
  .about {
    margin-top: 0;
    padding-bottom: 0;
  }
  .about__more-link {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-image {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
  .about__more-link {
    margin-top: 30px;
  }
}
.smart-solutions-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 45px -25px -50px;
}
.smart-solutions__btn {
  margin-top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.smart-solution {
  width: calc(50% - 50px);
  margin: 0 25px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
  border: 1px solid rgba(14, 20, 29, 0.5);
  border-radius: 8px;
}
.smart-solution--accent {
  border-color: rgba(206, 185, 136, 0.2);
  background-color: rgba(206, 185, 136, 0.2);
}
.smart-solution__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
}
.smart-solution__title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.smart-solution__text {
  margin-top: 40px;
  max-width: 430px;
}
.smart-solution__more-link {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .smart-solutions-block {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
  }
  .smart-solution {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    width: calc(50% - 40px);
  }
  .smart-solution__icon {
    margin-bottom: 30px;
  }
  .smart-solution__text {
    margin-top: 30px;
  }
  .smart-solution__more-link {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .smart-solutions-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px 0 0;
  }
  .smart-solution {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .smart-solution + .smart-solution {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .smart-solutions__btn {
    margin-top: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .smart-solution__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
  }
  .smart-solution__text {
    margin-top: 20px;
  }
  .smart-solution__more-link {
    margin-top: 20px;
  }
}
.tizers .section-text {
  max-width: 630px;
}
.tizers-grid {
  margin-top: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 570px;
}

.tizer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 330px;
}
.tizer:nth-child(4n), .tizer:nth-child(5n) {
  position: absolute;
  bottom: 0;
}
.tizer:nth-child(4n) {
  left: 55px;
}
.tizer:nth-child(5n) {
  right: 55px;
}
.tizer__count {
  font-weight: 500;
  font-size: 100px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--accent-color);
}
.tizer__text {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 25px;
}
.tizer--center {
  width: 455px;
  aspect-ratio: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("./img/logo-bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  z-index: -1;
}
.tizer--center .tizer__count {
  margin-top: -13%;
}
.tizer--center .tizer__text {
  margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .tizers-grid {
    margin-top: 75px;
    height: 420px;
  }
  .tizer {
    width: 270px;
  }
  .tizer__count {
    font-size: 72px;
  }
  .tizer__text {
    font-size: 16px;
  }
  .tizer--center {
    width: 300px;
    top: 70px;
  }
  .tizer--center .tizer__count {
    font-size: 65px;
  }
  .tizer--center .tizer__text {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .tizers-grid {
    height: 650px;
  }
  .tizer:nth-child(4n) {
    left: 0px;
  }
  .tizer:nth-child(5n) {
    right: 0px;
  }
  .tizer--center {
    top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .tizers-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
  .tizer {
    width: 300px;
  }
  .tizer + .tizer {
    margin-top: 40px;
  }
  .tizer + .tizer--center {
    margin-top: 80px;
  }
  .tizer + .tizer--center + .tizer {
    margin-top: 80px;
  }
  .tizer__text {
    margin-top: 15px;
  }
  .tizer:nth-child(4n), .tizer:nth-child(5n) {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .tizer--center {
    left: auto;
    -webkit-transform: none;
            transform: none;
    position: relative;
    top: auto;
  }
}
@media only screen and (max-width: 575px) {
  .tizers-grid {
    margin-top: 50px;
  }
}
.certificates-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px -50px;
}

.certificate {
  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: calc(33.33% - 50px);
  margin: 0 25px 50px;
  border-radius: var(--brs);
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .certificate {
    width: calc(50% - 50px);
  }
}
@media only screen and (max-width: 767px) {
  .certificates-grid {
    margin-bottom: -40px;
  }
  .certificate {
    width: calc(100% - 50px);
    margin-bottom: 40px;
  }
}
.cases {
  background-color: #f5f1e7;
}
.cases .section-text {
  max-width: 590px;
}
.cases-block {
  margin-top: 70px;
}

.case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.case + .case {
  margin-top: 75px;
}
.case:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.case:nth-child(2n) .case-title:after {
  left: auto;
  right: -5px;
}
.case-image {
  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: calc(50% - 25px);
  border-radius: var(--brs);
  overflow: hidden;
}
.case-image img {
  width: 100%;
}
.case-info {
  width: calc(50% - 25px);
}
.case-title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 25px;
}
.case-title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--accent-color);
  opacity: 0.5;
}
.case-title:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  bottom: -2px;
  left: -5px;
  background-color: var(--accent-color);
  opacity: 0.5;
}
.case-text {
  margin-top: 25px;
}
.case-text b, .case-text strong {
  font-weight: 500;
}
.case-text p {
  margin: 0;
}
.case-text p + p {
  margin-top: 50px;
}
.case-text ul {
  margin-top: 15px;
}
.case-text ul li {
  position: relative;
  padding-left: 23px;
}
.case-text ul li:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--black);
}
.case-text ul li + li {
  margin-top: 15px;
}
.case-text ul + p {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case:nth-child(2n) .case-title:after {
    right: auto;
    left: -5px;
  }
  .case-image {
    width: 100%;
    margin-bottom: 30px;
  }
  .case-info {
    width: 100%;
  }
  .case-text p + p {
    margin-top: 30px;
  }
  .case-text ul + p {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .cases-block {
    margin-top: 50px;
  }
  .case + .case {
    margin-top: 50px;
  }
}
.experts .section-text {
  max-width: 646px;
}
.experts-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px -25px -30px;
}
.experts-grid .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.experts-grid .swiper-pagination {
  margin-top: 40px;
  display: none;
}

.expert {
  width: calc(50% - 50px);
  margin: 0 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
}
.expert-info {
  width: 205px;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.expert-name {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.expert-job {
  font-size: 14px;
  margin-top: 20px;
}
.expert-text {
  margin-top: 20px;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
}
.expert-photo {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  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;
}
.expert-photo img {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .experts .section-header {
    text-align: center;
  }
  .experts-grid {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 70px;
    -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;
  }
  .experts-grid .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .experts-grid .swiper-pagination {
    display: block;
  }
  .expert {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .expert-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .expert-photo {
    width: 100%;
    margin-top: auto;
  }
}
@media only screen and (max-width: 575px) {
  .experts-grid {
    margin-top: 50px;
    overflow: visible;
  }
  .expert-photo {
    border-radius: 2px;
    aspect-ratio: 0.9;
    position: relative;
  }
  .expert-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .expert-photo--pos-center img {
    -o-object-position: center;
       object-position: center;
  }
}
.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__title {
  display: none;
}
.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__social {
  margin-top: 50px;
}
.contacts__social .social-link svg {
  width: 50px;
  height: 50px;
}
.contacts__social .social-link svg path {
  fill: var(--accent-color);
}
.contacts__social .social-link:active svg path {
  fill: var(--hover);
}

@media (hover) {
  .contacts__social .social-link:hover svg path {
    fill: var(--hover);
  }
}
.contact {
  position: relative;
  padding-left: 40px;
}
.contact a {
  color: var(--white);
  font-size: 40px;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1.2;
}
.contact a:active {
  color: var(--accent-color);
}
.contact span {
  line-height: auto;
  font-size: 20px;
}
.contact__icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact + .contact {
  margin-top: 30px;
}

.copy {
  margin-top: 50px;
  font-weight: 300;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
}
.copy br {
  display: none;
}

.map {
  border-radius: var(--brs);
  min-height: 100%;
  margin-left: 40px;
  width: calc(50% - 25px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (hover) {
  .contact a:hover {
    color: var(--accent-color);
  }
}
@media only screen and (max-width: 1199px) {
  .contacts__title {
    display: block;
    margin-bottom: 50px;
  }
  .contact span {
    font-size: 18px;
  }
  .contact a {
    font-size: 32px;
  }
  .copy {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .contacts-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copy {
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
  }
  .map {
    height: 300px;
    margin-left: 0;
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .contacts {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .contacts__title {
    margin-bottom: 30px;
  }
  .contacts-section {
    text-align: center;
  }
  .contacts__social {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact span {
    font-size: 16px;
  }
  .contact a {
    font-size: 22px;
  }
  .copy br {
    display: inline;
  }
  .map {
    margin-top: 30px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
}
.request-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.request-image {
  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;
  margin-right: 40px;
  width: calc(50% - 25px);
  border-radius: var(--brs);
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.request-image img {
  width: 100%;
}
.request-form {
  width: calc(50% - 20px);
}
.request-form .form {
  width: 100%;
  top: -30px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .request-block {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .request-image {
    margin-right: 0;
    width: 100%;
  }
  .request-form {
    width: 100%;
  }
  .request-form .form {
    top: auto;
  }
}
@media only screen and (max-width: 575px) {
  .request-block {
    margin-top: 45px;
  }
  .request-form {
    margin-top: 10px;
    text-align: left;
  }
  .request-form .form .btn {
    width: 100%;
  }
}
.footer {
  background-color: var(--black);
  color: var(--white);
  padding: 75px 0;
}
.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-logo {
  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: calc(50% - 55px);
}
.footer-logo img {
  width: 100%;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(50% - 25px);
  margin-left: 40px;
}
.footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 20px;
}
.footer-menu__item + .footer-menu__item {
  margin-top: 10px;
}
.footer-menu__item--politic .footer-menu__link {
  color: rgba(255, 255, 255, 0.3);
}
.footer-menu__link {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  line-height: 1.2;
}
.footer-menu__link:active {
  color: var(--accent-color);
}

@media (hover) {
  .footer-menu__link:hover {
    color: var(--accent-color);
  }
}
@media only screen and (max-width: 991px) {
  .footer {
    padding-top: 0px;
  }
  .footer-logo {
    width: 100%;
    margin-right: 0;
  }
  .footer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 0;
    margin-top: 50px;
    width: 100%;
  }
  .footer-menu__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-right: 0;
    width: 100%;
  }
  .footer-menu__list + .footer-menu__list {
    margin-top: 15px;
  }
  .footer-menu__item + .footer-menu__item {
    margin-top: 15px;
  }
  .footer-menu__link {
    white-space: normal;
  }
}
@media only screen and (max-width: 575px) {
  .footer {
    padding-bottom: 50px;
  }
  .footer-menu__link {
    font-size: 20px;
  }
}
.fancybox-bg {
  background-color: #000;
}

.fancybox-is-open .fancybox-bg {
  background-color: #000;
  opacity: 0.75;
}

.mfp-bg {
  background-color: #000;
  opacity: 0.75;
}

/* Custom animation */
.fancybox-fx-slide-in-down.fancybox-slide--previous {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.fancybox-fx-slide-in-down.fancybox-slide--next {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.fancybox-fx-slide-in-down.fancybox-slide--current {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fancybox-fx-slide-in-up.fancybox-slide--previous {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.fancybox-fx-slide-in-up.fancybox-slide--next {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.fancybox-fx-slide-in-up.fancybox-slide--current {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fancybox-fx-slide-in-right.fancybox-slide--previous {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.fancybox-fx-slide-in-right.fancybox-slide--next {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.fancybox-fx-slide-in-right.fancybox-slide--current {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.popup {
  background-color: var(--white);
  border-radius: 8px;
  width: 320px;
  padding: 45px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  display: none;
  margin: 20px auto;
  text-align: center;
}
.popup-title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}
.popup-subtitle {
  margin: 0;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
.popup-form {
  width: 100%;
}
.popup-form .form {
  margin-top: 35px;
  text-align: left;
}
.popup-form .form *::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
}
.popup-form .form *::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
}
.popup-form .form *:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
}
.popup-form .form *::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
}
.popup-form .form *::placeholder {
  font-size: 14px;
  font-weight: 300;
}
.popup-form .form input[type=text],
.popup-form .form input[type=tel],
.popup-form .form input[type=url],
.popup-form .form input[type=email],
.popup-form .form input[type=password],
.popup-form .form input[type=number] {
  height: 41px;
  font-size: 14px;
}
.popup-form .form input:-webkit-autofill,
.popup-form .form input:-webkit-autofill:hover,
.popup-form .form input:-webkit-autofill:focus,
.popup-form .form input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 74px #fff;
}
.popup-form .form-title {
  font-size: 14px;
  margin-top: 20px;
  color: rgba(252, 253, 253, 0.3);
}
.popup-form .form .btn {
  margin-top: 30px;
  width: 100%;
  font-size: 14px;
  padding-left: 20px;
}
.popup-form .form .iti .iti__selected-flag {
  font-size: 14px;
}
.popup-form .form .iti__country-list {
  font-size: 14px;
}
.popup-form .form .wpcf7-list-item-label {
  padding-left: 20px;
  font-size: 12px;
}
.popup-form .form .wpcf7-list-item-label:before {
  height: 10px;
  width: 10px;
  top: calc(50% - 5px);
}
.popup-form .form .wpcf7-list-item-label:after {
  height: 10px;
  width: 10px;
  top: calc(50% - 5px);
  left: 3px;
  background-size: 10px;
}
.popup-form .form .wpcf7-acceptance {
  margin-top: 30px;
}
.popup .fancybox-close-small {
  display: none;
}
.popup__close {
  position: absolute;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  padding: 0;
  height: 30px;
  width: 30px;
  z-index: 3;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F5F1E7;
  display: none;
}
.popup__close svg {
  width: 10px;
  height: 10px;
}
.popup .iti__country-list {
  width: 280px;
}

@media only screen and (max-width: 1199px) {
  .popup__close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media only screen and (max-width: 374px) {
  .popup {
    width: calc(100% - 40px);
  }
}
.services {
  position: relative;
}
.services:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 250px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(14, 20, 29, 0)), to(#0e141d));
  background-image: linear-gradient(0deg, rgba(14, 20, 29, 0) 0%, #0e141d 100%);
  z-index: 2;
  pointer-events: none;
}
.services:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 20, 29, 0)), to(#0e141d));
  background-image: linear-gradient(-180deg, rgba(14, 20, 29, 0) 0%, #0e141d 100%);
  z-index: 2;
  pointer-events: none;
}
.services-header {
  margin: 75px 0;
}
.services-content {
  width: 575px;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.services-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}
.services-bg:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(50% + 25px);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(14, 20, 29, 0)), to(#0e141d));
  background-image: linear-gradient(90deg, rgba(14, 20, 29, 0) 0%, #0e141d 100%);
}
.services:first-child:before {
  display: none;
}
.services:last-child:before {
  height: 100%;
}
.services:last-child:after {
  display: none;
}
.services:nth-child(2n) .services-content {
  margin-left: 0;
  margin-right: auto;
}
.services:nth-child(2n) .services-bg {
  background-position: center right;
}
.services:nth-child(2n) .services-bg:after {
  right: auto;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(14, 20, 29, 0)), to(#0e141d));
  background-image: linear-gradient(-90deg, rgba(14, 20, 29, 0) 0%, #0e141d 100%);
}

.service {
  position: relative;
}
.service-title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.service-text {
  margin-top: 50px;
}
.service__more-link {
  margin-top: 40px;
}
.service + .service {
  margin-top: 20px;
  padding-top: 25px;
}
.service + .service:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
}
.service + .service:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  top: -2px;
  right: -5px;
  background-color: #fff;
  opacity: 0.2;
}

@media only screen and (max-width: 1199px) {
  .services-header {
    margin: 0;
  }
  .services-bg:after {
    width: calc(50% + 165px);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
@media only screen and (max-width: 991px) {
  .services-bg:after {
    width: calc(50% + 215px);
  }
  .services-content {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .services-bg:after {
    width: 100%;
  }
  .services-content {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .services-bg {
    background-position: left 12% center;
  }
  .services-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#0e141d), to(rgba(14, 20, 29, 0)));
    background-image: linear-gradient(90deg, #0e141d 0%, rgba(14, 20, 29, 0) 100%);
  }
  .services-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 20, 29, 0)), to(#0e141d));
    background-image: linear-gradient(-180deg, rgba(14, 20, 29, 0) 0%, #0e141d 100%);
  }
  .services:nth-child(2n) .services-bg {
    background-position: center;
  }
  .service + .service {
    margin-top: 45px;
    padding-top: 50px;
  }
  .service-text {
    margin-top: 30px;
  }
  .service__more-link {
    margin-top: 30px;
  }
}
.articles {
  margin: 75px 0;
}

.article {
  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;
}
.article + .article {
  margin-top: 75px;
}
.article:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.article-image {
  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: calc(50% - 25px);
  border-radius: var(--brs);
  overflow: hidden;
}
.article-image img {
  width: 100%;
}
.article-info {
  width: calc(50% - 25px);
}
.article-title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
.article-title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--accent-color);
  opacity: 0.5;
}
.article-title:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  bottom: -2px;
  left: -5px;
  background-color: var(--accent-color);
  opacity: 0.5;
}
.article-text {
  margin-top: 50px;
}
.article-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 5px;
  margin-top: 50px;
}
.article-more:before {
  position: absolute;
  content: "[";
  left: 0;
  top: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.article-more:after {
  position: absolute;
  content: "]";
  right: 0;
  top: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.article-more svg {
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.article-more:hover:before {
  left: -5px;
}
.article-more:hover:after {
  right: -5px;
}

.article-popup {
  text-align: left;
  display: none;
  width: 600px;
  padding: 50px 20px;
  background-color: #F5F1E7;
  margin: 20px auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.article-popup .fancybox-close-small {
  display: none;
}
.article-popup .popup__close {
  position: absolute;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  padding: 0;
  height: 30px;
  width: 30px;
  z-index: 3;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  display: none;
}
.article-popup .popup__close svg {
  width: 10px;
  height: 10px;
}
.article-popup__image {
  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: 100%;
  border-radius: var(--brs);
  overflow: hidden;
  margin-bottom: 40px;
}
.article-popup__image img {
  width: 100%;
}
.article-popup__header {
  padding-bottom: 15px;
  position: relative;
}
.article-popup__header:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--accent-color);
  opacity: 0.5;
}
.article-popup__header:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  bottom: -2px;
  left: -5px;
  background-color: var(--accent-color);
  opacity: 0.5;
}
.article-popup__title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.article-popup__subtitle {
  margin-top: 10px;
}
.article-popup__content {
  margin-top: 45px;
}
.article-popup__content p {
  margin: 20px 0;
}
.article-popup__content h3 {
  margin: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.article-popup__content ul {
  margin-top: 20px;
}
.article-popup__content ul li {
  padding-left: 25px;
  position: relative;
}
.article-popup__content ul li:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background-color: var(--black);
  left: 11px;
  top: 10px;
}

@media only screen and (max-width: 1199px) {
  .articles {
    margin: 0;
  }
  .article-text {
    margin-top: 30px;
  }
  .article-more {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article-image {
    width: 100%;
    margin-bottom: 30px;
  }
  .article-info {
    width: 100%;
  }
  .article-popup .popup__close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media only screen and (max-width: 767px) {
  .article-popup {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 575px) {
  .article + .article {
    margin-top: 50px;
  }
}
.about-section {
  padding: 75px 0;
}
.about__section-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}
.about__section-text p {
  max-width: calc(50% - 25px);
  margin: 0;
}
.about__section-text p:nth-child(2n) {
  margin-left: auto;
}
.about-tizer {
  font-style: italic;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  padding: 115px 0;
  background-image: url("./img/logo-tizer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about-information-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-information__image {
  border-radius: var(--brs);
  overflow: hidden;
  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: calc(50% - 25px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
}
.about-information__image img {
  width: 100%;
}
.about-information__content {
  width: 100%;
  max-width: 500px;
  top: -5px;
  position: relative;
}
.about-information__text p {
  margin: 20px 0;
}
.about-information__btn {
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .about-section {
    padding: 0;
  }
  .about__section-text p {
    max-width: calc(50% - 25px);
  }
  .about-tizer {
    font-size: 30px;
    padding: 95px 0;
  }
  .about-tizer br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .about__section-text p {
    max-width: 100%;
  }
  .about__section-text p + p {
    margin-top: 30px;
  }
  .about-information-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-information__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-information__content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .about-tizer {
    font-size: 18px;
    padding: 60px 0 85px;
    text-transform: uppercase;
  }
}
.advantages {
  position: relative;
}
.advantages-bg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.advantages-bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(14, 20, 29, 0.6)), to(#0e141d));
  background-image: linear-gradient(0deg, rgba(14, 20, 29, 0.6) 0%, #0e141d 100%);
}
.advantages .container {
  position: relative;
  z-index: 2;
}
.advantages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px -25px -50px;
}

.advantage {
  width: calc(50% - 50px);
  margin: 0 25px 50px;
  border: 1px solid rgba(206, 185, 136, 0.8);
  border-radius: 8px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 120px;
}
.advantage__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 50px;
}
.advantage__title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.advantage__text {
  margin-top: 50px;
  margin-bottom: 50px;
}
.advantage__btn {
  margin-top: auto;
  color: #fff;
  text-align: left;
}
.advantage__btn.btn--outline {
  border-color: #fff;
}
.advantage__btn.btn--outline:active {
  border-color: #B9A472;
}

@media (hover) {
  .advantage__btn.btn--outline:hover {
    border-color: #B9A472;
  }
}
@media only screen and (max-width: 1199px) {
  .advantage {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .advantage {
    width: calc(100% - 50px);
    padding-right: 210px;
  }
  .advantage__text {
    margin-bottom: 0;
  }
  .advantage__btn {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .advantage {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .advantage__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
  }
  .advantage__text {
    margin-top: 20px;
  }
  .advantage__btn {
    margin-top: 20px;
    padding: 20px;
    width: 100%;
  }
}