@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  height: 100%;
  min-height: 100vh;
  background: #fff;
  color: rgba(0, 0, 0, 0.85);
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font: 160%/1.6 "Rubik", sans-serif;
  font-weight: 400;
  min-width: 320px;
  background-color: inherit;
  line-height: 1.6;
  padding: 0;
  overflow-x: hidden;
}

.wrapper {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 48px;
  box-sizing: border-box;
  /*&--middle {
    max-width: 1034px;
  }*/
}
@media (max-width: 749px) {
  .wrapper {
    padding: 0 24px;
  }
}

#page {
  overflow-x: hidden;
}

body {
  /*#page {
    padding-top: 64px;
  }*/
  /*&.scroll {
    #page {
      padding-top: 95px;
      @media (max-width: 1180px) {
        padding-top: 80px;
      }
    }

    .header {
      position: fixed;
      top: -120px;
      left: 0;
      right: 0;
      transition: top .4s ease;
      background-color: #fff;
      z-index: 4;
    }

    &.scrollUp {
      .header {
        top: 0;
      }
    }
    &.scrollHide .header {
      top: -120px;
    }
  }*/
}

.titlePage {
  margin: 96px 0;
  text-align: center;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1240px) {
  .titlePage {
    font-size: 32px;
  }
}
@media (max-width: 749px) {
  .titlePage {
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .titlePage {
    margin: 72px 0;
  }
}
@media (max-width: 480px) {
  .titlePage {
    margin: 48px 0;
  }
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}

h1, .h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 53px;
}
@media (max-width: 749px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 1.1;
  }
}

h2, .h2 {
  font-size: 40px;
  line-height: 44px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 749px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
  }
}

strong {
  font-weight: 700;
}

h3:first-child, .h3:first-child, h2:first-child, .h2:first-child {
  margin-top: 0;
}

h3, .h3 {
  font-size: 24px;
  line-height: 120%;
  position: relative;
  margin-bottom: 16px;
}
h3:first-child, .h3:first-child {
  margin-top: 0;
}
@media (max-width: 749px) {
  h3, .h3 {
    font-size: 20px;
  }
}

.h4, h4 {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .h4, h4 {
    font-size: 18px;
    line-height: 120%;
  }
}

a {
  text-decoration: none;
  color: #5AA9FC;
}
a:hover {
  color: #5AA9FC;
  text-decoration: none;
}

p:first-child {
  margin-top: 0;
}

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

/*p {
  font-weight: 300;
  line-height: 1.6;
}*/
p.light {
  font-weight: 300;
}

ul {
  padding-left: 20px;
}
ul li {
  margin-bottom: 20px;
}

.frame {
  position: relative;
}

.frameWrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 749px) {
  .frameWrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.response {
  text-align: center;
  margin-top: 20px;
}

.caption-block {
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1240px) {
  .caption-block {
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .caption-block {
    font-size: 18px;
  }
}

h1 {
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1240px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 749px) {
  h1 {
    font-size: 24px;
  }
}

.line {
  position: relative;
  padding-bottom: 16px;
}
.line::before {
  content: "";
  width: 100px;
  height: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
}

.section__title {
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 1240px) {
  .section__title {
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .section__title {
    font-size: 18px;
  }
}
.section__title.line::before {
  right: 0;
  margin: 0 auto;
}

.section__title--alt {
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 1240px) {
  .section__title--alt {
    font-size: 32px;
  }
}
@media (max-width: 749px) {
  .section__title--alt {
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .section__title--alt {
    margin-bottom: 24px;
  }
}

@media (max-width: 749px) {
  .head-page {
    margin: 0 -24px;
  }
}
.head-page__head {
  width: 100%;
}
.head-page__head img, .head-page__head picture {
  display: block;
  width: 100%;
  height: 100%;
}
.head-page__head img {
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 749px) {
  .head-page__head {
    height: 285px;
  }
  .head-page__head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
}
.head-page__description {
  position: relative;
  text-align: center;
}
.head-page__description--wrapper {
  height: 200px;
  padding: 0 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #FFF;
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  box-shadow: 0 20px 60px 0 rgba(34, 34, 34, 0.15);
  max-width: 802px;
  min-width: 564px;
  margin: -100px auto 0;
  width: 60%;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1240px) {
  .head-page__description--wrapper {
    font-size: 18px;
  }
}
@media (max-width: 749px) {
  .head-page__description--wrapper {
    font-size: 12px;
  }
}
@media (max-width: 1240px) {
  .head-page__description--wrapper {
    padding: 48px;
    height: 138px;
    margin-top: -69px;
  }
}
@media (max-width: 749px) {
  .head-page__description--wrapper {
    height: 90px;
    margin-top: -45px;
  }
}
@media (max-width: 800px) {
  .head-page__description--wrapper {
    min-width: 370px;
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .head-page__description--wrapper {
    padding: 24px;
    min-width: 272px;
  }
}

.payment-system {
  margin-left: -37px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0;
}
.payment-system__item {
  display: block;
  flex: 1;
  padding-left: 37px;
  box-sizing: border-box;
}
.payment-system__item--wrapper {
  display: block;
  position: relative;
  padding-top: 57.1428%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 20px 60px 0 rgba(34, 34, 34, 0.15);
}
@media (max-width: 1240px) {
  .payment-system__item--wrapper {
    padding-top: 70.4225%;
  }
}
.payment-system__item--wrapper .caption {
  position: absolute;
  top: 48px;
  left: 48px;
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1240px) {
  .payment-system__item--wrapper .caption {
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .payment-system__item--wrapper .caption {
    font-size: 18px;
  }
}
.payment-system__item--wrapper img {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1080px) {
  .payment-system__item--wrapper img {
    max-width: 50%;
  }
  .payment-system__item--wrapper .caption {
    left: 24px;
    top: 24px;
  }
}
@media (max-width: 600px) {
  .payment-system {
    flex-wrap: wrap;
  }
  .payment-system__item {
    flex: 100%;
  }
  .payment-system__item--wrapper img {
    max-width: 100%;
  }
  .payment-system__item--wrapper .caption {
    top: 48px;
  }
}
@media (max-width: 380px) {
  .payment-system {
    flex-wrap: wrap;
  }
  .payment-system__item {
    flex: 100%;
  }
  .payment-system__item--wrapper img {
    max-width: 80%;
    max-height: 90px;
  }
  .payment-system__item--wrapper .caption {
    top: 48px;
  }
}

.section-card {
  margin: 96px auto;
}
@media (max-width: 900px) {
  .section-card {
    margin: 48px auto;
  }
}

.section-cards {
  margin: 96px auto;
}
@media (max-width: 900px) {
  .section-cards {
    margin: 48px auto;
  }
}
.section-cards .section__content {
  display: flex;
  justify-content: flex-start;
  margin-left: -37px;
}
.section-cards .section__content .card {
  flex: 1;
  padding-left: 37px;
  box-sizing: border-box;
}
.section-cards .section__content .card__wrapper {
  height: 100%;
}
@media (max-width: 900px) {
  .section-cards .section__content {
    display: block;
  }
  .section-cards .section__content .card + .card {
    margin-top: 48px;
  }
}

.card {
  /*@media  (max-width: 900px) and (min-width: 481px) {
    &--horizontal.card--left-image, &--horizontal.card--right-image {
      .card {
        &__image {
          width: 100%;
          order: 2;
          margin: 0;
          padding-top: 34%;
        }
      }
    }
  }*/
}
.card__wrapper {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 20px 60px 0 rgba(34, 34, 34, 0.15);
  overflow: hidden;
}
.card__image {
  position: relative;
}
.card__image img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-position: 50% 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card__content .caption {
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 48px;
}
@media (max-width: 1240px) {
  .card__content .caption {
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .card__content .caption {
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .card__content .caption {
    margin-bottom: 36px;
  }
}
.card__content ul {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  padding: 0 0 0 30px;
}
@media (max-width: 1240px) {
  .card__content ul {
    font-size: 18px;
  }
}
@media (max-width: 749px) {
  .card__content ul {
    font-size: 12px;
  }
}
.card__content ul li {
  padding: 0;
  margin: 0;
}
.card--vertical .card__image {
  position: relative;
  padding-top: 77.8332%;
}
@media (max-width: 1240px) {
  .card--vertical .card__image {
    padding-top: 122.6%;
  }
}
.card--vertical .card__content {
  padding: 48px 96px;
}
@media (max-width: 1240px) {
  .card--vertical .card__content {
    padding: 48px 72px;
  }
}
@media (max-width: 960px) {
  .card--vertical .card__content {
    padding: 48px 48px;
  }
}
.card--horizontal .card__wrapper {
  display: flex;
  justify-content: flex-start;
}
.card--horizontal .card__content {
  box-sizing: border-box;
  width: 50%;
}
.card--horizontal.card--right-image .card__image {
  order: 2;
  margin-left: 37px;
}
.card--horizontal.card--right-image .card__content {
  order: 1;
  padding: 96px 120px;
}
@media (max-width: 1240px) {
  .card--horizontal.card--right-image .card__content {
    padding: 85.5px 72px;
  }
}
@media (max-width: 960px) {
  .card--horizontal.card--right-image .card__content {
    padding-right: 30px;
  }
}
.card--horizontal.card--left-image .card__image {
  width: 50%;
  margin-right: 37px;
}
.card--horizontal.card--left-image .card__content {
  padding: 25px 48px 25px 96px;
}
@media (max-width: 1240px) {
  .card--horizontal.card--left-image .card__content {
    padding: 32px 48px 32px 72px;
  }
}
@media (max-width: 960px) {
  .card--horizontal.card--left-image .card__content {
    padding-left: 30px;
  }
}
@media (max-width: 900px) {
  .card--horizontal.card--left-image .card__wrapper, .card--horizontal.card--right-image .card__wrapper, .card--vertical .card__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .card--horizontal.card--left-image .card__image, .card--horizontal.card--right-image .card__image, .card--vertical .card__image {
    width: 100%;
    box-sizing: border-box;
    order: 2;
    margin: 0;
    padding-top: 40%;
  }
  .card--horizontal.card--left-image .card__content, .card--horizontal.card--right-image .card__content, .card--vertical .card__content {
    width: 100%;
    box-sizing: border-box;
    order: 1;
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .card--horizontal.card--left-image .card__image, .card--horizontal.card--right-image .card__image, .card--vertical .card__image {
    padding-top: 88.2352%;
  }
}

.section-info-bg {
  margin-bottom: 96px;
}
@media (max-width: 900px) {
  .section-info-bg {
    margin-bottom: 48px;
  }
}

@media (max-width: 480px) {
  .info-bg {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.info-bg__wrapper {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.info-bg__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.info-bg__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.info-bg__content {
  color: #fff;
  padding: 48px 96px;
  position: relative;
  z-index: 1;
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /*ul {
    margin: 0;
    column-count: 2;
    column-gap: 163px;
    @media (max-width: 1024px) {
      column-gap: 67px;
    }
    @media (max-width: 590px) {
      column-count: inherit;
    }
    li {
      margin: 0;
    }
  }
  @media (max-width: 900px) {
    padding: 48px;
  }
  @media (max-width: $smPx) {
    padding: 24px;
  }*/
}
@media (max-width: 1240px) {
  .info-bg__content {
    font-size: 18px;
  }
}
@media (max-width: 749px) {
  .info-bg__content {
    font-size: 12px;
  }
}
@media (max-width: 749px) {
  .info-bg__content {
    padding: 24px;
  }
}
.info-bg__content .caption {
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 37px;
}
@media (max-width: 1240px) {
  .info-bg__content .caption {
    font-size: 24px;
  }
}
@media (max-width: 749px) {
  .info-bg__content .caption {
    font-size: 18px;
  }
}
.info-bg__content .caption::before {
  background-color: #fff;
}
.info-bg__content .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.info-bg__content .row ul {
  display: block;
  margin: 0;
  flex: 1;
}
@media (max-width: 1540px) {
  .info-bg__content .row ul {
    flex: 0.7;
  }
}
.info-bg__content .row ul li {
  margin: 0;
}
.info-bg__content .row ul + ul {
  flex: 0.6;
  margin-left: 163px;
}
@media (max-width: 1240px) {
  .info-bg__content .row ul + ul {
    margin-left: 63px;
  }
}
@media (max-width: 900px) {
  .info-bg__content .row {
    display: block;
  }
  .info-bg__content .row ul + ul {
    margin-left: 0;
  }
}

@keyframes scrollL {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollR {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.section-carousel {
  overflow: hidden;
}
.section-carousel .carousel {
  display: flex;
  align-items: center;
  font-family: "Rubik", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  height: 107px;
}
.section-carousel .carousel + .carousel {
  margin-top: 55px;
}
.section-carousel .carousel span {
  display: block;
  margin: 0 60px;
}
.section-carousel .carousel.carousel--left {
  animation: scrollL 10s infinite linear;
}
.section-carousel .carousel.carousel--right {
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-shadow: 0 0 2px black;
  animation: scrollR 10s infinite linear;
}

.section-infobox {
  margin: 96px auto;
}
@media (max-width: 900px) {
  .section-infobox {
    margin-bottom: 48px;
  }
}

.info-box {
  overflow: hidden;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 20px 60px 0 rgba(34, 34, 34, 0.15);
}
.info-box__content {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 96px 96px 48px;
}
@media (max-width: 1240px) {
  .info-box__content {
    font-size: 18px;
  }
}
@media (max-width: 749px) {
  .info-box__content {
    font-size: 12px;
  }
}
.info-box__content p, .info-box__content ul, .info-box__content li {
  margin: 0;
}
@media (max-width: 1240px) {
  .info-box__content {
    padding-top: 48px;
  }
}
@media (max-width: 749px) {
  .info-box__content {
    padding: 24px;
  }
}
.info-box__image {
  position: relative;
  height: 400px;
}
.info-box__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-position: 50% 50%;
  object-fit: cover;
}
@media (max-width: 1240px) {
  .info-box__image {
    height: 300px;
  }
}
@media (max-width: 749px) {
  .info-box__image {
    height: 240px;
  }
}

.footer {
  padding: 72px 0 239px;
  border-radius: 40px 40px 0 0;
  background: #F5F5F5;
}
.footer__wrapper {
  max-width: 1470px;
}
.footer__head address {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}
.footer__head address a {
  color: inherit;
  text-decoration: none;
}
.footer__head address .phone {
  font-size: 32px;
  line-height: 48px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
}
.footer__head address .address span {
  display: block;
}
@media (max-width: 749px) {
  .footer__head address .address span {
    font-size: 12px;
  }
}
.footer__head .redpolitical {
  color: #5AA9FC;
  margin-top: 12px;
}
.footer hr {
  margin: 48px 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.footer__body {
  font-size: 16px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.45);
}
.footer__body p + p {
  margin-top: 12px;
}
@media (max-width: 749px) {
  .footer__body {
    font-size: 10px;
  }
}
.footer:not(.redpoliticalVisible) {
  padding-bottom: 72px;
}

.redpolitical-modal {
  max-width: 1648px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 42px;
  right: 0;
  left: 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 20px 60px 0 rgba(34, 34, 34, 0.2);
}
.redpolitical-modal__content {
  padding: 24px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.redpolitical-modal .btn {
  color: #5AA9FC;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  min-width: 327px;
  display: inline-block;
  vertical-align: top;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-transform: uppercase;
  box-sizing: border-box;
}
@media (max-width: 749px) {
  .redpolitical-modal .btn {
    min-width: 270px;
    border-radius: 20px;
  }
}
@media (max-width: 340px) {
  .redpolitical-modal .btn {
    min-width: inherit;
    width: 100%;
  }
}
.redpolitical-modal .btn:hover {
  border-color: #5AA9FC;
  background-color: #5AA9FC;
  color: #fff;
}

.header {
  margin-bottom: 48px;
  padding: 29px 0;
  font-size: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}
.header.scroll10 {
  box-shadow: 0 20px 60px 0 rgba(34, 34, 34, 0.15);
}
@media (max-width: 1240px) {
  .header {
    padding: 19px 0;
    margin-bottom: 36px;
  }
}
@media (max-width: 749px) {
  .header {
    padding: 9px 0;
    margin-bottom: 24px;
  }
}
.header-navigation {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9;
  top: 80px;
  right: -50vw;
  transition: 0.3s linear opacity, 0.3s linear visibility, 0.5s linear right;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 20px 60px 0 rgba(34, 34, 34, 0.15);
  width: 514px;
  padding: 24px;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1240px) {
  .header-navigation {
    font-size: 18px;
  }
}
@media (max-width: 749px) {
  .header-navigation {
    font-size: 12px;
  }
}
.header-navigation__list {
  padding: 0;
  margin: 0;
}
.header-navigation__item {
  display: block;
  padding: 0;
  margin: 0;
}
.header-navigation__item + .header-navigation__item {
  margin-top: 6px;
}
.header-navigation__item--contacts:not(:hover) {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.header-navigation__item .action {
  padding: 12px 0 12px 24px;
  color: rgba(0, 0, 0, 0.85);
  display: block;
}
.header-navigation__item .action:hover {
  border-radius: 20px;
  background: #F3F3F3;
}
@media (max-width: 1240px) {
  .header-navigation {
    top: 60px;
    width: 384px;
  }
}
@media (max-width: 749px) {
  .header-navigation {
    top: 40px;
    width: 253px;
  }
}
.header-action--menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.header-action--menu span {
  color: #5AA9FC;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header-action--menu .header-switch {
  margin-left: 27px;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-switch {
  display: block;
  height: 20px;
  width: 16px;
  position: relative;
  cursor: pointer;
  z-index: 5;
  /*&-navigation {
    display: none;
    position: fixed;
    top: 86px;
    left: 0;
    right: 0;
    bottom: 304px;
    overflow-y: auto;
    &--item {
      padding-left: 0;
      text-align: center;
    }
    &--item:not(:last-child) {
      margin-bottom: 24px;
    }
    &--list {
      flex-direction: column;
    }
  }*/
}
.header-switch span {
  height: 2px;
  width: 16px;
  background-color: #5AA9FC;
  display: block;
  margin-top: 9px;
}
.header-switch::after, .header-switch::before {
  content: "";
  background-color: #5AA9FC;
  width: 16px;
  height: 2px;
  position: absolute;
  left: 0;
  transition: transform 0.4s linear, top 0.4s linear;
}
.header-switch::before {
  top: 3px;
}
.header-switch::after {
  bottom: 3px;
}

body {
  padding-top: 128px;
}
@media (max-width: 1240px) {
  body {
    padding-top: 96px;
  }
}
@media (max-width: 749px) {
  body {
    padding-top: 64px;
  }
}

body.openMenu .header-switch span {
  opacity: 0;
}
body.openMenu .header-switch::after {
  transform: rotate(45deg);
  top: 9px;
}
body.openMenu .header-switch::before {
  transform: rotate(-45deg);
  top: 9px;
}
body.openMenu .header-navigation {
  opacity: 1;
  right: 0;
  visibility: visible;
}

/*# sourceMappingURL=style.css.map */
