/**
Hover styling for all devices and browsers
 */
a {
  color: #263e6b;
}

* {
  outline: none !important;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.aeroport-family {
  font-family: Aeroport;
}

.title-family {
  /*font-family: SNS;*/
}

.text-thin {
  font-weight: 300;
}

.text-normal {
  font-weight: 500;
}

.text-semi-bold {
  font-weight: 600;
}

.text-bold {
  font-weight: bold;
}

.text-grey {
  color: #565259;
}

.text-dark {
  color: #0c0807;
}

.d-none,
._d-none {
  display: none;
}

.text-sm {
  font-weight: 300;
  font-size: 21px;
  line-height: 1.43;
  letter-spacing: -0.4px;
}

.text-lead {
  font-size: 53px;
  font-weight: 500;
  line-height: 1.1;
}

.text-lg {
  font-size: 24px;
}

.mw-475 {
  max-width: 475px;
}

@media (max-width: 767px) {
  .mobile-mt-0 {
    margin-top: 0 !important;
  }
}

.video-responsive {
  padding-bottom: 56.6%;
  position: relative;
  overflow: hidden;
}

.video-responsive iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #ffffff;
  font-family: Aeroport;
  color: #565259;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.container-fluid {
  padding: 0 40px;
}

@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 17px;
  }
}

.container-inner {
  max-width: 1240px;
  padding: 0 20px;
}

img {
  width: 100%;
}

svg {
  display: block;
}

@media (max-width: 1024px) {
  .site-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
    cursor: pointer;
  }
  .site-backdrop.active {
    opacity: 0.97;
    visibility: visible;
    -webkit-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
    background: #565259;
    z-index: 14;
  }
}

@font-face {
  font-family: Aeroport;
  font-display: swap;
  src: url("../fonts/Aeroport.woff2") format("woff2"), url("../fonts/Aeroport.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Aeroport;
  font-display: swap;
  src: url("../fonts/Aeroport-Light.woff2") format("woff2"), url("../fonts/Aeroport-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Aeroport;
  font-display: swap;
  src: url("../fonts/Aeroport-Medium.woff2") format("woff2"), url("../fonts/Aeroport-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Aeroport;
  font-display: swap;
  src: url("../fonts/Aeroport-Bold.woff2") format("woff2"), url("../fonts/Aeroport-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* Icon-font */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icon-font/icomoon.ttf?z1yxk0") format("truetype"), url("../fonts/icon-font/icomoon.woff?z1yxk0") format("woff"), url("../fonts/icon-font/icomoon.svg?z1yxk0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e90a";
}

.icon-chevron-down:before {
  content: "\e909";
}

.icon-arrow-rotate-slim:before {
  content: "\e908";
}

.icon-play:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e906";
}

.icon-arrow-l:before {
  content: "\e900";
}

.icon-arrow-r:before {
  content: "\e901";
}

.icon-arrow-rotate:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
}

.icon-vk:before {
  content: "\e907";
}

.section-title {
  color: #263e6b;
  font-size: 50px;
  line-height: 56px;
  letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
  .section-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.section-title-2 {
  color: #263e6b;
  font-size: 40px;
  line-height: 140%;
  /*font-family: SNS;*/
  letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
  .section-title-2 {
    font-size: 30px;
  }
}

.section-sub-title {
  font-size: 26px;
  line-height: 154%;
  /*font-family: SNS;*/
  letter-spacing: -0.02em;
  margin-bottom: 17px;
  color: #263e6b;
}

@media (max-width: 992px) {
  .section-sub-title {
    font-size: 19px;
  }
  .section-sub-title br {
    display: none;
  }
}

.text .section-sub-title {
  color: #263e6b;
}

.text h2,
.text .h2 {
  /*font-family: SNS;*/
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 143%;
  max-width: 860px;
  letter-spacing: -0.02em;
  color: #565259;
}

@media (max-width: 1124px) {
  .text h2,
  .text .h2 {
    font-size: 25px;
  }
}

.text h3,
.text .h3 {
  /*font-family: SNS;*/
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 143%;
  max-width: 860px;
  letter-spacing: -0.02em;
  color: #565259;
}

@media (max-width: 1124px) {
  .text h3,
  .text .h3 {
    font-size: 20px;
  }
}

.text p {
  max-width: 980px;
  font-size: 24px;
  line-height: 162%;
  /* or 162% */
  letter-spacing: -0.04em;
  color: #565259;
}

@media (max-width: 1124px) {
  .text p {
    font-size: 20px;
  }
}

.text ul {
  margin: 16px 0 39px;
  max-width: 780px;
  padding-left: 30px;
  letter-spacing: -0.04em;
}

@media (max-width: 992px) {
  .text ul {
    margin: 11px 0 25px;
  }
}

.text ul li {
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 195%;
}

@media (max-width: 1124px) {
  .text ul li {
    font-size: 16px;
  }
}

.text blockquote {
  margin: 33px 0;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 860px;
  border-left: 4px solid #263e6b;
}

.text blockquote h3,
.text blockquote .h3 {
  /*font-family: SNS;*/
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #263e6b;
}

.text blockquote p:last-child {
  margin-bottom: 0;
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .popup#rewardPopup {
    max-width: 1100px;
    max-height: 80%;
    left: 50%;
    top: 50%;
    border: 1px solid #06a477;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.popup__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.97);
}

.popup__scroll {
  overflow: auto;
  max-height: calc(100vh - 190px);
}

.popup__flex {
  padding: 100px 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .popup__flex {
    padding: 50px 20px;
  }
}

.popup__title {
  /*font-family: SNS;*/
  font-size: 35px;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #263e6b;
  margin-bottom: 23px;
}

@media (max-width: 992px) {
  .popup__title {
    font-size: 26px;
  }
}

.popup__title._small {
  font-size: 26px;
}

@media (max-width: 992px) {
  .popup__title._small {
    font-size: 20px;
  }
}

.popup__close {
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
  outline: none !important;
}

.popup__close path {
  stroke: #263e6b;
}

.popup__close:hover path {
  stroke-width: 2px;
}

@media (max-width: 992px) {
  .popup__close {
    right: 0;
    top: -40px;
  }
}

.popup__content {
  padding: 48px;
  border: 1px solid #263e6b;
  position: relative;
  max-height: calc(100vh - 100px);
  background: #fff;
  max-width: 100%;
}

@media (max-width: 992px) {
  .popup__content {
    padding: 20px;
  }
}

.popup__content._md {
  width: 814px;
}

.popup__content._sm {
  width: 604px;
}

.popup__content._lg {
  width: 1104px;
}

.popup__content._full {
  width: 100%;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

.search-popup__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(48, 50, 61, 0.5);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.search-popup__overlay:hover {
  background: rgba(48, 50, 61, 0.7);
}

.search-popup__line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}

.search-popup__input {
  width: 100%;
  padding: 15px 0;
  border: 0 solid;
  display: block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.04em;
  outline: none;
  padding-left: 27px;
}

@media (max-width: 1180) {
  .search-popup__input {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

.search-popup__input::-webkit-input-placeholder {
  color: #85898d;
}

.search-popup__input::-ms-input-placeholder {
  color: #85898d;
}

.search-popup__input::placeholder {
  color: #85898d;
}

.search-popup__position {
  position: relative;
}

.search-popup__icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

.search-popup__close {
  border: 0 solid;
  position: absolute;
  right: 0;
  outline: none !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  cursor: pointer;
}

.search-popup__close:hover path {
  stroke: black;
}

.search-popup__close path {
  stroke: #85898d;
}

.search-popup .container-fluid {
  position: relative;
}

.search {
  padding-bottom: 50px;
}

.search__error {
  color: #85898d;
  font-size: 14px;
  margin-left: 35px;
}

.search-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 21px 0;
  max-width: 951px;
  position: relative;
}

.search-form button {
  background: #fff;
  color: #263e6b;
  cursor: pointer;
  border: 1px solid #263e6b;
  font-size: 16px;
  width: 120px;
  margin-left: -1px;
  line-height: 22px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.search-form button:hover {
  background: #263e6b;
  color: #fff;
}

.search-form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 15px 15px 35px;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  line-height: 19px;
  outline: none !important;
  color: #565259;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 18L13.1429 13.1429M8.28571 15.5714C4.26193 15.5714 1 12.3095 1 8.28571C1 4.26193 4.26193 1 8.28571 1C12.3095 1 15.5714 4.26193 15.5714 8.28571C15.5714 12.3095 12.3095 15.5714 8.28571 15.5714Z' stroke='%2385898D'/%3E%3C/svg%3E%0A");
  background-position: 9px center;
  background-repeat: no-repeat;
}

.search-form input::-webkit-input-placeholder {
  color: #85898d;
}

.search-form input::-ms-input-placeholder {
  color: #85898d;
}

.search-form input::placeholder {
  color: #85898d;
}

.search-resaults {
  margin-top: 50px;
}

.search-resaults__title {
  font-size: 24px;
  line-height: 123%;
  letter-spacing: -0.07em;
  color: #565259;
  margin-top: 50px;
  margin-bottom: 50px;
}

.search-resaults__title color {
  color: #263e6b;
}

.search-resault {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 36px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}

.search-resault__title {
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #565259;
  /*font-family: SNS;*/
  margin-bottom: 13px;
  max-width: 980px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.search-resault__title:hover {
  color: #263e6b;
}

.search-resault__body {
  margin-bottom: 17px;
  max-width: 980px;
}

.search-resault__body p {
  font-size: 16px;
  line-height: 137%;
}

.search-resault__bc {
  color: #263e6b;
  font-size: 12px;
}

.search-resault__bc a {
  text-decoration: underline;
}

.search-resault__bc a:hover {
  text-decoration: none;
  color: #263e6b;
}

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

.form-wrapper .form-control {
  background-color: transparent;
  border: 1px solid #85898d;
  border-radius: 0;
  font-size: 12px;
  line-height: 22px;
  padding: 8px 17px 11px;
  color: #ffffff;
  width: 250px;
}

.form-wrapper .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-wrapper .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.form-wrapper .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.form-wrapper .form-control::placeholder {
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer-form .form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-form .form-wrapper .form-control {
    height: 50px;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
  }
  .footer-form .form-wrapper .form-control::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 22px;
  }
  .footer-form .form-wrapper .form-control::-ms-input-placeholder {
    font-size: 12px;
    line-height: 22px;
  }
  .footer-form .form-wrapper .form-control::placeholder {
    font-size: 12px;
    line-height: 22px;
  }
  .footer-form .form-wrapper .btn-form {
    border: 1px solid transparent;
    height: 50px;
    background-color: #85898d;
    color: #d9d9d9;
    font-size: 14px;
  }
  .footer-form .form-wrapper .btn-form span {
    text-transform: lowercase;
  }
}

.form-item {
  display: block;
}

.form-item__title {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: #565259;
  padding-left: 13px;
  display: block;
}

.form-item textarea {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 14px 10px;
  display: block;
  font-size: 14px;
  line-height: 19px;
  outline: none !important;
  width: 100%;
}

.form-item textarea.error {
  border-color: red !important;
}

.form-item textarea:focus {
  border-color: #263e6b;
}

.form-item textarea:placeholder {
  color: #85898d;
}

.form-item input {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 14px 10px;
  display: block;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  outline: none !important;
}

.form-item input.error {
  border-color: red !important;
}

.form-item input:focus {
  border-color: #263e6b;
}

.form-item input:placeholder {
  color: #85898d;
}

.select2 {
  width: 100% !important;
  display: block;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-radius: 0;
  border: 1px solid #d9d9d9;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  font-size: 14px;
  padding: 14px 10px;
  line-height: 19px;
}

.select2-results__option {
  font-size: 14px;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border-color: #d9d9d9;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.5 5.5L10 1' stroke='%2385898D' stroke-width='2'/%3E%3C/svg%3E%0A");
  border: 0 solid;
  width: 11px;
  height: 48px;
  height: 7px;
}

.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border: 0 solid;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 48px;
  right: 15px;
}

select.error + .select2-container--default .select2-selection--single {
  border-color: red;
}

.form-file {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8L8.24264 13.7574C7.44699 14.553 6.36786 15 5.24264 15C2.8995 15 1 13.1005 1 10.7574C1 9.63214 1.44699 8.55301 2.24264 7.75736L8.17157 1.82843C8.70201 1.29799 9.42143 1 10.1716 1C11.7337 1 13 2.26633 13 3.82843C13 4.57857 12.702 5.29799 12.1716 5.82843L6.41421 11.5858C6.149 11.851 5.78929 12 5.41421 12C4.63316 12 4 11.3668 4 10.5858C4 10.2107 4.149 9.851 4.41421 9.58579L10 4' stroke='%2385898D'/%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin: 30px 0;
  color: #85898d;
  font-size: 14px;
  line-height: 19px;
  display: block;
  cursor: pointer;
}

.form-file label.error {
  color: red;
  position: absolute;
  bottom: -25px;
  font-size: 12px;
}

.form-file__delete {
  position: absolute;
  right: 0;
  z-index: 10;
  display: none;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-file__delete:hover path {
  stroke: red !important;
}

.form-file._delete .form-file__delete {
  display: block;
}

.form-file input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

input.error + .form-file__title {
  color: red;
}

.form-checkbox {
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  line-height: 19px;
}

.form-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form-checkbox__text {
  color: #85898d;
}

.form-checkbox__indicator {
  width: 15px;
  height: 15px;
  border: 1px solid #565259;
  position: absolute;
  left: 0;
  top: 3px;
}

input.error + .form-checkbox__indicator {
  border-color: red;
}

input:checked + .form-checkbox__indicator {
  border-color: #263e6b;
  background: #263e6b;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.btn {
  border-radius: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-green {
  border: 1px solid #263e6b;
  font-size: 16px;
  line-height: 22px;
  background: transparent;
  color: #565259;
  padding: 14px 20px 14px;
  letter-spacing: -0.02em;
  -webkit-transition: background-color 0.5s color 0.5s ease;
  transition: background-color 0.5s color 0.5s ease;
}

@media (hover: none) {
  .btn.btn-green {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .btn.btn-green:active {
    background-color: #263e6b;
    color: #ffffff;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn.btn-green:hover {
    background-color: #263e6b;
    color: #ffffff;
  }
}

.btn.btn-green-full {
  border: 1px solid #263e6b;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 14px 20px 14px;
  background-color: #263e6b;
  letter-spacing: -0.02em;
  -webkit-transition: background-color 0.5s color 0.5s ease;
  transition: background-color 0.5s color 0.5s ease;
}

@media (hover: none) {
  .btn.btn-green-full {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .btn.btn-green-full:active {
    background-color: #fff;
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn.btn-green-full:hover {
    background-color: #fff;
    color: #263e6b;
  }
}

.btn.btn-green-color {
  color: #263e6b;
}

.btn.btn-green-solid {
  background-color: #263e6b;
  color: #ffffff;
  font-size: 14px;
  padding: 14px;
}

.arrow-link {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  text-decoration: none;
}

.arrow-link span {
  position: relative;
  display: block;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.arrow-link span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media (hover: none) {
  .arrow-link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .arrow-link:active {
    text-decoration: none;
  }
  .arrow-link:active span::after {
    width: 100%;
  }
  .arrow-link:active i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .arrow-link:hover {
    text-decoration: none;
  }
  .arrow-link:hover span::after {
    width: 100%;
  }
  .arrow-link:hover i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.arrow-link i {
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.btn-form {
  background-color: transparent;
  border-top: 1px solid #85898d;
  border-right: 1px solid #85898d;
  border-bottom: 1px solid #85898d;
  font-size: 10px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (hover: none) {
  .btn-form {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .btn-form:active {
    background-color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-form:hover {
    background-color: #263e6b;
  }
}

.main-nav__link-wrapper {
  position: relative;
  padding-top: 15px;
}

.main-nav__link-wrapper::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  border: 1px solid #263e6b;
  border-bottom-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

.main-nav__link-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
  border-right: 1px solid #263e6b;
  border-left: 1px solid #263e6b;
  opacity: 0;
  visibility: hidden;
}

@media (hover: none) {
  .main-nav__link-wrapper.has-child {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .main-nav__link-wrapper.has-child:active .nav-icon span {
    background: #263e6b;
  }
  .main-nav__link-wrapper.has-child:active .nav-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 0;
  }
  .main-nav__link-wrapper.has-child:active .nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .main-nav__link-wrapper.has-child:active .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    left: 0;
  }
  .main-nav__link-wrapper.has-child:active::after, .main-nav__link-wrapper.has-child:active::before {
    opacity: 1;
    visibility: visible;
  }
  .main-nav__link-wrapper.has-child:active .main-nav__link {
    color: #263e6b;
  }
  .main-nav__link-wrapper.has-child:active .main-nav__link span {
    text-decoration: underline;
  }
  .main-nav__link-wrapper.has-child:active .main-nav__link-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  body.shop .main-nav__link-wrapper.has-child:active .main-nav__link-dropdown {
    width: calc(100% + 30px);
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-nav__link-wrapper.has-child:hover .nav-icon span {
    background: #263e6b;
  }
  .main-nav__link-wrapper.has-child:hover .nav-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 0;
  }
  .main-nav__link-wrapper.has-child:hover .nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .main-nav__link-wrapper.has-child:hover .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    left: 0;
  }
  .main-nav__link-wrapper.has-child:hover::after, .main-nav__link-wrapper.has-child:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .main-nav__link-wrapper.has-child:hover .main-nav__link {
    color: #263e6b;
  }
  .main-nav__link-wrapper.has-child:hover .main-nav__link span {
    text-decoration: underline;
  }
  .main-nav__link-wrapper.has-child:hover .main-nav__link-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  body.shop .main-nav__link-wrapper.has-child:hover .main-nav__link-dropdown {
    width: calc(100% + 30px);
  }
}

.main-nav__link-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  z-index: 5;
  background-color: #ffffff;
  border: 1px solid #263e6b;
  margin: 0;
  padding: 10px 0 8px;
  list-style: none;
  min-width: 182px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.main-nav__link-dropdown .main-nav__link-dropdown-item a {
  font-size: 14px;
  line-height: 1;
  padding: 7px 17px;
  letter-spacing: -0.04em;
  color: #565259;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  display: block;
}

@media (hover: none) {
  .main-nav__link-dropdown .main-nav__link-dropdown-item a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .main-nav__link-dropdown .main-nav__link-dropdown-item a:active {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-nav__link-dropdown .main-nav__link-dropdown-item a:hover {
    color: #263e6b;
  }
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav .main-nav__link {
  font-size: 16px;
  line-height: 22px;
  padding: 20px 16px 33px;
  letter-spacing: -0.02em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

@media (hover: none) {
  .main-nav .main-nav__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .main-nav .main-nav__link:active {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-nav .main-nav__link:hover {
    color: #263e6b;
  }
}

.main-nav .main-nav__link > span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  pointer-events: none;
}

.nav-icon {
  width: 10px;
  height: 9px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-top: 4px;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #565259;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(2) {
  top: 3px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 6px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 0;
}

.nav-icon.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-icon.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  left: 0;
}

.menu-toggle,
.mobile-nav {
  display: none;
}

@media (max-width: 1700px) {
  .main-nav__link-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .main-nav__link-wrapper::before {
    top: 25px;
  }
  .main-nav .main-nav__link {
    font-size: 14px;
    padding-top: 15px;
  }
}

@media (max-width: 1400px) {
  .main-nav .main-nav__link {
    padding: 20px 12px 33px;
  }
}

@media (max-width: 1250px) {
  .menu-toggle {
    display: block;
    cursor: pointer;
    width: 20px;
    height: 14px;
    border: none;
    background-color: transparent;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 105;
    margin-top: 0;
    padding: 0;
    pointer-events: all;
  }
  .menu-toggle span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #85898d;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    z-index: 2;
  }
  .menu-toggle span:nth-child(1) {
    top: 0;
  }
  .menu-toggle span:nth-child(2) {
    top: 6px;
  }
  .menu-toggle span:nth-child(3) {
    top: auto;
    bottom: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    top: 14px;
  }
  .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 440px;
    min-height: 100vh;
    height: 100%;
    background-color: #ffffff;
    z-index: 15;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: all;
  }
  .mobile-nav.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-nav .mobile-nav__scrollable {
    padding-top: 70px;
    padding-bottom: 40px;
    height: 100%;
    overflow: auto;
  }
  .mobile-nav .mobile-nav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 24px;
    padding-bottom: 23px;
    -webkit-column-gap: 21px;
    column-gap: 21px;
    padding-right: 17px;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 440px;
    width: 100%;
    z-index: 2;
    background-color: #ffffff;
  }
  .mobile-nav .mobile-nav__team {
    padding: 23px 17px 26px 17px;
  }
  .mobile-nav__menu .mobile-nav__menu-btn {
    background-color: transparent;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 20px 49px 19px 38px;
    letter-spacing: -0.02em;
    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;
    position: relative;
  }
  .mobile-nav__menu .mobile-nav__menu-btn i {
    color: #263e6b;
    font-size: 8px;
  }
  .mobile-nav__menu .mobile-nav__menu-btn a {
    color: #565259;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
  }
}

@media (max-width: 1250px) and (hover: none) {
  .mobile-nav__menu .mobile-nav__menu-btn a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mobile-nav__menu .mobile-nav__menu-btn a:active {
    text-decoration: none;
    color: #565259;
  }
}

@media (max-width: 1250px) and (hover: hover), all and (max-width: 1250px) and (-ms-high-contrast: none), (max-width: 1250px) and (-ms-high-contrast: active) {
  .mobile-nav__menu .mobile-nav__menu-btn a:hover {
    text-decoration: none;
    color: #565259;
  }
}

@media (max-width: 1250px) {
  .mobile-nav__menu .mobile-nav__menu-btn[aria-expanded="true"]::after {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mobile-nav__menu .mobile-nav__accordion {
    position: relative;
  }
  .mobile-nav__menu .mobile-nav__accordion::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 17px;
    width: calc(100% - 34px);
    height: 1px;
    background-color: #e5e5e5;
  }
  .mobile-nav__menu .mobile-nav__accordion .collapse.show {
    position: relative;
  }
  .mobile-nav__menu .mobile-nav__accordion .collapse.show::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 17px;
    width: calc(100% - 34px);
    height: 1px;
    background-color: #263e6b;
    z-index: 2;
  }
  .mobile-nav__menu .mobile-nav__menu-body {
    position: relative;
    padding-bottom: 18px;
  }
  .mobile-nav__menu .mobile-nav__list {
    list-style: none;
    padding-left: 38px;
    padding-right: 49px;
    margin-top: -6px;
    margin-bottom: 0;
  }
  .mobile-nav__menu .mobile-nav__list-item a {
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding: 3px 0;
    color: #565259;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 1250px) and (hover: none) {
  .mobile-nav__menu .mobile-nav__list-item a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mobile-nav__menu .mobile-nav__list-item a:active {
    color: #565259;
  }
}

@media (max-width: 1250px) and (hover: hover), all and (max-width: 1250px) and (-ms-high-contrast: none), (max-width: 1250px) and (-ms-high-contrast: active) {
  .mobile-nav__menu .mobile-nav__list-item a:hover {
    color: #565259;
  }
}

@media (max-width: 1250px) {
  .mobile-nav__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 28px;
    column-gap: 28px;
    row-gap: 15px;
    padding: 27px 50px 27px 38px;
  }
  .mobile-nav__links .movile-nav__links-title {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #565259;
  }
  .mobile-nav__links .mobile-nav__link {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #263e6b;
    text-decoration: underline;
  }
}

@media (max-width: 1250px) and (hover: none) {
  .mobile-nav__links .mobile-nav__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mobile-nav__links .mobile-nav__link:active {
    color: #263e6b;
  }
}

@media (max-width: 1250px) and (hover: hover), all and (max-width: 1250px) and (-ms-high-contrast: none), (max-width: 1250px) and (-ms-high-contrast: active) {
  .mobile-nav__links .mobile-nav__link:hover {
    color: #263e6b;
  }
}

@media (max-width: 1250px) {
  .mobile-nav__bottom {
    padding: 36px 50px 32px 38px;
  }
  .mobile-nav__bottom .header-topbar__socials {
    margin-bottom: 1rem;
  }
  .mobile-nav__bottom .mobile-nav__bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
    column-gap: 25px;
  }
  .mobile-nav__bottom .mobile-nav__bottom-links a {
    color: #565259;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.02em;
    text-decoration: none;
  }
}

@media (max-width: 1250px) and (hover: none) {
  .mobile-nav__bottom .mobile-nav__bottom-links a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mobile-nav__bottom .mobile-nav__bottom-links a:active {
    color: #565259;
    text-decoration: none;
  }
}

@media (max-width: 1250px) and (hover: hover), all and (max-width: 1250px) and (-ms-high-contrast: none), (max-width: 1250px) and (-ms-high-contrast: active) {
  .mobile-nav__bottom .mobile-nav__bottom-links a:hover {
    color: #565259;
    text-decoration: none;
  }
}

.hero-slider {
  position: relative;
}

.hero-slider::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 167px;
  background-color: rgba(0, 0, 0, 0.5);
  /* if backdrop support: very transparent and blurred */
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .hero-slider::before {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  }
}

.hero-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.hero-slider .swiper-slide.swiper-slide-active .hero-slider__text {
  opacity: 1;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  z-index: 33;
}

.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  display: none;
}

.hero-slider .hero-slider__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 245px);
  flex: 0 0 calc(100% - 245px);
  color: #ffffff;
  height: 167px;
  padding: 17px 24px 19px 24px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hero-slider .hero-slider__date {
  font-size: 14px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: -0.01em;
  display: block;
  opacity: 0.24;
}

.hero-slider .hero-slider__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-decoration: none;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

@media (hover: none) {
  .hero-slider .hero-slider__title {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hero-slider .hero-slider__title:active {
    text-decoration: underline;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-slider .hero-slider__title:hover {
    text-decoration: underline;
  }
}

.hero-slider .hero-slider__thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 245px;
  flex: 0 0 245px;
  height: 167px;
}

.hero-slider .hero-slider__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slider .swiper-pagination {
  height: 24px;
  position: relative;
  color: #ffffff;
  padding: 0 20px;
  top: 0;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}

.hero-slider .swiper-pagination span:last-of-type::after {
  content: "/";
  top: 0%;
  right: 25px;
  width: initial;
  height: initial;
  background: transparent;
}

.hero-slider .hero-slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  bottom: 25px;
  left: 24px;
}

.hero-slider .hero-slider__button-prev,
.hero-slider .hero-slider__button-next {
  cursor: pointer;
  color: #ffffff;
  position: relative;
  z-index: 2;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.hero-slider .hero-slider__button-prev i,
.hero-slider .hero-slider__button-next i {
  font-size: 22px;
  color: #ffffff;
}

.hero-slider .hero-slider__button-prev:hover i,
.hero-slider .hero-slider__button-next:hover i {
  color: #263e6b;
}

.hero-slider .swiper-button-disabled {
  cursor: initial;
}

.hero-slider .swiper-button-disabled i {
  opacity: 0.5;
}

#svg-filter {
  display: none;
}

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

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

.hero-title__wrapper {
  text-transform: uppercase;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000000;
}

@media (hover: none) {
  .video {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .video:active .video__button span::after {
    width: 100%;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .video:hover .video__button span::after {
    width: 100%;
  }
}

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

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 192px;
  height: 40px;
  border: none;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-column-gap: 8px;
  column-gap: 8px;
}

.video__button span {
  color: #ffffff;
  position: relative;
}

.video__button span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: width .35s;
  transition: width .35s;
}

.video__button:focus {
  outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

/* Enabled */
.video--enabled {
  cursor: pointer;
}

.video--enabled .video__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination {
  position: absolute;
  height: 24px;
  top: 23px;
  left: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 68px;
  column-gap: 68px;
  max-width: 373px;
  padding: 0 20px;
}

.swiper-pagination span {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
}

.swiper-pagination span:last-of-type::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 55px;
  height: 1px;
  background-color: #ffffff;
}

.directions-slider {
  padding-right: 67px;
  padding-left: 61px;
  padding-bottom: 16px;
}

@media (max-width: 1024px) {
  .directions-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .directions-slider {
    padding-left: 0;
    padding-right: 0;
  }
}

.directions-accordion__body {
  position: relative;
  overflow: hidden;
}

.directions-accrodion__arrow {
  text-decoration: none !important;
}

.directions-accrodion__arrow::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}

.directions-counter {
  color: #565259;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 1rem;
}

@media (max-width: 1024px) {
  .directions-counter {
    display: none;
  }
}

.directions-counter span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 7px;
  column-gap: 7px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
}

.directions-counter span:first-of-type::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #565259;
}

.directions-counter span:last-of-type::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #565259;
}

.accordion {
  display: block;
}

.accordion.nav-tabs {
  border: none;
}

@media (max-width: 1024px) {
  .accordion.nav-tabs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 18%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    -ms-scroll-snap-type: inline mandatory;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 -11px;
    margin-bottom: 50px;
  }
  .accordion.nav-tabs > * {
    scroll-snap-align: start;
  }
}

@media (max-width: 768px) {
  .accordion.nav-tabs {
    grid-auto-columns: 27%;
  }
}

@media (max-width: 480px) {
  .accordion.nav-tabs {
    grid-auto-columns: 29%;
  }
}

.accordion.nav-tabs .nav-link {
  padding: 0;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border: none;
  position: relative;
}

@media (max-width: 1024px) {
  .accordion.nav-tabs .nav-link {
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 27px;
    min-height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.accordion.nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}

.accordion.nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #263e6b;
  z-index: 1;
}

@media (max-width: 1024px) {
  .accordion.nav-tabs .nav-link::before {
    height: 3px;
  }
}

.accordion.nav-tabs .nav-link.active::before {
  width: 100%;
  -webkit-animation: widthAnim 5s 1 forwards;
  animation: widthAnim 5s 1 forwards;
}

.accordion.nav-tabs .nav-link:hover,
.accordion.nav-tabs .nav-link:focus {
  border: none;
}

.accordion.nav-tabs .nav-link.active,
.accordion.nav-tabs .nav-item.show .nav-link {
  border: none;
}

.accordion.nav-tabs .nav-item {
  position: relative;
}

@media (max-width: 1024px) {
  .accordion.nav-tabs .nav-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 11px;
  }
  .accordion.nav-tabs .nav-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d6d6d6;
  }
}

@media (max-width: 1024px) {
  #accordionDirections .collapsing,
  #accordionDirections .collapse {
    display: none !important;
    position: absolute;
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
    position: fixed;
  }
}

.accordion-item {
  border-bottom: 1px solid #d6d6d6;
}

@media (max-width: 1024px) {
  .accordion-item .collapse {
    display: none !important;
    position: absolute;
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
  }
  .accordion-item .directions-accordion__header .btn {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.accordion-item:first-of-type .btn {
  padding-top: 0;
}

.accordion-item .btn {
  padding-top: 24px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.accordion-item .btn img {
  max-width: 140px;
}

.accordion-item [data-item="0"] .btn img {
  max-width: 115px;
}

.accordion-item [data-item="1"] .btn img {
  max-width: 115px;
}

.accordion-item [data-item="2"] .btn img {
  max-width: 126px;
}

.accordion-item [data-item="3"] .btn img {
  max-width: 115px;
}

.accordion-item [data-item="4"] .btn img {
  max-width: 115px;
}

.accordion-item [data-item="5"] .btn img {
  max-width: 115px;
}

.accordion-item .collapse {
  position: relative;
}

.directions-accordion__body {
  padding: 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.directions-accordion__body i {
  margin-top: 10px;
  font-size: 35px;
  color: #263e6b;
  display: block;
}

.directions-slider__img {
  position: relative;
  padding-bottom: 114.5%;
}

.directions-slider__img::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid #263e6b;
}

.directions-slider__img img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .directions-slider__img {
    padding-bottom: 56.2%;
    margin-bottom: 32px;
  }
  .directions-slider__img::after {
    top: -12px;
    left: -12px;
  }
}

@media (max-width: 768px) {
  .directions-slider__img {
    max-width: 260px;
    padding-bottom: 0;
    height: 336px;
  }
}

.directions-accordion__text {
  max-width: 460px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #565259;
  display: list-item;
}

@media (max-width: 1024px) {
  .directions-accordion__text {
    max-width: 100%;
  }
}

@-webkit-keyframes widthAnim {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes widthAnim {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.breadcrumbs {
  list-style: none;
  padding: 21px 0 17px;
  margin-bottom: 0;
  -webkit-column-gap: 16px;
  column-gap: 16px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 15px;
  margin-left: -11px;
  margin-right: -11px;
  padding-left: 11px;
  padding-right: 11px;
  -ms-scroll-snap-type: inline mandatory;
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 11px;
}

body.shop .breadcrumbs {
  margin-bottom: 40px;
}

@media (max-width: 1180px) {
  .breadcrumbs {
    padding-top: 21px;
  }
}

.breadcrumbs-item {
  position: relative;
  font-size: 12px;
  line-height: 16px;
}

.breadcrumbs-item::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 8px;
  width: 10px;
  height: 1px;
  background-color: #b3b4bc;
}

.breadcrumbs-item:last-of-type::after {
  display: none;
}

.breadcrumbs-item a {
  text-decoration: underline;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

@media (hover: none) {
  .breadcrumbs-item a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .breadcrumbs-item a:active {
    color: #85898d;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .breadcrumbs-item a:hover {
    color: #85898d;
  }
}

.breadcrumbs-item a,
.breadcrumbs-item span {
  color: #b3b4bc;
}

.hide {
  display: none;
}

.show {
  display: block;
}

@-webkit-keyframes hide {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
    margin: 0;
  }
}

@keyframes hide {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
    margin: 0;
  }
}

@-webkit-keyframes show {
  0% {
    width: 0%;
    height: 0%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes show {
  0% {
    width: 0%;
    height: 0%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

/*  // Needed for filters */
.news-wrapper {
  padding-bottom: 63px;
}

@media (max-width: 1024px) {
  .news-wrapper {
    padding-bottom: 40px;
  }
}

.news-items {
  margin: 0 -5px;
}

.news-filters {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  padding-top: 43px;
  margin-bottom: 36px;
  position: relative;
}

.news-filters::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b3b4bc;
}

.news-filters .news-filter {
  font-size: 16px;
  line-height: 22px;
  color: #565259;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 13px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
}

.news-filters .news-filter::after {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #263e6b;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.news-filters .news-filter::before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #263e6b;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media (hover: none) {
  .news-filters .news-filter {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .news-filters .news-filter:active {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-filters .news-filter:hover {
    color: #263e6b;
  }
}

.news-filters .news-filter.active {
  color: #263e6b;
}

.news-filters .news-filter.active::after {
  width: 50%;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.news-filters .news-filter.active::before {
  width: 50%;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 1024px) {
  .news-filters {
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .news-filters {
    display: grid;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    grid-auto-flow: column;
    grid-auto-columns: 40%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 15px;
    margin-left: -11px;
    margin-right: -11px;
    padding-left: 11px;
    padding-right: 11px;
    -ms-scroll-snap-type: inline mandatory;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 11px;
    margin-bottom: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 71px;
    background: #ffffff;
    z-index: 3;
    border-bottom: 1px solid #b3b4bc;
  }
  .news-filters > * {
    scroll-snap-align: center;
  }
  .news-filters::after {
    display: none;
  }
  .news-filters .news-filter {
    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: 1px solid #b3b4bc;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50px;
  }
  .news-filters .news-filter::after, .news-filters .news-filter::before {
    display: none;
  }
  .news-filters .news-filter.active {
    border-color: #263e6b;
    background-color: #263e6b;
    color: #ffffff;
  }
}

@media (max-width: 480px) {
  .news-filters {
    grid-auto-columns: 60%;
  }
}

.news-items__card {
  width: 33.33%;
  padding: 0 5px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .news-items__card {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .news-items__card {
    width: 100%;
  }
}

.news-card__img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-height: 400px;
  padding-bottom: 72.68%;
}

.news-card__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.news-card__body {
  padding: 15px 21px 28px;
  border: 1px solid #d6d6d6;
  border-top: none;
  display: block;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .news-card__body {
    padding: 15px 15px 18px;
  }
}

.news-card__body:active {
  text-decoration: none;
}

@media (hover: none) {
  .news-card__body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .news-card__body:active {
    background-color: #263e6b;
    text-decoration: none;
    border-color: #263e6b;
    color: inherit;
  }
  .news-card__body:active > * {
    color: #ffffff;
    text-decoration: none;
  }
  .news-card__body:active .news-card__tags,
  .news-card__body:active .arrow-link {
    color: #ffffff;
  }
  .news-card__body:active .news-card__tags i,
  .news-card__body:active .arrow-link i {
    color: #ffffff;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-card__body:hover {
    background-color: #263e6b;
    text-decoration: none;
    border-color: #263e6b;
    color: inherit;
  }
  .news-card__body:hover > * {
    color: #ffffff;
    text-decoration: none;
  }
  .news-card__body:hover .news-card__tags,
  .news-card__body:hover .arrow-link {
    color: #ffffff;
  }
  .news-card__body:hover .news-card__tags i,
  .news-card__body:hover .arrow-link i {
    color: #ffffff;
  }
}

.news-card__date {
  color: #565259;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.news-card__new {
  position: absolute;
  left: 21px;
  top: 21px;
  font-size: 12px;
  line-height: 23px;
  display: inline-block;
  padding: 0 8px;
  padding-bottom: 2px;
  text-transform: lowercase;
  letter-spacing: 0.01em;
  background: #ffffff;
  border-radius: 6px;
  color: #565259;
}

.news-card__tags {
  color: #263e6b;
  font-size: 14px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 13px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.news-card__title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #565259;
  max-width: 80%;
  margin-bottom: 10px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .news-card__title {
    max-width: 100%;
  }
}

.news-card__description {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #565259;
  margin-bottom: 25px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.news-card__link .arrow-link {
  color: #565259;
}

.news-card__link .arrow-link span {
  -webkit-transition: color 0.3s !important;
  transition: color 0.3s !important;
}

.news-card__link .arrow-link i {
  color: #263e6b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.business {
  padding-top: 39px;
}

@media (max-width: 1024px) {
  section.business {
    padding-top: 110px;
  }
}

section.business .container {
  max-width: 1190px;
}

.business-card {
  margin-bottom: 120px;
}

@media (max-width: 765px) {
  .business-card {
    margin-bottom: 60px;
  }
}

.business-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .business-card__row {
    -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;
  }
}

.business-card__content {
  width: 100%;
  max-width: 49%;
}

@media (max-width: 992px) {
  .business-card__content {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.business-card:nth-child(even) .business-card__content {
  padding-left: 36px;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.business-card:nth-child(odd) .business-card__content {
  padding-right: 36px;
}

.business-card__img-wrap {
  width: 100%;
  max-width: 51%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}

@media (max-width: 992px) {
  .business-card__img-wrap {
    max-width: 400px;
    margin-bottom: 30px;
  }
}

.business-card__img {
  position: relative;
}

.business-card__img::after {
  display: block;
  content: "";
  left: -9px;
  top: 9px;
  border: 1px solid #263e6b;
  position: absolute;
  width: 100%;
  height: 100%;
}

.business-card__img img {
  width: 100%;
}

.business-card__logo {
  text-decoration: none;
  line-height: 99%;
  display: block;
  max-width: 140px;
  margin-bottom: 20px;
}

.business-card__logo svg,
.business-card__logo img {
  -o-object-position: left;
  object-position: left;
  max-width: 100%;
  max-height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
}

.business-card__link {
  color: #565259 !important;
  text-decoration: underline;
}

.business-card__link:hover {
  text-decoration: none;
}

.business-card__title p {
  margin-top: 15px;
  margin-bottom: 15px;
  /*font-family: SNS;*/
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #263e6b;
}

@media (max-width: 765px) {
  .business-card__title p {
    font-size: 20px;
  }
}

.business-card__desc {
  margin: 15px 0;
}

.business-card__desc p {
  font-size: 16px;
  line-height: 156%;
  color: #565259;
}

.business-card__more {
  font-size: 16px;
  margin-top: 10px;
  color: #565259;
}

.business-card__more i {
  color: #263e6b;
}

.business-single {
  padding-bottom: 80px;
}

.business-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 700px) {
  .business-single__head {
    -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;
  }
}

.business-single__head-link {
  color: #565259 !important;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .business-single__head-link {
    margin-top: 0;
  }
}

.business-single__head-link:hover {
  text-decoration: none;
}

.business-single__head-right {
  margin-left: auto;
  padding-left: 20px;
}

@media (max-width: 700px) {
  .business-single__head-right {
    margin-left: initial;
    margin-top: 20px;
    padding-left: 0;
  }
}

.business-single__head-right img {
  max-height: 68px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center right;
  object-position: center right;
}

@media (max-width: 700px) {
  .business-single__head-right img {
    -o-object-position: center left;
    object-position: center left;
  }
}

.business-single__body {
  padding-top: 33px;
}

.business-single__slider {
  margin-bottom: 37px;
}

.business-single__slider-item {
  padding-bottom: 41%;
  background-size: cover;
  background-repeat: no-repeat;
}

.business-single__slider-next, .business-single__slider-prev {
  color: #c0c2ce;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none !important;
}

@media (hover: none) {
  .business-single__slider-next, .business-single__slider-prev {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .business-single__slider-next:active, .business-single__slider-prev:active {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .business-single__slider-next:hover, .business-single__slider-prev:hover {
    color: #263e6b;
  }
}

.business-single__slider-controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 22px;
  column-gap: 22px;
  width: 100%;
  padding-top: 40px;
}

.business-single__slider-pagination {
  color: #c0c2ce;
}

.business-single__slider-pagination .swiper-pagination-current {
  color: #565259;
}

.business-single__slider-pagination {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  column-gap: 12px;
}

.assortiment-slider {
  margin-top: 50px;
  padding-top: 30px;
  position: relative;
}

.assortiment-slider__footer {
  margin-top: 80px;
}

.assortiment-slider__wrap {
  position: relative;
}

.assortiment-slider__slider-prev {
  left: -50px;
}

@media (max-width: 1550px) {
  .assortiment-slider__slider-prev {
    left: 20px;
  }
}

.assortiment-slider__slider-next {
  right: -50px;
}

@media (max-width: 1550px) {
  .assortiment-slider__slider-next {
    right: 20px;
  }
}

.assortiment-slider__slider-next, .assortiment-slider__slider-prev {
  color: #263e6b;
  top: 185px;
  z-index: 10;
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none !important;
}

.assortiment-slider__slider-next.swiper-button-disabled, .assortiment-slider__slider-prev.swiper-button-disabled {
  display: none;
}

@media (hover: none) {
  .assortiment-slider__slider-next, .assortiment-slider__slider-prev {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .assortiment-slider__slider-next:active, .assortiment-slider__slider-prev:active {
    color: #263e6b;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .assortiment-slider__slider-next:hover, .assortiment-slider__slider-prev:hover {
    color: #263e6b;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.assortiment-slider__tab {
  display: none;
}

.assortiment-slider::after {
  width: 90px;
  height: 2px;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #263e6b;
  position: absolute;
}

.assortiment-slider__filters {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 40px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  overflow-x: auto;
  overflow-y: hidden;
}

.assortiment-slider__filter {
  /*font-family: SNS;*/
  font-size: 16px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #c0c2ce;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-right: 40px;
  white-space: nowrap;
  cursor: pointer;
}

@media (max-width: 992px) {
  .assortiment-slider__filter {
    margin-right: 20px;
  }
}

.assortiment-slider__filter:last-child {
  margin-right: 0;
}

.assortiment-slider__filter:hover {
  color: #263e6b;
}

.assortiment-slider__filter._active {
  font-size: 30px;
  color: #263e6b;
}

@media (max-width: 992px) {
  .assortiment-slider__filter._active {
    font-size: 25px;
  }
}

.assortiment-product__image-back {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.assortiment-product__image-front {
  position: relative;
  z-index: 4;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.assortiment-product__image-wrap {
  border: 1px solid #d6d6d6;
  height: 389px;
  position: relative;
  padding: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 13px;
}

.assortiment-product__title {
  /*font-family: SNS;*/
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #263e6b;
}

.assortiment-product__desc {
  min-height: 72px;
  margin-top: -15px;
  margin-bottom: 16px;
}

.assortiment-product__desc p:last-child {
  margin-bottom: 0;
}

.assortiment-product__body {
  border-bottom: 1px solid #263e6b;
}

.assortiment-product__link {
  font-size: 16px;
  color: #565259 !important;
  margin-top: 18px;
  cursor: pointer;
}

.assortiment-product__link::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: block;
  content: "";
}

.assortiment-product__link i {
  color: #263e6b;
}

.assortiment-product__size {
  /*font-family: SNS;*/
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #565259;
}

.assortiment-product__sizes {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.business-advantages h4 {
  margin-bottom: 44px;
  font-size: 24px;
}

.business-advantages img,
.business-advantages svg {
  max-height: 94px;
  -o-object-position: left;
  object-position: left;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 19px;
}

.pagination {
  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;
  -webkit-column-gap: 19px;
  column-gap: 19px;
}

.pagination-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.pagination-prev,
.pagination-next {
  color: #c0c2ce;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media (hover: none) {
  .pagination-prev,
  .pagination-next {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .pagination-prev:active,
  .pagination-next:active {
    text-decoration: none;
    color: #565259;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pagination-prev:hover,
  .pagination-next:hover {
    text-decoration: none;
    color: #565259;
  }
}

.pagination-split {
  cursor: pointer;
}

.pagination-split._hidden {
  display: none;
}

.pagination._open .pagination-page._hidden {
  display: inline-block !important;
}

.pagination._open .pagination-split {
  display: none !important;
}

.pagination-page {
  color: #565259;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.pagination-page._hidden {
  display: none;
}

.pagination-page.active {
  text-decoration: none;
  color: #263e6b;
}

@media (hover: none) {
  .pagination-page {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .pagination-page:active {
    text-decoration: none;
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pagination-page:hover {
    text-decoration: none;
    color: #263e6b;
  }
}

.news-single__tags {
  padding-top: 34px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.news-single__body {
  padding-top: 33px;
}

.news-single__body img {
  width: initial !important;
  height: initial !important;
  max-width: 100% !important;
}

.news-single__item {
  max-width: 75%;
}

.news-single__item p {
  font-size: 24px;
  line-height: 39px;
  color: #565259;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}

.news-single__item h2,
.news-single__item h3,
.news-single__item h4,
.news-single__item h5,
.news-single__item h6 {
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #263e6b;
  font-family: SNS;
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .news-single__item {
    max-width: 100%;
  }
}

.news-single__slider {
  margin-bottom: 37px;
}

.news-single__slider-item {
  padding-bottom: 41%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-single__slider-controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 22px;
  column-gap: 22px;
  width: 100%;
  padding-top: 40px;
}

.news-single__slider-controls .news-single__slider-next,
.news-single__slider-controls .news-single__slider-prev {
  color: #c0c2ce;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none !important;
}

@media (hover: none) {
  .news-single__slider-controls .news-single__slider-next,
  .news-single__slider-controls .news-single__slider-prev {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .news-single__slider-controls .news-single__slider-next:active,
  .news-single__slider-controls .news-single__slider-prev:active {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-single__slider-controls .news-single__slider-next:hover,
  .news-single__slider-controls .news-single__slider-prev:hover {
    color: #263e6b;
  }
}

.news-single__slider-controls .news-single__slider-pagination {
  color: #c0c2ce;
}

.news-single__slider-controls .news-single__slider-pagination .swiper-pagination-current {
  color: #565259;
}

.news-single__slider-controls .news-single__slider-pagination {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  column-gap: 12px;
}

.change-city__input {
  border: 1px solid #d9d9d9;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 12px;
  padding: 12px 16px;
  width: 100%;
  outline: none !important;
}

.change-city__input:focus {
  border-color: #263e6b;
}

.change-city__input::-webkit-input-placeholder {
  border-color: #85898d;
}

.change-city__input::-ms-input-placeholder {
  border-color: #85898d;
}

.change-city__input::placeholder {
  border-color: #85898d;
}

.change-city__define {
  cursor: pointer;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #263e6b !important;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.change-city__define:hover {
  text-decoration: none;
}

.change-city__list {
  overflow: auto;
  margin-top: 18px;
  max-height: 360px;
  min-height: 360px;
}

.change-city__list-it {
  color: #263e6b;
  font-size: 16px;
  line-height: 250%;
  white-space: nowrap;
  letter-spacing: -0.02em;
  color: #263e6b;
  font-family: SNS;
  cursor: pointer;
  text-overflow: ellipsis;
}

.page-404 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  z-index: 1000;
}

.page-404__img {
  width: 460px;
  max-width: 100%;
  margin-bottom: 64px;
}

@media (max-width: 600px) {
  .page-404__img {
    margin-bottom: 40px;
  }
}

.page-404__title {
  font-size: 24px;
  letter-spacing: -0.02em;
  font-family: SNS;
  text-align: center;
  color: #263e6b;
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  .page-404__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .page-404__title {
    font-size: 18px;
  }
}

.page-404__desc {
  margin-bottom: 31px;
  max-width: 786px;
}

.page-404__desc p {
  font-size: 24px;
  letter-spacing: -0.07em;
  text-align: center;
  line-height: 162%;
}

@media (max-width: 600px) {
  .page-404__desc p {
    font-size: 20px;
  }
}

.page-404__desc p:last-child {
  margin-bottom: 0;
}

.page-404 .btn-wrap {
  margin-top: 0;
}

.page-404 .btn-wrap .btn {
  text-transform: none;
}

section.team {
  padding-top: 10px;
  padding-bottom: 80px;
  overflow: hidden;
}

@media (max-width: 1180px) {
  section.team {
    padding-top: 78px;
  }
}

section.team .container {
  max-width: 1190px;
}

section.team .numbers {
  margin-top: 0;
}

section.team .terms__title {
  color: #263e6b;
  margin-bottom: 12px;
}

@media (min-width: 991px) {
  section.team .terms__title {
    font-size: 40px;
  }
}

.vacancy-specgroup__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.vacancy-specgroup._open .vacancy-specgroup__body {
  max-height: 800px;
}

.vacancies-list {
  margin-top: 60px;
  margin-bottom: 70px;
}

.vacancies-list__row {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

@media (max-width: 992px) {
  .vacancies-list__row {
    grid-template-columns: 1fr;
  }
}

._vacancy .vacancies-list {
  display: none;
}

.vacancies-group-list {
  margin-top: 60px;
  margin-bottom: 70px;
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  display: none;
}

._vacancy .vacancies-group-list {
  display: grid;
}

@media (max-width: 992px) {
  .vacancies-group-list {
    grid-template-columns: 1fr;
  }
}

.vacancy-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.vacancy-preview {
  padding: 20px;
  padding-bottom: 92px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d6d6d6;
  -webkit-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}

.vacancy-preview:hover {
  border-color: #263e6b;
  background: #263e6b;
}

.vacancy-preview:hover * {
  color: #fff !important;
}

.vacancy-preview__category {
  font-size: 16px;
  line-height: 156%;
  color: #263e6b;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.vacancy-preview__title {
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #565259;
  font-family: SNS;
  margin-bottom: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (min-width: 992px) {
  .vacancy-preview__title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 120px;
    height: 120px;
  }
}

@media (max-width: 992px) {
  .vacancy-preview__title {
    font-size: 20px;
  }
}

.vacancy-preview__location {
  font-size: 16px;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #565259;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.vacancy-preview__link {
  position: absolute;
  left: 20px;
  bottom: 30px;
  color: #565259;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.vacancy-preview__link i {
  color: #263e6b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.vacancy-preview__link::after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100vmax;
  height: 100vmax;
}

.not-vacancies {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 933px;
  margin-left: auto;
  margin-right: auto;
}

.not-vacancies__wrap {
  position: relative;
}

.not-vacancies img {
  width: 100%;
}

.not-vacancies__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.not-vacancies__title {
  font-family: SNS;
  font-size: 26px;
  line-height: 177%;
  letter-spacing: -0.02em;
  color: #565259;
  margin-bottom: 8px;
  text-align: center;
}

.not-vacancies__title a {
  color: #263e6b !important;
}

@media (max-width: 992px) {
  .not-vacancies__title {
    font-size: 26px;
  }
}

.vacancy__row {
  display: grid;
  grid-template-columns: 260px auto;
  grid-gap: 40px;
  margin-top: 22px;
}

@media (max-width: 992px) {
  .vacancy__row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) and (min-width: 400px) {
  .vacancy__sidebar {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 10px;
  }
}

.vacancy-filter._open .vacancy-specgroup {
  display: block !important;
}

.vacancy-radio {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.04em;
  color: #565259;
  display: block;
  cursor: pointer;
  margin-bottom: 14px;
}

.vacancy-radio._hidden {
  display: none;
}

.vacancy-filter._open .vacancy-radio {
  display: block !important;
}

.vacancy-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.vacancy-radio__indicator {
  border: 1px solid #565259;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input:checked + .vacancy-radio__indicator {
  border-color: #263e6b;
  background-color: #263e6b;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

input:checked + div + .vacancy-radio__text {
  color: #263e6b;
}

.vacancy-specgroup {
  position: relative;
}

.vacancy-specgroup__arrow {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.70711 6.7071L2.00001 7.41421L0.585787 6.00001L1.29289 5.2929L2.70711 6.7071ZM5.99996 2L5.29285 1.2929L5.99994 0.585794L6.70705 1.29288L5.99996 2ZM10.7071 5.2928L11.4142 5.9999L10 7.41413L9.2929 6.70704L10.7071 5.2928ZM1.29289 5.2929L5.29285 1.2929L6.70707 2.7071L2.70711 6.7071L1.29289 5.2929ZM6.70705 1.29288L10.7071 5.2928L9.2929 6.70704L5.29286 2.70712L6.70705 1.29288Z' fill='%23263e6b'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 8px;
  display: block;
  content: "";
  right: 0;
  cursor: pointer;
  top: 5px;
  -webkit-transform: scale(-1);
  transform: scale(-1);
  -webkit-transition: opaciti 0.3s;
  transition: opaciti 0.3s;
}

._open .vacancy-specgroup__arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.vacancy-specgroup .vacancy-radio {
  padding-right: 10px;
}

.vacancy-specgroup__body {
  padding-left: 21px;
}

.vacancy-subradio {
  cursor: pointer;
  position: relative;
  padding-left: 13px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.04em;
  color: #565259;
  display: block;
  cursor: pointer;
  margin-bottom: 14px;
}

.vacancy-subradio._hidden {
  display: none;
}

.vacancy-filter._open .vacancy-subradio {
  display: block !important;
}

.vacancy-subradio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.vacancy-subradio__indicator {
  background: #565259;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input:checked + .vacancy-subradio__indicator {
  border-color: #263e6b;
  background-color: #263e6b;
}

input:checked + div + .vacancy-subradio__text {
  color: #263e6b;
}

.vacancy-subradio:hover .vacancy-subradio__text {
  text-decoration: underline;
}

.vacancy-filter {
  margin-bottom: 21px;
}

.vacancy-filter__head {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

.vacancy-filter__toggle {
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
  letter-spacing: -0.04em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #b3b4bc !important;
}

.vacancy-filter__toggle:hover {
  text-decoration: none;
}

.vacancy-not-find p {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.04em;
  color: #565259;
}

.vacancy-map {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

@media (max-width: 991px) {
  .vacancy-map {
    overflow: visible;
  }
}

.vacancy-map__canvas {
  position: relative;
  min-width: 100%;
}

.vacancy-map__control {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-align: right;
}

.vacancy-map__minus {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H16' stroke='%23263e6b' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}

.vacancy-map__plus {
  margin-left: -1px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7L14 7' stroke='%23263e6b' stroke-width='2'/%3E%3Cpath d='M7 0L7 14' stroke='%23263e6b' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}

.vacancy-map__canvas {
  position: absolute;
}

.vacancy-map._zoom .vacancy-map__canvas {
  width: 150%;
  max-width: 150%;
}

.vacancy-map__plus, .vacancy-map__minus {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.vacancy-map__plus:hover, .vacancy-map__minus:hover {
  border-color: #263e6b;
  z-index: 4;
}

.vacancy-map__point {
  background: #263e6b;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  min-width: 50px;
  text-align: center;
  font-family: SNS;
  line-height: 100%;
  border-radius: 50%;
  position: absolute;
  padding: 15px;
  margin-left: -25px;
  margin-top: -25px;
  cursor: pointer;
}

.vacancy-map__point-content {
  background: #ffffff;
  border-radius: 4px;
  text-align: left;
  position: relative;
  padding: 9px 21px;
  -webkit-box-shadow: 5px 6px 14px rgba(0, 0, 0, 0.24);
  box-shadow: 5px 6px 14px rgba(0, 0, 0, 0.24);
}

.vacancy-map__point-content::after {
  position: absolute;
  background: #fff;
  left: 50%;
  width: 20px;
  height: 20px;
  z-index: 1;
  bottom: 1px;
  display: block;
  content: "";
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
}

.vacancy-map__point-drop {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 10px;
  opacity: 0;
  pointer-events: none;
  bottom: 70px;
  -webkit-transition: bottom 0.3s, opacity 0.3s;
  transition: bottom 0.3s, opacity 0.3s;
}

.vacancy-map__point:hover .vacancy-map__point-drop {
  opacity: 1;
  bottom: 40px;
  pointer-events: initial;
}

.vacancy-map__point-link {
  color: #263e6b;
  font-family: Aeroport;
  font-size: 14px;
  position: relative;
  z-index: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  text-decoration: underline;
}

.vacancy-map__point-link:hover {
  text-decoration: none;
}

.vacancy-map__point-city {
  font-family: Aeroport;
  font-size: 16px;
  z-index: 2;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  color: #565259;
}

.vacancies-empty {
  font-family: SNS;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 177%;
  letter-spacing: -0.02em;
  color: #565259;
  max-width: 870px;
}

.vacancies-empty span {
  color: #263e6b;
}

@media (max-width: 991px) {
  .vacancies-empty {
    font-size: 20px;
  }
}

.vacancy-detail .section-title {
  font-size: 40px;
}

@media (max-width: 992px) {
  .vacancy-detail .section-title {
    font-size: 24px;
  }
}

.vacancy-detail__after-title {
  font-size: 24px;
  line-height: 39px;
  margin-top: 21px;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .vacancy-detail__after-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.vacancy-detail .text {
  margin-top: 33px;
}

.cv-form {
  border: 1px solid #263e6b;
  padding: 24px;
  max-width: 1036px;
}

.cv-form h2 {
  color: #263e6b;
  font-family: SNS;
  margin-top: 10px;
  font-size: 26px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .cv-form h2 {
    font-size: 22px;
  }
}

.cv-form .btn {
  margin-top: 30px;
}

#vacancy-ymap {
  height: 560px;
}

#vacancy-ymap .ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#vacancy-ymap .ymaps-2-1-79-balloon {
  -webkit-transform: translateY(-39px);
  transform: translateY(-39px);
}

#vacancy-ymap .ymaps-2-1-79-balloon__content {
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 10px;
}

#vacancy-ymap .ymaps-2-1-79-map-copyrights-promo,
#vacancy-ymap .ymaps-2-1-79-copyright__link {
  display: none;
}

#vacancy-ymap .ymaps-2-1-79-balloon {
  border-radius: 5px;
}

#vacancy-ymap .ymaps-2-1-79-zoom {
  padding: 0;
  width: 100px;
  height: 50px !important;
}

#vacancy-ymap .ymaps-2-1-79-controls__control {
  inset: 30px 0 auto auto !important;
}

#vacancy-ymap .ymaps-2-1-79-zoom__button {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

#vacancy-ymap .ymaps-2-1-79-zoom__button:hover {
  border: 1px solid #263e6b;
  z-index: 2;
}

#vacancy-ymap .ymaps-2-1-79-zoom__button,
#vacancy-ymap .ymaps-2-1-79-zoom__icon {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 !important;
}

#vacancy-ymap .ymaps-2-1-79-zoom__plus {
  left: initial;
  right: 1px;
}

#vacancy-ymap .ymaps-2-1-79-zoom__plus .ymaps-2-1-79-zoom__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7L14 7' stroke='%23263e6b' stroke-width='2'/%3E%3Cpath d='M7 0L7 14' stroke='%23263e6b' stroke-width='2'/%3E%3C/svg%3E%0A");
}

#vacancy-ymap .ymaps-2-1-79-zoom__minus .ymaps-2-1-79-zoom__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H16' stroke='%23263e6b' stroke-width='2'/%3E%3C/svg%3E%0A");
}

#vacancy-ymap .vacancy-map-city {
  font-family: "Aeroport";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #565259;
}

#vacancy-ymap .vacancy-map-link {
  color: #263e6b;
  font-family: "Aeroport";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #263e6b;
  cursor: pointer;
}

#vacancy-ymap .vacancy-map-link:hover {
  text-decoration: none;
}

.mediateka-slider__wrap-slider {
  margin-top: 40px;
  position: relative;
}

.mediateka-slider__slider-next {
  right: -50px;
}

@media (max-width: 1310px) {
  .mediateka-slider__slider-next {
    margin-right: -30px;
  }
}

.mediateka-slider__slider-prev {
  left: -50px;
}

@media (max-width: 1310px) {
  .mediateka-slider__slider-prev {
    margin-left: -30px;
  }
}

.mediateka-slider__slider-next, .mediateka-slider__slider-prev {
  color: #c0c2ce;
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  outline: none !important;
}

@media (hover: none) {
  .mediateka-slider__slider-next, .mediateka-slider__slider-prev {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mediateka-slider__slider-next:active, .mediateka-slider__slider-prev:active {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mediateka-slider__slider-next:hover, .mediateka-slider__slider-prev:hover {
    color: #263e6b;
  }
}

@media (max-width: 1310px) {
  .mediateka-slider__slider-next, .mediateka-slider__slider-prev {
    bottom: -30px;
    top: initial;
    left: 50%;
  }
}

.mediateka-preview {
  position: relative;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  -webkit-transition: background 0.3s, border-color 0.3s;
  transition: background 0.3s, border-color 0.3s;
}

.mediateka-preview * {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mediateka-preview i {
  -webkit-transition: color 0.3s, -webkit-transform 0.5s !important;
  transition: color 0.3s, -webkit-transform 0.5s !important;
  transition: transform 0.5s, color 0.3s !important;
  transition: transform 0.5s, color 0.3s, -webkit-transform 0.5s !important;
}

.mediateka-preview:hover {
  border-color: #263e6b;
  background: #263e6b;
}

.mediateka-preview:hover * {
  color: #fff;
}

.mediateka-preview__img-wrap {
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  padding-bottom: 55.64%;
  position: relative;
  overflow: hidden;
}

.mediateka-preview__img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mediateka-preview:hover .mediateka-preview__img-wrap img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mediateka-preview__body {
  padding: 21px;
}

.mediateka-preview__counts {
  letter-spacing: -0.01em;
  color: #263e6b;
  font-size: 14px;
  margin-bottom: 13px;
}

.mediateka-preview__title {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #565259;
  font-family: SNS;
  max-height: 48px;
  overflow: hidden;
  height: 48px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mediateka-preview__link span {
  color: #565259;
}

.mediateka-preview__link::after {
  display: block;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 20;
  position: absolute;
}

.mediateka-row {
  margin-top: 46px;
  margin-bottom: 77px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

@media (max-width: 900px) {
  .mediateka-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .mediateka-row {
    grid-template-columns: 1fr;
  }
}

.mediateka .section-sub-title {
  color: #565259;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.03em;
  max-width: 770px;
  margin-top: 21px;
  /* or  */
}

@media (max-width: 992px) {
  .mediateka .section-sub-title {
    font-size: 20px;
  }
}

.gallery {
  margin: 45px -7px;
}

@media (max-width: 750px) {
  .gallery {
    margin: 30px -5px;
  }
}

.gallery-it {
  max-width: 33.3%;
  cursor: pointer;
  width: 33.3%;
  padding-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px;
}

@media (max-width: 750px) {
  .gallery-it {
    max-width: 50%;
    width: 50%;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.gallery-it__wrap {
  position: relative;
  overflow: hidden;
}

.gallery-it img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.gallery-it:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-it._video:hover::before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery-it._video::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.25 7.83494C16.9167 8.79719 16.9167 11.2028 15.25 12.1651L4.75 18.2272C3.08333 19.1895 1 17.9867 1 16.0622L1 3.93782C1 2.01332 3.08334 0.810508 4.75 1.77276L15.25 7.83494Z' fill='white' stroke='white'/%3E%3C/svg%3E%0A");
  width: 17px;
  height: 20px;
  margin-top: -10px;
  margin-left: -7.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 15;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.gallery-it._video::after {
  display: block;
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -26px;
  margin-left: -26px;
  background: rgba(48, 50, 61, 0.5);
  border: 2px solid #ffffff;
  border-radius: 50%;
  z-index: 10;
}

.gallery-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.gallery-popup._visible {
  z-index: 1111;
  pointer-events: initial;
  opacity: 1;
}

.gallery-popup__overlay {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.gallery-popup__overlay:hover {
  background: rgba(255, 255, 255, 0.95);
}

.gallery-popup__close {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  outline: none !important;
}

.gallery-popup__close path {
  stroke: #263e6b;
}

.gallery-popup__close:hover path {
  stroke-width: 2px;
}

@media (max-width: 992px) {
  .gallery-popup__close {
    right: 0;
    top: -40px;
  }
}

@media (max-width: 600px) {
  .gallery-popup__close {
    right: 11px;
    top: 11px;
  }
}

.gallery-popup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 500px) {
  .gallery-popup__wrap {
    padding: 50px 30px;
  }
}

.gallery-popup__content {
  width: 1000px;
  max-width: 100%;
}

.gallery-top {
  margin-bottom: 15px;
  height: calc(100vh - 300px);
}

.gallery-top .swiper-slide {
  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;
  background: #fff;
  height: calc(100vh - 300px);
}

.gallery-top .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.gallery-thumbs img {
  max-height: 90px;
  width: initial;
  cursor: pointer;
}

.gallery-thumbs .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: 0.5;
}

#ymap {
  height: 500px;
}

.company {
  overflow: hidden;
  padding-bottom: 50px;
}

.company .section-title-2 {
  margin-bottom: 30px;
}

.company .block {
  margin-top: 60px;
}

@media (max-width: 1180px) {
  .company {
    padding-top: 71px;
  }
}

.company-top {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 57px;
}

.company-top__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.company-top::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.company-top .container {
  position: relative;
  z-index: 2;
}

.company-top__title {
  font-size: 35px;
  line-height: 140%;
  font-family: SNS;
  margin-bottom: 7px;
  letter-spacing: -0.02em;
}

@media (max-width: 992px) {
  .company-top__title {
    font-size: 25px;
  }
}

.company-top__desc {
  font-size: 24px;
  line-height: 162%;
  letter-spacing: -0.04em;
  color: #ffffff;
}

@media (max-width: 992px) {
  .company-top__desc {
    font-size: 16px;
  }
  .company-top__desc br {
    display: none;
  }
}

.company-top__row {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1043px;
}

@media (max-width: 992px) {
  .company-top__row {
    margin-top: 50px;
  }
}

.company-top ._desc {
  display: block;
}

.company-top__it {
  width: calc(33.3% - 20px);
}

@media (min-width: 992px) {
  .company-top__it br._mob {
    display: none;
  }
}

@media (max-width: 1189px) {
  .company-top__it {
    width: calc(50% - 20px);
  }
  .company-top__it .company-top__it-title {
    font-size: 35px !important;
  }
}

@media (max-width: 602px) {
  .company-top__it {
    width: calc(100% - 20px) !important;
  }
  .company-top__it .company-top__it-title {
    font-size: 22px !important;
  }
  .company-top__it .company-top__it-title br._mob {
    display: none;
  }
  .company-top__it .company-top__it-title span {
    font-size: 20px;
  }
  .company-top__it ._desc {
    display: none;
  }
}

.company-top__it._full {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 40px;
  margin-bottom: 10px;
}

.company-top__it._full .company-top__it-title {
  font-size: 40px;
}

@media (max-width: 992px) {
  .company-top__it._full {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

.company-top__it._s-full {
  width: 100%;
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .company-top__it._s-full {
    padding-bottom: 0;
  }
}

.company-top__it._half {
  width: calc(50% - 20px);
}

.company-top__it._half .company-top__it-title {
  font-size: 35px;
}

@media (max-width: 992px) {
  .company-top__it._half .company-top__it-title {
    font-size: 25px;
  }
}

.company-top__it-title {
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-family: SNS;
}

@media (max-width: 992px) {
  .company-top__it-title {
    font-size: 25px;
  }
}

.company-top__it-title span {
  font-size: 20px;
}

.company-top__it-desc {
  font-weight: bold;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
}

.management__wrap {
  position: relative;
}

.management__img {
  width: 100%;
}

@media (max-width: 800px) {
  .management {
    display: none;
  }
}

.director {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  border-radius: 30px 30px 0 0;
}

.director._hover, .director:hover {
  z-index: 10;
}

.director__popup {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 245px;
  left: 50%;
  text-align: left;
  bottom: 110%;
  -webkit-transition: bottom 0.3s, opacity 0.3s;
  transition: bottom 0.3s, opacity 0.3s;
  padding: 11px 17px;
  opacity: 0;
  z-index: 10;
}

.director__popup-snsoka {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(0px) translateX(-50%);
  transform: translateY(0px) translateX(-50%);
  width: 20px;
  height: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-transition: bottom 0.3s, opacity 0.3s;
  transition: bottom 0.3s, opacity 0.3s;
}

.director._hover .director__popup-snsoka,
.director:hover .director__popup-snsoka {
  opacity: 1;
}

.director__popup._bottom {
  top: 110%;
  bottom: initial !important;
  -webkit-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
}

.director._hover .director__popup._bottom,
.director:hover .director__popup._bottom {
  top: 100%;
}

.director__popup._bottom::after {
  bottom: initial;
  top: -6px;
}

.director__popup::after {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  background: #fff;
  content: "";
  bottom: -6px;
}

.director._hover .director__popup,
.director:hover .director__popup {
  opacity: 1;
  bottom: 100%;
}

.director._suchinskii .director__popup {
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}

.director._suchinskii .director__popup::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.96106 13L0.493895 0.206041L19.5462 0.294231L9.96106 13Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  left: 18%;
}

.director._petrow .director__popup {
  bottom: 150%;
}

.director._petrow .director__popup::after {
  display: none;
}

.director._petrow .director__popup-snsoka {
  bottom: 122%;
  height: 40%;
}

.director._petrow._hover .director__popup-snsoka, .director._petrow:hover .director__popup-snsoka {
  bottom: 100%;
  opacity: 1;
}

.director._petrow._hover .director__popup, .director._petrow:hover .director__popup {
  bottom: 140%;
}

.director._kosirev .director__popup {
  bottom: 122%;
}

.director._kosirev .director__popup::after {
  display: none;
}

.director._kosirev .director__popup-snsoka {
  bottom: 122%;
  height: 13%;
}

.director._kosirev._hover .director__popup-snsoka, .director._kosirev:hover .director__popup-snsoka {
  bottom: 100%;
  opacity: 1;
}

.director._kosirev._hover .director__popup, .director._kosirev:hover .director__popup {
  bottom: 112%;
}

.director._smirnow .director__popup-snsoka {
  bottom: 109%;
  height: 40%;
}

.director._smirnow .director__popup {
  bottom: 148%;
}

.director._smirnow .director__popup::after {
  display: none;
}

.director._smirnow._hover .director__popup-snsoka, .director._smirnow:hover .director__popup-snsoka {
  bottom: 100%;
  opacity: 1;
}

.director._smirnow._hover .director__popup, .director._smirnow:hover .director__popup {
  bottom: 138%;
}

.director._nesterenko .director__popup-snsoka {
  bottom: 109%;
  height: 40%;
}

.director._nesterenko .director__popup {
  bottom: 148%;
}

.director._nesterenko .director__popup::after {
  display: none;
}

.director._nesterenko._hover .director__popup-snsoka, .director._nesterenko:hover .director__popup-snsoka {
  bottom: 100%;
  opacity: 1;
}

.director._nesterenko._hover .director__popup, .director._nesterenko:hover .director__popup {
  bottom: 138%;
}

.director._sokilanskay .director__popup {
  bottom: 142%;
}

.director._sokilanskay .director__popup::after {
  display: none;
}

.director._sokilanskay .director__popup-snsoka {
  bottom: 111%;
  height: 34%;
}

.director._sokilanskay._hover .director__popup-snsoka, .director._sokilanskay:hover .director__popup-snsoka {
  bottom: 101%;
  opacity: 1;
}

.director._sokilanskay._hover .director__popup, .director._sokilanskay:hover .director__popup {
  bottom: 132%;
}

.director__link {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.02em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #263e6b !important;
}

.director__link:hover {
  text-decoration: none;
}

.director__title {
  font-size: 16px;
  line-height: 138%;
  font-family: SNS;
  color: #263e6b;
  margin-bottom: 6px;
}

.director__desc p {
  margin-top: 6px;
  font-size: 12px;
  line-height: 158%;
  letter-spacing: -0.02em;
  color: #565259;
}

.director__desc p:last-child {
  margin-bottom: 0;
}

.director__target {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='17' viewBox='0 0 14 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.92498 0H0L7.6319 10.0279L0.715218 16.0084H4.6402L11.5569 10.0279L3.92498 0Z' fill='%23263e6b'/%3E%3Cpath d='M6.09384 0H4.95996L12.8666 10.3566L6.47326 16.0084H7.60278L14.0005 10.3566L6.09384 0Z' fill='%23263e6b'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 14px;
  height: 17px;
  left: 50%;
  top: 11%;
  opacity: 0.3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -37%;
  background-position: center;
  -webkit-transition: opacity 1;
  transition: opacity 1;
  background-repeat: no-repeat;
}

.director:hover .director__target {
  opacity: 1;
}

.director__target._right {
  -webkit-transform: scale(-1) translateX(-50%);
  transform: scale(-1) translateX(-50%);
  margin-left: 11%;
}

.geo-map {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

@media (max-width: 991px) {
  .geo-map {
    overflow: visible;
    padding-top: 120px;
  }
}

.geo-map__filter-block {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  max-width: 336px;
}

.geo-map__filter-block .select2 {
  margin-top: 10px;
}

.geo-map__filter-block .select2-container--default .select2-selection--single,
.geo-map__filter-block .select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.geo-map__filter-block .select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-radius: 0;
  border: 1px solid #263e6b;
}

.geo-map__filter-block .select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.5 5.5L10 1' stroke='%23263e6b' stroke-width='2'/%3E%3C/svg%3E%0A");
  border: 0 solid;
  width: 11px;
  height: 48px;
  height: 7px;
}

.geo-map__canvas {
  position: relative;
  min-width: 100%;
}

.geo-map__control {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-align: right;
}

.geo-map__minus {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H16' stroke='%23263e6b' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}

.geo-map__plus {
  margin-left: -1px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7L14 7' stroke='%23263e6b' stroke-width='2'/%3E%3Cpath d='M7 0L7 14' stroke='%23263e6b' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}

.geo-map__canvas {
  position: absolute;
}

.geo-map._zoom .geo-map__canvas {
  width: 150%;
  max-width: 150%;
}

.geo-map__plus, .geo-map__minus {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.geo-map__plus:hover, .geo-map__minus:hover {
  border-color: #263e6b;
  z-index: 4;
}

.geo-map__marker {
  cursor: pointer;
  margin-top: -34px;
  margin-left: -14px;
  position: relative;
  z-index: 10;
}

.geo-map__marker svg {
  fill: #565259;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.geo-map__point:hover .geo-map__marker svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  fill: #263e6b;
}

.geo-map__logo {
  max-width: 132px;
  margin-bottom: 10px;
}

.geo-map__title {
  font-size: 16px;
}

.geo-map__link {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #fff !important;
  border-bottom: 1px solid #fff;
  letter-spacing: -0.02em;
}

.geo-map__link:hover {
  border-color: transparent;
}

.geo-map__drop-padding {
  padding-top: 50px;
  margin-top: -34px;
  position: absolute;
  min-width: 240px;
  margin-left: -27px;
  pointer-events: none;
}

.geo-map__point:hover .geo-map__drop-padding {
  pointer-events: initial;
}

.geo-map__drop {
  background: #263e6b;
  position: relative;
  padding: 19px;
  color: #fff;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.geo-map__point:hover .geo-map__drop {
  pointer-events: initial;
  opacity: 1;
}

.geo-map__drop::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: #263e6b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 20px;
  top: -7px;
}

.geo-map__point {
  position: absolute;
  max-width: 1px;
  max-height: 1px;
}

.geo-map__point:hover {
  z-index: 333;
}

.history-slider {
  overflow: visible;
}

.history-slider-pagination {
  margin-top: 60px;
}

.history-slider-pagination .pagination-split {
  display: none;
}

.history-slider-pagination .active + .pagination-split + .pagination-page + .pagination-split {
  display: inline-block;
}

.history-slider-pagination .pagination-split,
.history-slider-pagination .pagination-page {
  color: #bfc2ce !important;
  cursor: pointer;
}

.history-slider-pagination .pagination-split:hover,
.history-slider-pagination .pagination-page:hover {
  color: #565259 !important;
}

.history-slider-pagination .pagination-page.active {
  color: #565259 !important;
}

.history {
  padding-bottom: 25px;
  border-bottom: 2px solid #263e6b;
}

.history__head {
  position: relative;
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.history__progress {
  position: relative;
  width: 100%;
  left: 30px;
}

@media (max-width: 992px) {
  .history__progress {
    width: calc(100% - 189px);
  }
}

.swiper-slide:last-child .history__progress {
  display: none;
}

.history__progress::before {
  left: 0;
}

.swiper-slide._prev .history__progress::before,
.swiper-slide-active .history__progress::before {
  background: #263e6b;
  border-color: #263e6b;
}

.history__progress::after {
  right: 0;
}

.swiper-slide._prev .history__progress::after {
  background: #263e6b;
  border-color: #263e6b;
}

.history__progress::before, .history__progress::after {
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 4;
  content: "";
  border-radius: 50%;
  border: 1px solid #b3b4bc;
  background: #fff;
  -webkit-transition: border-color 0.3s, baclground 0.3s;
  transition: border-color 0.3s, baclground 0.3s;
}

.history__progress span {
  border-bottom: 1px dashed #b3b4bc;
  display: block;
  position: relative;
}

.history__progress span::after {
  display: block;
  content: "";
  background: #263e6b;
  height: 1px;
  top: 1px;
  width: 0;
  -webkit-transition: width 5.1s linear;
  transition: width 5.1s linear;
  position: relative;
}

.swiper-slide._prev .history__progress span::after {
  -webkit-transition: none;
  transition: none;
}

.swiper-slide._prev .history__progress span::after,
.swiper-slide-active .history__progress span::after {
  width: 100%;
}

.history__year {
  font-size: 80px;
  line-height: 56px;
  font-family: "SNS";
  letter-spacing: -0.02em;
  -webkit-text-stroke: 1px #b3b4bc;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.swiper-slide-active .history__year {
  color: #263e6b;
  -webkit-text-stroke: 1px #263e6b;
}

@media (max-width: 992px) {
  .history__year {
    font-size: 60px;
  }
}

.history__title {
  font-size: 24px;
  line-height: 146%;
  margin-bottom: 14px;
  letter-spacing: -0.04em;
}

@media (max-width: 992px) {
  .history__title {
    font-size: 20px;
  }
}

.history__img-wrap {
  padding-bottom: 68.19%;
  position: relative;
}

.history__img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.history__body {
  padding: 5px;
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 2px solid #263e6b;
}

.awards-block__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
}

@media (max-width: 992px) {
  .awards-block__row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 740px) {
  .awards-block__row {
    grid-gap: 50px 20px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 400px) {
  .awards-block__row {
    grid-template-columns: 1fr;
  }
}

.reward-more ._text-close {
  display: none;
}

.reward-more._hidden ._text-open {
  display: none;
}

.reward-more._hidden ._text-close {
  display: inline;
}

.reward {
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
  padding-top: 11px;
}

.reward._hidden {
  display: none;
}

.reward__link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reward__link::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100vmax;
  height: 100vmax;
}

.reward__link:hover span {
  color: #263e6b;
}

.reward__link span {
  color: #565259;
}

.reward__link i {
  color: #263e6b;
}

.reward__img-wrap {
  max-width: 210px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}

.reward__img-wrap img {
  min-height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.reward__img-wrap::after {
  border: 1px solid #d6d6d6;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}

.reward:hover .reward__img-wrap::after {
  left: -10px;
  top: -10px;
  border: 1px solid #263e6b;
}

.reward__img-wrap img {
  max-width: 100%;
}

.reward__title {
  font-family: SNS;
  color: #263e6b;
  font-size: 26px;
  line-height: 112%;
  text-align: center;
  letter-spacing: -0.02em;
  max-width: 100%;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
}

@media (max-width: 992px) {
  .reward__title {
    font-size: 24px;
  }
}

.reward__body {
  font-size: 14px;
  line-height: 157%;
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.02em;
  margin-bottom: 29px;
}

.reward__body p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.02em;
}

.charity-scroll {
  overflow: auto;
}

@media (max-width: 992px) {
  .charity-scroll {
    max-width: calc(100% + 22px);
    margin-left: -11px;
    margin-right: -11px;
  }
}

.charity {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: flex-grow 0.3s ease-in-out, -webkit-box-flex 0.3s ease-in-out;
  transition: flex-grow 0.3s ease-in-out, -webkit-box-flex 0.3s ease-in-out;
  transition: flex-grow 0.3s ease-in-out;
  transition: flex-grow 0.3s ease-in-out, -webkit-box-flex 0.3s ease-in-out, -ms-flex-positive 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  position: relative;
  height: 483px;
  overflow: hidden;
}

.charity:first-child {
  margin-left: 11px;
}

.charity:last-child {
  margin-right: 11px;
}

@media (max-width: 992px) {
  .charity {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media (max-width: 1200px) {
  .charity {
    min-width: 400px;
  }
}

@media (max-width: 500px) {
  .charity {
    min-width: 80vw;
  }
}

.charity__desc {
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
}

.charity__htitle {
  font-size: 30px;
  line-height: 117%;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

@media (max-width: 992px) {
  .charity__htitle {
    font-size: 24px;
  }
}

.charity__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.charity__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
}

.charity__hidden {
  bottom: -300px;
  opacity: 0;
  z-index: 6;
  padding: 27px 20px;
  color: #fff;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-animation: cardOut 0.2s 0.2s backwards;
  animation: cardOut 0.2s 0.2s backwards;
}

@media (max-width: 992px) {
  .charity__hidden {
    -webkit-animation: none;
    animation: none;
    bottom: 0;
    opacity: 1;
  }
}

.charity:hover .charity__hidden {
  bottom: 0;
  opacity: 1;
  -webkit-animation: cardAppear 0.5s 0.3s 1 forwards;
  animation: cardAppear 0.5s 0.3s 1 forwards;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.charity::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(359.91deg, rgba(0, 0, 0, 0.16) 0.14%, rgba(0, 0, 0, 0) 99.98%);
}

.charity:hover .icon-arrow-rotate-slim {
  font-size: 100px;
}

.charity .icon-arrow-rotate-slim {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 3;
  color: #fff;
}

.charity:hover .charity .icon-arrow-rotate-slim {
  font-size: 100px;
}

.charity__body {
  position: absolute;
  z-index: 3;
  padding: 20px 25px;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2;
  transition: opacity 0.2;
}

@media (max-width: 992px) {
  .charity__body {
    display: none;
  }
}

.charity._hover .charity__body,
.charity:hover .charity__body {
  opacity: 0;
}

.charity__title {
  color: #fff;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.charity:hover {
  -webkit-box-flex: 2.36;
  -ms-flex-positive: 2.36;
  flex-grow: 2.36;
}

.charity-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.geo-map__filter-block {
  top: 10px;
  left: 10px;
}

.geo-map__filter-select-city {
  font-size: 14px;
  padding: 6px;
  cursor: pointer;
}

.geo-map__filter-select-city:hover {
  background-color: #ddd;
}

.geo-map__filter-select-city .bold {
  color: #263e6b;
  font-weight: bold;
}

.geo-map__filter-select-city._hidden {
  display: none;
}

.geo-map__filter-select-city._select {
  background-color: #263e6b;
  color: white;
}

.geo-map__filter-select {
  position: absolute;
  background-color: #fff;
  width: 100%;
  display: none;
  max-height: calc(33px * 7);
  overflow: auto;
  border: #263e6b solid 1px;
  border-top: 0 solid;
}

.geo-map__filter-block._active .geo-map__filter-select {
  display: block;
}

.rewardPopup .popup__close {
  top: 40px;
  right: 40px;
}

@media (max-width: 991px) {
  .rewardPopup .popup__close {
    top: 20px;
    right: 20px;
  }
}

.rewardPopup .popup__content {
  border: 0 solid;
  background: transparent;
}

.rewardPopup__slider-prev {
  left: 0;
}

.rewardPopup__slider-next {
  right: 0;
}

.rewardPopup__slider-prev, .rewardPopup__slider-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rewardPopup__slider-prev:hover, .rewardPopup__slider-next:hover {
  color: #263e6b;
}

.rewardPopup-slider {
  max-width: 1100px;
}

@media (max-width: 991px) {
  .rewardPopup-slider {
    top: 15px;
  }
}

.reward-slide {
  overflow: auto;
}

@media (max-width: 991px) {
  .reward-slide {
    max-height: calc(100vh - 160px);
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (min-width: 991px) {
  .reward-slide {
    max-height: calc(100vh - 170px);
  }
}

.reward-slide__title {
  color: #263e6b !important;
}

.reward-slide__img {
  position: relative;
}

.reward-slide__img::after {
  border: 1px solid #d6d6d6;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}

.reward-slide__row {
  display: grid;
  grid-gap: 70px;
  grid-template-columns: 30% auto;
}

@media (max-width: 992px) {
  .reward-slide__row {
    grid-gap: 40px;
    grid-template-columns: 1fr;
  }
}

#offices .popup__scroll {
  overflow: auto;
  max-height: calc(100vh - 100px);
}

#offices .row {
  width: 100%;
  max-width: 1100px;
}

.popup__close-offices,
.popup-close-city {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.popup__close-offices svg,
.popup-close-city svg {
  width: 25px;
  height: 25px;
}

.popup__close-offices svg path,
.popup-close-city svg path {
  stroke: #263e6b;
}

.popup__close-offices:hover svg path,
.popup-close-city:hover svg path {
  stroke-width: 2px;
}

.popup-office-city,
.popup-offices-cities {
  padding: 24px;
}

.popup-office-city .popup__title,
.popup-offices-cities .popup__title {
  margin-bottom: 0;
}

.popup-office-city .form-item,
.popup-offices-cities .form-item {
  margin-top: 30px;
}

.popup-offices-cities._open-office {
  border-color: #b3b4bc;
}

.popup-offices-cities._open-office * {
  border-color: #b3b4bc !important;
  color: #b3b4bc !important;
  stroke: #b3b4bc !important;
}

.popup-offices-city {
  position: relative;
  padding: 16px 0;
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
}

.popup-offices-city__title {
  font-family: SNS;
  letter-spacing: -0.02em;
  font-size: 24px;
  color: #565259;
}

.popup-offices-city:hover .popup-offices-city__title {
  color: #263e6b;
}

.popup-offices-city__link {
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #565259 !important;
}

.popup-offices-city__link::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-offices-city:hover .popup-offices-city__link {
  text-decoration: underline;
}

.popup-offices-city__arrow {
  position: absolute;
  right: 0;
  top: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #263e6b;
}

.popup-offices-city:hover {
  border-color: #263e6b;
}

@media (max-width: 1024px) {
  .popup-offices-cities {
    margin-bottom: 30px;
  }
}

.popup-office__title {
  font-family: SNS;
  font-size: 35px;
  color: #263e6b;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .popup-office__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.popup-office__adress {
  font-size: 24px;
  line-height: 125%;
  font-family: SNS;
  letter-spacing: -0.02em;
  color: #263e6b;
  margin-bottom: 13px;
}

@media (max-width: 992px) {
  .popup-office__adress {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.popup-office__phone, .popup-office__mail {
  font-size: 24px;
  color: #565259;
  position: relative;
  z-index: 10;
  text-decoration: none;
  display: block;
}

@media (max-width: 992px) {
  .popup-office__phone, .popup-office__mail {
    font-size: 18px;
  }
}

.popup-office__phone:hover, .popup-office__mail:hover {
  color: #263e6b;
}

.popup-office__link {
  margin-top: 22px;
  display: block;
  max-width: 200px;
}

[lang="en"] .popup-office__link {
  display: none;
}

.geo-map-point__logo {
  margin-bottom: 10px;
}

.geo-map-point__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.02em;
  font-family: Aeroport;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.geo-map-point__link:hover {
  text-decoration: none;
}

.geo-map-point__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 119%;
  font-family: Aeroport;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}

#ymap .ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#ymap .ymaps-2-1-79-balloon__tail::after {
  background: #263e6b;
}

#ymap .ymaps-2-1-79-balloon__content {
  background: #263e6b;
  padding-left: 19px;
  padding-right: 19px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
}

#ymap .ymaps-2-1-79-map-copyrights-promo,
#ymap .ymaps-2-1-79-copyright__link {
  display: none;
}

#ymap .ymaps-2-1-79-balloon__layout {
  background: #263e6b;
}

#ymap .ymaps-2-1-79-balloon {
  background: #263e6b;
  border-radius: 5px;
  color: #fff;
}

#ymap .ymaps-2-1-79-balloon a {
  color: #fff;
}

#ymap .ymaps-2-1-79-zoom {
  padding: 0;
  width: 100px;
  right: 10px;
  height: 50px !important;
}

#ymap .ymaps-2-1-79-controls__control {
  inset: 30px 0 auto auto !important;
}

#ymap .ymaps-2-1-79-zoom__button {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

#ymap .ymaps-2-1-79-zoom__button:hover {
  border: 1px solid #263e6b;
  z-index: 2;
}

#ymap .ymaps-2-1-79-zoom__button,
#ymap .ymaps-2-1-79-zoom__icon {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 !important;
}

#ymap .ymaps-2-1-79-zoom__plus {
  left: initial;
  right: 1px;
}

#ymap .ymaps-2-1-79-zoom__plus .ymaps-2-1-79-zoom__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7L14 7' stroke='%23263e6b' stroke-width='2'/%3E%3Cpath d='M7 0L7 14' stroke='%23263e6b' stroke-width='2'/%3E%3C/svg%3E%0A");
}

#ymap .ymaps-2-1-79-zoom__minus .ymaps-2-1-79-zoom__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H16' stroke='%23263e6b' stroke-width='2'/%3E%3C/svg%3E%0A");
}

#offices .popup__scroll,
#office .popup__scroll {
  width: 100%;
  max-width: 1100px;
}

input.geo-map__filter {
  display: block;
  font-size: 14px;
  padding: 14px 10px;
  margin-top: 5px;
  line-height: 19px;
  border-radius: 0;
  width: 336px;
  border: 1px solid #263e6b;
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.5 5.5L10 1' stroke='%23263e6b' stroke-width='2'/%3E%3C/svg%3E%0A");
}

input.geo-map__filter:placeholder {
  color: #bfc2ce;
}

input.geo-map__filter:focus {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6.5L5.50008 1.99992L1 6.49984' stroke='%23263e6b' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.managementm {
  display: none;
}

@media (max-width: 800px) {
  .managementm {
    display: block;
  }
}

.managementm .swiper-slide {
  position: relative;
}

.managementm__info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.125vw;
}

.managementm__slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
  z-index: 10;
  position: relative;
}

.managementm__slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.managementm__slider-pagination .swiper-pagination-bullet-active {
  background: #263e6b;
}

.managementm__info-mail {
  width: 12.5vw;
  height: 9.375vw;
  max-width: 100px;
  max-height: 60px;
  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;
  color: #fff !important;
  background-color: #263e6b;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.managementm__info-mail svg {
  width: 27px;
  fill: #fff;
}

.managementm__info-description {
  color: #565259;
  font-size: 4.0625vw;
}

.managementm__info-title {
  font-family: "SNS";
  text-transform: uppercase;
  font-size: 4.0625vw;
  line-height: 1.4;
  margin-right: 6.25vw;
  font-weight: 400;
  font-family: SNS;
  color: #565259;
}

.managementm__info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60vw;
  padding: 7.8125vw 4.6875vw;
  background-color: rgba(255, 255, 255, 0.8);
}

.company-money-single__block {
  margin-bottom: 50px;
}

.company-money-single {
  padding-bottom: 80px;
  overflow: hidden;
}

.company-money-single .section-title {
  font-size: 40px;
}

.company-money-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 700px) {
  .company-money-single__head {
    -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;
  }
}

.company-money-single__head-link {
  color: #565259 !important;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .company-money-single__head-link {
    margin-top: 0;
  }
}

.company-money-single__head-link:hover {
  text-decoration: none;
}

.company-money-single__head-right {
  margin-left: auto;
  padding-left: 20px;
  text-align: right;
}

@media (max-width: 700px) {
  .company-money-single__head-right {
    margin-left: initial;
    margin-top: 20px;
    padding-left: 0;
    text-align: left;
  }
}

.company-money-single__head-right img {
  max-height: 59px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center right;
  object-position: center right;
}

@media (max-width: 700px) {
  .company-money-single__head-right img {
    -o-object-position: center left;
    object-position: center left;
  }
}

.company-money-single__body {
  padding-top: 33px;
}

.company-money-img {
  margin-top: 37px;
  margin-bottom: 37px;
}

.company-money-img__item {
  padding-bottom: 41%;
  background-size: cover;
  background-repeat: no-repeat;
}

.company-money-timeline {
  overflow: visible;
  margin: 58px 0 29px;
}

.company-money-timeline .swiper-slide {
  max-width: 250px;
  text-align: center;
  position: relative;
  color: #c0c2ce;
  padding-top: 50px;
}

@media (max-width: 992px) {
  .company-money-timeline .swiper-slide {
    max-width: 180px;
    padding-top: 30px;
  }
}

.company-money-timeline .swiper-slide:first-child::after {
  left: 0;
}

.company-money-timeline .swiper-slide:last-child::after {
  right: 0;
}

.company-money-timeline .swiper-slide:first-child::after, .company-money-timeline .swiper-slide:last-child::after {
  display: block;
  content: "";
  height: 10px;
  width: calc(50% - 12px);
  top: 5px;
  z-index: 21;
  position: absolute;
  background: #fff;
}

.company-money-timeline__decor {
  position: absolute;
  left: 0;
  width: 100%;
  top: 10px;
  display: block;
  border-top: 1px dashed #c0c2ce;
}

.company-money-timeline__decor::before {
  background: #ffffff;
  border: 1px solid #c0c2ce;
  width: 15px;
  height: 15px;
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  z-index: 4;
  top: 50%;
}

.company-money-timeline__decor::after {
  background: #fff;
  width: 33px;
  height: 15px;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  z-index: 3;
  top: 50%;
  content: "";
}

.company-money-timeline__year {
  font-size: 30px;
  font-family: SNS;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.02em;
  cursor: pointer;
  -webkit-transition: color 0.3s, font-size 0.3s;
  transition: color 0.3s, font-size 0.3s;
}

@media (max-width: 992px) {
  .company-money-timeline__year {
    font-size: 20px;
  }
}

.company-money-timeline__year:hover {
  color: #263e6b;
}

.swiper-slide.active .company-money-timeline__year {
  color: #263e6b;
  font-size: 40px;
}

@media (max-width: 992px) {
  .swiper-slide.active .company-money-timeline__year {
    font-size: 30px;
  }
}

.company-money-text h3 {
  color: #263e6b;
}

.contact {
  padding-top: 47px;
  margin-bottom: 2rem;
}

@media (max-width: 1180px) {
  .contact {
    padding-top: 74px;
  }
}

.contact .select2-container--default {
  margin-top: 10px;
}

.contact .select2-container--default .select2-selection--single,
.contact .select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.contact .select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-radius: 0;
  border: 1px solid #263e6b;
}

.contact .select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.5 5.5L10 1' stroke='%23263e6b' stroke-width='2'/%3E%3C/svg%3E%0A");
  border: 0 solid;
  width: 11px;
  height: 48px;
  height: 7px;
}

.contact__filter-city {
  max-width: 440px;
}

.contact__offices-row {
  margin-top: 30px;
  margin-bottom: 40px;
  display: grid;
  grid-gap: 30px;
  max-width: 1030px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 900px) {
  .contact__offices-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .contact__offices-row {
    grid-template-columns: 1fr;
  }
}

.office__name {
  font-size: 35px;
  line-height: 114%;
  font-family: SNS;
  color: #263e6b;
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .office__name {
    font-size: 27px;
  }
}

.office__adress {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
}

.contact-group-row {
  max-width: 1030px;
  margin-top: 31px;
  margin-bottom: 13px;
}

.contact-group__head {
  font-size: 16px;
  line-height: 22px;
  margin-top: 11px;
}

.contact-group__body p {
  font-size: 24px;
  line-height: 142%;
  letter-spacing: -0.02em;
  color: #565259;
  font-family: SNS;
}

.contact-group__body p span {
  font-family: Aeroport;
  font-size: 16px;
}

.contact-group__body p a {
  color: #565259;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.contact-group__body p a:hover {
  color: #263e6b;
}

#contact-map {
  height: 520px;
  margin-top: 44px;
}

#contact-map .ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 10;
  background: #fff;
}

.mobile-nav .header-topbar__language {
  position: relative;
  top: -2px;
}

.header-topbar__phone .btn {
  border: 1px solid #263e6b;
}

.mobile-nav .header-topbar__phone {
  text-align: right;
}

.mobile-nav .header-topbar__phone .header-city__title {
  display: inline-block;
}

.header-topbar {
  background-color: rgba(229, 229, 229, 0.2);
  padding: 11px 0;
}

.header-topbar > .container-fluid {
  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;
}

.directions-row-1 {
  padding-right: 40px;
}

@media (max-width: 800px) {
  .header-topbar .header-city {
    display: none;
  }
  .directions-row-1 {
    padding-right: 0;
  }
}

.header-topbar .header-logo {
  display: none;
}

@media (max-width: 1250px) {
  .header-topbar .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-topbar .header-logo .logo-link {
  margin-right: 10px;
}

.header-topbar .header-logo svg,
.header-topbar .header-logo img {
  height: 36px;
}

@media (max-width: 390px) {
  .header-topbar .header-logo svg,
  .header-topbar .header-logo img {
    height: 27px;
  }
}

.header-topbar__left,
.header-topbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-topbar__left {
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.header-topbar__right {
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

.header-topbar__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.04em;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header-topbar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.header-topbar__links a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 12px;
  line-height: 16px;
}

@media (hover: none) {
  .header-topbar__links a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .header-topbar__links a:active {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-topbar__links a:hover {
    color: #263e6b;
  }
}

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

.header-topbar__language a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.04em;
  display: block;
  padding: 0 6px;
  position: relative;
}

.header-topbar__language a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #85898d;
}

.header-topbar__language a:last-of-type {
  padding-right: 0;
}

.header-topbar__language a:last-of-type::after {
  display: none;
}

.header-topbar__language a:first-of-type {
  padding-left: 0;
}

@media (hover: none) {
  .header-topbar__language a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .header-topbar__language a:active {
    color: #263e6b;
    text-decoration: none;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-topbar__language a:hover {
    color: #263e6b;
    text-decoration: none;
  }
}

.header-topbar__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.header-topbar__socials a {
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

@media (hover: none) {
  .header-topbar__socials a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .header-topbar__socials a:active {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-topbar__socials a:hover {
    color: #263e6b;
  }
}

.header-topbar__socials .icon-vk {
  font-size: 13px;
  margin-bottom: 3px;
  display: block;
}

.header-topbar__phone a {
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-topbar__phone a i {
  display: none;
  font-size: 18px;
}

@media (hover: none) {
  .header-topbar__phone a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .header-topbar__phone a:active {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-topbar__phone a:hover {
    color: #263e6b;
  }
}

.main-header {
  position: relative;
}

.main-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: calc(100% - 80px);
  background-color: #d6d6d6;
  pointer-events: none;
}

.main-header > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 36px;
  column-gap: 36px;
}

@media (max-width: 1600px) {
  .main-header > .container-fluid {
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

.main-header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 43px;
  column-gap: 43px;
}

@media (max-width: 1400px) {
  .main-header .header-logo {
    -webkit-column-gap: 15px;
    column-gap: 15px;
  }
}

.main-header .header-logo .logo-link {
  display: block;
  max-width: 154px;
}

.main-header .header-years {
  max-width: 98px;
}

.header-team {
  margin-left: auto;
}

@media (max-width: 1400px) {
  .header-team .btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 1550px) {
  .main-header > .container-fluid {
    -webkit-column-gap: 15px;
    column-gap: 15px;
  }
}

@media (max-width: 1350px) {
  .main-header::before {
    width: 100%;
    max-width: 100%;
  }
  .main-header .btn.btn-green {
    font-size: 14px;
  }
  .main-header .header-logo .logo-link {
    max-width: 136px;
  }
}

@media (max-width: 1250px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #e5e5e5;
  }
  .header.active {
    background: rgba(86, 82, 89, 0.97);
    -webkit-transition: 0.15s ease-in;
    transition: 0.15s ease-in;
    pointer-events: none;
  }
  .header.active .header-years {
    -webkit-filter: brightness(0.5) grayscale(1);
    filter: brightness(0.5) grayscale(1);
    opacity: 0.2;
  }
  .header.active .header-logo,
  .header.active .header-topbar__right .header-topbar__phone {
    pointer-events: none;
  }
  .main-header,
  .header-topbar .header-topbar__links,
  .header-topbar .header-topbar__socials,
  .header-topbar .header-topbar__language {
    display: none;
  }
  .header-topbar {
    padding: 17px 0 18px;
  }
  .header-topbar__left {
    -webkit-column-gap: 21px;
    column-gap: 21px;
  }
}

@media (max-width: 768px) {
  .header-topbar__right .header-topbar__phone a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-topbar__right .header-topbar__phone a span {
    display: none;
  }
  .header-topbar__right .header-topbar__phone a i {
    display: block;
  }
  .header-topbar__left .header-topbar__search span {
    display: none;
  }
  .header-topbar__left .header-topbar__search i {
    font-size: 18px;
  }
}

.header-city {
  position: relative;
}

.header-city__title {
  position: relative;
  padding-left: 22px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.header-city__title:hover {
  color: #263e6b;
}

.header-city__title:hover svg {
  stroke: #263e6b;
}

.header-city__title svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: stroke 0.5s;
  transition: stroke 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  stroke: #85898d;
}

.header-city__dropdown-wrap {
  position: absolute;
  left: -13px;
  padding-top: 14px;
  z-index: 20;
  display: none;
}

.header-city:hover .header-city__dropdown-wrap {
  display: block;
}

.header-city__dropdown {
  background: #263e6b;
  min-width: 245px;
  color: #fff;
  padding: 13px 20px;
  top: 10px;
}

.header-city__dropdown::after {
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #263e6b;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  top: 8px;
  left: 15px;
}

.header-city__dropdown-line {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 11px;
}

.header-city__dropdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-city__dropdown-btn-yes {
  font-size: 14px;
  line-height: 19px;
  padding: 7px 12px;
  margin-right: auto;
  border: 1px solid #fff;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}

.header-city__dropdown-btn-yes:hover {
  color: #263e6b;
  background: #fff;
}

.header-city__dropdown-btn-another {
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.header-city__dropdown-btn-another:hover {
  border-bottom: 1px solid transparent;
}

@media (max-width: 1180px) {
  .shop .header-topbar .header-topbar__go-main {
    display: none;
  }
}

@media (min-width: 1180px) {
  .shop .mobile-nav .header-topbar__go-main {
    display: none;
  }
}

.shop .mobile-nav .header-topbar__go-main {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.shop .header-topbar__go-main {
  padding: 2px 5px;
  border: 2px solid #263e6b;
  color: #fff;
  background: #263e6b;
  line-height: 98%;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.shop .header-topbar__go-main:hover {
  color: #263e6b;
  background: #fff;
}

.shop .mobile-nav-lk {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop .mobile-nav-lk .mobile-nav-lk__cart {
  margin-left: auto;
}

.shop .mobile-nav-lk a,
.shop .header-lk a {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.02em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #565259;
}

.shop .mobile-nav-lk a:hover,
.shop .header-lk a:hover {
  text-decoration: none;
}

.shop .mobile-nav-lk__cart,
.shop .header-lk__cart {
  color: #fff !important;
  text-decoration: none !important;
  margin-left: 20px;
}

.shop .mobile-nav-lk__cart:hover,
.shop .header-lk__cart:hover {
  color: #263e6b !important;
}

.shop .mobile-nav-lk__link,
.shop .header-lk__link {
  color: #263e6b !important;
  margin-right: 10px;
}

.shop .header-team {
  margin-left: 0px;
}

.shop .header .main-nav {
  margin-right: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header-team .btn + .btn {
  margin-left: 10px;
}

.header-topbar__mob {
  display: none !important;
  margin-top: 10px;
  margin-bottom: -10px;
}

@media (max-width: 1250px) {
  .header-topbar__mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.header-topbar__mob .mobile-nav-lk__cart {
  font-size: 12px;
  padding: 4px 10px;
  line-height: 100%;
}

.container {
  max-width: 1240px;
}

.no-scroll {
  overflow: hidden;
}

/* Hero */
.hero {
  margin-top: 16px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(45, 45, 45, 0.1)), to(rgba(45, 45, 45, 0.1)));
  background: linear-gradient(0deg, rgba(45, 45, 45, 0.1), rgba(45, 45, 45, 0.1));
}

.hero-title {
  color: #ffffff;
  font-size: 30px;
  line-height: 43px;
  max-width: 600px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 18px;
  display: none;
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 25px;
  }
}

@media (max-width: 374px) {
  .hero-title {
    font-size: 20px;
  }
}

.hero-subtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}

.hero-text {
  font-size: 20px;
  line-height: 35px;
  max-width: 560px;
}

.hero-caption {
  max-width: 990px;
  width: 100%;
  padding-top: 61px;
  padding-bottom: 163px;
  color: #ffffff;
  position: relative;
}

@media (max-width: 1024px) {
  .hero-caption .mask-text {
    text-align: center;
  }
}

@media (max-width: 450px) {
  .hero-caption .mask-text {
    font-size: 25px !important;
  }
}

@media (min-width: 1024px) {
  #accordionDirections {
    min-height: 643px;
  }
  .hero-caption {
    padding-top: 61px;
    padding-bottom: 61px;
    min-height: calc(100vh - 248px);
    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;
  }
}

.hero__svg {
  position: relative;
  margin-bottom: 30px;
  max-width: 990px;
  width: 100%;
}

.hero__svg svg {
  width: 100%;
}

.hero__svg-front {
  position: absolute;
  left: 0;
  top: 0;
}

.hero-bottom__slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 520px;
  flex: 0 0 520px;
  max-width: 520px;
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
}

.about .text {
  text-align: justify;
}

.hero-about {
  position: relative;
  padding-bottom: 41px;
}

.hero-about .arrow-link {
  color: #ffffff;
}

.hero-about .arrow-link span::after {
  background-color: #ffffff;
}

@media (hover: none) {
  .hero-about .arrow-link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hero-about .arrow-link:active span::after {
    width: 100%;
  }
  .hero-about .arrow-link:active i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-about .arrow-link:hover span::after {
    width: 100%;
  }
  .hero-about .arrow-link:hover i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.hero-about .arrow-link i {
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/* About */
.about {
  padding-top: 86px;
  padding-bottom: 55px;
}

.about .section-title {
  margin-bottom: 45px;
}

.about .about-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  padding-top: 40px;
}

.about .about-categories__item {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 457px;
}

.about .about-categories__item i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media (hover: none) {
  .about .about-categories__item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .about .about-categories__item:active i {
    font-size: 100px;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .about .about-categories__item:hover i {
    font-size: 100px;
  }
}

.about .about-categories__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
}

@media (hover: none) {
  .about .about-categories__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .about .about-categories__link:active .about-categories__info {
    -webkit-animation: cardAppear 0.5s 0.3s 1 forwards;
    animation: cardAppear 0.5s 0.3s 1 forwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  .about .about-categories__link:active .about-categories__inner {
    opacity: 1;
    visibility: visible;
  }
  .about .about-categories__link:active .about-categories__title-first {
    opacity: 0;
  }
  .about .about-categories__link:active .about-categories__title-second {
    visibility: visible;
    opacity: 1;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .about .about-categories__link:hover .about-categories__info {
    -webkit-animation: cardAppear 0.5s 0.3s 1 forwards;
    animation: cardAppear 0.5s 0.3s 1 forwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  .about .about-categories__link:hover .about-categories__inner {
    opacity: 1;
    visibility: visible;
  }
  .about .about-categories__link:hover .about-categories__title-first {
    opacity: 0;
  }
  .about .about-categories__link:hover .about-categories__title-second {
    visibility: visible;
    opacity: 1;
  }
}

.about .about-categories__info {
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  margin-top: auto;
  -webkit-animation: cardOut 0.2s 0.2s backwards;
  animation: cardOut 0.2s 0.2s backwards;
}

.about .about-categories__info .about-categories__title-second {
  padding-left: 0;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 8px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.about .about-categories__title-first {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  width: 100%;
  position: absolute;
  left: 20px;
  bottom: 29px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  max-width: 100px;
}

.about .about-categories__inner {
  margin-bottom: 31px;
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes cardAppear {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(75%);
    transform: translateY(75%);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes cardAppear {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(75%);
    transform: translateY(75%);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes cardOut {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(75%);
    transform: translateY(75%);
  }
}

@keyframes cardOut {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(75%);
    transform: translateY(75%);
  }
}

.about-video {
  padding-right: 41px;
}

.about-video .video {
  padding-bottom: 49%;
}

.about-column__left,
.about-column__right {
  padding: 0 11px;
}

.about-column__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
}

.about-column__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
}

.about .section-title {
  margin-bottom: 24px;
}

.about .text p {
  max-width: initial;
}

.about-info {
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-info .about-info__name {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 34px;
}

.about-info .about-info__name span {
  font-size: 16px;
  line-height: 22px;
  margin-top: 5px;
}

.about-info .btn-green {
  color: #263e6b;
  max-width: 170px;
  margin-bottom: 27px;
}

.about-info .about-info__bottom {
  margin-top: auto;
  padding-bottom: 20px;
}

.about-info .about-info__count {
  font-size: 80px;
  line-height: 137%;
  -webkit-text-stroke: 1px #263e6b;
  color: transparent;
}

.about-info .about-info__currency {
  font-size: 26px;
  line-height: 40px;
  color: #263e6b;
}

.about-info .about-info__year {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.03em;
}

.about-info .about-info__desc {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #565259;
}

.about-category {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: flex-grow 0.3s ease-in-out, -webkit-box-flex 0.3s ease-in-out;
  transition: flex-grow 0.3s ease-in-out, -webkit-box-flex 0.3s ease-in-out;
  transition: flex-grow 0.3s ease-in-out;
  transition: flex-grow 0.3s ease-in-out, -webkit-box-flex 0.3s ease-in-out, -ms-flex-positive 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media (hover: none) {
  .about-category {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .about-category:active {
    -webkit-box-flex: 2.36;
    -ms-flex-positive: 2.36;
    flex-grow: 2.36;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .about-category:hover {
    -webkit-box-flex: 2.36;
    -ms-flex-positive: 2.36;
    flex-grow: 2.36;
  }
}

.about-categories__text-mob {
  display: none;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  margin-top: 15px;
  max-width: 273px;
}

/* Business directions */
.directions {
  padding-top: 55px;
  padding-bottom: 55px;
}

.directions .arrow-link {
  color: #263e6b;
}

@media (max-width: 768px) {
  .directions .arrow-link {
    margin-top: 15px;
  }
}

.directions .arrow-link span::after {
  background-color: #263e6b;
}

@media (max-width: 1024px) {
  .directions {
    padding-top: 0;
    padding-bottom: 43px;
  }
}

.directions .directions-header {
  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;
  margin-bottom: 61px;
}

@media (max-width: 1024px) {
  .directions .directions-header {
    margin-bottom: 27px;
  }
}

/* Numbers */
.numbers {
  padding-top: 47px;
  margin-top: 35px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(86, 82, 89, 0.1)), to(rgba(86, 82, 89, 0.1)));
  background: linear-gradient(0deg, rgba(86, 82, 89, 0.1), rgba(86, 82, 89, 0.1));
}

.numbers-title {
  font-size: 40px;
  line-height: 130%;
  color: #ffffff;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.numbers-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 39px;
  grid-gap: 30px;
  max-width: 830px;
}

@media (max-width: 530px) {
  .numbers-row {
    grid-template-columns: 1fr;
  }
}

.numbers-row__mobile {
  display: none;
}

.numbers-column {
  padding: 0 15px;
  position: relative;
}

.numbers-column img {
  max-height: 76px;
  margin-bottom: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

.numbers-count {
  font-size: 90px;
  line-height: 110px;
  letter-spacing: -0.01em;
  margin-bottom: 3px;
  -webkit-text-stroke: 2px #ffffff;
  color: transparent;
  min-width: 270px;
}

.numbers-text {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

/* Advantages */
.advantages {
  padding-top: 80px;
}

.advantages-inner {
  padding-top: 40px;
}

.advantages-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 410px;
  flex: 0 0 410px;
}

.advantages-img.advantages-img__right .advantages-img__inner::before {
  top: 10px;
  right: 10px;
}

.advantages-img.advantages-img__left .advantages-img__inner::before {
  left: -20px;
  top: -20px;
}

.advantages-title {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #565259;
  max-width: 414px;
  margin-bottom: 18px;
}

.advantages-list {
  padding-left: 35px;
  max-width: 580px;
  margin-bottom: 0;
}

.advantages-list__item,
.advantages-text {
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -0.07em;
}

.advantages-list__item {
  margin-bottom: 20px;
}

.advantages-img__inner {
  position: relative;
}

.advantages-img__inner img {
  position: relative;
}

.advantages-img__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #263e6b;
}

.advantages-item {
  margin-bottom: 60px;
  display: grid;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: 0.2fr 1fr;
  grid-template-areas: "title image" "text image";
}

.advantages-item.advantages-item__left {
  grid-template-columns: 1fr 1.4fr;
  grid-template-areas: "image title" "image text";
}

.advantages-item:first-of-type {
  -webkit-column-gap: 63px;
  column-gap: 63px;
}

.advantages-item .advantages-inner {
  grid-area: title;
}

.advantages-item .advantages-text {
  grid-area: text;
}

.advantages-item .advantages-img {
  grid-area: image;
}

.advantages-item .arrow-link {
  color: #565259;
  margin-top: 15px;
}

@media (hover: none) {
  .advantages-item .arrow-link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .advantages-item .arrow-link:active span {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .advantages-item .arrow-link:hover span {
    color: #263e6b;
  }
}

.advantages-item .arrow-link i {
  color: #263e6b;
}

.advantages-item .arrow-link span::after {
  background-color: #565259;
  width: 100%;
  display: none;
}

/* Shop */
.shop {
  padding-bottom: 69px;
}

.shop-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding-top: 23px;
}

.shop-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.shop-card {
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-column-gap: 24px;
  column-gap: 24px;
  padding-left: 30px;
  padding-right: 39px;
  padding-top: 40px;
  padding-bottom: 20px;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  overflow: hidden;
}

.shop-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #263e6b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop-card .shop-card__text {
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #565259;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 250px);
  flex: 0 0 calc(100% - 250px);
  max-width: 284px;
}

@media (max-width: 1200px) {
  .shop-card .shop-card__text {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .shop-card .shop-card__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.shop-card .shop-card__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
  width: 100%;
}

@media (max-width: 1200px) {
  .shop-card .shop-card__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 117px;
    flex: 0 0 117px;
    max-width: 117px;
  }
}

@media (hover: none) {
  .shop-card {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .shop-card:active {
    background-color: #ffffff;
    text-decoration: none;
  }
  .shop-card:active::before {
    opacity: 1;
    visibility: visible;
  }
  .shop-card:active .shop-card__text {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .shop-card:hover {
    background-color: #ffffff;
    text-decoration: none;
  }
  .shop-card:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .shop-card:hover .shop-card__text {
    color: #263e6b;
  }
}

.shop-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 45px;
}

.custom-cursor {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  opacity: 1;
}

.letter {
  z-index: 3;
}

.hovered-title {
  opacity: 1;
  visibility: visible;
}

.hero-title__wrapper svg .letter-fill {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.hero-title__wrapper svg:hover .letter-fill {
  opacity: 1;
  visibility: visible;
}

.svg-title {
  position: relative;
  margin-bottom: 26px;
}

.mask circle {
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.mask circle.cursor-grow {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.news {
  padding-bottom: 66px;
}

.news .section-title {
  max-width: 665px;
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1.2;
}

.more-news__title {
  font-size: 26px;
  line-height: 56px;
  letter-spacing: -0.02em;
  margin-bottom: 34px;
}

.more-news__slider-wrapper {
  position: relative;
  padding-bottom: 60px;
}

@media (max-width: 1550px) {
  .more-news__slider-wrapper {
    padding: 0 55px 60px;
  }
}

@media (max-width: 1024px) {
  .more-news__slider-wrapper .news-card__title {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .more-news__slider-wrapper .news-card__img {
    padding-bottom: 40%;
  }
}

.more-news__slider-wrapper .more-news__slider-prev,
.more-news__slider-wrapper .more-news__slider-next {
  position: absolute;
  top: calc(50% - 30px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  color: #263e6b;
  font-size: 20px;
  cursor: pointer;
  outline: none !important;
}

.more-news__slider-wrapper .more-news__slider-prev {
  left: -55px;
}

@media (max-width: 1550px) {
  .more-news__slider-wrapper .more-news__slider-prev {
    left: 0;
  }
}

.more-news__slider-wrapper .more-news__slider-next {
  right: -55px;
}

@media (max-width: 1500px) {
  .more-news__slider-wrapper .more-news__slider-next {
    right: 0;
  }
}

@media (max-width: 1439px) {
  .advantages > .container {
    padding: 0 40px;
  }
  .advantages-item {
    padding-left: 0;
    padding-right: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .advantages-item:first-of-type {
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}

@media (max-width: 1200px) {
  .about-info {
    padding-top: 0;
  }
  .about-column__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .about-column__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}

@media (max-width: 1024px) {
  .hero-bottom__slider {
    display: none;
  }
  .hero-title {
    display: block;
  }
  .hero__svg {
    display: none;
  }
  .hero-subtitle,
  .hero-text {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
  .hero-caption {
    max-width: 100%;
    padding: 64px 0 75px;
    margin: 0 auto;
  }
  .hero-caption .svg-title {
    display: none;
  }
  .hero-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 31px;
  }
  .about-video {
    padding-right: 0;
    margin-bottom: 20px;
    height: 100%;
  }
  .about-video .video {
    height: 100%;
  }
  .about {
    padding-top: 41px;
    padding-bottom: 34px;
  }
  .about .about-categories {
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
  .about .section-title {
    margin-bottom: 1rem;
  }
  .about .about-categories {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 45%;
    padding-bottom: 15px;
    margin: 0 -20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -ms-scroll-snap-type: inline mandatory;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 20px;
  }
  .about .about-categories > * {
    scroll-snap-align: center;
  }
  .about .about-categories .about-category:first-of-type {
    padding-left: 20px;
  }
  .about .about-categories .about-category:last-of-type {
    padding-right: 20px;
  }
  .about .about-categories__info {
    display: none !important;
  }
  .about .about-categories__inner {
    opacity: 1;
    visibility: visible;
  }
  .about .about-categories__title-first {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.02em;
    max-width: 80%;
    position: relative;
    left: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: 23px;
    padding: 0 18px;
  }
  .about .about-categories__item {
    height: 330px;
  }
  .about .about-categories__item:hover i {
    font-size: 40px;
  }
  .about .about-categories__link {
    position: relative;
  }
  .about .about-categories__link:hover .about-categories__title-first {
    opacity: 1;
  }
  .about-categories__text-mob {
    display: block;
  }
  .about-info .about-info__name {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  .about-info .about-info__currency {
    font-size: 20px;
  }
  .numbers-title {
    font-size: 35px;
    line-height: 37px;
    letter-spacing: -0.02em;
  }
  .numbers-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .advantages {
    padding-top: 20px;
  }
  .advantages > .container {
    padding: 0 17px;
  }
  .advantages-item {
    grid-template-columns: 1.3fr 1fr;
    margin-bottom: 40px;
  }
  .advantages-title {
    font-size: 24px;
    line-height: 30px;
  }
  .advantages-list {
    padding-left: 25px;
  }
  .advantages-list__item,
  .advantages-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
  }
  .shop {
    padding-bottom: 53px;
  }
  .news {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .numbers-title {
    padding-bottom: 115px !important;
  }
  .about .about-categories {
    padding-top: 34px;
    grid-auto-columns: 55%;
  }
  .about-info {
    margin-top: 1rem;
  }
  .about-info .about-info__currency {
    font-size: 26px;
    line-height: 40px;
    margin-left: 4px;
  }
  .about-info .about-info__count {
    font-size: 55px;
    line-height: 40px;
  }
  .about-info .about-info__bottom {
    margin-top: 0;
  }
  .about-column__left,
  .about-column__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .about-video {
    height: auto;
  }
  .about-video .video {
    height: auto;
  }
  .about-video .video__button {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #263e6b;
    padding: 14px 17px;
    width: 160px;
    height: 45px;
  }
  .about-video .video__button span {
    font-size: 10px;
    line-height: 1;
  }
  .about-video .video__button svg {
    width: 16px;
    height: 16px;
  }
  .numbers-title {
    font-size: 26px;
    line-height: 37px;
    padding-bottom: 400px;
  }
  .numbers {
    padding-top: 22px;
    background-position: right center;
    margin-bottom: 0;
  }
  .numbers-row__desktop {
    display: none;
  }
  .numbers-container {
    padding: 0;
  }
  .numbers-row__mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}

@media (max-width: 768px) and (max-width: 500px) {
  .numbers-row__mobile {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .numbers-text {
    font-size: 14px;
    line-height: 19px;
  }
  .numbers-count {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -0.01em;
    -webkit-text-stroke: 1.5px #263e6b;
    min-width: 153px;
    margin-bottom: 19px;
  }
  .advantages {
    padding-top: 0;
  }
  .advantages-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 25px;
    padding-right: 0;
    margin-bottom: 40px;
    grid-template-areas: "title" "image" "text";
  }
  .advantages-item.advantages-item__left {
    grid-template-areas: "title" "image" "text";
  }
  .advantages-item .advantages-inner {
    padding-top: 0;
  }
  .advantages-img {
    height: 250px;
  }
  .advantages-title {
    margin-bottom: 0;
  }
  .advantages-img__inner {
    height: 100%;
  }
  .advantages-img__inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .advantages-img__inner::before {
    left: auto;
    top: auto;
    right: -7px;
    bottom: -7px;
  }
  .advantages-item.advantages-item__left {
    grid-template-columns: 1fr;
  }
  .advantages-img.advantages-img__right .advantages-img__inner::before,
  .advantages-img.advantages-img__left .advantages-img__inner::before {
    left: auto;
    top: auto;
    right: -7px;
    bottom: -7px;
  }
  .shop {
    overflow: hidden;
  }
  .shop-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .shop-card {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 24px;
  }
  .shop-card .shop-card__text {
    max-width: 162px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
  .shop-all {
    padding-top: 25px;
  }
  .shop-all .btn {
    width: 160px;
    text-transform: lowercase;
  }
}

@media (max-width: 480px) {
  .about .about-categories {
    grid-auto-columns: 75%;
  }
  .numbers-row {
    margin: 30px 0 50px;
  }
  .numbers-column {
    padding: 0;
  }
}

@media (max-width: 374px) {
  .hero-caption {
    padding: 70px 0 70px;
  }
  .hero-subtitle,
  .hero-text {
    font-size: 14px;
    line-height: 24px;
  }
  .shop-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .shop-card .shop-card__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .shop-card .shop-card__img {
    margin: 0 auto;
  }
}

.terms {
  margin-top: 50px;
}

.terms__title {
  font-size: 35px;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #565259;
  font-family: SNS;
}

@media (max-width: 992px) {
  .terms__title {
    font-size: 26px;
  }
}

.terms__row {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px 9px;
}

@media (max-width: 992px) {
  .terms__row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 590px) {
  .terms__row {
    grid-template-columns: 1fr;
  }
}

.term {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #263e6b;
}

.term__img-wrap {
  padding-bottom: 55%;
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.term__img-wrap::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(359.91deg, rgba(0, 0, 0, 0.36) 0.14%, rgba(0, 0, 0, 0) 99.98%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.term:hover .term__img-wrap::before {
  opacity: 1;
}

.term__img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.term:hover .term__img-wrap img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.term__desc {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 18px 15px;
  width: 100%;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #ffffff;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.term:hover .term__desc {
  opacity: 1;
}

.term__link {
  display: block;
  margin-top: 18px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #565259 !important;
}

.term__link::after {
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  content: "";
  position: absolute;
}

.term__link i {
  position: absolute;
  right: 3px;
  margin-top: 3px;
  color: #263e6b;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.term__link:hover span {
  color: #263e6b;
}

.term__link:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.front-vacancies {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1033px;
  margin-left: auto;
  margin-right: auto;
}

.front-vacancies__wrap {
  position: relative;
}

.front-vacancies img {
  width: 100%;
}

.front-vacancies__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.front-vacancies__title {
  font-family: SNS;
  font-size: 35px;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #00a478;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .front-vacancies__title {
    font-size: 26px;
  }
}

.front-vacancies__desc {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 700px) {
  .front-vacancies__desc {
    margin-bottom: 20px;
  }
}

.front-vacancies__desc p {
  font-size: 24px;
  line-height: 162%;
}

@media (max-width: 700px) {
  .front-vacancies__desc p {
    font-size: 20px;
  }
}

.front-vacancies .arrow-link span {
  color: #565259;
}

.front-vacancies .arrow-link:hover span {
  color: #263e6b;
}

.front-vacancies .arrow-link i {
  color: #263e6b;
}

.type-slider {
  margin-bottom: 37px;
  margin-top: 36px;
}

.type-slider-item {
  padding-bottom: 41%;
  background-size: cover;
  background-repeat: no-repeat;
}

.type-slider-next, .type-slider-prev {
  color: #c0c2ce;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none !important;
}

@media (hover: none) {
  .type-slider-next, .type-slider-prev {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .type-slider-next:active, .type-slider-prev:active {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .type-slider-next:hover, .type-slider-prev:hover {
    color: #263e6b;
  }
}

.type-slider-controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 22px;
  column-gap: 22px;
  width: 100%;
  padding-top: 40px;
}

.type-slider-pagination {
  color: #c0c2ce;
  position: relative;
  top: -3px;
}

.type-slider-pagination .swiper-pagination-current {
  color: #565259;
}

.type-slider-pagination {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  column-gap: 12px;
}

.inner-page {
  padding-bottom: 80px;
}

@media (max-width: 1180px) {
  .inner-page {
    padding-top: 0px;
  }
}

body .fade {
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

@media (min-width: 1024px) {
  .row .col-lg-4:nth-child(2) .about-info,
  .row .col-lg-4:nth-child(5) .about-info {
    position: relative;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

.advantages[data-aos] {
  margin-top: 50px;
}

.air-datepicker-global-container {
  z-index: 1111;
}

.footer {
  background-color: #263e6b;
}

.footer .footer-form input.error {
  border-color: #ff251b;
}

.footer .footer-top {
  display: grid;
  grid-template-columns: 0.48fr 0.4fr 0.73fr 0.55fr 0.65fr 0.6fr;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  padding-top: 29px;
}

@media (max-width: 1300px) {
  .footer .footer-top {
    grid-template-columns: 0.6fr 0.4fr 0.73fr 0.55fr 0.65fr 0.7fr;
  }
}

@media (max-width: 1200px) {
  .footer .footer-top {
    grid-template-columns: 0.6fr 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  .footer .footer-top {
    -webkit-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: 1fr 0.8fr;
  }
}

@media (max-width: 768px) {
  .footer .footer-top {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 26px;
  }
  .footer .footer-top .footer-column {
    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-bottom: 27px;
    padding-top: 0;
  }
  .footer .footer-top .footer-column:last-of-type {
    margin-bottom: 0;
  }
  .footer .footer-top .footer-column .footer-title {
    display: none;
  }
}

.footer .footer-bottom__left .footer-column:first-child {
  grid-column: span 2;
}

.footer .footer-column {
  padding-top: 15px;
  margin-bottom: 23px;
}

.footer .footer-column:first-of-type {
  padding-top: 0;
}

@media (max-width: 768px) {
  body.shop .footer .footer-column {
    margin-bottom: 0;
  }
}

.footer .footer-logo {
  max-width: 143px;
  margin-bottom: 14px;
  display: block;
}

@media (max-width: 768px) {
  body.shop .footer .footer-logo {
    margin-bottom: 0;
  }
}

.footer .footer-address {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  max-width: 172px;
  display: inline-block;
}

@media (hover: none) {
  .footer .footer-address {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}



.footer .footer-title {
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer .footer-nav__link {
  display: block;
  color: #85898d;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.03em;
}

@media (hover: none) {
  .footer .footer-nav__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer .footer-nav__link:active {
    color: #ffffff;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer .footer-nav__link:hover {
    color: #ffffff;
  }
}

@media (max-width: 1200px) {
  .footer .footer-nav__link {
    font-size: 16px;
    line-height: 28px;
  }
}

.footer .footer-phone__link {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

@media (hover: none) {
  .footer .footer-phone__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer .footer-phone__link:active {
    color: #263e6b;
    text-decoration: none;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer .footer-phone__link:hover {
    color: #263e6b;
    text-decoration: none;
  }
}

.footer .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

body.shop .footer .footer-socials {
  height: 32px;
}

.footer .footer-socials__link {
  color: #ffffff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

@media (hover: none) {
  .footer .footer-socials__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer .footer-socials__link:active {
    color: #263e6b;
    text-decoration: none;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer .footer-socials__link:hover {
    color: #263e6b;
    text-decoration: none;
  }
}

.footer .footer-socials__link .icon-vk {
  font-size: 12px;
  margin-bottom: 2px;
  display: block;
}

.footer .footer-title__sm {
  color: #ffffff;
  line-height: 22px;
}

.footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #85898d;
  padding-top: 7px;
}

.footer .footer-bottom .btn.btn-green {
  padding: 10px 20px 9px;
}

@media (max-width: 1300px) {
  .footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 23px;
  }
}

.footer .footer-bottom .footer-bottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 768px) {
  .footer .footer-bottom .footer-bottom__left {
    -webkit-column-gap: 32px;
    column-gap: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer .footer-bottom .footer-bottom__left .footer-column {
    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;
  }
}

.footer .footer-bottom .footer-bottom__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

body.shop .footer .footer-bottom .footer-bottom__right {
  padding-top: 0;
}

.footer .footer-bottom .footer-bottom__right .btn {
  color: #ffffff;
  font-size: 12px;
}

@media (max-width: 768px) {
  .footer .footer-bottom .footer-bottom__right {
    display: none;
  }
}

.footer .footer-bottom .footer-column:first-of-type {
  padding-top: 15px;
}

.footer .footer-bottom .footer-bottom__link {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.01em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #263e6b;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

@media (hover: none) {
  .footer .footer-bottom .footer-bottom__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer .footer-bottom .footer-bottom__link:active {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer .footer-bottom .footer-bottom__link:hover {
    color: #263e6b;
  }
}

.footer .footer-copyright {

  padding: 24px 0;
}

@media (max-width: 1100px) {
  .footer .footer-copyright {
    padding: 0;
  }
  .footer .footer-copyright > .container-fluid {
    padding: 0;
  }
}

.footer .footer-copyright .footer-copyright__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 28px;
  column-gap: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.shop .footer .footer-copyright .footer-copyright__inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 768px) {
  body.shop .footer .footer-copyright .footer-copyright__inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

body.shop .footer .footer-copyright .footer-copyright__inner .footer-copyright__nav {
  margin-right: auto;
  background: transparent !important;
  border: 0 solid !important;
}

body.shop .footer .footer-copyright .footer-copyright__inner .footer-copyright__nav::before {
  display: none;
}

@media (max-width: 1380px) {
  .footer .footer-copyright .footer-copyright__inner {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-areas: "copyright footer-nav" "creative footer-nav";
  }
  .footer .footer-copyright .footer-copyright__inner .footer-copyright__nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-area: footer-nav;
  }
  .footer .footer-copyright .footer-copyright__inner .footer-copyright__text {
    grid-area: copyright;
  }
  .footer .footer-copyright .footer-copyright__inner .footer-copyright__creative {
    margin-left: 0;
    max-width: 225px;
    grid-area: creative;
  }
}

@media (max-width: 1380px) and (max-width: 768px) {
  .footer .footer-copyright .footer-copyright__inner .footer-copyright__creative {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
}

@media (max-width: 1100px) {
  .footer .footer-copyright .footer-copyright__inner {
    grid-template-areas: "footer-nav footer-nav" "copyright copyright" "creative creative";
  }
  .footer .footer-copyright .footer-copyright__inner .footer-copyright__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 17px;
    padding-bottom: 0;
    position: relative;
  }
  .footer .footer-copyright .footer-copyright__inner .footer-copyright__nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 17px;
    right: 17px;
    width: calc(100% - 34px);
    height: 1px;
    background-color: #85898d;
  }
  .footer .footer-copyright .footer-copyright__inner .footer-copyright__creative {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 17px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 250px;
  }
  .footer .footer-copyright .footer-copyright__inner .footer-copyright__text {
    padding: 25px 17px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}

.footer .footer-copyright .footer-copyright__text {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 327px;
  flex: 0 0 327px;
}

.footer .footer-copyright .footer-copyright__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 28px;
  column-gap: 28px;
  letter-spacing: -0.01em;
}

.footer .footer-copyright .footer-copyright__nav .footer-copyright__link {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.01em;
}

@media (hover: none) {
  .footer .footer-copyright .footer-copyright__nav .footer-copyright__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer .footer-copyright .footer-copyright__nav .footer-copyright__link:active {
    color: #263e6b;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer .footer-copyright .footer-copyright__nav .footer-copyright__link:hover {
    color: #aebcda;
  }
}

.footer .footer-copyright__creative {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 225px;
  flex: 0 0 225px;
  text-decoration: none !important;
}

.footer .footer-copyright__creative {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.02em;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  position: relative;
  right: -2px;
  padding-right: 5px;
  white-space: nowrap;
}

.footer .footer-copyright__creative a {
  color: #ffffff;
}

.footer-socials-head {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.footer-bottom__right {
  padding-top: 10px;
  position: relative;
}

body.shop .footer-bottom__right {
  -webkit-column-gap: 50px !important;
  column-gap: 50px !important;
  padding-top: 0;
}

.footer-bottom__right .form-wrapper__up-text {
  position: absolute;
  color: #fff;
  top: 0;
  font-size: 12px;
}

.shop .shop-card .shop-card__text {
  font-size: 26px;
  line-height: 142%;
  font-weight: 300;
}

@media (max-width: 992px) {
  .shop .shop-card .shop-card__text {
    font-size: 20px;
    max-width: initial;
  }
}

@media (max-width: 500px) {
  .shop .shop-card .shop-card__text {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .shop .shop-card {
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
}

.shop .shop-card .shop-card__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px;
}

@media (max-width: 500px) {
  .shop .shop-card .shop-card__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }
}

.mask-text {
  position: relative;
  font-weight: 500;
  font-size: 76px;
  cursor: default;
  line-height: 108%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "SNS";
  letter-spacing: -0.02em;
}

@media (max-width: 990px) {
  .mask-text {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .mask-text {
    font-size: 35px;
  }
}

.mask-text__front {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.mask-text__front:hover {
  opacity: 1;
}

.mask-text__back {
  -webkit-transition: opacity 0.2;
  transition: opacity 0.2;
  color: #fff;
}

@media (max-width: 768px) {
  .mask-text__back {
    display: none;
  }
}

@media (min-width: 992px) {
  .mask-text__back {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
  }
}

.shop-main-slider-block {
  margin-bottom: 59px;
}

.shop-main-slider {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.shop-main-slider__prev {
  left: 30px;
}

.shop-main-slider__next {
  right: 30px;
}

.shop-main-slider__pagi {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  bottom: 30px !important;
  z-index: 4;
  text-align: center;
}

.shop-main-slider__pagi .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.3 !important;
}

.shop-main-slider__pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.shop-main-slider__nav {
  position: absolute;
  top: 50%;
  width: 33px;
  height: 33px;
  z-index: 10;
  cursor: pointer;
}

.shop-main-slider__nav svg {
  position: absolute;
  left: 50%;
  top: 50%;
  fill: #263e6b;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  z-index: 3;
}

.shop-main-slider__nav::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 50%;
  border: 1.4px solid #263e6b;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.shop-main-slider__nav:hover::after {
  background: #263e6b;
  border-color: #263e6b;
}

.shop-main-slider__nav:hover svg {
  fill: #fff;
}

.shop-main-slider__content {
  position: relative;
}

.shop-main-slider__content .mask-text {
  margin-bottom: 23px;
}

.shop-main-slider__content p {
  font-size: 24px;
  line-height: 167%;
  /* or 167% */
  letter-spacing: -0.06em;
  color: #ffffff;
}

@media (max-width: 769px) {
  .shop-main-slider__content p {
    font-size: 20px;
  }
}

.shop-main-slider__bg-relative {
  display: block;
}

.gray-block {
  background: #f4f4f4;
  padding: 50px 30px;
  text-align: center;
}

@media (max-width: 992px) {
  .gray-block {
    padding: 20px 15px;
  }
}

.gray-block h2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 26px;
}

.gray-block h2 color {
  color: #263e6b;
}

@media (max-width: 992px) {
  .gray-block h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .gray-block h2 br {
    display: none;
  }
}

body.shop {
  padding-bottom: 0;
}

body.shop main {
  padding-bottom: 100px;
}

.shop-category__load {
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 100px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}

.shop-category__load::before {
  width: 70px;
  height: 70px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10px;
  display: block;
  content: "";
}

.shop-category__load::after {
  width: 70px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -19px;
  display: block;
  content: "+";
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  /* identical to box height */
  -webkit-transition: -webkit-transform 0.3;
  transition: -webkit-transform 0.3;
  transition: transform 0.3;
  transition: transform 0.3, -webkit-transform 0.3;
  color: #263e6b;
}

.shop-category__load:hover::after {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
}

.shop-category__load span {
  font-weight: 400;
  font-size: 10px;
  line-height: 131.5%;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 30px;
  color: #263e6b;
  z-index: 20;
}

.shop-category__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 41px;
}

.shop-category__head h1 {
  margin-right: auto;
}

.shop-category__head #sort-select {
  min-width: 206px;
}

@media (max-width: 992px) {
  .shop-category__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.shop-category__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-category__sort-label {
  margin-right: 15px;
}

.shop-category__sort .select2-selection--single {
  width: 200px;
}

.shop-category__category-block-title {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.06em;
}

.shop-category__row {
  display: grid;
  grid-template-columns: 280px auto;
  grid-gap: 20px;
}

@media (max-width: 1024px) {
  .shop-category__row {
    grid-template-columns: 1fr;
  }
}

.shop-category__products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

@media (max-width: 768px) {
  .shop-category__products {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .shop-category__products {
    grid-template-columns: 1fr;
  }
}

.shop-category__category {
  margin-bottom: 15px;
}

.shop-category__category-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.05em;
  color: #565259;
  display: block;
  padding-left: 24px;
  position: relative;
  display: block;
  margin-bottom: 7px;
  text-decoration: none !important;
}

.shop-category__category-link:hover, .shop-category__category-link._active {
  color: #263e6b;
}

.shop-category__category-link::before {
  left: 0;
  top: 5px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  width: 17px;
  height: 17px;
  border: 1px solid #263e6b;
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
}

.shop-category__category-link._active::before {
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  background: #263e6b;
}

.shop-category__subcategory-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.05em;
  color: #565259;
  display: block;
  padding-left: 49px;
  position: relative;
  text-decoration: none !important;
}

.shop-category__subcategory-link:hover, .shop-category__subcategory-link._active {
  color: #263e6b;
}

.shop-category__subcategory-link::before {
  left: 24px;
  top: 7px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  width: 17px;
  height: 17px;
  border: 1px solid #263e6b;
  display: block;
  content: "";
  position: absolute;
}

.shop-category__subcategory-link._active::before {
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  background: #263e6b;
}

.shop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d6d6d6;
  padding: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.shop-item:hover {
  border-color: #263e6b;
}

.shop-item._not-available > * {
  opacity: 0.3;
}

.shop-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.shop-item__tag {
  position: absolute;
  left: 14px;
  top: 14px;
  display: block;
  z-index: 3;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  line-height: 99%;
  padding: 4px;
}

.shop-item__tag._new {
  background: #263e6b;
  color: #fff;
}

.shop-item__img-wrap {
  position: relative;
  padding-bottom: 74.72%;
  display: block;
  z-index: 2;
  min-height: 150px;
  margin-bottom: 30px;
}

.shop-item__img-wrap img {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.shop-item__parametr {
  font-weight: 700;
  font-size: 16px;
  line-height: 133%;
  letter-spacing: -0.05em;
  color: #565259;
}

.shop-item__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.05em;
  margin-bottom: 9px;
}

.shop-item__price {
  font-family: "SNS";
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #263e6b;
}

.shop-item__price:last-child {
  margin-bottom: 0;
}

.shop-item__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.shop-item__quantity-block {
  margin-left: auto;
  border: 1px solid #263e6b;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.shop-item:hover .shop-item__quantity-block {
  opacity: 1;
}

.shop-item__quantity-block input {
  max-width: 35px;
  font-size: 14px;
  padding: 0;
  line-height: 21px;
  border: 0 solid;
  text-align: center;
}

.shop-item__quantity-block button {
  border: 0 solid;
  background: transparent;
  font-size: 20px;
  padding: 0;
  line-height: 21px;
  cursor: pointer;
  position: relative;
  height: 21px;
  width: 9px;
  font-weight: 100;
}

.shop-item__quantity-block button::before, .shop-item__quantity-block button::after {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.shop-item__quantity-block button:hover::before, .shop-item__quantity-block button:hover::after {
  background: #263e6b !important;
}

.shop-item__quantity-block button.shop-item__quantity-minus::after {
  display: block;
  content: "";
  width: 9px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-item__quantity-block button.shop-item__quantity-plus::after {
  display: block;
  content: "";
  width: 9px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-item__quantity-block button.shop-item__quantity-plus::before {
  display: block;
  content: "";
  width: 1px;
  height: 9px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.shop-item__footer {
  border: 1px solid #d6d6d6;
  -webkit-transition: max-height 0.3s, border-color 0.3s;
  transition: max-height 0.3s, border-color 0.3s;
  top: calc(100% - 2px);
  z-index: 10;
  max-height: 0;
  overflow: hidden;
  border-top: 0 solid !important;
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  background: #fff;
  width: calc(100% + 2px);
  padding: 0;
  opacity: 0 !important;
}

._not-available .shop-item__footer {
  display: none;
}

.shop-item:hover .shop-item__footer {
  border-color: #263e6b;
  padding: 14px;
  opacity: 1 !important;
  max-height: 100px;
}

.shop-item__btn {
  background: #263e6b;
  border: #263e6b solid 2px;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  text-align: center;
  display: block;
  text-decoration: none !important;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.shop-item__btn:hover {
  background: #fff;
  color: #263e6b;
}

.shop-item__available {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or */
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}

.shop-item__available:last-child {
  margin-bottom: 0;
}

.shop-item__price-desc {
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -1px;
  margin-top: auto;
}

.shop-title {
  font-size: 35px;
  color: #263e6b;
  margin-bottom: 25px;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .shop-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.shop-lk {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 280px auto;
}

@media (max-width: 992px) {
  .shop-lk {
    grid-template-columns: auto;
  }
}

.shop-lk__content {
  max-width: calc(100vw - 20px);
}

.shop-lk__aside {
  padding-top: 10px;
}

.shop-lk__aside-block {
  margin-bottom: 30px;
}

.shop-lk__aside-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  /* identical to box height, or*/
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #565259;
}

.shop-lk__aside a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 8px;
  color: #565259;
  display: block;
}

.shop-lk__aside a:hover, .shop-lk__aside a._active {
  color: #263e6b;
}

.basket-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 38px;
  border: 1px solid #d6d6d6;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  min-width: 600px;
}

@media (max-width: 768px) {
  .basket-item {
    padding: 10px;
  }
}

.basket-item:hover {
  border: 1px solid #263e6b;
}

.basket-item__quantity-plus::after {
  content: "+";
}

.basket-item__quantity-minus::after {
  content: "-";
}

.basket-item__quantity-plus, .basket-item__quantity-minus {
  width: 19px;
  height: 19px;
  color: #000;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  font-size: 19px;
  position: relative;
  line-height: 17px;
  cursor: pointer;
  border: 1px solid #d6d6d6;
}

.basket-item__quantity-plus::after, .basket-item__quantity-minus::after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  line-height: 100%;
  margin-top: -2px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.basket-item__quantity-plus:hover, .basket-item__quantity-minus:hover {
  border-color: #263e6b;
}

.basket-item__quantity {
  border: 0 solid;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */
  text-align: center;
  letter-spacing: -0.01em;
  width: 100px;
  color: #565259;
}

@media (max-width: 768px) {
  .basket-item__quantity {
    width: 72px;
  }
}

.basket-item__quantity-block {
  margin: 0 30px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 160px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket-item__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.05em;
  color: #565259;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}

@media (max-width: 768px) {
  .basket-item__title {
    margin-left: 0;
    margin-right: 16px;
  }
}

.basket-item__price {
  margin-left: auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  text-align: right;
  letter-spacing: -0.01em;
  color: #565259;
  white-space: nowrap;
}

.basket-item__delete {
  margin-left: auto;
  cursor: pointer;
}

@media (max-width: 768px) {
  .basket-item__delete {
    margin-left: 10px;
  }
}

.basket-item__delete button {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  padding: 0;
  border: 0 solid;
  color: #565259;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.basket-item__delete button:hover {
  color: red;
}

.basket-item__img-wrap {
  width: 80px;
  height: 95px;
  margin-right: 15px;
  position: relative;
}

@media (max-width: 768px) {
  .basket-item__img-wrap {
    width: 30px;
    min-width: 30px;
    height: 40px;
    margin-right: 10px;
  }
}

.basket-item__img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.center {
  text-align: center;
}

.basket {
  overflow: auto;
}

.basket-fullprice {
  margin-bottom: 60px;
  border-top: 1px solid #d6d6d6;
  font-family: "SNS";
  color: #263e6b;
  text-align: right;
  font-size: 35px;
  padding-top: 32px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .basket-fullprice {
    font-size: 25px;
    text-align: center;
  }
}

.house-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 9px;
  margin-top: 9px;
}

#oneClickBuy .btn {
  margin-top: 40px;
}

.btn-row .btn {
  margin: 5px 7px;
}

#oneClickBuyError .popup__close path {
  stroke: #565259;
}

#oneClickBuyError .popup__content {
  border-color: #565259;
}

#oneClickBuyError .popup__title {
  color: #565259;
}

#oneClickBuyThanks .popup__content._sm {
  width: 658px;
}

#oneClickBuyThanks .popup__title {
  margin-bottom: 0;
}

.deliveryForm ._gap-10 {
  margin: -5px;
  margin-right: -5px;
}

.deliveryForm ._gap-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.deliveryForm .form-group {
  max-width: 900px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 37px;
  margin-bottom: 33px;
}

.deliveryForm .form-group._no-border {
  border: 0 solid !important;
}

.deliveryForm .form-group._mb-0 {
  margin-bottom: 0;
}

.deliveryForm__sbmt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 47px;
}

@media (max-width: 600px) {
  .deliveryForm__sbmt-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.deliveryForm__sbmt-row .btn {
  margin-right: 33px;
}

@media (max-width: 600px) {
  .deliveryForm__sbmt-row .btn {
    margin: 30px 0 0 0;
  }
}

._btn-desc {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

._btn-desc b {
  color: #263e6b;
}

body.shop {
  overflow: auto !important;
}

.order-detail {
  background: rgba(229, 229, 229, 0.2);
  padding-top: 52px;
  padding-bottom: 52px;
  margin-bottom: 50px;
}

.order-detail__total {
  width: 50%;
  margin-top: 30px;
  margin-left: auto;
  text-align: right;
}

.order-detail__total td {
  font-size: 18px;
  line-height: 133%;
  text-align: right;
  letter-spacing: -0.05em;
  color: #565259;
}

.order-detail__table {
  width: 100%;
  min-width: 768px;
}

.order-detail__table th {
  font-weight: 100;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #565259;
  padding-bottom: 20px;
  text-align: right;
}

.order-detail__table th:first-child {
  text-align: left;
}

.order-detail__table td {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  padding: 28px 0;
  letter-spacing: -0.05em;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  color: #565259;
  text-align: right;
}

.order-detail__table td:first-child {
  text-align: left;
}

h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.header-lk {
  white-space: nowrap;
}

.shop-delivery-page {
  position: relative;
}

.shop-delivery-page__sub {
  font-size: 26px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .shop-delivery-page__sub {
    font-size: 18px;
  }
}

.shop-delivery-page__sub b {
  color: #263e6b;
  font-weight: bold;
}

.shop-delivery-page p {
  font-size: 18px;
  font-family: "Aeroport";
  color: #565259;
  letter-spacing: -0.05em;
}

.shop-delivery-page .btn {
  margin-top: 16px;
}

.shop-delivery-page__title {
  font-family: "SNS";
  font-weight: 500;
  font-size: 35px;
}

@media (max-width: 768px) {
  .shop-delivery-page__title {
    font-size: 25px;
  }
}

.shop-delivery-page__title color {
  color: #263e6b;
}

@media (max-width: 1100px) {
  .shop-delivery-page__img {
    width: 444px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
}

@media (min-width: 1100px) {
  .shop-delivery-page__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 444px;
  }
}

.shop-order-complited {
  max-width: 860px;
}

.shop-order-complited h2 {
  font-size: 26px;
  font-weight: 400;
}

.shop-order-complited p {
  font-size: 18px;
  font-family: "Aeroport";
  color: #565259;
  letter-spacing: -0.05em;
}

.shop-order-complited .btn {
  margin-top: 16px;
}

.order:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 43px;
  margin-bottom: 30px;
}

.order__top {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: #565259;
  margin-bottom: 15px;
}

.order__price {
  text-align: right;
}

@media (max-width: 992px) {
  .order__price {
    text-align: left;
  }
}

.order__status._complited {
  color: #263e6b;
}

.order__sostav._open li {
  display: block !important;
}

.order__sostav-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #263e6b;
  margin-bottom: 7px;
}

.order__sostav ul {
  list-style: none;
  padding-left: 0px;
}

.order__sostav ul li {
  padding-left: 15px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  display: none;
}

.order__sostav ul li::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  position: absolute;
  background-color: #565259;
  left: 2px;
  top: 7px;
}

.order__sostav ul li:nth-child(1), .order__sostav ul li:nth-child(2), .order__sostav ul li:nth-child(3) {
  display: block;
}

.order__sostav ul li a {
  color: #565259;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.order__sostav ul li a:hover {
  color: #263e6b;
  text-decoration: none;
}

.order__reload {
  margin-top: 30px;
}

.order__sostav-toggle {
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #565259;
}

.order__sostav-toggle span:last-child {
  display: none;
}

.order__sostav-toggle span {
  text-decoration: underline;
}

.order__sostav-toggle span:hover {
  text-decoration: none;
}

._open .order__sostav-toggle span:first-child {
  display: none;
}

._open .order__sostav-toggle span:last-child {
  display: inline-block;
}

.lkForm__submit {
  margin-bottom: 23px;
  margin-top: 20px;
}

.lkForm ._btn-desc {
  max-width: 610px;
  font-size: 12px;
}

.lkForm ._gap-10 {
  margin: -5px;
  margin-right: -5px;
}

.lkForm ._gap-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.lkForm .form-group {
  max-width: 900px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 37px;
  margin-bottom: 33px;
}

.lkForm .form-group._no-border {
  border: 0 solid !important;
}

.lkForm .form-group._mb-0 {
  margin-bottom: 0;
}

.lkForm__sbmt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 47px;
}

.lkForm__sbmt-row .btn {
  margin-right: 33px;
}

.airdatapicker {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.43 0H14.7768C15.2113 0.164062 15.3793 0.490626 15.3484 0.946355C15.3371 1.11875 15.3484 1.29323 15.3484 1.48333C15.7116 1.48333 16.0521 1.46094 16.3886 1.48958C16.6968 1.51615 17.0199 1.55312 17.3085 1.66146C18.3692 2.05885 18.9969 3.02865 18.9979 4.22865C19.0003 7.02101 19.0003 9.8132 18.9979 12.6052C18.9979 14.1609 19.0015 15.7167 18.9979 17.2719C18.9944 18.5474 18.2367 19.5786 17.0738 19.9052C16.9516 19.9396 16.8283 19.9688 16.7055 20H2.295C2.05769 19.9276 1.80703 19.8833 1.58462 19.7776C0.53317 19.2792 0.00410922 18.4281 0.00308191 17.2526C-0.0010273 13.7641 -0.0010273 10.2753 0.00308191 6.78646C0.00308191 5.91406 -0.00308191 5.04167 0.00308191 4.16979C0.0143823 2.86771 0.828008 1.80781 2.05769 1.55417C2.49121 1.46458 2.95093 1.50208 3.39884 1.48333C3.47897 1.48021 3.55961 1.48333 3.65001 1.48333C3.65001 1.28438 3.65977 1.11458 3.65001 0.946355C3.61817 0.490626 3.78716 0.165105 4.22171 0.000521342H4.56791C4.99938 0.184376 5.15861 0.521354 5.11495 0.98125C5.10005 1.14062 5.11495 1.3026 5.11495 1.47292H13.8881C13.8881 1.27604 13.883 1.08906 13.8881 0.902603C13.8874 0.766715 13.9015 0.631161 13.9303 0.498438C13.9981 0.23698 14.2117 0.1125 14.43 0ZM3.65207 2.96563H2.73623C1.92825 2.96563 1.46134 3.44063 1.46134 4.2651C1.46134 8.58108 1.46134 12.8972 1.46134 17.2135C1.46134 18.0469 1.92774 18.5156 2.75266 18.5156H12.7304C13.9381 18.5156 15.1454 18.5156 16.3521 18.5156C16.5098 18.5195 16.6665 18.4904 16.8126 18.4302C16.9586 18.37 17.0909 18.2799 17.2012 18.1656C17.4642 17.8995 17.5402 17.5677 17.5402 17.2021C17.5375 12.8924 17.5375 8.58264 17.5402 4.27292C17.5417 4.17542 17.5362 4.07794 17.5238 3.98125C17.4534 3.4974 17.1914 3.12917 16.7297 3.03021C16.2874 2.93542 15.819 2.96615 15.3505 2.94115C15.3505 3.20833 15.3505 3.42239 15.3505 3.63698C15.3449 4.10573 15.0351 4.44583 14.6134 4.44427C14.1917 4.44271 13.8943 4.10521 13.8897 3.62969C13.8897 3.41094 13.8897 3.19219 13.8897 2.98021H5.11341C5.11341 3.21094 5.11341 3.42552 5.11341 3.63958C5.11033 4.10833 4.8006 4.44896 4.37991 4.44375C3.95923 4.43854 3.6608 4.10573 3.6531 3.64687C3.6495 3.42917 3.65207 3.20885 3.65207 2.96563Z' fill='%23D6D6D6'/%3E%3Cpath d='M5.29918 15.9275C5.11774 15.928 4.94026 15.8738 4.78928 15.7717C4.63831 15.6697 4.52067 15.5244 4.45131 15.3544C4.38196 15.1844 4.36402 14.9974 4.39978 14.817C4.43555 14.6367 4.5234 14.4712 4.65216 14.3415C4.78092 14.2119 4.94479 14.1241 5.12292 14.0891C5.30106 14.0542 5.48541 14.0738 5.65255 14.1453C5.8197 14.2169 5.96207 14.3373 6.06159 14.4911C6.1611 14.6449 6.21326 14.8253 6.21143 15.0092C6.20652 15.2524 6.10862 15.4841 5.93841 15.6554C5.7682 15.8267 5.53899 15.9243 5.29918 15.9275Z' fill='%23D6D6D6'/%3E%3Cpath d='M5.2986 12.2234C5.05509 12.2208 4.82242 12.1208 4.65113 11.9453C4.47985 11.7698 4.38378 11.5328 4.38379 11.2859C4.38571 11.1028 4.441 10.9245 4.54268 10.7732C4.64437 10.622 4.78791 10.5047 4.95523 10.436C5.12255 10.3673 5.30618 10.3503 5.48298 10.3872C5.65979 10.4241 5.82188 10.5132 5.94885 10.6433C6.07581 10.7735 6.16197 10.9387 6.19649 11.1184C6.231 11.2981 6.21233 11.4841 6.14281 11.653C6.07329 11.8219 5.95604 11.9662 5.80582 12.0677C5.6556 12.1692 5.47912 12.2234 5.2986 12.2234Z' fill='%23D6D6D6'/%3E%3Cpath d='M14.2431 7.59971C14.2419 7.78259 14.187 7.96097 14.0856 8.11218C13.9841 8.26339 13.8406 8.3806 13.6733 8.44892C13.506 8.51724 13.3224 8.53358 13.1459 8.49588C12.9694 8.45817 12.808 8.36811 12.6821 8.23714C12.5562 8.10618 12.4715 7.94022 12.4389 7.76035C12.4062 7.58048 12.427 7.39483 12.4986 7.22698C12.5703 7.05913 12.6895 6.91666 12.8412 6.81767C12.9928 6.71869 13.1701 6.66765 13.3504 6.67106C13.5902 6.67435 13.8189 6.774 13.9863 6.94811C14.1536 7.12223 14.246 7.35658 14.2431 7.59971Z' fill='%23D6D6D6'/%3E%3Cpath d='M10.2296 15.0127C10.2271 15.195 10.1714 15.3725 10.0696 15.5229C9.96787 15.6732 9.82452 15.7897 9.65762 15.8576C9.49073 15.9255 9.30775 15.9419 9.13171 15.9047C8.95567 15.8674 8.79442 15.7782 8.66825 15.6482C8.54209 15.5183 8.45665 15.3534 8.42267 15.1743C8.38869 14.9953 8.4077 14.81 8.47731 14.6419C8.54691 14.4737 8.664 14.3302 8.81384 14.2294C8.96368 14.1286 9.13959 14.0749 9.31943 14.0752C9.56244 14.0781 9.79447 14.1782 9.96496 14.3538C10.1355 14.5295 10.2306 14.7663 10.2296 15.0127Z' fill='%23D6D6D6'/%3E%3Cpath d='M12.4258 11.2914C12.4276 11.1096 12.4822 10.9324 12.583 10.782C12.6837 10.6316 12.8261 10.5148 12.9921 10.4462C13.1582 10.3775 13.3405 10.3602 13.5162 10.3963C13.692 10.4324 13.8532 10.5204 13.9798 10.6492C14.1064 10.778 14.1926 10.9418 14.2277 11.1201C14.2627 11.2984 14.245 11.4832 14.1767 11.6514C14.1085 11.8195 13.9928 11.9634 13.8441 12.0651C13.6955 12.1667 13.5205 12.2216 13.3412 12.2227C13.2205 12.2236 13.1008 12.2001 12.9891 12.1536C12.8775 12.1071 12.7761 12.0385 12.6908 11.9518C12.6056 11.8651 12.5383 11.762 12.4928 11.6487C12.4473 11.5353 12.4245 11.4138 12.4258 11.2914Z' fill='%23D6D6D6'/%3E%3Cpath d='M5.28993 6.6709C5.47021 6.67029 5.64661 6.72397 5.79676 6.82514C5.94691 6.92632 6.06406 7.07042 6.13333 7.23919C6.2026 7.40796 6.22088 7.59378 6.18586 7.7731C6.15084 7.95242 6.06409 8.11716 5.93661 8.24642C5.80913 8.37568 5.64667 8.46364 5.46982 8.49915C5.29298 8.53467 5.10971 8.51613 4.94327 8.44588C4.77683 8.37564 4.63471 8.25687 4.53493 8.10462C4.43515 7.95237 4.38221 7.7735 4.38282 7.5907C4.38376 7.34705 4.47964 7.11365 4.64955 6.94137C4.81946 6.76908 5.04964 6.67186 5.28993 6.6709Z' fill='%23D6D6D6'/%3E%3Cpath d='M14.2432 15.0005C14.2418 15.1823 14.1875 15.3597 14.0871 15.5103C13.9867 15.6609 13.8446 15.7781 13.6786 15.8471C13.5127 15.9161 13.3304 15.9338 13.1546 15.898C12.9788 15.8623 12.8173 15.7746 12.6904 15.6461C12.5636 15.5175 12.4771 15.3539 12.4417 15.1756C12.4063 14.9973 12.4237 14.8125 12.4917 14.6442C12.5596 14.4759 12.6751 14.3318 12.8236 14.2298C12.9721 14.1279 13.147 14.0727 13.3263 14.0713C13.4468 14.0706 13.5663 14.0942 13.6778 14.1406C13.7894 14.1871 13.8907 14.2555 13.9759 14.3419C14.0612 14.4283 14.1287 14.531 14.1746 14.644C14.2205 14.7571 14.2438 14.8782 14.2432 15.0005Z' fill='%23D6D6D6'/%3E%3Cpath d='M8.40727 11.3049C8.40612 11.1836 8.42856 11.0632 8.47329 10.9507C8.51802 10.8381 8.58418 10.7356 8.66798 10.649C8.75179 10.5624 8.85159 10.4933 8.96171 10.4458C9.07183 10.3983 9.19009 10.3733 9.30975 10.3721C9.42942 10.371 9.54813 10.3937 9.65913 10.4391C9.77012 10.4844 9.87121 10.5515 9.95664 10.6365C10.0421 10.7214 10.1101 10.8227 10.157 10.9343C10.2039 11.046 10.2286 11.1659 10.2297 11.2872C10.2311 11.5344 10.1356 11.772 9.96422 11.9478C9.79287 12.1236 9.55968 12.2232 9.31592 12.2247C9.07528 12.2244 8.84455 12.1275 8.67425 11.9551C8.50395 11.7827 8.40795 11.5489 8.40727 11.3049Z' fill='%23D6D6D6'/%3E%3Cpath d='M9.30869 6.67094C9.48918 6.66919 9.66611 6.72188 9.81699 6.82234C9.96787 6.92279 10.0859 7.06646 10.156 7.2351C10.2262 7.40373 10.2453 7.5897 10.211 7.76938C10.1766 7.94906 10.0904 8.11433 9.96321 8.24419C9.83601 8.37404 9.67361 8.46262 9.49665 8.49866C9.31968 8.5347 9.13615 8.51657 8.96937 8.44659C8.80259 8.3766 8.66009 8.25792 8.56 8.10561C8.4599 7.95331 8.40673 7.77427 8.40723 7.59125C8.40709 7.34821 8.50182 7.11499 8.67073 6.94254C8.83964 6.7701 9.069 6.67245 9.30869 6.67094Z' fill='%23D6D6D6'/%3E%3C/svg%3E%0A") !important;
  background-position: center right 15px !important;
  background-repeat: no-repeat !important;
}

.btn-row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22px;
}

.btn-row-center .btn {
  margin-right: 35px;
}

.btn-link {
  font-size: 12px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #565259;
  border: 0 solid;
  padding: 0;
  background: transparent;
}

.btn-link:hover {
  text-decoration: none;
  color: #263e6b;
}

.attention-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.attention-row img {
  margin-right: 36px;
  width: initial;
  height: 36px;
}

.attention-row img:first-child {
  height: 30px;
}

.attention-row svg {
  height: 70px;
  margin-left: auto;
}

.popup__auth-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  z-index: 10;
}

@media (max-width: 992px) {
  .popup__auth-row {
    grid-template-columns: 1fr;
    max-height: calc(100% + 30px);
    overflow: auto;
    margin-bottom: -66px;
    overflow: auto;
  }
}

.popup__auth-row .popup__title {
  font-size: 25px;
}

.popup__content-right {
  background: transparent;
  border-top: solid transparent;
  border-right: solid transparent;
  border-bottom: solid transparent;
}

.popup__auth-left,
.popup__auth-right {
  max-width: 490px;
}

._full-width {
  width: 100%;
}

#popupauth .form-item,
#popupPassword .form-item,
#popupNewPassword .form-item {
  position: relative;
  margin-bottom: 20px;
}

#popupauth .err-msg,
#popupPassword .err-msg,
#popupNewPassword .err-msg {
  position: absolute;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  /* identical to box height */
  bottom: -14px;
  left: 10px;
  color: #ff251b;
}

.popup__auth-row #popupauth,
.popup__auth-row #popupPassword,
.popup__auth-row #popupNewPassword {
  display: none;
}

[block="auth"] .popup__auth-row #popupauth {
  display: block;
}

[block="password"] .popup__auth-row #popupPassword {
  display: block;
}

[block="new-password"] .popup__auth-row #popupNewPassword {
  display: block;
}

#popupReg .popup__close,
#popupauth .popup__close {
  top: 20px;
  right: 20px;
}

#attention .form-checkbox {
  margin: 20px 0;
}

#attention .form-checkbox__text {
  color: #263e6b;
}

#attention .popup__overlay {
  pointer-events: none;
}
