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

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

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

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* scrollbar-width: none; */
  overflow-y: scroll;
}

html::-webkit-scrollbar {
  /* display: none; */
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}
*::before,
*::after {
  display: block;
}
body,
h1,
h2,
h3,
button {
  margin: 0;
  padding: 0;
}

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

a:hover,
a:focus {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

body {
  min-width: 320px;
  width: 100%;
  font-family: "ProximaNovaExCn", Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background: #000;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-reset {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
       -o-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-animation: flareAnimation;
       -o-animation: flareAnimation;
          animation: flareAnimation;
  left: -150%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.1)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  -webkit-animation: flareAnimation 3s infinite linear;
       -o-animation: flareAnimation 3s infinite linear;
          animation: flareAnimation 3s infinite linear;
}

@-webkit-keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

@-o-keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

.container {
  max-width: 1050px;
  margin: 0 auto;
}

.swiper-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  width: 32px;
  height: 32px;
  margin: 0;
  border: 2px solid #a65cf0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #a65cf0;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #a65cf0;
  color: #fff;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
  background-color: #c998fb;
  border: 2px solid #a65cf0;
  color: #fff;
}

.swiper-button-next:active,
.swiper-button-prev:active {
  color: #fff;
  background-color: #7033ac;
  border: 2px solid #7033ac;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 11px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  border: 2px solid #999999;
  background-color: #fff;
  color: #999999;
}

.btn-primary {
  padding: 16px 8px;
  background: #a65cf0;
  text-align: center;
  /* -webkit-border-radius: 10px; */
          /* border-radius: 10px; */
  -webkit-border-radius: 0px !important;
          border-radius: 0px !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.btn-primary:hover {
  background-color: #c998fb;
}

.btn-primary:focus {
  outline: none;
  background-color: #c998fb;
  border: 2px solid #7033ac;
}

.btn-primary:active {
  background-color: #7033ac;
}

.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #eaeaea;
  color: #999999;
}

.btn-secondary {
  padding: 17px 33px;
  background: transparent;
  border: 2px solid #a65cf0;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #a65cf0;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #a65cf0;
}

.btn-secondary:focus {
  outline: none;
  color: #ffffff;
  background-color: #c998fb;
  border: 2px solid #a65cf0;
}

.btn-secondary:active {
  color: #ffffff;
  background-color: #7033ac;
}

.common-link {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 100%;
  color: #FF862F;
  fill: #FF862F;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, fill 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, fill 0.3s ease-in-out;
}

.common-link svg {
  position: absolute;
  top: 0;
  left: 2px;
  width: 18px;
  height: 18px;
  fill: inherit;
}

.common-link:hover {
  color: #ffbd59;
  fill: #ffbd59;
}

.common-link:focus {
  outline: none;
  background-color: #fff5d1;
}

.common-link:active {
  color: #bb370e;
  fill: #bb370e;
}

.common-greylink {
  width: auto;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 100%;
  fill: #DBC700;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, fill 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, fill 0.3s ease-in-out;
}

.common-greylink svg {
  width: 18px;
  height: 18px;
  fill: inherit;
}

.common-greylink::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -8px;
  right: -8px;
  z-index: -1;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.common-greylink:hover {
  color: #A65CF0;
  fill: #A65CF0;
}

.common-greylink:focus {
  position: relative;
  outline: none;
  color: #A65CF0;
  fill: #A65CF0;
  z-index: 1;
}

.common-greylink:focus::after {
  content: "";
  position: absolute;
  outline: 2px solid #A65CF0;
}

.common-greylink:active {
  color: #A65CF0;
  fill: #A65CF0;
}

.common-control,strong.text-danger {
  fill: #a65cf0;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out, fill 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, fill 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, fill 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, fill 0.3s ease-in-out;
}
strong.text-danger {
  -webkit-transition: background-color 0.3s ease-in-out, fill 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, fill 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, fill 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, fill 0.3s ease-in-out;
}

.common-control::before {
  content: "";
  z-index: -1;
  line-height: 1;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.common-control svg {
  fill: inherit;
}

.common-control:hover {
  fill: #A65CF0;
  color: #A65CF0;
}
.common-control:hover strong.text-danger {
  color: #A65CF0 !important;
}

.common-control:focus {
  position: relative;
  fill: #A65CF0;
  color: #A65CF0;
  outline: 2px solid #A65CF0;
}

.common-control:focus::before {

}

.common-control:active {
  fill: #A65CF0;
}

.section-title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #333;
}

.common-field {
  width: 100%;
  padding: 7px 18px;
  background: #f7f7f7;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid transparent;
  outline: none;
  font-size: 16px;
  line-height: 40px;
  color: #999999;
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

.choices {
  font-size: 16px;
  line-height: 19px;
  color: #a65cf0;
  padding: 0;
  margin: 0;
}

.choices .is-selected {
  display: none;
}

.choices__placeholder {
  opacity: 1;
}

.choices__inner {
  position: relative;
  padding: 0px;
  min-height: auto;
  z-index: 5;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border: 0;
  font-size: 16px;
  line-height: 19px;
  background-color: transparent;
}

.choices__inner .choices__list--single {
  padding: 0 16px 0 0;
  margin-left: 1px;
}

.choices .choices__list--dropdown {
  left: -7px;
  right: -7px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 2px solid #f7f7f7;
  padding: 16px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
  z-index: 5;
}

.choices .choices__list {
  opacity: 1;
  overflow: hidden;
}

.choices__list--dropdown .choices__placeholder {
  display: none;
}

.choices__list--dropdown .choices__item--selectable {
  padding: 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  font-size: 14px;
  line-height: 130%;
  color: #333333;
}

.choices__list--dropdown .choices__list .choices__item:not(:last-child) {
  margin-bottom: 8px;
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding: 0;
}

.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  position: relative;
  background-color: #EBD1FF;
  color: #7033AC;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.choices[data-type*=select-one]::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 1px;
  margin-top: -6px;
  z-index: 10;
  border-style: none;
  border-width: 0;
  border-right: 1px solid #a65cf0;
  border-top: 1px solid #a65cf0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
     transform: rotate(135deg);
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0;
}

.choices[data-type*=select-one].is-open::after {
  z-index: 10;
  border-width: 0;
  border-left: 1px solid #7033ac;
  border-bottom: 1px solid #7033ac;
  margin-top: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
     transform: rotate(135deg);
}

.tippy-box[data-theme~=sitdownpls] {
  padding: 5px;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  background-color: #333333;
  color: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.tippy-box[data-theme~=sitdownpls] .tippy-content {
  padding: 0;
}

.tippy-box[data-theme~=sitdownpls][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #333333;
}

.tippy-box[data-theme~=sitdownpls][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #333333;
}

/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */

.container {
  padding: 0 12px;
}

/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */

.complaint {
  color: red !important;
  fill: red !important;
  float: left;
}

.complaint svg {
  display: block;
  fill: inherit;
}

header.fixedToTop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

header.fixedToTop + .content {
  margin-top: 154px;
}

.rt-link {
  display: block;
  fill: #fff;
  float: left;
}

.rt-link svg {
  display: block;
  fill: inherit;
}

.rt-link__title {
  display: none;
  line-height: 1 !important;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.header {
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 100;
  background-color: #000;
  -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.25);
}

.header__menu-top .container {
  padding-top: 16px;
  padding-bottom: 16px;
}

.header__menu-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 16px;
}

.header__logo-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.header__logo {
  display: block;
  font-size: 0;
  line-height: 1;
  text-align: center;
}

.header__logo:focus {
  outline: 2px solid #7033ac;
  outline-offset: -2px;
}

.header__logo-img {
  width: auto;
  height: 50px;
}

.header__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__controls-burger {
  fill: #fff;
  stroke: #000;
  height: 32px;
}

.header__controls-close {
  fill: #fff;
  stroke: #000;
  height: 32px;
  display: none;
  visibility: hidden;
}

.header__controls svg {
  fill: inherit;
  stroke: inherit;
}

.header__controls--show {
  display: block !important;
}

.header__nav {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.header__nav-main-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header__nav-main-item {
  font-size: 20px;
  color: #DBC700;
  font-weight: 600;
  text-transform: uppercase;
}

.header__nav-main-item:not(:last-child) {
  margin-bottom: 24px;
}

.header__nav-main-link {
  font-size: 22px;
  margin-bottom: 8px;
}

.header__sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: initial;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;

}

.header__sub-menu-inner {
  margin: 0;
  padding: 0 0;
}

.header__sub-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__sub-menu-item {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-transform: none;
}

.header__sub-menu-item:not(:last-child) {
  margin-bottom: 8px;
}

.header__sub-menu-show {
  display: block;
  left: 50%; /* Сдвигаем на 50% вправо */
  transform: translateX(-50%); /* Возвращаем назад на половину своей ширины */
}

.header__sub-link {
  font-size: 22px;
}

.header__menu--show {
  position: absolute;
  z-index: 1000;

}

.header__menu--show .header__menu-wide > .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header__menu--show .header__menu-wide > .container > .header__logo-controls {
  margin-bottom: 32px;
}

.header__menu--show .header__menu-wide > .container > .header__logo-controls > .header__controls > .header__controls-burger {
  display: none;
  visibility: hidden;
}

.header__menu--show .header__menu-wide > .container > .header__logo-controls > .header__controls > .header__controls-close {
  display: block;
  visibility: visible;
}

.header__menu--show .header__menu-wide > .container > .header__nav {
  display: block !important;
}

.header__menu--show .header__menu-wide > .container > .header__nav > .header__nav-main-list > .header__nav-main-item > .header__nav-main-link > svg {
  display: none;
}

.menu-top__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.menu-top__item:first-child {
  overflow-x: hidden;
  position: relative;
}

.menu-top__item:not(:last-child) {
  margin-right: 24px;
}

/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */

.text-danger {
  color: red;
}

.footer {
  color: #fff;
  background-color: #000;
  padding: 16px 0;
  min-height: 230px;
}

.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__row:not(:last-child) {
  margin-bottom: 16px;
}

.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__left-logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  font-size: 0;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
.footer__left-logo:focus {
  outline: 2px solid #7033ac;
  outline-offset: -2px;
}
.footer__left-logo > img {
  width: auto;
  height: 50px;
}

.footer__copy-block {
  float: left;
  position: relative;
}

@media (min-width: 480px) {
  /* smartphones, Android phones, landscape iPhone */

  /* smartphones, Android phones, landscape iPhone */

  .rt-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: baseline;
    -webkit-justify-content: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
  }

  .rt-link svg {
    padding-right: 4px;
  }

  .rt-link__title {
    display: block;
    color: inherit;
    line-height: 12px;
    padding: 6px 0;
    font-size: 12px;
  }

  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    margin: 0;
    min-height: auto;
    height: auto;
  }

  .header__menu-top {
    -webkit-box-ordinal-group: 0;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .header__menu-wide {
    padding: 0;
  }

  .header__logo-controls {
    margin: 0;
    padding: 0;
  }

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

  .header__nav-main-item {
    margin: 0;
    padding: 0;
  }

  .menu-top__list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }

  .menu-top__item:first-child {
    position: absolute;
    left: 0;
    overflow: hidden;
  }

  .menu-top__item:not(:last-child) {
    margin-right: 16px;
  }

  .header__nav-main-item:hover > .header__sub-menu {
    display: block;
    z-index: 100;
  }

  /* smartphones, Android phones, landscape iPhone */
  .footer {
    min-height: 180px;
  }

  .footer__row:not(:last-child) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px;
  }

  .footer__row:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer__left-logo {
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  .container {
    padding: 0 24px;
  }

  .section-title {
    font-size: 32px;
  }

  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */

  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */

  .rt-link__title {
    line-height: 16px;
    padding: 4px 0;
    font-size: 18px;
  }

  .header__menu-top {
    margin-bottom: 0;
  }

  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}

@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */

  .container {
    padding: 0 36px;
  }

  /* tablet, landscape iPad, lo-res laptops ands desktops */

  .header__menu-wide > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header__logo img {
    width: 99px;
  }

  .header__logo-controls {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 60px;
  }

  .header__controls {
    display: none;
    visibility: hidden;
  }

  .header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .header__nav-main-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
  }

  .header__nav-main-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }

  .header__nav-main-link svg {
    width: 12px;
    height: 12px;
    margin-bottom: 3px;
  }

  .header__nav-main-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__nav-main-link {
    margin-bottom: 0;
  }
  .header__nav-main-item {
    position: relative;
  }
  .header__sub-menu {
    display: none;
    position: absolute;
    background-color: #000;
    border: 1px solid #333;
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.25);
    left: 50%; /* Сдвигаем на 50% вправо */
    transform: translateX(-50%); /* Возвращаем назад на половину своей ширины */
  }

  .header__sub-menu-inner {
    padding: 24px 24px;
  }

  .header__sub-link {
    font-size: 16px;
  }

  .header__menu--show {
    position: relative;
  }

  .header__menu--show .header__menu-wide > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__menu--show .header__menu-wide > .container > .header__logo-controls {
    margin-bottom: 0;
  }

  .header__menu--show .header__menu-wide > .container > .header__nav {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .header__menu--show .header__menu-wide > .container > .header__nav > .header__nav-main-list > .header__nav-main-item > .header__nav-main-link > svg {
    display: block;
  }
  .footer {
    min-height: inherit;
  }
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */

  /* big landscape tablets, laptops, and desktops */

  .header__nav-main-link {
    font-size: 22px;
  }

  .header__nav-main-link svg {
    width: 16px;
    height: 16px;
  }

  .header__sub-link {
    font-size: 22px;
  }

  /* big landscape tablets, laptops, and desktops */
}

@media (min-width: 1281px) {
  /* hi-res laptops and desktops */

  .container {
    padding: 0;
  }

  /* hi-res laptops and desktops */

  /* hi-res laptops and desktops */
}