@charset "UTF-8";
@font-face {
  font-family: Badscript;
  font-display: swap;
  src: url("/assets/guest/font/Badscriptregular.woff2") format("woff2"), url("/assets/guest/font/Badscriptregular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CenturyGothic;
  font-display: swap;
  src: url("/assets/guest/font/CenturyGothic-Bold.woff2") format("woff2"), url("/assets/guest/font/CenturyGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: CenturyGothic;
  font-display: swap;
  src: url("/assets/guest/font/CenturyGothic.woff2") format("woff2"), url("/assets/guest/font/CenturyGothic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Cormorantgaramond;
  font-display: swap;
  src: url("/assets/guest/font/Cormorantgaramondbold.woff2") format("woff2"), url("/assets/guest/font/Cormorantgaramondbold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: EBGaramond;
  font-display: swap;
  src: url("/assets/guest/font/EBGaramond-Bold.woff2") format("woff2"), url("/assets/guest/font/EBGaramond-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: EBGaramond;
  font-display: swap;
  src: url("/assets/guest/font/EBGaramond-ExtraBold.woff2") format("woff2"), url("/assets/guest/font/EBGaramond-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Cormorantgaramond;
  font-display: swap;
  src: url("/assets/guest/font/Cormorantgaramondsemibold.woff2") format("woff2"), url("/assets/guest/font/Cormorantgaramondsemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: EBGaramond;
  font-display: swap;
  src: url("/assets/guest/font/EBGaramond-SemiBold.woff2") format("woff2"), url("/assets/guest/font/EBGaramond-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
:root {
  --font-family: "EBGaramond", sans-serif;
  --second-family: "CenturyGothic", sans-serif;
  --third-family: "Badscript", sans-serif;
}

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

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #062149;
  line-height: 1.2;
  font-family: var(--font-family);
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: var(--font-family);
  font-size: inherit;
  outline: none;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
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-weight: inherit;
  font-size: inherit;
}

body {
  background: #e9e4d8;
}

.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container] {
  max-width: 46.875rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.5625rem;
}

.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  font-size: 28px;
  line-height: 107%;
  color: #2a3a03;
  width: 408px;
  height: 128px;
  margin: 0 auto;
}

.button span {
  position: relative;
  z-index: 10;
}

.button img {
  transition: opacity 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button .button__hover {
  opacity: 0;
  width: 440px;
  height: 170px;
  left: -20px;
  top: -15px;
}

.button .button__pressed {
  opacity: 0;
}

.button:hover .button__normal {
  opacity: 0;
}

.button:hover .button__hover {
  opacity: 1;
}

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

.ibg--top {
  -o-object-position: top;
  object-position: top;
}

.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}

.ibg--left {
  -o-object-position: left;
  object-position: left;
}

.ibg--right {
  -o-object-position: right;
  object-position: right;
}

.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.title2 {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 87%;
  text-align: center;
  color: #062149;
  margin: 0px 0px 45px 0px;
}

.title2 img {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 441px;
  height: 16px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.header__bg {
  position: absolute;
  height: 126px;
  width: 100%;
  pointer-events: none;
}

.header__container {
  position: relative;
  max-width: 1410px;
}

.header__line {
  position: absolute;
  height: 88px;
  width: calc(100% + 5px);
  top: 0;
  left: -5px;
  pointer-events: none;
}

.header__logo {
  margin: 15px 0px 0px 80px;
  display: block;
}

.header__logo img {
  height: 55px;
  width: auto;
}

.footer {
  background: #061f3b;
  padding: 34px 0px 23px 0px;
}

.footer__content {
  padding: 0px 0px 0px 90px;
}

.footer__top {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(197, 216, 255, 0.92);
  max-width: 579px;
}

.footer__top p {
  margin: 0px 0px 10px 0px;
}

.footer__top ul {
  display: flex;
  flex-direction: column;
}

.footer__top ul li {
  display: flex;
}

.footer__top ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  flex: 0 0 3px;
  background-color: rgba(197, 216, 255, 0.92);
  border-radius: 50%;
  margin: 9px 7px 0px 8px;
}

.footer__center {
  display: flex;
  flex-direction: column;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #86d3e4;
  transition: opacity 0.3s ease 0s;
  gap: 12px;
  padding: 20px 0px 20px 170px;
}

.footer__center a:hover {
  opacity: 0.7;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  margin: 0px -25px 0px 0px;
}

.main-home {
  position: relative;
  background: #010e21;
  padding: 125px 0px 0px 0px;
}

.main-home__svg {
  position: relative;
  top: -1px;
  left: 0;
  width: 100%;
  display: flex;
}

.main-home__svg svg {
  width: 100%;
  height: 100%;
}

.main-home__rips {
  position: absolute;
  bottom: -15px;
  height: auto;
  width: 100%;
  z-index: 2;
  transform: rotate(1deg);
}

.main-home__rips img {
  width: 100%;
  height: 100%;
}

.main-home__arrow {
  position: relative;
  z-index: 5;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 107%;
  color: #e9e4d8;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0px 0px 0px;
}

.main-home__arrow img {
  width: 41px;
  height: 21px;
  margin: 5px 0px 0px 0px;
}

.top-main-home {
  margin: 0px 0px 0px 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-main-home h1 {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 68px;
  color: #e9e4d8;
}

.top-main-home__stroke {
  position: absolute;
  bottom: -5px;
  left: 86px;
  height: 27px;
  width: auto;
}

.top-main-home__logo {
  height: 40px;
  width: auto;
  margin: 0px 0px 3px -5px;
}

.top-main-home__arrow {
  width: auto;
  height: 314px;
  margin: -60px -340px 0px 0px;
}

.center-main-home {
  margin: -110px 0px 0px 5px;
}

.center-main-home__header {
  display: flex;
}

.center-main-home__number {
  position: relative;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 168px;
  color: #e9e4d8;
}

.center-main-home__frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-44%, -48%);
  width: 320px;
  height: 267px;
}

.center-main-home__title {
  margin: 30px 0px 0px 30px;
  display: flex;
  flex-direction: column;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #e9e4d8;
}

.center-main-home__title span {
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 43px;
}

.center-main-home__subtitles {
  position: relative;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 171%;
  color: #e9e4d8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 0px -20px;
}

.center-main-home__oval {
  position: absolute;
  width: 775px;
  height: 188px;
}

.center-main-home__oval img {
  width: 100%;
  height: 100%;
}

.bottom-main-home {
  margin: 204px 0px 0px -10px;
}

.bottom-main-home__title1 {
  position: relative;
}

.bottom-main-home__title1 .bottom-main-home__item {
  width: 83%;
}

.bottom-main-home__title1 .bottom-main-home__text {
  padding: 12px 9px 84px 30px;
}

.bottom-main-home__paper {
  position: absolute;
  top: -190px;
  left: -197px;
  width: 615px;
  height: auto;
}

.bottom-main-home__icon1 {
  position: absolute;
  right: 77px;
  top: -57px;
  width: 100px;
  height: 100px;
}

.bottom-main-home__item {
  position: relative;
  overflow: hidden;
}

.bottom-main-home__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bottom-main-home__text {
  position: relative;
  z-index: 10;
}

.bottom-main-home__text span.strong {
  padding: 0px 10px 17px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 24px;
  line-height: 92%;
  color: #0c1740;
}

.bottom-main-home__text p {
  margin: 0px 0px 20px 0px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.bottom-main-home__text p span {
  font-family: "Cormorantgaramond", sans-serif;
  font-weight: 400;
  font-size: 22px;
}

.bottom-main-home__text p:last-child {
  margin: 0px 0px 0px 0px;
}

.bottom-main-home__karakul1 {
  width: 247px;
  height: 70px;
}

.bottom-main-home__title2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  top: -75px;
  right: -10px;
}

.bottom-main-home__title2 .bottom-main-home__item {
  width: 46%;
  overflow: inherit;
}

.bottom-main-home__title2 .bottom-main-home__text {
  padding: 47px 32px 50px 45px;
}

.bottom-main-home__title2 .bottom-main-home__bg {
  top: 18px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 36px);
  transform: rotate(2deg);
}

.bottom-main-home__title2 .bottom-main-home__frame {
  top: -8%;
  left: -3%;
  width: 107%;
  height: 116%;
}

.bottom-main-home__frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.bottom-main-home__icon2 {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -86px;
  top: 75px;
}

.bottom-main-home__karakul2 {
  width: 92px;
  height: 92px;
  position: absolute;
  z-index: 12;
  bottom: 13px;
  right: 26px;
}

.about {
  padding: 35px 0px 160px 0px;
}

.about__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about__content h2 {
  margin: 0px 0px 60px 0px;
  position: relative;
  font-weight: 700;
  font-size: 31px;
  line-height: 81%;
  color: #062149;
}

.about__content h2 span {
  display: block;
  margin: 0px 0px 0px 30px;
}

.about__content h2 span img {
  width: 25px;
  height: 25px;
}

.about__image {
  margin: 0px 0px 0px 160px;
}

.about__image img {
  width: 383px;
  height: 278px;
}

.about__line {
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translate(-50%, 0px);
  max-width: 325px;
  height: 24px;
}

.about__text p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #062149;
  margin: 0px 0px 20px 0px;
}

.about__text p:last-child {
  margin: 0px 0px 0px 0px;
}

.about__text p span {
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
  line-height: 100%;
}

.about__text p .inst-mob {
  opacity: 0;
  width: 25px;
  height: 25px;
  margin: -3px 0px 0px 2px;
}

.about__button {
  height: 81px;
  width: 335px;
  position: relative;
  margin: 30px 0px 25px 0px;
  transition: opacity 0.3s ease 0s;
}

.about__button:hover {
  opacity: 0.8;
}

.about__button span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  color: #062149;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 12px 25px;
}

.about__button span img {
  margin: 0px 0px 0px 8px;
}

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

.live {
  padding: 0px 0px 179px 0px;
}

.live__title {
  position: relative;
  margin: 0px 0px 65px 0px;
}

.live__title h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 78%;
  color: #062149;
  position: relative;
  text-align: center;
}

.live__title h2 img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 497px;
  height: 76px;
  z-index: -1;
}

.live__arrow4 {
  position: absolute;
  bottom: -10px;
  left: 20px;
}

.live__arrow4 img {
  width: 100%;
  height: 100%;
}

.live__arrow5 {
  position: absolute;
  top: -26px;
  right: 23px;
  transform: scale(-1) rotate(-5deg);
}

.live__text {
  position: relative;
}

.live__text p {
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: #062149;
  margin: 0px 0px 20px 0px;
}

.live__text p:last-child {
  margin: 0px 0px 0px 0px;
}

.live__text p span {
  position: relative;
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
}

.live__text p span.p-img {
  padding: 0px 0px 10px 10px;
}

.live__karakul {
  position: absolute;
  transform: rotate(115deg);
  width: 100px;
  left: -70px;
  top: 160px;
}

.live__smile {
  position: absolute;
  right: -100px;
  top: 290px;
}

.live__oval2 {
  position: absolute;
  top: 35%;
  left: 57%;
  transform: translate(-50%, -50%);
  width: 241px;
  height: 59px;
}

.live__line {
  position: absolute;
  left: -7px;
  top: 7px;
  width: 100%;
}

.live__pill {
  left: 50%;
  position: relative;
  transform: translate(-50%, 0px);
  margin: 25px 0px 45px 0px;
}

.live__smile2 {
  position: absolute;
  width: 90px;
  left: -70px;
  top: 160px;
}

.live__smile3 {
  position: absolute;
  width: 80px;
  right: -70px;
  top: 135px;
}

.live__image2 {
  margin: 30px 0px 22px 0px;
  position: relative;
  left: 48%;
  transform: translate(-50%, 0px);
}

.look {
  padding: 0px 0px 115px 0px;
}

.look__list {
  position: relative;
  margin: 0px 0px 95px 0px;
}

.look__list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.look__list ul li {
  display: flex;
  padding: 0px 0px 0px 5px;
}

.look__list ul li:nth-child(4) .look__number img {
  top: -20px;
  left: -28px;
}

.look__list ul li:nth-child(5) .look__number img {
  top: -18px;
  left: -25px;
}

.look__list ul li:nth-child(6) .look__number img {
  top: -22px;
  left: -36px;
}

.look__list ul li:nth-child(7) .look__number img {
  top: -27px;
  left: -38px;
}

.look__list p {
  padding: 0px 0px 0px 5px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #062149;
}

.look__list p span {
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
}

.look__number {
  position: relative;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #062149;
}

.look__number span {
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
}

.look__number img {
  position: absolute;
  top: -30px;
  left: -30px;
}

.look__ground {
  position: absolute;
  bottom: 0;
  right: -110px;
  width: 141px;
  height: 138px;
}

.look__text {
  margin: 0px 0px 25px 0px;
}

.look__text p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #062149;
  margin: 0px 0px 22px 0px;
}

.look__text p:last-child {
  margin: 0px 0px 0px 0px;
}

.look__text p span {
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
}

.look__button {
  width: 299px;
  height: 94px;
  font-weight: 600;
  font-size: 22px;
  line-height: 84%;
  color: #2a3a03;
}

.look__button .button__hover {
  width: 325px;
  height: 125px;
  top: -12px;
  left: -15px;
}

.plan {
  padding: 0px 0px 165px 0px;
}

.plan__body {
  margin: 0px 0px 70px 0px;
}

.plan__column {
  display: flex;
}

.plan__column:nth-child(even) {
  flex-direction: row-reverse;
  margin: -15px 0px 0px 0px;
}

.plan__column:nth-child(even) .plan__item {
  margin: 27px 5px 0px 0px;
}

.plan__column:nth-child(even) p {
  text-align: left;
}

.plan__column:nth-child(even) p.plan__title {
  flex-direction: row-reverse;
  justify-content: start;
  margin: 0px 0px 12px 0px;
}

.plan__column:nth-child(even) .plan__oval {
  left: -20px;
  top: -45px;
}

.plan__column:nth-child(even) .plan__arrows {
  margin: 0px -66px 0px 0px;
}

.plan__column:nth-child(3) .plan__item {
  width: 355px;
}

.plan__column:nth-child(3) p.plan__title {
  margin: 10px 0px 5px -30px;
  width: calc(100% + 30px);
}

.plan__column:nth-child(3) .plan__line {
  top: 5px;
  left: -10px;
}

.plan__column:nth-child(4) .plan__item {
  margin: 32px 0px 0px 0px;
}

.plan__column:nth-child(4) p.plan__title {
  margin: 0px 0px 22px 0px;
}

.plan__column:nth-child(4) .plan__line {
  left: -5px;
  top: 20px;
}

.plan__column:nth-child(4) .plan__circle {
  margin: 30px 0px 0px -10px;
}

.plan__column:nth-child(4) .plan__arrows {
  margin: 0px -35px 0px 0px;
}

.plan__column:nth-child(4) .plan__arrow {
  height: 271px;
}

.plan__column:nth-child(5) .plan__item {
  width: 355px;
  margin: 18px 0px 0px 0px;
}

.plan__column:nth-child(5) p.plan__title {
  position: relative;
  margin: 0px 0px 5px -30px;
  width: calc(100% + 30px);
}

.plan__column:nth-child(5) .plan__line {
  left: -8px;
  top: 6px;
}

.plan__column:nth-child(5) .plan__circle {
  margin: 20px 0px -15px -10px;
}

.plan__column:nth-child(5) .plan__arrows {
  margin: 0px 0px 0px -5px;
}

.plan__column:nth-child(5) .plan__arrow {
  height: 186px;
}

.plan__column:nth-child(6) .plan__item {
  margin: 27px 5px 0px 0px;
}

.plan__column:nth-child(6) p.plan__title {
  position: relative;
  margin: 0px -30px 5px 0px;
  width: calc(100% + 30px);
}

.plan__column:nth-child(6) .plan__line {
  left: -13px;
  top: 3px;
}

.plan__column:nth-child(6) .plan__circle {
  margin: 35px 0px -10px -15px;
}

.plan__column:nth-child(6) .plan__arrows {
  margin: 0px -35px 0px 0px;
}

.plan__column:nth-child(6) .plan__arrow {
  height: 245px;
}

.plan__column:nth-child(7) .plan__item {
  width: 355px;
  margin: 0px 0px 0px 5px;
}

.plan__column:nth-child(7) .plan__icon {
  margin: 0px -10px 0px 0px;
}

.plan__column:nth-child(7) p.plan__title {
  position: relative;
  margin: 0px 0px -5px -30px;
  width: calc(100% + 30px);
}

.plan__column:nth-child(7) .plan__line {
  left: -8px;
  top: 6px;
}

.plan__column:nth-child(7) .plan__circle {
  margin: 20px 0px 10px -10px;
}

.plan__column:nth-child(7) .plan__arrows {
  margin: 0px 0px 0px -25px;
}

.plan__column:nth-child(7) .plan__arrow {
  height: 278px;
}

.plan__column:nth-child(8) .plan__item {
  margin: 25px 5px 0px 0px;
}

.plan__column:nth-child(8) p.plan__title {
  margin: 0px -30px 5px 0px;
  width: calc(100% + 30px);
}

.plan__column:nth-child(8) .plan__line {
  left: -13px;
  top: 10px;
}

.plan__column:nth-child(8) .plan__circle {
  margin: 40px 0px 0px -15px;
}

.plan__column:nth-child(8) .plan__arrows {
  margin: 0px -27px 0px 0px;
}

.plan__column:nth-child(8) .plan__arrow {
  height: 211px;
}

.plan__column:nth-child(9) .plan__item {
  width: 355px;
  margin: -10px 0px 0px 5px;
}

.plan__column:nth-child(9) .plan__icon {
  margin: 0px -75px 0px 75px;
}

.plan__column:nth-child(9) p.plan__title {
  margin: 0px 0px 22px -30px;
  width: calc(100% + 30px);
}

.plan__column:nth-child(9) .plan__line {
  left: 50px;
  top: 26px;
}

.plan__column:nth-child(9) .plan__circle {
  margin: -15px 0px -10px -5px;
}

.plan__column:nth-child(9) .plan__arrows {
  margin: 0px 0px 0px -8px;
}

.plan__column:nth-child(9) .plan__arrow {
  height: 138px;
  margin: 0px 0px 0px -5px;
}

.plan__column:nth-child(10) .plan__item {
  margin: 5px 5px 0px 0px;
}

.plan__column:nth-child(10) p.plan__title {
  position: relative;
  margin: 0px -30px -5px 0px;
  width: calc(100% + 30px);
}

.plan__column:nth-child(10) .plan__line {
  left: -13px;
  top: 10px;
}

.plan__column:nth-child(10) .plan__circle {
  margin: 35px 0px -15px -10px;
}

.plan__column:nth-child(10) .plan__arrows {
  margin: 0px -18px 0px 0px;
}

.plan__column:nth-child(10) .plan__arrow {
  height: 172px;
}

.plan__column:nth-child(11) .plan__item {
  width: 355px;
  margin: 10px 0px 0px 0px;
}

.plan__column:nth-child(11) .plan__icon {
  margin: 0px -65px 0px 55px;
}

.plan__column:nth-child(11) p.plan__title {
  margin: 0px 0px 15px -80px;
  width: calc(100% + 80px);
}

.plan__column:nth-child(11) .plan__line {
  left: 45px;
  top: 32px;
}

.plan__column:nth-child(11) .plan__circle {
  margin: -15px 0px 0px -10px;
}

.plan__column:nth-child(11) .plan__arrows {
  margin: 40px 0px 0px -8px;
}

.plan__column:nth-child(11) .plan__arrow {
  height: 211px;
}

.plan__column:nth-child(12) .plan__item {
  margin: 17px 0px 0px 0px;
}

.plan__column:nth-child(12) p.plan__title {
  position: relative;
  margin: 0px -30px -7px 0px;
  width: calc(100% + 30px);
}

.plan__column:nth-child(12) .plan__line {
  left: -5px;
  top: 8px;
}

.plan__column:nth-child(12) .plan__circle {
  margin: 18px 0px -15px -10px;
}

.plan__column:nth-child(12) .plan__arrows {
  margin: 0px -25px 0px 0px;
}

.plan__column:nth-child(12) .plan__arrow {
  height: 172px;
}

.plan__item {
  width: 345px;
}

.plan__item p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  text-align: right;
  margin: 0px 0px 20px 0px;
}

.plan__item p:last-child {
  margin: 0px 0px 0px 0px;
}

.plan__item p.plan__title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0px 0px 10px 0px;
}

.plan__item p.plan__title span {
  margin: 10px 0px 0px 0px;
}

.plan__item p span {
  position: relative;
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
  color: #062149;
}

.plan__icon2 {
  margin: 0px 0px 0px 10px;
}

.plan__line {
  position: absolute;
  left: -20px;
  top: 0;
}

.plan__line2 {
  position: absolute;
  left: -10px;
  top: 10px;
}

.plan__oval {
  position: absolute;
  top: -50px;
  left: -30px;
}

.plan__arrows {
  margin: 0px 0px 0px -25px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.plan__arrow2 {
  height: 384px;
}

.plan__arrow3 {
  height: 304px;
}

.plan__circle1 {
  margin: 8px 0px -8px -12px;
}

.plan__circle2 {
  margin: 10px 0px -10px -20px;
}

.plan__circle3 {
  margin: 5px 0px 5px -10px;
}

.plan__text {
  margin: 0px 0px 100px 0px;
}

.plan__text p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #062149;
}

.plan__text p span {
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
}

.plan__button {
  display: none;
}

.bottom-plan__column {
  position: relative;
  margin: 0px 0px 35px 8px;
}

.bottom-plan__column:last-child {
  margin: 0px 0px 0px 8px;
}

.bottom-plan__column:nth-child(2) .bottom-plan__oval {
  left: -20px;
  top: -12px;
}

.bottom-plan__column:nth-child(2) .bottom-plan__title {
  margin: 0px 0px 18px 0px;
}

.bottom-plan__column p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #062149;
  margin: 0px 0px 20px 0px;
}

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

.bottom-plan__column p span {
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
}

.bottom-plan__bg {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 100%;
}

.bottom-plan__title {
  position: relative;
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
  line-height: 140%;
  color: #062149;
  margin: 0px 0px 15px 0px;
}

.bottom-plan__oval {
  position: absolute;
  top: -15px;
  left: -35px;
}

.bottom-plan__text {
  width: calc(100% + 5px);
}

.price {
  padding: 0px 0px 70px 0px;
}

.price__text {
  margin: 0px 0px 42px 0px;
}

.price__text p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #062149;
  margin: 0px 0px 23px 5px;
}

.price__text p:last-child {
  margin: 0px 0px 0px 5px;
}

.price__text p span {
  position: relative;
}

.price__text p span img {
  position: absolute;
  left: -8px;
  width: calc(100% + 20px);
  height: 30px;
  top: 5px;
}

.subscription-plan__title {
  position: relative;
  font-weight: 700;
  font-size: 26px;
  line-height: 131%;
  color: #062149;
  text-align: center;
  margin: 0px 0px 0px 8px;
}

.subscription-plan__title img {
  position: absolute;
  left: 220px;
  top: -10px;
}

.subscription-plan__body {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.subscription-plan__plus {
  position: absolute;
  width: 76px;
  height: 77px;
  top: 57%;
  left: 51%;
  transform: translate(-50%, -50%);
}

.subscription-plan__column {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 0 0 362px;
  padding: 42px 0px 0px 2px;
}

.subscription-plan__column .p-title {
  position: relative;
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #062149;
  line-height: 100%;
  height: 50px;
}

.subscription-plan__column .p-title img {
  position: absolute;
  left: -20px;
  top: -30px;
  z-index: -1;
}

.subscription-plan__column:last-child {
  margin: 0px -30px 0px 0px;
}

.subscription-plan__column:last-child .p-title {
  height: 50px;
}

.subscription-plan__column:last-child .p-title img {
  left: -70px;
}

.subscription-plan__item {
  position: relative;
  padding: 15px 5px 10px 0px;
}

.subscription-plan__frame {
  position: absolute;
  width: calc(100% + 14px);
  height: calc(100% + 35px);
  top: -18px;
  left: -18px;
}

.subscription-plan__text {
  width: 332px;
  height: 500px;
}

.subscription-plan__text p {
  position: relative;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #062149;
  margin: 0px 0px 18px 0px;
  line-height: 125%;
}

.subscription-plan__text p:last-child {
  margin: 0px 0px 0px 0px;
}

.subscription-plan__text p a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  transition: opacity 0.3s ease 0s;
}

.subscription-plan__text p a:hover {
  opacity: 0.7;
}

.subscription-plan__text p span {
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
}

.subscription-plan__text p span.old-price {
  font-size: 16px;
  font-family: var(--second-family);
  position: relative;
}

.subscription-plan__text p span.old-price img {
  width: 48px;
  height: 30px;
  top: -7px;
  left: -5px;
  position: absolute;
  z-index: 2;
  display: block;
}

.subscription-plan__text p img {
  position: absolute;
  top: -17px;
  left: -30px;
  width: calc(100% + 60px);
  z-index: -1;
  height: calc(100% + 45px);
}

.bottom-subscription-plan__bracket {
  margin: -20px 0px 0px -15px;
}

.bottom-subscription-plan__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0px 25px 10px;
}

.bottom-subscription-plan__text p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #062149;
}

.bottom-subscription-plan__text p span {
  position: relative;
  font-size: 35px;
  font-family: "Cormorantgaramond", sans-serif;
}

.bottom-subscription-plan__text p span img {
  width: 119px;
  height: 55px;
  position: absolute;
  top: 0px;
  left: -28px;
}

.bottom-subscription-plan__text p:last-child {
  margin: 15px 0px 0px 0px;
}

.bottom-subscription-plan__subtext {
  margin: 30px 0px 0px 5px;
}

.bottom-subscription-plan__subtext p {
  font-family: var(--second-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  color: #062149;
  margin: 0px 0px 35px 0px;
}

.bottom-subscription-plan__subtext p span {
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
}

.guarantees {
  padding: 0px 0px 85px 0px;
}

.guarantees__content {
  padding: 10px 0px 0px 5px;
}

.guarantees__content p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #062149;
  margin: 0px 0px 20px 0px;
}

.guarantees__content p:last-child {
  margin: 45px 0px 0px 0px;
}

.guarantees__content p span {
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
}

.guarantees__content p a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  transition: opacity 0.3s ease 0s;
}

.guarantees__content p a:hover {
  opacity: 0.7;
}

.guarantees__image {
  display: flex;
  justify-content: center;
  padding: 16px 0px 0px 0px;
}

.guarantees__image img {
  width: 168px;
  height: 128px;
}

.questions__content {
  padding: 15px 0px 25px 5px;
}

.questions__column p {
  font-family: var(--second-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
  color: #062149;
  margin: 0px 0px 20px 0px;
}

.questions__column p:last-child {
  margin: 0px 0px 0px 0px;
}

.questions__column p span {
  font-family: "Cormorantgaramond", sans-serif;
  font-size: 22px;
}

.questions__column p a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  transition: opacity 0.3s ease 0s;
}

.questions__column p a:hover {
  opacity: 0.7;
}

.questions__line {
  position: relative;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0px 0px 8px 0px;
}

.questions__underline {
  padding: 140px 0px 55px 0px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.questions__underline img {
  height: 65px;
  width: 238px;
}

@media (max-width: 1460px) {
  .header__bg {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 991.98px) {
  .main-home {
    padding: 115px 0px 0px 0px;
  }
}
@media (max-width: 800px) {
  .button {
    width: 391px;
    height: 123px;
    margin: 25px 0px 0px -20px;
  }
  .title2 {
    line-height: 106%;
    margin: 0px 0px 25px 0px;
  }
  .title2 img {
    width: 279px;
    height: 10px;
    bottom: -8px;
  }
  .header__bg {
    height: 80px;
  }
  .header__line {
    height: 55px;
    width: 100%;
    left: -15px;
  }
  .footer {
    padding: 31px 0px;
  }
  .footer__content {
    padding: 0px 0px 0px 18px;
  }
  /* .footer-main-link-wrapper {
         text-align: center;
         margin-bottom: 20px;
   }

   .footer-main-link {
         font-size: 16px; !* Крупнее, чем обычный текст в футере *!
         font-weight: 700; !* Жирный *!
         text-decoration: none; !* Без подчеркивания по умолчанию *!
         //color: #000; !* Цвет — можно адаптировать под дизайн *!
         transition: color 0.3s, text-decoration 0.3s;
         color: red !important;
   }

   .footer-main-link:hover {
         color: #007bff; !* Цвет при наведении (можно изменить) *!
         text-decoration: underline;
   }*/
  .footer__top {
    font-size: 10px;
  }
  .footer__top ul {
    gap: 5px;
  }
  .footer__top ul li::before {
    margin: 4px 10px 0px 4px;
  }
  .footer__center {
    padding: 25px 0px 25px 0px;
    font-size: 10px;
    gap: 10px;
  }
  .footer__bottom {
    margin: 0px 0px 0px 0px;
    justify-content: center;
    gap: 45px;
  }
  .main-home {
    padding: 62px 0px 0px 0px;
  }
  .main-home__arrow {
    font-size: 16px;
    line-height: 93%;
    margin: 43px 0px 0px 5px;
  }
  .main-home__arrow img {
    width: 25px;
    height: 13px;
  }
  .top-main-home {
    margin: 0px 0px 0px 55px;
  }
  .top-main-home h1 {
    font-size: 38px;
  }
  .top-main-home__stroke {
    height: 16px;
    left: 55px;
  }
  .top-main-home__logo {
    height: 20px;
    margin: 0px 0px 3px 5px;
  }
  .top-main-home__arrow {
    height: 136px;
    margin: -25px -100px 0px 0px;
  }
  .center-main-home {
    display: flex;
    flex-direction: column;
    margin: -60px 0px 0px 0px;
    align-items: center;
  }
  .center-main-home__header {
    align-items: center;
  }
  .center-main-home__number {
    font-size: 87px;
  }
  .center-main-home__frame {
    width: 166px;
    height: 138px;
  }
  .center-main-home__title span {
    font-size: 22px;
  }
  .center-main-home__title {
    font-size: 17px;
    margin: 0px 15px 0px 15px;
  }
  .center-main-home__subtitles {
    margin: 42px 0px 0px 20px;
    width: 372px;
    font-size: 15px;
    line-height: 159%;
  }
  .center-main-home__subtitle {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .center-main-home__subtitle:first-child span:first-child {
    text-align: left;
  }
  .center-main-home__subtitle:first-child span:last-child {
    margin: 0px 0px 0px 27%;
  }
  .center-main-home__subtitle:nth-child(2) {
    margin: 0px 0px 0px 17%;
  }
  .center-main-home__subtitle:nth-child(2) span:first-child {
    text-align: left;
  }
  .center-main-home__subtitle:nth-child(2) span:last-child {
    margin: 0px 0px 0px 21%;
  }
  .center-main-home__oval {
    display: none;
  }
  .bottom-main-home {
    margin: 80px 0px 0px 10px;
  }
  .bottom-main-home__title1 .bottom-main-home__item {
    width: 95%;
  }
  .bottom-main-home__title1 .bottom-main-home__text {
    padding: 5px 5px 4px 20px;
  }
  .bottom-main-home__paper {
    top: -130px;
    left: -140px;
    width: 415px;
  }
  .bottom-main-home__icon1 {
    right: auto;
    top: auto;
    width: 71px;
    height: 71px;
    bottom: 120px;
    z-index: 5;
    left: 50px;
  }
  .bottom-main-home__text span.strong {
    font-size: 20px;
    line-height: 110%;
    padding: 0px 10px 12px 0px;
  }
  .bottom-main-home__karakul1 {
    width: 145px;
    height: 41px;
  }
  .bottom-main-home__title2 {
    top: -25px;
    right: -5px;
    z-index: 12;
  }
  .bottom-main-home__title2 .bottom-main-home__item {
    width: 70%;
  }
  .bottom-main-home__title2 .bottom-main-home__text {
    padding: 47px 32px 20px 25px;
  }
  .bottom-main-home__title2 .bottom-main-home__bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
  }
  .bottom-main-home__icon2 {
    display: none;
  }
  .bottom-main-home__karakul2 {
    display: none;
  }
  .about {
    padding: 45px 0px 170px 0px;
  }
  .about__content h2 {
    margin: 0px 0px 70px 0px;
  }
  .about__content h2 span {
    margin: 0px 0px 0px 0px;
  }
  .about__content h2 span img {
    display: none;
  }
  .about__image {
    margin: 0px 0px 25px 110px;
  }
  .about__image img {
    width: 255px;
    height: 185px;
  }
  .about__text p .inst-mob {
    opacity: 1;
  }
  .about__button {
    margin: 55px 0px 70px 0px;
  }
  .live {
    padding: 0px 0px 122px 0px;
  }
  .live__title {
    margin: 0px 0px 55px 0px;
  }
  .live__title h2 img {
    height: 95px;
  }
  .live__arrow4 {
    transform: rotate(30deg);
    bottom: 40px;
    left: -45px;
  }
  .live__arrow4 img {
    width: auto;
    height: 160px;
  }
  .live__arrow5 {
    display: none;
  }
  .live__karakul {
    left: auto;
    right: -55px;
    top: 250px;
    height: 70px;
    transform: rotate(100deg);
  }
  .live__smile {
    height: 86px;
    width: 77px;
    top: 67%;
    right: -25px;
  }
  .live__pill {
    height: 99px;
    margin: 25px 0px 55px 0px;
  }
  .live__smile2 {
    left: auto;
    right: -25px;
    top: 115px;
    z-index: -1;
  }
  .live__smile3 {
    right: -35px;
    top: 125px;
  }
  .live__image2 {
    height: 226px;
    left: 100%;
    margin: 15px 0px 0px 0px;
    transform: translate(-100%, 0px) rotate(5deg);
  }
  .look {
    padding: 0px 0px 90px 0px;
  }
  .look__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .look__content .title2 {
    line-height: 87%;
    margin: 0px 0px 35px 0px;
  }
  .look__list {
    margin: 0px 0px 40px 0px;
  }
  .look__list ul li:nth-child(4) .look__number img {
    top: -17px;
    left: -25px;
    height: 50px;
    width: 49px;
  }
  .look__list ul li:nth-child(5) .look__number img {
    top: -15px;
    left: -25px;
    width: 50px;
    height: 52px;
  }
  .look__list ul li:nth-child(6) .look__number img {
    left: -32px;
  }
  .look__list ul li:nth-child(7) .look__number img {
    top: -20px;
    left: -30px;
  }
  .look__list p {
    padding: 0px 0px 0px 10px;
  }
  .look__number img {
    width: 70px;
    height: 68px;
    top: -25px;
    left: -25px;
  }
  .look__ground {
    width: 74px;
    height: 78px;
    right: -15px;
    bottom: 12%;
  }
  .look__button {
    display: flex;
    max-width: 360px;
    height: 123px;
    margin: 20px 0px 0px 0px;
  }
  .look__button .button__hover {
    width: 390px;
    left: -17px;
    top: -20px;
  }
  .plan {
    padding: 0px 0px 110px 0px;
  }
  .plan__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .plan__body {
    margin: 0px 0px 85px 0px;
  }
  .plan__column {
    flex-direction: row-reverse;
  }
  .plan__column:nth-child(even) {
    margin: 5px 0px 0px 0px;
  }
  .plan__column:nth-child(even) .plan__arrows {
    margin: 0px -66px 0px -40px;
  }
  .plan__column:nth-child(3) {
    margin: 35px 0px 0px 0px;
  }
  .plan__column:nth-child(3) .plan__item {
    width: 100%;
  }
  .plan__column:nth-child(3) p.plan__title {
    margin: 10px 0px 18px 0px;
    width: 100%;
  }
  .plan__column:nth-child(3) .plan__line {
    width: 110%;
    top: auto;
  }
  .plan__column:nth-child(3) .plan__icon {
    margin: 0px 20px 0px 0px;
  }
  .plan__column:nth-child(3) .plan__circle3 {
    margin: 5px 0px 40px -10px;
  }
  .plan__column:nth-child(3) .plan__arrows {
    margin: 0px -60px 0px -45px;
  }
  .plan__column:nth-child(3) .plan__arrow3 {
    height: 384px;
  }
  .plan__column:nth-child(4) p.plan__title {
    position: relative;
  }
  .plan__column:nth-child(4) .plan__icon {
    position: absolute;
    right: 5px;
    top: -10px;
  }
  .plan__column:nth-child(4) .plan__line {
    width: 100%;
    top: auto;
  }
  .plan__column:nth-child(4) .plan__circle {
    margin: 30px 0px 0px -25px;
  }
  .plan__column:nth-child(4) .plan__arrows {
    margin: 0px -60px 0px -35px;
  }
  .plan__column:nth-child(4) .plan__arrow {
    height: 351px;
  }
  .plan__column:nth-child(5) .plan__item {
    width: 100%;
    margin: 15px 0px 0px 0px;
  }
  .plan__column:nth-child(5) p.plan__title {
    margin: 0px 0px 25px 0px;
    width: 100%;
  }
  .plan__column:nth-child(5) .plan__icon {
    position: absolute;
    right: 0;
    top: -40px;
  }
  .plan__column:nth-child(5) .plan__line {
    top: auto;
    width: 105%;
    bottom: -76%;
    left: -5px;
  }
  .plan__column:nth-child(5) .plan__circle {
    margin: 10px 0px -10px -10px;
  }
  .plan__column:nth-child(5) .plan__arrows {
    margin: 0px -35px 0px -20px;
  }
  .plan__column:nth-child(5) .plan__arrow {
    height: 247px;
  }
  .plan__column:nth-child(6) {
    margin: -15px 0px 0px 0px;
  }
  .plan__column:nth-child(6) .plan__item {
    margin: 0px 0px 0px 0px;
  }
  .plan__column:nth-child(6) p.plan__title {
    margin: 5px 0px 25px 0px;
    width: 100%;
  }
  .plan__column:nth-child(6) .plan__icon {
    position: absolute;
    right: -10px;
    top: -45px;
  }
  .plan__column:nth-child(6) .plan__circle {
    margin: 0px 0px 15px -15px;
  }
  .plan__column:nth-child(6) .plan__arrows {
    margin: 0px -40px 0px -25px;
  }
  .plan__column:nth-child(6) .plan__arrow {
    height: 260px;
  }
  .plan__column:nth-child(7) {
    margin: 30px 0px 0px 0px;
  }
  .plan__column:nth-child(7) .plan__item {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .plan__column:nth-child(7) p.plan__title {
    width: 100%;
    margin: -5px 0px -5px 0px;
  }
  .plan__column:nth-child(7) .plan__line {
    width: 105%;
    top: auto;
    bottom: -75%;
  }
  .plan__column:nth-child(7) .plan__circle {
    margin: 10px 0px 25px -20px;
  }
  .plan__column:nth-child(7) .plan__arrows {
    margin: 0px -50px 0px -32px;
  }
  .plan__column:nth-child(7) .plan__arrow {
    height: 312px;
  }
  .plan__column:nth-child(8) p.plan__title {
    margin: 0px 0px 0px 0px;
    width: 100%;
  }
  .plan__column:nth-child(8) .plan__icon {
    margin: 5px 0px 0px 20px;
  }
  .plan__column:nth-child(8) .plan__arrows {
    margin: 0px -40px 0px -25px;
  }
  .plan__column:nth-child(8) .plan__arrow {
    height: 263px;
  }
  .plan__column:nth-child(9) {
    margin: 30px 0px 0px 0px;
  }
  .plan__column:nth-child(9) .plan__item {
    width: 100%;
  }
  .plan__column:nth-child(9) .plan__icon {
    margin: 10px -15px 0px 0px;
  }
  .plan__column:nth-child(9) p.plan__title {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .plan__column:nth-child(9) .plan__line {
    left: -10px;
    top: auto;
    width: 115%;
  }
  .plan__column:nth-child(9) .plan__circle {
    margin: -15px 0px -25px -5px;
  }
  .plan__column:nth-child(9) .plan__arrows {
    margin: 0px -45px 0px -25px;
  }
  .plan__column:nth-child(9) .plan__arrow {
    height: 263px;
    margin: 0px 0px 0px 0px;
  }
  .plan__column:nth-child(10) {
    margin: -15px 0px 0px 0px;
  }
  .plan__column:nth-child(10) p.plan__title {
    width: 100%;
    margin: 0px 0px 25px 0px;
  }
  .plan__column:nth-child(10) .plan__circle {
    margin: 0px 0px -10px -15px;
  }
  .plan__column:nth-child(10) .plan__arrows {
    margin: 0px -45px 0px -25px;
  }
  .plan__column:nth-child(10) .plan__arrow {
    height: 263px;
  }
  .plan__column:nth-child(11) {
    margin: -35px 0px 0px 0px;
  }
  .plan__column:nth-child(11) .plan__item {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .plan__column:nth-child(11) .plan__icon {
    margin: 0px 0px 0px -10px;
  }
  .plan__column:nth-child(11) p.plan__title {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
  .plan__column:nth-child(11) .plan__line {
    width: 110%;
    left: -15px;
    height: 35px;
    bottom: -25px;
    top: auto;
  }
  .plan__column:nth-child(11) .plan__arrows {
    margin: 30px -40px 0px -22px;
  }
  .plan__column:nth-child(11) .plan__arrow {
    height: 263px;
  }
  .plan__column:nth-child(12) {
    margin: 0px 0px 0px 0px;
  }
  .plan__column:nth-child(12) .plan__item {
    margin: 15px 0px 0px 0px;
  }
  .plan__column:nth-child(12) p.plan__title {
    width: 100%;
    margin: 0px 0px 25px 0px;
  }
  .plan__column:nth-child(12) .plan__icon {
    position: absolute;
    right: -20px;
    top: -50px;
  }
  .plan__column:nth-child(12) .plan__line {
    width: 110%;
    left: -5px;
    height: 35px;
    bottom: -25px;
    top: auto;
  }
  .plan__column:nth-child(12) .plan__circle {
    margin: -10px 0px -15px -10px;
  }
  .plan__column:nth-child(12) .plan__arrows {
    margin: 0px -25px 0px -20px;
  }
  .plan__item {
    width: 100%;
  }
  .plan__item p {
    text-align: left;
  }
  .plan__item p.plan__title {
    justify-content: start;
    flex-direction: row-reverse;
  }
  .plan__icon {
    margin: 0px 0px 0px 5px;
  }
  .plan__icon2 {
    margin: 0px 0px 0px 35px;
  }
  .plan__line {
    left: -10px;
    width: 120%;
    top: 5px;
  }
  .plan__arrows {
    margin: 0px -50px 0px -35px;
  }
  .plan__circle1 {
    margin: 8px 0px 18px -12px;
  }
  .plan__circle2 {
    margin: 10px 0px 10px -20px;
  }
  .plan__text {
    margin: 0px 5px -20px 5px;
  }
  .plan__button {
    display: flex;
    max-width: 360px;
    margin: 35px 0px 100px 0px;
  }
  .plan__button .button__hover {
    width: 390px;
    left: -17px;
    top: -20px;
  }
  .price__container .title2 {
    margin: 0px 0px 45px 0px;
  }
  .price__text {
    margin: 0px 0px 25px 0px;
  }
  .price__text p span img {
    width: 100%;
  }
  .subscription-plan__title {
    margin: 0px 0px 15px 8px;
  }
  .subscription-plan__title img {
    left: 25%;
    height: 104px;
    top: 0;
  }
  .subscription-plan__body {
    flex-direction: column;
  }
  .subscription-plan__plus {
    position: relative;
  }
  .subscription-plan__column {
    padding: 42px 0px 0px 10px;
    flex: 1 1 auto;
    width: 100%;
    margin: 0px 0px 50px 0px;
  }
  .subscription-plan__column:last-child {
    margin: -35px -30px 0px 0px;
    padding: 0px;
  }
  .subscription-plan__item {
    padding: 15px 5px 10px 10px;
  }
  .subscription-plan__frame {
    width: calc(100% + 36px);
    height: calc(100% + 45px);
  }
  .subscription-plan__text {
    width: 96%;
    height: 100%;
  }
  .subscription-plan__text p img {
    display: none;
  }
  .bottom-subscription-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom-subscription-plan__bracket {
    margin: 20px 0px 0px -5px;
    width: 100%;
  }
  .bottom-subscription-plan__text {
    margin: 5px 0px 25px 0px;
  }
  .bottom-subscription-plan__button {
    display: flex;
    margin: -15px 0px 0px 0px;
  }
  .bottom-subscription-plan__button .button__hover {
    width: 420px;
    left: -17px;
    top: -20px;
  }
  .bottom-subscription-plan__subtext {
    margin: 20px 0px 0px 5px;
  }
  .guarantees {
    padding: 0px 0px 50px 0px;
  }
  .guarantees__image {
    padding: 10px 0px 0px 0px;
  }
  .guarantees__image img {
    width: 112px;
    height: 85px;
  }
  .questions__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .questions__line {
    top: 0;
  }
  .questions__button {
    display: flex;
    margin: -15px 0px 0px 0px;
  }
  .questions__button .button__hover {
    width: 420px;
    left: -17px;
    top: -20px;
  }
  .questions__underline {
    padding: 30px 0px 30px 0px;
  }
}
@media (max-width: 479.98px) {
  .footer__top {
    max-width: 280px;
  }
  .main-home__rips {
    bottom: -5px;
  }
  .plan__column:nth-child(3) .plan__line {
    bottom: -45%;
  }
  .plan__column:nth-child(10) .plan__icon {
    position: absolute;
    right: -25px;
    top: -40px;
  }
  .bottom-plan__column:nth-child(2) .bottom-plan__bg {
    top: 30px;
  }
  .bottom-plan__bg {
    top: 0px;
    height: calc(100% + 50px);
  }
  .subscription-plan__title img {
    left: -20px;
  }
}
@media (max-width: 393px) {
  [class*=__container] {
    padding: 0px 15px;
  }
  .center-main-home {
    margin: -30px 0px 0px 0px;
  }
  .center-main-home__subtitles {
    width: 100%;
    margin: 42px 0px 0px 0px;
  }
  .about__button {
    width: 100%;
  }
  .about__button span {
    font-size: 16px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about__button span img {
    height: 35px;
  }
  .about__bg {
    height: 95px;
  }
  .live__karakul {
    right: -45px;
  }
  .look__button {
    max-width: 300px;
  }
  .look__button .button__hover {
    width: 320px;
    height: 170px;
    left: -10px;
    top: -20px;
  }
  .plan__column:nth-child(3) .plan__icon {
    margin: 0px 0px 0px 0px;
  }
  .plan__column:nth-child(5) .plan__icon {
    top: -5px;
    right: -5px;
  }
  .plan__column:nth-child(5) .plan__line {
    bottom: -56%;
  }
  .plan__column:nth-child(6) {
    margin: 0px 0px 0px 0px;
  }
  .plan__column:nth-child(6) .plan__icon {
    top: -15px;
    right: -15px;
  }
  .plan__column:nth-child(6) .plan__line {
    top: auto;
    width: 100%;
  }
  .plan__column:nth-child(7) .plan__icon {
    margin: 0px -60px 0px -10px;
  }
  .plan__column:nth-child(10) {
    margin: 10px 0px 0px 0px;
  }
  .plan__column:nth-child(10) .plan__line {
    top: auto;
  }
  .plan__column:nth-child(11) {
    margin: 0px 0px 0px 0px;
  }
  .plan__icon2 {
    margin: 0px 0px 0px 10px;
  }
  .plan__button {
    max-width: 300px;
  }
  .plan__button .button__hover {
    width: 320px;
    height: 170px;
    left: -10px;
    top: -20px;
  }
  .subscription-plan__frame {
    height: calc(100% + 65px);
    top: -30px;
  }
  .bottom-subscription-plan__button {
    max-width: 300px;
  }
  .bottom-subscription-plan__button .button__hover {
    width: 320px;
    height: 170px;
    left: -10px;
    top: -20px;
  }
  .questions__button {
    max-width: 300px;
  }
  .questions__button .button__hover {
    width: 320px;
    height: 170px;
    left: -10px;
    top: -20px;
  }
}
.center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
}

.form-container {
  max-width: 500px;
  width: 100%;
  padding: 25px;
  border-radius: 12px;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

.form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #1d206a;
  margin-bottom: 20px;
  background: #ebe7e0;
}

.form-group input[type=text],
.form-group input[type=email] {
  padding: 18px 8px 18px 20px;
  height: 100%;
  width: 100%;
  background: #ebe7e0;
}

.info-text {
  margin: 20px 0;
  font-size: 0.95em;
  color: #555;
}

.support-text {
  display: block;
  margin-top: 15px;
  font-size: 1.1em;
  color: #333;
}

.support-link {
  color: #0077ff;
  font-weight: bold;
  text-decoration: none;
}

.support-link:hover {
  text-decoration: underline;
  color: #005fcc;
}

.amount {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.button-link {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 2rem 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  font-family: inherit;
  align-items: center;
  color: #062149;
  background: url(/assets/guest/img/button/button_default.png) no-repeat center;
  width: 100%;
  margin-inline: auto;
  transition: 0.3s ease;
}

.button-link:not(:disabled) {
  cursor: pointer;
}

.button-link::after {
  content: "";
  position: absolute;
  top: 53%;
  right: 15%;
  transform: translateY(-50%);
  display: block;
  width: 58px;
  height: 58px;
  background: url("/assets/guest/img/arrow/arrow_default.png") no-repeat;
}

.button-link:hover {
  background-image: url("/assets/guest/img/button/button_active.png");
  color: #ebe7e0;
}
.button-link:hover::after {
  background-image: url("/assets/guest/img/arrow/arrow_active.png");
}

.button-link:active {
  background-image: url("/assets/guest/img/button/button_active.png");
  color: #ebe7e0;
}

.button::after {
  background-image: url("/assets/guest/img/arrow/arrow_active.png");
}

main {
  overflow-x: hidden;
  flex: 1 0 auto;
  padding-top: 6rem;
}

.error {
  text-align: center;
  color: #dc3545;
  font-weight: 700;
  padding: 5px 0;
  font-size: 1.8em;
}

.error a {
  color: rgb(13, 110, 253);
}

.success {
  text-align: center;
  color: #28a745;
  font-weight: 700;
  padding: 5px 0;
  font-size: 1.5em;
}

.success a {
  color: rgb(13, 110, 253);
}

@media (max-width: 576px) {
  .button-link {
    background-size: contain;
    padding: 12px 16px;
    font-size: 14px;
    text-align: center;
  }
  .button-link::after {
    right: 5% !important;
    transform: scale(0.8);
  }
}
@media (max-width: 600px) {
  .form-container {
    padding: 20px 15px;
  }
}
