@charset "UTF-8";
:root {
  --color-black: #000;
  --color-white: #fff;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasDisplay-Roman.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasDisplay-Medium.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

:focus,
:active {
  outline: none;
}

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

body {
  box-sizing: border-box;
}

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

input::-ms-clear {
  display: none;
  border-radius: 0;
  box-shadow: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

p {
  margin: 0;
}

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

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #fff;
}

body {
  background: #F5F5F5;
  color: #303030;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1439px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 1280px) {
  .container {
    padding: 0 20px;
  }
}

.page {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.visually-hidden {
  display: none;
}
.alert-danger{
  margin-bottom: 15px;
    border-radius: 8px;
    padding: 18px 50px  !important;;

}
.alert-success{
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 18px 50px !important;

}

.title1 {
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #F5F5F5;
}
@media screen and (min-width: 1366px) {
  .title1 {
    font-size: 4.375vw;
  }
}
@media screen and (max-width: 1280px) {
  .title1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .title1 {
    font-size: 70px;
  }
}
.title1 span {
  color: rgba(245, 245, 245, 0.4);
}

.title2 {
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.01em;
  font-feature-settings: "ss01" on;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .title2 {
    max-width: calc(335px + 259 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .title2 {
    max-width: 335px;
  }
}
@media screen and (min-width: 1600px) {
  .title2 {
    max-width: 594px;
  }
}
@media screen and (min-width: 480px) {
  .title2 {
    font-size: calc(32px + 22 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .title2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .title2 {
    font-size: 54px;
  }
}
.title2 span {
  color: #EC6658;
}

.title2-light {
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media screen and (min-width: 480px) {
  .title2-light {
    font-size: calc(32px + 22 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .title2-light {
    font-size: 32px;
  }

}


 


@media screen and (min-width: 1600px) {
  .title2-light {
    font-size: 54px;
  }
}

.label,
.label-grey,
.label-green,
.label-white,
.label-red {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px 5px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .label,
  .label-grey,
  .label-green,
  .label-white,
  .label-red {
    font-size: 9px;
  }
}

.label {
  border: 1px solid #EC6658;
  color: #EC6658;
}

.label-light {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.label-grey {
  opacity: 0.15;
  border: 1px solid #303030;
  color: #303030;
}

.label-green {
  border: 1px solid #00B67A;
  color: #00B67A;
}

.label-white {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.label-red {
  background: #EC6658;
  color: #FFFFFF;
}

.breadcrumbs {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 12px 0;
    overflow: hidden;
  }
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
@media (max-width: 767px) {
  .breadcrumbs__list {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .breadcrumbs__list::-webkit-scrollbar {
    display: none;
  }
}

.breadcrumbs__item {
  padding-right: 7px;
  position: relative;
}
.breadcrumbs__item::before {
  content: "";
  width: 4px;
  height: 8px;
  background-image: url("../img/arrow-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.breadcrumbs__item:last-child {
  padding-right: 0;
}
.breadcrumbs__item:last-child::before {
  display: none;
}
.breadcrumbs__item:last-child a,
.breadcrumbs__item:last-child span {
  color: #303030;
}
.breadcrumbs__item:last-child a::before,
.breadcrumbs__item:last-child span::before {
  display: none;
}
.breadcrumbs__item a,
.breadcrumbs__item span {
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
}
@media screen and (min-width: 480px) {
  .breadcrumbs__item a,
  .breadcrumbs__item span {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .breadcrumbs__item a,
  .breadcrumbs__item span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .breadcrumbs__item a,
  .breadcrumbs__item span {
    font-size: 16px;
  }
}
.breadcrumbs__item a {
  color: #EC6658;
  display: block;
  overflow: hidden;
  position: relative;
}
.breadcrumbs__item a::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #EC6658;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(0);
}
@media (any-hover: hover) {
  .breadcrumbs__item a:hover::before {
    transform: translateX(-110%);
  }
}
.breadcrumbs__item span {
  color: #303030;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 1280px) {
  .header.active {
    position: fixed;
  }
  .header.active .container {
    background: #F5F5F5;
  }
  .header.active .header__inner {
    padding: 20px 0;
  }
  .header.active .header__logo span {
    color: #303030;
  }
}
@media (min-width: 1366px) {
  .header--white:not(.active) .header__nav-link,
  .header--white:not(.active) .header__login {
    color: #F5F5F5;
  }
}
@media (min-width: 1366px) and (any-hover: hover) {
  .header--white:not(.active) .header__nav-link:hover,
  .header--white:not(.active) .header__login:hover {
    color: #303030;
  }
}
@media (min-width: 1366px) {
  .header--white:not(.active) .header__lang span {
    background: rgba(245, 245, 245, 0.15);
    color: #F5F5F5;
  }
  .header--white:not(.active) .header__lang span::before {
    content: "";
    background-image: url(../img/arrow-white.svg);
  }
}
@media (min-width: 1366px) {
  .header--black:not(.active) .header__lang span,
  .header--black:not(.active) .header__lang ul {
    background: #F5F5F5;
  }
}
.header--black .header__logo span {
  color: #303030;
}
.header--black .header__burger {
  background: #F5F5F5;
}
.header--black .header__burger span {
  background: #303030;
}
@media (min-width: 1366px) {
  .header--payment:not(.active) .header__lang span,
  .header--payment:not(.active) .header__lang ul {
    background: #FFFFFF;
  }
}
.header--payment .header__logo span {
  color: #303030;
}
.header--payment .header__burger {
  background: #FFFFFF;
}
.header--payment .header__burger span {
  background: #303030;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 17px;
}
@media (max-width: 1280px) {
  .header__inner {
    padding: 16px 0;
    transition: padding 0.2s linear;
  }
}

.header__logo a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__logo img {
  display: block;
  width: 61px;
  height: 61px;
}
.header__logo span {
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  text-transform: uppercase;
  color: #F5F5F5;
  transition: color 0.2s linear;
}
.header__logo.active span {
  color: #EC6658;
}
@media (max-width: 1280px) {
  .header__logo.active {
    display: none;
  }
}

.header__submenu-btn {
  width: 9px;
  height: 20px;
  font-size: 0;
  background-image: url("../img/header-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  transition: 0.2s linear;
  display: none;
}
@media (max-width: 1280px) {
  .header__submenu-btn.active {
    display: block;
  }
}

@media (max-width: 1280px) {
  .header__menu {
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    transform: translateX(100%);
    transition: transform 300ms cubic-bezier(0.5, 0.35, 0.15, 1);
  }
  .header__menu.active {
    transform: translateX(0);
  }
}

.header__menu-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .header__menu-inner {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 140px 20px 40px;
    background: #F5F5F5;
    overflow-y: auto;
  }
}

.header__nav {
  margin-right: 20px;
}
@media (max-width: 1280px) {
  .header__nav {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 335px;
    width: 100%;
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .header__nav-list {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  .header__nav-list li {
    width: 100%;
  }
}

.header__nav-link {
  display: block;
  padding-bottom: 1px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #303030;
  transition: color 0.2s linear;
}
@media (max-width: 1280px) {
  .header__nav-link {
    width: 100%;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    color: #EC6658;
  }
}
@media (min-width: 1366px) {
  .header__nav-link.active {
    color: #EC6658;
  }
}

.header__nav-submenu {
  position: relative;
  padding-right: 15px;
}
.header__nav-submenu.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.header__nav-submenu::after {
  content: "";
  width: 8px;
  height: 3px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s linear;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 1280px) {
  .header__nav-submenu {
    padding-right: 0;
  }
  .header__nav-submenu::after {
    display: none;
  }
  .header__nav-submenu::before {
    content: "";
    width: 9px;
    height: 20px;
    background-image: url("../img/header-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
  }
}

.header__submenu {
  display: none;
  padding: 140px 0 70px;
  background: rgba(245, 245, 245, 0.9);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1599px) {
  .header__submenu {
    padding: 8.75vw 0 4.375vw;
  }
}
@media (max-width: 1280px) {
  .header__submenu {
    display: block !important;
    height: calc(var(--vh, 1vh) * 100);
    padding: 0;
    background: #F5F5F5;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    z-index: 2;
    transform: translateX(100%);
    overflow: hidden;
    transition: transform 300ms cubic-bezier(0.5, 0.35, 0.15, 1);
  }
  .header__submenu.active {
    transform: translateX(0);
  }
  .header__submenu .container {
    height: 100%;
    padding: 140px 25px 40px;
    overflow-y: scroll;
  }
}

.header__submenu-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 105px;
}
@media (max-width: 1599px) {
  .header__submenu-inner {
    gap: 6.563vw;
  }
}
@media (max-width: 1280px) {
  .header__submenu-inner {
    flex-wrap: wrap;
  }
}

.header__submenu-title {
  color: #EC6658;
  white-space: nowrap;
  font-weight: 600;
  line-height: 95%;
  letter-spacing: -0.01em;
  font-size: 70px;
}
@media (max-width: 1599px) {
  .header__submenu-title {
    font-size: 4.375vw;
  }
}
@media (max-width: 1280px) {
  .header__submenu-title {
    display: none;
  }
}

.header__submenu-nav {
  display: grid;
  grid-template-columns: 353px 413px;
  grid-column-gap: 69px;
  grid-row-gap: 40px;
}
@media (max-width: 1599px) {
  .header__submenu-nav {
    grid-template-columns: 22.063vw 25.813vw;
    grid-column-gap: 4.313vw;
    grid-row-gap: 2.5vw;
  }
}
@media (max-width: 1280px) {
  .header__submenu-nav {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.header__submenu-name {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #EC6658;
}
@media (max-width: 1280px) {
  .header__submenu-name {
    font-size: 12px;
    letter-spacing: 0.005em;
    color: #303030;
    opacity: 0.3;
  }
}

.header__submenu-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (max-width: 1280px) {
  .header__submenu-list {
    gap: 5px;
  }
}
.header__submenu-list a {
  font-weight: 600;
  line-height: 120%;
  color: #303030;
  font-size: 20px;
  transition: color 0.2s linear;
}
@media (max-width: 1599px) {
  .header__submenu-list a {
    font-size: 1.25vw;
  }
}
@media (any-hover: hover) {
  .header__submenu-list a:hover {
    color: #EC6658;
  }
}
@media (max-width: 1280px) {
  .header__submenu-list a {
    font-size: 16px;
    color: #303030;
  }
}

.header__lang {
  margin-right: 60px;
  cursor: default;
  position: relative;
}
@media (max-width: 1280px) {
  .header__lang {
    margin-bottom: 10px;
  }
}
.header__lang:hover ul {
  opacity: 1;
  visibility: visible;
}
.header__lang:hover span::before {
  transform: translateY(-50%) rotate(180deg);
}
.header__lang:hover span::after {
  visibility: visible;
}
.header__lang span {
  display: block;
  padding: 10px 33px 10px 20px;
  background: #FFFFFF;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #303030;
  position: relative;
  z-index: 1;
}
.header__lang span::before {
  content: "";
  width: 8px;
  height: 3px;
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s linear;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
}
.header__lang span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  visibility: hidden;
}
.header__lang ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 20px;
  width: 169px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  position: absolute;
  top: calc(100% + 5px);
  z-index: 2;
}
.header__lang a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  transition: color 0.2s linear;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #303030;
  position: relative;
  z-index: 1;
}
.header__lang a::before {
  content: "";
  background: rgba(236, 102, 88, 0.05);
  border-radius: 4px;
  transition: opacity 0.2s linear;
  opacity: 0;
  position: absolute;
  top: -10px;
  left: -12px;
  right: -12px;
  bottom: -10px;
  z-index: -1;
}
@media (any-hover: hover) {
  .header__lang a:hover {
    color: #EC6658;
  }
  .header__lang a:hover::before {
    opacity: 1;
  }
}
.header__lang img {
  min-width: 16px;
  width: 16px;
  height: 16px;
}

.header__login {
  display: block;
  padding-bottom: 1px;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #303030;
  transition: color 0.2s linear;
}
@media (max-width: 1280px) {
  .header__login {
    margin-top: 10px;
  }
}
@media (any-hover: hover) {
  .header__login:hover {
    color: #EC6658;
  }
}

.header__burger {
  display: none;
}
@media (max-width: 1280px) {
  .header__burger {
    display: block;
    width: 60px;
    height: 38px;
    background: rgba(245, 245, 245, 0.15);
    border-radius: 8px;
    transition: 0.25s linear;
    position: relative;
  }
  .header__burger span {
    width: 20px;
    height: 2px;
    background-color: #F5F5F5;
    transition: transform 0.25s linear;
    position: absolute;
    left: 20px;
  }
  .header__burger span:nth-child(1) {
    top: 13px;
  }
  .header__burger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header__burger span:nth-child(3) {
    width: 10px;
    bottom: 13px;
  }
  .header__burger.active {
    background: #FFFFFF;
    height: 60px;
  }
  .header__burger.active span {
    width: 23px;
    background-color: #303030;
  }
  .header__burger.active span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header__burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header__burger.active span:nth-child(3) {
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.link,
.link-green {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 8px;
  position: relative;
}
.link span,
.link-green span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-weight: 500;
  line-height: 140%;
  color: #EC6658;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 480px) {
  .link span,
  .link-green span {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .link span,
  .link-green span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .link span,
  .link-green span {
    font-size: 16px;
  }
}
.link span::before,
.link-green span::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #EC6658;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (any-hover: hover) {
  .link:hover span::before,
  .link-green:hover span::before {
    transform: translateX(-110%);
  }
}
.link::before,
.link-green::before {
  content: "";
  height: 10px;
  width: 6px;
  background-image: url(../img/arrow-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}

.link-green span {
  color: #00B67A;
}
.link-green span::before {
  background-color: #00B67A;
}
.link-green::before {
  content: "";
  background-image: url("../img/arrow-green.svg");
}

.btn-red1,
.btn-red2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 80px;
  padding: 20px 50px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: background 0.2s linear, color 0.2s linear, fill 0.2s linear;
  fill: #F5F5F5;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #F5F5F5;
}
@media (max-width: 767px) {
  .btn-red1,
  .btn-red2 {
    font-size: 12px;
    width: 335px;
    padding: 20px;
  }
}
.btn-red1 svg,
.btn-red2 svg {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .btn-red1 svg,
  .btn-red2 svg {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
@media (any-hover: hover) {
  .btn-red1:active,
  .btn-red2:active {
    transform: translateY(2px);
  }
}
@media (any-hover: hover) {
  .btn-red1.hover-light:hover,
  .btn-red2.hover-light:hover {
    background: transparent;
    color: #F5F5F5;
    fill: #F5F5F5;
  }
}

.btn-red1 {
  background: #EC6658;
  border-color: #EC6658;
}
@media (any-hover: hover) {
  .btn-red1:hover {
    background: transparent;
    color: #EC6658;
    fill: #EC6658;
  }
}

.btn-red2 {
  background: #F57A6C;
  border-color: #F57A6C;
}
@media (any-hover: hover) {
  .btn-red2:hover {
    background: transparent;
    color: #F57A6C;
    fill: #F57A6C;
  }
}

.slider-nav {
  display: flex;
  gap: 5px;
}

@media screen and (min-width: 480px) {
  .slider-btn-next,
  .slider-btn-prev {
    width: calc(60px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .slider-btn-next,
  .slider-btn-prev {
    width: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .slider-btn-next,
  .slider-btn-prev {
    width: 70px;
  }
}
@media screen and (min-width: 480px) {
  .slider-btn-next,
  .slider-btn-prev {
    height: calc(60px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .slider-btn-next,
  .slider-btn-prev {
    height: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .slider-btn-next,
  .slider-btn-prev {
    height: 70px;
  }
}
.slider-btn-next circle,
.slider-btn-prev circle {
  fill: #F5F5F5;
  transition: fill 0.2s linear;
}
.slider-btn-next path,
.slider-btn-prev path {
  stroke: #303030;
  transition: stroke 0.2s linear;
}
@media (any-hover: hover) {
  .slider-btn-next:active,
  .slider-btn-prev:active {
    transform: scale(0.95);
  }
}
.slider-btn-next.swiper-button-disabled,
.slider-btn-prev.swiper-button-disabled {
  pointer-events: none;
}

@media (any-hover: hover) {
  .hover-green:hover circle {
    fill: #00B67A;
  }
  .hover-green:hover path {
    stroke: #fff;
  }
}

@media (any-hover: hover) {
  .hover-red:hover circle {
    fill: #EC6658;
  }
  .hover-red:hover path {
    stroke: #fff;
  }
}

.hover-black circle {
  fill: #00B67A;
}
.hover-black path {
  stroke: #fff;
}
@media (any-hover: hover) {
  .hover-black:hover circle {
    fill: #303030;
  }
}

.intro {
  position: relative;
}
.intro::after {
  content: "";
  height: 100%;
  width: 50%;
  background: #EC6658;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1280px) {
  .intro::after {
    width: 100%;
  }
}

.intro__inner {
  padding: 180px 0 60px;
  max-width: 715px;
}
@media screen and (min-width: 1366px) {
  .intro__inner {
    padding-top: 11.25vw;
  }
}
@media screen and (max-width: 1280px) {
  .intro__inner {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .intro__inner {
    padding-top: 180px;
  }
}
@media (max-width: 1599px) {
  .intro__inner {
    max-width: 44.688vw;
  }
}
@media (max-width: 1280px) {
  .intro__inner {
    margin: 0 auto;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .intro__inner {
    max-width: 375px;
  }
}

@media screen and (min-width: 1366px) {
  .intro__title {
    max-width: 44.6875vw;
  }
}
@media screen and (max-width: 1280px) {
  .intro__title {
    max-width: 335px;
  }
}
@media screen and (min-width: 1600px) {
  .intro__title {
    max-width: 715px;
  }
}
@media screen and (min-width: 1366px) {
  .intro__title {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 1280px) {
  .intro__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .intro__title {
    margin-bottom: 40px;
  }
}
.intro__title small {
  display: inline-block;
  padding: 6px 10px 5px;
  margin-right: 29px;
  transform: translateY(-5px);
  background: #F57A6C;
  border-radius: 6px;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #F5F5F5;
}
@media (max-width: 1280px) {
  .intro__title small {
    margin-right: 15px;
  }
}

.intro__text {
  max-width: 393px;
  font-weight: 500;
  line-height: 140%;
  color: #F5F5F5;
}
@media screen and (min-width: 480px) {
  .intro__text {
    margin-bottom: calc(20px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .intro__text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .intro__text {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 480px) {
  .intro__text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .intro__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .intro__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 480px) {
  .intro__btn {
    margin-bottom: calc(40px + 124 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .intro__btn {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .intro__btn {
    margin-bottom: 164px;
  }
}

.intro__name {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #F5F5F5;
}

.intro__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  max-width: 715px;
}
@media (max-width: 767px) {
  .intro__list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}
.intro__list ul {
  font-weight: 600;
  line-height: 120%;
  color: #F5F5F5;
}
@media screen and (min-width: 1366px) {
  .intro__list ul {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1280px) {
  .intro__list ul {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .intro__list ul {
    font-size: 20px;
  }
}
.intro__list ul span {
  font-weight: 500;
  line-height: 140%;
}
@media screen and (min-width: 1366px) {
  .intro__list ul span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1280px) {
  .intro__list ul span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .intro__list ul span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .intro__list ul {
    max-width: 232px;
  }
}

.intro__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .intro__item {
    flex-direction: row;
  }
  .intro__item:last-child {
    align-items: center;
  }
}

.intro__img {
  height: 30px;
}
.intro__img img {
  width: auto;
}
@media (max-width: 767px) {
  .intro__img {
    width: 34px;
    height: auto;
  }
  .intro__img img {
    width: 100%;
    height: auto;
  }
}

.intro__bg {
  height: 100%;
  width: 50%;
  background: #F5F5F5;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  .intro__bg {
    width: 100%;
    position: relative;
  }
}

.intro__bg-device {
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 1;
}

.intro__bg-review1,
.intro__bg-review2,
.intro__bg-review3 {
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .intro__bg-review1,
  .intro__bg-review2,
  .intro__bg-review3 {
    border-radius: 4px;
  }
}

.intro__bg-review1 {
  width: 180px;
  height: 160px;
  z-index: -1;
  position: absolute;
  left: 58px;
  top: 120px;
}
@media (max-width: 767px) {
  .intro__bg-review1 {
    width: 22.4vw;
    height: 20vw;
    top: 7.467vw;
    left: 7.467vw;
  }
}

.intro__bg-review2 {
  width: 300px;
  height: 230px;
  right: 165px;
  bottom: 155px;
}
@media (max-width: 1280px) {
  .intro__bg-review2 {
    right: 20.8vw;
    bottom: 28.267vw;
    width: 37.333vw;
    height: 33.067vw;
    display: none !important;
  }
}

.intro__bg-review3 {
  width: 140px;
  height: 120px;
  bottom: -40px;
  left: 259px;
  z-index: -1;
}
@media (max-width: 767px) {
  .intro__bg-review3 {
    width: 17.6vw;
    height: 14.933vw;
    bottom: 8.533vw;
    left: 32.533vw;
  }
}

.intro__bg-device {
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 1;
}

.intro__square-green {
  display: block;
  width: 180px;
  height: 180px;
  background: #00B67A;
  border-radius: 16px;
  font-size: 0;
  position: absolute;
  left: 58px;
  bottom: 205px;
  z-index: -1;
}
@media (max-width: 767px) {
  .intro__square-green {
    width: 22.4vw;
    height: 22.4vw;
    left: 7.467vw;
    bottom: 38.933vw;
    border-radius: 7.5px;
  }
}

.intro__square-red {
  display: block;
  width: 40px;
  height: 40px;
  background: #F57A6C;
  border-radius: 8px;
  font-size: 0;
  position: absolute;
  right: 80px;
  top: 120px;
  z-index: -1;
}
@media (max-width: 767px) {
  .intro__square-red {
    width: 4.8vw;
    height: 4.8vw;
    top: 7.467vw;
    right: 11.2vw;
    border-radius: 4px;
  }
}

.video {
  position: relative;
}
.video.play .video__btn {
  visibility: hidden;
}

.video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (min-width: 480px) {
  .video__btn {
    width: calc(60px + 120 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .video__btn {
    width: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .video__btn {
    width: 180px;
  }
}
@media screen and (min-width: 480px) {
  .video__btn {
    height: calc(60px + 120 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .video__btn {
    height: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .video__btn {
    height: 180px;
  }
}
.video__btn circle {
  fill: #EC6658;
  transition: fill 0.2s linear;
}
@media (any-hover: hover) {
  .video__btn:hover circle {
    fill: #F57A6C;
  }
}

.video__player {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 480px) {
  .store {
    padding-top: calc(60px + 83 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .store {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .store {
    padding-top: 143px;
  }
}
@media screen and (min-width: 480px) {
  .store {
    padding-bottom: calc(60px + 120 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .store {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .store {
    padding-bottom: 180px;
  }
}

.store__info {
  display: flex;
  gap: 5px;
}

.store__title {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .store__title {
    margin-bottom: 30px;
  }
}
.store__title b {
  display: block;
  padding: 6px 10px 5px;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 6px;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #EC6658;
  position: absolute;
  top: -3px;
}
@media screen and (min-width: 480px) {
  .store__title b {
    right: calc(6px + 12 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .store__title b {
    right: 6px;
  }
}
@media screen and (min-width: 1600px) {
  .store__title b {
    right: 18px;
  }
}
@media (max-width: 767px) {
  .store__title b {
    display: none;
  }
}

.store__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media screen and (min-width: 480px) {
  .store__list {
    margin-bottom: calc(60px + 83 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .store__list {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .store__list {
    margin-bottom: 143px;
  }
}
@media (max-width: 1280px) {
  .store__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .store__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.store__list:last-child {
  margin-bottom: 0;
}

.store__item {
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.store__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #EC6658;
  opacity: 0.1;
  transform: translateY(-100%);
  transition: all 500ms cubic-bezier(0.5, 0.35, 0.15, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.store__item:hover::before {
  transform: translateY(0);
}
.store__item:hover .store__price-duplicate {
  transform: translate(-50%, 0);
  opacity: 1;
  transition: transform 400ms cubic-bezier(0.5, 0.35, 0.15, 1) 400ms, opacity 400ms cubic-bezier(0.5, 0.35, 0.15, 1) 400ms;
}
.store__item:hover .store__price {
  bottom: -22px;
  transition: bottom 200ms cubic-bezier(0.5, 0.35, 0.15, 1);
}
.store__item:hover .store__link {
  transform: translate(-50%, 0);
  opacity: 1;
  transition: transform 600ms cubic-bezier(0.5, 0.35, 0.15, 1) 200ms, opacity 600ms cubic-bezier(0.5, 0.35, 0.15, 1) 200ms;
}
.store__item:hover .store__text {
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.5, 0.35, 0.15, 1);
}
.store__item:hover .store__btn:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1200ms cubic-bezier(0.5, 0.35, 0.15, 1) 200ms, opacity 1200ms cubic-bezier(0.5, 0.35, 0.15, 1) 200ms, background 0.2s linear;
}
.store__item:hover .store__btn:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1200ms cubic-bezier(0.5, 0.35, 0.15, 1) 300ms, opacity 1200ms cubic-bezier(0.5, 0.35, 0.15, 1) 300ms, background 0.2s linear;
}

.store__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 3;
}

.store__img {
  width: 100%;
  position: relative;
}
.store__img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.store__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: center;
  object-position: center;
}

.store__name {
  min-height: 48px;
  margin-top: -10px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .store__name {
    margin-bottom: calc(5px + 5 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .store__name {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1600px) {
  .store__name {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 480px) {
  .store__name {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .store__name {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .store__name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .store__name {
    margin-top: 0;
  }
}

.store__wrapper {
  position: relative;
}
@media screen and (min-width: 480px) {
  .store__wrapper {
    padding-left: calc(15px + 15 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .store__wrapper {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .store__wrapper {
    padding-left: 30px;
  }
}
@media screen and (min-width: 480px) {
  .store__wrapper {
    padding-right: calc(15px + 15 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .store__wrapper {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .store__wrapper {
    padding-right: 30px;
  }
}

.store__text {
  margin-bottom: 13px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #303030;
  opacity: 0.4;
  transition: opacity 200ms cubic-bezier(0.5, 0.35, 0.15, 1) 200ms;
}
@media screen and (min-width: 480px) {
  .store__text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .store__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .store__text {
    font-size: 16px;
  }
}

.store__link {
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: transform 600ms cubic-bezier(0.5, 0.35, 0.15, 1), opacity 600ms cubic-bezier(0.5, 0.35, 0.15, 1);
  position: absolute;
  top: 5px;
  left: 50%;
}

.store__price,
.store__price-duplicate {
  padding: 6px 10px 5px;
  background: #F57A6C;
  border-radius: 6px;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .store__price,
  .store__price-duplicate {
    font-size: 9px;
  }
}

.store__price {
  bottom: 30px;
  transition: bottom 200ms cubic-bezier(0.5, 0.35, 0.15, 1) 600ms;
}
@media (max-width: 767px) {
  .store__price {
    bottom: 20px;
  }
}

.store__price-duplicate {
  bottom: calc(100% + 18px);
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: transform 400ms cubic-bezier(0.5, 0.35, 0.15, 1), opacity 400ms cubic-bezier(0.5, 0.35, 0.15, 1);
}

.store__nav {
  width: 100%;
  margin-top: auto;
  display: flex;
  gap: 2px;
}

.store__btn {
  width: 100%;
  transform: translateY(160%);
  opacity: 0;
}
.store__btn:nth-child(1) {
  transition: transform 1200ms cubic-bezier(0.5, 0.35, 0.15, 1), opacity 1200ms cubic-bezier(0.5, 0.35, 0.15, 1);
}
.store__btn:nth-child(2) {
  transition: transform 1200ms cubic-bezier(0.5, 0.35, 0.15, 1) 100ms, opacity 1200ms cubic-bezier(0.5, 0.35, 0.15, 1) 100ms;
}
.store__btn .btn-red1,
.store__btn .btn-red2 {
  width: 100%;
  padding: 20px 10px;
  border-radius: 0;
}

.icloud {
  background: #FFFFFF;
}
@media screen and (min-width: 480px) {
  .icloud {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .icloud {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .icloud {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .icloud {
    padding-bottom: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .icloud {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .icloud {
    padding-bottom: 140px;
  }
}

.icloud__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  .icloud__wrapper {
    gap: calc(30px + 100 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .icloud__wrapper {
    gap: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .icloud__wrapper {
    gap: 130px;
  }
}
@media (max-width: 767px) {
  .icloud__wrapper {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.icloud__text {
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .icloud__text {
    max-width: calc(335px + 259 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .icloud__text {
    max-width: 335px;
  }
}
@media screen and (min-width: 1600px) {
  .icloud__text {
    max-width: 594px;
  }
}
@media screen and (min-width: 480px) {
  .icloud__text {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .icloud__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .icloud__text {
    font-size: 20px;
  }
}

.icloud__content {
  margin-left: auto;
  max-width: 715px;
  padding-top: 30px;
}
@media (max-width: 1599px) {
  .icloud__content {
    max-width: 44.688vw;
  }
}
@media (max-width: 767px) {
  .icloud__content {
    max-width: unset;
    padding-top: 20px;
  }
}

.icloud__texts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .icloud__texts {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .icloud__texts {
    margin-bottom: 20px;
    gap: 5px;
  }
}
.icloud__texts P {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .icloud__texts P {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .icloud__texts P {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .icloud__texts P {
    font-size: 16px;
  }
}

.icloud__btn {
  margin-bottom: 15px;
}
.icloud__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fix {
  position: relative;
}
.fix::before {
  content: "";
  height: 100%;
  width: 50%;
  background: #EC6658;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .fix::before {
    width: 100%;
  }
}

.fix__bg {
  height: 100%;
  width: 50%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .fix__bg {
    position: relative;
    background: #FFFFFF;
    width: 100%;
  }
}

.fix__bg-device {
  position: relative;
  z-index: 2;
  -o-object-position: center;
  object-position: center;
}

.fix__square-green {
  display: block;
  width: 80px;
  height: 80px;
  font-size: 0;
  position: absolute;
  top: 50px;
  left: 80px;
  background: #00B67A;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .fix__square-green {
    width: 8.667vw;
    height: 8.136vw;
    left: 15.333vw;
    top: 14.624vw;
    border-radius: 6px;
  }
}

.fix__square-green2 {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  position: absolute;
  right: 250px;
  bottom: 90px;
  background: #00B67A;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .fix__square-green2 {
    width: 3.251vw;
    height: 3.051vw;
    right: 33.867vw;
    bottom: 14.667vw;
    border-radius: 3.14876px;
  }
}

.fix__square-red {
  display: block;
  width: 180px;
  height: 180px;
  background: #F57A6C;
  border-radius: 16px;
  font-size: 0;
  position: absolute;
  right: 80px;
  bottom: 214px;
}
@media (max-width: 767px) {
  .fix__square-red {
    width: 19.499vw;
    height: 18.304vw;
    right: 15.467vw;
    bottom: 27.2vw;
    border-radius: 6px;
  }
}

.fix__inner {
  max-width: 595px;
  margin-left: auto;
}
@media screen and (min-width: 480px) {
  .fix__inner {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .fix__inner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .fix__inner {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .fix__inner {
    padding-bottom: calc(60px + 154 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .fix__inner {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .fix__inner {
    padding-bottom: 214px;
  }
}
@media (max-width: 1280px) {
  .fix__inner {
    max-width: 43.558vw;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .fix__inner {
    max-width: 335px;
    margin: 0 auto;
  }
}

.fix__title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .fix__title {
    margin-bottom: 30px;
  }
}
.fix__title span {
  display: block;
}

.fix__text {
  font-weight: 600;
  line-height: 120%;
  color: #FFFFFF;
}
@media screen and (min-width: 480px) {
  .fix__text {
    margin-bottom: calc(30px + 210 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .fix__text {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .fix__text {
    margin-bottom: 240px;
  }
}
@media screen and (min-width: 480px) {
  .fix__text {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .fix__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .fix__text {
    font-size: 20px;
  }
}

@media screen and (min-width: 480px) {
  .free {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .free {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .free {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .free {
    padding-bottom: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .free {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .free {
    padding-bottom: 140px;
  }
}

.free__title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .free__title {
    margin-bottom: 30px;
  }
}

.free__wrapper {
  max-width: 1079px;
  overflow: hidden;
}

.free__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 1023px) {
  .free__list {
    display: flex;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

.free__item {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 8px;
}
@media screen and (min-width: 480px) {
  .free__item {
    padding-top: calc(40px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .free__item {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .free__item {
    padding-top: 60px;
  }
}
@media screen and (min-width: 480px) {
  .free__item {
    padding-bottom: calc(100px + -40 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .free__item {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .free__item {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 480px) {
  .free__item {
    padding-left: calc(30px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .free__item {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .free__item {
    padding-left: 40px;
  }
}
@media screen and (min-width: 480px) {
  .free__item {
    padding-right: calc(30px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .free__item {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .free__item {
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .free__item {
    min-width: 320px;
  }
}
.free__item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
}
.free__item:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
}
.free__item:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.free__item:nth-child(4) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
.free__item .link {
  margin-top: auto;
}

.free__num {
  margin-bottom: 98px;
}

.free__name {
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .free__name {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .free__name {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .free__name {
    font-size: 20px;
  }
}

.free__text {
  max-width: 200px;
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .free__text {
    margin-bottom: calc(39px + -11 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .free__text {
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 1600px) {
  .free__text {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 480px) {
  .free__text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .free__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .free__text {
    font-size: 16px;
  }
}

.software {
  background: #FFFFFF;
}
@media screen and (min-width: 480px) {
  .software {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .software {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .software {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .software {
    padding-bottom: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .software {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .software {
    padding-bottom: 140px;
  }
}

.software__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 480px) {
  .software__inner {
    gap: calc(0px + 130 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .software__inner {
    gap: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .software__inner {
    gap: 130px;
  }
}
@media (max-width: 767px) {
  .software__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1023px) {
  .software__wrapper {
    max-width: 595px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .software__wrapper {
    max-width: 335px;
  }
}

.software__title {
  margin-bottom: 40px;
}

.software__text {
  margin-bottom: 30px;
  max-width: 352px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .software__text {
    font-size: calc(16px + -2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .software__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .software__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .software__text {
    margin-bottom: 20px;
  }
}

.software__list {
  padding-top: 58px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .software__list {
    max-height: calc(674px + 95 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .software__list {
    max-height: 674px;
  }
}
@media screen and (min-width: 1600px) {
  .software__list {
    max-height: 769px;
  }
}
@media (max-width: 1023px) {
  .software__list {
    padding-top: 7px;
  }
}
.software__list::before {
  content: "";
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) -25.86%, #FFFFFF 31.82%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .software__list::before {
    height: 120px;
  }
}

.software__list-inner {
  height: 100%;
  margin-top: -7px;
  padding-top: 7px;
}

.software__item {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
.software__item:first-child .software__info::before {
  width: 37px;
  height: 37px;
  left: -19px;
  top: -7px;
}
.software__item:last-child {
  padding-bottom: 120px;
}

@media screen and (min-width: 480px) {
  .software__version {
    width: calc(102px + 90 * ((100vw - 480px) / 1120));
    min-width: calc(102px + 90 * ((100vw - 480px) / 1120));
    padding-right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .software__version {
    width: 172px;
    min-width: 172px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .software__version {
    width: 192px;
    min-width: 192px;
  }
}

.software__version-num {
  margin-bottom: 1px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .software__version-num {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .software__version-num {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .software__version-num {
    font-size: 20px;
  }
}

.software__version-date {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
  opacity: 0.3;
}
@media screen and (min-width: 480px) {
  .software__version-date {
    font-size: calc(11px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .software__version-date {
    font-size: 11px;
  }
}
@media screen and (min-width: 1600px) {
  .software__version-date {
    font-size: 13px;
  }
}

.software__info {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-left: 1px dashed #EC6658;
  position: relative;
}
@media screen and (min-width: 480px) {
  .software__info {
    padding-left: calc(40px + 30 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .software__info {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .software__info {
    padding-left: 70px;
  }
}
@media screen and (min-width: 480px) {
  .software__info {
    padding-bottom: calc(43px + 17 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .software__info {
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 1600px) {
  .software__info {
    padding-bottom: 60px;
  }
}
.software__info::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #EC6658;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: -6px;
}

.software__info-title {
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .software__info-title {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .software__info-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .software__info-title {
    font-size: 20px;
  }
}

.software__info-text {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .software__info-text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .software__info-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .software__info-text {
    font-size: 16px;
  }
}

.download {
  background: rgba(236, 102, 88, 0.1);
}
@media screen and (min-width: 480px) {
  .download {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .download {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .download {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .download {
    padding-bottom: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .download {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .download {
    padding-bottom: 140px;
  }
}

.download__inner {
  display: flex;
}
@media screen and (min-width: 480px) {
  .download__inner {
    gap: calc(30px + 100 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .download__inner {
    gap: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .download__inner {
    gap: 130px;
  }
}
@media (max-width: 767px) {
  .download__inner {
    flex-direction: column;
    max-width: 335px;
    margin: 0 auto;
  }
}

.download__info {
  padding-top: 28px;
}
@media (max-width: 767px) {
  .download__info {
    padding-top: 0;
  }
}

.download__text {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .download__text {
    max-width: calc(335px + 18 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .download__text {
    max-width: 335px;
  }
}
@media screen and (min-width: 1600px) {
  .download__text {
    max-width: 353px;
  }
}
@media screen and (min-width: 480px) {
  .download__text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .download__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .download__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .download__text {
    margin-bottom: 20px;
  }
}

.reviews {
  background: #FFFFFF;
}
@media screen and (min-width: 480px) {
  .reviews {
    padding-top: calc(60px + 160 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews {
    padding-top: 220px;
  }
}
@media screen and (min-width: 480px) {
  .reviews {
    padding-bottom: calc(60px + 160 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews {
    padding-bottom: 220px;
  }
}

.reviews__inner {
  display: flex;
}
@media screen and (min-width: 480px) {
  .reviews__inner {
    gap: calc(20px + 218 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews__inner {
    gap: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__inner {
    gap: 238px;
  }
}
@media (max-width: 1023px) {
  .reviews__inner {
    flex-direction: column;
  }
}

.reviews__block {
  display: flex;
  gap: 30px;
  padding-top: 84px;
}
@media (max-width: 1023px) {
  .reviews__block {
    justify-content: space-between;
  }
}

@media screen and (min-width: 480px) {
  .reviews__icon {
    width: calc(60px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews__icon {
    width: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__icon {
    width: 70px;
  }
}
@media screen and (min-width: 480px) {
  .reviews__icon {
    height: calc(60px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews__icon {
    height: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__icon {
    height: 70px;
  }
}

.reviews__slider {
  flex-grow: 1;
  background: #ECFAF6;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .reviews__slider {
    width: 100%;
  }
}

@media screen and (min-width: 480px) {
  .reviews__slide {
    padding-top: calc(60px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews__slide {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__slide {
    padding-top: 80px;
  }
}
@media screen and (min-width: 480px) {
  .reviews__slide {
    padding-bottom: calc(60px + 60 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews__slide {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__slide {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 480px) {
  .reviews__slide {
    padding-left: calc(30px + 90 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews__slide {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__slide {
    padding-left: 120px;
  }
}
@media screen and (min-width: 480px) {
  .reviews__slide {
    padding-right: calc(30px + 90 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews__slide {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__slide {
    padding-right: 120px;
  }
}

.reviews__top {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 8px;
}

@media screen and (min-width: 480px) {
  .reviews__logo {
    width: calc(139px + 95 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews__logo {
    width: 139px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__logo {
    width: 234px;
  }
}
@media screen and (min-width: 480px) {
  .reviews__logo {
    height: calc(34px + 24 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews__logo {
    height: 34px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__logo {
    height: 58px;
  }
}

.reviews__label {
  margin-bottom: 0;
}

.reviews__rating {
  margin-bottom: 8px;
}
@media screen and (min-width: 480px) {
  .reviews__rating {
    height: calc(12px + 12 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews__rating {
    height: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__rating {
    height: 24px;
  }
}
.reviews__rating img {
  width: auto;
}

.reviews__title {
  margin-bottom: 15px;
  max-width: unset;
}

@media screen and (min-width: 480px) {
  .reviews__author {
    margin-bottom: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews__author {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__author {
    margin-bottom: 140px;
  }
}

.reviews__name {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .reviews__name {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews__name {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__name {
    font-size: 16px;
  }
}

.reviews__text {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
  opacity: 0.4;
}
@media screen and (min-width: 480px) {
  .reviews__text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .reviews__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__text {
    font-size: 16px;
  }
}

.seo {
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
  transition-timing-function: linear;
  transition-property: height;
}
@media screen and (min-width: 480px) {
  .seo {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .seo {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .seo {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .seo {
    padding-bottom: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .seo {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .seo {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 480px) {
  .seo {
    height: calc(1680px + -200 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .seo {
    height: 1680px;
  }
}
@media screen and (min-width: 1600px) {
  .seo {
    height: 1480px;
  }
}
.seo.open::before {
  display: none;
}
.seo::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48.44%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .seo::before {
    height: calc(280px + 140 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .seo::before {
    height: 280px;
  }
}
@media screen and (min-width: 1600px) {
  .seo::before {
    height: 420px;
  }
}

.seo__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .seo__list {
    gap: calc(60px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .seo__list {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .seo__list {
    gap: 80px;
  }
}

.seo__item {
  display: flex;
  gap: 130px;
}
@media (max-width: 1599px) {
  .seo__item {
    gap: 8.125vw;
  }
}
@media (max-width: 1023px) {
  .seo__item {
    gap: 30px;
    flex-direction: column;
  }
}
.seo__item:last-child {
  margin-bottom: 80px;
}

.seo__content {
  max-width: 715px;
  display: flex;
  flex-direction: column;
  padding-top: 28px;
}
@media screen and (min-width: 480px) {
  .seo__content {
    gap: calc(15px + 15 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .seo__content {
    gap: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .seo__content {
    gap: 30px;
  }
}
@media (max-width: 1599px) {
  .seo__content {
    max-width: 44.688vw;
  }
}
@media (max-width: 1280px) {
  .seo__content {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .seo__content {
    padding-top: 0;
    max-width: unset;
  }
}

.seo__subtitle {
  max-width: 595px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #303030;
}

.seo__texts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

seo__texts ul li {

  list-style: inside;
}

@media (max-width: 767px) {
  .seo__texts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.seo__texts p {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .seo__texts p {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .seo__texts p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .seo__texts p {
    font-size: 16px;
  }
}
.seo__texts a {
  font-weight: 500;
  line-height: 140%;
  color: #EC6658;
  text-decoration: underline;
  transition: text-decoration-color 0.2s linear;
}
@media screen and (min-width: 480px) {
  .seo__texts a {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .seo__texts a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .seo__texts a {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .seo__texts a:hover {
    text-decoration-color: transparent;
  }
}

.seo__img {
  width: 50%;
}

.seo__btn {
  border-bottom: 1px dashed #EC6658;
  transition: border-color 0.2s linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (min-width: 480px) {
  .seo__btn {
    bottom: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .seo__btn {
    bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .seo__btn {
    bottom: 140px;
  }
}
@media (any-hover: hover) {
  .seo__btn:hover {
    border-color: transparent;
  }
}
.seo__btn span {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #EC6658;
}
.seo__btn span:nth-child(2) {
  display: none;
}
.seo__btn.active span:nth-child(1) {
  display: none;
}
.seo__btn.active span:nth-child(2) {
  display: block;
}

.faq {
  position: relative;
}

.faq__inner {
  max-width: 594px;
}
@media screen and (min-width: 480px) {
  .faq__inner {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .faq__inner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .faq__inner {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .faq__inner {
    padding-bottom: calc(60px + 316 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .faq__inner {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .faq__inner {
    padding-bottom: 376px;
  }
}
@media (max-width: 1280px) {
  .faq__inner {
    max-width: 43.485vw;
  }
}
@media (max-width: 1023px) {
  .faq__inner {
    max-width: 594px;
    margin: 0 auto;
  }
}

.faq__title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .faq__title {
    margin-bottom: 30px;
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .faq__list {
    gap: 15px;
  }
}

.faq__question {
  padding-right: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
  cursor: pointer;
  transition: opacity 0.2s linear;
  position: relative;
}
@media screen and (min-width: 480px) {
  .faq__question {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .faq__question {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .faq__question {
    font-size: 20px;
  }
}
@media (any-hover: hover) {
  .faq__question:hover {
    opacity: 0.3;
  }
}
.faq__question.active {
  opacity: 1;
}
.faq__question.active .faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__question.disactive {
  opacity: 0.3;
}
@media (any-hover: hover) {
  .faq__question.disactive:hover {
    opacity: 1;
  }
}

.faq__icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq__icon::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #303030;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__icon::after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #303030;
  transition: transform 0.2s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq__answer {
  display: none;
  padding: 10px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .faq__answer {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .faq__answer {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .faq__answer {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq__answer {
    padding: 5px 0;
    margin-bottom: 20px;
  }
}

.faq__img {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .faq__img {
    width: 100%;
    position: static;
  }
}
.faq__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  will-change: transform;
}

.contacts {
  background: #FFFFFF;
  position: relative;
}

.contacts__form {
  max-width: 594px;
}
@media screen and (min-width: 480px) {
  .contacts__form {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .contacts__form {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .contacts__form {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .contacts__form {
    padding-bottom: calc(60px + 96 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .contacts__form {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .contacts__form {
    padding-bottom: 156px;
  }
}
@media (max-width: 1280px) {
  .contacts__form {
    max-width: 43.485vw;
  }
}
@media (max-width: 1023px) {
  .contacts__form {
    max-width: 594px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .contacts__form .btn {
    margin: 0 auto;
  }
}

@media screen and (min-width: 480px) {
  .contacts__title {
    margin-bottom: calc(30px + 30 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .contacts__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .contacts__title {
    margin-bottom: 60px;
  }
}

.contacts__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .contacts__wrapper {
    gap: calc(5px + 5 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .contacts__wrapper {
    gap: 5px;
  }
}
@media screen and (min-width: 1600px) {
  .contacts__wrapper {
    gap: 10px;
  }
}
@media screen and (min-width: 480px) {
  .contacts__wrapper {
    margin-bottom: calc(20px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .contacts__wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .contacts__wrapper {
    margin-bottom: 40px;
  }
}

.contacts__label {
  display: block;
  width: 100%;
  position: relative;
}
.contacts__label.error .contacts__input,
.contacts__label.error .contacts__textarea {
  background: rgba(236, 102, 88, 0.1);
  color: #EC6658;
}
.contacts__label.error .contacts__input::-moz-placeholder, .contacts__label.error .contacts__textarea::-moz-placeholder {
  color: #EC6658;
}
.contacts__label.error .contacts__input::placeholder,
.contacts__label.error .contacts__textarea::placeholder {
  color: #EC6658;
}
.contacts__label.error .contacts__error {
  display: block;
}

.contacts__input,
.contacts__textarea {
  padding: 18px 30px;
  width: 100%;
  background: #F5F5F5;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .contacts__input,
  .contacts__textarea {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .contacts__input,
  .contacts__textarea {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .contacts__input,
  .contacts__textarea {
    font-size: 20px;
  }
}
.contacts__input::-moz-placeholder, .contacts__textarea::-moz-placeholder {
  color: #303030;
  opacity: 0.3;
}
.contacts__input::placeholder,
.contacts__textarea::placeholder {
  color: #303030;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .contacts__input,
  .contacts__textarea {
    padding: 20px 30px;
  }
}

.contacts__textarea {
  min-height: 240px;
  resize: none;
}

.contacts__error {
  display: none;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #EC6658;
  position: absolute;
  top: 25px;
  right: 50px;
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .contacts__error {
    font-size: calc(9px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .contacts__error {
    font-size: 9px;
  }
}
@media screen and (min-width: 1600px) {
  .contacts__error {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .contacts__error {
    right: 30px;
    top: 29px;
  }
}

.contacts__center {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .contacts__center {
    width: 100%;
    padding: 160px 0;
    position: static;
  }
}

.contacts__center-inner {
  max-width: 240px;
}

.contacts__center-title {
  padding-top: 48px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  color: #303030;
  position: relative;
}
@media screen and (min-width: 480px) {
  .contacts__center-title {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .contacts__center-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .contacts__center-title {
    font-size: 20px;
  }
}
.contacts__center-title::before {
  content: "";
  width: 36px;
  height: 48px;
  background-image: url("../img/contacts-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contacts__center-text {
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .contacts__center-text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .contacts__center-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .contacts__center-text {
    font-size: 16px;
  }
}

.news {
  background: #fff;
}
@media screen and (min-width: 480px) {
  .news {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .news {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .news {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .news {
    padding-bottom: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .news {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .news {
    padding-bottom: 140px;
  }
}

.news__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (min-width: 480px) {
  .news__inner {
    margin-bottom: calc(15px + 15 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .news__inner {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .news__inner {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .news__inner {
    align-items: flex-end;
    flex-direction: column;
  }
}

.news__slider {
  border-top: 1px solid rgba(48, 48, 48, 0.1);
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
}

.news__slider-inner {
  margin-right: -80px;
  padding-right: 80px;
}
@media (max-width: 1439px) {
  .news__slider-inner {
    margin-right: -40px;
    padding-right: 40px;
  }
}
@media (max-width: 1280px) {
  .news__slider-inner {
    margin-right: -20px;
    padding-right: 20px;
  }
}
.news__slider-inner .news__link {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1023px) {
  .news__slider-inner .news__link::before {
    top: 30px;
    right: 9px;
  }
}
@media (max-width: 767px) {
  .news__slider-inner .news__link::before {
    display: none;
  }
}
.news__slider-inner .news__link:last-child .news__article::after {
  content: "";
  width: 1px;
  background-color: rgba(48, 48, 48, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.news__slider-inner .news__article {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .news__slider-inner .news__article {
    width: calc(345px + 139 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .news__slider-inner .news__article {
    width: 345px;
  }
}
@media screen and (min-width: 1600px) {
  .news__slider-inner .news__article {
    width: 484px;
  }
}
@media screen and (min-width: 480px) {
  .news__slider-inner .news__article {
    min-height: calc(488px + 172 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .news__slider-inner .news__article {
    min-height: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .news__slider-inner .news__article {
    min-height: 400px;
  }
}
@media screen and (min-width: 480px) {
  .news__slider-inner .news__article {
    margin-top: calc(20px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .news__slider-inner .news__article {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .news__slider-inner .news__article {
    margin-top: 40px;
  }
}
@media screen and (min-width: 480px) {
  .news__slider-inner .news__article {
    margin-bottom: calc(20px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .news__slider-inner .news__article {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .news__slider-inner .news__article {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 480px) {
  .news__slider-inner .news__article {
    padding-left: calc(20px + 15 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .news__slider-inner .news__article {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .news__slider-inner .news__article {
    padding-left: 35px;
  }
}
@media screen and (min-width: 480px) {
  .news__slider-inner .news__article {
    padding-right: calc(20px + 15 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .news__slider-inner .news__article {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .news__slider-inner .news__article {
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .news__slider-inner .news__article {
    gap: 8px;
  }
}
.news__slider-inner .news__article::before {
  content: "";
  width: 1px;
  background-color: rgba(48, 48, 48, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.news__link {
  display: block;
  position: relative;
}
.news__link::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../img/news-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 43px;
  right: 30px;
}
@media (any-hover: hover) {
  .news__link:hover .news__name {
    color: #EC6658;
  }
  .news__link:hover .news__img img {
    transform: scale(1.1);
  }
  .news__link:hover::before {
    opacity: 1;
  }
}

.news__name {
  max-width: 353px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
  transition: color 0.2s linear;
}
@media screen and (min-width: 480px) {
  .news__name {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .news__name {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .news__name {
    font-size: 20px;
  }
}

.news__text {
  margin-bottom: 20px;
  max-width: 353px;
  font-weight: 500;
  line-height: 140%;
  color: #303030;
  opacity: 0.3;
}
@media screen and (min-width: 480px) {
  .news__text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .news__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .news__text {
    font-size: 16px;
  }
}

.news__descr {
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .news__descr {
    font-size: calc(9px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .news__descr {
    font-size: 9px;
  }
}
@media screen and (min-width: 1600px) {
  .news__descr {
    font-size: 11px;
  }
} 

.news__img {
  background: #F5F5F5;
  overflow: hidden;
  position: cover;
}
@media screen and (min-width: 480px) {
  .news__img {
    border-radius: calc(8px + 8 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .news__img {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .news__img {
    border-radius: 16px;
  }
}
.news__img:after {
  content: "";
  display: block;
  padding-top: 0%;
}
.news__img img {
  position: cover;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.2s linear;
}

.affiliates {
  background: #FFFFFF;
}

.affiliates__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(236, 102, 88, 0.1);
  border-radius: 16px;
}
@media screen and (min-width: 480px) {
  .affiliates__inner {
    padding-top: calc(40px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .affiliates__inner {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .affiliates__inner {
    padding-top: 60px;
  }
}

.affiliates__title {
  margin-bottom: 40px;
  max-width: 519px;
  text-align: center;
}
@media (max-width: 767px) {
  .affiliates__title {
    margin-bottom: 30px;
  }
}

.affiliates__text {
  margin-bottom: 30px;
  max-width: 715px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .affiliates__text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .affiliates__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .affiliates__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .affiliates__text {
    margin-bottom: 20px;
  }
}

.affiliates__btn {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .affiliates__btn {
    margin-bottom: 60px;
  }
}

.affiliates__img {
  max-width: 520px;
}

.information {
  background: #FFFFFF;
}
@media screen and (min-width: 480px) {
  .information {
    padding-top: calc(120px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .information {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .information {
    padding-top: 140px;
  }
}

.information__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .information__list {
    flex-direction: column;
  }
}

.information__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
  min-height: 180px;
}

.information__icon {
  width: 36px;
  height: 48px;
}

.information__title {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .information__title {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .information__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .information__title {
    font-size: 20px;
  }
}

.information__text {
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .information__text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .information__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .information__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 480px) {
  .share {
    padding-top: calc(30px + 26 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .share {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .share {
    padding-top: 56px;
  }
}
@media screen and (min-width: 480px) {
  .share {
    padding-bottom: calc(30px + 26 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .share {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .share {
    padding-bottom: 56px;
  }
}

.share__img {
  max-width: 100%;
  width: 474px;
  height: 28px;
  margin: 0 auto;
}

.resellers {
  background: #fff;
}
@media screen and (min-width: 480px) {
  .resellers {
    padding-top: calc(120px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .resellers {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .resellers {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .resellers {
    padding-bottom: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .resellers {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .resellers {
    padding-bottom: 140px;
  }
}
.resellers--grey {
  background: #F5F5F5;
}
.resellers--grey .resellers__inner {
  background: #fff;
}

.resellers__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  background: #F5F5F5;
  border-radius: 16px;
}
@media screen and (min-width: 480px) {
  .resellers__inner {
    padding-top: calc(40px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .resellers__inner {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .resellers__inner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 480px) {
  .resellers__inner {
    padding-bottom: calc(40px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .resellers__inner {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .resellers__inner {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .resellers__inner .btn {
    width: 100%;
    max-width: 305px;
  }
}

.resellers__title {
  margin-bottom: 40px;
  max-width: 519px;
  text-align: center;
}
@media (max-width: 767px) {
  .resellers__title {
    margin-bottom: 30px;
  }
}

.resellers__text {
  margin-bottom: 30px;
  max-width: 715px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .resellers__text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .resellers__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .resellers__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .resellers__text {
    margin-bottom: 20px;
  }
}

.hero {
  background: #EC6658;
  overflow: hidden;
}

.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}

.hero__title {
  max-width: 956px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .hero__title {
    margin-bottom: 30px;
  }
}

.hero__text {
  max-width: 474px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #F5F5F5;
}
@media (max-width: 767px) {
  .hero__text {
    margin-bottom: 20px;
  }
}

.hero__wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero__wrapper {
    flex-direction: column;
  }
}

.hero__attention {
  max-width: 474px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #F5F5F5;
}
@media screen and (min-width: 480px) {
  .hero__attention {
    margin-bottom: calc(157px + -127 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__attention {
    margin-bottom: 157px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__attention {
    margin-bottom: 30px;
  }
}
.hero__attention span {
  display: block;
  width: -moz-fit-content; 
  width: fit-content;
  margin: 0 auto 10px;
  padding: 0 14px;
  position: relative;
}
.hero__attention span::before {
  content: "";
  width: 9px;
  height: 9px;
  background-image: url("../img/hero-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hero__attention span::after {
  content: "";
  width: 9px;
  height: 9px;
  background-image: url("../img/hero-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

@media screen and (min-width: 480px) {
  .hero__img {
    height: calc(200px + 185 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__img {
    height: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__img {
    height: 385px;
  }
}
@media (max-width: 767px) {
  .hero__img {
    width: calc(100% + 40px);
  }
}
.hero__img img {
  -o-object-position: bottom;
  object-position: bottom;
}

.hero__icon {
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .hero__icon {
    width: calc(66px + 54 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__icon {
    width: 66px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__icon {
    width: 120px;
  }
}
@media screen and (min-width: 480px) {
  .hero__icon {
    height: calc(66px + 54 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__icon {
    height: 66px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__icon {
    height: 120px;
  }
}
@media screen and (min-width: 480px) {
  .hero__icon {
    bottom: calc(210px + 30 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__icon {
    bottom: 210px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__icon {
    bottom: 240px;
  }
}

.hero__square {
  opacity: 0.3;
  border: 2px solid #F5F5F5;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .hero__square {
    width: calc(180px + 180 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__square {
    width: 180px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__square {
    width: 360px;
  }
}
@media screen and (min-width: 480px) {
  .hero__square {
    height: calc(180px + 180 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__square {
    height: 180px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__square {
    height: 360px;
  }
}
@media screen and (min-width: 480px) {
  .hero__square {
    border-radius: calc(14px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__square {
    border-radius: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__square {
    border-radius: 24px;
  }
}
@media screen and (min-width: 480px) {
  .hero__square {
    bottom: calc(20px + -90 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__square {
    bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__square {
    bottom: -70px;
  }
}
@media screen and (min-width: 480px) {
  .hero__square {
    right: calc(-130px + 407 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__square {
    right: -130px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__square {
    right: 277px;
  }
}

.hero__square2 {
  opacity: 0.3;
  border: 2px dashed #F5F5F5;
  position: absolute;
  top: 240px;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .hero__square2 {
    width: calc(95px + 75 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__square2 {
    width: 95px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__square2 {
    width: 170px;
  }
}
@media screen and (min-width: 480px) {
  .hero__square2 {
    height: calc(95px + 75 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__square2 {
    height: 95px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__square2 {
    height: 170px;
  }
}
@media screen and (min-width: 480px) {
  .hero__square2 {
    border-radius: calc(9px + 7 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__square2 {
    border-radius: 9px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__square2 {
    border-radius: 16px;
  }
}
@media screen and (min-width: 480px) {
  .hero__square2 {
    right: calc(160px + -160 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .hero__square2 {
    right: 160px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__square2 {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .hero__square2 {
    top: unset;
    bottom: 248px;
  }
}

.info {
  position: relative;
  background: #FFFFFF;
}
.info::before {
  content: "";
  width: 50%;
  background: rgba(236, 102, 88, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .info::before {
    display: none;
  }
}

.info__inner {
  display: flex;
  align-items: center;
  gap: 130px;
}
@media (max-width: 1599px) {
  .info__inner {
    gap: 8.125vw;
  }
}
@media (max-width: 1280px) {
  .info__inner {
    gap: 7.517vw;
  }
}
@media (max-width: 1023px) {
  .info__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .info__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 480px) {
  .info__wrapper {
    padding-top: calc(60px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .info__wrapper {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .info__wrapper {
    padding-top: 80px;
  }
}
@media screen and (min-width: 480px) {
  .info__wrapper {
    padding-bottom: calc(60px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .info__wrapper {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .info__wrapper {
    padding-bottom: 80px;
  }
}

.info__name {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #303030;
}

.info__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  max-width: 715px;
}
@media (max-width: 1599px) {
  .info__list {
    max-width: 44.688vw;
  }
}
@media (max-width: 1280px) {
  .info__list {
    max-width: 47.343vw;
  }
}
@media (max-width: 1023px) {
  .info__list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    max-width: 270px;
  }
}
.info__list ul {
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 1366px) {
  .info__list ul {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1280px) {
  .info__list ul {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .info__list ul {
    font-size: 20px;
  }
}
.info__list ul li {
  color: inherit;
}
.info__list ul span {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 1366px) {
  .info__list ul span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1280px) {
  .info__list ul span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .info__list ul span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .info__list ul {
    max-width: 232px;
  }
}

.info__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .info__item {
    flex-direction: row;
  }
  .info__item:last-child {
    align-items: center;
  }
}

.info__img {
  height: 30px;
}
.info__img img {
  filter: sepia(0.2) brightness(0.1);
  width: auto;
}
@media (max-width: 767px) {
  .info__img {
    width: 34px;
    height: auto;
  }
  .info__img img {
    width: 100%;
    height: auto;
  }
}

.info__links {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .info__links {
    position: relative;
  }
  .info__links::before {
    content: "";
    width: 100vw;
    background: rgba(236, 102, 88, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 480px) {
  .demo-video {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .demo-video {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .demo-video {
    padding-top: 140px;
  }
}

.demo-video__title {
  margin-bottom: 30px;
}

@media screen and (min-width: 480px) {
  .iphone {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .iphone {
    padding-bottom: calc(40px + 40 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone {
    padding-bottom: 80px;
  }
}

.iphone__top {
  display: flex;
  align-items: center;
  gap: 130px;
}
@media screen and (min-width: 480px) {
  .iphone__top {
    margin-bottom: calc(20px + 40 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__top {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__top {
    margin-bottom: 60px;
  }
}
@media (max-width: 1599px) {
  .iphone__top {
    gap: 8.125vw;
  }
}
@media (max-width: 1023px) {
  .iphone__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

.iphone__descr {
  max-width: 595px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .iphone__descr {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__descr {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__descr {
    font-size: 20px;
  }
}
@media (max-width: 1599px) {
  .iphone__descr {
    max-width: 37.188vw;
  }
}
@media (max-width: 1023px) {
  .iphone__descr {
    max-width: 595px;
  }
}

.iphone__bg {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 480px) {
  .iphone__bg {
    width: calc(335px + 616 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__bg {
    width: 335px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__bg {
    width: 951px;
  }
}
@media screen and (min-width: 480px) {
  .iphone__bg {
    height: calc(290px + 532 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__bg {
    height: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__bg {
    height: 822px;
  }
}

.iphone__device1,
.iphone__device2 {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 480px) {
  .iphone__device1,
  .iphone__device2 {
    width: calc(124px + 229 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__device1,
  .iphone__device2 {
    width: 124px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__device1,
  .iphone__device2 {
    width: 353px;
  }
}
@media screen and (min-width: 480px) {
  .iphone__device1,
  .iphone__device2 {
    height: calc(254px + 466 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__device1,
  .iphone__device2 {
    height: 254px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__device1,
  .iphone__device2 {
    height: 720px;
  }
}

.iphone__device1 {
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .iphone__device1 {
    left: calc(57px + 104 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__device1 {
    left: 57px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__device1 {
    left: 161px;
  }
}

.iphone__device2 {
  left: 369px;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .iphone__device2 {
    left: calc(130px + 239 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__device2 {
    left: 130px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__device2 {
    left: 369px;
  }
}

.iphone__green1 {
  background: #00B67A;
  opacity: 0.15;
  border-radius: 16px;
  position: absolute;
  z-index: -1;
  right: 0;
}
@media screen and (min-width: 480px) {
  .iphone__green1 {
    width: calc(99px + 181 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__green1 {
    width: 99px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__green1 {
    width: 280px;
  }
}
@media screen and (min-width: 480px) {
  .iphone__green1 {
    height: calc(99px + 181 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__green1 {
    height: 99px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__green1 {
    height: 280px;
  }
}
@media screen and (min-width: 480px) {
  .iphone__green1 {
    border-radius: calc(8px + 8 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__green1 {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__green1 {
    border-radius: 16px;
  }
}
@media screen and (min-width: 480px) {
  .iphone__green1 {
    top: calc(33px + 60 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__green1 {
    top: 33px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__green1 {
    top: 93px;
  }
}

.iphone__green2 {
  background: #00B67A;
  opacity: 0.6;
  position: absolute;
  z-index: -1;
  bottom: 0;
}
@media screen and (min-width: 480px) {
  .iphone__green2 {
    width: calc(13px + 23 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__green2 {
    width: 13px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__green2 {
    width: 36px;
  }
}
@media screen and (min-width: 480px) {
  .iphone__green2 {
    height: calc(13px + 23 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__green2 {
    height: 13px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__green2 {
    height: 36px;
  }
}
@media screen and (min-width: 480px) {
  .iphone__green2 {
    border-radius: calc(3px + 5 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__green2 {
    border-radius: 3px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__green2 {
    border-radius: 8px;
  }
}
@media screen and (min-width: 480px) {
  .iphone__green2 {
    left: calc(100px + 183 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__green2 {
    left: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__green2 {
    left: 283px;
  }
}

.iphone__red {
  background: #F57A6C;
  position: absolute;
  z-index: -1;
  left: 0;
}
@media screen and (min-width: 480px) {
  .iphone__red {
    width: calc(42px + 78 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__red {
    width: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__red {
    width: 120px;
  }
}
@media screen and (min-width: 480px) {
  .iphone__red {
    height: calc(42px + 78 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__red {
    height: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__red {
    height: 120px;
  }
}
@media screen and (min-width: 480px) {
  .iphone__red {
    border-radius: calc(6px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__red {
    border-radius: 6px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__red {
    border-radius: 16px;
  }
}
@media screen and (min-width: 480px) {
  .iphone__red {
    bottom: calc(60px + 110 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__red {
    bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__red {
    bottom: 170px;
  }
}

.iphone__texts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 715px;
  margin-left: auto;
}
@media screen and (min-width: 480px) {
  .iphone__texts {
    margin-top: calc(20px + -60 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__texts {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__texts {
    margin-top: -40px;
  }
}
@media (max-width: 1599px) {
  .iphone__texts {
    max-width: 44.688vw;
  }
}
@media (max-width: 1023px) {
  .iphone__texts {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .iphone__texts {
    max-width: unset;
  }
}
.iphone__texts P {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .iphone__texts P {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .iphone__texts P {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .iphone__texts P {
    font-size: 16px;
  }
}

@media screen and (min-width: 480px) {
  .ipad {
    padding-top: calc(40px + 40 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .ipad {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .ipad {
    padding-top: 80px;
  }
}
@media screen and (min-width: 480px) {
  .ipad {
    padding-bottom: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .ipad {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .ipad {
    padding-bottom: 140px;
  }
}

.ipad__top {
  display: flex;
  align-items: center;
  gap: 130px;
}
@media screen and (min-width: 480px) {
  .ipad__top {
    margin-bottom: calc(20px + 40 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .ipad__top {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .ipad__top {
    margin-bottom: 60px;
  }
}
@media (max-width: 1599px) {
  .ipad__top {
    gap: 8.125vw;
  }
}
@media (max-width: 1023px) {
  .ipad__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

.ipad__descr {
  max-width: 595px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .ipad__descr {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .ipad__descr {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .ipad__descr {
    font-size: 20px;
  }
}
@media (max-width: 1599px) {
  .ipad__descr {
    max-width: 37.188vw;
  }
}
@media (max-width: 1023px) {
  .ipad__descr {
    max-width: 595px;
  }
}

.ipad__bg {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 480px) {
  .ipad__bg {
    width: calc(335px + 621 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .ipad__bg {
    width: 335px;
  }
}
@media screen and (min-width: 1600px) {
  .ipad__bg {
    width: 956px;
  }
}
@media screen and (min-width: 480px) {
  .ipad__bg {
    height: calc(210px + 390 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .ipad__bg {
    height: 210px;
  }
}
@media screen and (min-width: 1600px) {
  .ipad__bg {
    height: 600px;
  }
}
@media screen and (min-width: 480px) {
  .ipad__bg {
    margin-bottom: calc(20px + 40 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .ipad__bg {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .ipad__bg {
    margin-bottom: 60px;
  }
}

.ipad__texts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 715px;
  margin-left: auto;
}
@media (max-width: 1599px) {
  .ipad__texts {
    max-width: 44.688vw;
  }
}
@media (max-width: 1023px) {
  .ipad__texts {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .ipad__texts {
    max-width: unset;
  }
}
.ipad__texts P {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .ipad__texts P {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .ipad__texts P {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .ipad__texts P {
    font-size: 16px;
  }
}

.download-software {
  background: rgba(236, 102, 88, 0.1);
}
@media screen and (min-width: 480px) {
  .download-software {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .download-software {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .download-software {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .download-software {
    padding-bottom: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .download-software {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .download-software {
    padding-bottom: 140px;
  }
}

.download-software__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.download-software__title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .download-software__title {
    max-width: calc(335px + 380 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .download-software__title {
    max-width: 335px;
  }
}
@media screen and (min-width: 1600px) {
  .download-software__title {
    max-width: 715px;
  }
}
@media (max-width: 767px) {
  .download-software__title {
    margin-bottom: 30px;
  }
}

.download-software__wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .download-software__wrapper {
    flex-direction: column;
  }
}

.clients {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #ECFAF6;
}
@media screen and (min-width: 480px) {
  .clients {
    padding-top: calc(60px + 120 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .clients {
    padding-top: 180px;
  }
}
@media screen and (min-width: 480px) {
  .clients {
    padding-bottom: calc(60px + 120 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .clients {
    padding-bottom: 180px;
  }
}

.clients__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 480px) {
  .clients__top {
    margin-bottom: calc(20px + 40 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients__top {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .clients__top {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .clients__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.clients__wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 480px) {
  .clients__logo {
    width: calc(139px + 95 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients__logo {
    width: 139px;
  }
}
@media screen and (min-width: 1600px) {
  .clients__logo {
    width: 234px;
  }
}
@media screen and (min-width: 480px) {
  .clients__logo {
    height: calc(34px + 24 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients__logo {
    height: 34px;
  }
}
@media screen and (min-width: 1600px) {
  .clients__logo {
    height: 58px;
  }
}

.clients__nav {
  margin-left: auto;
}

.clients__slider {
  margin-bottom: 80px;
  margin-right: -80px;
  padding-right: 80px;
}
@media (max-width: 1439px) {
  .clients__slider {
    margin-right: -40px;
    padding-right: 40px;
  }
}
@media (max-width: 1280px) {
  .clients__slider {
    margin-right: -20px;
    padding-right: 20px;
  }
}

.clients__slide {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 40px;
  padding-bottom: 60px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
}
@media screen and (min-width: 480px) {
  .clients__slide {
    width: calc(335px + 18 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients__slide {
    width: 335px;
  }
}
@media screen and (min-width: 1600px) {
  .clients__slide {
    width: 353px;
  }
}
@media screen and (min-width: 480px) {
  .clients__slide {
    min-height: calc(430px + 50 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients__slide {
    min-height: auto;
  }
}
@media screen and (min-width: 1600px) {
  .clients__slide {
    min-height:  auto;
  }
}
@media screen and (min-width: 480px) {
  .clients__slide {
    padding-left: calc(50px + -20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients__slide {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .clients__slide {
    padding-left: 30px;
  }
}
@media screen and (min-width: 480px) {
  .clients__slide {
    padding-right: calc(10px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients__slide {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .clients__slide {
    padding-right: 30px;
  }
}
@media screen and (min-width: 480px) {
  .clients__slide:nth-child(3n+1) {
    min-height: calc(335px + 18 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients__slide:nth-child(3n+1) {
    min-height: 335px;
  }
}
@media screen and (min-width: 1600px) {
  .clients__slide:nth-child(3n+1) {
    min-height: 353px;
  }
}

.clients__info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: auto;
}

.clients__avatar {
  width: 48px;
  height: 48px;
}

.clients__name {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .clients__name {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients__name {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .clients__name {
    font-size: 16px;
  }
}

.clients__descr {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
  opacity: 0.4;
}
@media screen and (min-width: 480px) {
  .clients__descr {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients__descr {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .clients__descr {
    font-size: 16px;
  }
}

.clients__rating {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 480px) {
  .clients__rating {
    height: calc(9px + 3 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients__rating {
    height: 9px;
  }
}
@media screen and (min-width: 1600px) {
  .clients__rating {
    height: 12px;
  }
}

.clients__rating img {
  object-position: left;
}

.clients__text {
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .clients__text {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .clients__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .clients__text {
    font-size: 20px;
  }
}

.service {
  background: #FFFFFF;
}
@media screen and (min-width: 480px) {
  .service {
    padding-top: calc(60px + 160 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .service {
    padding-top: 220px;
  }
}
@media screen and (min-width: 480px) {
  .service {
    padding-bottom: calc(60px + 160 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .service {
    padding-bottom: 220px;
  }
}

.service__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1023px) {
  .service__inner {
    flex-direction: column;
    align-items: center;
  }
}

.service__info {
  padding: 37px 0;
  max-width: 347px;
  position: sticky;
  top: 0;
}
@media (max-width: 1023px) {
  .service__info {
    padding: 0;
    position: static;
  }
}

.service__title {
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .service__title {
    margin-bottom: calc(30px + 30 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .service__title {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 480px) {
  .service__title {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .service__title {
    font-size: 20px;
  }
}
.service__title span {
  color: #EC6658;
}

.service__note {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px 30px;
  background: rgba(236, 102, 88, 0.1);
  border-radius: 8px;
}
@media screen and (min-width: 480px) {
  .service__note {
    margin-bottom: calc(30px + 30 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service__note {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .service__note {
    margin-bottom: 60px;
  }
}

.service__note-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #EC6658;
}
@media (max-width: 767px) {
  .service__note-title {
    font-size: 12px;
  }
}

.service__note-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service__note-text p,
.service__note-text li {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .service__note-text p,
  .service__note-text li {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service__note-text p,
  .service__note-text li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .service__note-text p,
  .service__note-text li {
    font-size: 16px;
  }
}

.service__supported {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.service__supported-title {
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .service__supported-title {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service__supported-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .service__supported-title {
    font-size: 20px;
  }
}

.service__supported-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service__supported-text p,
.service__supported-text a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .service__supported-text p,
  .service__supported-text a {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service__supported-text p,
  .service__supported-text a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .service__supported-text p,
  .service__supported-text a {
    font-size: 16px;
  }
}
.service__supported-text a {
  color: #EC6658;
  text-decoration: underline;
  transition: text-decoration-color 0.2s linear;
}
@media (any-hover: hover) {
  .service__supported-text a:hover {
    text-decoration-color: transparent;
  }
}

.service__steps {
  display: flex;
  flex-direction: column;
  max-width: 836px;
}
@media screen and (min-width: 480px) {
  .service__steps {
    gap: calc(40px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service__steps {
    gap: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .service__steps {
    gap: 60px;
  }
}
@media (max-width: 1599px) {
  .service__steps {
    max-width: 52.25vw;
  }
}
@media (max-width: 1023px) {
  .service__steps {
    max-width: 836px;
  }
}

.service__step {
  padding-left: 121px;
  position: relative;
}
@media (max-width: 1599px) {
  .service__step {
    padding-left: 7.563vw;
  }
}
@media (max-width: 1023px) {
  .service__step {
    padding-left: 0;
  }
}

.service__num {
  padding: 6px 10px 5px;
  background: #EC6658;
  border-radius: 6px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 31px;
}
@media screen and (min-width: 480px) {
  .service__num {
    font-size: calc(9px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service__num {
    font-size: 9px;
  }
}
@media screen and (min-width: 1600px) {
  .service__num {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .service__num {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
  }
}

.service__top {
  padding-right: 55px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 600;
  font-size: 70px;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #303030;
  position: relative;
  transition: opacity 0.2s linear;
}
@media (max-width: 1599px) {
  .service__top {
    font-size: 4.375vw;
    padding-right: 3.438vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 480px) {
  .service__top {
    font-size: calc(40px + 30 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 1023px) and (max-width: 479px) {
  .service__top {
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1600px) {
  .service__top {
    font-size: 70px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 480px) {
  .service__top {
    padding-right: calc(27px + 28 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 1023px) and (max-width: 479px) {
  .service__top {
    padding-right: 27px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1600px) {
  .service__top {
    padding-right: 55px;
  }
}
@media (any-hover: hover) {
  .service__top:hover {
    opacity: 0.3;
  }
}
.service__top.active::before {
  display: none;
}
.service__top.active:after {
  display: block;
}
.service__top::before {
  content: "+";
}
.service__top:after {
  content: "–";
  display: none;
}
.service__top::before, .service__top:after {
  font-weight: 600;
  font-size: 70px;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #303030;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1599px) {
  .service__top::before, .service__top:after {
    font-size: 4.375vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 480px) {
  .service__top::before, .service__top:after {
    font-size: calc(40px + 30 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 1023px) and (max-width: 479px) {
  .service__top::before, .service__top:after {
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1600px) {
  .service__top::before, .service__top:after {
    font-size: 70px;
  }
}

.service__bottom {
  display: none;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .service__bottom {
    gap: calc(20px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service__bottom {
    gap: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .service__bottom {
    gap: 30px;
  }
}
@media screen and (min-width: 480px) {
  .service__bottom {
    padding-top: calc(30px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service__bottom {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .service__bottom {
    padding-top: 40px;
  }
}
@media screen and (min-width: 480px) {
  .service__bottom {
    padding-bottom: calc(0px + 60 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service__bottom {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .service__bottom {
    padding-bottom: 60px;
  }
}

.service__bottom-text {
  max-width: 500px;
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .service__bottom-text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service__bottom-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .service__bottom-text {
    font-size: 16px;
  }
}
.service__bottom-text a {
  font-weight: 500;
  line-height: 140%;
  color: #EC6658;
  text-decoration: underline;
  transition: text-decoration-color 0.2s linear;
}
@media screen and (min-width: 480px) {
  .service__bottom-text a {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .service__bottom-text a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .service__bottom-text a {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .service__bottom-text a:hover {
    text-decoration-color: transparent;
  }
}

.service__bottom-images {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .service__bottom-images {
    gap: 5px;
  }
}

.service__bottom-img {
  background: #F5F5F5;
}
.service__bottom-img img {
  height: auto;
}

.pricing {
  background: #FFFFFF;
}
@media screen and (min-width: 480px) {
  .pricing {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .pricing {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .pricing {
    padding-bottom: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .pricing {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing {
    padding-bottom: 140px;
  }
}
.pricing--red {
  background: #EC6658;
}
.pricing--red .title2 {
  color: rgba(245, 245, 245, 0.4);
}
.pricing--red .title2 span {
  color: #fff;
}
.pricing--red .pricing__tabs::before {
  background: #fff;
  opacity: 0.15;
}
.pricing--red .pricing__tab {
  border-top: 3px solid #fff;
}
.pricing--red .pricing__list-item {
  border-bottom: 1px solid rgba(245, 245, 245, 0.15);
}
.pricing--red .pricing__descr,
.pricing--red .pricing__tab,
.pricing--red .pricing__tab-name,
.pricing--red .pricing__tab-text,
.pricing--red .pricing__names li,
.pricing--red .pricing__price {
  color: #F5F5F5;
}

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

.pricing__title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .pricing__title {
    margin-bottom: 30px;
  }
}

.pricing__descr {
  max-width: 715px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .pricing__descr {
    margin-bottom: calc(40px + 40 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .pricing__descr {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing__descr {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 480px) {
  .pricing__descr {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .pricing__descr {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing__descr {
    font-size: 16px;
  }
}

.pricing__tabs {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.pricing__tabs::before {
  content: "";
  width: 3px;
  background: #EC6658;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.pricing__tab {
  width: 50%;
  padding: 29px 0 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  border-top: 3px solid #EC6658;
  transition: opacity 0.2s linear;
}
@media (max-width: 767px) {
  .pricing__tab {
    padding: 30px 0 33px;
    justify-content: flex-start;
  }
  .pricing__tab:nth-child(2) {
    padding-left: 20px;
  }
}
@media (any-hover: hover) {
  .pricing__tab:hover {
    opacity: 1;
  }
}
.pricing__tab.active {
  opacity: 1;
}

.pricing__tab-info {
  width: -moz-fit-content;
  width: fit-content;
}

.pricing__tab-name {
  font-weight: 600;
  line-height: 100%;
  text-align: left;
  letter-spacing: -0.01em;
  color: #EC6658;
}
@media screen and (min-width: 480px) {
  .pricing__tab-name {
    font-size: calc(32px + 22 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .pricing__tab-name {
    font-size: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing__tab-name {
    font-size: 54px;
  }
}

.pricing__tab-text {
  font-weight: 500;
  line-height: 140%;
  color: #EC6658;
  text-align: left;
}
@media screen and (min-width: 480px) {
  .pricing__tab-text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .pricing__tab-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing__tab-text {
    font-size: 16px;
  }
}

.pricing__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.pricing__item {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
}
.pricing__item.active {
  display: flex;
  animation: fade 0.3s ease-in-out;
}

.pricing__list {
  max-width: 475px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .pricing__list {
    margin-bottom: calc(40px + 40 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .pricing__list {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing__list {
    margin-bottom: 80px;
  }
}

.pricing__list-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
}

.pricing__names li {
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .pricing__names li {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .pricing__names li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing__names li {
    font-size: 20px;
  }
}

.pricing__price {
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .pricing__price {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .pricing__price {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing__price {
    font-size: 20px;
  }
}

.pricing__nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .pricing__nav {
    gap: 5px;
    flex-direction: column;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pricing__wrapper {
  max-width: 750px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .pricing__wrapper {
    margin-bottom: calc(40px + 40 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .pricing__wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing__wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pricing__wrapper {
    overflow: hidden;
    margin-right: -20px;
    width: calc(100% + 20px);
  }
}

@media (max-width: 767px) {
  .pricing__wrapper-inner {
    width: 100%;
    overflow-x: scroll;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .pricing__table {
    min-width: 560px;
  }
}
.pricing__table .pricing__price {
  width: 109px;
  text-align: end;
}
@media (max-width: 767px) {
  .pricing__table .pricing__price {
    width: 90px;
  }
}

.pricing__table-item {
  display: flex;
  gap: 28px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(245, 245, 245, 0.15);
}

.pricing__table-info {
  flex-grow: 1;
}

.pricing__table-info-item {
  display: grid;
  grid-template-columns: 1fr 231px;
  gap: 28px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .pricing__table-info-item {
    grid-template-columns: 250px 1fr;
  }
}

.pricing__table-name,
.pricing__table-code {
  font-weight: 600;
  line-height: 120%;
  color: #F5F5F5;
}
@media screen and (min-width: 480px) {
  .pricing__table-name,
  .pricing__table-code {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .pricing__table-name,
  .pricing__table-code {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing__table-name,
  .pricing__table-code {
    font-size: 20px;
  }
}

.pricing__version {
  padding: 60px 0 20px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  color: #F5F5F5;
  opacity: 0.4;
}
@media screen and (min-width: 480px) {
  .pricing__version {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .pricing__version {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .pricing__version {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pricing__version {
    max-width: 560px;
  }
}

.difference {
  background: #121212;
}

.difference__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #303030;
}
@media screen and (min-width: 480px) {
  .difference__inner {
    padding-top: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .difference__inner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .difference__inner {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .difference__inner {
    padding-bottom: calc(60px + 80 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .difference__inner {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .difference__inner {
    padding-bottom: 140px;
  }
}

.difference__title {
  max-width: 715px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .difference__title {
    margin-bottom: calc(30px + 30 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .difference__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .difference__title {
    margin-bottom: 60px;
  }
}

.difference__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 65px;
}
@media (max-width: 1599px) {
  .difference__wrapper {
    gap: 4.063vw;
  }
}
@media (max-width: 767px) {
  .difference__wrapper {
    flex-direction: column;
  }
}

.difference__img {
  max-width: 660px;
}
@media (max-width: 1599px) {
  .difference__img {
    max-width: 41.25vw;
  }
}
@media (max-width: 767px) {
  .difference__img {
    max-width: unset;
    width: 100%;
  }
}
.difference__img img {
  height: auto;
}

.difference__content {
  max-width: 715px;
}
@media screen and (min-width: 480px) {
  .difference__content {
    padding-top: calc(0px + 120 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .difference__content {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .difference__content {
    padding-top: 120px;
  }
}
@media (max-width: 1599px) {
  .difference__content {
    max-width: 44.688vw;
  }
}
@media (max-width: 767px) {
  .difference__content {
    max-width: unset;
  }
}
@media (any-hover: hover) {
  .difference__content .btn--red1:hover {
    color: #fff;
  }
}

.difference__texts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 480px) {
  .difference__texts {
    margin-bottom: calc(20px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .difference__texts {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .difference__texts {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .difference__texts {
    grid-template-columns: repeat(1, 1fr);
  }
}

.difference__descr {
  max-width: 595px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #F5F5F5;
}
@media screen and (min-width: 480px) {
  .difference__descr {
    padding-top: calc(10px + 40 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .difference__descr {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .difference__descr {
    padding-top: 50px;
  }
}

.difference__note {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 40px 30px;
  max-width: 595px;
  background: rgba(245, 245, 245, 0.05);
  border-radius: 8px;
}
@media screen and (min-width: 480px) {
  .difference__note {
    margin-bottom: calc(30px + 30 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .difference__note {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .difference__note {
    margin-bottom: 60px;
  }
}

.difference__note-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #EC6658;
}

.difference__note-descr p,
.difference__note-descr li {
  font-weight: 500;
  line-height: 140%;
  color: #F5F5F5;
}
@media screen and (min-width: 480px) {
  .difference__note-descr p,
  .difference__note-descr li {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .difference__note-descr p,
  .difference__note-descr li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .difference__note-descr p,
  .difference__note-descr li {
    font-size: 16px;
  }
}

.guide {
  background: #EC6658;
  overflow: hidden;
  position: relative;
}

.guide__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: static;
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .guide__inner {
    padding-top: calc(145px + 95 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__inner {
    padding-top: 145px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__inner {
    padding-top: 240px;
  }
}

.guide__title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .guide__title {
    margin-bottom: 30px;
  }
}

.guide__text {
  max-width: 474px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #F5F5F5;
}
@media screen and (min-width: 480px) {
  .guide__text {
    margin-bottom: calc(88px + -17 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__text {
    margin-bottom: 88px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__text {
    margin-bottom: 71px;
  }
}

.guide__img {
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .guide__img {
    width: calc(90px + 90 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__img {
    width: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__img {
    width: 180px;
  }
}
@media screen and (min-width: 480px) {
  .guide__img {
    height: calc(90px + 90 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__img {
    height: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__img {
    height: 180px;
  }
}
@media screen and (min-width: 480px) {
  .guide__img {
    margin-bottom: calc(-33px + -50 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__img {
    margin-bottom: -33px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__img {
    margin-bottom: -83px;
  }
}
@media screen and (min-width: 480px) {
  .guide__img {
    border-radius: calc(12px + 12 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__img {
    border-radius: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__img {
    border-radius: 24px;
  }
}

.guide__icon,
.guide__square1,
.guide__square2,
.guide__square3 {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  .guide__icon {
    width: calc(50px + 50 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__icon {
    width: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__icon {
    width: 100px;
  }
}
@media screen and (min-width: 480px) {
  .guide__icon {
    height: calc(50px + 50 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__icon {
    height: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__icon {
    height: 100px;
  }
}
@media screen and (min-width: 480px) {
  .guide__icon {
    left: calc(63px + 164 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__icon {
    left: 63px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__icon {
    left: 227px;
  }
}
@media screen and (min-width: 480px) {
  .guide__icon {
    top: calc(68px + 55 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__icon {
    top: 68px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__icon {
    top: 123px;
  }
}
@media screen and (min-width: 480px) {
  .guide__icon {
    border-radius: calc(8px + 8 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__icon {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__icon {
    border-radius: 16px;
  }
}

.guide__square1 {
  opacity: 0.3;
  border: 2px dashed #F5F5F5;
}
@media screen and (min-width: 480px) {
  .guide__square1 {
    width: calc(90px + 90 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square1 {
    width: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square1 {
    width: 180px;
  }
}
@media screen and (min-width: 480px) {
  .guide__square1 {
    height: calc(90px + 90 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square1 {
    height: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square1 {
    height: 180px;
  }
}
@media screen and (min-width: 480px) {
  .guide__square1 {
    left: calc(92px + 193 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square1 {
    left: 92px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square1 {
    left: 285px;
  }
}
@media screen and (min-width: 480px) {
  .guide__square1 {
    top: calc(96px + 84 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square1 {
    top: 96px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square1 {
    top: 180px;
  }
}
@media screen and (min-width: 480px) {
  .guide__square1 {
    border-radius: calc(8px + 8 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square1 {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square1 {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .guide__square1 {
    border: 1px dashed #F5F5F5;
  }
}

.guide__square2 {
  background: #F5F5F5;
  opacity: 0.15;
}
@media screen and (min-width: 480px) {
  .guide__square2 {
    width: calc(35px + 35 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square2 {
    width: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square2 {
    width: 70px;
  }
}
@media screen and (min-width: 480px) {
  .guide__square2 {
    height: calc(35px + 35 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square2 {
    height: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square2 {
    height: 70px;
  }
}
@media screen and (min-width: 480px) {
  .guide__square2 {
    right: calc(87px + 92 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square2 {
    right: 87px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square2 {
    right: 179px;
  }
}
@media screen and (min-width: 480px) {
  .guide__square2 {
    bottom: calc(63px + 134 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square2 {
    bottom: 63px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square2 {
    bottom: 197px;
  }
}
@media screen and (min-width: 480px) {
  .guide__square2 {
    border-radius: calc(8px + 8 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square2 {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square2 {
    border-radius: 16px;
  }
}

.guide__square3 {
  opacity: 0.3;
  border: 2px dashed #F5F5F5;
  border-radius: 8px;
}
@media screen and (min-width: 480px) {
  .guide__square3 {
    width: calc(18px + 17 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square3 {
    width: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square3 {
    width: 35px;
  }
}
@media screen and (min-width: 480px) {
  .guide__square3 {
    height: calc(18px + 17 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square3 {
    height: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square3 {
    height: 35px;
  }
}
@media screen and (min-width: 480px) {
  .guide__square3 {
    right: calc(37px + 43 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square3 {
    right: 37px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square3 {
    right: 80px;
  }
}
@media screen and (min-width: 480px) {
  .guide__square3 {
    bottom: calc(108px + 160 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square3 {
    bottom: 108px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square3 {
    bottom: 268px;
  }
}
@media screen and (min-width: 480px) {
  .guide__square3 {
    border-radius: calc(4px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .guide__square3 {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1600px) {
  .guide__square3 {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .guide__square3 {
    border: 1px dashed #F5F5F5;
  }
}

.blog {
  background: #FFFFFF;
}

.blog__inner {
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .blog__inner {
    padding-bottom: calc(60px + 160 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .blog__inner {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .blog__inner {
    padding-bottom: 220px;
  }
}

@media screen and (min-width: 480px) {
  .blog__title {
    margin-bottom: calc(35px + 85 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .blog__title {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .blog__title {
    margin-bottom: 120px;
  }
}

.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1280px) {
  .blog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .blog__list .news__link:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1280px) {
  .blog__list .news__link:nth-child(3n+3) .news__article::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .blog__list .news__link:nth-child(2n+2) .news__article::before {
    display: none;
  }
}
.blog__list .news__article {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(48, 48, 48, 0.1);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .blog__list .news__article {
    min-height: calc(528px + 212 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .blog__list .news__article {
    min-height: 528px;
  }
}
@media screen and (min-width: 1600px) {
  .blog__list .news__article {
    min-height: 470px;
  }
}
@media screen and (min-width: 480px) {
  .blog__list .news__article {
    padding-top: calc(20px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .blog__list .news__article {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .blog__list .news__article {
    padding-top: 40px;
  }
}
@media screen and (min-width: 480px) {
  .blog__list .news__article {
    padding-bottom: calc(20px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .blog__list .news__article {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .blog__list .news__article {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 480px) {
  .blog__list .news__article {
    padding-left: calc(15px + 15 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .blog__list .news__article {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .blog__list .news__article {
    padding-left: 30px;
  }
}
@media screen and (min-width: 480px) {
  .blog__list .news__article {
    padding-right: calc(15px + 15 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .blog__list .news__article {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .blog__list .news__article {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .blog__list .news__article {
    gap: 8px;
  }
}
.blog__list .news__article::before {
  content: "";
  width: 1px;
  background-color: rgba(48, 48, 48, 0.1);
  position: absolute;
  right: 0;
}
@media screen and (min-width: 480px) {
  .blog__list .news__article::before {
    top: calc(20px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .blog__list .news__article::before {
    top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .blog__list .news__article::before {
    top: 40px;
  }
}
@media screen and (min-width: 480px) {
  .blog__list .news__article::before {
    bottom: calc(20px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .blog__list .news__article::before {
    bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .blog__list .news__article::before {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .blog__list .news__article::before {
    display: none;
  }
}

.blog__gradient {
  width: 100vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.62%, #FFFFFF 49.79%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .blog__gradient {
    height: calc(280px + 140 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .blog__gradient {
    height: 280px;
  }
}
@media screen and (min-width: 1600px) {
  .blog__gradient {
    height: 420px;
  }
}

.blog__btn {
  font-weight: 500;
  line-height: 140%;
  color: #EC6658;
  border-bottom: 1px dashed #EC6658;
  transition: border-color 0.2s linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (min-width: 480px) {
  .blog__btn {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .blog__btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .blog__btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 480px) {
  .blog__btn {
    bottom: calc(60px + 86 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .blog__btn {
    bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .blog__btn {
    bottom: 146px;
  }
}
@media (any-hover: hover) {
  .blog__btn:hover {
    border-color: transparent;
  }
}

.article {
  padding-top: 115px;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
}
@media screen and (min-width: 480px) {
  .article {
    padding-bottom: calc(2px + 38 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article {
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 1600px) {
  .article {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .article {
    padding-top: 100px;
  }
}

.article__inner {
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article__inner .video {
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .article__inner .video {
    border-radius: calc(8px + 8 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__inner .video {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .article__inner .video {
    border-radius: 16px;
  }
}
@media screen and (min-width: 480px) {
  .article__inner .video {
    margin-bottom: calc(20px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__inner .video {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .article__inner .video {
    margin-bottom: 40px;
  }
}

.article__title {
  max-width: 715px;
  margin-bottom: 51px;
  font-weight: 600;
  line-height: 95%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .article__title {
    font-size: calc(40px + 30 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .article__title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .article__title {
    margin-bottom: 40px;
  }
}

.article__img {
  background: #F5F5F5;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .article__img {
    margin-bottom: calc(40px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__img {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .article__img {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 480px) {
  .article__img {
    border-radius: calc(4px + 12 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__img {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1600px) {
  .article__img {
    border-radius: 16px;
  }
}

.article__chapters {
  width: 100%;
  background: #ECFAF6;
  border-radius: 18px;
}
@media screen and (min-width: 480px) {
  .article__chapters {
    padding-top: calc(40px + 40 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__chapters {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .article__chapters {
    padding-top: 80px;
  }
}
@media screen and (min-width: 480px) {
  .article__chapters {
    padding-bottom: calc(40px + 40 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__chapters {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .article__chapters {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 480px) {
  .article__chapters {
    padding-left: calc(15px + 345 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__chapters {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .article__chapters {
    padding-left: 360px;
  }
}
@media screen and (min-width: 480px) {
  .article__chapters {
    padding-right: calc(25px + 335 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__chapters {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .article__chapters {
    padding-right: 360px;
  }
}
@media screen and (min-width: 480px) {
  .article__chapters {
    margin-bottom: calc(40px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__chapters {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .article__chapters {
    margin-bottom: 60px;
  }
}
.article__chapters li {
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  font-weight: 500;
  line-height: 140%;
  color: #00B67A;
  overflow: hidden;
  position: relative;
}

.article__chapters li a {
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box; 
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  font-weight: 500;
  line-height: 140%;
  color: #00B67A;
  overflow: hidden;
  position: relative; 
}

@media screen and (min-width: 480px) {
  .article__chapters li {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__chapters li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .article__chapters li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .article__chapters li {
    padding-right: 8px;
  }
  .article__chapters li::after {
    content: "";
    width: 4px;
    height: 8px;
    background-image: url("../img/arrow-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.article__chapters li::before {
  content: "";
  height: 1px;
  background-color: #00B67A;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .article__chapters li::before {
    right: 8px;
  }
}

.article__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 715px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .article__wrapper {
    margin-bottom: calc(20px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .article__wrapper {
    margin-bottom: 30px;
  }
}
.article__wrapper p {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
  list-style: none;
}

.article__wrapper ul li {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
  list-style: inside; 

}

@media screen and (min-width: 480px) {
  .article__wrapper p {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__wrapper p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .article__wrapper p {
    font-size: 16px;
  }
}
.article__wrapper h3 {
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .article__wrapper h3 {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__wrapper h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .article__wrapper h3 {
    font-size: 20px;
  }
}
.article__wrapper h2 {
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .article__wrapper h2 {
    margin-top: calc(25px + 25 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__wrapper h2 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .article__wrapper h2 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 480px) {
  .article__wrapper h2 {
    font-size: calc(32px + 22 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__wrapper h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .article__wrapper h2 {
    font-size: 54px;
  }
}

.article__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 480px) {
  .article__images {
    margin-bottom: calc(15px + 15 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__images {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .article__images {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .article__images {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}
.article__images div {
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 480px) {
  .article__btn {
    margin-bottom: calc(15px + 15 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .article__btn {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .article__btn {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 480px) {
  .payment {
    padding-top: calc(120px + 60 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .payment {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .payment {
    padding-top: 180px;
  }
}
@media screen and (min-width: 480px) {
  .payment {
    padding-bottom: calc(60px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .payment {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .payment {
    padding-bottom: 80px;
  }
}

.payment__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 1023px) {
  .payment__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.payment__title {
  font-weight: 600;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .payment__title {
    font-size: calc(40px + 30 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .payment__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .payment__title {
    font-size: 70px;
  }
}
.payment__title span {
  color: #EC6658;
}

.payment__subtitle {
  max-width: 595px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .payment__subtitle {
    margin-bottom: calc(15px + 15 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .payment__subtitle {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .payment__subtitle {
    margin-bottom: 30px;
  }
}

.payment__texts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 480px) {
  .payment__texts {
    margin-bottom: calc(30px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .payment__texts {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .payment__texts {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .payment__texts {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}
.payment__texts div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .payment__texts div {
    gap: 5px;
  }
}
.payment__texts p {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .payment__texts p {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .payment__texts p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .payment__texts p {
    font-size: 16px;
  }
}

.payment__note {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 40px 30px;
  max-width: 595px;
  background: rgba(236, 102, 88, 0.1);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .payment__note {
    gap: 10px;
  }
}

.payment__note-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #EC6658;
}
@media (max-width: 767px) {
  .payment__note-title {
    font-size: 12px;
  }
}

.payment__note-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .payment__note-text {
    gap: 5px;
  }
}
.payment__note-text P {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .payment__note-text P {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .payment__note-text P {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .payment__note-text P {
    font-size: 16px;
  }
}
.payment__note-text a {
  font-weight: 500;
  line-height: 140%;
  color: #EC6658;
  text-decoration: underline;
  transition: text-decoration-color 0.2s linear;
}
@media screen and (min-width: 480px) {
  .payment__note-text a {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .payment__note-text a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .payment__note-text a {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .payment__note-text a:hover {
    text-decoration-color: transparent;
  }
}

.order__inner {
  display: flex;
  align-items: flex-start;
  padding-bottom: 60px;
  background: #FFFFFF;
  border-radius: 16px;
}
@media screen and (min-width: 480px) {
  .order__inner {
    gap: calc(40px + -34 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__inner {
    gap: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .order__inner {
    gap: 6px;
  }
}
@media screen and (min-width: 480px) {
  .order__inner {
    padding-top: calc(40px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__inner {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .order__inner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 480px) {
  .order__inner {
    padding-left: calc(15px + 105 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__inner {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .order__inner {
    padding-left: 120px;
  }
}
@media screen and (min-width: 480px) {
  .order__inner {
    padding-right: calc(15px + 45 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__inner {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .order__inner {
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  .order__inner {
    flex-direction: column;
  }
}

.order__first {
  padding: 20px 0;
  max-width: 594px;
}

.order__subtitle {
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .order__subtitle {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .order__subtitle {
    font-size: 20px;
  }
}

.order__num {
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .order__num {
    margin-bottom: calc(40px + 120 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__num {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .order__num {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 480px) {
  .order__num {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__num {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .order__num {
    font-size: 16px;
  }
}

.order__text {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 140%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .order__text {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .order__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 480px) {
  .order__title {
    margin-bottom: calc(15px + 15 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .order__title {
    margin-bottom: 30px;
  }
}

.order__price {
  font-weight: 600;
  line-height: 95%;
  letter-spacing: -0.01em; 
  color: #EC6658;
}
@media screen and (min-width: 480px) {
  .order__price {
    font-size: calc(40px + 30 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__price {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .order__price {
    font-size: 70px;
  }
}

.order__second {
  width: 100%;
  max-width: 661px;
  padding-left: 66px;
  border-left: 1px solid rgba(48, 48, 48, 0.1);
}
@media (max-width: 1023px) {
  .order__second {
    padding-left: 0;
    border-left: none;
  }
}

@media screen and (min-width: 480px) {
  .order__form {
    padding-top: calc(0px + 214 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__form {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .order__form {
    padding-top: 20px;
  }
}
@media screen and (min-width: 480px) {
  .order__form {
    padding-bottom: calc(0px + 214 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__form {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .order__form {
    padding-bottom: 20px;
  }
}

.order__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .order__wrapper {
    margin-bottom: 35px;
  }
}

.order__group {
  position: relative;
}
@media screen and (min-width: 480px) {
  .order__group .contacts__input {
    padding-right: calc(170px + 50 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__group .contacts__input {
    padding-right: 170px;
  }
}
@media screen and (min-width: 1600px) {
  .order__group .contacts__input {
    padding-right: 220px;
  }
}

.order__btn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #F57A6C;
  border-radius: 4px;
  border: 1px solid #F57A6C;
  transition: background 0.2s linear;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .order__btn {
    padding-left: calc(20px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__btn {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .order__btn {
    padding-left: 30px;
  }
}
@media screen and (min-width: 480px) {
  .order__btn {
    padding-right: calc(20px + 10 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__btn {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .order__btn {
    padding-right: 30px;
  }
}
.order__btn:disabled {
  background: #FFFFFF;
  border-color: #FFFFFF;
  pointer-events: none;
}
.order__btn:disabled span {
  color: #303030;
  opacity: 0.3;
}
.order__btn.applied {
  pointer-events: none;
  background: rgba(245, 122, 108, 0.1);
  border-color: transparent;
}
.order__btn.applied span {
  color: #EC6658;
}
.order__btn.applied span:nth-child(1) {
  display: none;
}
.order__btn.applied span:nth-child(2) {
  display: block;
}
.order__btn span {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #F5F5F5;
  transition: color 0.2s linear;
}
@media (max-width: 767px) {
  .order__btn span {
    font-size: 12px;
  }
}
.order__btn span:nth-child(2) {
  display: none;
}
@media (any-hover: hover) {
  .order__btn:hover {
    background: transparent;
  }
  .order__btn:hover span {
    color: #F57A6C;
  }
}

.order__form-title {
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
@media screen and (min-width: 480px) {
  .order__form-title {
    font-size: calc(16px + 4 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .order__form-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .order__form-title {
    font-size: 20px;
  }
}

.payment__methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
@media screen and (min-width: 480px) {
  .payment__methods {
    margin-bottom: calc(15px + 25 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .payment__methods {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .payment__methods {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .payment__methods {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
}

.payment__method span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ECFAF6;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s linear;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #303030;
  white-space: nowrap;
}
@media screen and (min-width: 480px) {
  .payment__method span {
    padding-left: calc(30px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .payment__method span {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .payment__method span {
    padding-left: 50px;
  }
}
@media screen and (min-width: 480px) {
  .payment__method span {
    padding-right: calc(30px + 20 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .payment__method span {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .payment__method span {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .payment__method span {
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .payment__method span:hover {
    background: #ECFAF6;
  }
}
.payment__method span img {
  height: 16px;
  width: auto;
}

.payment__method-input {
  display: none;
}
.payment__method-input:checked + span {
  background: #ECFAF6;
}

.payment__info {
  max-width: 199px;
}
@media screen and (min-width: 480px) {
  .payment__info {
    margin-bottom: calc(20px + 30 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .payment__info {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .payment__info {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .payment__info {
    max-width: 150px;
  }
}
.payment__info b {
  font-weight: 600;
}
.payment__info P {
  font-weight: 500;
}
.payment__info p,
.payment__info b {
  font-size: 11px;
  line-height: 100%;
  text-transform: uppercase;
  color: #303030;
}
@media (max-width: 767px) {
  .payment__info p,
  .payment__info b {
    font-size: 9px;
  }
}

.payment__btn {
  width: 100%;
}

.footer {
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 30px;
  background: #121212;
}

.footer__top {
  display: flex;
  align-items: center;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .footer__top {
    flex-direction: column;
  }
}

.footer__logo {
  margin-right: 137px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1599px) {
  .footer__logo {
    margin-right: 8.563vw;
  }
}
@media (max-width: 1023px) {
  .footer__logo {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.footer__logo img {
  width: 31px;
  height: 31px;
}
.footer__logo span {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #F5F5F5;
}

.footer__nav {
  display: flex;
  margin-right: 120px;
}
@media (max-width: 1599px) {
  .footer__nav {
    margin-right: 7.5vw;
  }
}
@media (max-width: 1280px) {
  .footer__nav {
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .footer__nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 33px;
    justify-content: space-between;
  }
}

.footer__group {
  padding-top: 11px;
}
@media (max-width: 767px) {
  .footer__group {
    min-width: 145px;
  }
}
.footer__group--links {
  margin-right: 71px;
}
@media (max-width: 1599px) {
  .footer__group--links {
    margin-right: 4.438vw;
  }
}
@media (max-width: 1023px) {
  .footer__group--links {
    margin-right: 0;
  }
}
.footer__group--company {
  margin-right: 83px;
}
@media (max-width: 1599px) {
  .footer__group--company {
    margin-right: 5.188vw;
  }
}
@media (max-width: 1023px) {
  .footer__group--company {
    margin-right: 0;
  }
}

.footer__group-name {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #F5F5F5;
}
@media (max-width: 767px) {
  .footer__group-name {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.footer__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  line-height: 140%;
  color: #F5F5F5;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 480px) {
  .footer__link {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .footer__link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .footer__link {
    font-size: 16px;
  }
}
.footer__link::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #F5F5F5;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .footer__link::before {
    width: calc(100% - 7px);
  }
}
@media (max-width: 767px) {
  .footer__link {
    padding-right: 7px;
  }
  .footer__link::after {
    content: "";
    width: 8px;
    height: 4px;
    background-image: url("../img/arrow-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (any-hover: hover) {
  .footer__link:hover::before {
    transform: translateX(-110%);
  }
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-grow: 1;
}
@media (max-width: 1280px) {
  .footer__wrapper {
    flex-direction: column;
    flex-grow: unset;
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .footer__wrapper {
    margin-left: unset;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    max-width: 145px;
  }
  .footer__wrapper .footer__group {
    min-width: unset;
  }
}

.footer__wrapper-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .footer__wrapper-inner {
    gap: 15px;
  }
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__social-link {
  display: block;
  max-height: 17px;
  transition: filter 0.2s linear;
  font-size: 0;
}
@media (max-width: 767px) {
  .footer__social-link {
    max-height: 14px;
  }
}
@media (any-hover: hover) {
  .footer__social-link:hover {
    filter: brightness(0.6);
  }
}

.footer__lang {
  cursor: default;
  position: relative;
}
@media (max-width: 1439px) {
  .footer__lang {
    margin-right: 10px;
  }
}
@media (max-width: 1280px) {
  .footer__lang {
    margin-right: 0;
  }
}
.footer__lang:hover ul {
  opacity: 1;
  visibility: visible;
}
.footer__lang:hover span::before {
  transform: translateY(-50%) rotate(180deg);
}
.footer__lang:hover span::after {
  visibility: visible;
}
.footer__lang span {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 33px 10px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #F5F5F5;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer__lang span {
    font-size: 12px;
  }
}
.footer__lang span::before {
  content: "";
  width: 9px;
  height: 4px;
  background-image: url("../img/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s linear;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
}
.footer__lang span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  visibility: hidden;
}
.footer__lang span img {
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.footer__lang ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 20px;
  width: 169px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  position: absolute;
  top: calc(100% + 5px);
  z-index: 2;
}
@media (max-width: 767px) {
  .footer__lang ul {
    width: 160px;
  }
}
.footer__lang a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  transition: color 0.2s linear;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #F5F5F5;
  position: relative;
  z-index: 1;
}
.footer__lang a::before {
  content: "";
  background: #F5F5F5;
  border-radius: 4px;
  transition: opacity 0.2s linear;
  opacity: 0;
  position: absolute;
  top: -10px;
  left: -12px;
  right: -12px;
  bottom: -10px;
  z-index: -1;
}
@media (any-hover: hover) {
  .footer__lang a:hover {
    color: #303030;
  }
  .footer__lang a:hover::before {
    opacity: 1;
  }
}
.footer__lang img {
  min-width: 16px;
  width: 16px;
  height: 16px;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 715px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer__bottom {
    align-items: flex-start;
  }
}

.footer__bottom-logo {
  margin-bottom: 15px;
  width: 121px;
  height: 24px;
}
@media (max-width: 767px) {
  .footer__bottom-logo {
    margin-bottom: 20px;
  }
}

.footer__descr {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #F5F5F5;
  opacity: 0.3;
}
@media screen and (min-width: 480px) {
  .footer__descr {
    font-size: calc(14px + 2 * ((100vw - 480px) / 1120));
  }
}
@media screen and (max-width: 479px) {
  .footer__descr {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .footer__descr {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer__descr {
    text-align: left;
    margin-bottom: 20px;
  }
}

.footer__copyright {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #F5F5F5;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .footer__copyright {
    width: 160px;
    font-size: 9px;
    text-align: left;
  }
}