.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

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

.gm-style img {
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}
html,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

button {
  transition: all 0.3s ease;
  background-color: transparent;
  outline: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

ul {
  list-style: none;
}

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

a {
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  color: #0072E0;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  height: 100%;
}
body.overflow {
  overflow: hidden;
}

.swiper-container-initialized {
  height: 100%;
}

.swiper-slide {
  height: auto;
}
.swiper-slide > * {
  height: 100%;
}

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

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.container {
  margin: 0 auto;
  padding: 0 1.6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 768px) {
  .container {
    justify-content: start;
  }
}
.container.container-extra-sm {
  max-width: 61.2rem;
}
.container.container-sm {
  max-width: 109.6rem;
}
.container.container-bm {
  max-width: 134.4rem;
}
.container.container-md {
  max-width: 142.4rem;
}

.logo {
  max-width: 220px;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline-width: 0;
  appearance: none;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #8F8F8F;
  padding: 8px 4px;
  width: 100%;
  color: #666;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #666;
  opacity: 1;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=number].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type=number] {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
input[type=number] input::-webkit-outer-spin-button,
input[type=number] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] input[type=number] {
  -moz-appearance: textfield;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

.form {
  width: 100%;
  display: flex;
  gap: 16px;
}
.form__group {
  display: flex;
  flex-direction: column;
}
.form__group.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 0;
}
.form__group.has-error .form__error-text {
  opacity: 1;
  margin-top: 0;
}
.form__group.has-error .form__input {
  border: 2px solid #DC3545;
}
.form__group .form__error-text {
  color: #DC3545;
  opacity: 0;
  margin-top: 0;
}

.copy-link {
  border-radius: 2px;
  background: linear-gradient(115deg, #FF6200 28.21%, #F600B0 72.31%);
  padding: 8px 16px 8px 24px;
  cursor: pointer;
}

textarea {
  padding: 8px 10px;
  color: #666666;
  resize: none;
  border: 1px solid #8F8F8F;
}
textarea::placeholder {
  color: #666666;
}

.entrance-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.entrance-form label {
  color: #A3A3A3;
  font-size: 14px;
}
.entrance-form input {
  font-size: 16px;
}
.entrance-form input::placeholder {
  color: #666666;
}
.entrance-form__group {
  display: flex;
  flex-direction: column;
}
.entrance-form__group.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 0;
}
.entrance-form__group.has-error .form__error-text {
  opacity: 1;
  margin-top: 0;
}
.entrance-form__group.has-error .form__input {
  border: 2px solid #DC3545;
}
.entrance-form__group .form__error-text {
  color: #DC3545;
  opacity: 0;
  margin-top: 0;
}

.entrance-label {
  margin: 12px 0 32px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  gap: 10px;
}
.entrance-label .entrance-checkbox {
  appearance: none;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  border-radius: 6px;
  outline-width: 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.entrance-label .entrance-checkbox:checked::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #0072E0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
}
.entrance-label .entrance-label {
  color: #333;
  font-size: 14px;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
  color: #303134;
}

h1, .h1 {
  font-size: 33px;
  letter-spacing: -0.01em;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 33px;
  }
}

h2, .h2 {
  font-size: 18px;
}

@media (max-width: 576px) {
  .h1-mobile {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    letter-spacing: -0.01em;
    font-weight: 700;
  }
}

@media (max-width: 576px) {
  .h2-mobile {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
  }
}

.header {
  padding: 16px 0;
}
@media (min-width: 1024px) {
  .header {
    padding: 11.5px 0;
    border-bottom: 1px solid #000000;
  }
}
.header .header-wrap {
  display: flex;
}
@media (min-width: 1024px) {
  .header .header-wrap {
    justify-content: space-between;
    align-items: center;
  }
}
.header .logo {
  max-width: 150px;
  position: relative;
  z-index: 1001;
}
@media (min-width: 768px) {
  .header .logo {
    max-width: 215px;
  }
}
.header .nav {
  position: fixed;
  z-index: 1000;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (min-width: 1024px) {
  .header .nav {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: transparent;
    gap: 72px;
  }
}
.header .nav.active {
  display: flex;
  right: 0;
}
.header .nav.active .nav-list {
  text-align: center;
}
.header .nav-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
@media (min-width: 1024px) {
  .header .nav-list {
    flex-direction: row;
    gap: 40px;
  }
}
.header .nav-list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav-list li a {
  color: #000000;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .header .nav-list li a {
    font-weight: 700;
    font-size: 16px;
  }
}
.header .nav-list li a.active + img, .header .nav-list li a:hover + img {
  transform: rotate(-180deg);
}
.header .nav-list li img {
  padding-right: 5px;
  transition: all 0.3s ease;
}
.header .nav-list a {
  position: relative;
}
.header .nav-list a:after {
  content: "";
  background-color: #333333;
  position: absolute;
  width: 80%;
  left: -50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
}
.header .nav-list a:hover:after {
  opacity: 1;
  transition: all 0.3s ease;
  left: 50%;
}
.header .nav-list a.active {
  font-weight: 600;
}
.header .nav-list a.active:after {
  opacity: 1;
  left: 50%;
}
.header .btns-header {
  display: flex;
  gap: 8px;
  position: relative;
}
.header .btn-header {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.header .burger {
  position: relative;
  top: 50%;
  z-index: 1001;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .header .burger {
    display: none;
  }
}
.header .burger.active {
  margin-left: auto;
}
.header .burger.active span {
  transition: all 0.3s ease;
  transform: rotate(45deg);
  margin-top: 0.8rem;
}
.header .burger.active span:before {
  transition: all 0.3s ease;
  transform: translateX(20rem);
  opacity: 0;
  display: none;
}
.header .burger.active span:after {
  transition: all 0.3s ease;
  transform: rotate(-90deg);
  opacity: 1;
}
.header .burger span {
  width: 2rem;
  height: 0.3rem;
  background-color: #3D3D3D;
  display: block;
  position: relative;
  transform: translateY(0.8rem);
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.header .burger span:before {
  background-color: #3D3D3D;
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.3rem;
  transform: translateY(-0.8rem);
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.header .burger span:after {
  background-color: #3D3D3D;
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.3rem;
  transform: translateY(0.8rem);
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.profile {
  position: fixed;
  display: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .profile {
    position: absolute;
    width: 238px;
    height: auto;
    right: 0;
    top: 0;
    transform: translate(0, 25%);
    background-color: transparent;
  }
}
.profile.active {
  display: flex;
  opacity: 1;
}
.profile .popup__close {
  top: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  display: block;
}
.profile .popup__close:before, .profile .popup__close:after {
  height: 18px;
  left: 8.5px;
  top: 0;
  width: 1.5px;
  background-color: #2B2B2B;
}
@media (min-width: 1024px) {
  .profile .popup__close {
    display: none;
  }
}
.profile .profile-wrap {
  background-color: #FFFFFF;
  border-radius: 8px;
  width: 238px;
  box-shadow: 0 14px 64px -4px rgba(0, 0, 0, 0.12);
  padding: 8px;
  position: relative;
}
.profile li {
  margin-bottom: 3px;
  margin-right: 16px;
  min-height: 35px;
  padding: 8px;
  line-height: 1.1;
  color: #2B2B2B;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration-thickness: 1px;
}
@media (min-width: 1024px) {
  .profile li {
    margin-right: 0;
  }
}
.profile li:last-child {
  margin-bottom: 0;
}
.profile li:hover {
  text-decoration-line: underline;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 4px;
  border-radius: 2px;
  transition: all 0.3s ease;
  gap: 8px;
  cursor: pointer;
}
.btn:disabled {
  background: #CCCCCC !important;
  color: #A3A3A3 !important;
}
.btn.btn-primary {
  color: #F4F4F4;
  background: #000000;
  position: relative;
  border-radius: 6px;
}
.btn.btn-primary::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.btn.btn-primary:hover:not(.btn.btn-primary:disabled)::before {
  background: rgba(255, 255, 255, 0.12);
}
.btn.btn-secondary {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #000000;
  font-size: 14px;
  line-height: 1.7;
}
.btn.btn-secondary:hover:not(.btn.btn-secondary:disabled) {
  border-color: #F4F4F4;
  background: #F4F4F4;
}
.btn.btn-tertiary {
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
  background: linear-gradient(to right, #FF6200, #F600B0);
  color: #FFFFFF;
}
.btn.btn-tertiary:hover:not(.btn.btn-tertiary:disabled) {
  background: linear-gradient(to left, #FF6200, #F600B0);
}

.buttons-block {
  width: 100%;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.buttons-block .btn-secondary {
  width: 100%;
  min-height: 48px;
  position: relative;
}
.buttons-block .btn-secondary .btn-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-favorite {
  border: 1.3px solid #000000;
  border-radius: 7.8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
}
.btn-favorite:hover {
  background: rgb(244, 244, 244);
}

.btn-shop-langing {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 4px;
  border-radius: 2px;
  transition: all 0.3s ease;
  border-radius: 6px;
  min-height: 40px;
}
.btn-shop-langing.btn-primary {
  color: #F4F4F4;
  background: #000000;
}
.btn-shop-langing.btn-primary:hover {
  color: #000000;
  background: #F4F4F4;
}
.btn-shop-langing.btn-secondary {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #000000;
  font-size: 14px;
  line-height: 1.7;
}
.btn-shop-langing.btn-secondary:hover {
  border-color: #F4F4F4;
  background: #F4F4F4;
}
.btn-shop-langing.btn-tertiary {
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
  background: linear-gradient(to right, #FF6200, #F600B0);
  color: #FFFFFF;
}
.btn-shop-langing.btn-tertiary:hover:not(.btn-shop-langing.btn-tertiary:disabled) {
  background: linear-gradient(to left, #FF6200, #F600B0);
}

.buttons-block {
  width: 100%;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.buttons-block .btn-secondary {
  width: 100%;
  min-height: 40px;
  position: relative;
  border-radius: 6px;
}
.buttons-block .btn-secondary .btn-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.desktop-change-tab-button {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px 11px 8px 19px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  border: 1px solid #000000;
  border-radius: 6px;
  min-height: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  z-index: 10;
}
@media (min-width: 768px) {
  .desktop-change-tab-button {
    display: flex;
  }
}
.desktop-change-tab-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0.4);
}

.noscroll {
  overflow: hidden;
}

.overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
  transition: visibility 0.3s ease;
  visibility: hidden;
}
.overlay.active {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.3s ease;
}

.popup {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -3;
  width: 100%;
  opacity: 0;
  min-height: 100vh;
  overflow-y: auto;
  background-color: #FFFFFF;
  box-shadow: 0 14px 64px -4px rgba(0, 0, 0, 0.12);
  transition: visibility 0.3s ease;
  visibility: hidden;
}
@media (min-width: 576px) {
  .popup {
    min-height: auto;
    height: 100%;
    max-width: 520px;
    max-height: 660px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.popup.active {
  opacity: 1;
  z-index: 1100;
  visibility: visible;
  transition: visibility 0.3s ease;
}
.popup__wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 16px;
}
@media (min-width: 576px) {
  .popup__wrap {
    padding: 64px;
  }
  .popup__wrap .logo {
    max-width: 330px;
  }
}
.popup__close {
  position: absolute;
  right: 25px;
  top: 16px;
  z-index: 999;
  cursor: pointer;
}
@media (min-width: 576px) {
  .popup__close {
    right: 33px;
    top: 23px;
  }
}
.popup__close:before, .popup__close:after {
  position: absolute;
  left: 0;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #3D3D3D;
}
.popup__close:before {
  transform: rotate(45deg);
}
.popup__close:after {
  transform: rotate(-45deg);
}
.popup .logo {
  margin-bottom: 80px;
}
@media (min-width: 576px) {
  .popup .logo {
    margin-bottom: 60px;
  }
}
.popup .subtitle-block {
  margin: 32px 0;
}
.popup .subtitle,
.popup .description {
  color: #3D3D3D;
}
.popup .description {
  display: inline-block;
  margin: 12px 0 4px;
  font-weight: 500;
}
.popup .wrong-link {
  color: #2192FF;
  font-weight: 500;
  display: block;
}
.popup .wrong-link strong {
  font-weight: 500;
}
.popup .btn-form {
  width: 118px;
  height: 40px;
  flex-shrink: 0;
}
.popup .buttons-block {
  margin: 40px 0 32px;
}
.popup .buttons-block .btn {
  border-radius: 6px;
}
.popup .privacy {
  color: #A3A3A3;
}
.popup .privacy a {
  color: #666;
}
.popup .copy-link {
  width: 124px;
  height: 40px;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  border: none;
}
.popup .copy-container {
  display: flex;
  gap: 16px;
  flex-direction: column-reverse;
}
@media (min-width: 576px) {
  .popup .copy-container {
    flex-direction: row;
    align-items: center;
    padding-top: 32px;
  }
}
.popup .copy-container .copy-message {
  color: #00C777;
  font-weight: 500;
  display: none;
}
@media (min-width: 576px) {
  .popup .btn-block {
    padding-top: 32px;
  }
}
.popup .btn-block a {
  width: 172px;
  height: 40px;
}

.popup-checkout {
  border-radius: 8px;
  max-width: 320px;
  max-height: 260px;
  min-height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px 20px 28px;
}
@media (min-width: 768px) {
  .popup-checkout {
    max-width: 524px;
    max-height: 326px;
    padding: 48px 52px;
  }
}
.popup-checkout .popup__wrap {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.popup-checkout .popup-logo {
  width: 32px;
}
.popup-checkout .h2-popup {
  font-family: "DM Sans", sans-serif;
  color: #000000;
  font-size: 18px;
  margin: 16px 0 12px;
}
@media (min-width: 768px) {
  .popup-checkout .h2-popup {
    font-size: 33px;
    letter-spacing: -0.04em;
    font-family: "Gilda Display", serif;
  }
}
.popup-checkout p {
  font-size: 14px;
  color: #7A7A7A;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .popup-checkout p {
    font-size: 18px;
  }
}
.popup-checkout .btn-primary {
  width: 100%;
  max-width: 209px;
  min-height: 40px;
}

.selected-block {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 4px));
  gap: 16px;
}
@media (min-width: 480px) {
  .selected-block {
    grid-template-columns: repeat(1, 100%);
  }
}

label {
  display: block;
  color: #A3A3A3;
  font-size: 14px;
}

.nice-select {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  padding: 0 25px 0 4px;
  height: 40px;
  line-height: 37px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #8F8F8F;
}
.nice-select::after {
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  width: 10px;
  height: 10px;
  top: 40%;
}
.nice-select .current {
  overflow: hidden;
  width: 100%;
  display: block;
}
.nice-select .list {
  right: 0;
  border-radius: 6px;
  padding: 4px 0;
}
.nice-select .list li {
  color: #3D3D3D;
  margin: 4px 8px;
  overflow: hidden;
  border-radius: 4px;
  font-weight: 400;
  padding: 0 0 0 34px;
  position: relative;
}
.nice-select .list li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #3D3D3D;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #F5F5F5;
  font-weight: 400;
}
.nice-select .option.focus::after,
.nice-select .option.selected.focus::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #3D3D3D;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-65%) rotate(45deg);
}

.select,
.form-group {
  position: relative;
}
.select.error .nice-select,
.form-group.error .nice-select {
  border-bottom-color: #F76659;
}
.select.error .error-text,
.form-group.error .error-text {
  display: block;
}
.select .error-text,
.form-group .error-text {
  color: #F76659;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16.8px;
  overflow: hidden;
  font-size: 12px;
  display: none;
}
@media (min-width: 375px) {
  .select .error-text,
  .form-group .error-text {
    font-size: 14px;
  }
}

.main-section {
  display: flex;
  flex-direction: column;
  position: relative;
}
.main-section::before {
  content: "";
  display: none;
  width: 584.568px;
  height: 584.568px;
  flex-shrink: 0;
  border-radius: 584.568px;
  opacity: 0.7;
  background: #ECFF84;
  filter: blur(222.8075256348px);
  position: absolute;
  top: 128px;
  left: 278px;
  z-index: -1;
}
.main-section::after {
  content: "";
  display: none;
  width: 525.911px;
  height: 525.911px;
  flex-shrink: 0;
  border-radius: 525.911px;
  opacity: 0.7;
  background: #ECCFFF;
  filter: blur(160.8642883301px);
  position: absolute;
  bottom: 97px;
  right: 95px;
  z-index: -1;
}
@media (min-width: 768px) {
  .main-section {
    flex-grow: 1;
  }
  .main-section::before, .main-section::after {
    display: block;
  }
}
.main-section .container {
  flex-grow: 1;
  display: flex;
  flex-direction: column; /* <-- Заменили column-reverse на column */
}

@media (min-width: 768px) {
  .main-section .container {
    flex-direction: row;
  }
}

.animate-block {
  flex-grow: 1;
  width: 100%;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 345px;
  margin: auto auto;
  /*display: none;*/
}
@media (min-width: 768px) {
  .animate-block {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .animate-block {
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .animate-block {
    height: 650px;
  }
}
.animate-block .main-title {
  color: #161616;
  font-family: "Gilda Display";
  font-size: 17.415px;
  letter-spacing: -0.528px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .animate-block .main-title {
    font-size: 33px;
    letter-spacing: -1px;
    margin: 78px auto 50px;
  }
}
.animate-block .logo {
  margin: 0 auto 100px;
}
@media (min-width: 768px) {
  .animate-block .logo {
    display: none;
  }
}

.animate-frames {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.frame-title {
  color: #161616;
  font-size: 14.662px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 576px) {
  .frame-title {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .frame-title {
    font-size: 32px;
  }
}
.frame-title img {
  width: 20px;
}
@media (min-width: 1200px) {
  .frame-title img {
    width: 31px;
  }
}

.frame-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

[id^=frame-] {
  opacity: 1;
  pointer-events: auto;
}

.frame-shadow {
  box-shadow: 0px 3.666px 10.08px -2.749px rgba(0, 0, 0, 0.04), 0px 6.415px 29.324px -1.833px rgba(0, 0, 0, 0.06);
}
.frame-primary {
  margin: 35px auto;
  position: relative;
}
@media (min-width: 1200px) {
  .frame-primary {
    margin: 60px auto;
  }
}
.frame-primary .red-double-stars {
  position: absolute;
  top: 70px;
  left: 0;
  width: 33px;
  height: 34px;
}
@media (min-width: 1200px) {
  .frame-primary .red-double-stars {
    width: 49px;
    height: 50px;
    top: 140px;
    left: 5px;
  }
}
.frame-primary .red-star {
  position: absolute;
  right: -65px;
  bottom: 15px;
  width: 28px;
  height: 28px;
}
@media (min-width: 375px) {
  .frame-primary .red-star {
    right: -75px;
    bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .frame-primary .red-star {
    width: 44px;
    height: 44px;
    right: -100px;
    bottom: 90px;
  }
}

.frame-primary,
.frame-secondary-bg {
  border-radius: 12px;
  background: #FFF;
  width: 189.693px;
  height: 252.92px;
  padding: 20.16px;
}
@media (min-width: 375px) {
  .frame-primary,
  .frame-secondary-bg {
    width: 224px;
    height: 298px;
  }
}
@media (min-width: 1200px) {
  .frame-primary,
  .frame-secondary-bg {
    width: 414.004px;
    height: 552px;
    padding: 44px;
  }
}

.frame-primary-bg {
  background: #FFFFFF url("../images/step-1.png") center;
  background-size: 80%;
  background-repeat: no-repeat;
}

.frame-secondary-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.rotate-left {
  transform: rotate(-3.5deg);
}

.rotate-right {
  transform: rotate(1.46deg);
}

.frame-secondary {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 189.693px;
}
@media (min-width: 375px) {
  .frame-secondary {
    width: 224px;
  }
}
@media (min-width: 1200px) {
  .frame-secondary {
    width: 414.004px;
  }
}

.card-primary {
  position: absolute;
  width: 223px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  bottom: 40px;
  padding: 10px;
}
@media (min-width: 375px) {
  .card-primary {
    width: 270px;
    bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .card-primary {
    width: 428px;
    bottom: 130px;
    padding: 20px;
  }
}
.card-primary .description-box {
  padding: 15px 20px;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #333;
  border-radius: 6px;
  border: 1px solid #000;
  background: #FFF;
  box-shadow: 0px 8px 22px -6px rgba(0, 0, 0, 0.04), 0px 14px 64px -4px rgba(0, 0, 0, 0.06);
  font-size: 12px;
  padding: 5px 10px;
}
@media (min-width: 375px) {
  .card-primary .description-box {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .card-primary .description-box {
    padding: 15px 20px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.card-primary .gradient-bar {
  height: 38px;
  background: linear-gradient(90deg, #FF4500 0%, #FF1493 100%);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 375px) {
  .card-primary .gradient-bar {
    height: 42px;
  }
}
@media (min-width: 1200px) {
  .card-primary .gradient-bar {
    height: 52px;
    font-size: 16px;
  }
}
.card-primary .gradient-bar .stars-white {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
@media (min-width: 375px) {
  .card-primary .gradient-bar .stars-white {
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .card-primary .gradient-bar .stars-white {
    width: 25px;
    height: 25px;
    right: 90px;
  }
}
.card-primary .gradient-bar.loader::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.card-primary .gradient-bar.loader.completed::after {
  animation: none;
  border: none;
  background: #F4F4F4 url("../images/check-mark.svg") no-repeat;
  background-size: 65%;
  background-position-y: 53%;
  background-position-x: 60%;
}
@media (min-width: 375px) {
  .card-primary .gradient-bar.loader.completed::after {
    background-position-y: 55%;
  }
}
@media (min-width: 1200px) {
  .card-primary .gradient-bar.loader.completed::after {
    background-position-y: 50%;
  }
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.card-product {
  background: #fff;
  position: absolute;
  border: 1px solid #3D3D3D;
  z-index: 1;
}
@media (min-width: 375px) {
  .card-product {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .card-product {
    padding: 20px;
  }
}
.card-product .image-box {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .card-product .image-box {
    margin-bottom: 12px;
  }
}
.card-product .image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-product .title {
  color: #000;
}
.card-product .price {
  color: #000;
}
.card-product .button {
  width: 100%;
  background: #000;
  color: #F4F4F4;
  font-weight: 500;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 4px 4px 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .card-product .button {
    padding: 2px 4px;
  }
}
.card-product.card-product-primary {
  border-radius: 6.33px;
  padding: 8px;
  width: 115px;
  left: -52px;
}
@media (min-width: 375px) {
  .card-product.card-product-primary {
    padding: 10px;
    width: 124px;
    left: -60px;
  }
}
@media (min-width: 1200px) {
  .card-product.card-product-primary {
    padding: 20px;
    width: 235px;
    left: -100px;
    border-radius: 12px;
  }
}
.card-product.card-product-primary .title {
  margin-bottom: -4px;
  font-size: 9.5px;
}
@media (min-width: 1200px) {
  .card-product.card-product-primary .title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.card-product.card-product-primary .price {
  font-size: 9.5px;
}
@media (min-width: 1200px) {
  .card-product.card-product-primary .price {
    font-size: 18px;
  }
}
.card-product.card-product-primary .button {
  margin-top: 6px;
  font-size: 8.44px;
  min-height: 21.1px;
}
@media (min-width: 1200px) {
  .card-product.card-product-primary .button {
    margin-top: 16px;
    font-size: 16px;
    min-height: 40px;
  }
}
.card-product.card-product-secondary {
  border-radius: 4.75px;
  padding: 8px;
  width: 93.41px;
  right: -35px;
  bottom: -30px;
  padding: 7.5px;
}
@media (min-width: 375px) {
  .card-product.card-product-secondary {
    bottom: -15px;
  }
}
@media (min-width: 1200px) {
  .card-product.card-product-secondary {
    padding: 15px;
    border-radius: 9px;
    width: 177px;
    right: -45px;
    bottom: -30px;
  }
}
.card-product.card-product-secondary .title {
  margin-bottom: -4px;
  font-size: 7.12px;
}
@media (min-width: 1200px) {
  .card-product.card-product-secondary .title {
    font-size: 13.5px;
    margin-bottom: 0;
  }
}
.card-product.card-product-secondary .price {
  font-size: 9.5px;
}
@media (min-width: 1200px) {
  .card-product.card-product-secondary .price {
    font-size: 13.5px;
  }
}
.card-product.card-product-secondary .button {
  margin-top: 4px;
  font-size: 6.33px;
  min-height: 15.83px;
}
@media (min-width: 1200px) {
  .card-product.card-product-secondary .button {
    margin-top: 11px;
    font-size: 12px;
    min-height: 30px;
  }
}
.card-product.card-product-tertirary {
  border-radius: 4.69px;
  padding: 8px;
  width: 92.21px;
  padding: 7.5px;
  top: -30px;
  right: -50px;
}
@media (min-width: 375px) {
  .card-product.card-product-tertirary {
    top: -15px;
  }
}
@media (min-width: 1200px) {
  .card-product.card-product-tertirary {
    padding: 14.81px;
    border-radius: 8.885px;
    width: 174.72px;
    top: -25px;
    right: -75px;
  }
}
.card-product.card-product-tertirary .title {
  margin-bottom: -4px;
  font-size: 7.39px;
}
@media (min-width: 1200px) {
  .card-product.card-product-tertirary .title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.card-product.card-product-tertirary .price {
  font-size: 7.39px;
}
@media (min-width: 1200px) {
  .card-product.card-product-tertirary .price {
    font-size: 14px;
  }
}
.card-product.card-product-tertirary .button {
  margin-top: 4px;
  font-size: 6.25px;
  min-height: 15.83px;
}
@media (min-width: 1200px) {
  .card-product.card-product-tertirary .button {
    margin-top: 11px;
    font-size: 11.846px;
    min-height: 29.61px;
  }
}

.black-big-star {
  width: 25.64px;
  height: 25.64px;
  position: absolute;
  top: -20px;
  left: -55px;
}
@media (min-width: 1200px) {
  .black-big-star {
    width: 50px;
    height: 50px;
    top: -30px;
    left: -95px;
  }
}

.black-small-star {
  position: absolute;
  width: 18.73px;
  height: 18.73px;
  right: 60px;
  bottom: -40px;
}
@media (min-width: 1200px) {
  .black-small-star {
    width: 36px;
    height: 36px;
    right: 140px;
    bottom: -65px;
  }
}

.black-double-star {
  position: absolute;
  width: 25.39px;
  height: 25.78px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .black-double-star {
    width: 49px;
    height: 50px;
    right: -75px;
  }
}

@keyframes frameAnimation {
  0% {
    opacity: 1;
    visibility: visible;
  }
  1.51% {
    visibility: visible;
  }
  1.52% {
    visibility: hidden;
  }
  to {
    visibility: hidden;
  }
}
[id^=frame-] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  animation-delay: 0s;
  pointer-events: none;
}

[id^=frame-].no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

[id^=frame-].active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.entrance-block {
  padding: 4px;
  background: #FFFFFF;
  width: 100%;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .entrance-block {
    flex-grow: 1;
    max-width: 320px;
    padding: 16px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .entrance-block {
    max-width: 420px;
    padding: 34px;
    border-radius: 2px;
  }
}
@media (min-width: 1200px) {
  .entrance-block {
    max-width: 520px;
    padding: 64px;
    border-radius: 2px;
  }
}
.entrance-block.active {
  display: flex;
  z-index: 0;
  opacity: 1;
}
.entrance-block .main-title {
  margin: 80px 0 52px;
  display: none;
}
@media (min-width: 768px) {
  .entrance-block .main-title {
    display: block;
    margin: 80px 0 16px;
  }
}
.entrance-block .how-does-form {
  display: none;
  margin-bottom: 32px;
  font-size: 14px;
  color: #3D3D3D;
  font-weight: 400;
}
@media (min-width: 768px) {
  .entrance-block .how-does-form {
    display: block;
  }
}
.entrance-block .main-subtitle {
  color: #A3A3A3;
  font-size: 14px;
}
.entrance-block .btn-form {
  width: 109px;
  min-height: 40px;
}
.entrance-block .buttons-block {
  margin: 20px 0 32px;
}
.entrance-block .top-buttons-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .entrance-block .top-buttons-block {
    flex-direction: row;
  }
  .entrance-block .top-buttons-block .btn-shop-langing {
    width: 100%;
  }
}
.entrance-block .privacy {
  color: #8F8F8F;
  font-size: 12px;
  margin: 12px 0 32px;
}
.entrance-block .privacy a {
  color: #2192FF;
}
.entrance-block .privacy a:hover {
  text-decoration: underline;
}
.entrance-block .login-container {
  padding: 60px 0 48px;
  width: 100%;
}
@media (min-width: 768px) {
  .entrance-block .login-container {
    display: none;
  }
}
.entrance-block .login-buttons {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #E0E0E0;
}
.entrance-block .button {
  text-align: center;
  color: #CCCCCC;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 6.5px 0;
}
.entrance-block .button.active {
  color: #007bff;
  position: relative;
}
.entrance-block .button.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #007bff;
}
.entrance-block .entrance-questions {
  text-align: center;
  color: #303134;
  font-weight: 400;
  display: none;
}
@media (min-width: 768px) {
  .entrance-block .entrance-questions {
    display: block;
  }
}
.entrance-block .entrance-questions a,
.entrance-block .entrance-questions button {
  color: #2192FF;
}
.entrance-block .entrance-questions a:hover,
.entrance-block .entrance-questions button:hover {
  text-decoration: underline;
}
.entrance-block .create-acount {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.entrance-block .create-acount.active {
  display: block;
  opacity: 1;
}
.entrance-block .main-title {
  color: #161616;
  font-family: "Gilda Display";
  font-size: 17.415px;
  letter-spacing: -0.528px;
}
@media (min-width: 768px) {
  .entrance-block .main-title {
    font-size: 33px;
    letter-spacing: -1px;
  }
}

.start-section {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 768px) {
  .start-section {
    padding: 65px 0;
  }
}
.start-section .title-block {
  max-width: 600px;
  margin: 0 auto 42px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 576px) {
  .start-section .title-block {
    align-items: center;
    text-align: center;
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .start-section .title-block {
    margin-bottom: 64px;
  }
}
.start-section .h2 {
  opacity: 0.9;
  max-width: 461px;
}
@media (max-width: 576px) {
  .start-section .h2 {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.start-section .cards {
  width: 100%;
  display: grid;
  gap: 36px;
}
@media (min-width: 768px) {
  .start-section .cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.start-section .card {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #C2C2C2;
  border-radius: 8px;
  min-height: 173px;
  padding: 12px;
}
@media (min-width: 768px) {
  .start-section .card {
    min-height: 337px;
  }
}
@media (min-width: 992px) {
  .start-section .card {
    min-height: 387px;
  }
}
.start-section .card input {
  display: none;
}
.start-section .card p {
  color: #7A7A7A;
  font-size: 14px;
}
.start-section .card .card-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 480px) {
  .start-section .card .card-inner {
    max-width: 315px;
  }
}
.start-section .card .card-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .start-section .card .card-container {
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .start-section .card .card-container img {
    margin-bottom: 4px;
  }
}
.start-section .card .card-container strong {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 500;
  line-height: 1;
  margin-top: 4px;
}
.start-section .card .card-container strong span {
  color: #2192FF;
}
@media (min-width: 768px) {
  .start-section .card .card-container strong {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
  }
}
.start-section .card .btn-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.start-section .card .btn {
  min-height: 40px;
  border-radius: 6px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .start-section .card .btn {
    min-height: 40px;
    max-width: 158px;
  }
}

.full-start-page {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 768px) {
  .full-start-page {
    padding: 65px 0;
  }
}
.full-start-page .container {
  gap: 50px;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 1200px) {
  .full-start-page .container {
    flex-direction: row;
  }
}

.upload-section {
  padding: 45px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 768px) {
  .upload-section {
    padding: 65px 0;
  }
}

.upload-area .h1 {
  margin-bottom: 40px;
  display: none;
}
@media (min-width: 768px) {
  .upload-area .h1 {
    display: block;
  }
}
.upload-area .upload-block {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 480px) {
  .upload-area .upload-block {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .upload-area .upload-block {
    gap: 40px;
  }
}
.upload-area .upload-block .image-block {
  width: 100%;
  flex-grow: 1;
  position: relative;
}
@media (min-width: 480px) {
  .upload-area .upload-block .image-block {
    max-width: 318px;
  }
}
.upload-area .upload-block .image-block .crop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
}
.upload-area .upload-block .filters-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
@media (min-width: 480px) {
  .upload-area .upload-block .filters-block {
    max-width: 222px;
  }
}
.upload-area .upload-block .filters-block .btn {
  min-height: 40px;
}
.upload-area .btns-primary {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 6px));
  gap: 12px;
  width: 100%;
}
@media (min-width: 480px) {
  .upload-area .btns-primary {
    grid-template-columns: repeat(1, 100%);
    margin-bottom: 4px;
  }
}
.upload-area .btns-primary input {
  display: none;
}
.upload-area .btns-primary .btn-primary {
  text-align: center;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
}
.upload-area .btns-block {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media (min-width: 480px) {
  .upload-area .btns-block {
    flex-direction: column;
  }
}
@media (min-width: 480px) {
  .upload-area .text-mobile {
    display: none;
  }
}
.upload-area .text-tablet {
  display: none;
}
@media (min-width: 480px) {
  .upload-area .text-tablet {
    display: block;
  }
}
.upload-area .btn-tertiary {
  max-width: 41.5%;
}
@media (min-width: 480px) {
  .upload-area .btn-tertiary {
    max-width: none;
  }
}

.generated-section {
  padding: 15px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .generated-section {
    padding: 30px 0;
  }
}
.generated-section .container {
  gap: 30px;
  align-items: center;
}
@media (min-width: 992px) {
  .generated-section .container {
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .generated-section .container {
    flex-direction: row;
    gap: 16px;
  }
}
@media (min-width: 1360px) {
  .generated-section .container {
    gap: 68px;
  }
}
.generated-section .selected-block {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 16px;
}
.generated-section .selected-block .selected-block-inner {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 8px));
  gap: 16px;
}
@media (min-width: 480px) {
  .generated-section .selected-block .selected-block-inner {
    grid-template-columns: repeat(1, 100%);
  }
}
.generated-section .photo-block {
  width: 100%;
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .generated-section .photo-block {
    max-width: 553px;
  }
}
.generated-section .photo-block .h1 {
  margin: 32px 0 16px;
}
@media (min-width: 1024px) {
  .generated-section .photo-block .h1 {
    margin: 40px 0 20px;
  }
}
.generated-section .btns-block {
  margin: 16px 0;
}
@media (min-width: 576px) {
  .generated-section .btns-block {
    margin: 0;
  }
}
.generated-section .upload-block {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 16px 20px;
}
@media (min-width: 576px) {
  .generated-section .upload-block {
    flex-direction: row;
    align-items: stretch;
  }
}
.generated-section .upload-block input {
  display: none;
}
.generated-section .upload-block .image-block {
  flex-grow: 1;
}
@media (min-width: 576px) {
  .generated-section .upload-block .image-block {
    max-width: 313px;
  }
}
.generated-section .filters-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 576px) {
  .generated-section .filters-block {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .generated-section .filters-block {
    max-width: 215px;
    flex: 1 0 auto;
  }
}
.generated-section textarea {
  min-height: 101px;
  font-size: 16px;
  margin-top: 8px;
}
@media (min-width: 576px) {
  .generated-section textarea {
    min-height: 151px;
  }
}
.generated-section .upload-new-photo {
  margin-top: 24px;
  border-radius: 6px;
  border: 1px dashed #C2C2C2;
  padding: 12px;
  display: none;
  color: #3D3D3D;
  gap: 6px;
}
@media (min-width: 576px) {
  .generated-section .upload-new-photo {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .generated-section .upload-new-photo {
    gap: 12px;
  }
}
.generated-section .upload-new-photo .upload-new-photo-inner {
  padding: 8px;
  display: flex;
  gap: 12px 20px;
  flex-wrap: wrap;
}
.generated-section .upload-new-photo .upload-new-photo-inner span {
  max-width: 200px;
}
.generated-section .upload-new-photo .onboarding-thumb {
  width: 100%;
  max-width: 68.32px;
}
.generated-section .right-text-block {
  flex: 1;
  margin: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .generated-section .right-text-block {
    max-width: 480px;
  }
}
.generated-section .right-text-block .h1 {
  color: #A3A3A3;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .generated-section .right-text-block .h1 {
    margin-bottom: 16px;
  }
}
.generated-section .right-text-block .h2 {
  color: #A3A3A3;
  opacity: 0.9;
}

.try-block {
  flex: 1;
}
@media (max-width: 576px) {
  .try-block .h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
  }
}
.try-block .cards-block {
  margin-top: 20px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 576px) {
  .try-block .cards-block {
    gap: 15px;
  }
}
.try-block .card .img-card {
  width: 100%;
}
.try-block .card .title-card {
  color: #000000;
  margin: 7.63px 0 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 13.76px;
}
@media (min-width: 576px) {
  .try-block .card .title-card {
    margin: 12px 0 16px;
    font-size: 18px;
  }
}
.try-block .card .btn {
  width: 100%;
  border-radius: 6px;
  max-width: 122px;
  min-height: 40px;
  font-size: 15.72px;
}
@media (min-width: 576px) {
  .try-block .card .btn {
    font-size: 16px;
  }
}

.product-block {
  width: 100%;
  flex: 1;
}
@media (min-width: 992px) {
  .product-block {
    width: auto;
  }
}
.product-block .search-results {
  color: #3D3D3D;
  padding-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.01em;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 1024px) {
  .product-block .search-results {
    display: none;
  }
}
.product-block .product-filter {
  display: flex;
  justify-content: end;
  gap: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
}
@media (min-width: 1024px) {
  .product-block .product-filter {
    margin-bottom: 20px;
    gap: 12px;
    border-bottom: none;
  }
}
.product-block .product-filter .all-filters {
  display: flex;
  align-items: center;
  color: #3D3D3D;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .product-block .product-filter .all-filters {
    font-weight: 500;
  }
}
.product-block .product-filter .all-filters img {
  width: 22px;
}
.product-block .product-filter .product-sort {
  width: 85px;
}
.product-block .product-filter .product-sort .current {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 500;
}
.product-block .product-filter .product-sort .nice-select {
  border: none;
  height: 35px;
}
.product-block .product-filter .product-sort .nice-select::after {
  border-color: #3D3D3D;
  width: 8px;
  height: 8px;
  top: 48%;
  right: 12px;
}
.product-block .product-filter .product-sort .nice-select .list li {
  color: #3D3D3D;
  font-size: 16px;
}
.product-block .product-cards {
  display: grid;
  gap: 16px;
}
@media (min-width: 576px) {
  .product-block .product-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media (min-width: 992px) {
  .product-block .product-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .product-block .product-cards {
    gap: 60px 40px;
  }
}
@media (min-width: 1360px) {
  .product-block .product-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-card {
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
  position: relative;
}
@media (min-width: 375px) {
  .product-card {
    display: flex;
    gap: 0 16px;
  }
}
@media (min-width: 576px) {
  .product-card {
    flex-direction: column;
  }
}
@media (min-width: 375px) {
  .product-card .product-images {
    max-width: 132px;
  }
}
@media (min-width: 480px) {
  .product-card .product-images {
    max-width: 182px;
  }
}
@media (min-width: 576px) {
  .product-card .product-images {
    max-width: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
.product-card .product-images .main-image {
  grid-column: 1/span 3;
  grid-row: 1/span 3;
}
.product-card .h2 {
  color: #000000;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin: 8px 0 2px;
  transition: all 0.3s ease;
  font-size: 16px;
}
.product-card .h2:hover {
  text-decoration: underline;
}
@media (min-width: 375px) {
  .product-card .h2 {
    margin: 0 0 2px;
  }
}
@media (max-width: 480px) {
  .product-card .h2 {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (min-width: 576px) {
  .product-card .h2 {
    margin: 8px 0 2px;
  }
}
@media (min-width: 1200px) {
  .product-card .h2 {
    font-size: 18px;
  }
}
.product-card .thumbnail {
  display: none;
}
@media (min-width: 576px) {
  .product-card .thumbnail {
    display: block;
  }
}
.product-card .product-images img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  background-color: #F5F5F5;
}

@media (max-width: 768px) {
  .product-card .product-images img {
    height: 400px;
  }
}
.product-card .product-price {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .product-card .product-price {
    color: #7A7A7A;
    font-weight: 400;
  }
}
.product-card .product-price .product-sale {
  color: #000000;
}
@media (min-width: 576px) {
  .product-card .product-price .product-sale {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.product-card .action-buttons {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex: 1;
  align-items: end;
}
.product-card .btn-primary {
  flex: 1;
  border-radius: 6px;
  min-height: 40px;
}
@media (min-width: 576px) {
  .product-card .btn-primary {
    max-width: 112px;
  }
}
.product-card .btn-favorite {
  width: 40px;
  height: 40px;
  flex: 0 1 auto;
}
.product-card .btn-favorite img {
  width: 18px;
}
.product-card .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-section {
  padding: 16px 0;
}
@media (min-width: 768px) {
  .product-section {
    padding: 28px 0;
  }
}
.product-section .container {
  gap: 16px;
  align-items: center;
}
@media (min-width: 1024px) {
  .product-section .container {
    gap: 25px;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 1360px) {
  .product-section .container {
    gap: 40px;
  }
}
.product-section .product-gallery {
  width: 100%;
  flex: 1;
}
@media (min-width: 1024px) {
  .product-section .product-gallery {
    max-width: 775px;
  }
}
.product-section .description-block {
  flex: 1;
}
@media (min-width: 1024px) {
  .product-section .description-block {
    margin-top: 28px;
    max-width: 512px;
  }
}
.product-section .description-block .h1 {
  padding-bottom: 16px;
}
@media (max-width: 576px) {
  .product-section .description-block .h1 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #3D3D3D;
    letter-spacing: -0.01em;
    font-size: 24px;
  }
}
.product-section .description-block p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  opacity: 0.9;
  color: #666666;
}
@media (min-width: 576px) {
  .product-section .description-block p {
    font-size: 18px;
  }
}
.product-section .description-block .price-block {
  padding: 16px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 576px) {
  .product-section .description-block .price-block {
    padding: 16px 0 28px;
  }
}
.product-section .description-block .product-price {
  color: #000000;
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.01em;
  font-weight: 700;
  font-size: 33px;
}
.product-section .description-block .btn-block {
  display: flex;
  gap: 14.3px;
}
@media (min-width: 576px) {
  .product-section .description-block .btn-block {
    max-width: 176px;
    flex-direction: column;
  }
}
.product-section .description-block .btn-block .btn {
  min-height: 52px;
}
@media (min-width: 576px) {
  .product-section .description-block .btn-block .btn {
    min-height: 40px;
  }
}
.product-section .description-block .btn-block .btn-mobile {
  width: 52px;
  height: 52px;
}
@media (min-width: 576px) {
  .product-section .description-block .btn-block .btn-mobile {
    display: none;
  }
}
.product-section .description-block .btn-block .btn-primary {
  display: none;
  border-radius: 6px;
}
@media (min-width: 576px) {
  .product-section .description-block .btn-block .btn-primary {
    display: flex;
  }
}

.product-sale {
  background-color: #ECFF84;
  width: 42.8px;
  min-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 13.8px;
}
@media (min-width: 768px) {
  .product-sale {
    width: 37px;
    height: 20px;
    font-size: 12px;
  }
}

.product-gallery {
  overflow: hidden;
  /* Main Swiper */
  /* Thumbnail Swiper */
}
.product-gallery .main-swiper {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 14.29px;
  border: 1px solid #E0E0E0;
  position: relative;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .product-gallery .main-swiper {
    padding: 32.79px 0;
    background-color: #F7F7F7;
    border: none;
    border-radius: 0;
  }
}
.product-gallery .main-swiper .swiper-slide {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-gallery .main-swiper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-gallery .thumbnail-swiper {
  width: 100%;
  height: 100px;
  margin-top: 12px;
  margin-right: -12px;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .product-gallery .thumbnail-swiper {
    margin-top: 20px;
  }
}
.product-gallery .thumbnail-swiper .swiper-wrapper {
  gap: 12px;
}
@media (min-width: 768px) {
  .product-gallery .thumbnail-swiper .swiper-wrapper {
    gap: 20px;
    justify-content: space-between;
  }
}
.product-gallery .thumbnail-swiper .swiper-slide {
  border-radius: 8px;
}
@media (min-width: 768px) {
  .product-gallery .thumbnail-swiper .swiper-slide {
    border-radius: 0;
  }
}
.product-gallery .thumbnail-swiper .swiper-slide {
  max-width: 135px;
  height: 100%;
  opacity: 0.6;
  cursor: pointer;
  border: 2px solid transparent;
  transition: opacity 0.3s, border-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .product-gallery .thumbnail-swiper .swiper-slide {
    background-color: #F5F5F5;
    border: none;
  }
}
.product-gallery .thumbnail-swiper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #FFFFFF;
  background: #3D3D3D;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  outline: none;
}
@media (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
    background-color: #F7F7F7;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px;
}
@media (min-width: 768px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-weight: 700;
  }
}

.swiper-style-next.swiper-button-disabled,
.swiper-style-prev.swiper-button-disabled {
  opacity: 1;
  visibility: hidden;
}

.similar-products {
  padding: 0 0 16px;
}
@media (min-width: 768px) {
  .similar-products {
    padding: 12px 0 28px;
  }
}
.similar-products .h1 {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .similar-products .h1 {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .similar-products .h1 {
    font-size: 24px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
  }
}
.similar-products .products-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media (min-width: 576px) {
  .similar-products .products-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .similar-products .products-block {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .similar-products .products-block {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1360px) {
  .similar-products .products-block {
    grid-template-columns: repeat(5, 1fr);
    gap: 56px;
  }
}

.avatars-section {
  padding: 12px 0;
}
@media (min-width: 1024px) {
  .avatars-section {
    padding: 40px 0;
  }
}
.avatars-section .filter-avatars {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .avatars-section .filter-avatars {
    border-bottom: none;
  }
}
.avatars-section .filter-avatars .filters-right {
  display: flex;
  gap: 16px;
  flex: 1 0 auto;
  flex-direction: column;
  margin-bottom: 6.5px;
}
@media (min-width: 768px) {
  .avatars-section .filter-avatars .filters-right {
    margin-bottom: 0;
    flex-direction: row;
    gap: 60px;
  }
}
.avatars-section .filter-avatars .filters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .avatars-section .filter-avatars .filters {
    gap: 24px;
  }
}
.avatars-section .filter-avatars .filters .btn-blue {
  color: #2192FF;
}
.avatars-section .filter-avatars .filters .btn-delete {
  color: #F76659;
}
.avatars-section .filter-avatars .filters .btn-grey {
  color: #3D3D3D;
}
.avatars-section .filter-avatars .filters-btn {
  display: none;
  gap: 12px;
}
@media (min-width: 768px) {
  .avatars-section .filter-avatars .filters-btn {
    display: flex;
  }
}
.avatars-section .filter-avatars .filters-btn .btn {
  min-height: 40px;
}
.avatars-section .filter-avatars .filters-btn .btn-primary {
  width: 112px;
}
.avatars-section .filter-avatars .filters-btn .btn-tertiary {
  width: 132px;
}
.avatars-section .block-avatars {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  /* Square indicator that appears on select */
  /* Checkbox checked effects */
}
@media (min-width: 768px) {
  .avatars-section .block-avatars {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 25px;
  }
}
@media (min-width: 992px) {
  .avatars-section .block-avatars {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .avatars-section .block-avatars {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1360px) {
  .avatars-section .block-avatars {
    gap: 40px 35px;
  }
}
@media (min-width: 1024px) {
  .avatars-section .block-avatars {
    margin-top: 20px;
  }
}
.avatars-section .block-avatars .card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 768px) {
  .avatars-section .block-avatars .card:hover .desktop-block {
    z-index: 1;
    visibility: visible;
    opacity: 1;
  }
}
.avatars-section .block-avatars .card-image {
  width: 100%;
  height: auto;
  display: block;
}
.avatars-section .block-avatars .card-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.avatars-section .block-avatars .checkbox-container {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #F4F4F4;
  border: 1px solid #000000;
}
@media (min-width: 992px) {
  .avatars-section .block-avatars .checkbox-container {
    width: 24px;
    height: 24px;
  }
}
.avatars-section .block-avatars .card-selector {
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #0072E0;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .avatars-section .block-avatars .card-selector {
    width: 17px;
    height: 17px;
  }
}
.avatars-section .block-avatars .card-checkbox:checked ~ .checkbox-container .card-selector {
  display: block;
}
.avatars-section .block-avatars .card-checkbox:checked ~ .checkbox-container:after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  z-index: 2;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 992px) {
  .avatars-section .block-avatars .card-checkbox:checked ~ .checkbox-container:after {
    height: 9px;
  }
}
.avatars-section .desktop-block {
  background-color: rgba(255, 255, 255, 0.7215686275);
  min-height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  gap: 12px;
  display: flex;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .avatars-section .desktop-block {
    padding: 20px;
    gap: 12px;
  }
}
.avatars-section .desktop-block .btn-primary {
  width: 98px;
}
.avatars-section .tablet-block,
.avatars-section .tablet-multiple-block {
  padding: 12px 0;
  display: flex;
  gap: 12px;
  transition: all 0.3s ease;
  opacity: 0;
  display: none;
}
.avatars-section .tablet-block.active,
.avatars-section .tablet-multiple-block.active {
  opacity: 1;
  z-index: 1;
  display: flex;
}
@media (min-width: 768px) {
  .avatars-section .tablet-block.active,
  .avatars-section .tablet-multiple-block.active {
    opacity: 0;
    display: none;
  }
}
.avatars-section .tablet-block .btn,
.avatars-section .tablet-multiple-block .btn {
  padding: 5px 10px;
  min-height: 40px;
}
.avatars-section .tablet-block .btn-primary {
  width: 45%;
}
.avatars-section .tablet-multiple-block .btn-primary {
  width: 100%;
}

.favorites-section {
  padding: 12px 0;
}
@media (min-width: 1024px) {
  .favorites-section {
    padding: 40px 0;
  }
}
.favorites-section .h1 {
  margin-right: auto;
}
.favorites-section .product-filter {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: end;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .favorites-section .product-filter {
    flex-direction: row;
    align-items: center;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.favorites-section .filters-inner {
  width: 100%;
  max-width: 190px;
  display: flex;
  justify-content: end;
  gap: 16px;
}
@media (min-width: 768px) {
  .favorites-section .filters-inner {
    max-width: none;
  }
}
.favorites-section .all-filters {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
@media (min-width: 768px) {
  .favorites-section .all-filters {
    color: #000000;
    font-weight: 500;
    border-radius: 400px;
    border: 1px solid #000000;
    width: 132px;
    justify-content: center;
  }
}
.favorites-section .nice-select {
  border: none;
  height: 38px;
  color: #3A3D41;
  font-weight: 500;
  width: 90px;
}
@media (min-width: 768px) {
  .favorites-section .nice-select {
    color: #000000;
    border-radius: 400px;
    border: 1px solid #000000;
    width: 114px;
    padding-left: 22px;
    padding-right: 32px;
  }
}
.favorites-section .nice-select::after {
  border-color: #3A3D41;
  width: 8px;
  height: 8px;
  top: 48%;
  right: 12px;
}
@media (min-width: 768px) {
  .favorites-section .nice-select::after {
    right: 20px;
  }
}
.favorites-section .nice-select .list li {
  color: #3A3D41;
  font-size: 16px;
}
.favorites-section .nice-select .current {
  font-size: 16px;
}
.favorites-section .product-favorite {
  margin-top: 16px;
  display: grid;
  gap: 24px;
}
@media (min-width: 576px) {
  .favorites-section .product-favorite {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .favorites-section .product-favorite {
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .favorites-section .product-favorite {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 46px;
  }
}
@media (min-width: 1360px) {
  .favorites-section .product-favorite {
    grid-template-columns: repeat(5, 1fr);
    gap: 60px 56px;
  }
}

.styles-section {
  padding: 16px 0;
}
@media (min-width: 768px) {
  .styles-section {
    padding: 28px 0;
  }
}
.styles-section .block-header {
  margin: 0 auto;
  padding: 0 1.6rem;
  width: 100%;
  display: flex;
}
.styles-section .block-header.container-md {
  max-width: 142.4rem;
}
.styles-section .container {
  display: flex;
  gap: 32px 20px;
}
.styles-section .container.container-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.styles-section .block-page-empty {
  max-width: 600px;
  text-align: center;
}
.styles-section .block-page-empty .h1 {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .styles-section .block-page-empty .h1 {
    margin-bottom: 16px;
  }
}
.styles-section .block-page-empty p {
  color: #666666;
  max-width: 480px;
  margin: 0 auto;
  font-size: 16px;
}
@media (min-width: 576px) {
  .styles-section .block-page-empty p {
    font-size: 18px;
  }
}
.styles-section .block-page-empty p a {
  color: #0072E0;
}
.styles-section .block-title {
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .styles-section .block-title {
    margin-bottom: 20px;
  }
}
.styles-section .block-title .btn-tertiary {
  max-width: 122px;
}
.styles-section .styles-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .styles-section .styles-block {
    gap: 40px;
  }
}
.styles-section .upload-block {
  flex-direction: column;
}
@media (min-width: 576px) {
  .styles-section .upload-block {
    flex-direction: row;
  }
}
.styles-section .style-card-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .styles-section .style-card-header {
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.styles-section .style-card-header .h1 {
  font-weight: 500;
  color: #3D3D3D;
  margin: 0 !important;
}
.styles-section .style-date {
  color: #8F8F8F;
  font-size: 14px;
}
.styles-section .style-descr {
  font-size: 14px;
  max-height: 185px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}
@media (min-width: 576px) {
  .styles-section .style-descr {
    color: #7A7A7A;
  }
}
.styles-section .style-descr::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
}
.styles-section .style-descr.expanded {
  max-height: none;
}
.styles-section .style-descr.expanded::after {
  display: none;
}
.styles-section .filters-block {
  align-items: flex-start;
  gap: 0;
}
.styles-section .load-text {
  color: #2192FF;
  font-size: 500;
  margin-top: 16px;
  transition: all 0.3s ease;
}
.styles-section .load-text:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .styles-section .product-block .product-cards {
    gap: 40px 20px;
  }
}

.styles-block-new {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.styles-block-new .style-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .styles-block-new .style-row {
    flex-direction: row;
  }
}
@media (min-width: 1360px) {
  .styles-block-new .style-row {
    gap: 48px;
  }
}

.style-slider {
  position: relative;
}
@media (min-width: 1024px) {
  .style-slider {
    max-width: 868px;
  }
}
.style-slider .btn-primary {
  min-height: 26px;
}
.style-slider .btn-primary::before {
  display: none;
}
.style-slider .swiper-style-next {
  right: 0;
}
.style-slider .swiper-style-prev {
  left: 0;
}

.cart-section {
  padding: 12px 0;
}
@media (min-width: 768px) {
  .cart-section {
    padding: 40px 0;
  }
}
.cart-section .h1 {
  color: #3D3D3D;
}
.cart-section .form-row {
  margin-bottom: 20px;
}
.cart-section .form-row:last-child {
  margin-bottom: 0;
}
.cart-section .error-text {
  transform: translateY(18px);
}
.cart-section .cart-layout {
  display: flex;
  flex-direction: column;
}
.cart-section .cart-block {
  margin-bottom: 20px;
}
.cart-section .cart-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .cart-section .cart-items {
    padding: 40px 0;
  }
}
.cart-section .cart-items .nice-select {
  width: 72px;
  height: 35px;
}
.cart-section .nice-select .current,
.cart-section .nice-select li {
  font-size: 16px;
}
.cart-section .cart-item {
  display: flex;
  padding-bottom: 12px;
}
.cart-section .item-image {
  margin-right: 15px;
  width: 132px;
}
.cart-section .item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: #F5F5F5;
}
.cart-section .item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cart-section .item-price {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cart-section .item-controls {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-top: 10px;
  flex: 1;
}
.cart-section .label-selector {
  display: none;
  font-size: 14px;
  color: #A3A3A3;
}
.cart-section .quantity-selector, .cart-section .size-selector {
  display: flex;
  flex-direction: column;
}
.cart-section .quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.cart-section .quantity-decrease, .cart-section .quantity-increase {
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-section .quantity-value {
  width: 30px;
  text-align: center;
}
.cart-section .size-selector select {
  height: 30px;
  padding: 0 5px;
}
.cart-section input::placeholder {
  color: #666666;
}
.cart-section .mobile-nav-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.cart-section .ship-to-btn,
.cart-section .delivery-btn {
  flex: 1;
  padding: 7.5px 15px 7.5px 15px;
  border: 1px solid #000000;
  border-radius: 30px;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
.cart-section .ship-to-btn::after,
.cart-section .delivery-btn::after {
  content: ">";
  font-size: 20px;
  font-weight: 300;
  color: #3D3D3D;
  transform: translateY(-1px);
}
.cart-section .ship-to-btn:hover,
.cart-section .delivery-btn:hover {
  background-color: #f9f9f9;
}
.cart-section .shipping-section {
  margin-bottom: 20px;
}
.cart-section .shipping-section .h1 {
  margin-bottom: 12px;
}
.cart-section .back-btn-container {
  margin-bottom: 15px;
}
.cart-section .back-btn {
  flex: 1;
  padding: 7.5px 24px 7.5px 18px;
  border: 1px solid #000000;
  border-radius: 30px;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  width: 107px;
}
.cart-section .back-btn::before {
  content: "<";
  font-size: 20px;
  font-weight: 300;
  color: #3D3D3D;
  transform: translateY(-2px);
}
.cart-section .back-btn:hover {
  background-color: #f9f9f9;
}
.cart-section .shipping-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cart-section .delivery-options {
  display: flex;
  flex-direction: column;
}
.cart-section .delivery-date {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
}
.cart-section .summary-details {
  margin-bottom: 20px;
}
.cart-section .summary-row {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  color: #3D3D3D;
}
.cart-section .summary-row.total {
  font-weight: 500;
  font-size: 18px;
  margin: 12px 0 20px;
  color: #3D3D3D;
}
.cart-section .btn-tertiary {
  min-height: 52px;
}
.cart-section .product-title {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 4px;
}
.cart-section .product-title a {
  color: #000000;
  transition: all 0.3s ease;
}
.cart-section .product-title a:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .cart-section .product-title a {
    color: #3D3D3D;
  }
}
.cart-section .summary-section .h1 {
  margin-bottom: 12px;
}
.cart-section .form-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.cart-section .form-row .form-group {
  flex: 1;
}
@media (min-width: 768px) {
  .cart-section .cart-block {
    flex: 2;
    min-width: 0;
  }
  .cart-section .shipping-section {
    flex: 2;
  }
  .cart-section .summary-section {
    flex: 1;
    min-width: 322px;
  }
  .cart-section .product-title {
    margin-bottom: 10px;
  }
  .cart-section .label-selector {
    display: block;
  }
}
@media (min-width: 992px) {
  .cart-section .cart-block {
    flex: 3;
  }
  .cart-section .summary-section {
    flex: 1;
  }
  .cart-section .item-image {
    width: 160px;
  }
}
@media (min-width: 1025px) {
  .cart-section .mobile-nav-buttons {
    display: none;
  }
  .cart-section .cart-layout {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .cart-section .back-btn-container {
    display: none;
  }
  .cart-section .shipping-section {
    flex: 2.5;
  }
  .cart-section .shipping-section .h1 {
    margin-bottom: 40px;
  }
  .cart-section .summary-row {
    margin-top: 20px;
    font-size: 18px;
  }
  .cart-section .summary-row span:last-child {
    font-weight: 500;
  }
  .cart-section .summary-section .h1 {
    margin-bottom: 40px;
  }
  .cart-section .summary-row.total {
    margin: 52px 0 20px;
  }
  .cart-section .summary-row.total span:first-child {
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .cart-section .shipping-section {
    flex: 3.09;
  }
  .cart-section .cart-layout {
    gap: 40px;
  }
}
@media (min-width: 1300px) {
  .cart-section .product-title {
    font-size: 18px;
  }
  .cart-section .form-row {
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .cart-section .shipping-section,
  .cart-section .shipping-block,
  .cart-section .delivery-section {
    display: none;
  }
  .cart-section .summary-section {
    margin-top: 0;
  }
  .cart-section .show-shipping .cart-block,
  .cart-section .show-shipping .summary-section {
    display: none;
  }
  .cart-section .show-shipping .shipping-section,
  .cart-section .show-shipping .shipping-section .shipping-block {
    display: block;
  }
  .cart-section .show-shipping.show-delivery .shipping-block {
    display: none;
  }
  .cart-section .show-shipping.show-delivery .delivery-section {
    display: block;
  }
}
/*# sourceMappingURL=styles.min.css.map */
