<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --bg-color1: #000000;
  --bg-color2: #222222;
  --bg-color3: linear-gradient(89.6deg, #000000 -1.27%, #222222 103.74%);
  --btn-color: #ddb113;
  --color-text: #e09f07;
}

* {
  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;
}

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: inherit;
}

a {
  color: inherit;
}

* {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/montserrat-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/montserrat-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/montserrat-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/montserrat-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/montserrat-extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
.wrapper {
  font-family: "Montserrat", sans-serif;
  background: var(--bg-color1);
  width: 100%;
  overflow: hidden;
  line-height: 1.1;
}

.header__top-18-inner {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__top {
  background: var(--bg-color2);
  color: var(--color-text);
}

.container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
}

.header__top-inner {
  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;
  padding: 10px 0;
}

.header__logo {
  margin-right: 50px;
}

.logo {
  width: 60px;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__top-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  text-transform: uppercase;
}

.header__top-item {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  font-size: calc(12px + 1 * (100vw - 320px) / 1450);
}

.header__top-item:hover {
  color: #fff;
}

.header__body {
  height: 72vh;
  background-image: url(..//img/about/bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.header__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: -1;
}

.header__body1 {
  height: 72vh;
  background-image: url(..//img/main/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}

.header__body1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: -1;
}

.header__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  max-height: 100%;
}

.header__body-inner h1 span {
  color: var(--btn-color);
}

.header__body-inner h1 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: calc(20px + 30 * (100vw - 320px) / 1450);
}

.header__body-inner p {
  color: #fff;
  margin-bottom: 20px;
  font-size: calc(18px + 10 * (100vw - 320px) / 1450);
}

.header__body-inner p span {
  color: var(--btn-color);
}

.footer__links {
  padding: 10px 0;
  background-color: #04202a;
}

.footer__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.footer__links-list li {
  width: 100%;
  max-width: 283px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button {
  display: inline-block;
  color: var(--btn-color);
  border: 2px solid var(--btn-color);
  padding: 12px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  font-weight: 500;
  font-size: calc(11px + 1 * (100vw - 320px) / 1450);
}

.button:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.section1 {
  padding: 55px 0;
  background: var(--bg-color2);
}

.section__title-box {
  margin-bottom: 55px;
}

.section__title-box h2 {
  color: var(--color-text);
  font-size: calc(20px + 38 * (100vw - 320px) / 1450);
  position: relative;
  font-weight: 500;
  margin-bottom: 20px;
}

.section__title-box p {
  color: #fff;
  font-size: calc(16px + 1 * (100vw - 320px) / 1450);
  position: relative;
  font-weight: 500;
}

.section1__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section1__content-info {
  width: 100%;
  max-width: 50%;
}

.section1__content-info h3 {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: calc(18px + 10 * (100vw - 320px) / 1450);
}

.section1__content-info h3:hover {
  color: var(--color-text);
}

.section1__content-info p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  margin-bottom: 10px;
  line-height: 1.4;
  color: #b6b6b6;
}

.section1__content-info p span {
  color: var(--color-text);
}

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

.section1__content-img {
  width: 100%;
  max-width: 48%;
}

.section1__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section2 {
  padding: 55px 0;
}

.section2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section2__content-img {
  width: 100%;
  max-width: 370px;
}

.section2__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section2__content-info {
  width: 100%;
  max-width: 65%;
}

.section2__content-info p span {
  color: var(--color-text);
}

.section2__content-info h3 {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: calc(18px + 10 * (100vw - 320px) / 1450);
}

.section2__content-info h3:hover {
  color: #b09b7f;
}

.section2__content-info p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  margin-bottom: 10px;
  line-height: 1.4;
  color: #acb4b7;
}

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

.section3 {
  padding: 55px 0;
  background: var(--bg-color2);
}

.section3-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section3__img {
  width: 100%;
  max-width: 499px;
}

.section3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.section3__title {
  width: 100%;
  max-width: 55%;
}

.section3__title h2 {
  color: var(--color-text);
  font-size: calc(20px + 38 * (100vw - 320px) / 1450);
  position: relative;
  font-weight: 500;
  margin-bottom: 20px;
}

.section3__title h3 {
  color: #b09b7f;
  font-size: calc(20px + 38 * (100vw - 320px) / 1450);
  font-weight: 500;
  margin-bottom: 50px;
}

.section3__title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}

.section3__title-item h4 {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: calc(18px + 10 * (100vw - 320px) / 1450);
}

.section3__title-item h4:hover {
  color: #b09b7f;
}

.section3__title-item p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  margin-bottom: 10px;
  line-height: 1.4;
  color: #acb4b7;
}

.section4 {
  padding: 55px 0;
}

.section4__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.section4__item {
  width: 100%;
  max-width: 395px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section4__item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.section4__item-img {
  width: 100%;
  height: 230px;
  margin-bottom: 10px;
}

.section4__item-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.section4__item-text h3 {
  color: var(--color-text);
  font-size: calc(18px + 1 * (100vw - 320px) / 1450);
  margin-bottom: 10px;
  font-weight: 600;
}

.section4__item-text p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  line-height: 1.3;
  color: #acb4b7;
}

.section4__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 45px;
}

.section4__info-text span {
  color: #b09b7f;
  font-size: calc(20px + 40 * (100vw - 320px) / 1450);
}

.section4__info-wrapp h3 {
  color: #fff;
  font-size: calc(18px + 3 * (100vw - 320px) / 1450);
  margin-bottom: 5px;
}

.section4__info-wrapp span {
  color: #acb4b7;
  display: inline-block;
  margin-bottom: 15px;
}

.section4__wrapp-text p {
  color: #acb4b7;
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  margin-bottom: 10px;
  line-height: 1.4;
}

.burger {
  display: none;
}

.footer {
  color: var(--color-text);
  border-top: 1px solid #0A3422;
  padding: 20px 0;
}

.footer__top {
  padding: 20px 0;
  border-bottom: 1px solid #04202a;
}

.footer__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  text-transform: uppercase;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__top-item {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  font-size: calc(12px + 1 * (100vw - 320px) / 1450);
}

.footer__top-item:hover {
  color: #fff;
}

.footer__social {
  padding: 20px 0;
  border-bottom: 1px solid #04202a;
}

.footer__social-list {
  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;
  gap: 30px;
}

.footer__social-item {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  font-size: calc(12px + 1 * (100vw - 320px) / 1450);
}

.footer__social-item:hover {
  color: #fff;
}

.footer__bottom {
  padding: 20px 0;
}

.footer__bottom-inner {
  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;
  color: #fff;
}

.section11 {
  padding: 55px 0;
  background: var(--bg-color2);
}

.section11__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section11__content-info {
  width: 100%;
  max-width: 55%;
}

.section11__info-text {
  margin-bottom: 50px;
}

.section11__info-text h3 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: calc(18px + 10 * (100vw - 320px) / 1450);
}

.section11__info-text p {
  color: #acb4b7;
  line-height: 1.4;
  font-size: calc(16px + 1 * (100vw - 320px) / 1450);
}

.section11__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px;
}

.section11__info-item {
  width: 100%;
  max-width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section11__item-text {
  margin-right: 15px;
  width: 100%;
  max-width: 90px;
  color: #b09b7f;
  font-size: calc(20px + 40 * (100vw - 320px) / 1450);
}

.section11__item-content h4 {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: calc(18px + 3 * (100vw - 320px) / 1450);
}

.section11__item-content p {
  color: #acb4b7;
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
}

.section11__content-img {
  width: 100%;
  max-width: 40%;
}

.section11__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section12 {
  padding: 55px 0;
}

.section12-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.section12__title {
  width: 100%;
  max-width: 55%;
}

.section12__title h2 {
  color: #b09b7f;
  font-size: calc(20px + 38 * (100vw - 320px) / 1450);
  position: relative;
  font-weight: 500;
  margin-bottom: 30px;
}

.section12__img {
  width: 100%;
  max-width: 499px;
  margin-top: -90px;
}

.section12__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section13 {
  padding: 55px 0;
  background: var(--bg-color1);
}

.section13__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section13__item {
  width: 100%;
  max-width: 400px;
  padding-left: 30px;
  position: relative;
}

.section13__item::before {
  position: absolute;
  display: block;
  content: "“";
  color: rgb(176, 155, 127);
  left: 0px;
  font-size: 50px;
}

.section13__item-text p {
  color: #acb4b7;
  line-height: 1.4;
  font-size: calc(16px + 1 * (100vw - 320px) / 1450);
  margin-bottom: 20px;
}

.section13__item-autor p {
  color: #fff;
  text-transform: uppercase;
  font-size: calc(16px + 1 * (100vw - 320px) / 1450);
}

.section14 {
  padding: 55px 0;
}

.section14__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section14__content-text {
  width: 100%;
  max-width: 55%;
}

.section14__content-text h3 {
  color: #fff;
  font-size: calc(20px + 5 * (100vw - 320px) / 1450);
  font-weight: 500;
  margin-bottom: 5px;
}

.section14__content-text &gt; span {
  display: inline-block;
  color: #acb4b7;
  font-size: calc(16px + 1 * (100vw - 320px) / 1450);
  margin-bottom: 30px;
  line-height: 1.3;
}

.section14__content-text p {
  color: #acb4b7;
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  line-height: 1.4;
  margin-bottom: 30px;
}

.section14__content-text p span {
  color: var(--color-text);
  font-weight: 600;
  font-size: calc(16px + 1 * (100vw - 320px) / 1450);
}

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

.section14__content-img {
  width: 100%;
  max-width: 370px;
}

.section14__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section21 {
  padding: 55px 0;
  background: #04202a;
}

.section21__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section21__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 400px;
  text-align: center;
}

.section21__item-img {
  margin-bottom: 10px;
}

.section21__item-text h3 {
  color: #fff;
  font-size: calc(20px + 5 * (100vw - 320px) / 1450);
  font-weight: 500;
  margin-bottom: 10px;
}

.section21__item-text p {
  color: #acb4b7;
  font-size: calc(14px + 0 * (100vw - 320px) / 1450);
  line-height: 1.4;
}

.section22 {
  padding: 55px 0;
}

.section22__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;
}

.section22__card-img {
  width: 100%;
  max-width: 870px;
  margin-bottom: 20px;
}

.section22__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section22__card-info h3 {
  color: var(--color-text);
  font-size: calc(20px + 5 * (100vw - 320px) / 1450);
  font-weight: 500;
  margin-bottom: 10px;
}

.section22__card-info span {
  color: #acb4b7;
  display: inline-block;
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  margin-bottom: 10px;
}

.section22__card-info p {
  color: #fff;
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  line-height: 1.4;
}

.section23 {
  padding: 55px 0;
  background: var(--bg-color3);
}

.section23__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}

.section23__content-item h3 {
  color: #fff;
  font-size: calc(20px + 5 * (100vw - 320px) / 1450);
  font-weight: 500;
  margin-bottom: 10px;
}

.section23__content-item p {
  color: #acb4b7;
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  line-height: 1.4;
}

.section31 {
  padding: 55px 0;
  background: var(--bg-color1);
}

.section31__inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

.section31__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section31__item-img {
  width: 100%;
  max-width: 50%;
}

.section31__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section31__item-info {
  width: 100%;
  max-width: 50%;
  padding: 0 40px;
}

.section31__item-info h3 {
  color: #fff;
  font-size: calc(20px + 5 * (100vw - 320px) / 1450);
  font-weight: 500;
  margin-bottom: 10px;
}

.section31__item-info p {
  color: #acb4b7;
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  line-height: 1.4;
  margin-bottom: 20px;
}

.section32 {
  padding: 55px 0;
}

.section32__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section32__list {
  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;
  width: 100%;
  max-width: 50%;
}

.section32__item h3 {
  color: #fff;
  font-size: calc(20px + 5 * (100vw - 320px) / 1450);
  font-weight: 500;
  margin-bottom: 10px;
}

.section32__item p {
  color: #acb4b7;
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  line-height: 1.4;
}

.section32__content-img {
  width: 100%;
  max-width: 40%;
}

.section32__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section33 {
  padding: 55px 0;
  background: var(--bg-color3);
}

.section33__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section33__content-img {
  width: 100%;
  max-width: 40%;
}

.section33__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section33__list {
  width: 100%;
  max-width: 50%;
  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;
}

.section33__item h3 {
  color: #fff;
  font-size: calc(20px + 5 * (100vw - 320px) / 1450);
  font-weight: 500;
  margin-bottom: 10px;
}

.section33__item p {
  color: #acb4b7;
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  line-height: 1.4;
}

.section51 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--bg-color3);
}

.section51-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section51-content-text {
  background: var(--bg-color2);
  color: #fff;
  text-transform: uppercase;
  padding: 8px 16px;
}

.section51-content__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--bg-color2);
  padding: 32px;
}

.section51-content__card-img {
  width: 40%;
}

.section51-content__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section51-content__card-text {
  width: 50%;
}

.section51-content__card-text p {
  font-size: calc(16px + 1 * (100vw - 320px) / 1440);
  line-height: 1.2;
  color: #acb4b7;
  margin-bottom: 20px;
}

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

.section42 {
  padding: 55px 0;
}

.last__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.last__content:last-child {
  margin-bottom: 0;
}

.container__ask {
  color: #fff;
  padding-bottom: 10px;
  cursor: pointer;
  background: var(--bg-color3);
  border-radius: 16px;
  margin: 20px;
}

.coll {
  cursor: pointer;
  color: var(--color-text);
  display: -webkit-box;
  display: -ms-flexbox;
  gap: 5px;
  background: transparent;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.coll img {
  width: 25px;
  height: 25px;
}

.plus {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.active1 {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content {
  padding: 0 18px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  max-height: 0;
}

.content p {
  font-size: calc(16px + 3 * (100vw - 320px) / 1440);
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}

.section43 {
  padding: 55px 0;
  background: var(--bg-color2);
}

.section71 {
  padding: 55px 0;
}

.section71__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1090px) {
  .section71__content {
    flex-direction: column;
    align-items: center;
  }
}

.section71__content-img {
  width: 100%;
  max-width: 550px;
}
.section71__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section71__content-info {
  width: 100%;
  max-width: 600px;
}
.section71__content-info h3 {
  color: var(--color-text);
  font-size: calc(20px + 5 * (100vw - 320px) / 1450);
  font-weight: 500;
  margin-bottom: 10px;
}
.section71__content-info p {
  color: #acb4b7;
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  line-height: 1.4;
}

.section72 {
  padding: 55px 0;
  background: var(--bg-color3);
}

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

.section72__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  color: #fff;
}
.section72__item-img {
  width: 100%;
  max-width: 80px;
}
.section72__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     border-radius: 50%;
}
@media (max-width: 500px) {
  .section72__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.section72__item-info {
  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;
}
.section72__item-info h3 {
  font-size: calc(20px + 1 * (100vw - 320px) / 1450);
  font-weight: 500;
  color: var(--color-text);
}
.section72__item-info p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1450);
  line-height: 1.4;
}

form {
  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;
  padding: 10px;
  border-radius: 10px;
}

.label {
  text-align: start;
  font-size: calc(15px + 6 * (100vw - 320px) / 1250);
  margin-bottom: 15px;
}

.form__div {
  width: 100%;
  margin-bottom: 15px;
}

input[type=email],
input[type=text],
textarea {
  width: 100%;
  background: var(--bg-color3);
  font-size: calc(11px + 6 * (100vw - 320px) / 1250);
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #fff;
}

textarea {
  height: 150px;
  resize: none;
}

.form__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.container__inner {
  max-width: 800px;
  margin: 0 auto;
}

label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: 15px;
  font-size: calc(11px + 6 * (100vw - 320px) / 1250);
  margin-bottom: 20px;
}

input::-webkit-input-placeholder {
  color: #fff;
}

input::-moz-placeholder {
  color: #fff;
}

input:-ms-input-placeholder {
  color: #fff;
}

input::-ms-input-placeholder {
  color: #fff;
}

input::placeholder {
  color: #fff;
}

textarea::-webkit-input-placeholder {
  color: #fff;
}

textarea::-moz-placeholder {
  color: #fff;
}

textarea:-ms-input-placeholder {
  color: #fff;
}

textarea::-ms-input-placeholder {
  color: #fff;
}

textarea::placeholder {
  color: #fff;
}

input[type=checkbox] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  -webkit-filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);
  filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);
}

.policy {
  display: inline-block;
  padding: 5px;
}

.main1 {
  padding: 70px 0;
  background: var(--bg-color3);
  color: #fff;
}

.terms__title-box {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

.terms__title-box h3 {
  font-size: calc(23px + 4 * (100vw - 320px) / 1440);
  letter-spacing: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--color-text);
}

.terms__title-box p {
  font-size: calc(18px + 3 * (100vw - 320px) / 1440);
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}

.li__title {
  font-size: calc(20px + 3 * (100vw - 320px) / 1440);
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 600;
}

.terms__text {
  font-size: calc(16px + 3 * (100vw - 320px) / 1440);
  line-height: 1.4;
  margin-bottom: 20px;
  color: #acb4b7;
}

.terms__text a {
  color: var(--color-text);
  text-decoration: underline;
  font-weight: 500;
}

.main1-inner ul {
  margin-bottom: 50px;
}

.main1__title-box {
  margin-bottom: 50px;
}

.main1__title-box &gt; p {
  font-size: calc(20px + 3 * (100vw - 320px) / 1440);
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}

.main1-title {
  font-size: calc(23px + 4 * (100vw - 320px) / 1440);
  letter-spacing: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}

.main1__item {
  margin-bottom: 25px;
  font-size: calc(19px + 3 * (100vw - 320px) / 1440);
  color: #fff;
  line-height: 1.7;
}

.main1__item:last-child {
  margin-bottom: 0;
}

#cookie {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 20px;
  background: var(--bg-color3);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#cookie.show {
  display: block;
}

#cookie p {
  margin: 0;
  margin-bottom: 20px;
}

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

#cookie b {
  font-size: 1.2em;
}

.btn_cookie_box {
  margin-top: 15px;
}

.btn_cookie {
  margin: 0 5px;
  padding: 10px 20px;
  background-color: #202020;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.btn_cookie:hover {
  background-color: #e2b30f;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  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;
  z-index: 1000;
}

.popup-content {
  background: var(--bg-color2);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 300px;
  width: 100%;
}

.popup-content h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.popup-content p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}

.popup-button {
  margin: 10px;
  padding: 5px 15px;
  background-color: #ffa501;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup-button:hover {
  background-color: #ff9000;
}

@media (max-width: 1450px) {
  .burger {
    position: fixed;
    background: #acb4b7;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(247, 0, 234, 0.3) 0px 18px 36px -18px inset;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    top: 20px;
    right: 15px;
    z-index: 150;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .burger span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    margin: 4px 0;
  }
  .burger::before,
  .burger::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
  }
  .burger__active span {
    display: none;
  }
  .burger__active.burger::before {
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 6px 0 rgba(255, 255, 255, 0);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    -webkit-transition: top 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s;
    transition: top 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s;
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s;
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s;
  }
  .burger__active.burger::after {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s, -webkit-transform 0.3s 0.15s;
    transition: -webkit-transform 0.3s, -webkit-transform 0.3s 0.15s;
    transition: transform 0.3s, transform 0.3s 0.15s;
    transition: transform 0.3s, transform 0.3s 0.15s, -webkit-transform 0.3s, -webkit-transform 0.3s 0.15s;
  }
  .header__top {
    position: fixed;
    width: 100%;
    z-index: 100;
    max-width: 350px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 100px 0;
    padding-bottom: 120px;
  }
  .header__top--open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    background-color: #04202a;
    overflow-y: auto;
  }
  .header__top-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__top-item {
    text-align: center;
    font-weight: 600;
    font-size: calc(18px + 1 * (100vw - 320px) / 1250);
    margin-right: 0;
  }
  .header__top-item:last-child {
    margin-bottom: 0;
  }
  .header__top-inner {
    padding-top: 40px;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__logo {
    margin-bottom: 50px;
  }
  .logo {
    margin-right: 0;
  }
}
@media (max-width: 1440px) {
  .section32__content {
    -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;
  }
  .section32__list {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .section32__content-img {
    width: 100%;
    max-width: 750px;
  }
}
@media (max-width: 1390px) {
  .section1__content {
    -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;
  }
  .section1__content-info {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .section1__content-img {
    width: 100%;
    max-width: 750px;
  }
}
@media (max-width: 1280px) {
  .section4__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
  .section13__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px;
  }
}
@media (max-width: 1230px) {
  .section21__list {
    -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;
    gap: 30px;
  }
}
@media (max-width: 1215px) {
  .section11__content {
    -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;
  }
  .section11__content-info {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .section11__content-img {
    width: 100%;
    max-width: 750px;
  }
  .section11__info-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section11__info-item {
    max-width: 500px;
  }
}
@media (max-width: 1190px) {
  .section2__content {
    -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;
  }
  .section2__content-info {
    width: 100%;
    max-width: 100%;
  }
  .section2__content-img {
    width: 100%;
    margin-bottom: 35px;
  }
  .section12-inner {
    -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;
  }
  .section12__img {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .section12__title {
    max-width: 100%;
  }
  .section33__content {
    -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;
  }
  .section33__content-img {
    width: 100%;
    max-width: 750px;
    margin-bottom: 40px;
  }
  .section33__list {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .section3-inner {
    -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;
  }
  .section3__title {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .section3__img {
    margin-top: 0;
  }
  .section5-inner {
    -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;
  }
  .section5__img {
    margin-top: -80px;
    margin-bottom: 50px;
  }
  .header__body {
    height: 50vh;
  }
  .header__body1 {
    height: 50vh;
  }
}
@media (max-width: 920px) {
  .section14__content {
    -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;
  }
  .section14__content-text {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 810px) {
  .section31__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .section31__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section31__item-info {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .section31__item-img {
    width: 100%;
    max-width: 750px;
    margin-bottom: 30px;
  }
}
@media (max-width: 785px) {
  .section4__info-item {
    width: 100%;
    max-width: 100%;
  }
  .section4__info-item:last-child {
    padding-left: 0;
  }
  .section4__info-item:first-child {
    padding-left: 0;
  }
  .section4__info-item:nth-child(2) {
    padding-left: 0;
  }
  .section4__info-item:nth-child(3) {
    padding-left: 0;
  }
  .footer__top-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    row-gap: 30px;
  }
  .footer__social-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section11__item-text {
    max-width: 40px;
  }
}
@media (max-width: 730px) {
  .section51-content__card {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section51-content__card-img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .section51-content__card-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 420px) {
  .container__ask {
    margin: 0;
    margin-bottom: 10px;
  }
}</pre></body></html>