@font-face {
    font-family: "Trajan";
    src: url("../fonts/trajan-pro-3.otf");
    font-display: swap;
  }
  @font-face {
    font-family: "Inter-Bold";
    src: url("../fonts/Inter-Bold.woff2");
    font-display: swap;
  }
  @font-face {
    font-family: "Inter-Regular";
    src: url("../fonts/Inter-Regular.woff2");
    font-display: swap;
  }
  @font-face {
    font-family: "Inter-SemiBold";
    src: url("../fonts/Inter-SemiBold.woff2");
    font-display: swap;
  }
  @font-face {
    font-family: "Inter-Medium";
    src: url("../fonts/Inter-Medium.woff2");
    font-display: swap;
  }
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  *,
  *::after,
  *::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  ul[class],
  ol[class] {
    padding: 0;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  figure,
  figcaption,
  blockquote,
  dl,
  dd {
    margin: 0;
  }
  ul[class] {
    list-style: none;
  }
  img {
    max-width: 100%;
    display: block;
  }
  input,
  button,
  textarea,
  select {
    font: inherit;
    outline: none;
  }
  a {
    text-decoration: none;
  }
  html,
  body {
    height: 100%;
    font-family: "Inter-Regular";
  }
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .main {
    word-wrap: break-word;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  /* .footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  } */
  .container {
    max-width: 1350px;
    margin: 0 auto;
  }
  .title {
    word-wrap: break-word;
  }
  .subtitle {
    word-wrap: break-word;
  }
  .btn {
    width: 210px;
    height: 60px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#fc8c5f),
      to(#fa7846)
    );
    background: -o-linear-gradient(left, #fc8c5f 0%, #fa7846 100%);
    background: linear-gradient(90deg, #fc8c5f 0%, #fa7846 100%);
    -webkit-box-shadow: 0px 18.4892px 46.223px -4.6223px rgba(250, 120, 70, 0.25),
      0px 2.77338px 0px #e87145;
    box-shadow: 0px 18.4892px 46.223px -4.6223px rgba(250, 120, 70, 0.25),
      0px 2.77338px 0px #e87145;
    border-radius: 7.3px;
    border: none;
    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;
    font-size: 16px;
    font-family: "Inter-Bold";
    line-height: 19px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .btn:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  /* .header {
    padding-top: 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding-bottom: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    top: 0;
  } */
  /* .header .container {
    position: relative;
  }
  .header__humburger {
    display: none;
  }
  .header__close {
    display: none;
  }
  .header__white {
    background: #fff;
  }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1350px;
  }
  .header__logo {
    margin-right: 54px;
  }
  .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 75px;
  }
  .header__social li a {
    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;
    background: #ad8780;
    border-radius: 40px;
    -webkit-box-shadow: 0px 2px 0px #91665e;
    box-shadow: 0px 2px 0px #91665e;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .header__social li a:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  .header__social li:not(:last-child) a {
    margin-right: 6px;
  }
  .header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
    margin-left: auto;
  }
  .header__buttons li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__buttons li a .header__btn {
    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: 40px;
  }
  .header__buttons li a span {
    margin-left: 10px;
    display: block;
    font-family: "Inter-SemiBold";
    color: #000;
  }
  .header__buttons li:not(:last-child) a {
    margin-right: 10px;
  }
  .header__buttons li:first-child a .header__btn {
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .header__buttons li:first-child a .header__btn svg path {
    fill: #fa7846;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .header__buttons li:first-child a .header__btn:hover {
    background: #fa7846;
  }
  .header__buttons li:first-child a .header__btn:hover svg path {
    fill: #fff;
  }
  .header__buttons li:nth-child(2) a .header__btn {
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fc8c5f),
        to(#fa7846)
      ),
      #c4c4c4;
    background: -o-linear-gradient(left, #fc8c5f 0%, #fa7846 100%), #c4c4c4;
    background: linear-gradient(90deg, #fc8c5f 0%, #fa7846 100%), #c4c4c4;
  }
  .header__buttons li:nth-child(2) a .header__btn::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 5px;
    right: 2px;
    background: #1e2533;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  .header__buttons li:nth-child(2) a .header__btn svg {
    fill: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .header__buttons li:nth-child(2) a .header__btn:hover {
    background: #fff;
  }
  .header__buttons li:nth-child(2) a .header__btn:hover svg path {
    fill: #fa7846;
  }
  .header__btn {
    width: 48px;
    height: 48px;
  }
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__list li {
    cursor: pointer;
  }
  .header__list li:not(:last-child) {
    margin-right: 32px;
  }
  .header__list li a {
    font-size: 16px;
    color: #1e2533;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__list li a svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .header__list li a svg path {
    fill: #000;
  }
  .header__list-item {
    font-size: 16px;
    color: #1e2533;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__list-item svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .header__list-item svg path {
    fill: #000;
  }
  .menu {
    position: absolute;
    background: #fff;
    right: -100px;
    top: 90px;
    width: 1005px;
    min-height: 622px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .menu__open {
    opacity: 1;
    z-index: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .menu__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .menu__product-tabs {
    width: 305px;
    padding-top: 40px;
    margin-right: 30px;
    border-right: 1px solid #fbf2ea;
  }
  .menu__product-content {
    padding-top: 60px;
    width: 670px;
  }
  .menu__contentItem {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding-right: 20px;
  }
  .menu__contentItem a img {
    border-radius: 8px;
  }
  .menu__product-tab {
    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;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 20px;
    color: #000;
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
  .menu__product-tab svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 10px;
    height: 18px;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .menu__product-tab svg path {
    fill: #fa7846;
  }
  .menu__product-tab:hover {
    border-color: #fa7846;
  }
  .menu__product-tab:hover svg {
    opacity: 1;
  }
  .lang {
    background: #fff;
    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-radius: 8px;
    cursor: pointer;
  }
  .lang svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .lang svg path {
    fill: #000;
  }
  .footer {
    background: #fbf2ea;
    padding: 120px 0 0 0;
  }
  .footer__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 120px;
  }
  .footer__logo {
    display: block;
    margin-bottom: 80px;
  }
  .footer__title {
    font-size: 18px;
    font-family: "Inter-SemiBold";
    font-weight: 600;
    margin-bottom: 40px;
  }
  .footer__title svg {
    display: none;
  }
  .footer__contact li:not(:last-child) {
    margin-bottom: 25px;
  }
  .footer__contact li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 17px;
    line-height: 24px;
    color: #1e2533;
    max-width: 240px;
  }
  .footer__contact li a svg {
    display: block;
    width: 24px;
    min-width: 24px;
    height: auto;
    margin-right: 10px;
  }
  .footer__mail a {
    color: #fa7846 !important;
  }
  .footer__phone a {
    font-family: "Inter-Medium" !important;
  }
  .footer__social {
    margin-top: 50px;
  }
  .footer__social span {
    font-size: 16px;
    font-family: "Inter-Medium";
    display: block;
    margin-bottom: 10px;
  }
  .footer__socialBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__socialItem {
    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;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fc8c5f),
        to(#fa7846)
      ),
      #ad8780;
    background: -o-linear-gradient(left, #fc8c5f 0%, #fa7846 100%), #ad8780;
    background: linear-gradient(90deg, #fc8c5f 0%, #fa7846 100%), #ad8780;
    -webkit-box-shadow: 0px 2.77338px 0px #e87145;
    box-shadow: 0px 2.77338px 0px #e87145;
    border-radius: 40px;
  }
  .footer__socialItem:not(:last-child) {
    margin-right: 6px;
  }
  .footer__list li {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 3px 0;
    cursor: pointer;
  }
  .footer__list li:not(:last-child) {
    margin-bottom: 21px;
  }
  .footer__list li a {
    font-size: 16px;
    color: #1e2533;
    line-height: 19px;
    opacity: 0.75;
  }
  .footer__list li:hover {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#fc8c5f),
      to(#fa7846)
    );
    background: -o-linear-gradient(left, #fc8c5f 0%, #fa7846 100%);
    background: linear-gradient(90deg, #fc8c5f 0%, #fa7846 100%);
    border-radius: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 3px 12px;
  }
  .footer__list li:hover a {
    color: #fff !important;
  }
  .rights {
    background: #1e2533;
  }
  .rights .container {
    height: 72px;
    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;
  }
  .rights__company {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.5;
  }
  .rights__payments svg {
    height: 25px;
    width: auto;
  }
  .rights__payments svg:not(:last-child) {
    margin-right: 20px;
  }
  .image-gallary {
    display: none;
    fill: #fa7846;
    min-width: 22px;
  } */
  .first {
    padding-top: 150px;
    padding-bottom: 100px;
    margin-bottom: 125px;
    background: url("../img/head-bg.svg") center center/cover no-repeat;
  }
  .first__title {
    font-family: "Trajan";
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .first__title span {
    color: #fa7846;
  }
  .first__subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #1e2533;
    font-weight: 400;
  }
  .breadcrumbs {
    margin-bottom: 67px;
  }
  .breadcrumbs__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 17px;
  }
  .breadcrumbs__link {
    font-size: 14px;
    color: #000;
    line-height: 17px;
  }
  .breadcrumbs__link_main {
    color: #fa7846;
  }
  .breadcrumbs__arrow {
    margin-left: 6px;
    margin-right: 9px;
  }
  .arts {
    padding-bottom: 180px;
  }
  .arts_more {
    padding-bottom: 77px;
  }
  .arts__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 154px 0;
    justify-items: center;
  }
  .arts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .arts__title {
    font-size: 38px;
    line-height: 56px;
    font-family: "Trajan";
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .arts__image {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .arts__image_vertical {
    width: 400px;
    height: 473px;
  }
  .arts__image_vertical::before {
    content: "";
    width: 388px;
    height: 365px;
    background: rgba(250, 120, 70, 0.29);
    -webkit-filter: blur(70px);
    filter: blur(70px);
    border-radius: 50%;
    position: absolute;
    top: 96px;
    left: -111px;
    z-index: -1;
  }
  .arts__image_vertical .arts__product-image {
    position: absolute;
    right: 64px;
    top: 4px;
    width: 287px;
    height: 403px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .arts__image_horizontal {
    width: 430px;
    height: 402px;
    margin-top: 44px;
    margin-bottom: 40px;
  }
  .arts__image_horizontal::before {
    content: "";
    width: 388px;
    height: 365px;
    background: rgba(250, 120, 70, 0.29);
    -webkit-filter: blur(70px);
    filter: blur(70px);
    border-radius: 50%;
    position: absolute;
    top: 52px;
    left: -111px;
    z-index: -1;
  }
  .arts__image_horizontal .arts__product-image {
    position: absolute;
    right: 60px;
    top: 98px;
    width: 365px;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .arts__image_clear {
    width: 498px;
    height: 423px;
    margin-top: 44px;
  }
  .arts__image_clear::before {
    content: "";
    width: 388px;
    height: 365px;
    background: rgba(250, 120, 70, 0.29);
    -webkit-filter: blur(70px);
    filter: blur(70px);
    border-radius: 50%;
    position: absolute;
    top: 52px;
    left: -111px;
  }
  .arts__image_clear .arts__bg {
    width: 321px;
    height: 401px;
    margin: 0 auto;
  }
  .arts__image_clear .arts__product-image {
    position: absolute;
    right: -40px;
    top: 24px;
    width: 498px;
    height: 423px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .arts__product-image {
    overflow: hidden;
  }
  .arts__product-image img {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  .arts__product-image:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
  .arts__more {
    margin: 0 auto;
    font-size: 16px;
    font-family: "Inter-Bold";
    width: 275px;
    height: 60px;
    border: 1px solid #fa7846;
    color: #fa7846;
    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: 8px;
    margin-top: 100px;
    background: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
  .arts__more:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  .arts__bg {
    width: 100%;
    height: 100%;
  }
  .arts__description {
    width: 430px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    margin-bottom: 24px;
    color: #363634;
  }
  .arts__price {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 19px;
    color: #000000;
  }
  .arts__price span {
    color: #fa7846;
    font-family: "Inter-Bold";
  }
  .arts__btn {
    margin: 0 auto;
    display: flex !important;
  }
  .arts__hide {
    display: none;
  }
  .banner {
    padding-bottom: 112px;
  }
  .banner__block {
    padding: 70px 65px 78px 70px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: #fbf2ea url("../img/form-bg.svg") center center/cover no-repeat;
    background-position: 10px 10px;
    background-size: 1330px 280px;
    position: relative;
  }
  .banner__block::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 18px solid #fff;
  }
  .banner__pinned-photo {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .banner__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 2;
  }
  .banner__title {
    margin-bottom: 30px;
    margin-left: 245px;
    font-size: 30px;
    line-height: 36px;
    font-family: "Trajan";
    font-weight: 400;
    color: #1e2533;
  }
  .banner__input-hide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -1000px;
  }
  .banner__input {
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    border-radius: 8px;
    border: unset;
  }
  .banner__input:placeholder {
    color: #9ca5b5;
  }
  .banner__input .iti {
    width: 100%;
  }
  .banner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner__name {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
    color: #1e2533;
  }
  .banner__input-item {
    position: relative;
    height: 60px;
    border-radius: 8px;
    background: #fff;
  }
  .banner__input-item svg {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner__upload {
    background: #fff;
    padding: 5px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    border-radius: 8px;
    border: 2px dashed #fa7846;
    cursor: pointer;
  }
  .banner__upload svg {
    min-width: 20px;
    margin-right: 11px;
  }
  .banner__upload span {
    font-size: 16px;
    line-height: 19px;
    color: #1e2533;
  }
  .banner__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner__text span {
    font-size: 16px;
    line-height: 20px;
    color: #1e2533;
  }
  .banner__text span:first-child {
    margin-bottom: 3px !important;
  }
  .banner__lbl-text {
    display: block;
    font-size: 11px !important;
    line-height: 13px !important;
    margin-bottom: 0px !important;
    color: #9ca5b5 !important;
  }
  .banner__btn {
    width: 290px;
  }
  .quiz {
    position: relative;
    padding-top: 82px;
    padding-bottom: 135px;
  }
  .quiz::before {
    content: "";
    display: block;
    position: absolute;
    background: url("../img/ex-bg.svg") center center/cover no-repeat;
    height: 637px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .quiz__title {
    font-weight: 400;
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 20px;
    font-family: "Trajan";
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .quiz__title_black {
    color: #1e2533;
    width: 900px;
    text-align: center;
    margin: 0 auto;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 40px;
    max-width: 700px;
  }
  .quiz__title_black span {
    color: #fa7846;
  }
  .quiz__subtitle {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    font-weight: 400;
    z-index: 2;
  }
  .quiz__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fbf2ea url("../img/quiz-bg.svg") center center/cover no-repeat;
    background-position: 10px 10px;
    background-size: 1330px 100%;
    padding: 80px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
  }
  .quiz__content::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 18px solid #1e2533;
  }
  .quiz__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .quiz__right {
    width: 580px;
  }
  .quiz__left {
    width: 540px;
  }
  .content-quiz {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    display: none;
    z-index: 1;
    width: 100%;
    opacity: 0;
  }
  .content-quiz__progress {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-quiz__progress-title {
    color: rgba(30, 37, 51, 0.5);
    background: #fff;
    padding: 14px 14px 14px 20px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    position: relative;
    line-height: 17px;
    height: 50px;
    width: 110px;
  }
  .content-quiz__progress-title span {
    margin: 0 4px;
  }
  .content-quiz__progress-title::before {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fbf2ea;
    border-radius: 8px;
  }
  .content-quiz__progress-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .content-quiz__progress-arrow {
    margin: 0 18px;
  }
  .content-quiz__progress-btn {
    color: #e95a10;
    background: rgba(173, 135, 128, 0.15);
    padding: 14px 14px 14px 20px;
    font-size: 16px;
    border-radius: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    text-align: center;
    width: 135px;
    height: 50px;
    margin-right: 9px;
    font-family: "Inter-Bold";
    cursor: pointer;
    border: none;
  }
  .content-quiz__progress-orange {
    color: #e95a10;
    background: rgba(173, 135, 128, 0.15);
    padding: 14px 14px 14px 20px;
    font-size: 16px;
    border-radius: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    width: 135px;
    height: 50px;
    text-align: center;
    font-family: "Inter-Bold";
    cursor: pointer;
    border: none;
  }
  .content-quiz__progress-active {
    color: #fff;
    background: #ad8780;
  }
  .content-quiz__line {
    width: 0%;
    background-color: #51b905;
    display: block;
    height: 100%;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .content-quiz__line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -o-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 0,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 0,
      transparent
    );
    background-image: linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 0,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 0,
      transparent
    );
    z-index: 1;
    background-size: 20px 20px;
    -webkit-animation: move 1.5s linear infinite;
    animation: move 1.5s linear infinite;
    border-radius: 6px;
    overflow: hidden;
  }
  .content-quiz__title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Inter-SemiBold";
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #1e2533;
  }
  .content-quiz__subtitle {
    font-size: 22px;
    line-height: 34px;
    margin-top: 10px;
  }
  .content-quiz__subtitle span {
    font-size: 20px;
    color: #e95a10;
  }
  .content-quiz__zero {
    display: block;
    z-index: 10;
    opacity: 1;
  }
  .content-quiz__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 230px 230px;
    grid-template-columns: 230px 230px;
    grid-gap: 13px 0;
    margin-top: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content-quiz__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .content-quiz__item label {
    color: rgba(30, 37, 51, 0.75);
    font-size: 16px;
    cursor: pointer;
    line-height: 24px;
  }
  .content-quiz__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .content-quiz__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 275px;
  }
  .content-quiz__skip {
    margin-left: 30px;
    font-size: 16px;
    color: #fa7846;
    font-family: "Inter-SemiBold";
    position: relative;
    opacity: 0;
    visibility: hidden;
    z-index: -2;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
  .content-quiz__skip::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fa7846;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .content-quiz__info {
    margin-left: 8px;
    display: block;
  }
  .content-quiz__info svg {
    cursor: pointer;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    fill: #fa7846;
  }
  .content-quiz__info svg:hover + .info__block {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .content-quiz .info__block {
    position: absolute;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 275px;
    left: 0;
    top: 30px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 18px 46px -4px rgba(30, 37, 51, 0.15);
    box-shadow: 0 18px 46px -4px rgba(30, 37, 51, 0.15);
    border-radius: 8px;
    position: absolute;
    background-color: #fff;
    font-size: 14px;
    line-height: 22px;
    z-index: 3;
  }
  .quiz-right {
    position: relative;
  }
  .quiz-right__mobile-text {
    display: none;
  }
  .quiz-right__badge {
    width: 213px;
    height: 213px;
    background: url("../img/icons/badge.png") center center/cover no-repeat;
    position: absolute;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 78px;
    left: 20px;
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
    text-align: center;
    z-index: 2;
  }
  .quiz-right__badge span {
    display: contents;
    color: #fa7846;
    font-family: "Inter-SemiBold";
  }
  .quiz-right__question {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quiz-right__send {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quiz-right__send svg path {
    fill: #fa7846;
  }
  .quiz-right__arrow {
    position: absolute;
    left: -120px;
    top: -50px;
  }
  .quiz-right__gift {
    margin-bottom: 10px;
  }
  .quiz-right__images {
    width: 581px;
    height: 371px;
  }
  .quiz-right__images picture {
    width: 100%;
    height: 100%;
  }
  .quiz-right__images picture img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    display: none;
  }
  .quiz-right__images picture:first-child img {
    display: block;
  }
  .quiz-right__finish {
    position: absolute;
    bottom: -80px;
    right: -40px;
    width: 676px !important;
    height: 588px !important;
    z-index: 0;
  }
  .quiz-right__features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 11px;
    margin-top: 20px;
  }
  .quiz-right__item {
    position: relative;
    background: #fff;
    border-radius: 8px;
    height: 120px;
    width: 100%;
  }
  .quiz-right__item::after {
    content: "";
    position: absolute;
    width: 176px;
    height: 110px;
    top: 5px;
    left: 5px;
    border: 1px solid #fbf2ea;
    border-radius: 8px;
  }
  .quiz-right__itemTitle {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 15px;
    color: #1e2533;
  }
  .quiz-right__itemTitle span {
    font-family: "Inter-SemiBold";
  }
  .quiz-right__itemImage {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .quiz-right__itemImage img {
    width: 124px;
    height: 100%;
  }
  .quiz-modal {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .quiz-modal__active {
    visibility: visible;
    opacity: 1;
    z-index: 4;
  }
  .quiz-modal__block {
    width: 478px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 5;
  }
  .quiz-modal__title {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
  }
  .quiz-modal__btn {
    background-color: #7cd1f9;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0 auto;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
  }
  .quiz-modal__error {
    margin: 20px auto;
  }
  .quiz-modal__error svg {
    fill: #f27474;
  }
  .form-send {
    opacity: 0;
    width: 580px;
    display: none;
  }
  .form-send__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 30px;
  }
  .form-send__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-send__bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 30px;
    margin-top: 35px;
  }
  .form-send__gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .form-send__gift svg {
    margin-right: 10px;
  }
  .form-send__gift span {
    font-size: 16px;
    font-family: "Inter-SemiBold";
  }
  .form-send__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 370px;
    margin-top: 40px;
  }
  .form-send__policy svg {
    margin-right: 8px;
    fill: #fa7846;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
  }
  .form-send__policy p {
    font-size: 13px;
    line-height: 19px;
    color: #1e2533;
  }
  .form-send__policy p a {
    color: #fa7846;
  }
  .form-send__arrow {
    position: absolute;
    left: 160px;
    top: 70px;
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
    width: 115px;
    height: auto;
  }
  .form-send__input-hide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -1000px;
  }
  .form-send__input {
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    border-radius: 8px;
    border: unset;
  }
  .form-send__input:placeholder {
    color: #9ca5b5;
  }
  .form-send__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
  }
  .form-send__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-send__name {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 17px;
    color: #1e2533;
  }
  .form-send__input-item {
    position: relative;
    height: 60px;
    background: #fff;
    border-radius: 8px;
  }
  .form-send__input-item svg {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .form-send__input-item .iti {
    width: 100%;
  }
  .form-send__dest label {
    width: 133px;
    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;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
  }
  .form-send__dest label svg {
    margin-right: 10px;
  }
  .form-send__dest label svg path {
    fill: #fff;
  }
  .form-send__dest label::before {
    display: none;
  }
  .form-send__dest_mail {
    margin-right: 10px;
  }
  .form-send__dest_mail label {
    background: #de3733;
  }
  .form-send__dest_whatsapp label {
    background: #1cc33d;
  }
  .form-send__upload {
    background: #fff;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    border-radius: 8px;
    border: 2px dashed #fa7846;
    cursor: pointer;
  }
  .form-send__upload svg {
    margin-right: 11px;
  }
  .form-send__upload span {
    font-size: 16px;
    line-height: 19px;
    color: #1e2533;
  }
  .form-send__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-send__text span {
    font-size: 16px;
    line-height: 20px;
    color: #1e2533;
  }
  .form-send__text span:first-child {
    margin-bottom: 3px !important;
  }
  .form-send__lbl-text {
    display: block;
    font-size: 11px !important;
    line-height: 13px !important;
    margin-bottom: 0px !important;
    color: #9ca5b5 !important;
  }
  .form-send__btn {
    width: 270px;
  }
  .quiz-thanks {
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
    height: calc(100% - 20px);
    background: #fbf2ea;
    opacity: 0;
    z-index: -10;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .quiz-thanks__show {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
  .quiz-thanks__block {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .quiz-thanks__title {
    font-family: "Trajan";
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 10px;
    text-align: center;
  }
  .quiz-thanks__text {
    text-align: center;
    font-size: 18px;
    max-width: 410px;
    margin-bottom: 20px;
    line-height: 160%;
  }
  .quiz-thanks__descr {
    width: 100%;
    max-width: 240px;
    font-size: 14px;
    text-align: center;
    line-height: 140%;
    margin: 0 auto;
  }
  .quiz-thanks__image {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .quiz-thanks__btn {
    margin: 0 auto;
    margin-top: 10px;
    width: 260px;
    background: #1cc33d;
    -webkit-box-shadow: rgba(28, 195, 61, 0.25) 0px 18.4892px 46.223px -4.6223px,
      #1a9e34 0px 2.77338px 0px;
    box-shadow: rgba(28, 195, 61, 0.25) 0px 18.4892px 46.223px -4.6223px,
      #1a9e34 0px 2.77338px 0px;
  }
  .quiz-thanks__btn svg {
    width: 20px;
    height: auto;
    fill: #fff;
    margin-right: 10px;
  }
  .quiz-thanks__btn svg path {
    fill: #fff;
  }
  .dest-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .dest-radio:checked + label {
    background: #fa7846;
  }
  .custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .custom-radio + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .custom-radio + label::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 4px solid #fff;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background: #fff;
    margin-right: 8px;
  }
  .custom-radio:checked + label {
    font-family: "Inter-SemiBold";
  }
  .custom-radio:checked + label::before {
    width: 22px;
    height: 22px;
    background: #fc8c5f;
  }
  .check {
    border: 2px solid #51b905;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px 2px;
  }
  .blockShow {
    opacity: 1;
    z-index: 20;
  }
  .blockHide {
    opacity: 0;
    z-index: -10;
  }
  .dFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dBlock {
    display: block;
  }
  .dNone {
    display: none;
  }
  .skipActive {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
  .dNoneHigh {
    display: none !important;
  }
  @media (max-width: 1580px) {
    /* .menu {
      right: 0;
    } */
  }
  @media (max-width: 1360px) {
    .container {
      width: 700px;
      max-width: 700px;
    }
    /* .header {
      position: absolute;
      z-index: 10;
    }
    .header .container {
      padding-top: 0;
      position: static;
      width: 100%;
      max-width: 100%;
      padding: 0 20px;
    }
    .header__humburger {
      width: 40px;
      height: 40px;
      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 #fbf2ea;
      background: #fff;
      position: relative;
      z-index: 11;
    }
    .header__humburger svg {
      min-width: 19px;
      max-width: 19px;
      height: 11px;
    }
    .header__close {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: none;
      -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 #fbf2ea;
      background: #fff;
      position: relative;
      z-index: 11;
    }
    .header__close svg {
      min-width: 15px;
      max-width: 15px;
      height: 15px;
    }
    .header__btn {
      width: 40px;
      height: 40px;
    }
    .header__btn svg {
      width: 20px;
      height: auto;
    }
    .header__social {
      display: none;
    }
    .header__list {
      position: absolute;
      width: 100%;
      background: #fff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      left: -100%;
      top: 0;
      padding-top: 110px !important;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      z-index: -10 !important;
      height: 100vh;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
    }
    .header__list_open {
      opacity: 1;
      z-index: 10;
      left: 0;
    }
    .header__list li {
      width: 100%;
      padding: 0 20px;
    }
    .header__list li:not(:last-child) {
      margin-right: 0;
    }
    .header__list li:first-child {
      border-top: 1px solid #fbf2ea;
      padding-top: 10px;
    }
    .header__list li a svg {
      width: 36px;
      height: auto;
      margin-top: -20px;
    }
    .header__logo {
      position: relative;
      z-index: 11;
    }
    .header__buttons {
      position: relative;
      z-index: 11;
      margin-right: 10px;
    }
    .header__btn {
      border: 1px solid #fbf2ea;
    }
    .header__buttons li a span {
      display: none;
    }
    .header__list-item {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .header__list-item svg {
      width: 36px;
      height: auto;
      margin-top: -20px;
    }
    .header__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .header__link span {
      font-size: 18px;
      padding-bottom: 10px;
      line-height: 24px;
      margin-bottom: 10px;
      border-bottom: 1px solid #fbf2ea;
    }
    .menu {
      position: static;
      width: 100%;
      opacity: 1;
      z-index: 2;
      min-height: unset;
      display: none;
      -webkit-transition: unset;
      -o-transition: unset;
      transition: unset;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      top: unset;
      right: unset;
    }
    .menu__block {
      border-bottom: unset;
    }
    .menu__product-content {
      display: none;
    }
    .menu__product-tabs {
      padding-top: 10px;
      margin-right: 0;
      padding-bottom: 0px;
      border-right: unset;
    }
    .menu__product-tab {
      margin-top: 0;
      padding-bottom: 5px;
      margin-bottom: 15px;
    }
    .menu__product-tab span {
      font-size: 18px;
      line-height: 24px;
    }
    .menu__product-tab svg {
      display: none;
    }
    .ins {
      color: #fa7846;
    }
    .ins svg path {
      fill: #fa7846;
    }
    .lang {
      position: absolute;
      bottom: 0;
      display: none;
    } */
    .arts__block {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-gap: 80px;
    }
    .banner__form {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-gap: 25px;
      width: 500px;
      max-width: 500px;
      margin: 0 auto;
    }
    .banner__btn {
      margin: 0 auto;
    }
    .banner__pinned-photo {
      top: -120px;
      left: -60px;
      bottom: unset;
    }
    .banner__block {
      background: #fbf2ea;
      padding: 60px 40px 60px 40px;
    }
    .banner__input-item .iti {
      width: 100%;
    }
    .content-quiz__progress {
      margin-bottom: 220px;
    }
    .content-quiz__progress-title {
      display: none;
    }
    .content-quiz__navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .content-quiz__next {
      margin: 0 auto;
    }
    .content-quiz__progress-arrow {
      display: none;
    }
    .content-quiz__block {
      margin-top: 12px;
    }
    .quiz__content {
      padding: 70px 40px 40px 40px;
      background: #fbf2ea;
    }
    .quiz__title {
      font-size: 30px;
      line-height: 140%;
      width: 100%;
    }
    .quiz__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
    }
    .quiz__left {
      margin: 0 auto;
    }
    .quiz-right {
      position: static;
      width: 540px;
      margin: 0 auto;
      margin-top: 30px;
    }
    .quiz-right__mobile-text {
      display: block;
      margin-bottom: 10px;
      font-size: 14px;
      text-align: center;
    }
    .quiz-right__arrow {
      display: none;
    }
    .quiz-right__images {
      width: 540px;
      height: 215px;
      position: absolute;
      top: 70px;
    }
    .quiz-right__images img {
      -o-object-fit: cover;
      object-fit: cover;
    }
    .quiz-right__badge {
      display: none !important;
    }
    .quiz-right__features {
      width: 350px;
      margin: 0 auto;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
    .quiz-right__item {
      max-width: 168px;
    }
    .quiz-right__item:last-child {
      margin: 0 auto;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 3;
      grid-column-end: 4;
    }
    .quiz-right__finish {
      right: -80px;
      top: 365px;
      width: 360px !important;
      height: 313px !important;
    }
    .form-send {
      margin-top: -280px;
    }
    .form-send__arrow {
      display: none;
    }
    /* .footer__block {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      grid-gap: 90px 20px;
    } */
  }
  @media (max-width: 767px) {
    .container {
      width: 100%;
      max-width: 100%;
      padding: 0 20px;
    }
    .btn {
      width: 100%;
    }
    /* .header__logo {
      width: 130px;
    }
    .header__logo svg {
      width: 100%;
    }
    .header__buttons {
      margin-right: 7px;
    }
    .header__buttons li:not(:last-child) a {
      margin-right: 7px;
    }
    .menu__product-tabs {
      width: 100%;
    } */
    .breadcrumbs {
      margin-bottom: 30px;
    }
    .breadcrumbs__link {
      font-size: 10px;
      line-height: 13px;
    }
    .first {
      padding-bottom: 50px;
      margin-bottom: 0;
      padding-top: 100px;
      background: url("../img/head-bg-mobile.svg") center center/cover no-repeat;
    }
    .first__title {
      font-size: 36px;
      line-height: 43px;
      margin-bottom: 23px;
    }
    .first__subtitle {
      font-size: 16px;
      margin-bottom: 20px;
    }
    .arts {
      padding-bottom: 58px;
    }
    .arts__title {
      font-size: 24px;
      line-height: 56px;
      margin-bottom: 0;
    }
    .arts__image_vertical {
      width: 282px;
      height: 335px;
    }
    .arts__image_vertical .arts__product-image {
      width: 200px;
      right: 47px;
      height: 285px;
      top: 3px;
    }
    .arts__image_horizontal {
      width: 282px;
      height: auto;
    }
    .arts__image_horizontal .arts__product-image {
      width: 238px;
      right: 40px;
      height: 169px;
      top: 65px;
    }
    .arts__image_clear {
      width: 234px;
      height: 288px;
    }
    .arts__image_clear .arts__bg {
      width: 100%;
      height: 100%;
    }
    .arts__image_clear .arts__product-image {
      width: 120%;
      height: auto;
      top: 40px;
    }
    .arts__more {
      width: 209px;
      height: 46px;
      font-size: 12px;
      margin-top: 57px;
    }
    .arts__description {
      width: 295px;
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 15px;
    }
    .arts__price {
      font-size: 12px;
      margin-bottom: 30px;
    }
    .arts__price span {
      font-size: 18px;
      line-height: 21px;
    }
    .arts__btn {
      width: 181px;
      height: 50px;
      font-size: 15px;
    }
    .banner {
      padding-bottom: 80px;
    }
    .banner__pinned-photo {
      display: none;
    }
    .banner__block {
      padding: 38px 20px 28px 20px;
      background: #fbf2ea;
      background-size: 97% 97%;
    }
    .banner__block::after {
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 9px solid #fff;
    }
    .banner__title {
      margin: 0 auto;
      font-size: 24px;
      text-align: center;
      line-height: 28px;
      margin-bottom: 27px;
    }
    .banner__form {
      width: 100%;
      grid-gap: 20px;
      max-width: 100%;
    }
    .banner__input-item {
      height: 52px;
    }
    .banner__input {
      height: 52px;
    }
    .banner__upload {
      min-height: 52px;
    }
    .banner__btn {
      height: 52px;
      font-size: 15px;
    }
    .banner__item {
      width: 100%;
    }
    .quiz {
      padding-top: 41px;
      padding-bottom: 40px;
      position: relative;
    }
    .quiz__content {
      padding: 36px 20px 28px 20px;
    }
    .quiz__content::after {
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 10px solid #1e2533;
    }
    .quiz__title {
      font-size: 31px;
      line-height: 37px;
      margin-bottom: 0;
    }
    .quiz__title_black {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 25px;
    }
    .quiz__subtitle {
      font-size: 19px;
      opacity: 0.75;
      margin-bottom: 30px;
    }
    .quiz__left {
      width: 100%;
    }
    .content-quiz__progress-btn,
    .content-quiz__progress-orange {
      height: 42px;
      font-size: 15px;
      line-height: 15px;
    }
    .content-quiz__progress {
      margin-bottom: 212px;
    }
    .content-quiz__progress-block {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .content-quiz__block {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
    .content-quiz__navigation {
      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: 20px;
    }
    .content-quiz__next {
      font-size: 15px;
      margin-bottom: 20px;
      height: 52px;
    }
    .content-quiz__title {
      font-size: 16px;
      line-height: 24px;
      color: #1e2533;
    }
    .content-quiz__skip {
      margin-left: 0;
      font-size: 15px;
      margin-bottom: 20px;
    }
    .custom-radio + label {
      font-size: 15px;
      line-height: 22px;
    }
    .quiz-right {
      width: 100%;
      margin-top: 0;
    }
    .quiz-right__images {
      width: 100%;
      height: 185px;
      top: 57px;
    }
    .quiz-right__features {
      width: 100%;
      grid-gap: 8px;
    }
    .quiz-right__item {
      height: 90px;
      max-width: 140px;
    }
    .quiz-right__item:nth-child(odd) {
      margin-left: auto;
    }
    .quiz-right__item::after {
      width: 93%;
      height: 90%;
    }
    .quiz-right__finish {
      display: none !important;
      width: 100% !important;
      height: auto !important;
    }
    .quiz-right__itemImage img {
      width: 90px;
      height: auto;
    }
    .quiz-right__itemTitle {
      font-size: 10px;
    }
    .form-send {
      width: 100%;
    }
    .form-send__top {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
    .form-send__bottom {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
    .form-send__item {
      width: 100%;
    }
    .form-send__btn {
      width: 100%;
      height: 52px;
      font-size: 15px;
    }
    .form-send__row {
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .form-send__policy {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .quiz-thanks__block {
      width: 100%;
      padding: 0 10px;
    }
    .quiz-thanks__title {
      font-size: 24px;
    }
    .quiz-thanks__text {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px;
      max-width: 100%;
    }
    .quiz-thanks__descr {
      font-size: 13px;
    }
    .quiz-thanks__btn {
      height: 52px;
      max-width: unset;
      width: 100%;
    }
    /* .footer {
      padding-top: 50px;
      position: relative;
    }
    .footer__block {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-gap: 0;
      margin-bottom: 50px;
    }
    .footer__list {
      display: none;
    }
    .footer__logo {
      margin-bottom: 35px;
      width: 130px;
    }
    .footer__logo svg {
      width: 100%;
      height: auto;
    }
    .footer__contact {
      margin-bottom: 30px;
    }
    .footer__contact li a {
      font-size: 15px;
    }
    .footer__phone:not(:last-child) {
      margin-bottom: 20px;
    }
    .footer__item:nth-child(2) {
      border-top: 1px solid #fff;
    }
    .footer__social {
      position: absolute;
      right: 20px;
      top: 55px;
      margin-top: 0;
    }
    .footer__social span {
      display: none;
    }
    .footer__title {
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #fff;
      padding: 20px 10px;
      margin-bottom: 0;
    }
    .footer__title svg {
      display: block;
      margin-right: 20px;
      width: 14px;
      height: 14px;
      fill: #fa7846;
    }
    .footer__list {
      padding-left: 20px !important;
      margin-top: 10px;
      margin-bottom: 20px;
    }
    .footer__list li:not(:last-child) {
      margin-bottom: 18px;
    }
    .footer__list li a {
      font-size: 14px;
      opacity: 1;
    }
    .rights .container {
      height: auto;
      padding: 26px 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .rights__company {
      font-size: 14px;
      text-align: center;
      margin-bottom: 22px;
    } */
  }
  @media (max-width: 359px) {
    .arts__description {
      width: 100%;
    }
    .form-send__dest label {
      width: 114px;
    }
  }
  