@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat/Montserrat-Italic.woff2") format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"); }

@font-face {
  font-family: "Neue Machina";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Neue Machina"), url("../fonts/NeueMachina/NeueMachina-Ultralight.woff2") format("woff2"); }

@font-face {
  font-family: "Neue Machina";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Neue Machina"), url("../fonts/NeueMachina/NeueMachina-Light.woff2") format("woff2"); }

@font-face {
  font-family: "Neue Machina";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Neue Machina"), url("../fonts/NeueMachina/NeueMachina-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Neue Machina";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Neue Machina"), url("../fonts/NeueMachina/NeueMachina-Medium.woff2") format("woff2"); }

@font-face {
  font-family: "Neue Machina";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Neue Machina"), url("../fonts/NeueMachina/NeueMachina-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "Neue Machina";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Neue Machina"), url("../fonts/NeueMachina/NeueMachina-Ultrabold.woff2") format("woff2"); }

@font-face {
  font-family: "Neue Machina";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Neue Machina"), url("../fonts/NeueMachina/NeueMachina-Black.woff2") format("woff2"); }

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

::-moz-placeholder {
  color: #666; }

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

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

::placeholder {
  color: #666; }

::-moz-selection {
  background-color: #8e1fe6;
  color: #fff; }

::selection {
  background-color: #8e1fe6;
  color: #fff; }

input, textarea {
  outline: none; }
  input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red; }
  input:required:valid, textarea:required:valid {
    border-color: green; }

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 24px;
  overflow-x: hidden;
  color: #171F36;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  text-decoration: none;
  color: currentColor; }
  a:active {
    outline: none; }

p {
  margin: 0; }

h1, h2, h3, h4, h5 {
  margin: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body::-webkit-scrollbar {
  width: 5px; }

body::-webkit-scrollbar-track {
  background-color: #F1EBE8; }

body::-webkit-scrollbar-thumb {
  background-color: linear-gradient(251.08deg, #8E1FE6 -14.26%, #531FE6 187.45%); }

body.mob-nav-active {
  overflow: hidden; }

.section {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 130px; }
  .section__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    color: #171F36;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 50px; }
    .section__title--circle {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .section__title--circle::after {
        content: '';
        width: 282px;
        height: 117px;
        -webkit-transform: rotate(-16deg);
            -ms-transform: rotate(-16deg);
                transform: rotate(-16deg);
        border-radius: 50%;
        border: 2px solid #8e1fe6;
        position: absolute;
        top: -27px;
        left: 0;
        z-index: -1; }
  @media screen and (max-width: 1440px) {
    .section {
      padding: 0 100px; } }
  @media screen and (max-width: 1200px) {
    .section {
      padding: 0 90px; }
      .section__title {
        font-size: 32px;
        line-height: 40px; } }
  @media screen and (max-width: 992px) {
    .section {
      padding: 0 50px; } }
  @media screen and (max-width: 768px) {
    .section {
      padding: 0 36px; } }
  @media screen and (max-width: 576px) {
    .section {
      padding: 0 30px; } }
  @media screen and (max-width: 400px) {
    .section {
      padding: 0 16px; } }

.breadcrumbs {
  margin: 44px auto 64px; }
  .breadcrumbs__anim {
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .breadcrumbs__item sub {
    color: #a9b3ce;
    font-size: 15px;
    bottom: -0.45em;
    margin-right: 4px; }
  .breadcrumbs__item a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .breadcrumbs__item a:hover {
      color: linear-gradient(251.08deg, #8E1FE6 -14.26%, #531FE6 187.45%); }
  .breadcrumbs__item::before {
    content: '';
    margin: 0 40px 0 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 5px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L3.99996 3.99996L1 6.99993' stroke='%23A9B3CE' stroke-width='1.4'/%3E%3C/svg%3E%0A"); }
  .breadcrumbs__item:first-child::before {
    display: none; }
  .breadcrumbs__item-text {
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 0.02em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #a9b3ce; }
  @media screen and (max-width: 992px) {
    .breadcrumbs {
      margin: 0 0 36px;
      opacity: 0 !important; } }

.button {
  padding: 14px;
  background: -o-linear-gradient(198.92deg, #8E1FE6 -14.26%, #531FE6 187.45%);
  background: linear-gradient(251.08deg, #8E1FE6 -14.26%, #531FE6 187.45%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 0;
  outline: 0;
  color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
  width: 124px;
  font-weight: bold;
  padding: 10px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  position: relative; }
  .button:focus, .button:active {
    outline: 0; }
  .button span {
    position: relative;
    z-index: 2; }
  .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#8E1FE6), to(#531FE6)), #8E1FE6;
    background: -o-linear-gradient(top, #8E1FE6 0%, #531FE6 100%), #8E1FE6;
    background: linear-gradient(180deg, #8E1FE6 0%, #531FE6 100%), #8E1FE6;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    border-radius: 30px; }
  .button:hover::before {
    opacity: 1; }

.button-reverse {
  border: 1px solid #171F36;
  background-color: #fff;
  color: #171F36;
  cursor: pointer;
  border-radius: 30px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  display: block; }
  .button-reverse:hover {
    border-color: #8e1fe6;
    color: #8e1fe6; }
  .button-reverse:focus, .button-reverse:active {
    outline: 0; }
  .button-reverse.disable {
    pointer-events: none;
    opacity: 0.25; }

.link {
  color: linear-gradient(251.08deg, #8E1FE6 -14.26%, #531FE6 187.45%);
  letter-spacing: 0.02em;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 20px;
  line-height: 24px;
  position: relative; }
  .link::before {
    content: '';
    bottom: -1px;
    left: 0;
    background-color: linear-gradient(251.08deg, #8E1FE6 -14.26%, #531FE6 187.45%);
    width: 100%;
    height: 1px;
    position: absolute;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .link:hover {
    color: #bd4915; }
    .link:hover::before {
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
  @media screen and (max-width: 1700px) {
    .link {
      font-size: 18px; } }
  @media screen and (max-width: 576px) {
    .link {
      font-size: 16px; } }
  @media screen and (max-width: 1700px) {
    .link {
      font-size: 18px; } }

.page__title {
  margin: 0 auto 80px; }
  @media screen and (max-width: 992px) {
    .page__title {
      margin-bottom: 60px; } }

sub {
  bottom: 0.05em; }

.swiper-button-next:focus, .swiper-button-next:active,
.swiper-button-prev:focus,
.swiper-button-prev:active,
.swiper-pagination-bullet:focus,
.swiper-pagination-bullet:active {
  outline: 0; }

.nice-select {
  border-color: #DBDEE8; }
  .nice-select::after {
    border-color: #171F36; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 36px;
  opacity: 0; }
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .header__button {
    font-size: 12px;
    line-height: 14px; }
  .header__logo {
    margin-right: 16px;
    max-width: 150px;
    width: 100%;
    margin-bottom: 0; }
    .header__logo img {
      width: 100%; }
    .header__logo p {
      font-size: 13px;
      font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
      text-align: left;
      line-height: 13px; }
  .header__top {
    display: none; }
  .header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__socials.messengers .header__social {
      margin-right: 10px; }
  .header__social {
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #DBDEE8;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .header__social:last-child {
      margin-right: 0; }
    .header__social.whatsapp {
      padding: 9px; }
    .header__social path {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .header__social:hover {
      background: #171F36; }
      .header__social:hover path {
        fill: #fff; }
  .header__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 10px; }
  .header__select {
    border-radius: 20px;
    border: 1px solid #DBDEE8;
    font-size: 14px;
    font-weight: bold;
    color: #171F36; }
    .header__select .list {
      margin-top: 1px; }
  .header__label {
    color: #787878;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 12px; }
  .header__button {
    margin-right: 30px; }
  .header__mail-link {
    padding: 10px;
    width: 164px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    border-radius: 20px;
    border: 1px solid #DBDEE8;
    display: block;
    text-align: center;
    margin-right: 30px;
    margin-left: auto; }
  .header__socials-label {
    padding-left: 10px; }
  .header__btn-menu {
    display: none; }
  @media screen and (max-width: 1440px) {
    .header__content {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
    .header__button {
      margin-right: 0; }
    .header__mail {
      display: none; } }
  @media screen and (max-width: 1200px) {
    .header {
      padding-top: 20px;
      padding-bottom: 24px; }
      .header__button {
        display: none; }
      .header__social {
        margin-right: 6px;
        width: 36px;
        height: 36px; }
      .header__socials.messengers .header__social {
        margin-right: 6px; }
      .header__select {
        height: 36px;
        line-height: 34px; }
        .header__select::after {
          margin-top: -5px; } }
  @media screen and (max-width: 992px) {
    .header {
      padding-top: 16px;
      padding-bottom: 16px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__content {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .header__numbers {
        display: none; }
      .header__socials-wrap {
        margin-left: 20px; }
      .header__number:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 576px) {
    .header {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .header__logo {
        margin: 0 auto 20px;
        padding-top: 10px;
        margin-bottom: 0; }
        .header__logo img {
          margin-left: 0; }
        .header__logo p {
          text-align: center;
          margin-bottom: 12px; }
      .header__content {
        display: none; }
      .header__btn-menu {
        position: absolute;
        width: 40px;
        height: 40px;
        padding: 14px 12px;
        border-radius: 50%;
        border: 1px solid #DBDEE8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        left: 30px; }
        .header__btn-menu:focus, .header__btn-menu:active {
          outline: 0; }
      .header__btn-box {
        width: 100%;
        height: 12px; }
      .header__btn-inner {
        width: 100%;
        height: 2px;
        border-radius: 0;
        margin-top: 0; }
        .header__btn-inner::after, .header__btn-inner::before {
          width: 100%;
          height: 2px; }
        .header__btn-inner::before {
          top: -5px; }
        .header__btn-inner::after {
          bottom: -5px; }
      .header__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        background: #171F36;
        border-radius: 4px;
        position: relative;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .header__top.active {
          border-radius: 4px 4px 0 0; }
      .header__t-item {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 8px 12px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        cursor: pointer; }
        .header__t-item path {
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
        .header__t-item::before {
          content: '';
          position: absolute;
          bottom: 0;
          width: 100%;
          background: #474f67;
          height: 1px;
          left: 0;
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          opacity: 0; }
        .header__t-item.inactive .header__t-text {
          color: #7681a1; }
          .header__t-item.inactive .header__t-text::after {
            border-top: 4px solid #7681a1; }
        .header__t-item.inactive path {
          fill: #7681a1; }
        .header__t-item.inactive::before {
          opacity: 1; }
        .header__t-item.active .header__t-text::after {
          -webkit-transform: scaleY(-1);
              -ms-transform: scaleY(-1);
                  transform: scaleY(-1); }
      .header__t-contact::after {
        content: '';
        right: 0;
        top: 0;
        position: absolute;
        background: #474f67;
        width: 1px;
        height: 100%; }
      .header__t-contact .header__t-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      .header__t-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
      .header__t-text {
        color: #fff;
        padding-right: 16px;
        position: relative;
        font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
        font-weight: 700;
        font-size: 14px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .header__t-text::after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 4px solid #fff;
          right: 0;
          top: 50%;
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          -webkit-transform: scaleY(1);
              -ms-transform: scaleY(1);
                  transform: scaleY(1); }
      .header__t-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
      .header__t-dd {
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 3;
        background: #171F36;
        color: #fff;
        width: 100%;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transform: translateY(-50%) scaleY(0);
            -ms-transform: translateY(-50%) scaleY(0);
                transform: translateY(-50%) scaleY(0);
        opacity: 0; }
        .header__t-dd::before {
          content: '';
          left: 0;
          top: 0;
          background: #474F67;
          width: 50%; }
        .header__t-dd.active {
          -webkit-transform: translateY(0) scaleY(1);
              -ms-transform: translateY(0) scaleY(1);
                  transform: translateY(0) scaleY(1);
          opacity: 1; }
      .header__t-dd-wrap {
        padding: 16px 20px; }
      .header__t-label {
        text-align: center;
        margin-bottom: 18px;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #8b96b4; }
      .header__t-tel {
        display: block;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        margin-bottom: 16px;
        text-align: center;
        width: 100%; }
      .header__t-label-sant {
        padding-top: 16px;
        position: relative; }
        .header__t-label-sant::before {
          content: '';
          background: #474F67;
          height: 1px;
          width: 100%;
          top: 0;
          left: 0;
          position: absolute; }
      .header__t-socials {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .header__t-socials .header__social {
          width: 40px;
          height: 40px;
          border-color: #535D79; } }
  @media screen and (max-width: 500px) {
    .header {
      padding: 16px; }
      .header__btn-menu {
        left: 16px; } }

.nav-bar {
  padding-top: 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .nav-bar__wrap {
    background: #171F36;
    opacity: 0; }
  .nav-bar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nav-bar__link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: #9ba4bf;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .nav-bar__link:hover {
      color: #fff; }
  .nav-bar__item {
    margin-right: 40px; }
    .nav-bar__item:last-child {
      margin-right: 0; }
  .nav-bar__cart-wrap {
    margin-left: auto; }
  .nav-bar__cart-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .nav-bar__cart-mobile {
    display: none; }
  .nav-bar__cart-text {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 16px; }
  .nav-bar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    position: relative; }
    .nav-bar__items::before {
      content: '';
      position: absolute;
      left: 0;
      top: -50%;
      height: 200%;
      width: 1px;
      background: #555A6A; }
    .nav-bar__items::after {
      content: '';
      position: absolute;
      right: 0;
      top: -50%;
      height: 200%;
      width: 1px;
      background: #555A6A; }
  .nav-bar__total-price {
    color: #c478ff;
    font-size: 15px;
    font-weight: bold; }
    .nav-bar__total-price span {
      font-size: 10px; }
  .nav-bar__item-count {
    color: #9ba4bf;
    margin-right: 8px;
    font-weight: 700;
    font-size: 11px; }
  @media screen and (max-width: 992px) {
    .nav-bar__item {
      margin-right: 20px; } }
  @media screen and (max-width: 900px) {
    .nav-bar__item {
      margin-right: 10px; } }
  @media screen and (max-width: 768px) {
    .nav-bar__cart-desc {
      display: none; }
    .nav-bar__cart-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
    .nav-bar__count {
      position: absolute;
      top: -6px;
      right: -6px;
      background: -o-linear-gradient(198.92deg, #8E1FE6 -14.26%, #531FE6 187.45%);
      background: linear-gradient(251.08deg, #8E1FE6 -14.26%, #531FE6 187.45%);
      width: 18px;
      height: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 11px;
      line-height: 11px;
      color: #fff;
      font-weight: bold;
      border-radius: 50%; } }
  @media screen and (max-width: 576px) {
    .nav-bar {
      padding: 0; }
      .nav-bar__list {
        display: none; }
      .nav-bar__cart-mobile {
        position: absolute;
        top: 21px;
        right: 30px; }
        .nav-bar__cart-mobile path {
          fill: #171F36; } }
  @media screen and (max-width: 400px) {
    .nav-bar__cart-mobile {
      right: 16px; } }

.m-nav {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
  .m-nav.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    height: 100%; }
  .m-nav__wrap {
    padding: 30px 30px 10px; }
  .m-nav__item {
    letter-spacing: 0.02em;
    font-size: 26px;
    line-height: 40px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 700; }
  .m-nav__main {
    color: #8e1fe6; }
  .m-nav__models span {
    display: block;
    position: relative;
    padding-bottom: 18px; }
    .m-nav__models span::before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='70' height='27' viewBox='0 0 70 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='62' width='27' height='0.999999' transform='rotate(90 62 0)' fill='%23171F36'/%3E%3Cline y1='0.5' x2='62' y2='0.5' stroke='%23171F36'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='53' y='17' width='17' height='10'%3E%3Crect x='70' y='17' width='10' height='17' transform='rotate(90 70 17)' fill='%23C4C4C4'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Ccircle cx='71.5' cy='27.5' r='10' transform='rotate(90 71.5 27.5)' stroke='%23171F36'/%3E%3Ccircle cx='51.5' cy='27.5' r='10' transform='rotate(90 51.5 27.5)' stroke='%23171F36'/%3E%3C/g%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      height: 28px;
      width: 70px;
      left: 120px;
      top: 20px; }
  .m-nav__sub-item {
    padding-left: 30px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    display: block; }
    .m-nav__sub-item:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 576px) {
    .m-nav {
      display: block; } }
  @media screen and (max-width: 400px) {
    .m-nav__wrap {
      padding: 30px 16px 10px; } }
  @media screen and (max-width: 350px) {
    .m-nav__item {
      margin-bottom: 18px;
      font-size: 24px;
      line-height: 36px; } }

.t-catalog {
  margin-top: 64px;
  margin-bottom: 70px;
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px);
  opacity: 0; }
  .t-catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .t-catalog__item {
    margin-right: 10px; }
    .t-catalog__item:last-child {
      margin-right: 0; }
  .t-catalog__link {
    color: #949cb0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 26px;
    line-height: 25px;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 500;
    height: 80px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .t-catalog__link sub {
      font-size: 14px;
      line-height: 14px;
      bottom: -0.65em; }
    .t-catalog__link:hover {
      color: #8e1fe6; }
  @media screen and (max-width: 1440px) {
    .t-catalog {
      margin-top: 30px;
      margin-bottom: 30px; }
      .t-catalog__link {
        font-size: 22px;
        height: 60px; } }
  @media screen and (max-width: 1200px) {
    .t-catalog {
      margin-bottom: 50px;
      max-width: 710px; }
      .t-catalog__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; }
      .t-catalog__item {
        margin-bottom: 20px; } }
  @media screen and (max-width: 992px) {
    .t-catalog {
      max-width: 610px; } }
  @media screen and (max-width: 768px) {
    .t-catalog__link {
      font-size: 20px; } }
  @media screen and (max-width: 576px) {
    .t-catalog {
      display: none; } }

.first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 148px; }
  .first__info {
    width: 338px;
    margin-right: 54px;
    margin-top: 66px; }
  .first__title {
    font-size: 72px;
    line-height: 70px;
    font-weight: 800;
    margin-bottom: 22px;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
            transform: translateY(150px); }
  .first__desc {
    font-size: 20px;
    line-height: 30px;
    color: #5c647b;
    margin-bottom: 62px;
    -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
            transform: translateY(150px); }
  .first__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
            transform: translateY(150px); }
    .first__btns:hover .first__button::before {
      opacity: 1; }
    .first__btns:hover .first__share::before {
      opacity: 1; }
    .first__btns:hover .first__share .active {
      opacity: 1; }
  .first__button {
    width: 216px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 800;
    font-size: 14px;
    height: 60px; }
  .first__mobile {
    display: none; }
  .first__share {
    width: 60px;
    height: 60px;
    padding: 6px;
    border-radius: 50%;
    border: 1px solid #8e1fe6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    position: relative; }
    .first__share::before {
      background: -webkit-gradient(linear, left top, left bottom, from(#8E1FE6), to(#531FE6)), #8E1FE6;
      background: -o-linear-gradient(top, #8E1FE6 0%, #531FE6 100%), #8E1FE6;
      background: linear-gradient(180deg, #8E1FE6 0%, #531FE6 100%), #8E1FE6;
      opacity: 0;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      border-radius: 50%; }
    .first__share .active {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0;
      z-index: 2; }
  .first__gallery {
    max-width: 790px;
    width: 66%; }
  .first__container {
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px); }
  .first__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 450px; }
  .first__img {
    display: block;
    width: 100%; }
    .first__img:focus, .first__img:active {
      outline: 0; }
    .first__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .first__prev, .first__next {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 100px; }
    .first__prev svg, .first__next svg {
      position: relative; }
    .first__prev circle,
    .first__prev line, .first__next circle,
    .first__next line {
      stroke: #fff;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .first__prev span, .first__next span {
      position: relative;
      font-size: 12px;
      line-height: 14px;
      font-weight: 600;
      color: #171F36;
      text-transform: uppercase;
      margin-right: 8px;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      opacity: 0; }
    .first__prev::after, .first__next::after {
      content: ''; }
    .first__prev.swiper-button-disabled, .first__next.swiper-button-disabled {
      opacity: 0; }
    .first__prev-wrap, .first__next-wrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .first__prev-wrap::before, .first__next-wrap::before {
        content: '';
        width: 140px;
        height: 140px;
        position: absolute;
        left: 50%;
        top: 50%;
        background: #fff;
        border-radius: 50%;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translate(-50%, -50%) scale(0);
            -ms-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0); }
    .first__prev:hover span, .first__next:hover span {
      opacity: 1; }
    .first__prev:hover circle,
    .first__prev:hover line, .first__next:hover circle,
    .first__next:hover line {
      stroke: #000;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .first__prev:hover .first__prev-wrap::before,
    .first__prev:hover .first__next-wrap::before, .first__next:hover .first__prev-wrap::before,
    .first__next:hover .first__next-wrap::before {
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
  .first__next {
    right: 50px; }
  .first__prev {
    left: 50px; }
    .first__prev span {
      margin-right: 0;
      margin-left: 8px; }
    .first__prev-wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .first__prev svg {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .first__pagination {
    left: 0;
    right: 0;
    top: -54px;
    bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 17px; }
    .first__pagination-line {
      width: 78px;
      height: 1px;
      background: #171F36;
      margin: 0 16px; }
    .first__pagination-current {
      color: #8e1fe6; }
  @media screen and (max-width: 1440px) {
    .first__title {
      font-size: 60px;
      line-height: 64px; }
    .first__desc {
      font-size: 18px;
      line-height: 26px; }
    .first__gallery {
      width: 64%; } }
  @media screen and (max-width: 1200px) {
    .first {
      margin-bottom: 100px; }
      .first__gallery {
        width: 60%; }
      .first__slide {
        height: 400px; } }
  @media screen and (max-width: 1100px) {
    .first__title {
      font-size: 54px;
      line-height: 60px; }
    .first__slide {
      height: 350px; }
    .first__button {
      width: 210px;
      height: 50px; }
    .first__share {
      width: 50px;
      height: 50px; }
    .first__info {
      margin-right: 20px; } }
  @media screen and (max-width: 992px) {
    .first {
      overflow: hidden; }
      .first__title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 16px; }
      .first__desc {
        font-size: 16px;
        line-height: 20px; }
      .first__button {
        width: 210px; }
      .first__prev-wrap::before, .first__next-wrap::before {
        width: 120px;
        height: 120px; }
      .first__next {
        right: 20px; }
      .first__prev {
        left: 20px; } }
  @media screen and (max-width: 768px) {
    .first {
      position: relative;
      padding-bottom: 40px;
      margin-bottom: 70px; }
      .first::after {
        content: '';
        position: absolute;
        height: 10px;
        width: calc(100% + 72px);
        left: -36px;
        bottom: 0;
        background: #F0F2F5; }
      .first__button {
        width: 160px; }
      .first__slide {
        height: 280px; }
      .first__info {
        margin-top: 20px; }
      .first__desc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 40px; }
      .first__prev, .first__next {
        display: none; } }
  @media screen and (max-width: 576px) {
    .first {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding: 0;
      padding-bottom: 40px; }
      .first__gallery {
        width: 100%; }
      .first__slide {
        height: 340px; }
      .first__pagination {
        position: absolute;
        bottom: 16px;
        right: 20px;
        top: auto;
        left: auto; }
        .first__pagination-current, .first__pagination-total {
          color: #fff; }
        .first__pagination-line {
          background: #fff; }
      .first__info {
        padding: 0 30px;
        width: 100%;
        margin-right: 0;
        margin-top: 26px; }
      .first__desktop {
        display: none; }
      .first__mobile {
        display: block; }
      .first__button {
        width: 204px; }
      .first__title {
        font-size: 48px;
        line-height: 46px;
        margin-bottom: 10px; }
      .first__desc {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 28px;
        maxw: 304px; } }
  @media screen and (max-width: 400px) {
    .first__info {
      padding: 0 16px; } }
  @media screen and (max-width: 360px) {
    .first__desc {
      font-size: 16px; } }

.goods {
  margin-bottom: 110px; }
  .goods__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .goods__item-link:hover .goods__name {
    color: #8e1fe6; }
  .goods__item-link:hover .goods__type::before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
  .goods__item-link:hover .goods__img-wrap img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .goods__item {
    width: calc(25% - 8px);
    opacity: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .goods__title {
    margin-bottom: 66px;
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 1; }
    .goods__title::after {
      width: 224px;
      height: 92px;
      top: -22px;
      left: 30px; }
  .goods__name {
    position: relative;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 24px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .goods__count {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 14px;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 800;
    color: #d3d9e9; }
  .goods__name-text {
    padding-top: 20px;
    padding-left: 16px;
    display: block;
    font-size: 28px;
    line-height: 27px;
    font-weight: 800;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif; }
    .goods__name-text sub {
      bottom: 0.05em;
      font-weight: 500;
      font-size: 18px; }
  .goods__img-wrap {
    position: relative;
    background: #F8F9FC;
    padding: 28px 10px;
    text-align: center;
    margin-bottom: 24px;
    height: 280px; }
    .goods__img-wrap img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      mix-blend-mode: multiply;
      margin: 0 auto;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
  .goods__actions {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .goods__action {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    color: #fff; }
    .goods__action .goods__action-text {
      text-align: center; }
  .goods__time {
    background: -o-linear-gradient(198.92deg, #E64F1F -14.26%, #CB0B0B 187.45%);
    background: linear-gradient(251.08deg, #E64F1F -14.26%, #CB0B0B 187.45%);
    z-index: 2;
    right: -10px; }
    .goods__time .goods__action-text {
      font-weight: 700;
      font-size: 10px;
      line-height: 10px; }
  .goods__sale {
    background: -o-linear-gradient(198.92deg, #8E1FE6 -14.26%, #531FE6 187.45%);
    background: linear-gradient(251.08deg, #8E1FE6 -14.26%, #531FE6 187.45%);
    z-index: 3;
    font-size: 12px;
    line-height: 12px; }
    .goods__sale .goods__action-text {
      font-weight: 600;
      font-size: 14px;
      line-height: 14px; }
      .goods__sale .goods__action-text span {
        font-size: 12px;
        line-height: 12px;
        font-weight: 800; }
  .goods__percent {
    background: -o-linear-gradient(198.92deg, #1FE6B6 -14.26%, #1F4BE6 187.45%);
    background: linear-gradient(251.08deg, #1FE6B6 -14.26%, #1F4BE6 187.45%);
    right: -10px;
    z-index: 1; }
    .goods__percent .goods__action-text {
      font-weight: 800;
      font-size: 18px; }
  .goods__type {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .goods__type::before {
      content: '';
      width: 100%;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      bottom: -2px;
      left: 0;
      height: 1px;
      background: #171F36;
      position: absolute;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
  .goods__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px; }
  .goods__old-price {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #999;
    padding: 0 4px;
    margin-right: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .goods__old-price::before {
      background: -o-linear-gradient(198.92deg, #8E1FE6 -14.26%, #531FE6 187.45%);
      background: linear-gradient(251.08deg, #8E1FE6 -14.26%, #531FE6 187.45%);
      content: '';
      width: 100%;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 2px;
      position: absolute; }
    .goods__old-price span {
      font-size: 14px; }
  .goods__price {
    font-size: 24px;
    font-weight: bold;
    color: #8e1fe6; }
    .goods__price span {
      font-weight: 800;
      font-size: 16px; }
  .goods__btns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .goods__btn {
    width: calc(50% - 4px); }
  .goods__btn-cart {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .goods__btn-cart:hover {
      background: #171F36;
      color: #fff;
      border-color: #171F36; }
  .goods__btn-cred {
    border-color: transparent;
    color: #8e1fe6;
    background: #F8F9FC; }
  @media screen and (max-width: 1200px) {
    .goods {
      margin-bottom: 70px; }
      .goods__title::after {
        left: 0; }
      .goods__name-text {
        font-size: 24px; }
      .goods .button-reverse {
        font-size: 14px; } }
  @media screen and (max-width: 1100px) {
    .goods__img-wrap {
      height: 250px;
      margin-bottom: 16px; }
    .goods__price {
      font-size: 22px; }
    .goods__old-price {
      font-size: 14px; }
    .goods__name {
      margin-bottom: 16px; }
    .goods__name-text {
      font-size: 21px; }
    .goods__type {
      font-size: 14px;
      margin-bottom: 16px; }
    .goods__prices {
      margin-bottom: 16px; }
    .goods .button-reverse {
      padding: 10px 4px; } }
  @media screen and (max-width: 992px) {
    .goods {
      margin-bottom: 40px; }
      .goods__name-text {
        font-size: 28px;
        margin-bottom: 24px; }
      .goods__type {
        font-size: 16px;
        margin-bottom: 24px; }
      .goods__prices {
        margin-bottom: 24px; }
      .goods__price {
        font-size: 24px; }
      .goods__old-price {
        font-size: 16px; }
      .goods__img-wrap {
        margin-bottom: 24px;
        height: 280px; }
      .goods__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .goods__item {
        width: calc(50% - 40px);
        margin-bottom: 50px; } }
  @media screen and (max-width: 768px) {
    .goods {
      margin-bottom: 10px; }
      .goods__title {
        margin-bottom: 46px; }
      .goods__item {
        width: calc(50% - 10px); } }
  @media screen and (max-width: 580px) {
    .goods__item {
      width: 100%; } }

.calc__title {
  margin-bottom: 32px;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.calc__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px); }

.calc__left {
  width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../img/group.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 40px;
  min-height: 720px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #F8F9FC; }

.calc__desc {
  font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #55607e; }
  .calc__desc span {
    color: #8e1fe6;
    font-weight: 800; }

.calc__right {
  width: 100%;
  margin-left: 40px; }

.calc__item {
  overflow: hidden; }
  .calc__item .calc__item-content {
    height: 400px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .calc__item.active {
    overflow: visible; }
    .calc__item.active .calc__item-content {
      height: 100%; }
    .calc__item.active .calc__h-desc-name {
      opacity: 1; }
    .calc__item.active .calc__header {
      margin-bottom: 40px; }
  .calc__item.non-active input,
  .calc__item.non-active textarea {
    pointer-events: none;
    border-color: #ccc; }
  .calc__item.non-active label {
    pointer-events: none; }
  .calc__item.non-active .calc__c-item {
    opacity: 0.6; }

.calc__f-item.active {
  margin-bottom: 30px; }

.calc__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.calc__number {
  position: relative;
  margin-right: 20px; }

.calc__number-prev {
  font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 800;
  color: #d6d7d9;
  top: -30px;
  text-transform: uppercase;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute; }

.calc__number-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #171F36;
  font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700; }

.calc__h-desc {
  margin-right: 44px; }

.calc__h-name {
  margin-bottom: 6px;
  font-size: 24px;
  font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  line-height: 30px;
  font-weight: 700;
  margin-top: 16px;
  color: #171F36; }

.calc__h-desc-name {
  color: #596481;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .calc__h-desc-name span {
    color: #FF0000;
    font-weight: 500; }
  .calc__h-desc-name.mobile {
    display: none; }

.calc .button-reverse {
  margin-left: auto;
  margin-top: 8px;
  font-size: 9px;
  padding: 10px;
  width: 114px;
  height: 30px;
  color: #171F36;
  text-transform: uppercase; }
  .calc .button-reverse:hover {
    color: #8e1fe6; }

.calc__item-content {
  padding-left: 80px; }

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

.calc__c-column {
  width: calc(50% - 10px); }

.calc__c-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px; }

.calc__f-last-item {
  margin-bottom: 0; }

.calc__label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 4px; }
  .calc__label span {
    color: #ff0000; }

.calc__input, .calc__textarea {
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #171F36;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .calc__input:focus, .calc__textarea:focus {
    border-color: #8e1fe6; }

.calc__textarea {
  resize: none;
  height: 127px; }

.calc__select {
  border-radius: 0;
  color: #171F36;
  border: 0;
  border-bottom: 1px solid #171F36;
  padding-left: 10px;
  font-size: 18px;
  font-style: italic;
  line-height: 22px; }
  .calc__select.color-inner span::before {
    content: '';
    display: inline-block;
    background: #f00;
    width: 30px;
    height: 6px;
    margin-right: 8px; }
  .calc__select.color-inner span[data-value="Черный"]::before {
    background: #000; }
  .calc__select.color-inner span[data-value="Бордовый"]::before {
    background: #b00000; }
  .calc__select.color-inner span[data-value="Синий"]::before {
    background: #0004ff; }
  .calc__select.color-inner span[data-value="Голубой"]::before {
    background: #045cff; }
  .calc__select.color-inner span[data-value="Желтый"]::before {
    background: #fffb00; }
  .calc__select.color-inner span[data-value="Зеленый"]::before {
    background: #00ff00; }
  .calc__select.color-inner span[data-value="Розовый"]::before {
    background: #ff00f2; }
  .calc__select.color-outer span::before {
    content: '';
    display: inline-block;
    background: #F5D99F;
    width: 30px;
    height: 6px;
    margin-right: 8px; }
  .calc__select.color-outer span[data-value="Черный"]::before {
    background: #000; }
  .calc__select.color-outer span[data-value="Бордовый"]::before {
    background: #b00000; }
  .calc__select.color-outer span[data-value="Синий"]::before {
    background: #0004ff; }
  .calc__select.color-outer span[data-value="Голубой"]::before {
    background: #045cff; }
  .calc__select.color-outer span[data-value="Желтый"]::before {
    background: #fffb00; }
  .calc__select.color-outer span[data-value="Сталь"]::before {
    background: #4682b4; }
  .calc__select.color-outer span[data-value="Графит"]::before {
    background: #494d4e; }
  .calc__select.color-outer span[data-value="Бежевый"]::before {
    background: #F5D99F; }
  .calc__select span {
    top: 9px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .calc__select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 1px; }
  .calc__select .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .calc__select .option::before {
      content: '';
      display: inline-block;
      background: #f00;
      width: 30px;
      height: 6px;
      margin-right: 8px; }
    .calc__select .option[data-value="Черный"]::before {
      background: #000; }
    .calc__select .option[data-value="Бордовый"]::before {
      background: #b00000; }
    .calc__select .option[data-value="Синий"]::before {
      background: #0004ff; }
    .calc__select .option[data-value="Голубой"]::before {
      background: #045cff; }
    .calc__select .option[data-value="Желтый"]::before {
      background: #fffb00; }
    .calc__select .option[data-value="Зеленый"]::before {
      background: #00ff00; }
    .calc__select .option[data-value="Розовый"]::before {
      background: #ff00f2; }
    .calc__select .option[data-value="Оранжевый"]::before {
      background: #FF8000; }
    .calc__select .option[data-value="Фиолетовый"]::before {
      background: #8b00ff; }
    .calc__select .option[data-value="Сталь"]::before {
      background: #4682b4; }
    .calc__select .option[data-value="Графит"]::before {
      background: #494d4e; }
    .calc__select .option[data-value="Бежевый"]::before {
      background: #F5D99F; }

.calc__c-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px; }

.calc__c-color-wrap {
  width: 11%;
  height: 22px; }
  .calc__c-color-wrap label {
    height: 100%;
    display: block;
    margin: 0 2px;
    position: relative;
    cursor: pointer; }
    .calc__c-color-wrap label::before {
      content: '';
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      top: -2px;
      left: -2px;
      border: 1px solid #171F36;
      position: absolute;
      display: block;
      z-index: 2;
      tranistion: all 0.2s;
      opacity: 0; }
  .calc__c-color-wrap input {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0; }
    .calc__c-color-wrap input:checked + label::before {
      opacity: 1; }

.calc__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: 0; }
  .calc__btns.item-active {
    top: -84px; }

.calc__zapr.button-reverse {
  width: calc(70% - 4px);
  margin-top: 0;
  font-weight: 600;
  font-size: 13px;
  height: 50px;
  margin-left: 0;
  text-transform: none; }

.calc__order {
  height: 50px;
  width: calc(30% - 4px); }

.calc__s-check {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .calc__s-check.accept {
    background: #4ea740;
    color: #fff;
    border-color: #4ea740;
    font-weight: 800; }
    .calc__s-check.accept:hover {
      color: #fff; }

.calc__f-check, .calc__s-check {
  position: relative; }
  .calc__f-check i, .calc__s-check i {
    display: none; }
  .calc__f-check::before, .calc__s-check::before {
    content: '';
    position: absolute;
    border: 2px solid #4EA740;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.48535L5.48528 9.97063L13.9706 1.48535' stroke='%234EA740' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    top: 0;
    left: -40px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0; }
  .calc__f-check.ready::before, .calc__s-check.ready::before {
    opacity: 1; }

.calc__s-mobile {
  display: none; }

@media screen and (max-width: 1350px) {
  .calc__number {
    margin-right: 14px; }
  .calc__number-text {
    width: 40px;
    height: 40px;
    font-size: 20px; }
  .calc__h-name {
    margin-top: 4px; }
  .calc__item-content {
    padding-left: 54px; }
  .calc__label {
    padding-left: 6px; }
  .calc__input, .calc__textarea, .calc__select {
    padding-left: 6px; } }

@media screen and (max-width: 1300px) {
  .calc__order {
    width: calc(40% - 4px); }
  .calc__zapr.button-reverse {
    width: calc(60% - 4px); }
  .calc__c-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .calc__c-column {
    width: 100%; }
  .calc__c-item {
    margin-bottom: 20px; } }

@media screen and (max-width: 1200px) {
  .calc__btns.item-active {
    top: 0; }
  .calc__left {
    padding: 30px 20px 50px;
    width: 312px; }
  .calc__right {
    margin-left: 20px; } }

@media screen and (max-width: 992px) {
  .calc__item-content {
    padding-left: 0; }
  .calc__btns {
    margin-top: 20px; }
  .calc__item {
    margin-bottom: 30px; }
  .calc__h-desc-name {
    display: none;
    padding: 10px;
    background: #F8F9FC; }
    .calc__h-desc-name p {
      max-width: 282px;
      margin: 0 auto; }
    .calc__h-desc-name.mobile {
      display: block; } }

@media screen and (max-width: 920px) {
  .calc__h-name {
    width: 160px; } }

@media screen and (max-width: 768px) {
  .calc__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .calc__left {
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
    background-position: center -220px;
    background-size: cover;
    min-height: 460px;
    margin-bottom: 22px; }
  .calc__right {
    margin-left: 0; }
  .calc__s-check {
    display: none; }
  .calc__s-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    border: 1px solid #171F36;
    width: 40px;
    height: 40px;
    background: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
    margin-left: auto; }
    .calc__s-mobile:active, .calc__s-mobile:focus {
      outline: 0; }
    .calc__s-mobile span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
    .calc__s-mobile .edit {
      display: none; }
    .calc__s-mobile.ready .edit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .calc__s-mobile.ready .see {
      display: none; }
    .calc__s-mobile.disable {
      pointer-events: none;
      opacity: 0.25; }
  .calc__f-check.button-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer; }
    .calc__f-check.button-reverse i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
    .calc__f-check.button-reverse span {
      display: none; }
    .calc__f-check.button-reverse::before {
      display: none; }
  .calc__s-check::before {
    display: none; }
  .calc__number-text {
    width: 60px;
    height: 60px;
    font-size: 22px; }
  .calc__h-name {
    margin-top: 10px; } }

@media screen and (max-width: 576px) {
  .calc__h-name {
    font-size: 22px;
    max-width: 134px;
    line-height: 25px;
    margin-top: 2px; }
  .calc__desc {
    display: none; }
  .calc__title {
    margin-bottom: 0;
    background: #F8F9FC;
    padding: 20px 20px 0;
    font-size: 28px;
    line-height: 30px; }
  .calc__left {
    min-height: 330px;
    background-position: center 55%; } }

@media screen and (max-width: 360px) {
  .calc__title {
    font-size: 24px; } }

.about {
  margin-top: 120px;
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px; }
  .about__anim {
    opacity: 0;
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px); }
  .about::before {
    content: '';
    position: absolute;
    width: calc(100% + 176px);
    height: 100%;
    background-image: url("../img/about-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    top: 0;
    left: -88px; }
  .about__title::after {
    left: 70px; }
  .about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
    width: 100%; }
  .about__img {
    width: 306px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    -webkit-transform: translateY(200px) rotate(20deg);
        -ms-transform: translateY(200px) rotate(20deg);
            transform: translateY(200px) rotate(20deg); }
    .about__img img {
      width: 100%;
      height: 100%;
      max-height: 400px;
      object-fit: cover;
      transform: rotate(5deg)
    }
    .about__img::before {
      content: '';
      height: 650px;
      width: 1px;
      background: #828797;
      position: absolute;
      top: 45%;
      left: 50%;
      z-index: -1;
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          -ms-transform: translate(-50%, -50%) rotate(-135deg);
              transform: translate(-50%, -50%) rotate(-135deg); }
  .about__text-block {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #5c647b; }
  .about__f-block {
    margin-right: 70px;
    margin-top: 36px; }
  .about__s-block {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 20px;
    margin-left: 70px; }
  @media screen and (max-width: 1300px) {
    .about__s-block {
      margin-left: 40px; }
    .about__f-block {
      margin-right: 40px; } }
  @media screen and (max-width: 1200px) {
    .about__title::after {
      width: 242px;
      height: 97px; }
    .about__s-block {
      margin-left: 20px; }
    .about__f-block {
      margin-right: 20px; }
    .about__img {
      width: 240px; }
      .about__img::before {
        height: 500px; } }
  @media screen and (max-width: 1100px) {
    .about__text-block {
      font-size: 12px; } }
  @media screen and (max-width: 992px) {
    .about {
      padding-top: 60px;
      padding-bottom: 60px;
      overflow: hidden; }
      .about__text-block {
        font-size: 14px; }
      .about__img {
        display: none; }
      .about__s-block {
        -ms-flex-item-align: start;
            align-self: flex-start;
        margin-top: 90px;
        margin-bottom: 0; }
      .about__text-block {
        margin-right: 0;
        margin-left: 0;
        width: calc(50% - 20px); } }
  @media screen and (max-width: 768px) {
    .about {
      margin-bottom: 80px; }
      .about::before {
        background: #001117;
        z-index: -3; }
      .about__title {
        color: #fff; }
        .about__title::after {
          width: 202px;
          height: 77px;
          top: -12px; }
      .about__content {
        margin-top: 40px; }
      .about__img {
        display: block;
        position: absolute;
        right: 230px;
        bottom: 60px;
        z-index: -2; }
        .about__img img {
          filter: brightness(0.2);
          transform: rotate(10deg);
          width: 350px;
          }
        .about__img::before {
          display: none; }
      .about__text-block {
        color: #fff;
        width: 100%; }
      .about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .about__text-block {
        margin-top: 0;
        margin-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .about__img {
      right: 90px;
      bottom: 140px; } }
  @media screen and (max-width: 450px) {
    .about__title span {
      display: block;
      margin-left: 110px; }
    .about__title::after {
      top: 0;
      left: 22px; } }

.for {
  margin-bottom: 140px;
  overflow: hidden;
  padding-bottom: 80px; }
  .for__anim {
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0; }
  .for__title {
    max-width: 376px;
    margin-top: 146px; }
    .for__title::after {
      top: -10px;
      left: 54px; }
  .for__list {
    margin-top: 108px;
    width: 570px; }
  .for__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    width: 100%; }
  .for__item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 20px;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 1px solid #DDDFE4; }
    .for__item.active {
      border-color: #828797; }
      .for__item.active .for__number {
        color: #171F36; }
      .for__item.active .for__text {
        color: #8e1fe6; }
      .for__item.active .for__arrow {
        -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
                transform: translateX(0px);
        opacity: 1; }
    .for__item:nth-child(1) .for__img {
      -webkit-transform: rotate(-4deg);
          -ms-transform: rotate(-4deg);
              transform: rotate(-4deg); }
    .for__item:nth-child(2) .for__img {
      -webkit-transform: rotate(10deg);
          -ms-transform: rotate(10deg);
              transform: rotate(10deg); }
    .for__item:nth-child(3) .for__img {
      -webkit-transform: rotate(2deg);
          -ms-transform: rotate(2deg);
              transform: rotate(2deg); }
    .for__item:nth-child(4) .for__img {
      -webkit-transform: rotate(-5deg);
          -ms-transform: rotate(-5deg);
              transform: rotate(-5deg); }
    .for__item:nth-child(5) .for__img {
      -webkit-transform: rotate(6deg);
          -ms-transform: rotate(6deg);
              transform: rotate(6deg); }
    .for__item:nth-child(6) .for__img {
      -webkit-transform: rotate(12deg);
          -ms-transform: rotate(12deg);
              transform: rotate(12deg); }
  .for__number {
    color: #97a1bc;
    margin-right: 30px;
    font-weight: 800;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .for__text {
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .for__arrow {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    top: 3px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 0;
    -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
            transform: translateX(-40px); }
  .for__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .for__right {
      right: 100px;
    position: relative; }
  .for__r-text {
    margin-top: 36px;
    margin-left: auto;
    font-size: 30px;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #5F70A5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0.02em; }
    .for__r-text span:first-child {
      line-height: 30px; }
    .for__r-text span:last-child {
      margin-left: 80px;
      display: block;
      line-height: 30px;
      text-align: right; }
  .for__img {
    margin-right: 40px;
    width: 370px;
    height: 450px;
    overflow: hidden; }
  .for__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .for__right-item {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 0;
    top: 0; }
    .for__right-item:first-child {
      display: block; }
  .for__right-1 .for__img {
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg)
  }
  .for__right-2 .for__img {
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg); }
  .for__right-3 .for__img {
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg); }
  .for__right-4 .for__img {
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  .for__right-5 .for__img {
    -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
            transform: rotate(6deg); }
  .for__right-6 .for__img {
    -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
            transform: rotate(12deg); }
  .for__content {
    display: none; }
  .for__plus {
    display: none; }
  @media screen and (max-width: 1440px) {
    .for__right {
        right: 100px;
    }
    .for__list {
      margin-top: 50px; }
    .for__r-text {
      margin-top: 26px; }
    .for__img {
        width: 340px;
        height: 340px;
    }
    .for__r-text span:last-child {
        margin-left: 70px;
    }
    }
  @media (max-width: 1300px) {
      .for__right {
          right: 20px;
      }
  }
  @media screen and (max-width: 1200px) {
      .for__right {
          right: 0;
      }
    .for {
      margin-bottom: 80px;
      padding-bottom: 70px; }
      .for__list {
        width: 500px; }
      .for__title {
        margin-top: 100px; }
        .for__title::after {
          left: 14px; } }
  @media screen and (max-width: 1150px) {
    .for__img {
      width: 300px;
      height: 370px;
    }
      .for__img img {
        width: 100%; }
    .for__r-text {
      font-size: 24px; }
      .for__r-text span {
        line-height: 24px; }
      .for__r-text span:last-child {
        margin-left: 60px; }
    .for__list {
      margin-top: 50px; }
    .for__arrow rect {
      width: 100px;
      x: 48px; } }
  @media screen and (max-width: 1100px) {
    .for__list {
      width: 440px; } }
  @media screen and (max-width: 992px) {
    .for {
      margin-bottom: 60px; }
      .for__title {
        margin-top: 80px; }
      .for__img {
        margin-right: 0; }
      .for__arrow svg {
        width: 130px; }
      .for__arrow rect {
        width: 70px;
        x: 80px; }
      .for__list {
        width: 400px; }
      .for__r-text {
        font-size: 20px; }
        .for__r-text span:last-child {
          margin-left: 40px; } }
  @media screen and (max-width: 900px) {
    .for__list {
      width: 380px; } }
  @media screen and (max-width: 800px) {
    .for__list {
      width: 360px; } }
  @media screen and (max-width: 768px) {
    .for {
      margin-bottom: 0;
      padding-bottom: 50px;
      position: relative; }
      .for::after {
        content: '';
        position: absolute;
        height: 10px;
        width: calc(100% + 72px);
        left: -36px;
        bottom: 0;
        background: #F0F2F5; }
      .for__right {
        display: none; }
      .for__list {
        width: 100%; }
      .for__left {
        width: 100%; }
      .for__arrow {
        display: none; }
      .for__plus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-top: 4px;
        margin-left: auto; }
      .for__content {
        display: block;
        margin: 0 auto;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        height: 0;
        overflow: hidden; }
      .for__r-text {
        font-size: 26px;
        line-height: 26px; }
      .for__right-item {
        position: relative;
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 40px;}
      .for__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        cursor: auto;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        padding: 24px 0 26px; }
        .for__item.active {
          padding-bottom: 20px; }
          .for__item.active .for__header {
            margin-bottom: 20px; }
          .for__item.active .rect-height {
            -webkit-transform: scaleY(0);
                -ms-transform: scaleY(0);
                    transform: scaleY(0); }
      .for__header {
        cursor: pointer;
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .for .rect-height {
        -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center; } }
  @media screen and (max-width: 576px) {
    .for::after {
      width: calc(100% + 60px);
      left: -30px; }
    .for__img {
      max-width: 300px;
      width: 100%; }
    .for__r-text {
      font-size: 24px;
      margin-top: 18px; }
    .for__text {
      font-size: 18px; }
    .for__number {
      font-size: 10px;
      position: absolute;
      top: -20px;
      left: 0; }
    .for__header {
      position: relative; } }
  @media (max-width: 450px) {
    .for__img {
        height: 310px;
    }
    .for__r-text {
        font-size: 20px;
    }
  }
  @media screen and (max-width: 400px) {
    .for__title::after {
      top: 0; }
    .for__title .block {
      display: block;
      text-align: right; }
    .for::after {
      width: calc(100% + 32px);
      left: -16px; } }

.youtube {
  overflow: hidden; }
  .youtube__anim {
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  .youtube__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .youtube__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .youtube__btns:hover .youtube__share {
      background: #f70000; }
      .youtube__btns:hover .youtube__share path {
        fill: #fff; }
  .youtube__button {
    background: #f70000;
    border-color: #F70000;
    text-transform: uppercase;
    width: 200px;
    height: 40px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    border: 1px solid #F70000; }
    .youtube__button::before {
      display: none; }
  .youtube__share {
    border-color: #F70000;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 40px;
    height: 40px; }
    .youtube__share svg {
      width: 14px; }
    .youtube__share path {
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .youtube__share::before {
      display: none; }
  .youtube__desc {
    line-height: 25px;
    max-width: 576px;
    width: 100%;
    color: #5c647b;
    margin-top: 10px;
    margin-bottom: 48px; }
  .youtube__img {
    height: 320px;
    position: relative; }
    .youtube__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .youtube__container {
    max-width: 1180px;
    overflow: hidden; }
  .youtube__slide {
    position: relative; }
    .youtube__slide a:focus {
      outline: 0; }
    .youtube__slide:hover .youtube__play::before {
      -webkit-transform: translate(-50%, -50%) scale(1.2);
          -ms-transform: translate(-50%, -50%) scale(1.2);
              transform: translate(-50%, -50%) scale(1.2); }
    .youtube__slide:active, .youtube__slide:focus {
      outline: 0; }
  .youtube__desc-slide {
    bottom: 26px;
    left: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    color: #fff; }
  .youtube__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .youtube__play::before {
      content: '';
      width: 140px;
      height: 140px;
      border-radius: 50%;
      position: absolute;
      border: 1px solid rgba(255, 255, 255, 0.75);
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .youtube__play svg {
      border-radius: 50%; }
  .youtube__pagination {
    display: none; }
  .youtube__scrollbar {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    margin-top: 40px;
    margin-bottom: 20px;
    height: 1px;
    background: #E0E0E0; }
  .youtube .swiper-scrollbar-drag {
    background: #171F36; }
  .youtube__nav-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    width: 150px;
    margin-top: 20px; }
  .youtube__next, .youtube__prev {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #171F36;
    border-radius: 20px;
    margin-top: 0; }
    .youtube__next::after, .youtube__prev::after {
      display: none; }
  .youtube__prev svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media screen and (max-width: 1440px) {
    .youtube__container {
      max-width: 100%;
      padding: 0 100px; } }
  @media screen and (max-width: 1200px) {
    .youtube__img {
      height: 250px; }
    .youtube__play {
      width: 70px;
      height: 70px; }
      .youtube__play::before {
        width: 100px;
        height: 100px; }
    .youtube__container {
      padding: 0 90px; } }
  @media screen and (max-width: 992px) {
    .youtube__container {
      padding: 0 50px; }
    .youtube__img {
      height: 200px; }
    .youtube__desc-slide {
      bottom: 14px;
      left: 10px; }
    .youtube__slide:hover .youtube__play::before {
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .youtube__nav-btns {
      display: none; }
    .youtube__pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      margin-left: auto; }
    .youtube .first__pagination-line {
      position: relative;
      background: none;
      background-size: 12px;
      padding: 10px;
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='-1.5' r='10' stroke='%23171F36'/%3E%3Ccircle cx='10.5' cy='18.5' r='10' stroke='%23171F36'/%3E%3C/svg%3E%0A");
      background-position: center right;
      background-repeat: no-repeat; }
      .youtube .first__pagination-line::before {
        content: '';
        width: 76px;
        height: 1px;
        background: #171F36;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .youtube__scrollbar {
      display: none; }
    .youtube__play {
      width: 50px;
      height: 50px; }
      .youtube__play::before {
        width: 70px;
        height: 70px; } }
  @media screen and (max-width: 768px) {
    .youtube {
      position: relative;
      margin-top: 50px; }
      .youtube__container {
        padding: 0 36px;
        margin-bottom: 60px; }
      .youtube__desc-slide {
        position: relative;
        bottom: 0;
        left: 0;
        color: #171F36;
        margin-top: 14px; }
      .youtube__img {
        height: 150px; }
      .youtube::after {
        content: '';
        position: absolute;
        height: 10px;
        width: calc(100% + 72px);
        left: -36px;
        bottom: 0;
        background: #F0F2F5; } }
  @media screen and (max-width: 576px) {
    .youtube {
      padding-bottom: 130px; }
      .youtube .first__pagination-current,
      .youtube .first__pagination-total {
        color: #171F36; }
      .youtube__btns {
        position: absolute;
        bottom: 60px; }
      .youtube__container {
        padding: 0 30px;
        margin-bottom: 0; }
      .youtube__img {
        height: 240px; }
      .youtube__pagination {
        margin-top: 18px; }
      .youtube::after {
        width: calc(100% + 60px);
        left: -30px; } }
  @media screen and (max-width: 500px) {
    .youtube__img {
      height: 200px; }
    .youtube__desc {
      margin-bottom: 30px; } }
  @media screen and (max-width: 400px) {
    .youtube__img {
      height: 180px; }
    .youtube__container {
      padding: 0 16px; }
    .youtube::after {
      width: calc(100% + 32px);
      left: -16px; } }

.insta {
  margin-top: 110px; }
  .insta__anim {
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0; }
  .insta__btns:hover .youtube__share::before {
    display: none; }
  .insta__btns:hover .youtube__share::after {
    opacity: 1; }
  .insta .youtube__desc {
    max-width: 626px; }
  .insta .youtube__share {
    padding: 0;
    border: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .insta .youtube__share svg {
      width: 40px;
      height: 40px;
      position: relative;
      z-index: 1; }
    .insta .youtube__share rect {
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .insta .youtube__share path {
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .insta .youtube__share::after {
      content: '';
      background: -o-radial-gradient(13.25% 191.25%, 46.5% 232.5%, #FECF72 0%, #FCB45D 22.92%, #FBA04E 33.33%, #F8732C 53.01%, rgba(248, 115, 44, 0) 100%), -o-linear-gradient(299.82deg, #4B62D4 7.63%, #DC2D76 94.19%);
      background: radial-gradient(46.5% 232.5% at 13.25% 191.25%, #FECF72 0%, #FCB45D 22.92%, #FBA04E 33.33%, #F8732C 53.01%, rgba(248, 115, 44, 0) 100%), linear-gradient(150.18deg, #4B62D4 7.63%, #DC2D76 94.19%);
      width: 100%;
      height: 100%;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      opacity: 0; }
  .insta .youtube__button {
    border: 0;
    position: relative;
    background: #fff; }
    .insta .youtube__button span {
      position: relative;
      z-index: 2; }
    .insta .youtube__button::after {
      content: '';
      background: -o-radial-gradient(13.25% 191.25%, 46.5% 232.5%, #FECF72 0%, #FCB45D 22.92%, #FBA04E 33.33%, #F8732C 53.01%, rgba(248, 115, 44, 0) 100%), -o-linear-gradient(299.82deg, #4B62D4 7.63%, #DC2D76 94.19%);
      background: radial-gradient(46.5% 232.5% at 13.25% 191.25%, #FECF72 0%, #FCB45D 22.92%, #FBA04E 33.33%, #F8732C 53.01%, rgba(248, 115, 44, 0) 100%), linear-gradient(150.18deg, #4B62D4 7.63%, #DC2D76 94.19%);
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      z-index: 1; }
  .insta .youtube__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .insta .youtube__slide a {
    display: block; }
  .insta .youtube__slide .insta__i-link rect,
  .insta .youtube__slide .insta__i-link path {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .insta .youtube__slide .insta__i-link:hover rect {
    stroke: #000;
    fill: #fff; }
  .insta .youtube__slide .insta__i-link:hover path {
    fill: #000; }
  .insta .youtube__slide:nth-child(even) {
    margin-bottom: 60px; }
  .insta .youtube__slide:nth-child(3n) {
    margin-top: 60px; }
  .insta__i-link {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    .insta__i-link rect,
    .insta__i-link path {
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
  .insta__i-img {
    width: 100%;
    height: 360px;
    position: relative; }
    .insta__i-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .insta__container {
    max-width: 1180px;
    overflow: hidden; }
  @media screen and (max-width: 1440px) {
    .insta__container {
      max-width: 100%;
      padding: 0 100px; } }
  @media screen and (max-width: 1200px) {
    .insta {
      margin-top: 90px; }
      .insta__container {
        padding: 0 90px; }
      .insta__i-img {
        height: 310px; } }
  @media screen and (max-width: 992px) {
    .insta {
      margin-top: 70px; }
      .insta__container {
        padding: 0 50px; }
      .insta__i-img {
        height: 260px; } }
  @media screen and (max-width: 768px) {
    .insta__container {
      padding: 0 36px;
      margin-bottom: 60px; } }
  @media screen and (max-width: 576px) {
    .insta {
      margin-top: 52px; }
      .insta__container {
        padding: 0 30px;
        margin-bottom: 0; }
      .insta .youtube__slide:nth-child(even) .insta__i-img {
        margin-bottom: 0; }
      .insta .youtube__slide:nth-child(3n) .insta__i-img {
        margin-top: 0; } }
  @media screen and (max-width: 400px) {
    .insta__container {
      padding: 0 16px; } }

.deliv {
  margin-top: 126px;
  margin-bottom: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .deliv__anim {
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0; }
  .deliv__title span {
    display: block;
    margin-left: 80px; }
  .deliv__title::after {
    top: -6px; }
  .deliv__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px; }
  .deliv__c-deliv, .deliv__c-mont {
    width: calc(50% - 20px);
    padding: 56px 30px 54px 28px;
    position: relative;
    border: 1px solid #E9E9E9;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .deliv__c-deliv {
    margin-top: 100px; }
  .deliv__text {
    font-weight: 200;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    line-height: 30px;
    color: #171F36;
    font-size: 20px; }
    .deliv__text span {
      font-weight: 500; }
  .deliv__icon {
    position: absolute;
    top: -22px; }
  .deliv__link {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #8e1fe6;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    letter-spacing: 0.02em;
    margin-left: auto;
    top: -30px; }
    .deliv__link::before {
      content: '';
      position: absolute;
      bottom: -3px;
      width: 100%;
      background: #8e1fe6;
      height: 1px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .deliv__link:hover::before {
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
    .deliv__link span {
      margin-left: 10px; }
  @media screen and (max-width: 1200px) {
    .deliv {
      margin-top: 120px;
      margin-bottom: 110px; }
      .deliv__text {
        font-size: 20px;
        line-height: 30px; }
      .deliv__title::after {
        width: 262px;
        height: 100px; } }
  @media screen and (max-width: 1100px) {
    .deliv {
      margin-top: 100px;
      margin-bottom: 10px; }
      .deliv__text {
        font-size: 20px;
        line-height: 30px; } }
  @media screen and (max-width: 992px) {
    .deliv {
      margin-bottom: 80px;
      margin-top: 90px; }
      .deliv__text {
        font-size: 18px;
        line-height: 30px; } }
  @media screen and (max-width: 768px) {
    .deliv {
      margin-bottom: 50px;
      margin-top: 80px; }
      .deliv__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 90px; }
      .deliv__c-deliv, .deliv__c-mont {
        width: 100%;
        border: 0;
        border-top: 1px solid #E9E9E9;
        padding: 0; }
      .deliv__c-deliv {
        margin-top: 0; }
      .deliv__icon {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background: #fff;
        padding-right: 20px; }
      .deliv__c-mont {
        margin-top: 62px; }
      .deliv__text {
        font-size: 24px;
        line-height: 30px; }
      .deliv__link {
        margin-top: 30px;
        top: 0; } }

.form {
  background: #F7F9FC;
  max-width: 1400px;
  margin: 0 auto 0;
  margin-bottom: 60px; }
  .form__anim {
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  .form__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .form__left {
    width: 480px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .form__left img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .form__right {
    padding: 70px 20px 20px 110px;
    width: 100%; }
  .form__wrap {
    max-width: 680px;
    width: 100%; }
  .form__f-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .form__f-column {
    width: calc(50% - 46px); }
  .form__t-label {
    margin-bottom: 14px;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    margin-bottom: 12px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold; }
  .form__mess {
    margin-bottom: 14px; }
  .form__link {
    font-size: 24px;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 40px;
    color: #8e1fe6;
    display: block;
    margin-bottom: 24px; }
    .form__link-mail {
      margin-bottom: 10px; }
  .form__last-link {
    margin-bottom: 0; }
  .form__social {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    border: 1px solid #DBDEE8;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .form__social:last-child {
      margin-right: 0; }
    .form__social path {
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .form__social:hover {
      background: #171F36;
      border-color: #171F36; }
      .form__social:hover path {
        fill: #fff; }
  .form__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .form__input, .form__textarea {
    background: #f7f9fc; }
  .form__textarea {
    height: 70px; }
  .form__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .form__items .form__item {
      width: calc(50% - 10px); }
  .form__b-title {
    margin-top: 52px;
    font-weight: 700;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 34px; }
  .form__req {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #596481; }
    .form__req span {
      color: #f00; }
  .form__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .form__button {
    width: 200px;
    height: 50px; }
  @media screen and (max-width: 1440px) {
    .form {
      padding: 0 40px; }
      .form__f-column {
        width: calc(50% - 10px); }
      .form__right {
        padding-left: 50px; } }
  @media screen and (max-width: 1200px) {
    .form__link {
      font-size: 18px;
      line-height: 36px; }
    .form__left {
      width: 400px; }
    .form__right {
      padding-top: 40px; } }
  @media screen and (max-width: 1100px) {
    .form__left {
      width: 350px; } }
  @media screen and (max-width: 992px) {
    .form {
      padding: 0 20px; }
      .form__left {
        width: 44%; }
      .form__right {
        width: 56%;
        padding-left: 20px;
        padding-top: 30px; }
      .form__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .form__items .form__item {
          width: 100%; }
      .form__b-title {
        margin-top: 30px; }
      .form__f-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .form__f-column {
        width: 100%; }
      .form__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%; }
        .form__links .form__link {
          width: 49%;
          display: block; }
      .form__link {
        font-size: 16px;
        margin-bottom: 0; }
      .form__link-mail {
        margin-bottom: 20px; }
      .form__t-label-mail {
        margin-top: 10px; }
      .form__b-title {
        margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .form {
      padding: 0; }
      .form__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .form__left {
        max-width: 360px;
        margin: 0 auto;
        height: 450px;
        width: 100%; }
      .form__right {
        width: 100%;
        padding: 0 36px 60px; } }
  @media screen and (max-width: 576px) {
    .form__f-columns {
      display: none; }
    .form__left {
      max-width: 360px; }
    .form__right {
      padding: 0 30px 60px; }
    .form__btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .form__button {
      margin-top: 26px; } }
  @media screen and (max-width: 400px) {
    .form__right {
      padding: 0 16px 60px; } }

.footer-all {
  background: #171F36; }

.footer__logo {
  width: 150px;
  display: block; }
  .footer__logo img {
    width: 100%; }

.footer__wrap {
  padding: 46px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0; }

.footer__c {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-top: 50px;
  color: #fff; }

.footer__polit {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-size: 14px;
  font-weight: 500;
  color: #98a3c0;
  display: block;
  margin-top: 26px; }

.footer__m-item {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 12px; }
  .footer__m-item:last-child {
    margin-bottom: 0; }

.footer__column-label {
  color: #8b96b4;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 12px; }

.footer__link {
  color: #fff;
  margin-bottom: 12px; }

.footer__soc-text {
  color: #fff;
  margin-left: 10px; }

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer__social svg {
    width: 16px; }

.footer__logo-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 12%; }

.footer__rights {
  color: #636b82;
  text-align: center;
  width: 100%;
  padding: 14px 20px;
  border-top: 1px solid #2C3653;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600; }

.footer__wrap-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.footer__up {
  display: none; }

@media screen and (max-width: 1200px) {
  .footer__logo-column {
    margin-right: 6%; } }

@media screen and (max-width: 1050px) {
  .footer__m-item {
    font-size: 13px; }
  .footer__polit {
    font-size: 13px; }
  .footer__c {
    font-size: 13px; }
  .footer__wrap-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer__wrap-columns .footer__column {
      width: 50%; }
    .footer__wrap-columns .footer__models,
    .footer__wrap-columns .footer__numbers {
      margin-bottom: 20px; } }

@media screen and (max-width: 620px) {
  .footer__logo-column {
    margin-right: 3%; } }

@media screen and (max-width: 576px) {
  .footer {
    position: relative;
    padding-bottom: 120px; }
    .footer__numbers .footer__m-item, .footer__mess .footer__m-item {
      height: 22px; }
    .footer__logo-column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-right: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 20px;
      border-bottom: 1px solid #2F3853;
      margin-bottom: 24px; }
    .footer__up {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50px;
      height: 50px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #fff;
      border-radius: 50%; }
    .footer__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 0; }
    .footer__wrap-columns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .footer__wrap-columns .footer__models {
        margin-bottom: 0; }
      .footer__wrap-columns .footer__column {
        width: 100%; }
    .footer__soc {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      padding: 20px;
      border-top: 1px solid #2F3853;
      margin-top: 28px; }
      .footer__soc .footer__column-label {
        display: none; }
      .footer__soc .footer__m-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .footer__soc .footer__m-list .footer__m-item {
          margin-bottom: 0; }
        .footer__soc .footer__m-list .footer__soc-text {
          display: none; }
        .footer__soc .footer__m-list .footer__social {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border: 1px solid #535D79; }
          .footer__soc .footer__m-list .footer__social svg {
            width: 20px; }
    .footer__models {
      margin-bottom: 0;
      position: relative;
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
      .footer__models::before {
        content: '';
        position: absolute;
        top: 0;
        left: -30px;
        width: calc(100% + 60px);
        background: #171F36;
        height: 100%;
        border-top: 1px solid #2F3853;
        border-bottom: 1px solid #2F3853;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .footer__models.active::before {
        background: #0C1221; }
      .footer__models .footer__column-label {
        position: relative;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        padding: 15px 0 16px;
        margin-bottom: 0; }
        .footer__models .footer__column-label::after {
          background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4.37114e-07L-1.38281e-06 6L10 6L5 4.37114e-07Z' fill='%236B779B'/%3E%3C/svg%3E%0A");
          content: '';
          position: absolute;
          right: 0;
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
          top: 20px;
          width: 10px;
          height: 6px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
        .footer__models .footer__column-label.active::after {
          -webkit-transform: rotate(0);
              -ms-transform: rotate(0);
                  transform: rotate(0); }
      .footer__models .footer__m-list {
        position: relative;
        z-index: 2;
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .footer__models .footer__m-item:last-child {
        margin-bottom: 28px; }
      .footer__models .footer__link {
        color: #d2deff; }
    .footer__mt {
      position: absolute;
      bottom: -100px; }
    .footer__polit {
      margin-top: 16px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
    .footer__rights {
      display: none; }
    .footer__wrap-columns .footer__mess,
    .footer__wrap-columns .footer__numbers {
      width: calc(50% - 10px); } }

@media screen and (max-width: 400px) {
  .footer__models::before {
    left: -16px;
    width: calc(100% + 32px); } }

.page__deliv {
  margin-top: 0;
  margin-bottom: 60px; }
  .page__deliv .deliv__columns {
    margin-top: 0; }
  .page__deliv .deliv__c-deliv {
    margin-top: 0; }

.form__title span {
  margin-left: 150px; }

.form__title::after {
  left: 20px;
  top: 4px;
  width: 262px;
  height: 97px; }

@media screen and (max-width: 992px) {
  .form__title::after {
    top: -6px; } }

.form__page {
  margin-bottom: 60px; }

.cart__anim {
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0; }

.cart__page {
  margin-top: 0;
  margin-bottom: 0; }
  .cart__page .deliv__title span {
    margin-left: 180px; }
  .cart__page .deliv__title::after {
    left: 20px;
    top: -10px; }

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

.cart__deliv {
  width: 50%;
  position: relative;
  padding: 36px 30px 80px 0; }
  .cart__deliv::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 500%;
    right: 0;
    top: 0;
    background: #f8f9fc;
    z-index: -1; }

.cart__d-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 800;
  font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  line-height: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DDDFE4;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px; }
  .cart__d-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 14px; }

.cart__d-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }
  .cart__d-item--last {
    margin-bottom: 46px; }

.cart__f-label {
  font-size: 22px;
  font-weight: 500;
  font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif; }

.cart__f-radio-item label {
  font-size: 16px;
  font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  line-height: 16px;
  font-weight: 500;
  color: #656a78;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  border: 2px solid #E7EBF5;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .cart__f-radio-item label:hover {
    color: #171F36; }

.cart__f-radio-item:first-child label {
  border-right: 2px solid transparent;
  margin-right: -2px; }

.cart__f-radio-item:first-child input:checked + label {
  border: 2px solid #8e1fe6;
  color: #171F36; }

.cart__f-radio-item:last-child label {
  border-left: 2px solid transparent; }

.cart__f-radio-item:last-child input:checked + label {
  border: 2px solid #8e1fe6;
  color: #171F36; }

.cart__f-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cart__f-radios input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0; }

.cart .calc__input,
.cart .calc__textarea {
  background: #f8f9fc; }

.cart__goods {
  width: 50%;
  position: relative;
  padding: 36px 0 80px 30px; }

.cart__g-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDFE4; }

.cart__g-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 20px;
  width: 160px;
  height: 160px;
  background: #F8F9FC;
  margin-right: 16px; }
  .cart__g-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.cart__g-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto; }

.cart__g-name {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif; }

.cart__g-color {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 150px; }

.cart__g-color-name {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  color: #8490af; }

.cart__g-color-hex {
  width: 30px;
  height: 20px;
  display: block; }

.cart__price {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #8e1fe6; }

.cart__g-count-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto; }

.cart__g-count {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .cart__g-count input {
    height: 50px;
    width: 150px;
    border-radius: 30px;
    border: 1px solid #BDC3D6;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.cart__g-minus, .cart__g-plus {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #171F36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 3px;
  right: 3px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.cart__g-minus {
  left: 3px; }
  .cart__g-minus.disable {
    pointer-events: none;
    background: #BDC3D6; }

.cart__g-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px; }
  .cart__g-delete span {
    color: #005ecd;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    margin-left: 4px; }

.cart__g-overall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cart__old-price {
  display: none; }

.cart__g-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cart__g-coupon input {
    padding: 18px 20px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #BDC3D6;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 15;
    font-weight: 400;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    width: 186px;
    text-align: center; }
  .cart__g-coupon button {
    width: 50px;
    height: 50px;
    background: #BDC3D6;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0; }
    .cart__g-coupon button:active, .cart__g-coupon button:focus {
      outline: 0; }

.cart__g-ov-text {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  color: #8490af; }

.cart__g-ov-price-text {
  color: #8e1fe6;
  font-size: 36px;
  line-height: 44px;
  font-weight: bold; }
  .cart__g-ov-price-text span {
    margin-left: 4px;
    font-size: 22px;
    line-height: 27px; }

.cart__mob-del {
  display: none; }

.cart__g-discounts {
  display: none; }

.cart__r-order {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 270px; }

@media screen and (max-width: 1340px) {
  .cart__f-radio-item label {
    font-size: 14px; }
  .cart__f-label {
    font-size: 18px; } }

@media screen and (max-width: 1200px) {
  .cart__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .cart__g-item {
    margin-top: 20px; }
  .cart__deliv, .cart__goods {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .cart__deliv::before {
    width: calc(100% + 180px);
    left: -90px; }
  .cart__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .cart__old-price {
    display: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #999;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    margin-right: 10px; }
    .cart__old-price::before {
      content: '';
      width: calc(100% + 8px);
      left: -4px;
      top: 50%;
      background: #8e1fe6;
      height: 2px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute; } }

@media screen and (max-width: 992px) {
  .cart__deliv::before {
    width: calc(100% + 100px);
    left: -50px; } }

@media screen and (max-width: 768px) {
  .cart__deliv::before {
    width: calc(100% + 72px);
    left: -36px; } }

@media screen and (max-width: 576px) {
  .cart__r-order {
    width: 100%; }
  .cart__d-title {
    font-size: 24px;
    line-height: 24px; }
  .cart__deliv::before {
    width: calc(100% + 60px);
    left: -30px; }
  .cart__g-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cart__old-price {
    display: block; }
  .cart__g-count-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 28px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cart__g-count {
    width: calc(50% - 8px); }
    .cart__g-count input {
      width: 100%; }
  .cart__g-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #005ECD;
    margin-top: 0;
    width: calc(50% - 8px); }
    .cart__g-delete svg {
      margin-right: 4px; }
    .cart__g-delete span {
      display: none; }
    .cart__g-delete span.cart__mob-del {
      display: inline-block; }
  .cart__g-discounts {
    display: block; }
  .cart__g-color {
    margin-left: auto; }
  .cart__g-disc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 6px; }
  .cart__g-disc-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-right: 2px; }
  .cart__g-disc-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px; }
  .cart__d-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .cart__f-radios {
    width: 100%; }
  .cart__f-radio-item {
    width: 50%;
    text-align: center; }
  .cart__f-label {
    font-size: 16px;
    margin-bottom: 12px; } }

@media screen and (max-width: 500px) {
  .cart__g-overall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .cart__g-coupon {
    margin-top: 20px; }
    .cart__g-coupon input {
      width: 100%; }
    .cart__g-coupon button {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .cart__g-ov-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (max-width: 450px) {
  .cart__prices {
    margin-top: 50px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto; }
  .cart__old-price {
    position: absolute;
    left: -80%; }
  .cart__g-name {
    width: 138px; } }

@media screen and (max-width: 400px) {
  .cart__deliv::before {
    width: calc(100% + 32px);
    left: -16px; } }

@media screen and (max-width: 370px) {
  .cart__g-img {
    width: 130px;
    height: 150px;
    padding: 20px 10px;
    margin-right: 6px; }
  .cart__g-ov-text {
    width: 102px; } }

@media screen and (max-width: 340px) {
  .cart__g-img {
    width: 120px; } }

.product__anim {
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0; }

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

.product__right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.product__title {
  font-weight: 400;
  margin-bottom: 60px; }
  .product__title::after {
    width: 200px;
    height: 60px;
    top: -7px;
    left: 60px; }

.product__sub-title {
  font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 18px;
  line-height: 17px;
  font-weight: bold;
  margin-bottom: 16px; }

.product__g-text {
  font-size: 18px;
  line-height: 30px;
  color: #353c52; }
  .product__g-text span {
    color: #8490af; }

.product__g-item-text {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold; }

.product__profile {
  margin-bottom: 38px; }

.product__c-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px; }
  .product__c-item span {
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    margin-right: 16px; }

.product__c-item:last-child {
  margin-bottom: 0; }
  .product__c-item:last-child span {
    margin-right: 30px; }

.product .calc__c-colors {
  margin-top: 0; }

.product .calc__c-color-wrap {
  width: 34px;
  margin-right: 4px;
  height: 20px; }
  .product .calc__c-color-wrap:last-child {
    margin-right: 0; }

.product__p-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 40px; }

.product__p-old {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
  color: #999999;
  font-weight: 600;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .product__p-old span {
    font-size: 75%; }
  .product__p-old::before {
    content: '';
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: calc(100% + 8px);
    left: -4px;
    background: #8e1fe6; }

.product__p-main {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  color: #8e1fe6; }
  .product__p-main span {
    font-size: 24px;
    font-weight: bold;
    line-height: 29px; }

.product__p-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.product__p-btn {
  width: 134px;
  height: 40px;
  font-size: 13px;
  font-weight: 16px;
  font-weight: 600; }

.product__credit {
  background: #f8f9fc;
  border: 1px solid #ECEFF7;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #8e1fe6; }
  .product__credit:hover {
    border-color: #8e1fe6; }

.product__add-cart {
  margin-right: 10px;
  margin-left: 26px; }

.product__h-items {
  max-width: 480px; }

.product__h-item {
  border-bottom: 1px solid #ebecee;
  border-right: 0;
  border-left: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .product__h-item--first {
    border-top: 1px solid #ebecee; }
  .product__h-item.active {
    padding-bottom: 20px; }
    .product__h-item.active .product__h-header {
      margin-bottom: 10px; }
    .product__h-item.active .product__svg-vert-line {
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0); }

.product__h-header {
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.product__svg-vert-line {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.product__h-content {
  font-size: 14px;
  line-height: 24px;
  color: #56617e;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0;
  overflow: hidden; }

.product__left {
  width: 480px;
  margin-right: 108px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative; }

.product__main-img {
  width: 482px;
  height: 482px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .product__main-img img {
    position: absolute;
    width: 100%;
    height: 100%; }

.product__alt-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px; }

.product__alt-img {
  display: block;
  width: 23%; }
  .product__alt-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.product__h-title {
  display: none; }

@media screen and (max-width: 1300px) {
  .product__left {
    margin-right: 40px; } }

@media screen and (max-width: 1200px) {
  .product__main-img {
    width: 400px;
    height: 400px; }
  .product__left {
    width: 400px;
    margin-right: 0; }
  .product__p-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .product__p-btns {
    margin-top: 20px; }
  .product__add-cart {
    margin-left: 0; } }

@media screen and (max-width: 992px) {
  .product {
    position: relative; }
    .product__h-title {
      font-size: 32px;
      font-weight: 900;
      letter-spacing: 0.02em;
      line-height: 40px;
      margin-bottom: 28px;
      display: block;
      text-align: center; }
    .product__title {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      margin-bottom: 0; }
    .product__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 80px; }
    .product__main-img {
      width: 450px;
      height: 450px; }
    .product__left {
      width: 450px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 38px; }
    .product__h-items {
      max-width: 100%; } }

@media screen and (max-width: 768px) {
  .product__main-img {
    width: 400px;
    height: 400px; }
  .product__left {
    width: 400px; } }

@media screen and (max-width: 576px) {
  .product__main-img {
    width: 300px;
    height: 300px; }
  .product__left {
    width: 300px; }
  .product__c-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product__c-item span {
      margin-bottom: 10px; }
  .product__p-main {
    font-size: 32px;
    line-height: 38px; }
  .product__p-old {
    font-size: 16px;
    margin-bottom: 0; }
  .product__p-btn {
    width: calc(50% - 6px);
    margin-right: 0; }
  .product__p-btns {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product__profile {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 26px; }
    .product__profile::before {
      content: '';
      position: absolute;
      background: #F0F2F5;
      height: 10px;
      width: calc(100% + 60px);
      left: -30px;
      bottom: 0; }
  .product .calc__c-color {
    height: 22px; } }

@media screen and (max-width: 400px) {
  .product__profile::before {
    width: calc(100% + 32px);
    left: -16px; } }

@media screen and (max-width: 380px) {
  .product__main-img {
    width: 270px;
    height: 270px; }
  .product__h-title {
    font-size: 28px;
    line-height: 38px; }
  .product__left {
    width: 270px; }
  .product .calc__c-color-wrap {
    margin-right: 0;
    width: 31px; } }

.intr {
  background-image: url("../img/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 100px;
  margin-top: 90px; }
  .intr__anim {
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0; }
  .intr__title {
    margin-bottom: 60px; }
    .intr__title::after {
      z-index: 0;
      left: 40px;
      top: -7px; }
  .intr__t-text {
    position: relative;
    z-index: 1; }
  .intr__t-second {
    display: block;
    margin-left: 40px; }
  .intr .goods__list {
    width: 100%; }
  .intr .goods__btn-cart:hover {
    background: -o-linear-gradient(198.92deg, #8E1FE6 -14.26%, #531FE6 187.45%);
    background: linear-gradient(251.08deg, #8E1FE6 -14.26%, #531FE6 187.45%);
    border-color: 0; }
  .intr .goods__btn-cred {
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #BDC3D6;
    color: #171F36; }
    .intr .goods__btn-cred:hover {
      background: #171F36;
      color: #fff; }
  @media screen and (max-width: 1200px) {
    .intr__title::after {
      width: 262px;
      height: 97px;
      left: 0; } }
  @media screen and (max-width: 992px) {
    .intr {
      padding-bottom: 80px;
      padding-top: 70px;
      margin-top: 60px; } }
  @media screen and (max-width: 400px) {
    .intr__title {
      font-size: 28px; }
      .intr__title::after {
        width: 232px;
        height: 87px;
        left: 10px; } }

.calc-prod {
  margin-top: 110px;
  margin-bottom: 80px; }
  @media screen and (max-width: 1200px) {
    .calc-prod {
      margin-top: 70px;
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .calc-prod {
      margin-top: 40px;
      margin-bottom: 70px; } }
  @media screen and (max-width: 576px) {
    .calc-prod {
      margin-top: 20px;
      margin-bottom: 60px; } }

.q-form {
  max-width: 500px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  display: none;
  padding: 0; }
  .q-form__title {
    padding: 30px 10px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #2C3653;
    font-family: "Neue Machina", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: 30px; }
    .q-form__title::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0; }
  .q-form__wrap {
    padding: 20px; }
  .q-form .calc__textarea {
    height: 90px; }
  .q-form__btn {
    width: 100%;
    text-align: center; }
  .q-form .calc__c-item {
    margin-bottom: 20px; }
  @media screen and (max-width: 576px) {
    .q-form__title {
      font-size: 26px; } }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 0.4; }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.4; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 0.4; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 0.4; }

input::placeholder,
textarea::placeholder {
  opacity: 0.4; }
