@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
* {
  font-family: "Roboto", "Arial", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent !important;
}

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

html {
  height: 100%;
}

body {
  min-height: 100%;
  min-width: 320px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: normal;
  background: #FFFFFF;
  color: #3B3B3B;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

a,
.as-link {
  color: #007AFF;
  text-decoration: none;
}
a img,
.as-link img {
  border: none;
}
@media (hover: hover) {
  a:hover,
  .as-link:hover {
    text-decoration: underline;
  }
}
a:active,
.as-link:active {
  text-decoration: underline;
}

.as-link {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  display: block;
}

ul {
  list-style-position: outside;
  margin-left: 1.5rem;
}

ol {
  list-style-position: outside;
  margin-left: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

button {
  color: inherit;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}

.c__red {
  color: #FF424E;
}

.bg__blue-light {
  background-color: #F2F5FF;
}

.nowrap {
  white-space: nowrap;
}

.container-full {
  width: 1336px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}

.container {
  width: 1115px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}

.container-small {
  width: 896px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}

.text-center {
  text-align: center;
}

.app {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.main {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.d-none {
  display: none !important;
}

.section {
  padding-top: 20px;
  margin-bottom: 60px;
}

.section-title {
  font-family: "Open Sans", "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 48px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #404040;
  margin-bottom: 40px;
}

@media (max-width: 1920px) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 576px) {
  body {
    overflow-x: hidden;
    overflow-y: visible;
  }
  .section {
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
  }
  .section-title br {
    display: none;
  }
  .container-full {
    padding: 0 16px;
  }
  .container {
    padding: 0 16px;
  }
  .container-small {
    padding: 0 16px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  padding: 18px 32px;
  border-radius: 100px;
  transition: background-color 0.1s, color 0.1s, border-color 0.1s, box-shadow 0.1s;
}
.btn svg {
  transition: stroke 0.1s;
}
@media (hover: hover) {
  .btn:hover {
    text-decoration: none;
    box-shadow: inset 1000px 500px 0 rgba(0, 0, 0, 0.1);
  }
}
.btn:active {
  text-decoration: none;
  box-shadow: inset 1000px 500px 0 rgba(0, 0, 0, 0.1);
}
.btn:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

button.btn {
  cursor: pointer;
}

.btn__red {
  background-color: #FF424E;
  color: #FFFFFF;
  font-weight: bold;
}
@media (hover: hover) {
  .btn__red:hover {
    color: #FFFFFF;
  }
}
.btn__red:active {
  color: #FFFFFF;
}

.btn__white-outline {
  border: 1px solid #595959;
  color: #404040;
}
@media (hover: hover) {
  .btn__white-outline:hover {
    color: #404040;
  }
}
.btn__white-outline:active {
  color: #404040;
}

.btn-more {
  color: #404040;
}

@media (max-width: 576px) {
  .btn {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.875rem;
    font-weight: normal;
  }
}
.form_block {
  margin-top: 16px;
  position: relative;
}
.form_block:first-child {
  margin-top: 0;
}
.form_block._error .invalid {
  display: block;
  font-size: 0.75rem;
  margin-top: 4px;
  color: #FF424E;
  width: 100%;
}
.form_block._error input,
.form_block._error select,
.form_block._error textarea {
  border-color: #FF424E;
}
.form_block .invalid {
  display: none;
}

input,
select,
textarea {
  width: 100%;
  height: 51px;
  display: block;
  background: #ffffff;
  border: 1px solid #B7BABF;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 1rem;
  color: #3B3B3B;
  opacity: 1;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #969799;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #969799;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #969799;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #969799;
}
input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #FFFFFF;
}
input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #FFFFFF;
}
input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #FFFFFF;
}
input:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #FFFFFF;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  min-height: 96px;
  min-width: 100%;
  max-width: 100%;
  padding: 12px 16px;
  resize: vertical;
}

.form_label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .form_label:hover input + .input_txt:before {
    background-color: #ececec;
  }
}
.form_label:active input + .input_txt:before {
  background-color: #ececec;
}
.form_label input {
  width: 16px;
  height: 16px;
  opacity: 0;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.form_label input[type=radio] + .input_txt::before {
  border-radius: 100%;
}
.form_label input[type=checkbox] + .input_txt::before {
  margin-top: 1px;
  border-radius: 4px;
}
.form_label input:checked + .input_txt:before {
  background-repeat: no-repeat;
  background-position: center center;
}
.form_label input:checked[type=radio] + .input_txt:before {
  background: #fbdb00;
  border-color: #fbdb00;
}
.form_label input:checked[type=radio] + .input_txt:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 16px;
  background-color: #3B3B3B;
  position: absolute;
  top: 6px;
  left: 12px;
}
.form_label input:checked[type=checkbox] + .input_txt:before {
  border: none;
  background-image: url("../images/icon_check.svg");
}
.form_label .input_txt {
  flex-grow: 1;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 8px;
  font-size: 0.8125rem;
  line-height: 18px;
  color: #5C5E66;
}
.form_label .input_txt:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  display: block;
  position: relative;
  border: 1px solid #D9D9D9;
}

.form-btns {
  margin-top: 32px;
}
.form-btns .btn {
  width: 100%;
}

@media (max-width: 576px) {
  .form_block {
    margin-top: 8px;
  }
  input, select, textarea {
    height: 40px;
    font-size: 0.875rem;
  }
  .form-btns .btn {
    width: 100%;
    height: 48px;
    font-size: 0.875rem;
    font-weight: normal;
  }
}
.modal {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.modal._transition {
  z-index: 99999;
  visibility: visible;
  pointer-events: none;
}
.modal._transition::before {
  opacity: 0.75;
}
.modal._showing {
  opacity: 1;
}
.modal._hiding {
  opacity: 0;
}
.modal._open {
  z-index: 99999;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
  pointer-events: all;
}
.modal._open::before {
  opacity: 0.75;
}
.modal::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  position: fixed;
  left: 0;
  top: 0;
  backdrop-filter: blur(8px);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}

.modal_exit {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.modal_container {
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.modal-header {
  font-family: "Open Sans", "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 36px;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 32px;
}

.modal_content {
  width: 100%;
  max-width: 432px;
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 32px;
  margin: auto;
  z-index: 2;
  box-shadow: 0px 12px 40px 0px rgba(33, 56, 38, 0.1098039216);
}
.modal_content > .btn_close {
  position: absolute;
  right: -40px;
  top: -50px;
  z-index: 100;
}
@media (hover: hover) {
  .modal_content > .btn_close:hover svg {
    fill: #FF424E;
  }
}
.modal_content > .btn_close:active svg {
  fill: #FF424E;
}
.modal_content > .btn_close svg {
  width: 40px;
  height: 40px;
  fill: #FFFFFF;
  transition: fill 0.1s;
}

.modal_error .modal_body {
  font-size: 1rem;
  line-height: 20px;
}
.modal_error .modal_body > * {
  margin-bottom: 12px;
}
.modal_error .modal_body > *:first-child {
  margin-top: 0 !important;
}
.modal_error .modal_body > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .modal_container {
    padding: 20px;
  }
  .modal-header {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .modal_content {
    padding: 16px;
    max-height: 100%;
  }
  .modal_content > .btn_close {
    right: 0;
    top: -50px;
  }
}
.header {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  padding: 14px 0;
}
.header a {
  color: #404040;
  text-decoration: none;
}
@media (hover: hover) {
  .header a:hover {
    color: #FF424E;
    text-decoration: none;
  }
}
.header a:active {
  color: #FF424E;
  text-decoration: none;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}

.header-control {
  flex-shrink: 0;
}
.header-control .header-phone {
  display: none;
}

.header-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}

.site-logo svg {
  width: 66px;
  height: 32px;
  fill: #FF424E;
}

.site-nav__list {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav__item {
  font-size: 1rem;
  color: #404040;
  cursor: pointer;
}
@media (hover: hover) {
  .site-nav__item:hover {
    color: #FF424E;
  }
}
.site-nav__item:active {
  color: #FF424E;
}

.header-phone {
  font-size: 1rem;
  margin: 0 auto;
}

.header-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  font-size: 1rem;
}
.header-links .btn {
  white-space: nowrap;
  padding: 11px 24px;
}

.btn_menu {
  display: none;
}

@media (max-width: 1200px) {
  .header._menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #FFFFFF;
    overflow: auto;
    padding-bottom: 24px;
  }
  .header._menu .header-main {
    display: flex;
  }
  .header._menu .btn_menu svg {
    opacity: 0;
  }
  .header._menu .btn_menu::before {
    opacity: 1;
    transform: rotate(45deg);
  }
  .header._menu .btn_menu::after {
    opacity: 1;
    transform: rotate(-45deg);
  }
  .header .container-full {
    height: 100%;
  }
  .header .site-logo svg {
    width: 48px;
    height: 23px;
  }
  .header-row {
    height: 100%;
    flex-direction: column;
    gap: 24px;
  }
  .header-control {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .header-control .header-phone {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
  .header-main {
    display: none;
    width: 100%;
    flex-direction: column;
    flex-grow: 1;
  }
  .header-main .header-phone {
    display: none;
  }
  .site-nav {
    width: 100%;
  }
  .site-nav__list {
    flex-direction: column;
    gap: 0;
  }
  .site-nav__list li {
    width: 100%;
  }
  .site-nav__item {
    width: 100%;
    padding: 12px 4px;
    text-align: left;
  }
  .header-links {
    flex-direction: column;
    margin-top: auto;
    gap: 8px;
  }
  .header-links > * {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    padding: 18px 32px;
    border-radius: 100px;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s, box-shadow 0.1s;
  }
  .header-links > * svg {
    transition: stroke 0.1s;
  }
}
@media (max-width: 1200px) and (hover: hover) {
  .header-links > *:hover {
    text-decoration: none;
    box-shadow: inset 1000px 500px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1200px) {
  .header-links > *:active {
    text-decoration: none;
    box-shadow: inset 1000px 500px 0 rgba(0, 0, 0, 0.1);
  }
  .header-links a {
    border: 1px solid #595959;
    color: #404040;
  }
}
@media (max-width: 1200px) and (hover: hover) {
  .header-links a:hover {
    color: #404040;
  }
}
@media (max-width: 1200px) {
  .header-links a:active {
    color: #404040;
  }
  .header-links .btn {
    border: none;
    background-color: #FF424E;
    color: #FFFFFF;
    font-weight: normal;
  }
}
@media (max-width: 1200px) and (hover: hover) {
  .header-links .btn:hover {
    color: #FFFFFF;
  }
}
@media (max-width: 1200px) {
  .header-links .btn:active {
    color: #FFFFFF;
  }
  .btn_menu {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }
  .btn_menu::after, .btn_menu::before {
    display: block;
    content: "";
    width: 22px;
    height: 2px;
    background-color: #404040;
    bottom: 0;
    flex-shrink: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
  }
  .btn_menu svg {
    width: 24px;
    height: 24px;
    transition: opacity 0.3s;
  }
}
@media (max-width: 576px) {
  .header {
    padding: 9px 0;
  }
  .header-row {
    margin: 0 -4px;
  }
}
.footer {
  width: 100%;
  flex-shrink: 0;
  background-color: #3B3B3B;
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.6980392157);
}
.footer a {
  color: rgba(255, 255, 255, 0.6980392157);
  text-decoration: none;
}
@media (hover: hover) {
  .footer a:hover {
    color: #ffffff;
    text-decoration: none;
  }
}
.footer a:active {
  color: #ffffff;
  text-decoration: none;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-firm {
  max-width: 275px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
  font-size: 0.875rem;
  line-height: 19px;
}

.footer-logo svg {
  width: 64px;
  height: 31px;
  fill: rgba(255, 255, 255, 0.6980392157);
}

.footer-stores {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-store__link {
  color: rgba(255, 255, 255, 0.6980392157);
  transition: color 0.1s;
}
.footer-store__link svg {
  opacity: 0.7;
  transition: opacity 0.1s;
}
@media (hover: hover) {
  .footer-store__link:hover {
    color: #FFFFFF;
  }
  .footer-store__link:hover svg {
    opacity: 1;
  }
}
.footer-store__link:active {
  color: #FFFFFF;
}
.footer-store__link:active svg {
  opacity: 1;
}

.footer-store__rutube {
  font-size: 0.75rem;
  line-height: 17px;
}
.footer-store__rutube svg {
  width: 96px;
  height: 16px;
}

.footer-store__appstore svg {
  width: 135px;
  height: 40px;
}

.footer-store__googleplay svg {
  width: 136px;
  height: 40px;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 40px;
}

.footer-links__list {
  margin: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 19px;
}
.footer-links__list li {
  margin-bottom: 4px;
  white-space: nowrap;
}
.footer-links__list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .footer-row {
    gap: 24px;
  }
  .footer-links {
    gap: 24px;
  }
  .footer-store__rutube-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 40px 0;
  }
  .footer-row {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 32px 0;
  }
  .footer-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-firm {
    width: 272px;
    order: 3;
    margin: 0 auto;
    justify-content: center;
  }
  .footer-address {
    width: 100%;
    text-align: center;
  }
  .footer-stores {
    width: 100%;
    order: 2;
  }
  .footer-links {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 4px;
    order: 1;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .footer {
    margin-top: 32px;
  }
  .footer-row {
    row-gap: 24px;
  }
  .footer-firm {
    gap: 8px;
    font-size: 0.75rem;
    line-height: 100%;
  }
  .footer-logo svg {
    width: 48px;
    height: 23px;
  }
}
.promo-section {
  padding-top: 0;
}

.promo {
  height: 540px;
  padding: 72px 0 62px 104px;
  background: url("../images/promo_img.webp") no-repeat right -24px top;
  background-size: contain;
}

.promo-info {
  max-width: 533px;
}

.promo-title {
  font-family: "Open Sans", "Arial", Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 44px;
  letter-spacing: -1px;
  color: #404040;
  margin-bottom: 10px;
}

.site-title {
  font-family: "Open Sans", "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 56px;
  letter-spacing: -0.01em;
}

.promo-txt {
  font-size: 1.125rem;
  line-height: 24px;
  margin-top: 32px;
}
.promo-txt > * {
  margin-bottom: 12px;
}
.promo-txt > *:first-child {
  margin-top: 0 !important;
}
.promo-txt > *:last-child {
  margin-bottom: 0;
}

.promo-btns {
  margin-top: 46px;
  display: flex;
  align-items: stretch;
}

@media (max-width: 1024px) {
  .promo-section {
    width: calc(100% + 20px);
  }
  .promo {
    background-position: 224px top;
    background-size: cover;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .promo-section {
    width: 100%;
  }
  .promo {
    height: auto;
    background-position: 124px top;
  }
}
@media (max-width: 576px) {
  .promo {
    width: calc(100% + 16px);
    padding: 22px 16px 0 8px;
    background: url("../images/promo_img_sm.webp") no-repeat left -18px bottom 77px;
    background-size: 490px;
  }
  .promo-title {
    font-size: 1.25rem;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .site-title {
    font-size: 1.875rem;
    line-height: 32px;
  }
  .promo-txt {
    max-width: 194px;
    font-size: 0.875rem;
    line-height: 20px;
    margin-top: 32px;
  }
  .promo-txt > * {
    margin-bottom: 6px;
  }
  .promo-txt > *:first-child {
    margin-top: 0 !important;
  }
  .promo-txt > *:last-child {
    margin-bottom: 0;
  }
  .promo-btns {
    flex-direction: column;
    margin-top: 40px;
    row-gap: 0;
  }
  .promo-btns .btn {
    width: 100%;
    height: 48px;
  }
}
.about-row {
  display: grid;
  grid-template-columns: minmax(53%, 692px) minmax(35%, 548px);
  align-items: center;
  column-gap: 56px;
  row-gap: 32px;
}

.about-img__wrap {
  background-color: #FFFFFF;
  padding: 16px;
  border-radius: 24px;
  box-shadow: 0px 12px 40px 0px rgba(51, 51, 51, 0.1019607843);
}

.about-descr .section-title {
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.about-txt {
  font-size: 1.125rem;
  line-height: 24px;
}
.about-txt > * {
  margin-bottom: 12px;
}
.about-txt > *:first-child {
  margin-top: 0 !important;
}
.about-txt > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .about-row {
    grid-template-columns: 1fr;
  }
  .about-descr {
    order: 1;
  }
  .about-img {
    order: 2;
  }
}
@media (max-width: 576px) {
  .about-row {
    gap: 16px;
  }
  .about-img__wrap {
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
    box-shadow: none;
  }
  .about-txt {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.advantages-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.advantages-main__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.advantages-main__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.advantages-item {
  background-color: #F2F5FF;
  padding: 40px 32px;
  border-radius: 32px;
}

.advantages-item__icon svg {
  width: 64px;
  height: 64px;
}

.advantages-item__descr {
  font-size: 1.125rem;
  line-height: 24px;
  margin-top: 16px;
}

.advantages-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.advantages-item__row {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 0 8px;
}

.advantages-item__info {
  width: 100%;
  max-width: 511px;
}

.advantages-item__title {
  font-family: "Open Sans", "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 36px;
  letter-spacing: -0.01em;
}

.advantages-item__img {
  width: 100%;
  max-width: 452px;
}
.advantages-item__img img {
  border-radius: 8px;
}

@media (max-width: 768px) {
  .advantages-main__top {
    grid-template-columns: 1fr;
  }
  .advantages-main__bottom {
    grid-template-columns: 1fr;
  }
  .advantages-item__row {
    flex-direction: column;
  }
  .advantages-item__info {
    max-width: none;
    order: 1;
  }
  .advantages-item__img {
    max-width: none;
    order: 2;
  }
}
@media (max-width: 576px) {
  .advantages-item {
    padding: 12px 16px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .advantages-item__row {
    padding: 0;
    gap: 16px;
  }
  .advantages-item__descr {
    font-size: 0.875rem;
    line-height: 20px;
    margin-top: 0;
  }
  .advantages-item__title {
    font-size: 1.125rem;
    line-height: 22px;
  }
  .advantages-list {
    margin-top: 24px;
  }
  .advantages-list .advantages-item__descr {
    margin-top: 12px;
  }
  .advantages-item__icon {
    flex-shrink: 0;
  }
  .advantages-item__icon svg {
    width: 48px;
    height: 48px;
  }
}
.self-row {
  height: 552px;
  background: url("../images/self_img.webp") no-repeat;
  background-size: contain;
  padding-right: 119px;
  padding-top: 73px;
  border: 1px solid #D9D9D9;
  border-radius: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.self-info {
  max-width: 460px;
}
.self-info .section-title {
  text-align: left;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.self-txt {
  font-family: "Open Sans", "Arial", Helvetica, sans-serif;
  font-size: 1.75rem;
  line-height: 38px;
  letter-spacing: -0.01em;
}

.self-btns {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .self-row {
    padding: 40px;
    background: url("../images/self_img_sm.webp") no-repeat center;
    background-size: cover;
  }
  .self-info {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .self-row {
    height: 466px;
    padding: 24px;
    border-radius: 32px;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .self-info {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .self-info .section-title {
    margin-bottom: 8px;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: -0.5px;
  }
  .self-txt {
    font-size: 0.875rem;
    line-height: 20px;
  }
  .self-btns {
    margin-top: auto;
  }
  .self-btns .btn {
    width: 100%;
  }
}
.bonus-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bonus-step {
  background-color: #F1F4FA;
  padding: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.bonus-step svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.bonus-descr {
  font-size: 1rem;
  line-height: 22px;
  color: #404040;
}

.bonus-note {
  font-size: 1rem;
  line-height: 24px;
  color: #404040;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 576px) {
  .step {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
  }
  .bonus-descr {
    font-size: 0.875rem;
    line-height: 20px;
  }
  .bonus-note {
    font-size: 0.875rem;
    line-height: 20px;
    margin-top: 24px;
  }
}
.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #D9D9D9;
}

.faq-item {
  border-bottom: 1px solid #D9D9D9;
  padding: 8px 0;
}
.faq-item._show .faq-question__title {
  font-weight: bold;
}
.faq-item._show .faq-question__icon::after {
  transform: rotate(0);
}

.faq-question {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
}
@media (hover: hover) {
  .faq-question:hover .faq-question__title {
    color: #FF424E;
  }
  .faq-question:hover .faq-question__icon::before, .faq-question:hover .faq-question__icon::after {
    background-color: #FF424E;
  }
}
.faq-question:active .faq-question__title {
  color: #FF424E;
}
.faq-question:active .faq-question__icon::before, .faq-question:active .faq-question__icon::after {
  background-color: #FF424E;
}

.faq-question__title {
  font-size: 1.125rem;
  line-height: 24px;
  flex-grow: 1;
  color: #404040;
}

.faq-question__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  position: relative;
}
.faq-question__icon::before, .faq-question__icon::after {
  content: "";
  display: block;
  width: 24px;
  height: 1.5px;
  border-radius: 2px;
  background-color: #404040;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.faq-question__icon::after {
  transform: rotate(-90deg);
  transition: transform 0.15s ease-in;
}

.faq-answer {
  height: 0;
  transition: height 0.15s ease-in;
  overflow: hidden;
}

.faq-answer__inner {
  padding: 0 16px 16px;
}
.faq-answer__inner > * {
  margin-bottom: 12px;
}
.faq-answer__inner > *:first-child {
  margin-top: 0 !important;
}
.faq-answer__inner > *:last-child {
  margin-bottom: 0;
}
.faq-answer__inner {
  font-size: 1.125rem;
  line-height: 26px;
  color: #404040;
}

.faq-note {
  font-size: 1rem;
  line-height: 24px;
  color: #404040;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 576px) {
  .faq-item {
    padding: 0;
  }
  .faq-question {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-note {
    font-size: 0.875rem;
    line-height: 20px;
    margin-top: 24px;
  }
  .faq-question__title {
    font-size: 0.875rem;
    line-height: 20px;
  }
  .faq-answer__inner {
    font-size: 0.875rem;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .faq-question__icon {
    width: 24px;
    height: 24px;
  }
  .faq-question__icon::before, .faq-question__icon::after {
    width: 18px;
  }
}