/* montserrat-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v29-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v29-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v29-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v29-cyrillic_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

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

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
  border-radius: 0;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  color: inherit;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.buttons {display:flex}
.buttons .button {margin-right:20px}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  background-color: #F6F6F6;
}
body.popuplock {
  overflow: hidden;
}
@media (max-width: 1023px) {
  body.lock {
    overflow: hidden;
  }
}

.wrapper {
  overflow: hidden;
  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: 100%;
}

[class*=__container] {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 1023px) {
  [class*=__container] {
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  [class*=__container] {
    padding: 0 10px;
  }
}

.social{display: flex}
.social a {margin-right:10px} 
.header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  padding: 18px 0 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1023px) {
  .header {
    padding: 25px 0;
    background-color: #F6F6F6;
  }
  .header.show {
    background-color: #fff;
    padding: 12px 0;
  }
  .header:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
    z-index: 7;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
  body.lock .header:after {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}
.header__container {
  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;
}
.header__logo {
  position: relative;
  z-index: 8;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
}
.header__logo img {
  width: 100%;
}
@media (max-width: 1100px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
  }
}
@media (max-width: 600px) {
  .header__logo {
    width: 140px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1023px) {
  .header__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__container > .header__actions {
    display: none;
  }
}
.header__availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header__availability > p {
  font-size: 12px;
  max-width: 110px;
}
@media (max-width: 1023px) {
  .header__availability {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .header__socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 1023px) {
  .header__burger {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 8;
  }
  .header__burger:after, .header__burger:before, .header__burger span {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 71%;
    height: 2px;
    background-color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger:after {
    top: 9px;
  }
  .header__burger:before {
    bottom: 9px;
  }
  .header__burger span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header__burger.active span {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  .header__burger.active:after {
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
            transform: translate(-50%, 0%) rotate(45deg);
    top: 17px;
  }
  .header__burger.active:before {
    bottom: 17px;
    -webkit-transform: translate(-50%, 0%) rotate(-45deg);
            transform: translate(-50%, 0%) rotate(-45deg);
  }
}
.header__callme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .header__callme {
    text-align: center;
  }
}
.header__callme a {
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .header__callme a:hover {
    color: #175887;
  }
}

@media (max-width: 1023px) {
  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 6;
    background-color: #F6F6F6;
    padding: 114px 15px 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  .menu.open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    left: 0;
  }
}
@media (max-width: 600px) {
  .menu {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1100px) {
  .menu__list {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.menu__link {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1023px) {
  .menu__link {
    text-align: center;
  }
}
@media (any-hover: hover) {
  .menu__link:hover {
    color: #175887;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.socials a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #175887;
  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-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.socials a svg, .socials a img {
  max-width: 22px;
}
@media (any-hover: hover) {
  .socials a:hover {
    background-color: #2F87C7;
  }
}

.button {
  border-radius: 10px;
  font-size: 16px;
  display: block;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  padding: 20px 12px;
  text-align: center;
  background-color: #175887;
}
.button.white {
  background-color: #ffffff;
  color: #000000;
}
@media (any-hover: hover) {
  .button:hover {
    background-color: #2F87C7;
  }
  .button.white:hover {
    background-color: #D7EEFF;
  }
}

.main {
  padding: 312px 0 60px;
  color: #ffffff;
  background-image: url("../img/mainbg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
@media (min-width: 1200px) and (max-height: 760px) {
  .main {
    padding-top: 250px;
  }
}
@media (max-width: 1159px) {
  .main {
    padding-top: 250px;
  }
}
@media (max-width: 1023px) {
  .main {
    background-attachment: scroll;
    padding: 156px 0 56px;
  }
}
@media (max-width: 460px) {
  .main {
    background-position-x: 30%;
    background-position-y: 20px;
  }
}
.main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.main__title {
  font-weight: 900;
  font-size: 143px;
  color: #F6F6F6;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
}
.main__title span {
  display: block;
  -webkit-transition: -webkit-transform 1.2s ease-out 0s;
  transition: -webkit-transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s, -webkit-transform 1.2s ease-out 0s;
  opacity: 0;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
}
.ready .main__title span {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media (max-width: 1370px) {
  .main__title {
    font-size: calc(107px + 36 * (100vw - 1023px) / 347);
  }
}
@media (max-width: 1023px) {
  .main__title {
    font-size: calc(37px + 71 * (100vw - 360px) / 663);
  }
}
.main__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .main__bottom {
    display: block;
  }
}
.main__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  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;
  gap: 35px;
  padding-top: 10px;
}
.main__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-transition: -webkit-transform 1.2s ease-out 0s;
  transition: -webkit-transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s, -webkit-transform 1.2s ease-out 0s;
  opacity: 0;
  -webkit-transform: translate(-20px, 20px);
          transform: translate(-20px, 20px);
}
.main__left ul li {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main__left ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .main__left ul {
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
}
.ready .main__left ul {
  opacity: 1;
  -webkit-transform: translate(0px);
          transform: translate(0px);
}
@media (max-width: 1023px) {
  .main__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-top: 0;
    display: block;
  }
  .main__left ul {
    gap: 10px;
  }
  .main__left ul li {
    font-size: 16px;
  }
}
.main__about {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 24px;
  color: #666666;
  font-weight: 400;
  text-align: center;
  line-height: 1.25;
  -webkit-transition: -webkit-transform 1.2s ease-out 0s;
  transition: -webkit-transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s, -webkit-transform 1.2s ease-out 0s;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media (max-width: 1023px) {
  .main__about {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
.ready .main__about {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.main__about b {
  font-weight: 700;
  font-size: 36px;
  color: #175887;
}
@media (max-width: 1023px) {
  .main__about {
    max-width: 290px;
    margin: 0 auto 20px;
    width: 100%;
  }
}
.main__right {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
}
@media (max-width: 1023px) {
  .main__right {
    gap: 45px;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
.main__right .button {
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, -webkit-transform 1.2s ease-out 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, -webkit-transform 1.2s ease-out 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, transform 1.2s ease-out 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, transform 1.2s ease-out 0s, -webkit-transform 1.2s ease-out 0s;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
@media (max-width: 1023px) {
  .main__right .button {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
.ready .main__right .button {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.main__subtitle {
  font-size: 130px;
  font-weight: 700;
  line-height: 1.2153846154;
  text-transform: uppercase;
  color: #F6F6F6;
}
.main__subtitle p {
  overflow: hidden;
}
.main__subtitle span {
  display: block;
  -webkit-transition: -webkit-transform 1.2s ease-out 0s;
  transition: -webkit-transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s, -webkit-transform 1.2s ease-out 0s;
  opacity: 0;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
}
.ready .main__subtitle span {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media (max-width: 1370px) {
  .main__subtitle {
    font-size: calc(86px + 44 * (100vw - 1023px) / 347);
  }
}
@media (max-width: 1023px) {
  .main__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: right;
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: calc(32px + 38 * (100vw - 360px) / 663);
  }
}

.page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0 5px;
}
@media (max-width: 1023px) {
  .page {
    padding: 10px 0;
  }
}
@media (max-width: 600px) {
  .page {
    padding: 5px 0 20px;
  }
}

.block {
  padding: 60px 0;
}
@media (max-width: 1023px) {
  .block {
    padding: 40px 0;
  }
}
@media (max-width: 600px) {
  .block {
    padding: 30px 0;
  }
}

.text {
  font-weight: 400;
  font-size: 40px;
}
.text span, .text a {
  font-weight: 500;
  color: #175887;
}
@media (max-width: 1160px) {
  .text {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .text {
    font-size: calc(16px + 16 * (100vw - 360px) / 663);
  }
}

.magazine__container {
  display: grid;
  gap: 30px;
  grid-template-columns: 308px 1fr;
}
@media (max-width: 1160px) {
  .magazine__container {
    gap: 20px;
    grid-template-columns: 260px 1fr;
  }
}
@media (max-width: 1023px) {
  .magazine__container {
    grid-template-columns: 100%;
  }
}
.magazine__container > .magazine__image {
  -webkit-transition: -webkit-transform 1.2s ease-out 0s;
  transition: -webkit-transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s, -webkit-transform 1.2s ease-out 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 300px, 0);
          transform: translate3d(0, 300px, 0);
}
@media (max-width: 1023px) {
  .magazine__container > .magazine__image {
    -webkit-transform: translate3d(0, 150px, 0);
            transform: translate3d(0, 150px, 0);
  }
}
.magazine__container.ready > .magazine__image {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
.magazine__image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  height: auto;
  position: relative;
  min-height: 80px;
}
@media (max-width: 1023px) {
  .magazine__image {
    border-radius: 6px;
  }
}
.magazine__image img {
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .magazine__image:hover img {
    -webkit-transform: translateZ(0) scale(1.05);
            transform: translateZ(0) scale(1.05);
  }
}
.magazine__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.magazine__content .text {
  -webkit-transition: -webkit-transform 1.2s ease-out 0s;
  transition: -webkit-transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s, -webkit-transform 1.2s ease-out 0s;
  opacity: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}
.ready .magazine__content .text {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media (max-width: 1160px) {
  .magazine__content {
    gap: 20px;
  }
}
.magazine__images {
  display: grid;
  gap: 30px;
  height: 462px;
  grid-template-columns: 308px 1fr;
  -webkit-transition: -webkit-transform 1.2s ease-out 0s;
  transition: -webkit-transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s, -webkit-transform 1.2s ease-out 0s;
  opacity: 0;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
}
@media (max-width: 1160px) {
  .magazine__images {
    gap: 20px;
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .magazine__images {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
    height: auto;
    grid-template-columns: 100%;
  }
  .magazine__images > .magazine__image {
    height: calc(240px + 200 * (100vw - 360px) / 663);
  }
}
.ready .magazine__images {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.magazine__images-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 1160px) {
  .magazine__images-left {
    gap: 20px;
  }
}
.magazine__images-left .magazine__image:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 220px;
}
.magazine__images-left .magazine__image:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 182px;
          flex: 0 0 182px;
  height: 182px;
}
@media (max-width: 1023px) {
  .magazine__images-left {
    display: grid;
    grid-template-columns: 68fr 32fr;
    height: calc(200px + 200 * (100vw - 360px) / 663);
  }
  .magazine__images-left .magazine__image:first-child {
    max-width: 100%;
    height: 100%;
  }
  .magazine__images-left .magazine__image:last-child {
    height: 100%;
  }
}

.title {
  font-size: 24px;
  color: #175887;
  text-transform: uppercase;
  word-break: break-word;
}
.title.white {
  color: #ffffff;
}
.title.center {
  text-align: center;
}

.top {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 20px;
}
@media (max-width: 1023px) {
  .top {
    grid-template-columns: 100%;
  }
}

.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.right > .text {
  margin-top: -7px;
}
@media (max-width: 1023px) {
  .right {
    gap: 20px;
  }
  .right > .text {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .onlyDesk {
    display: none !important;
  }
}

@media (min-width: 1023.1px) {
  .onlyMob {
    display: none !important;
  }
}

.benefits {
  background-color: #F6F6F6;
  position: relative;
  z-index: 1;
}
.benefits__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 1023px) {
  .benefits__container {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .benefits__container {
    gap: 20px;
  }
}
.benefits__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1023px) {
  .benefits__body {
    gap: 20px;
    grid-template-columns: 100%;
  }
}
.benefits__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.benefits__cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
}
@media (max-width: 1023px) {
  .benefits__cards {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .benefits__cards {
    gap: 16px;
  }
}
.benefits__card {
  padding: 30px;
  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: 203px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: -webkit-transform 1.2s ease-out 0s;
  transition: -webkit-transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s;
  transition: transform 1.2s ease-out 0s, -webkit-transform 1.2s ease-out 0s;
  opacity: 0;
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
}
.benefits__card-wrapper {
  -webkit-transition: -webkit-box-shadow 0.2s ease-out 1.2s;
  transition: -webkit-box-shadow 0.2s ease-out 1.2s;
  transition: box-shadow 0.2s ease-out 1.2s;
  transition: box-shadow 0.2s ease-out 1.2s, -webkit-box-shadow 0.2s ease-out 1.2s;
  overflow: hidden;
}
.ready .benefits__card-wrapper {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(167, 167, 167, 0.2);
          box-shadow: 0px 3px 10px 0px rgba(167, 167, 167, 0.2);
}
.ready .benefits__card {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.benefits__card > img {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 140px;
  max-height: 100%;
}
.benefits__text {
  position: relative;
  z-index: 2;
  max-width: 160px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.benefits__text span {
  font-size: 12px;
  color: #767676;
}
.benefits__image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (max-width: 1023px) {
  .benefits__image {
    display: none;
  }
}
.benefits__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .benefits__image:hover img {
    -webkit-transform: translateZ(0) scale(1.05);
            transform: translateZ(0) scale(1.05);
  }
}

.catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (max-width: 1023px) {
  .catalog__content {
    gap: 30px;
  }
}
.catalog__cards {
  display: grid;
  gap: 30px;
  row-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
}
@media (max-width: 1023px) {
  .catalog__cards {
    row-gap: 0;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .catalog__cards {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.catalog__card {
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 220px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(167, 167, 167, 0.2);
          box-shadow: 0px 3px 10px 0px rgba(167, 167, 167, 0.2);
  position: relative;
  color: #ffffff;
  background-color: #175887;
}
.catalog__card .title {
  color: #ffffff;
}
.catalog__card.white {
  color: #175887;
  background-color: #ffffff;
}
.catalog__card.white .title {
  color: #175887;
}
.catalog__card > img {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100%;
  max-height: 100%;
}
.catalog__card.big {
  grid-column: span 2;
}
.catalog__card.big > img {
  max-height: none;
  width: 54%;
  right: -3%;
  top: -14%;
}
@media (max-width: 600px) {
  .catalog__card.big {
    grid-column: span 1;
  }
  .catalog__card.big > img {
    width: 295px;
    right: -51px;
    top: 6%;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.catalog__text {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.catalog__text p {
  font-size: 12px;
}
.catalog__image {
  border-radius: 10px;
  overflow: hidden;
}
.catalog__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .catalog__image {
    height: 220px;
  }
}

.catalog__item {
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  padding-left: 25px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 220px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(167, 167, 167, 0.2);
          box-shadow: 0px 3px 10px 0px rgba(167, 167, 167, 0.2);
  position: relative;
  color: #383838;
  background-color: #ffffff;
}
.catalog__item:before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: #b30000;
  width: 87px;
  height: 87px;
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg) translate(-80%, 0%);
          transform: rotate(45deg) translate(-80%, 0%);
}
.catalog__item-percentage {
  position: absolute;
  top: 1px;
  left: 4px;
  z-index: 1;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.catalog__free {
  text-align: center;
  color: #175887;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .catalog__free {
    font-size: 24px;
  }
}
.catalog__item-image {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100%;
  max-height: 100%;
}
.catalog__item-image.righter {
  bottom: 2px;
  right: -20px;
}
.catalog__item-dec {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.catalog__item-text {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.catalog__item-text p {
  font-size: 12px;
}
.catalog__item-title {
  max-width: 165px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.catalog__item-title.mt-20 {
  margin-top: 20px;
}
.catalog__item-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.catalog__item-discount b {
  color: #175887;
  font-size: 74px;
  font-weight: 900;
  line-height: 1;
}

.reviews__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.reviews__container .button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 308px;
}
@media (max-width: 600px) {
  .reviews__container {
    gap: 15px;
  }
}
.reviews__top {
  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;
  gap: 15px;
}
.reviews__slider {
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .reviews__slider {
    overflow: visible;
  }
}
.reviews__slide {
  height: auto;
  min-height: 200px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
.reviews__name {
  color: #175887;
  font-size: 14px;
}
.reviews__date {
  font-size: 10px;
  color: #767676;
}
.reviews__text {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
}

.arrows {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  max-width: 143px;
  gap: 20px;
}
@media (max-width: 1023px) {
  .arrows {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  cursor: pointer;
}
.arrow svg {
  width: 100%;
}
.arrow svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .arrow:hover svg path {
    fill: #175887;
  }
}

.order__body {
  display: grid;
  gap: 30px;
  grid-template-columns: 300px 1fr;
}
@media (max-width: 1100px) {
  .order__body {
    gap: 20px;
    grid-template-columns: 250px 1fr;
  }
}
@media (max-width: 767px) {
  .order__body {
    grid-template-columns: 100%;
  }
}
.order__image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  min-height: 250px;
}
@media (max-width: 767px) {
  .order__image {
    min-height: 0;
    height: 300px;
  }
}
.order__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .order__image:hover img {
    -webkit-transform: translateZ(0) scale(1.05);
            transform: translateZ(0) scale(1.05);
  }
}

.fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.input input {
  min-width: 0;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  font-size: 16px;
  padding: 16px;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid #A6A6A6;
}
@media (max-width: 600px) {
  .input input {
    font-size: 14px;
  }
}
.input input::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #abafb1;
}
.input input::-moz-placeholder {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #abafb1;
}
.input input:-ms-input-placeholder {
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #abafb1;
}
.input input::-ms-input-placeholder {
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #abafb1;
}
.input input::placeholder {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #abafb1;
}
.input input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input input:focus::-moz-placeholder {
  opacity: 0;
}
.input input:focus:-ms-input-placeholder {
  opacity: 0;
}
.input input:focus::-ms-input-placeholder {
  opacity: 0;
}
.input input:focus::placeholder {
  opacity: 0;
}

.textarea textarea {
  min-width: 0;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  font-size: 16px;
  padding: 8px 16px;
  font-weight: 400;
  border-radius: 10px;
  min-height: 145px;
  resize: none;
  border: 1px solid #A6A6A6;
}
@media (max-width: 600px) {
  .textarea textarea {
    font-size: 14px;
  }
}
.textarea textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #abafb1;
}
.textarea textarea::-moz-placeholder {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #abafb1;
}
.textarea textarea:-ms-input-placeholder {
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #abafb1;
}
.textarea textarea::-ms-input-placeholder {
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #abafb1;
}
.textarea textarea::placeholder {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #abafb1;
}
.textarea textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.textarea textarea:focus::-moz-placeholder {
  opacity: 0;
}
.textarea textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.textarea textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.textarea textarea:focus::placeholder {
  opacity: 0;
}

.agree {
  margin-top: 16px;
}
.agree label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(57, 57, 57, 0.7);
}
.agree label span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  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;
  border: 1px solid #175887;
}
.agree label span img {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.agree input {
  display: none;
}
.agree input:checked ~ label span {
  background-color: #175887;
}
.agree input:checked ~ label span img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 1023px) {
  .agree {
    margin-top: 8px;
  }
}

.contacts__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1200px) {
  .contacts__body {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .contacts__body {
    grid-template-columns: 100%;
  }
}
.contacts__content {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.contacts__content .socials {
  margin-top: 4px;
}
@media (max-width: 1023px) {
  .contacts__content {
    gap: 10px;
  }
  .contacts__content .socials {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .contacts__content {
    font-size: 16px;
  }
}
.contacts__map {
  margin-top: 12px;
  border-radius: 10px;
  overflow: hidden;
  height: 295px;
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .contacts__map {
    margin-top: 10px;
  }
}

.footer {
  padding-bottom: 13px;
}
@media (max-width: 600px) {
  .footer {
    padding-bottom: 5px;
  }
}
.footer__container {
  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;
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .footer__container {
    -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: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
}
.footer__logo img {
  width: 100%;
}
@media (max-width: 1023px) {
  .footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.footer__right {
  font-size: 16px;
  font-weight: 400;
  max-width: 600px;
  text-align: right;
}
.footer__right a {
  text-decoration: underline;
}
.footer__right small {
  line-height: 1;
  font-size: 10px;
}
.footer__right small a {
  text-decoration: none;
}
@media (max-width: 1023px) {
  .footer__right {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .footer__right {
    font-size: 12px;
  }
  .footer__right small {
    font-size: 10px;
  }
}

.popup {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1060;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup.open {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.popup > .popup__close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.popup__wrapper {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup__text {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .popup__text {
    font-size: 16px;
  }
}
.popup__content {
  min-height: 500px;
  padding: 60px 90px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  max-width: 670px;
  width: calc(100vw - 20px);
}
.popup__content > .popup__close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 24px;
}
.popup__content > .popup__close img {
  width: 100%;
}
@media (max-width: 767px) {
  .popup__content {
    padding: 42px 16px;
    gap: 16px;
    min-height: 400px;
  }
  .popup__content .title {
    max-width: 250px;
    margin: 0 auto;
    text-wrap: balance;
  }
  .popup__content > .popup__close {
    right: 20px;
    top: 20px;
  }
}