@font-face {
  font-family: "Halvar Breitschrift";
  src: local("Halvar Breitschrift Rg"), local("Halvar-Breitschrift-Rg"), url("../fonts/HalvarBreit-Rg.woff2") format("woff2"), url("../fonts/HalvarBreit-Rg.woff") format("woff"), url("../fonts/HalvarBreit-Rg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Halvar Breitschrift";
  src: local("Halvar Breitschrift Bd"), local("Halvar-Breitschrift-Bd"), url("../fonts/HalvarBreit-Bd.woff2") format("woff2"), url("../fonts/HalvarBreit-Bd.woff") format("woff"), url("../fonts/HalvarBreit-Bd.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Halvar Breitschrift";
  src: local("Halvar Breitschrift Blk"), local("Halvar-Breitschrift-Blk"), url("../fonts/HalvarBreit-Blk.woff2") format("woff2"), url("../fonts/HalvarBreit-Blk.woff") format("woff"), url("../fonts/HalvarBreit-Blk.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "InterFace";
  src: local("InterFace Regular"), local("InterFace-Regular"), url("../fonts/InterFace-Regular.woff2") format("woff2"), url("../fonts/InterFace-Regular.woff") format("woff"), url("../fonts/InterFace-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "InterFace";
  src: local("InterFace Bold"), local("InterFace-Bold"), url("../fonts/InterFace-Bold.woff2") format("woff2"), url("../fonts/InterFace-Bold.woff") format("woff"), url("../fonts/InterFace-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?52706914");
  src: url("../fonts/fontello.eot?52706914#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?52706914") format("woff2"), url("../fonts/fontello.woff?52706914") format("woff"), url("../fonts/fontello.ttf?52706914") format("truetype"), url("../fonts/fontello.svg?52706914#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
}

.icon-call:before {
  content: "\e800";
}

.icon-check:before {
  content: "\e802";
}

.icon-location:before {
  content: "\e804";
}

.icon-time:before {
  content: "\e806";
}

:root {
  --swiper-theme-color: #161616;
  --swiper-navigation-size: 25px;
  --accent-color: #C28B57;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 20px;
}

body {
  font-size: 20px;
  font-family: "InterFace";
  font-weight: 400;
  line-height: normal;
  color: #50533f;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 60px;
  line-height: auto;
  font-weight: 700;
}

h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 48px;
}

h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

button, .button {
  background: #c28b57;
  color: #FFF;
  cursor: pointer;
  transition: 300ms;
  border-radius: 30px;
  padding: 15px 30px;
  font: inherit;
  font-family: "Halvar Breitschrift";
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  border: none;
}
button--bordered, .button--bordered {
  background: transparent;
  border: 2px solid #c28b57;
  color: #c28b57;
}
button--bordered:hover, .button--bordered:hover {
  background: #50533f;
  border-color: transparent;
  color: #fff;
}
button:active, .button:active {
  background-color: #50533f;
}
button:hover, .button:hover {
  background-color: #50533f;
}

input {
  font: inherit;
  font-size: 18px;
  font-weight: 400;
  color: #50533f;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  border-radius: 5px;
  padding: 18px 16px;
  flex-grow: 1;
  outline: none;
}
input:placeholder {
  opacity: 1;
}
input.error {
  border: 1px solid #F2022D;
}

section {
  margin-bottom: 100px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-grid {
  display: grid;
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin-inline: auto;
}

.subtitle {
  font-size: 20px;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.body--scrollock {
  overflow: hidden;
}

.section-title {
  font-family: "Halvar Breitschrift";
  font-size: 50px;
  text-align: center;
  font-weight: 800;
  position: relative;
  margin-bottom: 65px;
}
.section-title span {
  color: #c28b57;
}
.section-title:after {
  content: "";
  height: 5px;
  width: 40px;
  background: #c28b57;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.section-subtitle {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

.container-header {
  max-width: 1900px;
  padding: 0 40px;
}

.main-header {
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header {
  align-items: center;
  padding: 10px 0;
}

.header__logo {
  margin-right: 30px;
}
.header__logo img {
  max-width: 220px;
}

.header__nav-links {
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.header__contacts {
  margin-left: auto;
  gap: 40px;
  align-items: center;
}

.header__phone {
  font-family: "Halvar Breitschrift";
  font-weight: 700;
  font-size: 18px;
  color: #50533f;
}

.breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.breadcrumb span {
    margin-inline: 12px;
}

.breadcrumb__item a {
    
}

.breadcrumb__item--active {
    color: var(--accent-color);
}

.product-wrapper {
    gap: 15px;
    margin-bottom: 30px;
    
}

.product__image img {
    max-width: 100%;
    max-height: 350px;
}

.product__title {
    font-size: 35px;
    margin-bottom: 15px;
}

.product__cart {
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.product__price {
    font-weight: 700;
    color: rgba(46, 60, 83, .6);
}

.product__cost {
    font-size: 30px;
    color: #50533f;
}

.product__data {
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.count__input {
    padding: 5px 10px;
    background-color: #efefef;
    max-width: 70px;
    border-radius: 7px;
}

.product__cart button {
    background-color: #02bc7d;
    border: 2px solid transparent;
}

.product__cart button:hover {
    background-color: transparent;
    border: 2px solid #02bc7d;
    color: #02bc7d;
}

.product__badge {
    gap: 7px;
    align-items: center;
}

.product__badge svg {
    max-width: 100%;
    height: 30px;
}

.product__icons {
    display: flex;
    gap: 30px;
    margin-bottom: 35px;
}

.product__icon {
    flex: 1;
    align-items: center;
    border-radius: 10px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    padding: 10px 20px;
    gap: 15px;
    flex-wrap: nowrap;
    
}

.product__icon-info {
    font-size: 18px;
}

.product__icon svg {
    max-width: 100%;
    max-height: 45px;
    fill: var(--accent-color);
}

.product__text p:not(:last-child) {
    margin-bottom: 10px;
}

.intro {
  padding-top: 105px;
  overflow: hidden;
}

.intro__title {
  font-family: "Halvar Breitschrift";
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 40px;
  max-width: 650px;
}
.intro__title span {
  color: #c28b57;
}

.intro__subtitle {
  margin-bottom: 60px;
  font-size: 24px;
  max-width: 540px;
}
.intro__subtitle span {
  font-weight: 700;
}

.intro__buttons {
  gap: 25px;
}
.intro__buttons button, .intro__buttons .button{
  font-size: 18px;
  display: flex;
  align-items: center;
}

.intro__benefits {
  gap: 20px;
  margin-bottom: 60px;
}

.intro__benefits-item {
  gap: 20px;
}
.intro__benefits-item .icon-check {
  font-size: 20px;
}

.into__benefits-title {
  font-size: 20px;
  max-width: 150px;
  line-height: 100%;
}

.intro__image {
  position: absolute;
  top: 30px;
  left: calc(50% - 600px + 680px);
  z-index: -1;
}
.intro__image:before {
  content: "";
  background: #f9f3ee;
  position: absolute;
  top: -250px;
  height: 700px;
  width: 700px;
  border-radius: 100%;
  z-index: -2;
}

.header__whatsapp img {
  max-height: 40px;
}

.header__toggle {
  width: 28px;
  height: 20px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}

.header__toggle-bar {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  height: 3px;
  background-color: #50533f;
}
.header__toggle-bar:first-child {
  top: 0;
}
.header__toggle-bar:nth-child(2) {
  top: 8px;
}
.header__toggle-bar:nth-child(3) {
  top: 16px;
}

.header__toggle--active .header__toggle-bar:nth-child(1) {
  opacity: 0;
}
.header__toggle--active .header__toggle-bar:nth-child(2) {
  transform: rotate(45deg);
}
.header__toggle--active .header__toggle-bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

.header__nav-info {
  display: none;
}

.header__whatsapp {
  display: none;
}

.index__tabs {
  display: flex;
  flex-direction: column;
}

.tabs__nav-items {
  order: -1;
  display: grid;
  grid-template-columns: repeat(5, auto);
  margin-bottom: 30px;
}

.tab__nav-item {
  border: 1px solid #c28b57;
  cursor: pointer;
  font-family: "Halvar Breitschrift";
  font-weight: 700;
  color: #c28b57;
  padding: 14px;
  text-align: center;
  transition: 300ms;
}
.tab__nav-item:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.tab__nav-item:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.tab__nav-item:not(:first-child) {
  border-left: none;
}
.tab__nav-item--active, .tab__nav-item:hover {
  background: #c28b57;
  color: #fff;
}

.index__tabs-content, .category__tabs-content {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 30px;
}

.order-info {
    text-align: center;
    padding: 40px 0;
}

.index__tabs-content:not(.active-tab-content) {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: .3s;
}

.index__tabs-card {
  transition: 300ms;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.index__tabs-card--visible {
  display: block;
  visibility: visible;
  opacity: 1;
}

.tabs-card__image {
  margin-bottom: 15px;
  height: 195px;
  width: 100%;
}
.tabs-card__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.tabs-card__title {
  font-family: "Halvar Breitschrift";
  font-weight: 700;
  margin-bottom: 15px;
}

.tabs-card__description {
  margin-bottom: 15px;
}

.tabs-card__price {
  font-size: 20px;
  margin-bottom: 30px;
}
.tabs-card__price span {
  color: #8d8d8d;
}

.tabs-card__buttons {
  gap: 5px;
}

.tabs-card__quanity {
  position: relative;
}

.tabs-card__quanity-control {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
}
.tabs-card__quanity-control svg {
  width: 22px;
  stroke: #2e2e2e;
  fill: none;
  stroke-width: 1px;
}

.tabs-card__quanity--minus {
  left: 10px;
}
.tabs-card__quanity--plus {
  right: 10px;
}

.tabs-card__quanity-input {
  text-align: center;
  border-radius: 20px;
  min-width: 120px;
  padding: 7px 15px;
  font-size: 18px;
}

.tabs-card__cart-button {
  padding: 10px 22px;
}

.request {
  background: #f9f3ee;
  padding: 60px 0 180px;
  overflow: hidden;
}

.request-wrapper {
  justify-content: space-between;
  gap: 50px;
  position: relative;
}


.request__title {
  text-align: left;
  max-width: 520px;
}
.request__title span {
  color: #c28b57;
}
.request__title:after {
  left: 0;
  transform: none;
}

.request__subtitle {
  font-size: 20px;
  max-width: 420px;
}

.request__form {
  max-width: 500px;
}
.request__form label {
  cursor: pointer;
}
.request__form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.request__form-input {
  width: 100%;
}

.request__form-select {
  font: inherit;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: 16px 18px;
  color: #50533f;
}

.request__form-policy {
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.request__form-policy input {
  opacity: 0;
  position: absolute;
  z-index: 5;
}
.request__form-policy input:checked ~ .form__policy-checkbox:after {
  opacity: 1;
  visibility: visible;
}

.form__policy-checkbox {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: 2px solid #c28b57;
  position: relative;
}
.form__policy-checkbox:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-color: #c28b57;
  border-style: solid;
  transform: rotate(45deg);
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
}

.request__form-button {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
}

.request__form-image {
  position: absolute;
  bottom: -330px;
}

.benefits-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 30px;
}

.benefit__item {
  text-align: center;
}

.benefit__title {
  font-size: 30px;
  font-family: "Halvar Breitschrift";
  font-weight: 800;
  margin-bottom: 20px;
}

.benefit__text {
  font-size: 20px;
}
.benefit__text span {
  font-weight: 700;
}

.slider {
  overflow: hidden;
  margin-bottom: 150px;
}

.main__slider {
  overflow: visible;
}

.main__slider-item {
  height: 600px;
  max-height: 600px;
}
.main__slider-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.slider__main-control {
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

.section-subtitle {
  font-size: 20px;
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}
.section-subtitle span {
  font-weight: 700;
}

.terms-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

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

.term__icon {
  max-width: 100%;
  height: 80px;
  opacity: 0.5;
  margin-bottom: 20px;
}

.term__title {
  font-family: "Halvar Breitschrift";
  font-weight: 800;
  font-size: 30px;
  max-width: 250px;
  margin-bottom: 20px;
}

.term__text {
  font-size: 20px;
  max-width: 360px;
}

.promo {
  display: flex;
}

.promo__image {
  flex: 1 1 50%;
  max-width: 50%;
  height: 100%;
}

.promo__content {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 100px 20px 80px 100px;
  background: #f9f3ee;
}

.promo__title {
  text-align: left;
  max-width: 360px;
}
.promo__title::after {
  left: 0;
  transform: none;
}

.promo__text {
  max-width: 400px;
  margin-bottom: 65px;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 50px;
  border-bottom: 1px solid #f9f3ee;
  padding-bottom: 30px;
}

.footer__logo img {
  height: 60px;
  max-width: 100%;
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__title {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}
.footer__title img {
  height: 25px;
}

.footer__mark {
  font-size: 14px;
  align-items: center;
}
.footer__mark a {
  max-width: 70px;
}

.footer__city, .footer__menu-title {
  font-family: "Halvar Breitschrift";
  font-weight: 800;
  font-size: 20px;
}

.footer__menu-title {
  margin-bottom: 25px;
}

.footer__contacts-item {
  display: flex;
  gap: 10px;
}

.footer__contacts-icon {
  font-size: 20px;
  display: inline-flex;
}

.footer__bottom {
  padding: 15px 0;
  gap: 15px;
  opacity: 0.5;
}

.callback-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  z-index: 100;
  transition: 300ms;
  visibility: hidden;
  opacity: 0;
}

.callback-modal--visible {
  visibility: visible;
  opacity: 1;
}

.callback__wrapper {
  background-color: #FFF;
  padding: 50px;
  position: relative;
}

.callback__title {
  font-family: "Halvar Breitschrift";
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.callback__subtitle {
  margin-bottom: 15px;
  text-align: center;
}
.callback__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.callback__close {
  position: absolute;
  height: 40px;
  width: 40px;
  top: -50px;
  right: -50px;
  cursor: pointer;
}

.callback__button {
  font-size: 18px;
}

.callback__close svg{
  max-height: 40px;
}

.sticky-cart {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #ededed;
    border-radius: 10px;
    padding: 15px;
    color: #111;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 200;
}

.sticky-cart.full {
    opacity: 1;
    visibility: visible;
}

.sticky-cart:hover {    
}
.sticky-cart svg {
    width: 35px;
    height: 35px;
    fill: #fff;
    transition: .3s;
    
}

.sticky-cart svg:hover {
    fill:#111
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination {
    list-style: none;
    display:flex;
    gap: 10px;
    margin-top: 75px!important;
    margin-inline: auto;
}

.page-item {
    border-radius: 100%;
    background-color: #c28b57;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



.page-item a {
    color: #FFF;
    font-weight: 600;
}
.page-item.active {
    background-color: #6f4218;
}
.page-item a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}


.product-cart {
    background: #f0f0f0;
    padding: 30px;
    border-radius: 15px;
}

.cart__item-wrapper {
    gap: 10px;
}

.cart__item-name {
    align-items: center;
    gap: 15px;
}

.cart__item-img img {
}

.cart__item-counter {
    width: fit-content!important;
    max-width: 15%;
}

.cart__item-counter button {
    border-radius: 7px;
    background-color: #FFF;
    color: #111;
    padding: 0;
    width: 35px;
    height: 35px;
}

.cart__item-counter button:hover {
    background-color: #E1E1E1;
}

.cart__item-count {
    justify-content: center;
    align-items: center;
}

.cart__item-count input {
    width: auto;
    max-width: 3em;
    padding: 0;
}

.cart__item-price {
    text-align: center;
}

.product-cart table {
    margin-inline: auto;
    margin-bottom: 15px;
    width: 100%;
}

.cart__clean button {
    background-color: #FFF;
    color: #111;
}

.cart__item-remove button {
    background-color: #FFF;
    color: #c1121f;
    padding: 0;
    border-radius: 7px;
    width: 35px;
    height: 35px;
    margin-inline: auto;
    display: block;
}

.cart__item-remove form {
    /* margin-inline: auto; */
}

.cart-order {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    background: #f0f0f0;
    padding: 30px;
    border-radius: 15px;
}

.cart-order input:not([type=radio]) {
    width: 100%;
    border-radius: 7px;
    
}


.cart-order textarea {
    min-height: 70px;
    min-width: fit-content;
    width: 100%;
    padding: 18px 16px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 400;
    color: #50533f;
    border: 1px solid #e3e3e3;
}

.order-heading {
    text-align: center;
    margin-bottom: 15px;
}

.order-col {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.order__data {
    gap: 5px;
}

.input-sm {
    flex: 1;
    width: fit-content;!important
}

.order__cost {
    font-size: 20px;
    margin-bottom: 10px;
}

.cart__item-price {
    display: none;
}



@media screen and (max-width: 1024px) {
  .header__contacts {
    display: none;
  }
  .header__toggle {
    display: block;
    margin-left: auto;
  }
  .header__nav-info {
    display: block;
    text-align: center;
  }
  .header__nav-info span {
    font-family: "Halvar Breitschrift";
    font-weight: 700;
  }
  .header__nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 30px 20px 30px;
    opacity: 0;
    transition: 300ms;
    visibility: hidden;
    z-index: 100;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .header__nav:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background: black;
    visibility: hidden;
    opacity: 0;
  }
  .header__nav--visible {
    opacity: 1;
    visibility: visible;
  }
  .header__nav--visible:before {
    visibility: visible;
    opacity: 0.6;
  }
  .intro__image {
    width: 100%;
    left: unset;
  }
  .intro__image:before {
    top: -300px;
    right: -150px;
  }
  .header__nav-links {
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
  }
  .header__whatsapp {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .intro__image {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 65px;
  }
  body {
    font-size: 16px;
  }
  .container-header {
    padding: 0 20px;
  }
  .intro__title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
  }
  .intro__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .intro__subtitle {
    text-align: center;
    margin-bottom: 35px;
    font-size: 16px;
  }
  .intro__benefits {
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: repeat(3, auto);
  }
  .intro__benefits-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .into__benefits-title {
    font-size: 14px;
  }
  .intro__buttons {
    gap: 10px;
  }
  .header__nav-links {
    gap: 20px;
  }
  .section-title {
    font-size: 30px;
  }
  .index__tabs-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .tabs-card__quanity {
    width: 100%;
  }
  .tabs-card__quanity-input {
    width: 100%;
  }
  .tabs-card__cart-button {
    width: 100%;
  }
  .request__title {
    text-align: center;
  }
  .request__title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .request__subtitle {
    text-align: center;
  }
  .request__form {
    max-width: 100%;
  }
  .request__form-button {
    margin-inline: auto;
  }
  .benefits-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .terms-items {
    grid-template-columns: 1fr;
  }
  .promo {
    flex-direction: column;
  }
  .promo__image {
    max-width: 100%;
  }
  .promo__content {
    padding: 25px 30px 30px;
    max-width: 100%;
  }
  .promo__text {
    margin-bottom: 30px;
    text-align: center;
  }
  .promo__title {
    text-align: center;
  }
  .promo__title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .promo__button {
    display: block;
    margin-inline: auto;
  }
  .footer-wrapper {
    grid-template-columns: 1fr;
  }
  .slider {
    margin-bottom: 75px;
  }
  .footer__title {
    justify-content: flex-start;
    gap: 15px;
  }
  .request__form-policy {
    flex-wrap: nowrap;
  }
  
  .request {
    padding-bottom: 220px;
   }
  .request__form-image {
    bottom: -280px;
    left: 50%;
    transform: translateX(-50%);
  }
  .request__content {
    margin-inline: auto
  }
  .request__subtitle {
    max-width: 100%;
  }

  .request__form {
    margin-inline: auto;
  }
  .cart-order {
      grid-template-columns: auto;
      padding: 20px;
  }
  
  .cart__item-wrapper {
      display: grid;
      grid-template-columns: repeat(2, max-content);
      padding: 15px 0;
      border-bottom: 1px solid #e0e0e0;
      position: relative;
  }
  
  
  .cart__item-price {
      display: none;
  }
  
  .product-cart {
      padding: 15px 10px;
  }
  .cart__item-counter {
      max-width: 100%;
  }
  
  .ms-cost {
      font-weight: bold;
      font-size: 18px;
      text-align: right;
  }
  
  .ms-title {
      grid-column: span 2;
  }
  
  .ms-footer {
      margin-top: 15px;
      display: flex;
      justify-content: space-between;
  }
  
  .ms2_total_cost {
      font-size: 20px;
  }
  
  .cart__item-remove {
      position: absolute;
      right: -5px;
      top: 5px;
  }
  
  
  .cart__item-img img {
      max-width: 100px;
  }
  
  .cart__item-remove button {
      width: 26px;
      height: 26px;
  }
  
  .product__icons {
      flex-direction: column;
      gap: 10px;
  }
  
}
@media screen and (max-width: 530px) {
  .tabs__nav-items {
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  .tab__nav-item {
    font-size: 14px;
    white-space: nowrap;
  }
  .intro__image {
    margin-bottom: 40px;
  }
  .intro__image:before {
    height: 480px;
  }
  button {
    padding: 10px 15px;
  }
  .intro__buttons button, .intro__buttons .button {
    font-size: 14px;
  }
  .request__form-image {
    bottom: -270px;
    left: 20px;
  }
  .request__form-image img {
    max-height: 250px;
  }
  .benefits-items {
    grid-template-columns: 1fr;
  }
  .main__slider-item {
    height: 250px;
  }
  .term__title {
    font-size: 22px;
  }
  .tabs-card__title {
    min-height: 38px;
    margin-bottom: 10px;
  }
  .callback__close {
    width: 30px;
    height: 30px;
    top: 110px;
    right: 20px;
  }
  .request {
    padding-bottom: 160px;
  }
  .request__form-image {
    transform: none;
  }
}/*# sourceMappingURL=main.css.map */