promo-slider__swiper @charset "UTF-8";
/* inter-regular - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v13-cyrillic_cyrillic-ext_latin-regular.woff2") format("woff2"), url("../fonts/inter-v13-cyrillic_cyrillic-ext_latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-700 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v13-cyrillic_cyrillic-ext_latin-700.woff2") format("woff2"), url("../fonts/inter-v13-cyrillic_cyrillic-ext_latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-regular - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Circe;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Circe-Light.woff2") format("woff2"), url("../fonts/Circe-Light.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-regular - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-700 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe-Bold.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* CSS Reboot Styles */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body,
ul,
ol,
p,
dl,
dd,
figure,
blockquote,
pre {
    margin: 0;
}

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

ul, ol {
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

td,
th {
    padding: 0;
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

img,
audio,
canvas,
svg,
video {
    max-width: 100%;
 /* Set responsive behaviour */
    height: auto;
    vertical-align: middle;
 /* Remove bottom spacing under element (line-height) */
}

iframe {
    border: none;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input,
textarea,
button,
optgroup,
select {
    margin: 0;
    font-family: inherit;
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

/* Fast Tap enables no-delay taps (FastClick-esque) on supporting browsers */
a,
button,
input,
label,
select,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* Make fonts more sexy */
body,
input,
textarea,
button,
select {
    -webkit-font-smoothing: antialiased;
}

html {
    width: 100%;
    height: auto;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: auto;
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    /*background-color: #f5f5f5;*/
    background-color: #ffffff;
    position: relative;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow: hidden;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

input {
    border: 0;
    outline: 0;
}

button {
    color: #000;
    border: 0;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

::-ms-input-placeholder {
    opacity: 1;
}

::placeholder {
    opacity: 1;
}

._container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

._container-1920 {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

._main-padding {
    padding: 0px 62px;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.btn:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

.popup__wrapper {
    display: none;
}

.mobile-menu-close-btn {
    display: none;
}

.catalog-filters-close-btn {
    display: none;
}

.show-catalog-toggle {
    display: none;
}

/* Header styles */
.header {
    width: 100%;
    padding-top: 46px;
    padding-bottom: 46px;
}

.header__wrapper {
    width: 100%;
    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;
}

.header-logo {
    width: 300px;
}

.header-logo img {
    width: 100%;
}

.header__left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 70px;
    margin-right: 55px;
}

.header-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.header-nav ul {
    width: 100%;
    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;
}

.header__center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header__right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 71px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.search-btn {
    height: 21px;
    width: 21px;
    background-image: url("../img/icons/search-icon.svg");
    /*background-size: cover;*/
    background-repeat: no-repeat;
    cursor: pointer;
}

.cart-box {
    height: 21px;
    width: 21px;
    background-image: url("../img/icons/bag-icon.svg");
    /*background-size: 95%;*/
    background-repeat: no-repeat;
    position: relative;
    background-position: 100% 100%;
    top: -1px;
    cursor: pointer;
}

.cart-box__count {
    position: absolute;
    top: 0px;
    right: -6px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #39b54a;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    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;
}

.header__burger {
    display: none;
}

.header-nav a {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-nav a::after {
    opacity: 0;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.header-nav a:hover::after {
    opacity: 1;
}

/* First screen */
.swiper-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-page .first-screen .swiper-wrapper {
    padding-top: 0;
}

.main-page .first-screen .swiper-slide::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7063959373)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7063959373) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7063959373) 0%, rgba(0, 0, 0, 0) 100%);
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: "";
}

.swiper-button-next {
    background-image: url("../img/icons/slider-arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 20px;
    height: 16px;
    margin-top: 0;
}

.swiper-button-prev {
    background-image: url("../img/icons/slider-arrow-left.svg");
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 20px;
    height: 16px;
    left: 20px;
    margin-top: 0;
}

.slider-controls {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.first-screen__swiper {
    height: 763px;
}

.first-screen__swiper .swiper-button-prev {
    position: static;
}

.first-screen__swiper .swiper-button-next {
    position: static;
}

.first-screen__swiper .swiper-pagination {
    position: static;
}

.first-screen__swiper .swiper-slide {
    position: relative;
}

.first-screen__swiper .swiper-pagination {
    padding-top: 2px;
    color: #fff;
}

.swiper-slide__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
}

.swiper-slide__content-box {
    position: absolute;
    left: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slide__title {
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
 /* 104.167% */

    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

.slide__text {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 100px;
}

.slide__more {
    height: 45px;
    width: 254px;
    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;
    padding: 5px 15px 4px 15px;
    border-radius: 100px;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
}

.slide__more:hover {
    color: #1e94b3;
    background-color: #fff;
}

.swiper-slide__product {
    position: absolute;
    right: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 280px;
}

.swiper-slide__product2 {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 180px;
}

.swiper-slide__product3 {
    position: absolute;
    right: 50px;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 480px;
}

@media (max-width: 900px) {
    .swiper-slide__product2 {
        max-width: 120px;
    }
    .swiper-slide__product3 {
        max-width: 280px;
    }
}

/* Accordeon */
/* Скрыть контент по умолчанию */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
}

/* Стили для заголовков */
.accordion-header {
    cursor: pointer;
    padding: 10px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: none;
    border-top: 1px solid #BCBCBC;
    padding-left: 60px;
    position: relative;
}

.accordion-header:after {
    content: "";
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2px;
    width: 14px;
    height: 14px;
    background-image: url("../img/icons/plus-icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.accordion-header_opened {
    border-bottom: 1px solid #BCBCBC;
}

.accordion-header_opened:after {
    top: 60%;
    background-image: url("../img/icons/minus-icon.svg");
    background-size: contain;
}

/* Стили для активных заголовков */
.catalog-filters__item:last-child .accordion-header {
    border-bottom: 1px solid #BCBCBC;
}

/* Catalog styles */
.catalog-wrap {
    padding-top: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.catalog-left {
    z-index: 5;
}

.catalog-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
}

.goods-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(215px, 310px));
    -webkit-column-gap: 27px;
    -moz-column-gap: 27px;
    column-gap: 27px;
    row-gap: 29px;
    margin-bottom: 30px;
}

.catalog-filters {
    width: 310px;
    margin-top: 105px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.good-card {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 28px 22px 28px;
    border-radius: 15px;
    border: 1px solid #BCBCBC;
    /*background-color: #F5F5F5;*/
    background-color: #FFFFFF;
}

.descr-group {
    width: 100%;
    height: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 28px 22px 28px;
    border-radius: 25px;
    /*border: 1px solid #BCBCBC;*/
    border: 1px solid #FFF;
    background-color: #FFDBEC;
}

.good-card-features-wrap {
    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;
    width: 100%;
    margin-bottom: 30px;
}

.good-line {
    height: 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    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;
    border-radius: 50px;
    background-color: rgb(228, 228, 228);
    padding: 5px 12px 4px 12px;
}

.lavender-line {
    background-color: #E9CDFF;
}

.pink-line {
    background-color: #FFC3E4;
}

.blue-line {
    background-color: #98DCFF;
}

.green-line {
    background-color: #D7F976;
}

.purple-line {
    background-color: #DFB6FF;
}

.honey-line {
    background-color: #FBEAA4;
}

.elite-line {
    background-color: #D9D9D9;
}

.oils-line {
    background-color: #AAEDC5;
}

.gift-line {
    background-color: #FFD6D6;
}

.lemon-line {
    background-color: #99FFCC;
}

.rosa-line {
    background-color: #FF6699;
}


.good-card-image {
    width: 200px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.good-card-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.good-card-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    color: #747474;
    height: 83px;
    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;
}

.good-card-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 12px;
    color: #747474;
    height: 56px;
    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;
}

.good-card__bottom {
    padding-top: 10px;
    border-top: 1px solid #BCBCBC;
    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;
    width: 100%;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.add-to-cart-btn {
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    /*background: #F5F5F5;*/
    background: #FFFFFF;
    height: 45px;
    width: 145px;
    color: #747474;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 23px;
    padding-top: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    position: relative;
}

.add-to-cart-btn:hover {
    background-color: #000;
    color: #fff;
}

.add-to-cart-btn:hover::after {
    -webkit-filter: brightness(4);
    filter: brightness(4);
}

.add-to-cart-btn::after {
    content: "";
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    width: 14px;
    height: 16px;
    background-image: url("../img/icons/product-bag-icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.good-card-wrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}

.good-card__price {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    white-space: nowrap;
    color: #747474;
}

.good-card__old-price {
    color: #747474;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    bottom: -19px;
    left: 0;
}

.good-card:hover {
    border: 1px solid #BCBCBC;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.good-card:hover .good-card-title {
    color: #000;
}

.good-card:hover .good-card-description {
    color: #000;
}

.good-card:hover .good-card__price {
    color: #000;
}

.good-card:hover .add-to-cart-btn {
    background-color: #000;
    color: #fff;
}

.good-card:hover .add-to-cart-btn::after {
    -webkit-filter: brightness(4);
    filter: brightness(4);
}

.catalog-right__top {
    color: #000;
    margin-bottom: 50px;
    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;
}

.catalog-controls {
    color: #000 !important;
}

.catalog-controls__btns {
    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;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /*-webkit-column-gap: 73px;*/
    /*-moz-column-gap: 73px;*/
    /*column-gap: 73px;*/
}

.feature-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #444;
    padding-left: 45px;
    position: relative;
    text-transform: uppercase;
    margin-right: 10px;
}

.feature-btn_hit::before {
    content: "";
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/star-icon-1.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-btn_new::before {
    content: "";
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/new-icon-1.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-btn_promo::before {
    content: "";
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/discount-icon-1.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-btn_hit.active::before {
    background-image: url("../img/icons/star-icon.svg");
}

.feature-btn_new.active::before {
    background-image: url("../img/icons/new-icon.svg");
}

.feature-btn_promo.active::before {
    background-image: url("../img/icons/discount-icon.svg");
}
.good-card .feature-btn {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    margin-left: auto;
}

/* Custom select - dropdown */
.category-select__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 240px;
    height: 53px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar__select {
    margin-bottom: 20px;
}

.sidebar__select-label {
    margin-bottom: 5px;
    line-height: 130%;
}

.select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}

.select__button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: left;
    border-radius: 15px;
    border: 1px solid #cecece;
    padding-left: 20px;
    padding-right: 35px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--dark-color);
    background-color: #fff;
    width: 100%;
    height: 53px;
    border-radius: 10px;
    border: 1px solid var(--main-brand-color);
    background-color: #fff;
    padding: 10px 20px;
    color: #292525;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.select__button {
    min-width: 250px;
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    /*background-color: #F5F5F5;*/
    background-color: #FFFFFF;
    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;
    padding-top: 12px;
    color: #444;
    text-align: center;
    font-family: Circe;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-right: 45px;
}

.select__button::after {
    content: "";
    position: absolute;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 47px;
    width: 15px;
    height: 8px;
    background-image: url("../img/icons/arrow-down.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.select__list {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    border-radius: 10px;
    border: 1px solid var(--main-brand-color);
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
}

.select__list--visible {
    display: block;
}

.select__list-item {
    margin: 0;
    padding: 0;
    border-bottom: 0px;
    padding: 13px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    height: 44px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
}

.select__list-item:hover {
    background-color: rgba(204, 204, 204, 0.4);
}

.select__input-hidden {
    display: none;
}

.sidebar__select .select {
    height: 43px;
}

.autosalon-choiсe {
    margin: 0 auto;
    margin-top: -15px;
    width: 100%;
    max-width: 340px;
    margin-bottom: 26px;
}

.auto-input__ch {
    width: 100%;
    border: 1px solid #454040;
    margin-bottom: 16px;
}

.autosalon-choiсe__title {
    margin-bottom: 16px;
    color: var(--dark-text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.choiсe-name {
    font-weight: 700;
}

/* Checkboxes */
.filter-form-group {
    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;
    margin-bottom: 30px;
}

.filter-form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.filter-form-group label {
    position: relative;
    cursor: pointer;
    color: #747474;
    font-family: Circe;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 35px;
}

.beeinlove-show-more {
    position: relative;
    cursor: pointer;
    color: #747474;
    font-family: Circe;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 55px;
}

.beeinlove-show-more::after {
    content: "";
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px;
    width: 14px;
    height: 14px;
    background-image: url("../img/icons/plus-icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.filter-form-group label::before {
    content: "";
    -webkit-appearance: none;
    padding: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    border-radius: 3px;
    left: -33px;
}

.filter-form-group input:checked + label::before {
    background-image: url("../img/icons/check-icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

input[type=radio]:checked + .form-group-wrap label::before {
    background-image: url("../img/icons/check-icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

input[type=radio]:checked + .form-group-wrap label {
    color: #000;
    font-weight: 700;
}

.filter-form-group input:checked + label {
    color: #000;
    font-weight: 700;
}

.accordion-content__line .filter-form-group label::before {
    content: "";
    -webkit-appearance: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -60px;
}

.accordion-content__line .filter-form-group {
    margin-bottom: 12px;
}

.accordion-content_wrap,
.accordion-line_wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}

.accordion-content_wrap .filters-good-line,
.accordion-line_wrap .filters-good-line {
    width: 250px;
    margin-left: auto;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordion-content_wrap .filters-good-line:before,
.accordion-line_wrap .filters-good-line:before {
    left: -70px;
}

.filters-good-line .filter-form-group label {
    padding-left: 2px;
    height: 30px;
}

.feature-btn_new::before {
    left: 5px;
}

.goods-pagination {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 50px;
}

.goods-pagination a {
    width: 50px;
    height: 50px;
    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;
    cursor: pointer;
    color: #747474;
    text-align: center;
    font-size: 16.66px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 8px;
    border: 1px solid #747474;
    padding-top: 4px;
}

a.active-page {
    background-color: #000;
    color: #fff;
}

/* Footer */
.footer {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #fff;
    margin-top: 100px;
}

.footer__wrapper {
    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;
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.footer-bottom {
    position: relative;
    top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
}

.footer-logo {
    width: 330px;
}

.footer__top-left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-nav {
    padding-left: 25px;
}

.footer-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-tel {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 270px;
    padding-top: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-tel a {
    font-size: 30px;
    font-style: normal;
    font-weight: 350;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.footer-tel a:first-child {
    margin-bottom: 20px;
}

.footer__bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-legal a {
    color: #747474;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    margin-bottom: 7px;
}

.footer__bottom-center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.payment-cards {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    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;
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
    padding-left: 30%;
}

.payment-cards a img {
    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;
}

.payment-cards a img {
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-copyright {
    color: #444;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 5px;
}

.footer__bottom-right {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.footer__bottom-copyright {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer-nav ul {
    width: 500px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
 /* Две колонки */
    grid-template-rows: 22px 22px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 20px;
}

.footer-nav ul a {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

li.footer-nav__first {
    padding-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row: span 2;
 /* Этот элемент займет две строки */
}

.footer-nav__first a:first-child {
    margin-bottom: 20px;
}

.footer-nav__first a:not(:first-of-type) {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.footer-nav li a:hover {
    opacity: 0.75;
}

.footer-legal a:hover {
    text-decoration: none;
}

.accordion-content_wrap .filters-good-line {
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 5px;
}

/* burger menu */
.header__burger {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 32px;
    right: 34px;
    cursor: pointer;
    background-color: transparent;
}

.header__burger span {
    height: 2px;
    width: 40px;
    background-color: #000;
    border-radius: 20px;
    position: absolute;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    top: 17px;
    left: 0;
}

.header__burger span::before {
    left: 0px;
    position: absolute;
    top: -10px;
    height: 2px;
    width: 40px;
    background-color: #000;
    content: "";
    border-radius: 20px;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}

.header__burger span::after {
    left: 0px;
    position: absolute;
    top: 10px;
    height: 2px;
    width: 40px;
    background-color: #000;
    content: "";
    border-radius: 20px;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}

.header__burger.open span {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    background: transparent;
}

.header__burger.open span:before {
    -webkit-transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    -o-transition: top 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    top: 0px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

.header__burger.open span:after {
    -webkit-transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    -o-transition: top 0.4s, transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.show-catalog-toggle {
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-left: 50px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.show-catalog-toggle::after {
    content: "";
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px;
    width: 30px;
    height: 23px;
    background-image: url("../img/icons/catalog-toggle-btn.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Product page */
.product-card-page .main {
    margin-top: 45px;
    margin-bottom: 80px;
}

.product-card-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-card-right {
    width: 50%;
}

.product-card-img-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    column-gap: 5px;
}

.product-card-img-row img {
    min-width: 72px;
    width: 16%;
    aspect-ratio: 1/1;
    cursor: pointer;
}

.pr-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 240px;
}

.product-card-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 180px;
}

.product-card__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card-left {
    width: 50%;
}

.product-card-right {
    width: 50%;
    padding-left: 37px;
}

.product-card__name {
    color: #1D1D1B;
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    max-width: 600px;
    /*margin-bottom: 80px;*/
    padding-right: 60px;
}

.product-card__description {
    height: 170px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 60px;
    margin-bottom: 70px;
}

.product-card__features-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 35px;
}

.product-card__feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 15px;
}

.product-card__feature-item_volume {
    max-width: 340px;
}

.product-card__feature-item_amount {
    max-width: 415px;
}

.product-card__feature-title {
    min-width: 220px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #444;
}

.product-volume {
    height: 45px;
    background-color: #000;
    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;
    color: #fff;
    padding: 0px 30px;
    border-radius: 100px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    padding-top: 1px;
    white-space: nowrap;
}

.product-card__feature-item_price {
    padding-top: 65px;
}

.product-card__feature-item_price .product-card__feature-title {
    min-width: initial;
}

.product-card .good-card__old-price {
    font-size: 30px;
    bottom: -27px;
}

.product-card-img {
    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;
    position: relative;
    width: 100%;
    height: 600px;
    margin-bottom: 60px;
}

.product-card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-card .add-to-cart-btn {
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    background-color: #000;
    height: 50px;
    width: 252px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    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;
    padding-top: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    position: relative;
    color: #fff;
    padding-left: 0;
}

.product-card .add-to-cart-btn::after {
    width: 13px;
    height: 15px;
    right: 58px;
    top: 48%;
    -webkit-filter: brightness(4);
    filter: brightness(4);
}

.product-card__price {
    color: #444;
    text-align: center;
    font-family: Circe;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    white-space: nowrap;
}

.increase-img {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 40px;
    width: 20px;
    height: 21px;
    background-image: url("../img/icons/search-good-icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.product-card__bottom {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-card__tabs {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin: 0 auto;
    margin-bottom: 110px;
}

.product-card-tab {
    height: 45px;
    min-width: 250px;
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    background-color: #fff;
    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;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
    color: #444;
    cursor: pointer;
}

.product-card-tab:hover {
    background-color: rgb(229, 229, 229);
}

.product-card-tab_active {
    background-color: #000;
    color: #fff;
}

.product-card-tab_active:hover {
    background-color: #000;
    color: #fff;
}

.tab-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.description-block__title {
    margin: 0 auto;
    text-align: center;
    color: #000;
    text-align: center;
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    width: 80%;
    margin-bottom: 80px;
}

.description-block__tips-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 25px;
    margin-bottom: 90px;
}

.description-block__tip {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
    max-width: 700px;
}

.description-block__tips-text {
    color: #000;
    text-align: center;
    font-family: Circe;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    max-width: 920px;
    margin-bottom: 130px;
}

.description-block__tips-text p {
    margin-bottom: 20px;
}

.description-block__img {
    width: 100%;
    height: 400px;
    border-radius: 25px;
    overflow: hidden;
}

.description-block__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Product slider */
.product-slider {
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.slider-top {
    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;
    padding-bottom: 23px;
    border-bottom: 1px solid #BCBCBC;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
}

.decisions-slider .slider-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.decisions-slider .swiper-wrapper {
    padding-top: 15px;
}

.decisions-slider .slider-title {
    margin-bottom: 30px;
}

.decisions-slider .slider-arrows-box {
    position: relative;
    width: 105px;
    height: 40px;
    bottom: initial;
    top: initial;
    right: -8px;
    left: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.slider-title {
    color: #1D1D1B;

    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /*top: -12px;*/
    min-width: 270px;
}

.product-slider__swiper,
.product-slider__swiper-1,
.product-slider__swiper-2,
.product-slider__swiper-3,
.product-slider__swiper-4 {
    padding-top: 10px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}

.slider-arrows-box {
    width: 120px;
    height: 40px;
    position: absolute;
    top: 18px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    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;
}

.slider-arrows-box-1,
.slider-arrows-box-2,
.slider-arrows-box-3,
.slider-arrows-box-4 {
    width: 120px;
    height: 40px;
    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;
}

.swiper-button-next {
    position: relative;
    top: -0.5px;
}

.product-slider-wrap .swiper-button-next {
    width: 35px;
    height: 14px;
    background-image: url("/images/black-right.svg");
    top: 0;
    position: relative;
}

.product-slider-wrap .swiper-button-prev {
    width: 35px;
    height: 14px;
    position: static;
    background-image: url("/images/black-left.svg");
}

.watch-more {
    width: 245px;
    height: 45px;
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    background: #FFFFFF;
    /*background: #F5F5F5;*/
    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;
    color: #444;
    text-align: center;
    font-family: Circe;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 8px;
}

.watch-more:hover {
    background-color: #000;
    color: #fff;
}

/* Promo slider */
.promo-slider {
    margin-left: -30px;
    margin-right: -30px;
}

.promo-slider__swiper {
    padding-top: 5px;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
}

.best-slider__swiper {
    padding-top: 5px;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
}

.promo-slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 2.2%;
    -moz-column-gap: 2.2%;
    column-gap: 2.2%;
}

.promo-slide__image {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #BCBCBC;
    height: 607px;
}

.promo-slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.promo-slider .swiper-slide .product-item-container {
    width: 23.5%;
}

.promo-slider .swiper-slide .promo-slide__image {
    width: 74.5%;
}

/* Counter styles */
.counter {
    width: 190px;
    height: 50px;
    min-width: 70px;
    border-radius: 100px;
    overflow: hidden;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.5px solid #1D1D1B;
}

.counter__amount {
    color: #444;
    text-align: center;
    font-family: Circe;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    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;
    width: 20px;
}

.counter__plus {
    width: 40px;
    height: 100%;
    border-radius: 100px;
    background-image: url("../img/icons/plus-count-icon.svg");
    background-size: cover;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 40%;
    cursor: pointer;
}

.counter__minus {
    width: 40px;
    height: 100%;
    border-radius: 100px;
    background-image: url("../img/icons/minus-count-icon.svg");
    background-size: cover;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 60%;
    cursor: pointer;
}

.counter__plus:active {
    background-size: 27%;
}

.counter__minus:active {
    background-size: 27%;
}

/* Order */
.order-section {
    width: 100%;
    margin-bottom: 110px;
    margin-top: 130px;
}

.order-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.order-block__left {
    width: 870px;
}

.order-composition {
    margin-bottom: 60px;
}

.order-composition__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order-composition__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.order-composition-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(80px, 158px));
    row-gap: 22px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-composition-grid__item {
    position: relative;
    margin-right: 25px;
}

.order-composition-grid__item img {
    width: 158px;
    aspect-ratio: 158/147;
    border-radius: 15px;
    border: 1px solid #BCBCBC;
    -o-object-fit: contain;
    object-fit: contain;
}

.order-composition-grid__amount {
    position: absolute;
    right: -25px;
    top: 5%;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.order-block__right {
    width: 340px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.order-form__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 65px;
}

.order-form__item {
    width: 48%;
}

.order-form__input {
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #1D1D1B;
    background-color: #fff;
    padding: 0px 18px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.order-form__input::-webkit-input-placeholder {
    color: #747474;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.order-form__input::-moz-placeholder {
    color: #747474;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.order-form__input:-ms-input-placeholder {
    color: #747474;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.order-form__input::-ms-input-placeholder {
    color: #747474;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.order-form__input::placeholder {
    color: #747474;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.order-form__bottom-left {
    width: 50%;
    padding-right: 20px;
}

.order-form__bottom-right {
    width: 50%;
    padding-left: 17px;
}

.order-form__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.form-info__text-wrap {
    margin-top: 40px;
    position: relative;
}

.form-info__text {
    width: 475px;
    position: absolute;
    left: 40px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.form-info__text::before {
    content: "";
    position: absolute;
    top: 11%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -40px;
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/exclam-icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.order-form__bottom-right .order-form__item {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: #000;
}

.order-form .order-form__bottom-left label {
    text-transform: none;
    color: #000;
    font-family: Circe;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.filter-form-group label {
    margin-left: 35px;
}

.filter-form-group label::before {
    margin-right: -10px;
    left: -35px;
}

.order-bl-wrap {
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC;
}

.order-item-el {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-item-el-total {
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-item-title {
    width: 50%;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.order-item-ot {
    width: 50%;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.order-item-el-total .order-item-title {
    color: #000;
    text-align: right;
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    text-align: left;
}

.order-item-el-total .order-item-discount {
    color: #000;
    text-align: right;
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
}

.order-item-el:last-child {
    margin-bottom: 0;
}

.order-btn {
    width: 100%;
    height: 45px;
    min-width: 250px;
    border-radius: 25px;
    background-color: #000;
    color: #fff;
    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;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
    cursor: pointer;
    margin-top: 40px;
}

.order-block__right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order-block__right .confirm-submit {
    margin-top: 30px;
    color: #747474;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    padding-left: 20px;
    padding-right: 20px;
}

.order-block__right .confirm-submit a {
    color: #747474;
    text-decoration: underline;
}

.order-block__right .confirm-submit a:hover {
    color: #747474;
    text-decoration: none;
}

.order-block__right-top {
    color: #000;
    font-family: Circe;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.form-group-wrap {
    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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.order-block__right .filter-form-group label {
    margin-left: 52px;
}

.order-block__right label {
    color: #000;
    font-size: 16.5px;
    font-weight: 700;
    line-height: 1.2;
    width: 260px;
    text-transform: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.order-block__right .filter-form-group label::before {
    min-width: 20px;
    min-height: 20px;
    top: -50px;
    left: -52px;
}

.img-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    max-width: 280px;
}

/* Basket */
.basket-section {
    width: 100%;
    margin-bottom: 110px;
}

.basket-block {
    margin-top: 130px;
}

.basker-header {
    color: #1D1D1B;
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 70px;
}

.orders-table {
    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;
}

.orders-table-titles {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #747474;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 15px;
}

.orders-table-title_one {
    width: 48%;
}

.orders-table-title_two {
    width: 11%;
}

.orders-table-title_three {
    width: 21%;
}

.orders-table-title_three .orders-item {
    margin-left: 14%;
}

.orders-table-title_four {
    width: 20%;
}

.orders-item_one {
    padding-left: 6%;
}

.ordered-good__image {
    width: 157px;
    height: 147px;
    border-radius: 15px;
    border: 1px solid #BCBCBC;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ordered-good__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.ordered-good {
    max-height: 210px;
    width: 100%;
    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;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #BCBCBC;
    -webkit-column-gap: 88px;
    -moz-column-gap: 88px;
    column-gap: 88px;
}

.ordered-good__left {
    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;
    width: 530px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 37%;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.ordered-good__name {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    max-width: 300px;
    margin-bottom: 27px;
}

.decisions-tabs-box {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.ordered-good__right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(63% - 88px);
    padding-left: 4%;
}

.grid-top {
    display: none;
    margin-bottom: 17px;
}

.grid-top .grid-top-item {
    color: #747474;
    font-size: 11.2px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 5%;
}

.grid-top .grid-top-item_two {
    padding-left: 15%;
}

.grid-bottom {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    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;
    position: relative;
}

.grid-top-item__price {
    width: 112px;
    width: 16%;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
}

.grid-top-item__counter .counter {
    width: 39%;
    margin-left: 1%;
}

.grid-top-item_two {
    width: 39%;
}

.grid-top-item__amount {
    width: 240px;
    padding-left: 7%;
    width: 45%;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
}

.grid-top-item_three {
    width: 45%;
    padding-left: 7%;
}

.grid-top-item__counter .dish__counter {
    width: 195px;
    height: 50px;
}

.grid-top-item__counter .counter__amount {
    padding-top: 2px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.dish__counter {
    width: 140px;
}

.basket-total-price {
    margin-top: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 58px;
}

.basket-total-price__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.basket-total-price__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.basket-total-price__old-price {
    color: #747474;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-decoration: line-through;
}

.basket-total-price__price {
    color: #000;
    font-family: Circe;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.basket-controls {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.basket-controls__left {
    width: 50%;
}

.clear-basket-btn {
    color: #646464;
    text-align: center;
    font-family: Circe;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 40px;
    position: relative;
    margin-bottom: 32px;
}

.clear-basket-btn::before {
    content: "";
    position: absolute;
    top: 37%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 20px;
    background-image: url("../img/icons/trash-icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.basket-controls__info {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.basket-controls__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
}

.promocode-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.promocode-form {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.promocode-input__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 305px;
    height: 45px;
    position: relative;
}

.promocode-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: -33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.promocode-input__item input {
    width: 100%;
    min-height: 45px;
    border-radius: 25px;
    border: 1px solid #1D1D1B;
    background: #FFF;
    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;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.to-ordering-btn {
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    background: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    height: 45px;
    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;
    padding-top: 2px;
}

.promocode-input__item input::-webkit-input-placeholder {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.promocode-input__item input::-moz-placeholder {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.promocode-input__item input:-ms-input-placeholder {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.promocode-input__item input::-ms-input-placeholder {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.promocode-input__item input::placeholder {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.promocode-submit-btn {
    width: 196px;
    height: 45px;
    border-radius: 30px;
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    background: #F5F5F5;
    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;
    color: #444;
    text-align: center;
    font-family: Circe;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 3px;
}

.order-change-btn {
    width: 196px;
    height: 45px;
    border-radius: 30px;
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    background: #F5F5F5;
    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;
    color: #444;
    text-align: center;
    font-family: Circe;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 3px;
}

.order-change-btn:hover {
    background-color: #000;
    color: #fff;
}

.promocode-submit-btn:hover {
    background-color: #000;
    color: #fff;
}

/* Breadcrumbs */
.breadcrumbs {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs ol {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 5px;
}

.breadcrumbs li,
.breadcrumbs li a {
    color: #BCBCBC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
}

.breadcrumbs li {
    padding-right: 15px;
    position: relative;
    color: #444;
}

.breadcrumbs li a:hover {
    color: var(--dark-color);
    text-decoration: none;
}

.breadcrumbs li a::after {
    content: "/";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    color: #BCBCBC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
}

.ordered-good__volume {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.delete-good-btn {
    left: initial;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/icons/cross-icon.svg) no-repeat;
    background-size: contain;
}

.delete-good-btn:hover {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.delete-good-btn:active {
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
}

.promocode__status {
    margin-top: 8px;
    color: #32BA46;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

@media (max-width: 1400px) {
    .order-form__bottom-right .order-form__item {
        margin-bottom: 14px;
    }

    .order-form__input {
        height: 31px;
        font-size: 12.6px;
    }

    .order-form__input::-webkit-input-placeholder {
        height: 31px;
        font-size: 12.6px;
    }

    .order-form__input::-moz-placeholder {
        height: 31px;
        font-size: 12.6px;
    }

    .order-form__input:-ms-input-placeholder {
        height: 31px;
        font-size: 12.6px;
    }

    .order-form__input::-ms-input-placeholder {
        height: 31px;
        font-size: 12.6px;
    }

    .order-form__input::placeholder {
        height: 31px;
        font-size: 12.6px;
    }

    .order-form__title {
        font-size: 12.6px;
    }

    .order-block__right .filter-form-group label::before {
        top: -50px;
    }

    .order-form__top {
        margin-bottom: 45px;
    }

    .good-card__price {
        font-size: 21px;
    }

    .add-to-cart-btn {
        width: 100px;
        height: 32px;
        font-size: 9.8px;
        padding-top: 3px;
        padding-left: 15px;
    }

    .add-to-cart-btn::after {
        width: 9px;
        height: 10.5px;
        right: 13px;
    }

    .good-card__old-price {
        font-size: 14px;
        bottom: -15px;
    }

    .goods-grid {
        -webkit-column-gap: 18px;
        -moz-column-gap: 18px;
        column-gap: 18px;
        row-gap: 20px;
    }

    .footer-legal a {
        font-size: 12px;
    }

    .goods-pagination {
        -webkit-column-gap: 9px;
        -moz-column-gap: 9px;
        column-gap: 9px;
    }

    ._main-padding {
        padding-left: 43px;
        padding-right: 43px;
    }

    .filter-form-group label {
        font-size: 12.6px;
    }

    .filter-form-group {
        margin-bottom: 20px;
    }

    .filter-form-group label::before {
        top: 0;
        width: 14px !important;
        height: 14px !important;
    }

    .catalog-filters {
        width: 215px;
    }

    .filter-form-group label {
        margin-left: 20px;
    }

    .filter-form-group label::before {
        left: -20px;
    }

    .accordion-header {
        font-size: 14px;
        padding-left: 40px;
    }

    .accordion-header::after {
        width: 10px;
        height: 10px;
    }

    .beeinlove-show-more::after {
        width: 10px;
        height: 10px;
        left: -36px;
    }

    .accordion-content_wrap, .accordion-line_wrap {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .beeinlove-show-more {
        margin-left: 40px;
    }

    .beeinlove-show-more {
        font-size: 12.6px;
    }

    .accordion-line_wrap .filters-good-line {
        width: 175px;
        font-size: 8.5px;
        height: 21px;
    }

    .accordion-content__line .filter-form-group {
        margin-bottom: 8.5px;
    }

    .accordion-content__line .filter-form-group label::before {
        left: -40px;
    }
}

@media (max-width: 1350px) {
    .header-nav a {
        font-size: 18px;
    }

    .header-nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 44px;
        -moz-column-gap: 44px;
        column-gap: 20px;
    }

    .header-logo {
        width: 210px;
    }

    .good-card {
        padding: 22px 18px 15px 18px;
    }

    .good-line {
        font-size: 8.5px;
        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;
        height: 21px;
    }

    .feature-btn::before {
        width: 21px;
        height: 21px;
        left: 0;
    }

    .good-card .feature-btn {
        font-size: 8.5px;
    }

    .good-card-image {
        width: 130px;
        height: 175px;
        margin-bottom: 20px;
    }

    .feature-btn {
        padding-left: 30px;
        font-size: 10px;
    }

    .promo-slide__image {
        height: initial;
        aspect-ratio: 600/309;
    }
}

@media (max-width: 1300px) {
    li.footer-nav__first {
        padding-top: 1px;
    }

    .swiper-slide__product {
        right: 100px;
    }

    .good-card-title {
        font-size: 16px;
        margin-bottom: 3px;
        height: 58px;
    }

    .good-card:hover .good-card-title {
        /*font-size: 17.5px;*/
    }

    .footer-logo {
        width: 230px;
    }

    .footer__bottom-left {
        padding-left: 75px;
    }

    .footer-legal a {
        font-size: 10.5px;
    }

    .footer-nav ul a {
        font-size: 10.5px;
    }

    .footer-nav__first a:not(:first-of-type) {
        font-size: 10.5px;
    }

    .footer-nav ul {
        row-gap: 5px;
    }

    .mir-icon {
        width: 45px;
        height: 29px;
    }

    .visa-icon {
        width: 40px;
        height: 20px;
    }

    .mc-icon {
        width: 40px;
        height: 22px;
    }

    .halva-icon {
        width: 49px;
        height: 31px;
    }

    .footer-tel a {
        font-size: 21px;
    }

    .footer-tel,
  .footer__bottom-copyright {
        width: 190px;
    }

    .footer-copyright {
        font-size: 10px;
        padding-bottom: 0;
    }

    .goods-pagination a {
        width: 30px;
        height: 30px;
        font-size: 10px;
        padding-top: 0;
        border-radius: 4px;
    }

    .goods-grid {
        margin-bottom: 80px;
    }

    .footer-nav ul {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .footer-nav__first a:first-child {
        margin-bottom: 13px;
    }

    .footer-nav {
        padding-left: 80px;
    }

    .footer-nav ul {
        grid-template-columns: repeat(3, 150px);
    }

    .footer-nav ul li:nth-child(2n) {
        padding-left: 15px;
    }

    .footer-nav ul li:nth-child(4n) {
        padding-left: 15px;
    }

    .catalog-controls__btns {
        /*-webkit-column-gap: 50px;*/
        /*-moz-column-gap: 50px;*/
        /*column-gap: 50px;*/
    }

    .feature-btn::before {
        top: 45%;
    }

    .select__button {
        min-width: 177px;
        font-size: 11.2px;
        height: 31px;
    }

    .select__button::after {
        right: 25px;
        width: 10.5px;
        height: 5.2px;
    }

    .select__button {
        padding-right: 35px;
    }

    .select__list-item {
        font-size: 10.5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 35px;
    }

    .select__list {
        top: 45px;
    }

    .catalog-right {
        padding-left: 20px;
    }

    .header {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .catalog-filters {
        margin-top: 80px;
    }

    .catalog-right__top {
        margin-bottom: 35px;
    }

    .catalog-filters {
        margin-top: 66px;
    }
}

@media (max-width: 1200px) {
    .order-composition__title {
        font-size: 12.6px;
    }

    .basker-header {
        font-size: 33.6px;
    }

    .swiper-slide__product {
        right: 100px;
    }

    .good-card-title {
        font-size: 12.5px;
    }

    .good-card:hover .good-card-title {
        /*font-size: 14px;*/
    }

    .good-card-description {
        font-size: 11.2px;
        line-height: 1.26;
        height: 40px;
    }

    .goods-grid {
        margin-bottom: 80px;
    }

    .goods-pagination a {
        width: 30px;
        height: 30px;
        font-size: 10px;
        padding-top: 0;
    }

    .good-card-features-wrap {
        margin-bottom: 15px;
    }

    .good-card-description {
        font-size: 11.2px;
        line-height: 1.26;
        height: 40px;
    }

    .good-card-description {
        margin-bottom: 7px;
    }

    .catalog-right__top {
        margin-bottom: 35px;
    }

    .header-nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 20px;
    }

    .header__center {
        margin-left: 0;
        margin-right: 0;
    }

    .swiper-slide__content-box {
        left: 45px;
    }

    .product-card__name {
        font-size: 33.6px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
 /* 43.68px */
        margin-bottom: 50px;
    }

    .product-card__description {
        font-size: 12.6px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        max-width: 400px;
        margin-bottom: 50px;
        height: 115px;
    }

    .product-card__feature-title {
        font-size: 9.8px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .product-card__features-box {
        row-gap: 25px;
    }

    .product-volume {
        height: 35px;
    }

    .counter {
        width: 135px;
        height: 37px;
    }

    .counter__amount {
        font-size: 16.8px;
    }

    .product-card__feature-item_amount {
        max-width: 300px;
    }

    .product-card__feature-item_volume {
        max-width: 230px;
    }

    .product-card__feature-title {
        min-width: 150px;
    }

    .counter__plus {
        width: 40px;
    }

    .counter__minus {
        width: 40px;
    }

    .product-card .add-to-cart-btn {
        width: 176px;
        height: 35px;
        font-size: 11.2px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        padding-right: 7px;
    }

    .product-card .add-to-cart-btn::after {
        width: 10px;
        height: 11px;
        right: 40px;
        top: 49%;
    }

    .product-card__bottom {
        margin-top: 70px;
    }

    .product-card-tab {
        min-width: 177.8px;
        height: 31.5px;
        font-size: 9.8px;
        font-style: normal;
        font-weight: 700;
    }

    .product-card__tabs {
        margin-bottom: 78px;
    }

    .description-block__title {
        font-size: 33.6px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .description-block__title {
        margin-bottom: 56px;
    }

    .description-block__tip {
        font-size: 16.8px;
        font-style: normal;
        font-weight: 700;
    }

    .description-block__tips-box {
        row-gap: 10px;
    }

    .description-block__tips-box {
        margin-bottom: 68px;
    }

    .description-block__tips-text {
        font-size: 14px;
        max-width: 650px;
        margin-bottom: 90px;
    }

    .description-block__img {
        height: 350px;
    }

    .product-card-img {
        height: 430px;
    }

    .product-card__feature-item_price {
        padding-top: 45px;
    }

    .product-card-img {
        margin-bottom: 40px;
    }

    .slider-title {
        font-size: 33.6px;
        /*top: -8px;*/
    }

    .product-slider-wrap .swiper-button-next {
        width: 30px;
        height: 14px;
    }

    .product-slider-wrap .swiper-button-next {
        width: 30px;
        height: 12px;
    }

    .product-slider-wrap .swiper-button-prev {
        width: 30px;
        height: 12px;
    }

    .slider-arrows-box {
        width: 100px;
    }

    .product-card {
        padding-bottom: 140px;
    }

    .watch-more {
        width: 178px;
        border-radius: 30px;
        height: 31px;
        font-size: 9.8px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

    .product-card .good-price {
        font-size: 33.6px;
    }

    .product-card .good-card__old-price {
        font-size: 20px;
        bottom: -20px;
    }

    .product-card-page .main {
        margin-bottom: 40px;
    }

    .footer {
        padding-top: 60px;
        margin-top: 100px;
    }

    .basket-block {
        margin-top: 90px;
    }

    .orders-item {
        font-size: 12px;
    }

    .basket-controls {
        margin-top: 30px;
    }

    .clear-basket-btn {
        margin-bottom: 22px;
    }

    .ordered-good__right {
        padding-left: 3%;
    }

    .form-info__text {
        font-size: 14px;
        max-width: 340px;
    }

    .form-info__text::before {
        width: 21px;
        height: 21px;
    }

    .form-info__text {
        left: 30px;
    }

    .form-info__text::before {
        left: -30px;
    }

    .order-change-btn {
        width: 137.2px;
        height: 31.5px;
        font-size: 9.8px;
    }

    .order-form .order-form__bottom-left label {
        font-size: 12.6px;
    }

    .order-block__right .filter-form-group label::before {
        top: -48px;
        min-width: 14px !important;
        min-height: 14px !important;
    }
}

@media (max-width: 1150px) {
    .ordered-good__right {
        padding-left: 2%;
    }
}

@media (max-width: 1130px) {
    .order-form__top {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .order-form__item {
        width: 47%;
    }
}

@media (max-width: 1100px) {
    .order-composition__top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .first-screen__swiper {
        height: 350px;
    }

    .order-block__left {
        width: 650px;
    }

    .order-form__title {
        margin-bottom: 17px;
    }

    .order-form__top {
        row-gap: 14px;
    }

    .order-composition {
        margin-bottom: 40px;
    }

    .order-bl-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .basker-header {
        margin-bottom: 40px;
    }

    .order-section {
        margin-top: 90px;
    }

    .order-item-el-total {
        margin-top: 27px;
        margin-bottom: 27px;
    }

    .order-block__right .confirm-submit {
        font-size: 11.2px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .order-btn {
        width: 100%;
        height: 45px;
        min-width: initial;
        font-size: 9.8px;
        height: 31px;
        margin-top: 35px;
    }

    .slide__title {
        font-size: 67.2px;
        font-style: normal;
        font-weight: 700;
        line-height: 70px;
        margin-bottom: 28px;
    }

    .slide__text {
        font-size: 16.8px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1.68px;
        max-width: 270px;
        margin-bottom: 37px;
    }

    .slide__more {
        width: 177px;
        height: 37px;
        font-size: 9.8px;
    }

    .swiper-slide__product {
        width: 200px;
        height: 360px;
    }

    .footer-nav {
        padding-left: 130px;
    }

    .footer-nav ul {
        grid-template-columns: repeat(3, 130px);
    }

    .footer-nav ul {
        width: auto;
    }

    .footer-nav {
        padding-top: 3px;
    }

    .footer__bottom-center {
        position: relative;
    }

    .header-nav a {
        font-size: 18px;
    }

    .description-block__tips-box {
        max-width: 500px;
    }

    .pr-wrap {
        width: 200px;
    }

    .product-volume {
        width: 83px;
        height: 30px;
        font-size: 11.2px;
    }

    .orders-table .counter__plus {
        width: 40px;
    }

    .orders-table .counter__minus {
        width: 40px;
    }

    .orders-table .counter {
        width: 135px;
        height: 35px;
    }

    .orders-table .counter__amount {
        font-size: 16.8px;
    }

    .ordered-good__right {
        padding-left: 3%;
    }

    .grid-top-item__price {
        width: 19%;
    }

    .order-composition-grid {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 15px;
    }

    .order-composition-grid__amount {
        font-size: 12.6px;
    }

    .grid-top-item_one {
        width: 19%;
    }

    .order-composition-grid__amount {
        right: -20px;
    }

    .delete-good-btn {
        width: 14px;
        height: 14px;
    }

    .ordered-good__name {
        font-size: 17px;
    }

    .grid-top-item__price,
  .grid-top-item__amount {
        font-size: 17px;
    }

    .grid-top-item__amount {
        padding-left: 6%;
    }

    .ordered-good__name {
        margin-bottom: 15px;
    }

    .ordered-good__image {
        width: 110px;
        height: 100px;
    }

    .ordered-good__left-wrap {
        height: 75px;
    }

    .ordered-good__volume {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    .ordered-good {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .clear-basket-btn {
        font-size: 9.8px;
        padding-left: 25px;
    }

    .clear-basket-btn::before {
        width: 11px;
        height: 14px;
    }

    .promocode-title {
        font-size: 12.6px;
    }

    .promocode-input__item {
        width: 214px;
        height: 31px;
    }

    .promocode-input__item input {
        min-height: 31px;
        font-size: 14px;
    }

    .promocode-input__item input::-webkit-input-placeholder {
        height: 31px;
        font-size: 14px;
    }

    .promocode-input__item input::-moz-placeholder {
        height: 31px;
        font-size: 14px;
    }

    .promocode-input__item input:-ms-input-placeholder {
        height: 31px;
        font-size: 14px;
    }

    .promocode-input__item input::-ms-input-placeholder {
        height: 31px;
        font-size: 14px;
    }

    .promocode-input__item input::placeholder {
        height: 31px;
        font-size: 14px;
    }

    .promocode-submit-btn {
        width: 137.2px;
        height: 31.5px;
        font-size: 9.8px;
    }

    .order-change-btn {
        width: 137.2px;
        height: 31.5px;
        font-size: 9.8px;
    }

    .promocode-form {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .promocode__status {
        font-size: 8px;
    }

    .basket-controls__info {
        font-size: 13px;
    }

    .basket-total-price__title {
        font-size: 12.6px;
    }

    .basket-total-price__box {
        font-size: 22.4px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .basket-total-price__old-price,
  .basket-total-price__price {
        font-size: 22.4px;
    }

    .basket-total-price {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .to-ordering-btn {
        width: 215px;
        height: 31px;
        font-size: 9.8px;
        padding-left: 0;
        padding-right: 0;
    }

    .basket-section {
        margin-bottom: 80px;
    }

    .order-section {
        margin-bottom: 80px;
    }

    .order-block__right {
        width: 240px;
    }

    .order-item-ot {
        font-size: 15px;
    }

    .order-block__right label {
        width: 180px;
    }

    .order-block__right .filter-form-group label::before {
        min-width: 14px;
        min-height: 14px;
    }

    .order-item-el-total .order-item-title {
        font-size: 22.4px;
    }

    .order-item-el-total .order-item-discount {
        font-size: 22.4px;
    }

    .img-wrap {
        max-width: 190px;
        margin-bottom: 10px;
    }

    .order-block__right .filter-form-group label {
        margin-left: 20px;
    }

    .order-block .filter-form-group label::before {
        top: -30px;
        left: -20px;
    }

    .order-block .filter-form-group label::before {
        top: 1px;
        left: -20px;
    }

    .paykeeper-wrap {
        padding-left: 7px;
    }

    .form-info__text-wrap {
        margin-top: 25px;
        position: relative;
    }

    .order-block__right .filter-form-group label::before {
        top: -30px;
        min-width: 14px !important;
        min-height: 14px !important;
        width: 14px !important;
        height: 14px !important;
    }
}

@media (max-width: 1050px) {
    .footer-nav {
        padding-left: 70px;
    }

    .promo-slide-wrap {
        grid-template-columns: minmax(215px, 308px) 680px;
    }
}

@media (max-width: 1001px) {
    .footer__bottom-left {
        padding-left: 70px;
    }

    .breadcrumbs li, .breadcrumbs li a {
        font-size: 11.5px;
    }
}

@media (max-width: 1020px) {
    .product-card-right {
        padding-left: 22px;
    }

    .ordered-good__right {
        padding-left: 1.8%;
    }
}

@media (max-width: 1000px) {
    .ordered-good__right {
        padding-left: 1.2%;
    }

    ._main-padding {
        padding-left: 33px;
        padding-right: 33px;
    }

    .header-nav {
        position: fixed;
        right: 0;
        top: 0;
        width: 380px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
        padding: 135px 50px 90px 80px;
        z-index: 50;
        -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
        transform: translateX(150%);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .mobile-menu-opened .header-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

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

    .mobile-menu-close-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: url(../img/icons/cross-icon.svg) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto;
        background-size: contain;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 40px;
        right: 45px;
        cursor: pointer;
        background-color: transparent;
        border-radius: 6px;
        opacity: 0.8;
    }

    .catalog-filters-close-btn {
        background: url(../img/icons/grey-cross.svg) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto;
        background-size: contain;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 32px;
        right: 10px;
        cursor: pointer;
        background-color: transparent;
        border-radius: 6px;
        opacity: 0.8;
    }

    .header-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 20px;
    }

    .header-nav ul a {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

    .header__wrapper {
        padding-right: 125px;
    }

    .swiper-slide__product {
        right: 30px;
    }

    .slider-controls {
        left: 65%;
    }

    .first-screen__swiper .swiper-pagination {
        padding-top: 2px;
        color: #fff;
        font-size: 13px;
    }

    .first-screen__swiper .swiper-button-next,
  .first-screen__swiper .swiper-button-prev {
        min-width: 15px;
        height: 11px;
    }

    .first-screen__swiper .swiper-button-next {
        position: relative;
        left: -30px;
    }

    .first-screen__swiper .swiper-button-prev {
        position: relative;
        left: 30px;
    }

    .goods-grid {
        grid-template-columns: repeat(2, 230px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .catalog-controls__btns {
        /*-webkit-column-gap: 25px;*/
        /*-moz-column-gap: 25px;*/
        /*column-gap: 25px;*/
    }

    .catalog-right__top {
        margin-bottom: 45px;
    }

    .catalog-wrap {
        padding-top: 80px;
    }

    .catalog-right {
        padding-left: 35px;
    }

    .product-card__tabs {
        margin-bottom: 60px;
    }

    .description-block__img {
        width: 95%;
        height: 280px;
    }

    .pr-wrap {
        width: 170px;
    }

    .description-block__tips-text {
        margin-bottom: 65px;
    }
}

@media (max-width: 950px) {
    .footer__bottom-left {
        padding-left: 0;
    }

    .footer-nav {
        padding-left: 30px;
    }

    .footer__bottom-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        row-gap: 25px;
    }

    .footer__bottom-copyright {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .footer__bottom-right {
        position: relative;
        top: 50px;
    }

    .footer-nav ul {
        row-gap: 10px;
    }

    .product-card__name {
        font-size: 33.6px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 10px;
    }

    .product-card__description {
        height: 116px;
        font-size: 12.6px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .product-card__feature-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .product-card__feature-title {
        margin-bottom: 15px;
    }

    .slider-arrows-box {
        width: 85px;
    }

    .product-card-img-row {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 18px;
        -moz-column-gap: 18px;
        column-gap: 18px;
        row-gap: 13px;
    }

    .product-card__feature-item_price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .product-card__feature-title {
        margin-bottom: 0;
    }

    .ordered-good__right {
        padding-left: 1%;
    }
}

@media (max-width: 900px) {
    .ordered-good__right {
        padding-left: 0%;
    }

    .order-section {
        margin-bottom: 65px;
    }

    .footer__bottom-left {
        position: relative;
        top: 60px;
    }

    .footer-tel {
        position: absolute;
        left: 0;
        top: 65px;
    }

    .footer-tel a:first-child {
        margin-bottom: 7px;
    }

    .footer-tel a {
        font-size: 20px;
    }

    .footer-nav ul a {
        font-size: 13px;
    }

    .footer-nav__first a:not(:first-of-type) {
        font-size: 13px;
    }

    .footer {
        padding-bottom: 100px;
    }

    .footer-copyright {
        font-size: 12px;
    }

    .footer-nav {
        padding-top: 0;
    }

    .product-card__feature-item_price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .product-card .good-card__old-price {
        bottom: 8px;
        left: 120%;
    }

    .promo-slider .swiper-slide .product-item-container {
        width: 34%;
    }

    .promo-slide-wrap {
        -webkit-column-gap: 2.7%;
        -moz-column-gap: 2.7%;
        column-gap: 2.7%;
    }

    .ordered-good__left {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .basket-block {
        margin-top: 50px;
    }

    .basker-header {
        font-size: 34px;
        margin-bottom: 50px;
    }

    .main-page .product-slider._main-padding,
  .main-page .promo-slider._main-padding,
  .main-page .best-slider._main-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .coop-form-btn {
        border-radius: 25px;
        border: 0.5px solid #1D1D1B;
        background: #000;
        width: 300px;
        height: 31px;
        max-width: 300px;
        max-height: 31px;
        color: #FFF;
        text-align: center;
        font-family: Circe;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 60px;
        width: 300px;
        height: 31px;
        font-size: 9.8px;
    }

    .order-form__input {
        border-radius: 3.5px;
    }

    .coop-up__header {
        margin-top: 100px;
        margin-bottom: 50px;
        font-size: 35px;
    }
}

@media (max-width: 800px) {
    ._main-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .goods-grid {
        grid-template-columns: repeat(2, 215px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .header__wrapper {
        padding-right: 125px;
    }

    .product-slider__swiper,
  .product-slider__swiper-1,
  .product-slider__swiper-2,
  .product-slider__swiper-3,
  .product-slider__swiper-4 {
        padding-top: 0;
    }

    .swiper-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product-card-img {
        height: 380px;
    }

    .product-card {
        padding-bottom: 85px;
    }

    .basket-controls__info {
        max-width: 80%;
    }

    .order-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 100px;
    }

    .order-block__left {
        width: 100%;
    }

    .order-block__right {
        width: 100%;
    }

    .order-composition__top {
        margin-bottom: 30px;
    }

    .order-composition-grid__item {
        min-width: 110px;
    }

    .order-composition-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, minmax(110px, 158px));
    }

    .order-composition {
        margin-bottom: 60px;
    }

    .order-form__input {
        border-radius: 3.5px;
    }

    .order-block__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .order-block__right-top {
        width: 240px;
    }

    .order-block__right-bottom {
        width: 240px;
    }
}

@media (max-width: 769px) {
    .best-slider__swiper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .promo-slider__swiper .product-item-container {
        display: flex;
        justify-content: center;
    }

    .catalog-wrap {
        padding-top: 60px;
    }

    .slider-arrows-box {
        left: 54%;
    }

    .ordered-good {
        -webkit-column-gap: 77px;
        -moz-column-gap: 77px;
        column-gap: 77px;
    }
}

@media (max-width: 740px) {
    .catalog-right {
        padding-left: 20px;
    }

    .description-block__img {
        width: 100%;
        max-width: initial;
        height: 170px;
    }

    .description-block__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .description-block__tips-text {
        margin-bottom: 67px;
    }

    .description-block__tips-text p:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 720px) {
    .show-catalog-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog-left {
        position: absolute;
        left: 0;
        top: 100px;
        width: 100%;
        height: 120%;
        background-color: #ffffff;
        -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        transform: translateX(-150%);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .catalog-left_opened.catalog-left {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .catalog-filters {
        margin-top: 30px;
    }

    .catalog-left {
        padding-left: 100px;
    }

    .filter-form-group label {
        font-size: 16px;
    }

    .beeinlove-show-more {
        font-size: 16px;
    }

    .filter-form-group label::before {
        top: 0px;
        width: 17.5px !important;
        height: 17.5px !important;
    }

    .accordion-header {
        font-size: 17.5px;
    }

    .catalog-filters {
        width: 250px;
    }

    .accordion-line_wrap .filters-good-line {
        width: 200px;
        font-size: 10.5px;
        height: 27px;
    }

    .accordion-content__line .filter-form-group label::before {
        left: -50px;
    }

    .accordion-content__line .filter-form-group {
        margin-bottom: 10.5px;
    }

    .slide__title {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: uppercase;
        max-width: 250px;
        margin-bottom: 13px;
    }

    .slide__text {
        font-size: 16.8px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1.68px;
        text-transform: uppercase;
        margin-bottom: 17px;
    }

    .slider-controls {
        left: 50%;
    }

    .swiper-slide__content-box {
        top: 60%;
        left: 30px;
    }

    .swiper-slide__product {
        right: 15px;
    }

    .catalog-right {
        padding-left: 0;
    }

    .description-block__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: 2.4px;
        text-transform: uppercase;
        margin-bottom: 54px;
    }

    .description-block__tip {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        max-width: 400px;
    }

    .description-block__tips-box {
        margin-bottom: 35px;
    }

    .description-block__tips-text {
        max-width: initial;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }

    .description-block__tips-text {
        margin-bottom: 50px;
    }

    .product-card {
        padding-bottom: 85px;
    }

    .description-block__img {
        border-radius: 17.5px;
        overflow: hidden;
        width: 400px;
        height: 168px;
    }

    .description-block__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (min-width: 800px) and (max-width: 900px) {
    .product-slider__swiper,
  .product-slider__swiper-1,
  .product-slider__swiper-2,
  .product-slider__swiper-3,
  .product-slider__swiper-4 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 900px) {
    .product-slider__swiper,
  .product-slider__swiper-1,
  .product-slider__swiper-2,
  .product-slider__swiper-3,
  .product-slider__swiper-4 {
        padding-right: 37px;
    }
}

@media (max-width: 780px) {
    .promo-slide-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 40px;
    }

    .promo-slide__image {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .good-card {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .best-slider .swiper-wrapper {
        padding-top: 0px;
    }

    .promo-slider .slider-top {
        margin-bottom: 60px;
    }

    .promo-slider .swiper-slide .promo-slide__image {
        width: 100%;
        height: 420px;
    }

    .promo-slider .good-card {
        min-width: 215px;
    }

    .promo-slider .slider-arrows-box {
        top: 155%;
        right: -50px;
        left: initial;
    }

    .promo-slider .watch-more {
        position: absolute;
        top: 72px;
        left: 0px;
    }
}

@media (max-width: 750px) {
    .increase-img {
        right: 20px;
        bottom: 20px;
    }

    .ordered-good {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        row-gap: 20px;
    }

    .ordered-good__left {
        width: 100%;
    }

    .ordered-good__left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .ordered-good__right {
        width: 100%;
    }

    .orders-table-title {
        display: none;
    }

    .ordered-good {
        max-height: 220px;
        row-gap: 15px;
    }

    .ordered-good__image {
        width: 87px;
        height: 81px;
    }

    .ordered-good__left {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }

    .ordered-good__left-wrap {
        padding-top: 10px;
    }

    .grid-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .grid-bottom {
        width: 100%;
        padding-left: 5%;
    }

    .grid-top-item__price {
        width: 19%;
    }

    .delete-good-btn {
        position: absolute;
        top: -130px;
        right: 5px;
    }

    .ordered-good__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .grid-top-item__amount {
        padding-left: 3.5%;
    }

    .basket-controls__left {
        width: 40%;
    }

    .basket-controls__right {
        width: 60%;
    }
}

@media (max-width: 720px) {
    .product-slider .slider-title {
        margin-right: auto;
    }
}

@media (max-width: 700px) {
    .slider-arrows-box {
        left: 58%;
    }

    .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 45px;
    }

    .footer-tel {
        left: initial;
        right: 0;
        top: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .footer-tel a {
        font-size: 16px;
    }

    .footer-nav {
        padding-left: 0;
    }

    .footer__bottom-left {
        position: relative;
        top: 100px;
    }

    .footer {
        padding-bottom: 140px;
    }

    .mir-icon {
        width: 60px;
        height: 38px;
    }

    .visa-icon {
        width: 54px;
        height: 25px;
    }

    .mc-icon {
        width: 67px;
        height: 41px;
    }

    .halva-icon {
        width: 65px;
        height: 41px;
    }

    .footer-bottom {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .footer__bottom-right {
        top: 35px;
    }

    .footer__bottom-right {
        row-gap: 45px;
    }

    .footer__bottom-left {
        position: relative;
        top: 80px;
    }

    .product-card-img {
        margin-bottom: 20px;
    }

    .product-card__name {
        padding-right: 0;
    }

    .product-card__description {
        padding-right: 0;
    }

    .product-card__feature-item {
        row-gap: 10px;
    }

    .counter {
        width: 135px;
        height: 35px;
    }

    .product-card__feature-item_price {
        padding-top: 30px;
    }

    .product-card__tabs {
        -webkit-column-gap: 17px;
        -moz-column-gap: 17px;
        column-gap: 17px;
    }

    .product-card-page .main {
        margin-top: 10px;
    }
}

@media (max-width: 650px) {
    .main-page .promo-slider._main-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slider-arrows-box {
        width: 75px;
    }

    .slider-arrows-box {
        top: 53%;
    }

    .product-slider__swiper,
  .product-slider__swiper-1,
  .product-slider__swiper-2,
  .product-slider__swiper-3,
  .product-slider__swiper-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .product-slider__swiper .swiper-slide-active .good-card {
        border: 1px solid #BCBCBC;
        background: #FFF;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    }

    .product-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .product-slider__swiper,
  .product-slider__swiper-1,
  .product-slider__swiper-2,
  .product-slider__swiper-3,
  .product-slider__swiper-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .product-slider__swiper .good-card {
        position: relative;
    }

    .product-slider__swiper .good-card:hover {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 22px 18px 15px 18px;
        border-radius: 15px;
        border: 1px solid #BCBCBC;
        background-color: #F5F5F5;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product-slider__swiper .swiper-slide-active .good-card:hover {
        border: 1px solid #BCBCBC;
        background: #FFF;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    }

    .product-slider__swiper .good-card:hover {
        border: 1px solid #BCBCBC;
        background: #FFF;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product-slider__swiper .good-card:hover .good-card-title {
        color: #747474;
    }

    .product-slider__swiper .good-card:hover .good-card-description {
        color: #747474;
    }

    .product-slider__swiper .good-card:hover .good-card__price {
        color: #747474;
    }

    .product-slider__swiper .good-card:hover .add-to-cart-btn {
        background-color: #fff;
        color: #747474;
    }

    .product-slider__swiper .good-card:hover .add-to-cart-btn::after {
        -webkit-filter: brightness(4);
        filter: brightness(0);
    }

    .product-slider__swiper .good-card:hover .good-card-title {
        font-size: 12.5px;
    }

    .product-slider__swiper .good-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, color-stop(-35.85%, rgba(245, 245, 245, 0)), to(#F5F5F5));
        background: -o-linear-gradient(left, rgba(245, 245, 245, 0) -35.85%, #F5F5F5 100%);
        background: linear-gradient(90deg, rgba(245, 245, 245, 0) -35.85%, #F5F5F5 100%);
        border-radius: 15px;
        z-index: 5;
    }

    .product-slider__swiper .swiper-slide-active .good-card::before {
        display: none;
    }

    .slider-top {
        margin-left: 0;
        margin-right: 0;
    }

    .product-slider__swiper,
  .product-slider__swiper-1,
  .product-slider__swiper-2,
  .product-slider__swiper-3,
  .product-slider__swiper-4 {
        margin-top: 35px;
    }

    .slider-arrows-box {
        width: 92px;
        left: 50%;
        top: 170%;
    }

    .promo-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .product-slider .promo-slider__swiper {
        padding-left: 0;
        padding-right: 0;
    }

    .product-slider__swiper .swiper-slide {
        width: 215px !important;
    }

    .product-slider .product-slider-wrap {
        margin-left: -20px;
        margin-right: -20px;
    }

    .product-slider-wrap .slider-top {
        padding-left: 20px;
        padding-right: 20px;
    }

    .best-slider .slider-top {
        padding-left: 0px;
        padding-right: 0px;
    }

    .promo-slider__swiper {
        padding-top: 5px;
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .promo-slider .swiper-slide .promo-slide__image {
        display: none;
    }

    .promo-slider .promo-slide-wrap {
        padding-top: 20px;
    }

    .basket-controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }

    .basket-controls__left {
        width: 100%;
    }

    .basket-controls__right {
        width: 100%;
    }

    .basket-total-price {
        margin-top: 36px;
        margin-bottom: 40px;
    }

    .basket-controls__info {
        max-width: 100%;
    }
}

@media (max-width: 630px) {
    .product-card__tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 22px;
    }

    .product-card-tab {
        width: 345px;
        height: 32px;
    }
}

@media (max-width: 600px) {
    .grid-top .grid-top-item_two {
        padding-left: 13%;
    }

    .order-composition-grid {
        grid-template-columns: repeat(3, minmax(110px, 158px));
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .order-form__bottom-right {
        padding-right: 12px;
    }

    .order-form__bottom-left {
        width: 100%;
    }

    .order-block__right-top {
        max-width: 360px;
        margin: 0 auto;
    }

    .order-block__right-bottom {
        max-width: 380px;
        margin: 0 auto;
    }

    .form-info__text {
        max-width: 70%;
    }

    .order-bl-wrap {
        border-top: none;
        border-bottom: 1px solid #BCBCBC;
    }
}

@media (max-width: 580px) {
    .product-card__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-card-left {
        width: 100%;
        max-width: 440px;
    }

    .product-card-right {
        width: 100%;
    }

    .product-card-img {
        margin-bottom: 30px;
    }

    .product-card-left {
        margin-bottom: 70px;
    }

    .product-card-right {
        padding-left: 0;
    }

    .product-card__feature-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-column-gap: 26px;
        -moz-column-gap: 26px;
        column-gap: 26px;
    }

    .product-card__feature-title {
        min-width: initial;
    }

    .product-card__feature-item_price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 35px;
    }

    .product-card .add-to-cart-btn {
        margin: 0 auto;
        width: 345px;
        height: 32px;
    }

    .product-card__bottom {
        margin-top: 90px;
    }

    .product-card-right {
        padding-left: 50px;
        padding-right: 50px;
    }

    .product-card .add-to-cart-btn::after {
        right: 126px;
        top: 49%;
    }

    .order-form__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .order-form__bottom-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 0;
    }

    .order-form__bottom-right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0;
        margin-bottom: 35px;
    }

    .order-block__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .order-block__right-top {
        width: 100%;
    }

    .order-block__right-bottom {
        width: 100%;
    }

    .order-item-el-total {
        padding-left: 30px;
        padding-right: 30px;
    }

    .img-wrap {
        max-width: 320px;
    }

    .order-btn {
        max-width: 235px;
        margin: 0 auto;
    }

    .confirm-submit {
        max-width: 230px;
        margin: 0 auto;
    }

    .order-block__right .filter-form-group label {
        margin-left: 50px;
        width: 80%;
    }

    .filter-form-group label {
        font-size: 12.6px;
    }

    .img-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: initial;
        width: 100%;
    }

    .img-wrap img {
        padding-left: 52px;
    }

    .order-block__right-bottom .filter-form-group label::before {
        width: 14px !important;
        height: 14px !important;
        top: -37px;
        left: -25px;
    }

    .form-info__text {
        max-width: 100%;
    }
}

@media (max-width: 550px) {
    .order-form__bottom-right {
        padding-right: 12px;
    }

    .decisions-tabs-box {
        max-width: 340px;
    }

    .decisions-slider .slider-arrows-box {
        margin-left: 0;
    }

    .order-composition-grid {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .footer__bottom-right {
        position: absolute;
        right: 0;
        top: 35px;
    }

    .footer__bottom-left {
        position: relative;
        top: 122px;
    }

    .first-screen__swiper {
        height: 200px;
    }

    .swiper-slide__content-box {
        /*top: 70%;*/
        left: 30px;
    }

    .slider-controls {
        bottom: 22px;
    }

    .swiper-slide__bg {
        -o-object-position: 70% 30%;
        object-position: 70% 30%;
    }

    .swiper-slide__product {
        right: -40px;
        top: 44%;
    }

    .slider-title {
        font-size: 33.6px;
        top: -5px;
    }

    .order-block {
        row-gap: 75px;
    }

    .orders-table .counter {
        width: 88px;
        height: 35px;
        margin-left: 10%;
    }

    .ordered-good .counter__plus {
        background-size: 40%;
    }

    .ordered-good .counter__minus {
        background-size: 40%;
    }

    .ordered-good .counter__amount {
        font-size: 16.8px;
    }

    .grid-top .grid-top-item_two {
        padding-left: 15%;
    }
}

@media (max-width: 520px) {
    .product-slider__swiper,
  .product-slider__swiper-1,
  .product-slider__swiper-2,
  .product-slider__swiper-3,
  .product-slider__swiper-4 {
        margin-top: 90px;
    }

    .product-slider .watch-more {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -50px;
        width: 140px;
        height: 30px;
    }

    .slider-arrows-box {
        top: 270%;
    }
}

@media (max-width: 500px) {
    .catalog-right__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 30px;
    }

    .goods-grid {
        grid-template-columns: repeat(1, 215px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .show-catalog-toggle {
        margin-bottom: 25px;
    }

    .product-slider__swiper,
  .product-slider__swiper-1,
  .product-slider__swiper-2,
  .product-slider__swiper-3,
  .product-slider__swiper-4 {
        margin-top: 100px;
    }

    .decisions-tabs-box {
        min-width: 100%;
    }

    .decisions-slider .slider-arrows-box {
        position: relative;
        right: 110px !important;
    }
}

@media (max-width: 480px) {
    .order-block__right-bottom {
        max-width: initial;
        margin: 0 auto;
    }

    .order-block__right-top {
        max-width: initial;
        margin: 0 auto;
    }

    .order-form__bottom-right {
        width: 100%;
        padding-right: 0;
    }

    .goods-pagination {
        display: none;
    }

    .header-logo {
        width: 145px;
    }

    .header__burger {
        top: 25px;
    }

    .header-nav {
        width: 100%;
        height: 100vh;
    }

    .product-card-right {
        padding-left: 0px;
        padding-right: 0px;
    }

    .product-card-left {
        margin-bottom: 40px;
    }

    .grid-top .grid-top-item_two {
        padding-left: 14%;
    }

    .order-form__item {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .footer-nav ul {
        grid-template-columns: repeat(2, 130px);
        grid-template-rows: 25px;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    li.footer-nav__first {
        grid-row: span 4;
    }

    .footer-nav ul li:nth-child(4n),
  .footer-nav ul li:nth-child(2n) {
        padding-left: 0px;
    }

    .footer-top {
        row-gap: 30px;
    }

    .footer__bottom-right {
        width: 100%;
    }

    .footer__bottom-center {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__bottom-copyright {
        top: 31px;
        position: relative;
    }

    .footer-tel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
        right: initial;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 255px;
    }

    .footer__bottom-right {
        top: 55px;
    }

    .footer {
        padding-bottom: 180px;
    }

    .footer-legal a {
        font-size: 13px;
    }

    .footer-logo {
        width: 320px;
    }

    .header__burger {
        right: 20px;
    }

    .catalog-left {
        padding-left: 0px;
    }

    .description-block__img {
        width: 280px;
        height: 110px;
    }

    .description-block__title {
        width: 100%;
    }

    .description-block__tips-text {
        padding-left: 30px;
        padding-right: 30px;
    }

    .ordered-good {
        max-height: 250px;
        row-gap: 25px;
    }

    .delete-good-btn {
        position: absolute;
        top: -140px;
        right: 5px;
    }

    .promocode-input__item {
        width: 151px;
        height: 32px;
    }

    .promocode-form {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .basket-total-price {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .grid-top .grid-top-item_two {
        padding-left: 13%;
    }

    .order-composition-grid {
        grid-template-columns: repeat(2, minmax(110px, 158px));
    }
}

@media (max-width: 390px) {
    .header__wrapper {
        padding-right: 95px;
    }

    .product-card .add-to-cart-btn,
  .product-card-tab {
        width: 270px;
    }

    .product-card .add-to-cart-btn::after {
        right: 90px;
        top: 49%;
    }

    .basker-header {
        font-size: 30px;
    }

    .decisions-tabs-box {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px;
    }
}

@media (max-width: 350px) {
    .footer-nav ul {
        grid-template-columns: repeat(2, 130px);
        grid-template-rows: 25px;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 30px;
    }

    .header-nav {
        padding: 50px 50px 30px 50px;
    }
}
/* 14.10.2023 */
.header-nav .header__link_active::after {
    opacity: 1;
}

.delivery-main {
    font-family: Circe, Arial, Helvetica, sans-serif;
}

.section__title {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;

    text-transform: uppercase;
}

.delivery-section {
    margin-top: 101px;
}

.delivery-section__kinds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 90px;
    margin-bottom: 73px;
}

.kind {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    column-gap: 42px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.kind__img {
    margin-top: 20px;
}

.kind__description-text, .kind__description-block {
    font-family: Circe;
}

.kind__description-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.kind__description-text {
    max-width: 1089px;
    margin-top: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.kind__description-block {
    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;
    border: 1px solid #BCBCBC;
    padding: 15px 80px;
    margin-top: 43px;
    text-align: center;
}

.kind__block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.kind__img {
    width: 100%;
}

.individual-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.description-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.description-item__title {
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.price-delivery {
    display: block;
}

.kind__description-pay {
    margin-left: 100px;
}

.description-item__text_up {
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
}

.individ {
    display: none;
}

.time-delivery__block span {
    margin-top: 20px;
}

.time-delivery__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.description-item__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.img_individual {
    margin-top: 8px !important;
}

.icon_moscow {
    margin-top: 5px;
}

.icon_partners {
    width: 80px;
}

.kind__block-img {
    width: 80px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.map-block {
    margin-top: 43px;
    height: 500px;
}

.map-section__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.icon_foot {
    margin-top: 0px;
}

.block-icon_foot {
    width: 45px;
}

.kind-foot {
    margin-top: 30px;
}

.kind-foot__paths {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 85px;
    margin-top: 56px;
    -webkit-column-gap: 62px;
    -moz-column-gap: 62px;
    column-gap: 62px;
}

.path {
    max-width: 529px;
}

.path__img {
    width: 100%;
    border-radius: 15px;
}

.path__description {
    font-family: Circe;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 52px;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
}

.path__text-title {
    text-transform: uppercase;
    font-weight: 700;
}

.path__text-specification {
    margin-top: 20px;
}

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

.path__num {
    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;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid black;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.additional_information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    column-gap: 42px;
    margin-top: 73px;
    font-family: Circe;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}

.information__img {
    width: 74px;
    margin-top: -20px;
    object-fit: contain;
}

.information__description {
    max-width: 626px;
}

.information__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.pay-section {
    margin-top: 150px;
    margin-bottom: 213px;
}

.bank-pre-description {
    margin-top: 64px;
    max-width: 641px;
}

.bank__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px;
    margin-top: 7px;
}

.bank__list-item {
    width: 174px;
    height: 107px;
    border-radius: 10px;
    overflow: hidden;
}

.bank__list-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bank-pre-description {
    max-width: 641px;
}

.bank-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 68px;
}

.text-RF {
    text-transform: uppercase;
}

.text-sam {
    text-transform: uppercase;
}

.bank-description {
    font-family: Circe;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    max-width: 1089px;
}

.qr-code__block {
    margin-top: 43px;
    width: 215px;
    height: 60px;
}

.qr-code__block-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.icon-block_pay {
    width: 60px;
    overflow: inherit;
}

.icon_qr-code {
    width: 70px;
}

.icon_pay {
    width: 100%;
    height: 100%;
    margin-top: -5px;
}

.pay-section__kinds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 70px;
    margin-top: 78px;
}

@media (max-width: 1000px) {
    .delivery-section {
        margin-top: 70.7px;
    }

    .delivery-section__kinds {
        margin-top: 63px;
    }

    .delivery-section__kinds {
        row-gap: 25px;
    }

    .kind__img_individual {
        width: 33px !important;
    }

    .img_individual {
        margin-top: 8px;
    }

    .section__title {
        font-size: 44.8px;
    }

    .kind__description-title {
        font-size: 33.6px;
    }

    .individual-title {
        font-size: 25.2px;
    }

    .kind__description-text {
        font-size: 14px;
        margin-top: 20px;
    }

    .kind__description-block {
        font-size: 14px;
    }

    .bank-pre-description {
        max-width: 448px;
    }

    .kind {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }

    .kind__description-block {
        margin-top: 30px;
    }

    .description-item {
        margin-top: 17px;
    }

    .kind__block-img {
        width: 31px;
    }

    .icon_moscow {
        margin-top: 1px;
    }

    .kind__img {
        margin-top: 0px;
    }

    .img_partners {
        overflow: inherit;
    }

    .icon_partners {
        margin-top: 15px;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .map-block {
        margin-top: 27px;
        height: 350px;
    }

    .kind-foot {
        margin-top: 27px;
    }

    .icon_foot {
        margin-top: 0;
    }

    .path__description {
        line-height: 100%;
    }

    .kind-foot__paths {
        margin-top: 27px;
        margin-left: 68px;
    }

    .kind-foot__paths {
        -webkit-column-gap: 43px;
        -moz-column-gap: 43px;
        column-gap: 43px;
    }

    .path__text {
        font-size: 14px;
    }

    .kind__description-pay {
        margin-left: 84px;
    }

    .path__text-specification {
        margin-top: 10px;
    }

    .path__num {
        width: 38.5px;
        height: 38.5px;
        font-size: 16.7px;
    }

    .additional_information {
        margin-top: 73px;
        font-size: 14px;
    }

    .information__text {
        row-gap: 8px;
    }

    .additional_information {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .information__img {
        width: 51.8px;
    }

    .pay-section {
        margin-top: 104px;
    }

    .pay-section__kinds {
        margin-top: 54px;
    }

    .bank-pre-description {
        margin-top: 44.7px;
    }

    .bank__list {
        margin-top: 9px;
    }

    .bank__list-item {
        width: 110px;
        height: 69px;
    }

    .bank__list {
        -webkit-column-gap: 21px;
        -moz-column-gap: 21px;
        column-gap: 21px;
    }

    .bank-text {
        margin-top: 47px;
    }

    .bank-text {
        font-size: 14px;
    }

    .bank-description {
        font-size: inherit;
    }

    .bank-text {
        row-gap: 10px;
    }

    .pay-section__kinds {
        row-gap: 45px;
    }

    .qr-code__block {
        width: 150px;
        height: 42px;
    }

    .icon-block_pay {
        width: 49px;
        height: 49px;
        overflow: inherit;
    }

    .icon_pay {
        margin-top: -5px;
    }

    .path__description {
        -webkit-column-gap: 18px;
        -moz-column-gap: 18px;
        column-gap: 18px;
    }

    .pay-section {
        margin-bottom: 150px;
    }

    .qr-code__block {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .kind__description-text {
        margin-top: 15.2px;
        margin-top: 22px;
    }

    .kind__description-block {
        padding: 10px 10px;
    }

    .map-block {
        margin-top: 70px;
    }

    .block-icon_foot {
        width: 39px;
    }

    .path__description {
        margin-top: 25px;
    }

    .kind-foot__paths {
        grid-template-columns: 1fr;
        margin-left: 0px;
        row-gap: 40px;
    }

    .path {
        max-width: 100%;
    }

    .kind-foot__paths {
        margin-top: 18px;
    }

    .path__img {
        height: 260px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .bank-pre-description {
        max-width: 641px;
        margin-top: 44px;
    }

    .bank__list-item {
        border-radius: 7px;
    }

    .icon-block_pay {
        width: 42px;
    }

    .path__num {
        -webkit-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        transform: translateY(-9px);
    }

    .delivery-section {
        margin-top: 69.7px;
    }

    .pay-section {
        margin-bottom: 92px;
    }

    .qr-code__block {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .kind__description-text {
        margin-top: 25px;
    }

    .bank-pre-description {
        margin-top: 45px;
    }

    .delivery-section__kinds {
        row-gap: 20px;
    }

    .map-block {
        margin-top: 30px;
    }

    .delivery-section__kinds {
        margin-top: 69px;
    }

    .kind__description-block {
        margin-top: 28px;
    }

    .individ {
        display: block;
    }

    .kind-foot {
        margin-top: 32px;
    }

    .path__description {
        margin-top: 37px;
    }

    .kind__description-pay {
        margin-left: 0px;
    }

    .kind-foot__paths {
        row-gap: 26px;
    }

    .bank__list-item {
        width: 64px;
        height: 40px;
    }

    .bank__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pay-section__kinds {
        margin-top: 79px;
    }

    .kind__description-pay {
        margin-top: 25px;
    }

    .pay-section {
        margin-bottom: 96px;
    }

    .qr-code__block {
        margin-top: 36px;
    }
}

@media (max-width: 360px) {
    .kind__description-title {
        font-size: 32px;
    }

    .bank__list-item {
        width: 61px;
        height: 38px;
    }

    .kind-foot__paths {
        row-gap: 60px;
    }

    .block-icon_foot {
        width: 38px;
    }

    .map-block {
        margin-top: 22px;
    }

    .kind__description-block {
        padding: 10px 10px;
    }

    .individual-title {
        font-size: 25.2px;
    }

    .description-item__text_up {
        margin-top: 15px;
    }

    .bank-pre-description {
        margin-top: 24px;
    }

    .qr-code__block {
        margin-top: 23px;
    }

    .icon-block_pay {
        overflow: inherit;
    }

    .kind {
        -webkit-column-gap: 21px;
        -moz-column-gap: 21px;
        column-gap: 21px;
    }
}
/* 17.10.2023 */
textarea:focus {
    outline: none;
}

.contact__title {
    text-align: center;
}

.question-section__title {
    text-align: center;
    text-transform: none;
    font-size: 48px;
    letter-spacing: 0;
}

.contact-section {
    margin-top: 101px;
}

.block__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 28px;
    margin-top: 131px;
}

.contact-rectangle__number {
    font-weight: 700;
}

.adress-rectangle__description {
    /*font-family: Inter;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-rectangle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 420px;
    padding: 30px 69px;
    border-radius: 15px;
    border: 1px solid #BCBCBC;
    /*background: #F5F5F5;*/
    background: #FFFFFF;
    font-family: Circe;
    font-size: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.contacts__contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
}

.contact-rectangle__img {
    height: 45px;
}

.contacts__adress {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.address-title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bolder;
}

.address-decs {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.adress-img {
    width: 53px;
}

.adress-rectangle__img {
    height: 100%;
}

.adress-rectangle {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px;
}

.lawyer__rectangle {
    padding-right: 10px;
}

.img__block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    height: auto;
}

.contacts__message {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.contacts__onecol {
    display: grid;
    gap: 28px;
}

.message-rectangle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 39px;
    -moz-column-gap: 39px;
    column-gap: 39px;
    padding: 43px 69px;
}

.message-rectangle__img {
    height: 73px;
}

.description-width {
    max-width: 450px;
}

.contact-map__block {
    margin-top: 124px;
    width: 100%;
    height: 560px;
    border-radius: 15px;
    overflow: hidden;
}

.contact-map__block-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.question-section {
    margin-top: 112px;
    margin-bottom: 145px;
}

.block-question__title {
    width: 1161px;
}

.question-section__form {
    margin-top: 111px;
    padding: 0px 112px;
}

.captcha-img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.form__date-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #747474;
    text-align: center;
    font-family: Circe;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px solid rgb(105, 104, 104);
    width: 100%;
}

.br-adress {
    display: none;
}

.captcha {
    width: 60%;
    background-color: white;
    padding: 0px;
}

.form__message {
    resize: none;
    text-align: left;
    padding: 23px 43px;
    font-size: 20px;
}

.form__captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
}

.form__date {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 27px;
}

.form__message {
    width: 100%;
    height: 261px;
    margin-top: 27px;
}

.form__btn {
    color: #FFF;
    text-align: center;
    font-family: Circe;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    background: #000;
    padding: 12px 120px;
    cursor: pointer;
}

.form__block-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 58px;
}

.form__block-agreement {
    font-family: Circe;
    width: 100%;
    margin-top: 24px;
    text-align: center;
}

.agreement-text {
    color: #747474;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 431px;
    margin: 0 auto;
}

.agreement-link {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 1250px) {
    .contact-rectangle {
        font-size: 20px;
        padding: 30px 30px;
    }
}

@media (max-width: 1150px) {
    .address-title {
        font-size: 22px;
    }

    .adress-rectangle__description {
        font-size: 16px;
    }
}

@media (max-width: 1000px) {
    .contact-section {
        margin-top: 70.7px;
    }

    .block__contacts {
        margin-top: 91.8px;
    }

    .contact-rectangle__img {
        height: 31px;
    }

    .contact-rectangle {
        font-size: 16.8px;
    }

    .contacts__contact {
        -webkit-column-gap: 19.6px;
        -moz-column-gap: 19.6px;
        column-gap: 19.6px;
    }

    .contact-rectangle {
        padding: 17.5px 34px;
    }

    .block__contacts {
        row-gap: 20.3px;
    }

    .adress-rectangle__img {
        height: 48px;
    }

    .address-title {
        font-size: 16.8px;
    }

    .adress-rectangle__description {
        font-size: 14px;
    }

    .contact-rectangle {
        row-gap: 14px;
        border-radius: 10.5px;
    }

    .img__block {
        width: 62px;
    }

    .adress-rectangle {
        -webkit-column-gap: 30.8px;
        -moz-column-gap: 30.8px;
        column-gap: 30.8px;
    }

    .message-rectangle__img {
        height: 51.1px;
    }

    .lawyer__rectangle {
        padding-right: 10px;
    }

    .contact-map__block {
        height: 392px;
        margin-top: 66.5px;
    }

    .question-section {
        margin-top: 78.4px;
        margin-bottom: 101px;
    }

    .question-section__title {
        font-size: 33.6px;
    }

    .question-section__form {
        margin-top: 77.3px;
        padding: 0px 78px;
    }

    .form__date-input {
        font-size: 11.2px;
    }

    .form__date {
        -webkit-column-gap: 19.6px;
        -moz-column-gap: 19.6px;
        column-gap: 19.6px;
        row-gap: 18.9px;
    }

    .form__captcha {
        -webkit-column-gap: 19.6px;
        -moz-column-gap: 19.6px;
        column-gap: 19.6px;
    }

    .form__message {
        margin-top: 18.9px;
        height: 182px;
        font-size: 14px;
        padding: 16px 28px;
    }

    .form__block-btn {
        margin-top: 40.6px;
    }

    .form__btn {
        font-size: 9.8px;
        padding: 7.7px 75px;
    }

    .form__block-agreement {
        margin-top: 13.3px;
    }

    .agreement-text {
        max-width: 300px;
        font-size: 11.2px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        margin-top: 67px;
    }

    .adress-rectangle {
        padding: 17px 15px;
        -webkit-column-gap: 19.1px;
        -moz-column-gap: 19.1px;
        column-gap: 19.1px;
    }

    .contacts__adress {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        row-gap: 19px;
    }

    .contacts__contact {
        -webkit-column-gap: 9px;
        -moz-column-gap: 9px;
        column-gap: 9px;
    }

    .img__block {
        width: 58px;
    }

    .contact-rectangle__img {
        height: 31px;
    }

    .adress-rectangle__img {
        height: 48px;
    }

    .contacts__message {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }

    .message-rectangle__img {
        height: 51px;
    }

    .message-rectangle {
        -webkit-column-gap: 29px;
        -moz-column-gap: 29px;
        column-gap: 29px;
    }

    .contact-map__block {
        height: 591px;
        margin-top: 50px;
    }

    .question-section {
        margin-top: 107px;
        margin-bottom: 119px;
    }

    .question-section__form {
        padding: 0;
    }

    .form__date {
        -webkit-column-gap: 18px;
        -moz-column-gap: 18px;
        column-gap: 18px;
        row-gap: 19px;
    }

    .form__captcha {
        -webkit-column-gap: 11px;
        -moz-column-gap: 11px;
        column-gap: 11px;
    }

    .form__message {
        margin-top: 19.1px;
        padding: 16px 27px;
    }

    .form__block-btn {
        margin-top: 54px;
    }

    .contact-rectangle {
        padding: 20px 34px;
    }
}

@media (max-width: 730px) {
    .contacts__contact {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 15px;
    }

    .contact-rectangle {
        max-width: 100%;
    }
}

@media (max-width: 710px) {
    .contacts__adress {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 580px) {
    .contacts__message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 19px;
    }

    .message-rectangle {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 480px) {
    .contact-section {
        margin-top: 67px;
    }

    .block__contacts {
        margin-top: 55px;
    }

    .contacts__contact {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 15px;
    }

    .contact-rectangle {
        row-gap: 20px;
    }

    .contacts__adress {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 15px;
    }

    .contacts__message {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 15px;
    }

    .message-rectangle {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-block {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .block__contacts {
        row-gap: 15px;
    }

    .contact-map__block {
        margin-top: 73px;
    }

    .question-section {
        margin-top: 87px;
        margin-bottom: 110px;
    }

    .question-br {
        display: none;
    }

    .question-section__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 59.3px;
    }

    .form__date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 19.2px;
        width: 350px;
    }

    .form__captcha {
        width: 100%;
    }

    .form__message {
        max-width: 350px;
    }
}

@media (max-width: 360px) {
    .contact-section {
        margin-top: 76px;
    }

    .contact-rectangle {
        padding: 20px 19px;
    }

    .br-adress {
        display: block;
    }

    .contact-rectangle {
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .question-section {
        margin-top: 53px;
        margin-bottom: 104px;
    }

    .form__date {
        width: 100%;
    }

    .form__message {
        padding: 16px 11px;
    }
}
/*================================NEW STYLES=======================================*/
.title_1 {
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
}

.title_2 {
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
}

.title_2 span {
    font-weight: normal;
}

p {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.45;
}

.about-promo {
    padding: 70px 0 150px 0;
    background-position: right 70%;
    background-image: url(../img/about-promo-bg.jpg);
    background-size: cover;
}

.about-promo__block {
    position: relative;
    padding: 40px 30px 45px;
    max-width: 532px;
    border: 3px solid #EFB227;
    text-align: center;
    border-radius: 15px;
}

.about-promo__block:after {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #EFB227;
    border-radius: 15px;
}

.about-promo__title {
    margin-bottom: 55px;
    text-transform: uppercase;
}

.about-promo__icon {
    margin-bottom: 35px;
}

.about-promo__subtitle {
    margin-bottom: 60px;
}

.about-components {
    background: #fff;
}

.about-components__body {
    position: relative;
    padding-bottom: 120px;
}

.about-components__body:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    bottom: 50px;
    width: 169px;
    height: 172px;
    background-image: url(../img/components-leaf1.png);
}

.about-components__body:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -80px;
    right: 180px;
    width: 206px;
    height: 179px;
    background-image: url(../img/components-leaf2.png);
}

.about-components__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
}

.about-components__top-leftside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.about-components__top-rightside {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.about-components__image {
    padding-right: 170px;
    text-align: right;
}

.about-components__image img {
    position: relative;
    top: -50px;
}

.about-components__desc {
    padding-bottom: 30px;
}

.about-components-scheme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-components-scheme__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 115px;
}

.about-components-scheme__image {
    position: relative;
    width: 473px;
    height: 473px;
}

.about-components-scheme__image:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -175px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 421px;
    height: 575px;
    background-image: url(../img/about-components-shape.svg);
}

.about-components-scheme__image img {
    border-radius: 50%;
}

.about-components-scheme__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 120px;
}

.about-components-scheme-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 36px 0;
}

.about-components-scheme-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    max-width: 115px;
    height: 115px;
    border-radius: 50%;
    margin-right: 28px;
    overflow: hidden;
}

.about-components-scheme-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-components-scheme-item__title {
    width: 295px;
    padding: 11px 37px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.about-power {
    padding: 95px 0;
    background-image: url(../img/about-power-bg-tiny.jpg);
    background-size: cover;
}

.about-power__block {
    position: relative;
    padding: 50px 30px 35px;
    max-width: 488px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    border: 3px solid #EFB227;
    text-align: center;
    border-radius: 15px;
}

.about-power__block:after {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #EFB227;
    border-radius: 15px;
}

.about-power__title {
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.about-power__subtitle {
    margin-bottom: 35px;
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.3;
}

.about-power__desc {
    padding: 0 40px;
    padding-bottom: 15px;
}

.about-power__icon {
    margin-bottom: 25px;
}

.about-power__slogan {
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #EFB227;
}

.about-features {
    padding: 140px 0;
}

.about-features__title {
    margin-bottom: 125px;
    text-align: center;
    text-transform: uppercase;
}

.about-features__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-features__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.about-features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-features-item__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    max-width: 115px;
}

.about-features-item__desc {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.about-steps {
    padding: 85px 0;
    background-image: url(../img/about-steps-bg-tiny.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.about-steps__block {
    margin-left: auto;
    margin-right: 100px;
    width: 670px;
    padding: 50px 65px 45px;
    position: relative;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    border: 3px solid #EFB227;
    border-radius: 15px;
}

.about-steps__block:after {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #EFB227;
    border-radius: 15px;
}

.about-steps__title {
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 6.4px;
}

.about-steps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.about-steps-item__num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
    position: relative;
    top: 10px;
    left: 10px;
    height: 80px;
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 150px;
    color: #fff;
}

.about-steps-item__desc {
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 1.3;
    color: #fff;
}

.about-principles {
    padding: 140px 0 80px 0;
}

.about-principles__title {
    margin-bottom: 140px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6.4px;
}

.about-principles__desc {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 50px;
    font-family: Circe, Arial, Helvetica, sans-serif;
    margin: 0 auto 160px;
    max-width: 1150px;
    font-size: 36px;
    line-height: 1.3;
    border: 2px solid #EFB227;
    border-radius: 15px;
    position: relative;
}

.about-principles__desc:after {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #EFB227;
    border-radius: 15px;
}

.about-principles__desc span {
    margin: 2px 12px;
}

.about-principles__desc img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    max-width: 48px;
}

.about-principles__list {
    padding: 0 50px;
}

.about-principles-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}

.about-principles-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about-principles-item:nth-child(even) .about-principles-item__content {
    padding: 0 70px 0 0;
}

.about-principles-item__content {
    padding-left: 70px;
}

.about-principles-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
    max-width: 600px;
}

.about-principles-item__title {
    margin-bottom: 40px;
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.about-principles-item p {
    margin-bottom: 12px;
    line-height: 1.3;
}

.abpi__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
}

.abpi__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
}

.abpi__image {
    border-radius: 50%;
    overflow: hidden;
    height: 288px;
}

.abpi__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-principles__desc-img img {
    display: none !important;
}

@media (min-width: 2000px) {
    .about-promo {
        background-position: left 50% top 90%;
    }
}

@media (max-width: 1500px) {
    .about-components-scheme__main {
        padding-left: 100px;
    }
}

@media (max-width: 1400px) {
    .about-components-scheme__main {
        padding-left: 50px;
    }
}

@media (max-width: 1279px) {
    .title_1 {
        font-size: 44px;
    }

    .title_2 {
        font-size: 34px;
    }

    p {
        font-size: 15px;
    }

    .about-promo__block {
        max-width: 372px;
        background: #fff;
    }

    .about-promo__title {
        margin-bottom: 35px;
    }

    .about-promo__subtitle {
        margin-bottom: 40px;
    }

    .about-promo__icon img {
        width: 85px;
    }

    .about-promo__subtitle img {
        width: 215px;
    }

    .about-components__image img {
        top: -20px;
        width: 165px;
    }

    .about-components-scheme__main {
        padding-left: 0;
    }

    .about-components-scheme-item__title {
        font-size: 15px;
        padding: 10px 20px;
    }

    .about-components__body:before {
        background-repeat: no-repeat;
        background-size: contain;
        width: 140px;
        height: 140px;
        bottom: 30px;
    }

    .about-components__body:after {
        right: 70px;
        width: 180px;
        height: 120px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .about-components-scheme__image {
        width: 350px;
        height: 350px;
    }

    .about-components-scheme__image:after {
        width: 295px;
        height: 400px;
        right: -120px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .about-components-scheme__list {
        padding-left: 50px;
    }

    .about-components-scheme-item__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px;
        height: 90px;
    }

    .about-components-scheme-item {
        margin: 25px 0;
    }

    .about-power__title {
        margin-bottom: 20px;
    }

    .about-power__subtitle {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .about-power__desc {
        padding-bottom: 5px;
    }

    .about-power__icon {
        margin-bottom: 20px;
    }

    .about-power__icon img {
        height: 40px;
    }

    .about-power__slogan {
        font-size: 18px;
    }

    .about-power__block {
        width: 340px;
    }

    .about-power__desc {
        padding-left: 0;
        padding-right: 0;
    }

    .about-power__block {
        padding: 30px;
    }

    .about-power {
        padding: 65px 0;
    }

    .about-features {
        padding: 90px 0;
    }

    .about-features__title {
        margin-bottom: 90px;
    }

    .about-features-item__desc {
        font-size: 14px;
    }

    .about-features-item__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
        max-width: 85px;
    }

    .about-steps-item__num {
        font-size: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px;
    }

    .about-steps-item__desc {
        font-size: 16px;
        padding-right: 20px;
    }

    .about-steps__block {
        width: 470px;
        padding: 40px;
        margin-right: 30px;
    }

    .about-steps-item {
        margin-bottom: 20px;
    }

    .about-steps__title {
        margin-bottom: 30px;
    }

    .about-principles {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .about-principles__title {
        margin-bottom: 100px;
    }

    .about-principles__desc {
        font-size: 25px;
    }

    .about-principles__desc img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px;
        max-width: 35px;
    }

    .about-principles__desc {
        padding: 35px;
    }

    .about-principles__desc {
        max-width: 800px;
        margin: 0 auto 100px;
    }

    .about-principles__desc span {
        margin: 2px 8px;
    }

    .about-principles__list {
        margin: 0 auto;
        padding: 0;
        max-width: 800px;
    }

    .about-principles-item__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        max-width: 400px;
    }

    .about-principles-item__content {
        padding-left: 50px;
    }

    .about-principles-item__title {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .about-principles-item__title br {
        display: none;
    }

    .about-principles-item {
        margin-bottom: 70px;
    }

    .abpi__image {
        height: 188px;
    }
}

@media (max-width: 870px) {
    .about-promo__block {
        padding: 30px 25px;
    }

    .about-promo__title {
        margin-bottom: 25px;
    }

    .about-promo__icon {
        margin-bottom: 25px;
    }

    .about-promo__subtitle {
        margin-bottom: 25px;
    }

    .about-promo {
        background-position: 75% 0;
    }

    .about-components__top-leftside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
    }

    .about-components__image {
        padding-right: 50px;
    }

    .about-components-scheme-item__title {
        font-size: 14px;
    }

    .about-components__body:after {
        right: 0;
    }

    .about-components__body:before {
        left: -70px;
        bottom: 10px;
    }

    .about-components-scheme-item__image {
        margin-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        height: 80px;
        position: relative;
        z-index: 10;
    }

    .about-components-scheme-item__title {
        width: 100%;
    }

    .about-power {
        background-position: 18% 0;
    }

    .about-features__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .about-features-item__desc {
        font-size: 15px;
    }

    .about-principles__desc {
        font-size: 22px;
    }

    .abpi__row {
        margin: 0;
    }

    .abpi__col {
        padding: 0;
    }

    .abpi__col:last-child {
        position: relative;
        left: -25px;
    }

    .abpi__image {
        width: 200px;
        height: 200px;
    }

    .about-principles-item__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
        flex: 0 0 380px;
        max-width: 380px;
    }

    .about-principles-item__content {
        padding-left: 35px;
    }

    .about-principles-item__title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .about-promo__block {
        margin: 0 auto;
    }

    .about-components__top {
        display: block;
    }

    .about-components__top-leftside {
        max-width: 100%;
    }

    .about-components__image {
        padding-right: 0;
        text-align: center;
    }

    .about-components-scheme__image:after {
        display: none;
    }

    .about-components-scheme {
        display: block;
    }

    .about-components-scheme__main {
        max-width: 100%;
    }

    .about-components-scheme__image {
        margin: 0 auto;
    }

    .about-components-scheme__list {
        padding-left: 0;
    }

    .about-components-scheme-item__title {
        font-size: 16px;
    }

    .about-components-scheme__image {
        position: relative;
    }

    .about-components-scheme__image:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -25px;
        width: 390px;
        height: 195px;
        background-image: url(../img/about-components-shape2.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .about-components-scheme__main {
        margin-bottom: 70px;
    }

    .about-components__body:before {
        display: none;
    }

    .about-components__body:after {
        bottom: -40px;
    }

    .about-power__block {
        margin: 0 auto;
    }

    .about-features__row {
        display: block;
    }

    .about-features__col {
        max-width: 100%;
    }

    .about-features__title {
        margin-bottom: 50px;
    }

    .about-features {
        padding: 50px 0;
    }

    .about-steps__block {
        width: 100%;
    }

    .about-principles {
        padding-top: 80px;
    }

    .about-principles__title {
        margin-bottom: 80px;
    }

    .about-principles__desc img {
        display: none;
    }

    .about-principles__desc {
        display: block;
    }

    .about-principles__desc span {
        display: block;
        margin: 0 0 10px;
        text-align: center;
    }

    .about-principles-item {
        display: block;
    }

    .about-principles-item__image {
        margin: 0 auto;
    }

    .about-principles-item__content {
        padding: 35px 0 0 !important;
    }

    .about-principles-item__title {
        text-align: center;
    }

    .about-principles__desc-img {
        margin-bottom: 15px;
        text-align: center;
    }

    .about-principles__desc-img img {
        display: inline-block !important;
        width: 58px;
        max-width: 58px;
    }
}

@media (max-width: 479px) {
    .about-components-scheme__image {
        width: 320px;
        height: 320px;
    }

    .about-components-scheme__image:after {
        width: 365px;
        bottom: -40px;
    }

    .about-steps__block {
        padding: 30px;
    }

    .about-steps__title {
        font-size: 28px;
    }

    .about-steps-item__num {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
    }

    .about-steps-item__desc {
        padding-right: 0;
    }

    .about-steps-item {
        margin-bottom: 10px;
    }

    .abpi__image {
        width: 175px;
        height: 175px;
    }

    .about-power__block {
        width: 100%;
        max-width: 340px;
    }
}

@media (max-width: 374px) {
    .about-principles__title {
        font-size: 40px;
    }

    .about-components-scheme__image:after {
        width: 360px;
        bottom: -37px;
    }

    .about-power__title {
        font-size: 29px;
    }

    .about-power__slogan {
        font-size: 16px;
    }
}

@media (max-width: 359px) {
    .about-components-scheme__image {
        width: 280px;
        height: 280px;
    }

    .about-components-scheme__image:after {
        width: 309px;
        bottom: -57px;
    }

    .about-components-scheme__main {
        margin-bottom: 50px;
    }

    .about-power__title {
        font-size: 26px;
    }

    .about-steps__title {
        font-size: 23px;
    }

    .abpi__col:last-child {
        left: -30px;
    }
}
/* main page */
.main-page .swiper-slide__bg {
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.main-page .first-screen__swiper {
    height: 530px;
}

.main-page .product-slider {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.main-page .promo-slider {
    margin-left: auto;
    margin-right: auto;
}

.main-page .slide__title {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.main-page .slide__more:hover {
    background-color: #fff;
    color: #000;
}

.best-slider {
    margin-top: 110px;
}

.best-slider .slider-arrows-box {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.best-info {
    width: 50%;
    border-radius: 25px;
    padding: 47px 90px 58px 90px;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.best-info-title {
    font-size: 64px;
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
}

.good-card.descr-group {
    padding: 35px 25px 25px 25px;
    height: 607px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
}

.descr-group .best-info-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: normal;
    margin-bottom: 25px;
    text-transform: none;
}

.descr-group p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.45;
}

.descr-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.best-info-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin-bottom: 40px;
}

.best-info-text p {
    margin-bottom: 10px;
}

.best-info-text p:last-child {
    margin-bottom: 0;
}

.best-info-btn {
    width: 245px;
    border-radius: 30px;
    height: 45px;
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    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;
    color: #444;
    text-align: center;
    font-family: Circe;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 3px;
    min-height: 45px;
}

.best-info-btn:hover {
    background-color: #000;
    color: #fff;
}

.promo-slider .swiper-slide .product-item-container {
    width: 24%;
}

.decisions-tabs {
    width: 100%;
    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;
    position: relative;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.decisions-tab {
    width: 245px;
    max-width: 228px;
    height: 45px;
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    /*background: #F5F5F5;*/
    background: #FFFFFF;
    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;
    color: #444;
    text-align: center;
    font-family: Circe, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 3px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 156px;
}

.decisions-tab:hover {
    border: 0.5px solid #1D1D1B;
    background: #000;
    color: #fff;
}

.decisions-tab__active {
    border: 0.5px solid #1D1D1B;
    background: #000;
    color: #fff;
}

.decisions-tabs-box {
    max-width: 1100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1400px) {
    .good-card.descr-group {
        height: 595px;
    }
}

@media (max-width: 1350px) {
    .good-card.descr-group {
        height: 483px;
    }

    .descr-group .best-info-title {
        font-size: 27px;
    }

    .descr-group .best-info-text p {
        font-size: 15px;
    }

    .descr-group .best-info-text {
        margin-bottom: 15px;
    }
}

@media (max-width: 1300px) {
    .good-card.descr-group {
        height: 456px;
    }

    .good-card.descr-group {
        padding: 20px 25px 16px 25px;
    }
}

@media (max-width: 1200px) {
    .good-card.descr-group {
        height: 420px;
    }

    .descr-group .best-info-title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .descr-group .best-info-text p {
        font-size: 12px;
    }

    .descr-group .best-info-text {
        margin-bottom: 15px;
    }

    .good-card.descr-group {
        padding: 25px 25px 16px 25px;
    }
}

@media (max-width: 1400px) {
    .best-info {
        padding: 47px 60px 58px 60px;
    }
}

@media (max-width: 1350px) {
    .best-info {
        height: 483px;
        overflow: hidden;
    }

    .best-info-title {
        font-size: 44.8px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
 /* 62.72px */
        letter-spacing: 4.48px;
        text-transform: uppercase;
    }

    .best-info-text {
        font-size: 12.6px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .best-info-btn {
        width: 177px;
        max-height: 31px;
        height: 31px !important;
        min-height: 31px;
        font-size: 9.8px;
    }
}

@media (max-width: 1200px) {
    .decisions-tab {
        width: 170px;
        height: 35px;
        font-size: 11px;
    }

    .best-info {
        height: 430px;
        overflow: hidden;
        padding: 41px 30px 50px 30px;
    }

    .best-info-text {
        margin-bottom: 20px;
    }

    .best-info-title {
        line-height: 130%;
    }

    .best-slider {
        margin-top: 70px;
    }
}

@media (max-width: 1100px) {
    .main-page .first-screen__swiper {
        height: 350px;
    }

    .main-page .slide__title {
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        text-transform: uppercase;
        /*margin-bottom: 120px;*/
    }

    .main-page .product-slider {
        margin-top: 70px;
    }

    .best-slider .swiper-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .descr-group .best-info-btn {
        width: 150px;
    }
}

@media (max-width: 1000px) {
    .slider-controls {
        left: 50%;
    }
}

@media (max-width: 940px) {
    .decisions-tabs-box {
        max-width: 1100px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 10px;
    }
}

@media (max-width: 910px) {
    .best-info {
        height: 430px;
        overflow: hidden;
        padding: 20px 30px 30px 30px;
    }

    .best-info-title {
        font-size: 44.8px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .decisions-tab {
        width: 160px;
        height: 31px;
        font-size: 10px;
    }
}

@media (max-width: 780px) {
    .promo-slider .slider-top {
        margin-bottom: 40px;
    }

    .best-info {
        display: none;
    }

    .promo-slider .promo-slide-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }


    .best-slider .promo-slide-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .best-slider .slider-arrows-box {
        position: absolute;
        right: -10px;
        bottom: initial;
        top: 117%;
    }
}

@media (max-width: 720px) {
    .main-page .swiper-slide__content-box {
        top: 50%;
        left: 35px;
    }

    .swiper-slide__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 30%;
        object-position: 0% 0%;
    }

    .main-page .slider-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-page .slider-top .watch-more {
        padding-top: 8px;
    }

    .main-page .promo-slider .slider-arrows-box {
        top: 155%;
        right: -50px;
        left: initial;
    }

    .main-page .best-slider .slider-arrows-box {
        position: absolute;
        right: -10px;
        bottom: initial;
        top: 110%;
    }
}

@media (max-width: 670px) {
    .swiper-slide__bg {
        -o-object-position: 10% 0%;
        object-position: 10% 0%;
    }

    .main-page .first-screen__swiper {
        height: 200px;
    }
    .main-page .slide__title {
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        text-transform: uppercase;
        /*margin-bottom: 120px;*/
    }


}

@media (max-width: 650px) {
    .best-slider .promo-slide-wrap {
        padding-top: 0px;
    }
}

@media (max-width: 550px) {
    .main-page .slider-controls {
        bottom: 50px;
    }

    .main-page .product-slider {
        margin-top: 40px;
    }

    .main-page .best-slider .swiper-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 520px) {
    .main-page .product-slider .watch-more {
        position: absolute;
        left: initial;
        top: 28%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        bottom: 0px;
        width: 140px;
        height: 30px;
    }

    .mp-sl.product-slider .watch-more {
        right: 0;
    }

    .main-page .product-slider__swiper {
        margin-top: 45px;
    }

    .main-page .slider-arrows-box {
        top: 185%;
    }

    .product-slider__swiper-1, .product-slider__swiper-2, .product-slider__swiper-3, .product-slider__swiper-4 {
        margin-top: 40px !important;
    }
}

.main-page .swiper-slide__content-box {
    z-index: 5;
}

@media (max-width: 450px) {
    .main-page .swiper-slide__content-box {
        top: 35%;
        left: 35px;
    }

    .main-page .first-screen__swiper {
        height: 150px;
    }

    .main-page .slide__title {
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        text-transform: uppercase;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    }

    .main-page .slider-controls {
        bottom: 40px;
    }

}

@media (max-width: 650px) {
    .decisions-slider .swiper-slide {
        width: 215px !important;
    }

    .product-slider .slider-top {
        padding-left: 20px;
        padding-right: 20px;
    }

    .decisions-slider .good-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5725490196);
        border-radius: 15px;
        z-index: 5;
    }

    .decisions-slider .swiper-slide-active .good-card::before {
        display: none;
    }
}

@media (max-width: 940px) {
    .decisions-slider .slider-arrows-box {
        top: -22px !important;
    }
}

@media (max-width: 650px) {
    .decisions-slider .slider-top {
        margin-left: 40px !important;
        margin-right: 40px !important;
        padding-left: 0;
        padding-right: 0;
    }

    .mp-sl.product-slider .slider-arrows-box {
        top: 150%;
    }

    .main-page .product-slider .slider-top {
        margin-left: 40px !important;
        margin-right: 40px !important;
        padding-left: 0;
        padding-right: 0;
    }

    .product-card-page .product-slider .slider-top {
        margin-left: 20px !important;
        margin-right: 20px !important;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 520px) {
    .decisions-slider .slider-arrows-box {
        top: 90px !important;
    }
}

@media (max-width: 440px) {
    .mp-sl .slider-arrows-box {
        right: -55px;
        left: initial;
    }

    .mp-sl.product-slider .watch-more {
        top: 155%;
        left: 0;
        right: initial;
    }

    .main-page .mp-sl .product-slider__swiper {
        margin-top: 60px;
    }
}

@media (max-width: 390px) {
    .decisions-tab {
        width: 130px;
        min-width: 130px;
    }
}

.descr-group:hover {
    background-color: #FFDBEC !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Coop page */
.coop-up__header {
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 55px;
    margin-top: 100px;
    max-width: 80%;
}

.coop-up__text {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #000;
}

.coop-up__text-p {
    margin-bottom: 10px;
    max-width: 756px;
}

.coop-up__text-p:last-child {
    margin-bottom: 0;
}

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

.coop-item:nth-child(even) .coop-item__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.coop-item:nth-child(even) .coop-item__left .coop-item__content {
    padding-left: 0;
}

.coop-item:nth-child(even) .coop-item__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.coop-item__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coop-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 90px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.coop-item__number {
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.7;
    letter-spacing: 12.8px;
    text-transform: uppercase;
    font-family: Circe, Arial, Helvetica, sans-serif;
    position: relative;
    top: -20px;
}

.coop-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.coop-item__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 20px;
    font-family: Circe, Arial, Helvetica, sans-serif;
    max-width: 430px;
}

.coop-item__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 420px;
}

.coop-item__right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.coop-item__right img {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
    z-index: 1;
}

.coop-item__right::after {
    content: "";
    position: absolute;
    top: 128px;
    left: -262px;
    width: 760px;
    height: 500px;
    background-image: url("../img/coop-line.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.coop-item:nth-child(even) .coop-item__right::after {
    top: 190px;
    left: 177px;
    -webkit-transform: rotate(2deg) scaleX(-1);
    -ms-transform: rotate(2deg) scaleX(-1);
    transform: rotate(4deg) scaleX(-1);
}

.coop-down {
    margin-top: -90px;
}

.coop-item:last-child .coop-item__right::after {
    display: none;
}

.coop-item:nth-child(odd) .coop-item__right {
    width: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.coop-item:nth-child(even) .coop-item__right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

.coop-up__header_2 {
    color: #1D1D1B;
    text-align: center;
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: initial;
}

.coop-form-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}

.coop-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 27px;
}

.coop-form-btn {
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    background: #000;
    width: 477px;
    height: 45px;
    color: #FFF;
    text-align: center;
    font-family: Circe;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 60px;
}

.coop-form .confirm-submit {
    margin-top: 20px;
    color: #747474;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 390px;
}

.coop-form .confirm-submit a {
    color: #747474;
    text-decoration: underline;
    margin-top: 30px;
}

.coop-form .confirm-submit a:hover {
    text-decoration: none;
}

.coop-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.coop-form-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 33px;
    -moz-column-gap: 33px;
    column-gap: 33px;
    row-gap: 30px;
}

.coop-form-wrap .order-form__item {
    width: 47%;
    height: 45px;
}

.coop-form-wrap .order-form__input {
    height: 45px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.coop-form-wrap .order-form__input::-webkit-input-placeholder {
    height: 45px;
    color: #747474;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.coop-form-wrap .order-form__input::-moz-placeholder {
    height: 45px;
    color: #747474;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.coop-form-wrap .order-form__input:-ms-input-placeholder {
    height: 45px;
    color: #747474;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.coop-form-wrap .order-form__input::-ms-input-placeholder {
    height: 45px;
    color: #747474;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.coop-form-wrap .order-form__input::placeholder {
    height: 45px;
    color: #747474;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1300px) {
    .coop-down {
        margin-top: -40px;
    }
}

@media (max-width: 1200px) {
    .coop-up__header_2 {
        font-size: 45px;
    }

    .coop-form {
        width: 80%;
    }

    .coop-item__right::after {
        top: 164px;
        left: -281px;
    }
}

@media (max-width: 1100px) {
    .coop-up__header {
        margin-top: 100px;
        margin-bottom: 70px;
        font-size: 45px;
    }

    .coop-up__text-p {
        margin-bottom: 10px;
        max-width: 530px;
    }

    .coop-up__text {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        color: #000;
    }

    .coop-item__right img {
        width: 100%;
        height: 100%;
        max-width: 350px;
        max-height: 350px;
        z-index: 1;
    }

    .coop-item__right::after {
        content: "";
        position: absolute;
        top: 86px;
        left: -380px;
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    .coop-item__title {
        font-size: 22.4px;
    }

    .coop-item__text {
        font-size: 12.6px;
    }

    .coop-item__number {
        font-size: 90px;
    }

    .coop-item:nth-child(2n) .coop-item__right::after {
        top: 92px;
        left: 112px;
        -webkit-transform: rotate(2deg) scaleX(-1);
        -ms-transform: rotate(2deg) scaleX(-1);
        transform: rotate(-5deg) scaleX(-1);
    }
}

@media (max-width: 1010px) {
    .coop-item__right img {
        width: 100%;
        height: 100%;
        max-width: 350px;
        max-height: 350px;
        z-index: 1;
    }

    .coop-item__title {
        font-size: 22.4px;
    }

    .coop-item__text {
        font-size: 12.6px;
    }

    .coop-item__number {
        font-size: 90px;
    }

    .coop-item:nth-child(2n) .coop-item__right::after {
        top: 90px;
        left: 53px;
        -webkit-transform: rotate(2deg) scaleX(-1);
        -ms-transform: rotate(2deg) scaleX(-1);
        transform: rotate(0deg) scaleX(-1);
    }

    .coop-form {
        width: 90%;
    }

    .coop-item__content {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}

@media (max-width: 950px) {
    .coop-item:nth-child(2n) .coop-item__right::after {
        top: 211px;
        left: -25px;
        -webkit-transform: rotate(2deg) scaleX(-1);
        -ms-transform: rotate(2deg) scaleX(-1);
        transform: rotate(0deg) scaleX(-1);
        background-size: 70%;
    }

    .coop-item__content {
        padding-left: 40px;
    }

    .coop-item__right::after {
        content: "";
        position: absolute;
        top: 86px;
        left: -183px;
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(-3deg);
        background-size: 70%;
    }
}

@media (max-width: 900px) {
    .coop-item__right img {
        width: 100%;
        height: 100%;
        max-width: 250px;
        max-height: 250px;
        z-index: 1;
    }

    .coop-down {
        margin-top: 20px;
    }

    .coop-item__right::after {
        content: "";
        position: absolute;
        top: 109px;
        left: -155px;
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(4deg);
        background-size: 50%;
    }

    .coop-item:nth-child(2n) .coop-item__right::after {
        top: 146px;
        left: -155px;
        -webkit-transform: rotate(2deg) scaleX(-1);
        -ms-transform: rotate(2deg) scaleX(-1);
        transform: rotate(-3deg) scaleX(-1);
        background-size: 50%;
    }

    .coop-item__content {
        padding-left: 0px;
    }

    .coop-down {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }

    .coop-form-wrap .order-form__input {
        height: 31px;
    }

    .coop-form-wrap .order-form__item {
        height: 31px;
    }

    .coop-form-wrap {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px;
    }

    .coop-form-btn {
        margin-top: 20px;
    }

    .coop-up__header {
        font-size: 35px;
    }

    .coop-up__header {
        margin-top: 70px;
        margin-bottom: 40px;
        font-size: 45px;
    }
}

@media (max-width: 720px) {
    .coop-up__header {
        max-width: 100%;
    }

    .coop-up__text {
        max-width: 100%;
    }

    .coop-up__text-p {
        margin-bottom: 10px;
        max-width: initial;
    }

    .coop-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .coop-item__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }

    .coop-item__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .coop-item__right::after {
        display: none;
    }

    .coop-item:nth-child(2n+1) .coop-item__right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .coop-item:nth-child(2n) .coop-item__right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .coop-down {
        margin-top: 50px;
    }

    .coop-item__right img {
        width: 300px;
        height: 300px;
    }

    .coop-item__left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .coop-item__text {
        padding-right: 20px;
    }
}

@media (max-width: 600px) {
    .coop-up__header {
        margin-top: 70px;
        margin-bottom: 40px;
        font-size: 25px;
    }

    .coop-form .confirm-submit {
        margin-top: 0;
        font-size: 11px;
    }

    .coop-form-wrap .order-form__item {
        width: 100%;
        height: 31px;
    }

    .coop-form-wrap {
        -webkit-column-gap: 17px;
        -moz-column-gap: 17px;
        column-gap: 17px;
        row-gap: 17px;
    }

    .coop-form-wrap .order-form__input {
        min-width: 290px;
    }
}

@media (max-width: 480px) {
    .coop-down {
        row-gap: 40px;
    }

    .coop-form {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .coop-up__header {
        margin-top: 70px;
        margin-bottom: 40px;
        font-size: 20px;
    }

    .coop-up__text-p {
        font-size: 13px;
    }
}