.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

*,
*:before,
*:after {
  box-sizing: inherit; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 10px;
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  min-width: 320px;
  color: #333333; }
  body.overflow {
    overflow: hidden; }

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1322px;
  padding: 0 1.5rem;
  margin: 0 auto; }

.scroll-wrap::-webkit-scrollbar {
  width: 3px;
  background-color: #ccc; }

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px; }

.mob-hidden {
  display: none; }
  @media (min-width: 1024px) {
    .mob-hidden {
      display: block; } }

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none; } }

.main-title {
  font-size: 3rem; }

.section-title {
  font-size: 2rem; }

.base-text {
  font-size: 1.6rem; }

.typography h1 {
  font-size: 3rem;
  margin-bottom: 3rem; }

.typography h2 {
  font-size: 2rem;
  margin-bottom: 2rem; }

.typography p {
  font-size: 1.6rem;
  margin-bottom: 3rem; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-family: "Inter", sans-serif;
  padding: 1rem 1.5rem; }
  input[type='text']::placeholder,
  input[type='tel']::placeholder,
  input[type='email']::placeholder,
  input[type='search']::placeholder,
  input[type='password']::placeholder,
  input[type='number']::placeholder,
  textarea::placeholder {
    transition: all 0.3s ease; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='number']:focus,
  textarea:focus {
    border-color: #000000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #000000; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #000000; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='number']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #000000; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #000000; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='number'].placeholder,
  textarea.placeholder {
    color: #000000; }

textarea {
  resize: vertical;
  vertical-align: top;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  appearance: none; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  font-family: "Inter", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer; }

select {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none; }

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none; }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none; }

input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder {
  color: transparent !important; }

input:focus::-ms-input-placeholder {
  color: transparent !important; }

input:focus::placeholder {
  color: transparent !important; }

textarea:focus::-webkit-textarea-placeholder {
  color: transparent !important; }

textarea:focus::-moz-placeholder {
  color: transparent !important; }

textarea:focus::-moz-placeholder {
  color: transparent !important; }

textarea:focus::-ms-textarea-placeholder {
  color: transparent !important; }

textarea:focus::placeholder {
  color: transparent !important; }

.m-0 {
  margin: 0 !important; }

.m-auto {
  margin: auto !important; }

.mt-05 {
  margin-top: 5px !important; }

.mt-1 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-2 {
  margin-top: 20px !important; }

.mt-3 {
  margin-top: 30px !important; }

.mt-4 {
  margin-top: 40px !important; }

.mt-5 {
  margin-top: 50px !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-05 {
  margin-right: 5px !important; }

.mr-1 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-2 {
  margin-right: 20px !important; }

.mr-3 {
  margin-right: 30px !important; }

.mr-4 {
  margin-right: 40px !important; }

.mr-5 {
  margin-right: 50px !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-05 {
  margin-bottom: 5px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.mb-4 {
  margin-bottom: 40px !important; }

.mb-5 {
  margin-bottom: 50px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-05 {
  margin-left: 5px !important; }

.ml-1 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-2 {
  margin-left: 20px !important; }

.ml-3 {
  margin-left: 30px !important; }

.ml-4 {
  margin-left: 40px !important; }

.ml-5 {
  margin-left: 50px !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 768px) {
  .mb-md-2 {
    margin-bottom: 20px !important; } }

@media (min-width: 1024px) {
  .mb-lg-3 {
    margin-bottom: 30px !important; } }

.p-0 {
  padding: 0 !important; }

.pt-05 {
  padding-top: 5px !important; }

.pt-1 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-2 {
  padding-top: 20px !important; }

.pt-3 {
  padding-top: 30px !important; }

.pt-4 {
  padding-top: 40px !important; }

.pt-5 {
  padding-top: 50px !important; }

.pr-05 {
  padding-right: 5px !important; }

.pr-1 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-2 {
  padding-right: 20px !important; }

.pr-3 {
  padding-right: 30px !important; }

.pr-4 {
  padding-right: 40px !important; }

.pr-5 {
  padding-right: 50px !important; }

.pb-05 {
  padding-bottom: 5px !important; }

.pb-1 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-2 {
  padding-bottom: 20px !important; }

.pb-3 {
  padding-bottom: 30px !important; }

.pb-4 {
  padding-bottom: 40px !important; }

.pb-5 {
  padding-bottom: 50px !important; }

.pl-05 {
  padding-left: 5px !important; }

.pl-1 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-2 {
  padding-left: 20px !important; }

.pl-3 {
  padding-left: 30px !important; }

.pl-4 {
  padding-left: 40px !important; }

.pl-5 {
  padding-left: 50px !important; }

.row {
  display: flex;
  flex-wrap: wrap; }

.col {
  width: 100%; }
  .col.col-12 {
    width: 100%; }
  .col.col-6 {
    width: 50%; }
  .col.col-4 {
    width: calc(100% / 3); }
  .col.col-3 {
    width: 25%; }
  .col.col-2 {
    width: calc(100% / 6); }
  .col.col-1 {
    width: calc(100% / 12); }
  @media (min-width: 768px) {
    .col.col-tb-12 {
      width: 100%; }
    .col.col-tb-6 {
      width: 50%; }
    .col.col-tb-4 {
      width: calc(100% / 3); }
    .col.col-tb-3 {
      width: 25%; }
    .col.col-tb-2 {
      width: calc(100% / 6); }
    .col.col-tb-1 {
      width: calc(100% / 12); } }
  @media (min-width: 1024px) {
    .col.col-lg-12 {
      width: 100%; }
    .col.col-lg-6 {
      width: 50%; }
    .col.col-lg-4 {
      width: calc(100% / 3); }
    .col.col-lg-3 {
      width: 25%; }
    .col.col-lg-2 {
      width: calc(100% / 6); }
    .col.col-lg-1 {
      width: calc(100% / 12); } }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-close {
  font-size: 2.4rem;
  width: 1em; }

.header__top {
  padding: 1.5rem 0;
  background-color: #fff; }
  @media (min-width: 1024px) {
    .header__top {
      padding: 1.9rem 0; } }
  .header__top .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.header__logo {
  width: 16rem; }
  @media (min-width: 1024px) {
    .header__logo {
      width: 32rem; } }
  .header__logo img {
    width: 100%;
    display: block; }

.header__middle {
  padding: 1.2rem 0;
  background-color: #e31e24; }
  @media (min-width: 1024px) {
    .header__middle {
      padding: 1.4rem 0; } }
  .header__middle .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem; }
    @media (min-width: 1024px) {
      .header__middle .container {
        justify-content: flex-end;
        gap: 10rem; } }

.header__promo-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .header__promo-text {
      font-size: 2.2rem; } }

.header__cart {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border-radius: 4px;
  border: none;
  height: 52px;
  background-color: #fff;
  color: #333333;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 6px; }
  @media (min-width: 1024px) {
    .header__cart {
      padding: 5px 13px;
      font-size: 16px;
      gap: 12px; } }
  .header__cart-icon {
    width: 2.7rem;
    flex: none; }
    .header__cart-icon img {
      width: 100%;
      display: block; }

.header__bottom-spacer {
  display: none; }
  @media (min-width: 768px) {
    .header__bottom-spacer {
      display: block;
      height: 0;
      overflow: hidden; } }

@media (min-width: 768px) {
  .header--bottom-fixed .header__bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  .header--bottom-fixed .header__bottom-spacer {
    height: var(--header-bottom-height, 0px); } }

.header__bottom {
  background-color: #333;
  display: none; }
  @media (min-width: 768px) {
    .header__bottom {
      display: block; } }
  .header__bottom .container {
    display: flex;
    align-items: center;
    gap: 3.5rem; }
  .header__bottom .catalog-btn {
    flex: none; }

.nav {
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 83px 16px 16px 16px;
  background-color: #cccccc;
  z-index: 5;
  transition: all 0.3s ease;
  transform: translateX(110%);
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media (min-width: 768px) {
    .nav {
      position: static;
      background-color: #ffffff;
      transform: translateX(0);
      padding: 0;
      margin: 0;
      width: auto;
      gap: 1.6rem; } }
  .nav.active {
    transform: translateX(0); }
  @media (min-width: 768px) {
    .nav__list {
      display: flex;
      align-items: center;
      gap: 3.2rem; } }
  .nav__link {
    font-size: 16px;
    color: #333; }
  .nav__email {
    display: flex;
    align-items: center;
    gap: 1rem; }
  .nav__email-text {
    color: #153475;
    font-size: 2rem;
    font-weight: 500;
    text-decoration: underline; }

.logo {
  position: relative;
  z-index: 6; }
  .logo a {
    width: 150px;
    height: 20px;
    background-color: #ffc117; }

.burger {
  width: 3rem;
  height: 3rem;
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .burger {
      display: none; } }
  .burger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg); }
  .burger.active span:nth-child(2) {
    opacity: 0; }
  .burger.active span:nth-child(3) {
    bottom: 5px;
    transform: rotate(-45deg); }
  .burger span {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #000000;
    transition: all 0.3s ease; }
    .burger span:nth-child(1) {
      margin-bottom: 4px; }
    .burger span:nth-child(3) {
      margin-top: 4px; }

.footer {
  background-color: #f3f7fa;
  color: #333;
  padding: 3rem 0;
  overflow: hidden; }
  .footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .footer__top {
        align-items: center; } }
  .footer__logo {
    width: 13rem;
    order: 1; }
    @media (min-width: 1024px) {
      .footer__logo {
        width: 28rem; } }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer__contact {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #333;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.21;
    order: 2; }
    @media (min-width: 768px) {
      .footer__contact {
        order: 3; } }
    .footer__contact:hover, .footer__contact:focus-visible {
      text-decoration: underline; }
  .footer__nav {
    border-top: 1px solid #c5c8cc;
    border-bottom: 1px solid #c5c8cc;
    padding: 2rem 0;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.8rem;
    order: 3;
    width: 100%; }
    @media (min-width: 768px) {
      .footer__nav {
        order: 2;
        width: auto;
        padding: 0;
        margin: 0 3rem 0 auto;
        border: none; } }
    @media (min-width: 1024px) {
      .footer__nav {
        margin: 0 6rem 0 auto; } }
  .footer__nav-link {
    color: #333;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.2; }
    .footer__nav-link:hover, .footer__nav-link:focus-visible {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .footer__bottom {
      padding-top: 3rem;
      margin-top: 7.5rem;
      position: relative; }
      .footer__bottom:before {
        position: absolute;
        content: "";
        top: 0;
        left: -50vw;
        width: 200vw;
        border-top: 1px solid #c5c8cc; } }
  @media (min-width: 1024px) {
    .footer__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row-reverse; } }
  .footer__pay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.4rem; }
    @media (min-width: 1024px) {
      .footer__pay {
        gap: 3.6rem; } }
    .footer__pay img {
      display: block;
      width: auto; }
  .footer__rights {
    font-size: 1.4rem;
    color: #8c8d8e;
    text-align: center;
    width: 100%;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #c5c8cc; }
    @media (min-width: 1024px) {
      .footer__rights {
        padding: 0;
        margin: 0;
        width: auto;
        border: none; } }

.product-section {
  padding: 2rem 0 0; }
  @media (min-width: 1024px) {
    .product-section {
      padding: 3rem 0 3.5rem; } }

.product__title {
  margin-bottom: 2rem; }
  .product__title > * {
    color: #333;
    font-size: 2rem;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .product__title > * {
        font-size: 3rem; } }

.product__row {
  display: flex;
  flex-wrap: wrap;
  margin: -0.8rem; }

.product__col {
  width: 100%;
  min-width: 0;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }
  @media (min-width: 1024px) {
    .product__col {
      width: 33.33%; } }

.product-slider {
  margin: 0 -15px; }
  @media (min-width: 1024px) {
    .product-slider {
      margin: 0; } }
  .product-slider__wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 4px; }
  .product-slider__btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 40px;
    background-color: rgba(62, 63, 68, 0.24); }
    .product-slider__btn--prev {
      border-radius: 0 6px 6px 0;
      left: 0; }
    .product-slider__btn--next {
      border-radius: 6px 0 0 6px;
      right: 0; }
  .product-slider .swiper-slide img {
    width: 100%;
    display: block; }

.product-cards__title {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e2e6e9; }
  .product-cards__title > * {
    font-size: 16px;
    color: #333;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .product-cards__title > * {
        font-size: 18px; } }

.product-cards__body {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; }

.product-cards__item {
  width: calc(20% - 0.8rem);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #f4eff5;
  cursor: pointer;
  transition: all 0.3s ease; }
  .product-cards__item img {
    display: block;
    width: 100%; }
  .product-cards__item span {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .product-cards__item:hover {
    border-color: #153475; }
  .product-cards__item--active {
    border-color: #153475; }
    .product-cards__item--active:after {
      position: absolute;
      content: "";
      top: 5px;
      right: 5px;
      z-index: 2;
      width: 15px;
      height: 15px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6651 4.98074e-05C11.9 0.0151385 15.3151 3.45033 15.2949 7.68019C15.2748 11.9 11.8447 15.31 7.62989 15.3C3.395 15.2799 -0.0150388 11.8497 4.98803e-05 7.61481C0.0151386 3.40003 3.45033 -0.0150389 7.6651 4.98074e-05ZM6.49321 8.44971C6.08582 8.02723 5.6734 7.57457 5.24085 7.14706C4.84352 6.74972 4.29027 6.74972 3.91808 7.12694C3.55595 7.4941 3.57607 8.05741 3.9734 8.44971C4.60713 9.08344 5.24588 9.71213 5.88464 10.3408C6.31215 10.7583 6.84025 10.7633 7.26274 10.3358C8.62072 8.96776 9.97367 7.59972 11.3216 6.22665C11.724 5.81925 11.7441 5.27103 11.3769 4.9089C10.9997 4.53169 10.4464 4.5518 10.034 4.9592C9.72219 5.266 9.42545 5.58286 9.11362 5.88464C8.25859 6.72457 7.40356 7.56451 6.49321 8.44971Z' fill='white'/%3E%3C/svg%3E%0A"); }
    .product-cards__item--active:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      background: linear-gradient(to top, #fff, rgba(21, 52, 117, 0.24)); }
  .product-cards__item--hidden {
    display: none; }

.product-cards__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #153475;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin: 16px auto 8px;
  position: relative; }
  @media (min-width: 768px) {
    .product-cards__more {
      font-size: 16px; } }

.product-price {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(86, 87, 96, 0.06); }
  .product-price__head {
    height: 54px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #153475;
    border-radius: 4px 4px 0 0; }
  .product-price__body {
    padding: 0;
    background-color: #ffffff; }
  .product-price__table-wrap {
    width: 100%;
    overflow-x: auto; }
  .product-price__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 1.5rem;
    border: 1px solid #e2e6e9; }
    .product-price__table thead {
      background-color: #e2e6e9; }
    .product-price__table th {
      padding: 1.8rem 1rem; }
    .product-price__table td {
      padding: 1rem 1.6rem;
      border-bottom: 1px solid #e2e6e9;
      border-right: 1px solid #e2e6e9;
      white-space: nowrap; }
      .product-price__table td:last-child {
        border-right: none; }
    .product-price__table th {
      font-weight: 400;
      color: #333;
      text-align: center; }
    .product-price__table td {
      color: #333;
      text-align: center; }
  .product-price__row--hidden {
    display: none; }
  .product-price__more {
    width: 100%;
    padding: 1.6rem;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #153475;
    cursor: pointer;
    border-radius: 0 0 4px 4px;
    border: 1px solid #e2e6e9;
    border-top: none;
    position: relative; }
    .product-price__more:before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: -75px;
      width: 100%;
      height: 75px;
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%); }
  .product-price__more-icon {
    font-size: 1.4rem;
    transform-origin: center;
    transition: all 0.3s ease; }
  .product-price__more-text {
    white-space: nowrap; }
  .product-price.is-open .product-price__more-icon {
    transform: rotate(180deg); }
  .product-price.is-open .product-price__more:before {
    display: none; }
  @media (max-width: 767px) {
    .product-price__table th,
    .product-price__table td {
      padding: 1rem 1.2rem; } }

.order-info {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #f3f7fa;
  box-shadow: 0 4px 15px 0 rgba(86, 87, 96, 0.06); }
  .order-info__wrap {
    padding: 2rem; }
  .order-info__title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #e2e6e9; }
  .order-info__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.8rem; }
  .order-info__item {
    display: flex;
    align-items: baseline;
    gap: 0.5rem; }
  .order-info__num {
    font-weight: 700;
    font-size: 1.4rem;
    color: #153475; }
  .order-info__text {
    font-size: 1.4rem;
    line-height: 1.35;
    color: #555758; }

.order-descr {
  width: 100%; }
  @media (min-width: 1024px) {
    .order-descr {
      background-color: #ffffff;
      border-radius: 4px;
      border: 1px solid #f3f7fa;
      box-shadow: 0 4px 15px 0 rgba(86, 87, 96, 0.06); } }
  @media (min-width: 1024px) {
    .order-descr__wrap {
      padding: 2rem; } }
  .order-descr__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px; }
    .order-descr__head h3 {
      color: #333;
      font-size: 22px;
      font-weight: 600; }
    .order-descr__head p {
      color: #8c8d8e;
      font-size: 14px;
      font-weight: 400;
      line-height: 121%; }
      .order-descr__head p span {
        color: #333;
        font-weight: 700; }
  .order-descr__products {
    position: relative;
    padding: 0 20px;
    margin: 0 -20px 20px; }
    .order-descr__products:before, .order-descr__products:after {
      position: absolute;
      content: "";
      z-index: 1;
      left: 0;
      right: 0;
      width: 100%;
      height: 35px;
      opacity: 0.05;
      user-select: none;
      pointer-events: none; }
    .order-descr__products:before {
      top: 0;
      background: linear-gradient(0deg, rgba(51, 51, 51, 0) 0%, #333 100%); }
    .order-descr__products:after {
      bottom: 0;
      background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333 100%); }
  .order-descr__scroll {
    height: 37rem;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    margin: 0 -20px; }
    .order-descr__scroll::-webkit-scrollbar {
      width: 4px;
      height: 100%; }
    .order-descr__scroll::-webkit-scrollbar-track {
      background: #f3f7fa;
      border-radius: 4px; }
    .order-descr__scroll::-webkit-scrollbar-thumb {
      background: #c5c8cc;
      border-radius: 4px;
      transition: 0.3s; }
  .order-descr__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    margin: 14px 0;
    border-top: 1px solid #e2e6e9;
    border-bottom: 1px solid #e2e6e9; }
  .order-descr__options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px; }
  .order-descr__delivery {
    background-color: #f3f7fa;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem; }
  .order-descr__delivery-top {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.4rem; }
  .order-descr__delivery-icon {
    width: 2.3rem; }
    @media (min-width: 1024px) {
      .order-descr__delivery-icon {
        width: 3.8rem; } }
    .order-descr__delivery-icon img {
      width: 100%;
      display: block; }
  .order-descr__delivery-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333; }
    @media (min-width: 1024px) {
      .order-descr__delivery-title {
        font-size: 15px; } }
  .order-descr__title {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #e2e6e9;
    padding-bottom: 1.2rem; }
  .order-descr__title-icon {
    width: 18px; }
    .order-descr__title-icon img {
      display: block;
      width: 100%; }
  .order-descr__row {
    display: flex;
    justify-content: space-between;
    gap: 1.6rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(21, 52, 117, 0.15); }
  .order-descr__row-left {
    flex: 1 1 auto;
    min-width: 0; }
  .order-descr__row-right {
    flex: 0 0 auto;
    text-align: right; }
  .order-descr__label {
    font-size: 1.4rem;
    color: #8c8d8e;
    margin-bottom: 0.4rem; }
  .order-descr__value {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    line-height: 1.25; }
    .order-descr__value--descr {
      font-weight: 400; }
  .order-descr__total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    padding-top: 1.2rem;
    margin-bottom: 1.8rem; }
  .order-descr__total-label {
    font-size: 1.4rem;
    color: #8c8d8e; }
  .order-descr__total-value {
    font-size: 2.2rem;
    font-weight: 600;
    color: #153475;
    line-height: 125%; }
  .order-descr__footer {
    display: flex;
    flex-direction: column;
    gap: 1rem; }

.services {
  width: 100%;
  min-width: 0; }
  @media (min-width: 1024px) {
    .services {
      background-color: #ffffff;
      border-radius: 4px;
      border: 1px solid #f3f7fa;
      box-shadow: 0 4px 15px 0 rgba(86, 87, 96, 0.06); } }
  @media (min-width: 1024px) {
    .services__wrap {
      padding: 2rem; } }
  .services__title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #e2e6e9; }
  .services__divider {
    height: 1px;
    background-color: rgba(21, 52, 117, 0.15);
    margin: 1.2rem 0 1.6rem; }
  .services__options {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #e2e6e9; }
  .services__option {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    cursor: pointer;
    font-size: 1.5rem;
    color: #555758;
    position: relative; }
  .services__radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .services__radio-ui {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #c5c8cc;
    position: relative;
    flex: none; }
  .services__radio:checked + .services__radio-ui {
    border-color: #153475; }
  .services__radio:checked + .services__radio-ui::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #153475;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .services__radio:checked + .services__radio-ui + span {
    font-weight: 600;
    color: #153475; }
  .services__comment {
    margin-bottom: 1.2rem; }
  .services__label {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem; }
  .services__textarea {
    width: 100%;
    height: 80px;
    resize: none;
    border: none;
    border-radius: 4px;
    background-color: #f3f7fa;
    padding: 1rem;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.4;
    outline: none;
    box-shadow: 0 0 8px 0 #f0f2f6 inset; }
    .services__textarea::placeholder {
      color: #8c8d8e; }
  .services__upload {
    padding-bottom: 1.8rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #e2e6e9; }
  .services__upload-wrap {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 12px; }
  .services__attach {
    display: flex;
    align-items: center;
    flex: none;
    gap: 0.5rem;
    color: #153475;
    text-decoration: underline;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer; }
  .services__attach-icon {
    width: 16px; }
    .services__attach-icon svg,
    .services__attach-icon img {
      width: 100%;
      display: block; }
  .services__hint {
    font-size: 1.4rem;
    color: #8c8d8e;
    line-height: 121%; }
  .services__files {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 1.4rem; }
  .services__file {
    display: flex;
    align-items: center;
    gap: 0.6rem; }
  .services__file-name {
    color: #555758; }
  .services__file-status {
    color: #009846;
    font-weight: 600; }
  .services__footer {
    display: flex;
    align-items: center;
    gap: 1rem; }

.prod {
  width: 100%;
  min-height: 250px; }
  .prod__wrap {
    overflow: none;
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px; }
    .prod__wrap::-webkit-scrollbar {
      width: 0;
      height: 0; }
  .prod__table {
    min-width: 378px; }
  .prod__row {
    display: flex;
    align-items: center;
    padding: 1.3rem 0;
    border-bottom: 1px solid #e2e6e9; }
    .prod__row--head {
      padding-top: 0;
      padding-bottom: 1rem;
      font-size: 1.4rem;
      font-weight: 400;
      color: #8c8d8e;
      line-height: 1.2; }
  .prod__cell {
    text-align: center;
    margin-right: 7px;
    font-size: 1.4rem;
    color: #333; }
    .prod__cell--thumb {
      width: 43px;
      margin: 0; }
      .prod__cell--thumb img {
        width: 32px;
        height: 32px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 2px;
        flex: none; }
    .prod__cell--qty {
      width: 90px;
      flex: none; }
    .prod__cell--color {
      width: 63px; }
    .prod__cell--action {
      width: 18px;
      margin: 0 0 0 auto; }
  .prod__qty {
    min-width: 90px;
    height: 32px;
    border-radius: 1px;
    border: 1px solid #e2e6e9;
    background-color: #f3f7fa;
    display: grid;
    grid-template-columns: 24px 1fr 24px;
    align-items: center; }
  .prod__qty-btn {
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
  .prod__qty-input {
    width: 100%;
    border: none;
    background: transparent;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 1;
    border: none !important;
    padding: 0 !important; }
  .prod__text {
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .prod__remove {
    width: 1.8rem;
    height: 1.8rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto; }
  .prod__total {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    padding-top: 1.6rem; }
  .prod__total-label {
    font-size: 1.5rem;
    color: #8c8d8e; }
  .prod__total-value {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333; }

.price-mob {
  margin-top: 24px; }

.text-section {
  padding: 3rem 0 5rem; }
  @media (min-width: 1024px) {
    .text-section {
      padding: 4rem 0 7rem; } }
  .text-section__row {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #c5c8cc;
    border-bottom: 1px solid #c5c8cc;
    padding: 2.4rem 0;
    margin-bottom: 2.4rem; }
    @media (min-width: 768px) {
      .text-section__row {
        flex-direction: row;
        gap: 3rem;
        padding: 4.5rem 0;
        margin-bottom: 4.5rem; } }
    @media (min-width: 1200px) {
      .text-section__row {
        gap: 136px; } }
  .text-section__col {
    width: 100%; }
    .text-section__col:first-child {
      padding-bottom: 2.4rem;
      margin-bottom: 2.4rem;
      border-bottom: 1px solid #c5c8cc; }
      @media (min-width: 768px) {
        .text-section__col:first-child {
          padding: 0;
          margin: 0;
          border: none; } }
      @media (min-width: 1200px) {
        .text-section__col:first-child {
          width: 642px;
          flex: none; } }
  .text-section__title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333; }
    @media (min-width: 768px) {
      .text-section__title {
        font-size: 2.2rem;
        margin-bottom: 1.6rem; } }
  .text-section__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .text-section__content {
        gap: 1.6rem;
        margin-bottom: 1.6rem; } }
    .text-section__content > * {
      font-size: 1.4rem;
      line-height: 1.2;
      color: #555758; }
      @media (min-width: 768px) {
        .text-section__content > * {
          font-size: 1.5rem;
          line-height: normal; } }
  .text-section__more {
    display: inline-block;
    font-size: 1.4rem;
    text-decoration: underline;
    color: #1a4fb3; }
    @media (min-width: 768px) {
      .text-section__more {
        font-size: 1.5rem; } }
  .text-section .is-hidden {
    display: none; }
  .text-section__list {
    margin: 0;
    color: #555758;
    font-size: 1.4rem;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    @media (min-width: 768px) {
      .text-section__list {
        font-size: 1.5rem; } }
    .text-section__list li {
      position: relative;
      padding-left: 1.6rem; }
      .text-section__list li:before {
        content: "";
        position: absolute;
        top: 7px;
        left: 0;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background-color: #153475; }
        @media (min-width: 768px) {
          .text-section__list li:before {
            top: 8px; } }
  .text-section__help {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .text-section__help-title {
    color: #e31e24;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .text-section__help-title {
        font-size: 2.2rem; } }
  .text-section__help-text {
    font-size: 1.5rem;
    color: #555758;
    max-width: 53rem;
    width: 100%;
    margin: 0 auto 2rem;
    text-align: center; }
  .text-section__help-email {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.9rem;
    text-decoration: underline;
    color: #153475;
    font-weight: 500;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .text-section__help-email {
        font-size: 2.4rem;
        gap: 1rem; } }

.checkout-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px; }
  .checkout-head .order-descr__delivery {
    margin: 0; }

.checkout-cards {
  background-color: #fff;
  border: 1px solid #e2e6e9;
  border-radius: 4px;
  box-shadow: 0 4px 15px 0 rgba(86, 87, 96, 0.06); }
  .checkout-cards__head {
    padding: 12px 12px 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .checkout-cards__info {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .checkout-cards__info h3 {
      color: #333;
      font-size: 16px;
      font-weight: 600; }
    .checkout-cards__info p {
      color: #8c8d8e;
      font-size: 14px;
      font-weight: 400;
      line-height: 121%; }
      .checkout-cards__info p span {
        color: #333;
        font-weight: 700; }
  .checkout-cards__icon {
    margin-top: 10px; }
  .checkout-cards__body {
    display: none; }
    .checkout-cards__body.active {
      display: block;
      padding: 0 12px; }
  .checkout-cards__more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #153475;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    padding: 17px 0; }

@media (min-width: 1024px) {
  .checkout {
    margin-top: 3rem;
    margin-bottom: 8rem; } }

.checkout__wrap {
  display: flex;
  flex-wrap: wrap; }

.checkout__body {
  width: 100%; }
  @media (min-width: 1024px) {
    .checkout__body {
      width: calc(100% - 420px);
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .checkout__body {
      padding-right: 140px; } }

.checkout__sidebar {
  width: 100%; }
  @media (min-width: 1024px) {
    .checkout__sidebar {
      width: 420px;
      flex: none; } }
  @media (max-width: 1023px) {
    .checkout__sidebar .order-descr {
      box-shadow: none;
      background-color: transparent;
      border: none;
      margin-top: 14px;
      border-top: 1px solid #e2e6e9; } }
  @media (max-width: 1023px) {
    .checkout__sidebar .order-descr__wrap {
      padding: 20px 0 50px; } }

.placing {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e6e9; }
  @media (min-width: 1024px) {
    .placing {
      padding-bottom: 32px;
      margin-bottom: 32px; } }
  .placing:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .placing__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .placing__head {
        margin-bottom: 24px; } }
  .placing__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333;
    line-height: 1; }
    @media (min-width: 1024px) {
      .placing__title {
        font-size: 22px; } }
    .placing__title span {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #e31e24;
      flex: none;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 1024px) {
        .placing__title span {
          font-size: 16px;
          width: 28px;
          height: 28px; } }
  .placing__text {
    color: #555758;
    font-size: 12px;
    line-height: 116%;
    text-align: right; }
    @media (min-width: 1024px) {
      .placing__text {
        font-size: 14px; } }
    .placing__text span {
      color: #e31e24; }

.radio-item {
  position: relative;
  margin-bottom: 6px; }
  @media (min-width: 1024px) {
    .radio-item {
      margin-bottom: 10px; } }
  .radio-item__input {
    display: none; }
  .radio-item__label {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: #f3f7fa;
    border: 1px solid #f3f7fa;
    padding: 15px 12px; }
    @media (min-width: 1024px) {
      .radio-item__label {
        padding: 17px; } }
    @media (min-width: 1024px) {
      .radio-item__label--delivery {
        padding: 20px 17px; } }
  .radio-item__circle {
    width: 18px;
    height: 18px;
    flex: none;
    border-radius: 50%;
    border: 1px solid #c5c8cc;
    background-color: #fff;
    position: relative; }
    .radio-item__circle:after {
      position: absolute;
      content: "";
      transition: all 0.3s ease;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background-color: #153475;
      width: 12px;
      height: 12px;
      opacity: 0; }
  .radio-item__body {
    width: 100%; }
  .radio-item__img {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 22px;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .radio-item__img {
        margin-bottom: 12px; } }
    .radio-item__img img {
      height: 100%;
      display: block; }
  .radio-item__title {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 115%; }
    @media (min-width: 1024px) {
      .radio-item__title {
        margin-bottom: 10px;
        font-size: 17px; } }
    .radio-item__title span {
      font-weight: 400;
      color: #8c8d8e; }
  .radio-item__text {
    color: #555758;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .radio-item__text {
        font-size: 15px;
        line-height: 1; } }
  .radio-item__desription {
    color: #8c8d8e;
    font-size: 12px;
    line-height: 115%; }
  .radio-item__row .radio-item__title {
    margin: 0; }
  .radio-item__hide {
    display: none;
    padding-top: 16px;
    margin-left: -28px; }
    @media (min-width: 1024px) {
      .radio-item__hide {
        margin: 0; } }
    .radio-item__hide .radio-item__desription {
      font-size: 14px;
      color: #555758; }
      @media (min-width: 1024px) {
        .radio-item__hide .radio-item__desription {
          font-size: 15px; } }
  .radio-item input:checked + label {
    border: 1px solid #153475; }
    .radio-item input:checked + label .radio-item__circle:after {
      opacity: 1; }
    .radio-item input:checked + label .radio-item__hide {
      display: flex;
      flex-direction: column;
      gap: 16px; }

.form__select-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.form__row {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  @media (min-width: 1024px) {
    .form__row {
      gap: 24px;
      flex-direction: row;
      flex-wrap: wrap; } }

.form__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%; }
  @media (min-width: 1024px) {
    .form__col {
      gap: 24px;
      width: calc(50% - 12px); } }
  @media (min-width: 1024px) {
    .form__col--last {
      position: relative;
      z-index: 1;
      margin-top: -72px; } }

.form__line {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .form__line--contact {
    gap: 10px; }
    .form__line--contact .services__option {
      width: 35%;
      white-space: nowrap; }

.form__field {
  position: relative; }

.form__title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 133%; }
  @media (min-width: 1024px) {
    .form__title {
      font-size: 15px;
      margin-bottom: -8px; } }

.form__input {
  color: #333;
  font-size: 14px;
  line-height: 121%;
  padding: 15px 35px 15px 12px;
  width: 100%;
  height: 48px;
  border-radius: 4px !important;
  border: none !important;
  background-color: #f3f7fa; }
  .form__input::placeholder {
    color: #8c8d8e !important; }

.form__star {
  color: #e31e24;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }

.form__select {
  color: #8c8d8e;
  font-size: 14px;
  line-height: 121%;
  padding: 15px 35px 15px 15px;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #e2e6e9;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L6.00026 6L11.0003 1' stroke='%23153475' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.form__textarea {
  color: #333;
  font-size: 14px;
  line-height: 121%;
  padding: 15px 35px 15px 15px;
  width: 100%;
  height: 80px;
  border-radius: 4px;
  border: 1px solid #e2e6e9;
  background-color: #fff;
  resize: none; }
  .form__textarea::placeholder {
    color: #8c8d8e; }
  .form__textarea:focus {
    border: 1px solid #e2e6e9; }

.product-card__wrap {
  position: relative;
  border-top: 1px solid #e2e6e9;
  padding: 16px 0; }

.product-card__remove {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  margin-left: auto;
  flex: none; }

.product-card__top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px; }
  @media (min-width: 1024px) {
    .product-card__top {
      margin-bottom: 18px; } }

.product-card__img {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f3f7fa; }
  @media (min-width: 1024px) {
    .product-card__img {
      width: 90px;
      height: 90px; } }
  .product-card__img img {
    width: 100%;
    display: block; }

.product-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 64px; }
  @media (min-width: 1024px) {
    .product-card__info {
      min-height: 90px; } }

.product-card__title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2; }
  @media (min-width: 1024px) {
    .product-card__title {
      font-size: 17px; } }

.product-card__color {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 12px;
  line-height: 1.2;
  color: #8c8d8e; }
  @media (min-width: 1024px) {
    .product-card__color {
      font-size: 14px;
      display: flex;
      flex-direction: column; } }
  .product-card__color strong {
    color: #333;
    font-weight: 700; }

.product-card__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px; }

.product-card__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; }
  @media (min-width: 1024px) {
    .product-card__item {
      gap: 15px; } }
  .product-card__item:first-child {
    width: 90px; }

.product-card__label {
  color: #8c8d8e;
  font-size: 12px;
  line-height: 1.2; }
  @media (min-width: 1024px) {
    .product-card__label {
      font-size: 14px; } }

.product-card__value {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 1; }
  @media (min-width: 1024px) {
    .product-card__value {
      font-size: 15px; } }

.product-card__counter {
  min-width: 90px;
  height: 32px;
  border-radius: 1px;
  border: 1px solid #e2e6e9;
  background-color: #f3f7fa;
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  margin-top: -3px; }
  @media (min-width: 1024px) {
    .product-card__counter {
      margin-top: -6px; } }

.product-card__counter-btn {
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.product-card__counter-input {
  width: 100%;
  border: none;
  background: transparent;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 1;
  border: none !important;
  padding: 0 !important; }

.svg-sprite {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute; }

.btn {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 135%; }
  .btn.primary {
    background-color: #e31e24; }
  .btn.secondary {
    border: 1px solid #c5c8cc;
    color: #333; }

.catalog-btn {
  height: 7rem;
  width: 31rem;
  padding: 17px 20px 15px 20px;
  background-color: #464646;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .catalog-btn__icon {
    display: flex;
    align-items: center; }

.search-form {
  width: 100%; }
  .search-form__field {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 1px;
    border-radius: 4px; }
  .search-form__input {
    width: 100%;
    border: none !important;
    outline: none;
    font-size: 1.5rem;
    padding: 0 1.5rem;
    color: #333; }
    .search-form__input::placeholder {
      color: #8c8d8e !important; }
  .search-form__btn {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #153475;
    cursor: pointer;
    margin-left: auto; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0.8rem 0; }
  @media (min-width: 1024px) {
    .breadcrumbs {
      padding: 1.2rem 0; } }
  .breadcrumbs a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #8c8d8e;
    font-size: 14px;
    font-weight: 400;
    line-height: 121%; }
    .breadcrumbs a:hover {
      color: #333; }
  .breadcrumbs span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 121%; }

.bar {
  padding-top: 25px;
  position: relative; }
  .bar__start {
    display: flex;
    flex-direction: column;
    gap: 7px;
    position: absolute;
    bottom: 0;
    left: 0; }
    .bar__start-text {
      color: #153475;
      font-size: 14px;
      font-weight: 700;
      line-height: 121%;
      text-align: right; }
    .bar__start-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #153475;
      border: 4px solid #f3f7fa;
      box-sizing: content-box;
      position: absolute;
      bottom: -5px;
      right: 0;
      z-index: 1; }
    .bar__start-line {
      width: 100%;
      height: 6px;
      border-radius: 44px;
      background-color: #153475; }
  .bar__end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    position: absolute;
    bottom: -5px;
    right: 0; }
    .bar__end-text {
      color: #8c8d8e;
      font-size: 14px;
      line-height: 121%;
      padding-right: 4px; }
    .bar__end-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #c5c8cc;
      border: 4px solid #f3f7fa;
      box-sizing: content-box; }
  .bar__line {
    width: 100%;
    height: 6px;
    border-radius: 44px;
    background-color: #c5c8cc; }

/*# sourceMappingURL=styles.min.css.map */
