:root {
    --green: #006e35;
}

body {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #1f1f1f;
}

body {
    min-height: 100%;
}

html {
    height: 100%;
}

.container-fluid {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

input:focus {
    outline: 0;
}

p {
    margin-bottom: 0;
}

p:not(:last-child) {
    margin-bottom: 15px;
}

.text-center {
    text-align: center;
}
.image-preview {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.product-type__preview:hover .image-preview{
  opacity: 0.3;
}

.product-type__preview:hover .middle {
  opacity: 1;
}

.text {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.button {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    height: 48px;
    padding: 0 35px;
    cursor: pointer;
    transition: .3s;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-color: #046432;
    align-items: center;
    justify-content: center;
}
.button-buy {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    height: 48px;
    padding: 0 35px;
    cursor: pointer;
    transition: .3s;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-color: #046432;
    align-items: center;
    justify-content: center;
float: inline-end;
    margin-bottom: 15px;
}
.button-kaspi {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    height: 48px;
    padding: 0 35px;
    cursor: pointer;
    transition: .3s;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-color: #d32222;
    align-items: center;
    justify-content: center;
}
.button-kaspi:hover {
background-color: #5b1212;
}
.button-buy:hover {
background-color: #044523
}
.button:hover {
    background-color: #044523;
}

.button--plain {
    border: 1px solid;
    background-color: transparent;
}

.button--plain:hover {
    color: #fff;
    border-color: #006e35;
    background-color: transparent;
}

.button--plain-black {
    color: #000;
}

.button--plain-black:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000;
}

.button--small {
    font-size: 14px;
    height: 40px;
    padding: 0 30px;
}

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

.w-100 {
    width: 100%;
}

main {
    max-width: 1920px;
    margin: 0 auto 90px;
}

body.filter-active {
    overflow: hidden;
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    font-style: normal;

    src: local('Helvetica Neue Roman'), local('Helvetica-Neue-Roman'), url('../fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-style: normal;

    src: local('Helvetica Neue Medium'), local('Helvetica-Neue-Medium'), url('../fonts/HelveticaNeueCyr-Medium.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
}

.icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.icon-lk {
    width: 20px;
    height: 16px;
}

.icon-list {
    width: 18px;
    height: 18px;
    stroke: none !important;
}

.icon-heart {
    width: 20px;
    height: 18px;
    fill: none;
}

.icon-heart-izbrannoe {
    fill: #006e35;
    stroke: transparent;
}

.icon-filter {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
}

.icon-basket {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
}

.icon-login {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
}

.header {
    position: relative;
    display: flex;
    height: 76px;
    margin-bottom: 21px;
    background-color: #000;
    align-items: center;
}

.index-slider {
    margin-top: -21px;
}

.header__right {
    display: flex;
    margin-right: -16px;
    margin-left: auto;
    padding-left: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 88px;
}

.header__right-end {
    display: flex;
    align-items: center;
}

.header-main {
    display: grid;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 16px;
    grid-template-columns: 130px auto min-content;
    align-items: center;
}

.header-main-nav {
    display: flex;
    margin: 0 auto;
}

.logo {
    display: block;
    width: 120px;
    flex: 0 0 auto;
}

.nav {
    display: flex;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    gap: 48px;
    align-items: center;
}

.nav::after {
    right: 0;
    width: 1px;
    height: 48px;
    content: '';
    background-color: #444;
}

.nav__item {
    margin-bottom: -29px;
    padding-bottom: 29px;
    white-space: nowrap;
}

.nav__item:hover>.sub-menu {
    display: block;
}

.nav__link {
    font-size: 14px;
    padding-bottom: 29px;
    text-transform: uppercase;
    color: #fff;
}

.nav+.nav {
    margin-left: 48px;
}

.header-search {
    position: relative;
    height: 76px;
    margin-left: 33px;
}

.header-search__button {
    width: 80px;
    height: 76px;
    cursor: pointer;
    border: 0;
    background-color: #006e35;
    background-image: url('data:image/svg+xml,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9.18431 17.3686C13.7044 17.3686 17.3686 13.7044 17.3686 9.18431C17.3686 4.66424 13.7044 1 9.18431 1C4.66424 1 1 4.66424 1 9.18431C1 13.7044 4.66424 17.3686 9.18431 17.3686Z\' stroke=\'white\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M14.9285 15.0244L18.7944 19\' stroke=\'white\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: center;
}

.header-login {
    position: relative;
    margin-left: 60px;
    color: #fff;
}

.header-login:hover {
    color: var(--green);
}

.header-login::before {
    position: absolute;
    top: 50%;
    left: -29px;
    width: 1px;
    height: 48px;
    content: '';
    transform: translateY(-50%);
    background-color: #444;
}

.header-phone {
    font-size: 16px;
    display: inline-flex;
    white-space: nowrap;
    color: #fff;
    align-items: center;
    gap: 8px;
}

.header-phone:hover {
    color: #fff;
}

.header-phone::before {
    width: 20px;
    height: 20px;
    content: '';
    background-image: url('data:image/svg+xml,%0A%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M16.9494 14.65L15.7794 13.48C15.1894 12.89 14.2394 12.89 13.6594 13.48L12.7394 14.4C12.5294 14.61 12.2194 14.67 11.9594 14.56C10.6194 13.97 9.29944 13.09 8.12944 11.91C6.95944 10.74 6.06944 9.41999 5.48944 8.08999C5.36944 7.80999 5.43944 7.48999 5.64944 7.27999L6.47944 6.44999C7.14944 5.77999 7.14944 4.82999 6.55944 4.23999L5.38944 3.06999C4.60944 2.28999 3.33944 2.28999 2.55944 3.06999L1.90944 3.71999C1.16944 4.45999 0.859441 5.52999 1.05944 6.58999C1.54944 9.19999 3.06944 12.06 5.51944 14.51C7.96944 16.96 10.8294 18.48 13.4394 18.97C14.4994 19.17 15.5694 18.86 16.3094 18.12L16.9594 17.47C17.7394 16.69 17.7394 15.42 16.9594 14.64L16.9494 14.65Z\' stroke=\'white\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M10.9895 5.03001C12.0195 5.02001 13.0595 5.40001 13.8395 6.18001\' stroke=\'white\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M16.6695 3.35C15.0995 1.78 13.0395 1 10.9895 1\' stroke=\'white\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M14.9995 9.04C15.0095 8.01 14.6295 6.97 13.8495 6.19\' stroke=\'white\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M16.6694 3.35001C18.2394 4.92001 19.0194 6.98001 19.0194 9.03001\' stroke=\'white\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 auto;
}

.sub-menu-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 16px;
}

.sub-menu-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.sub-menu {
    position: absolute;
    z-index: 20;
    top: 75px;
    left: 0;
    display: none;
    width: 100%;
    padding: 32px 16px;
    background-color: #000;
}

.sub-menu-item {
    font-size: 24px;
    position: relative;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid transparent;
}

.sub-menu-item::after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .4;
    background-color: #000;
}

.sub-menu-item img {
    max-height: 298px;
}

.sub-menu-item:hover {
    color: #fff;
    border: 1px solid #444;
}

.sub-menu-item span {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.header-basket {
    position: relative;
    color: #fff;
}

.header-basket[data-count]::after {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    width: 15px;
    height: 15px;
    content: attr(data-count);
    color: #000;
    border-radius: 50%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

.header-basket:hover {
    color: var(--green);
}

.header-main-nav__header {
    display: none;
}

.header-main-nav__header .header-login {
    font-size: 16px;
    display: flex;
    margin-left: 0;
    gap: 12px;
}

.header-main-nav__header_right {
    padding: 16px 14px;
    border-left: 1px solid #1f1f1f;
}

.open-menu {
    display: none;
}

.header-main-nav__footer {
    display: none;
}

.header-main-nav__search {
    position: relative;
    margin-bottom: 15px;
}

.header-main-nav__search input {
    font-family: 'Helvetica Neue';
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border: 0;
    background-color: #fff;
}

.header-main-nav__search button {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%0A%3Csvg width=\'18\' height=\'19\' viewBox=\'0 0 18 19\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M8.27494 16.5499C12.2928 16.5499 15.5499 13.2928 15.5499 9.27494C15.5499 5.2571 12.2928 2 8.27494 2C4.2571 2 1 5.2571 1 9.27494C1 13.2928 4.2571 16.5499 8.27494 16.5499Z\' stroke=\'black\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M13.3809 14.4663L16.8173 18.0002\' stroke=\'black\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: center;
}

.index-slider {
    margin-bottom: 70px;
}

.index-slider .swiper-wrapper {
    margin-bottom: 23px;
    height: auto;
}

.index-slider-paginator {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.index-slider-main {
    display: flex;
    flex-direction: column;
    height: 1000px;
    padding-left: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
}

.index-slider-main__title {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    border-radius: 0;
    background-color: #999;
}

.swiper-pagination-bullet-active {
    background-color: #0b6d37;
}

.section-header {
    position: relative;
}

.page-section {
    padding: 10px 0 0;
}

.page-section__title {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 27px;
    text-transform: uppercase;
    color: #fff;
}

.read-more-link {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 34px;
    right: 15px;
    display: flex;
    text-transform: uppercase;
    color: #636363;
    align-items: center;
    gap: 9px;
}

.read-more-link:hover {
    color: #fff;
}

.read-more-link .icon {
    width: 14px;
    height: 10px;
    fill: none;
    stroke: currentColor;
}

.product-list--featured {
    display: flex;
    margin-bottom: 70px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.product-list--featured .product-list__items {
    width: 50%;
    justify-content: flex-start;
}

.product-list--featured .product-list__items:first-child {
    display: block;
}

.product-list--featured .product-list__items:first-child .product-item {
    width: 100%;
    height: 100%;
}

.product-list--featured .product-list__items:last-child .product-item__name {
    font-size: 16px;
}

.product-list--featured .product-list__items .product-item {
    width: 50%;
}

.section__items {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.product-item {
    display: flex;
    flex-direction: column;
    transition: .3s;
}

.product-item__photo {
    overflow: hidden;
    width: 100%;
}

.product-item__photo img {
    width: 100%;
    transition: .3s;
}

.product-item__info {
    display: flex;
    padding: 20px;
    background-color: #000;
    flex: 1;
    align-items: center;
}

.product-item__name {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.product-item:hover .product-item__photo img {
    transform: scale(1.1);
}

.all-link {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    width: 121px;
    height: 40px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
}

.list-news {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.list-news:not(:last-child) {
    margin-bottom: 56px;
}

.news-item {
    color: #fff;
}

.news-item:hover {
    color: #fff;
}

.news-item:hover .news-item__title {
    text-decoration: underline;
}

.news-item:hover .news-item__preview::before {
    opacity: 0;
}

.news-item__preview {
    position: relative;
    overflow: hidden;
    max-height: 320px;
}

.news-item__preview::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    transition: .3s;
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
}

.news-item__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item__main {
    padding: 15px;
}

.news-item__date {
    font-size: 12px;
    color: #939393;
}

.news-item__title {
    font-size: 16px;
    line-height: 1.48;
}

.catalog-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.catalog-row {
    margin-bottom: 20px;
}

.breadcrumbs {
    display: flex;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.breadcrumbs__item {
    font-family: 'Helvetica Neue';
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    color: #999;
}

.breadcrumbs__item:not(:last-child) {
    margin-right: 16px;
}

.breadcrumbs__item:not(:last-child)::after {
    position: absolute;
    top: -1px;
    right: -10px;
    content: '>';
}

.breadcrumbs__link {
    color: #999;
}

.breadcrumbs__link:hover {
    color: #fff;
}

.type-size {
    font-size: 14px;
    font-weight: 500;
    margin-top: -11px;
    margin-bottom: 19px;
    text-transform: uppercase;
    color: var(--green);
}

.type-category {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 11px;
    text-transform: uppercase;
    color: #999;
}

.product {
    overflow: hidden;
    margin: 0 -15px 152px;
    padding-top: 17px;
}

.product__preview {
    position: relative;
    overflow: hidden;
}

.product__main {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 7px;
    text-align: center;
}

.product__title {
    font-family: 'Helvetica Neue';
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 130px;
    color: white;
text-shadow: 1px 1px 2px black;
}

.product__sale {
    font-size: 24px;
    position: absolute;
    width: 160px;
    height: 160px;
    padding: 32px;
    transform: rotate(-45deg);
    text-transform: uppercase;
    color: #fff;
}

.product__sale span {
    position: relative;
    z-index: 3;
}

.product__sale::after {
    position: absolute;
    z-index: 2;
    bottom: 80px;
    left: -33px;
    content: '';
    border: 160px solid transparent;
    border-bottom: 160px solid #e12313;
}

.page-link {
    display: flex;
    justify-content: center;
}

.page-link__item {
    border-right: 1px solid #000;
}

.page-link__item:first-child {
    border-left: 1px solid #000;
}

.page-link__link {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 5px 50px 4px;
    text-transform: uppercase;
    color: white;
    align-items: center;
    gap: 5px;
text-shadow: 1px 1px 2px black;
}

.page-link__link:hover {
    color: var(--green);
}

.page-link--dark {
    padding: 38px 0;
    background-color: #000;
}

.page-link--dark .page-link__link {
    color: #fff;
}

.page-link--dark .page-link__item {
    border-color: #fff;
}

.page-link--vobler-page {
    margin-bottom: 126px;
}

.icon--page-link {
    display: block;
    width: 8px;
    height: 5px;
    fill: currentColor;
}

.title-secondary {
    font-size: 50px;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    margin-bottom: 56px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--green);
}

.title-secondary:before,
.title-secondary:after {
    position: relative;
    top: -23px;
    display: inline-block;
    box-sizing: border-box;
    width: 56px;
    margin-right: 25px;
    content: '';
    border-top: 4px solid var(--green);
}

.title-secondary::after {
    margin-right: 0;
    margin-left: 25px;
}

.product-lineup-list {
    display: grid;
    margin-bottom: 151px;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.lineup-item {
    padding: 16px 32px;
    padding: 0;
    text-align: left;
    color: #fff;
    border: 1px solid #999;
    border: 0;
}

.lineup-item__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.475;
    color: var(--green);
}

.lineup-item__sub-title {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 31px;
    color: var(--green);
}

.lineup-item__preview {
    margin-bottom: 35px;
}

.lineup-item__desc {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    line-height: 1.714;
}

.lineup-item__main {
    padding-bottom: 37px;
}

.lineup-item__footer {
    margin: 0 -32px;
    margin: 0;
    padding: 31px 32px 17px;
    padding: 10px 0;
    border-top: 1px solid #fff;
}

.lineup-item__price {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}

.lineup-item__btns {
    display: flex;
    gap: 15px;
}

.lineup-counts {
    display: flex;
    height: 48px;
    padding: 0 11px;
    border: 1px solid #fff;
    align-items: center;
}

.lineup-counts__value {
    padding: 0 13px;
}

.lineup-counts__btn {
    font-size: 24px;
    font-weight: 500;
    padding: 5px;
    cursor: pointer;
}

.main-product {
    max-width: 1200px;
    margin: auto;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    table-layout: fixed;
    text-align: left;
    color: #fff;
    border-top: 1px solid #ccc;
}

table th {
    font-size: 16px;
    font-weight: 400;
    padding: 27px 10px;
    table-layout: fixed;
    text-align: center;
    vertical-align: top;
    text-justify: auto;
    border: 1px solid #444;
    border-right: none;
    border-left: none;
    background-color: #333;
}

table td {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    padding: 23px 10px;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    text-justify: auto;
    border-right: none;
    border-bottom: 2px solid #444;
    border-left: none;
    background-color: transparent;
}

table td a {
    color: #fff;
}

.product-spec--pc {
    margin-bottom: 131px;
}

.product-spec--mobile {
    display: none;
}

.product-spec--mobile table {
    margin-bottom: 10px;
    border: 1px solid #444;
}

.product-spec--mobile table td {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    padding: 15px;
    text-align: left;
    border: 0;
}

.product-spec--mobile table td:nth-child(2n-1) {
    background-color: #333;
}

.product-lineup-main {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 2;
    display: flex;
    color: #fff;
    align-self: flex-start;
    gap: 42px;
}

.product-lineup-main:not(:last-child) {
    margin-bottom: 52px;
}

.product-lineup-main__preview {
    width: 100%;
    max-width: 541px;
    flex: 0 0 auto;
}

.product-lineup-main p:not(:last-child) {
    margin-bottom: 18px;
}

.product-concept {
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.product-concept iframe {
    position: relative;
    width: 100%;
    margin: 0;
    aspect-ratio: 16/9;
}

.lineup-desc {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
}

.lineup-desc__main {
  position: absolute;
    top: 0;
    padding: 125px 15px;
}
@media (min-width: 320px) and (max-width: 475px){
.lineup-desc__main{
	padding: 75px 15px;
}
}
@media (min-width: 500x) and (max-width: 600px){
.lineup-desc__main{
	padding: 95px 15px;
}
}

.lineup-desc h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}

.lineup-desc__text {
    font-family: 'Helvetica Neue';
    font-size: 24px;
    line-height: 1.3;
    max-width: 650px;
text-align: justify;
}
.lineup-desc--right {
    text-align: right;
}

.lineup-desc--right .lineup-desc__text {
    margin-left: auto;
}

.lineup-desc--right .lineup-desc__main {
    right: 0;
}

.vobler {
    display: grid;
    margin-bottom: 70px;
    padding-top: 16px;
    grid-template-columns: calc(100% - 698px) 698px;
    gap: 27px 13px;
    align-items: flex-start;
}

.vobler-desc {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 2;
    color: #fff;
}

.vobler-item {
    width: 100%;
    /*padding: 36px 33px;*/
    color: #fff;
    background-color: #000;
}

.vobler-img .swiper-slide img {
    max-width: none;
    width: 100%;
    object-fit: cover;
}

.vobler-img .swiper-wrapper {
    height: auto;
}

.form__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.form__group:not(:last-child) {
    margin-bottom: 37px;
}

.label {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    display: inline-flex;
    height: 40px;
    padding: 0 25px;
    cursor: pointer;
    border: 1px solid #fff;
    align-items: center;
}

.label--active {
    background-color: #3a3a3a;
}

.label:not(:last-child) {
    margin-right: 0px;
}

.link {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
}

.product-type {
    position: relative;
    cursor: pointer;
    border: 1px solid #444;
text-align:center;
}

.product-type:not(:nth-child(5n)) {
    border-right: 0;
}

.product-type:last-child {
    border-right: 1px solid #444;
}

.product-type__main {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 11px;
}

.product-type--selected .product-count {
    display: flex;
}

.product-type--no {
    pointer-events: none;
}

.product-type--no::after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(68, 68, 68, .7);
}

.product-type--no::before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url('data:image/svg+xml,%0A%3Csvg width=\'39\' height=\'38\' viewBox=\'0 0 39 38\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cline x1=\'1.35355\' y1=\'0.646447\' x2=\'38.3536\' y2=\'37.6464\' stroke=\'white\'/%3E%3Cline y1=\'-0.5\' x2=\'52.3259\' y2=\'-0.5\' transform=\'matrix(-0.707107 0.707107 0.707107 0.707107 38 1)\' stroke=\'white\'/%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: center;
}

.group-types {
    display: grid;
    margin-bottom: 25px;
    grid-template-columns: repeat(4, 1fr);
}

.product-count {
    display: none;
    margin: 0 -11px;
    border-top: 1px solid #454545;
    background-color: rgba(0, 0, 0, .8);
    justify-content: space-between;
}

.product-count__btn {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    flex: 0 0 auto;
    justify-content: center;
}

.product-count__btn:not(:last-child) {
    border-right: 1px solid #454545;
}

.product-count__value {
    width: 100%;
    text-align: center;
    border-right: 1px solid #454545;
}

.btn-more-color {
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    height: 40px;
    padding: 0 18px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
}

.price-item {
    font-size: 32px;
    font-weight: 500;
    display: flex;
    text-transform: uppercase;
    gap: 87px;
    align-items: flex-end;
}

.price-item__count {
    font-size: 24px;
}

.price-item__btn {
    margin-left: auto;
}

.page-link-wrapper {
    background-color: #000;
}

.peculiarities-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 54px;
}

.peculiarities-item {
    color: #fff;
}

.peculiarities-item__preview {
    margin-bottom: 18px;
}

.peculiarities-item__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.peculiarities-item__desc {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    line-height: 1.7;
}

.ordering-grid {
    display: grid;
    padding-top: 10px;
    grid-template-columns: auto 448px;
    gap: 32px;
}

.cart-main {
    margin: 0 -32px;
}

.cart-item {
    position: relative;
    display: grid;
    padding: 5px 32px;
    color: #fff;
    border-bottom: 1px solid #1f1f1f;
    grid-template-columns: max-content auto;
    gap: 47px;
    align-items: end;
}

.cart-item:last-child {
    margin-bottom: 32px;
}

.cart-item__one {
    display: grid;
    grid-template-columns: 261px 300px;
    align-items: center;
    gap: 81px;
}

.cart-item__name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
}

.cart-item__desc {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    line-height: 1.7;
}

.cart-item__ctrs {
    display: flex;
    width: 100%;
    max-width: 392px;
    padding-bottom: 36px;
    justify-content: space-between;
    align-items: flex-end;
}

.cart-item__price {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.cart-item__delete {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    position: absolute;
    top: 90px;
    right: 33px;
    cursor: pointer;
}

.list-cart {
    padding: 0 32px 32px;
    background-color: #000;
}

.list-cart:not(:last-child) {
    margin-bottom: 43px;
}

.cart-count {
    display: flex;
    width: 128px;
    height: 48px;
    padding: 16px;
    color: #fff;
    border: 1px solid #fff;
    align-items: center;
    justify-content: space-between;
}

.cart-count__btn {
    font-size: 30px;
    display: flex;
    cursor: pointer;
}

.cart-count__btn.minus {
    position: relative;
    top: -5px;
}

.promocode {
    display: flex;
    gap: 8px;
}

.promocode__control {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    width: 100%;
    max-width: 416px;
    height: 48px;
    padding: 0 15px;
    color: #999;
    border: 1px solid #fff;
    background-color: transparent;
}

.promocode__control::placeholder {
    font-family: 'Helvetica Neue';
    color: #999;
}

.promocode__button {
    padding: 0 26px;
}

.section__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.55;
    text-transform: uppercase;
    color: #fff;
}

.section__title:not(:last-child) {
    margin-bottom: 20px;
}

.ordering-info {
    margin-bottom: 44px;
}

.ordering-info__main {
    padding: 26px 33px;
    background-color: #000;
}

.ordering-info-row {
    display: grid;
    margin-bottom: 24px;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.input {
    display: flex;
    flex-direction: column-reverse;
}

.input:not(:last-child) {
    margin-bottom: 20px;
}

.input__label {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.input__control {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    height: 48px;
    padding: 0 15px;
    color: #999;
    border: 1px solid #fff;
    background-color: transparent;
}

.input__control:focus {
    outline: none;
}

.input__control[required]+.input__label::after {
    padding-left: 5px;
    content: '*';
    color: #f00;
}

.select {
    display: flex;
    flex-direction: column-reverse;
}

.select:not(:last-child) {
    margin-bottom: 20px;
}

.select__label {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.select__control {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    height: 48px;
    padding: 0 15px;
    color: #999;
    border: 1px solid #fff;
    background-color: transparent;
}

.select__control:focus {
    outline: none;
}

.select__control[required]+.select__label::after {
    padding-left: 5px;
    content: '*';
    color: #f00;
}

.text-required {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    color: #f00;
}

.radio-ordering {
    position: relative;
    padding: 28px 33px;
    cursor: pointer;
    color: #fff;
    background-color: #000;
}

.radio-ordering input {
    display: none;
}

.radio-ordering__control {
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #1f1f1f;
}

input:checked+.radio-ordering__head .radio-ordering__control {
    border: 7px solid #046432;
    background-color: #fff;
}

.radio-ordering__label {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    text-transform: uppercase;
}

.radio-ordering__head {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.radio-ordering__desc {
    font-family: 'Helvetica Neue';
    line-height: 1.7;
}

.radio-ordering__desc--delivery {
    line-height: 2;
}

.radio-ordering__desc strong {
    font-weight: 700;
}

.radio-ordering__desc .color-green {
    color: #006e35;
}

.ordering-radio__main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.ordering-payment {
    margin-bottom: 44px;
}

.ordering-form {
    position: sticky;
    top: 0;
    padding: 29px 31px;
    color: #fff;
    background-color: #000;
}

.text-strong-ordering {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.text-strong-ordering span {
    text-transform: none;
}

.text-green-ordering {
    font-size: 16px;
    font-weight: 500;
    color: #006e35;
}

.text-green-ordering--big {
    font-size: 20px;
}

.ordering-form-item {
    margin-bottom: 26px;
    padding-bottom: 27px;
    border-bottom: 1px solid #1f1f1f;
}

.ordering-form-row:not(:last-child) {
    padding-bottom: 16px;
}

.textarea {
    margin-bottom: 30px;
    color: #fff;
}

.textarea__label {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.textarea__control {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    height: 160px;
    padding: 10px;
    resize: none;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.textarea__control:focus {
    outline: 0;
}

.checkbox {
    display: flex;
    cursor: pointer;
    align-items: flex-start;
    gap: 12px;
}

.checkbox:not(:last-child) {
    margin-bottom: 25px;
}

.checkbox input {
    display: none;
}

.checkbox__control {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    background-color: #1f1f1f;
    flex: 0 0 auto;
}

.checkbox__label {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
}

.checkbox__label a {
    text-decoration: underline;
    color: #fff;
}

.checkbox__label a:hover {
    text-decoration: none;
}

input:checked+.checkbox__control {
    border: 8px solid #006e35;
    background-color: #fff;
}

.button__order {
    font-size: 20px;
    height: 56px;
    padding: 0 15px;
}

.contacts-list {
    margin-bottom: 32px;
    padding: 40px 0;
    background-color: #000;
}

.contacts-list-main {
    display: flex;
    max-width: 1267px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: space-between;
}

.contacts-item {
    text-align: center;
}

.contacts-item__icon {
    margin-bottom: 11px;
}

.contacts-item__text {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    margin-bottom: 6px;
    color: #fff;
}

.contacts-item__value {
    font-size: 32px;
    font-weight: 500;
}

.contacts-item__value a {
    color: #fff;
}

#map {
    height: 752px;
    margin-bottom: 32px;
    background-color: #fff;
}

.card-address {
    padding: 22px 31px;
    color: #fff;
    background-color: #000;
}

.card-address a {
    color: #fff;
}

.card-address__title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.card-address__text {
    font-family: 'Helvetica Neue';
    line-height: 1.7;
}

.card-address__text p:not(:last-child) {
    margin-bottom: 16px;
}

.card-address__text strong {
    font-size: 16px;
}

.address-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.grid-row {
    position: relative;
    display: grid;
    grid-template-columns: 368px auto;
    gap: 32px;
    align-items: start;
}

.grid-row__lft {
    padding: 24px 16px;
    background-color: #000;
}

.filter-main {
    background-color: #000;
}

.filter-main .checkbox {
    align-items: center;
}

.filter-main__header {
    display: none;
}

.filter-main__title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.filter-close {
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml,%0A%3Csvg width=\'18\' height=\'18\' viewBox=\'0 0 18 18\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1 1L16.8977 16.8977\' stroke=\'white\' stroke-width=\'2\' stroke-miterlimit=\'10\'/%3E%3Cpath d=\'M16.8977 1L1 16.8977\' stroke=\'white\' stroke-width=\'2\' stroke-miterlimit=\'10\'/%3E%3C/svg%3E%0A');
}

.filter-main__item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid #1f1f1f;
}

.filter-title {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    color: #fff;
    margin-bottom: 15px;
}

.filter-title::after {
    position: absolute;
    top: 13px;
    right: -2px;
    width: 12px;
    height: 7px;
    content: '';
    transform: rotate(-180deg);
    background-image: url('data:image/svg+xml,%0A%3Csvg width=\'12\' height=\'7\' viewBox=\'0 0 12 7\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6 0L11.1962 6.64773L0.803848 6.64773L6 0Z\' fill=\'white\'/%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
}

.checkbox__label-2 {
    font-family: 'Helvetica Neue';
    margin-left: auto;
    color: #fff;
}

.filter-collapse .checkbox {
    align-items: center;
}

.filter-collapse .checkbox:not(:last-child) {
    margin-bottom: 8px;
}

.filter-collapse .checkbox__control {
    width: 16px;
    height: 16px;
}

.filter-collapse input:checked+.checkbox__control {
    border: 5px solid var(--green);
}

.price-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.price-list input {
    height: 40px;
    padding: 0 16px;
    color: #999;
    border: 1px solid #fff;
    background-color: #1f1f1f;
}

.filter-collapse__body {
    display: none;
    padding-top: 15px;
}

.filter-collapse--opening .filter-collapse__body {
    display: block;
}

.filter-collapse--opening .filter-title::after {
    transform: rotate(0);
}

.card-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
}

.card-list:not(:last-child) {
    margin-bottom: 48px;
}

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

.card-item__preview img {
    width: 100%;
height:160px;
    object-fit: cover;
}

.card-item__body {
    position: relative;
    padding: 18px 16px 11px;
    background-color: #000;
}

.card-item__name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14;
    min-height: 32px;
    margin-bottom: 8px;
    color: #fff;
}

.card-item__price {
    font-size: 18px;
    font-weight: 500;
    color: var(--green);
}

.card-item__favorite {
    position: absolute;
    right: 16px;
    bottom: 12px;
}

.show-cards-btn {
    display: flex;
    width: 272px;
    margin: 0 auto;
}

.mobile-filters-btn {
    position: absolute;
    top: 18px;
    right: 16px;
}

.catalog-select__body {
    display: none;
}

.catalog-select__value {
    font-family: 'Helvetica Neue';
    position: relative;
    display: flex;
    width: 248px;
    height: 40px;
    padding: 0 16px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    align-items: center;
    gap: 5px;
}

.catalog-select__value::after {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 12px;
    height: 7px;
    content: '';
    background-image: url('data:image/svg+xml,%0A%3Csvg width=\'12\' height=\'7\' viewBox=\'0 0 12 7\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6 6.5L0.803848 0.875L11.1962 0.874999L6 6.5Z\' fill=\'white\'/%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
}

.open-filter {
    font-size: 12px;
    display: none;
    text-transform: uppercase;
    color: #fff;
    gap: 10px;
    align-items: center;
}

.paginator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.paginator-btn {
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid;
    align-items: center;
    justify-content: center;
}

.paginator-btn--disabled {
    pointer-events: none;
    color: #303030;
}

.paginator-btn:hover {
    color: #fff;
}

.paginator-btn svg {
    fill: currentColor;
    stroke: currentColor;
}

.paginator-btn--prev {
    margin-right: 10px;
}

.paginator-btn--next {
    margin-left: 10px;
}

.paginator-item {
    position: relative;
    padding-bottom: 5px;
    color: #939393;
}

.paginator-item::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 16px;
    height: 2px;
    content: '';
    transform: translateX(-50%);
    opacity: 0;
    background-color: var(--green);
}

.paginator-item--active,
.paginator-item:hover {
    color: #fff;
}

.paginator-item--active::after,
.paginator-item:hover::after {
    opacity: 1;
}

.container-fluid--news {
    font-size: 14px;
    line-height: 1.7;
    max-width: 1230px;
    margin: 0 auto 85px;
    padding: 0 15px;
    color: #fff;
}
.container-fluid--product {
font-size: 18px;
    line-height: 1.7;
    max-width: 1230px;
    margin: 0 auto 85px;
    padding: 0 15px;
    color: #fff;
}
.container-fluid--news .page-section {
    font-family: 'Helvetica Neue';
    margin-bottom: 27px;
    padding-bottom: 110px;
    border-bottom: 1px solid #444;
}

.container-fluid--news .page-section img {
    margin-bottom: 30px;
}

.container-fluid--news .page-section p {
    font-family: 'Helvetica Neue';
}

.container-fluid--news .page-section p:not(:last-child) {
    margin-bottom: 21px;
}

.container-fluid--news .page-section ol {
    font-family: 'Helvetica Neue';
    margin-bottom: 21px;
    padding: 0;
    list-style-position: inside;
}

.container-fluid--news .page-section ul {
    font-family: 'Helvetica Neue';
    margin-bottom: 21px;
    list-style: circle;
    list-style-position: inside;
}

.container-fluid--news .page-section__title {
    margin-bottom: 60px;
}

.container-fluid--news h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.container-fluid--news h2:not(:last-child) {
    margin-bottom: 20px;
}

.section_sub-title {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 1.5;
}

.section_sub-title:not(:last-child) {
    margin-bottom: 9px;
}

.grid-img {
    margin-bottom: 40px;
}

.btn-news {
    display: flex;
    justify-content: space-between;
}

.btn-news .button {
    width: 144px;
    padding: 0 25px;
}

.li-menu__item:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #1f1f1f;
}

.li-menu__item svg {
    stroke: currentColor;
}

.li-menu__link {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    color: #fff;
    align-items: center;
    gap: 13px;
}

.li-menu__item--active .li-menu__link {
    color: var(--green);
}

.lk-person-main {
    max-width: 657px;
}

.lk-person-main .page-section__title {
    margin-bottom: 17px;
}

.lk-person-main .input:not(:last-child) {
    margin-bottom: 26px;
}

.lk-person-main .input__control {
    font-size: 16px;
    color: #fff;
}

.lk-person-main .textarea__control {
    font-size: 16px;
    height: 120px;
    color: #fff;
}

.person-sale {
    font-family: 'Helvetica Neue';
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 27px;
    padding: 12px 17px;
    color: #fff;
    background-color: var(--green);
}

.lk-person-main__button {
    width: 208px;
}

.list-history {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.history-item {
    padding: 19px 23px;
    background-color: #000;
}

.history-item__header {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1f1f1f;
    justify-content: space-between;
    align-items: center;
}

.history-item__number {
    font-size: 24px;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #fff;
}

.history-item__date {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    color: #fff;
}

.history-item__status {
    font-weight: 500;
    display: flex;
    width: 144px;
    height: 40px;
    cursor: default;
    text-transform: uppercase;
    color: #fff;
    background-color: #adadad;
    align-items: center;
    justify-content: center;
}

.history-item__status--cancel {
    background-color: #f56b66;
}

.history-item__status--process {
    background-color: #e38a4a;
}

.history-product {
    display: grid;
    padding-bottom: 24px;
    padding-left: 10px;
    color: #fff;
    border-bottom: 1px solid #1f1f1f;
    grid-template-columns: 85px minmax(30%, 41%) auto min-content;
    gap: 35px;
    align-items: center;
}

.history-product:not(:last-child) {
    margin-bottom: 22px;
}

.history-product__price {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
}

.history-item__footer {
    display: grid;
    color: #fff;
    grid-template-columns: auto 155px min-content;
    gap: 32px;
    align-items: center;
}

.history-item__summ {
    white-space: nowrap;
}

.history-item__summ span {
    font-family: 'Helvetica Neue';
}

.history-item__summ strong {
    font-size: 18px;
    font-weight: 500;
    display: block;
}

.history-item__address {
    font-family: 'Helvetica Neue';
}

.history-item__btn {
    white-space: nowrap;
}

.history-item__btn .button {
    font-size: 14px;
    width: 144px;
    height: 40px;
    padding: 0;
}

.history-item__top {
    margin-bottom: 30px;
}

.footer .container-fluid {
    max-width: 661px;
    margin: 0 auto;
    padding: 70px 15px 60px;
}

.footer-links {
    display: flex;
    width: 100%;
    margin-bottom: 56px;
    padding-bottom: 10px;
    border-bottom: 16px solid #006e35;
    justify-content: space-between;
}

.footer-links a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #006e35;
}

.icon-social-item__svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

.social {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.social--footer {
    margin-bottom: 56px;
}

.social--product {
    padding-right: 16px;
}

.social-item {
    transition: .3s;
    color: #636363;
}

.social-item:hover {
    color: #fff;
}

.logo-footer {
    display: block;
    max-width: 380px;
    margin: 0 auto 39px;
}

.footer-nav {
    display: flex;
    margin: 0 0 38px;
    padding: 0;
    list-style: none;
    justify-content: center;
    gap: 50px;
}

.footer-nav__item {
    position: relative;
}

.footer-nav__item:not(:last-child)::before {
    position: absolute;
    top: 5px;
    right: -25px;
    width: 1px;
    height: 13px;
    content: '';
    background-color: #fff;
}

.footer-nav__link {
    font-size: 14px;
    transition: .3s;
    text-transform: uppercase;
    color: #fff;
}

.footer-nav__link:hover {
    color: #636363;
}

.copyright {
    font-size: 12px;
    cursor: default;
    text-align: center;
    color: #fff;
}

@media (max-width: 1700px) {
    /* .header__right {
        gap: 30px;
    } */

    .nav {
        gap: 20px;
    }

    .nav+.nav {
        margin-left: 20px;
    }
}

@media (max-width: 1500px) {
    .header {
        position: sticky;
        z-index: 30;
        top: 0;
    }

    .header__right {
        display: none;
    }

    .header-main-nav {
        position: fixed;
        z-index: 20;
        top: 76px;
        left: 0;
        flex-direction: column;
        width: 100%;
        padding: 0 16px 16px;
        transition: .3s;
        transform: translateX(-110%);
        opacity: 0;
        background-color: #000;
    }

    .header-main-nav--active {
        transform: translateX(0);
        opacity: 1;
    }

    .nav {
        flex-direction: column;
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .nav::after {
        display: none;
    }

    .nav__item {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .nav__item:hover>.sub-menu {
        display: none;
    }

    .nav__link {
        padding-bottom: 0;
    }

    .nav+.nav {
        margin-bottom: 0;
        margin-left: 0;
    }

    .header-main-nav__header {
        display: flex;
        margin: 0 -16px 20px;
        padding: 0 16px;
        border-top: 1px solid #1f1f1f;
        border-bottom: 1px solid #1f1f1f;
        justify-content: space-between;
        align-items: center;
    }

    .open-menu {
        position: relative;
        display: block;
        width: 20px;
        height: 16px;
        margin-left: auto;
        padding: 0;
        border: 0;
        background-color: transparent;
    }

    .open-menu span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        transition: .3s;
        background-color: #fff;
    }

    .open-menu span:nth-child(1) {
        top: 0;
    }

    .open-menu span:nth-child(2) {
        top: 7px;
        opacity: 1;
    }

    .open-menu span:nth-child(3) {
        top: 14px;
    }

    .open-menu.isActive span:nth-child(1) {
        top: 7px;
        transform: rotate(45deg);
    }

    .open-menu.isActive span:nth-child(2) {
        opacity: 0;
    }

    .open-menu.isActive span:nth-child(3) {
        top: 7px;
        transform: rotate(-45deg);
    }

    .header-main-nav__footer {
        display: block;
        padding-top: 10px;
    }

    .ordering-grid {
        grid-template-columns: auto 340px;
    }

    .cart-item {
        padding: 5px 15px;
        grid-template-columns: max-content auto min-content;
        gap: 50px;
        align-items: center;
    }

    .cart-item__one {
        grid-template-columns: 150px 180px;
        gap: 15px;
    }

    .cart-item__ctrs {
        max-width: none;
        padding-bottom: 0;
        align-items: center;
        gap: 15px;
    }

    .cart-item__delete {
        position: static;
    }

    .grid-row {
        grid-template-columns: 250px auto;
    }

    .price-list {
        grid-template-columns: 1fr;
    }

    .card-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .history-item__footer {
        grid-template-columns: auto min-content;
        gap: 15px;
    }
}

@media (max-width: 1500px) and (max-width: 767px) {
    .header-main-nav {
        top: 48px;
    }
}

@media (max-width: 1200px) {
    .catalog-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .product {
        margin-bottom: 60px;
    }

    .product__title {
        margin-bottom: 60px;
    }

    .lineup-item__price {
        font-size: 24px;
    }

    .product-lineup-main__preview {
        max-width: 40%;
    }

    .vobler {
        display: block;
    }

    .vobler-desc {
        grid-column: 1/3;
    }

    .vobler-item {
        margin-bottom: 40px;
    }

    .peculiarities-list {
        gap: 16px;
    }

    .ordering-grid {
        grid-template-columns: auto 280px;
    }

    .card-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1025px) {
    body.filter-active .filter-main {
        transform: translateX(0);
        opacity: 1;
    }

    .index-slider-main {
        height: 500px;
    }

    .index-slider-main__title {
        font-size: 50px;
    }

    .cart-main {
        margin: 0 -15px;
    }

    .cart-item {
        gap: 15px;
    }

    .cart-item__price {
        font-size: 18px;
    }

    .list-cart {
        padding: 15px;
    }

    .cart-count {
        width: 100px;
        border: 0;
    }

    .radio-ordering {
        padding: 15px;
    }

    .ordering-radio__main {
        grid-template-columns: 1fr 1fr;
    }

    .textarea__label {
        font-size: 14px;
    }

    .checkbox__label {
        line-height: 1.4;
    }

    .card-address__text {
        line-height: 1.4;
    }

    .grid-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .grid-row__lft {
        padding: 0;
        background-color: transparent;
    }

    .filter-main {
        position: fixed;
        z-index: 30;
        top: 0;
        left: 0;
        overflow: auto;
        width: 100%;
        height: 100vh;
        padding: 10px 16px 16px;
        transition: .3s;
        transform: translateX(-120%);
        opacity: 0;
    }

    .filter-main__header {
        display: flex;
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #1f1f1f;
        align-items: center;
        justify-content: space-between;
    }

    .price-list {
        grid-template-columns: 1fr 1fr;
    }

    .card-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .mobile-filters-btn {
        position: static;
        display: flex;
        margin-bottom: 24px;
        padding: 0 15px;
        justify-content: space-between;
    }

    .open-filter {
        display: flex;
    }

    .li-menu {
        margin-bottom: 20px;
    }

    .li-menu__item:not(:last-child) {
        margin-bottom: 15px;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .li-menu__item svg {
        display: none;
    }

    .li-menu__link {
        color: #434343;
        justify-content: center;
    }

    .li-menu__item--active .li-menu__link {
        color: #fff;
    }

    .lk-person-main {
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    main {
        margin-bottom: 48px;
    }

    .list-news {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-row {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .page-link__link {
        font-size: 12px;
        padding: 5px 25px;
    }

    .page-link--vobler-page {
        margin-bottom: 30px;
    }

    .title-secondary {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .title-secondary:before,
    .title-secondary:after {
        top: -9px;
        width: 30px;
    }

    .product-lineup-list {
        margin-bottom: 50px;
        grid-template-columns: 1fr;
    }

    .lineup-item__main {
        padding-bottom: 10px;
    }

    .product-spec--pc {
        margin-bottom: 30px;
    }

    .vobler {
        margin-bottom: 30px;
    }

    .ordering-grid {
        grid-template-columns: 1fr;
    }

    .cart-item__ctrs {
        justify-content: flex-end;
    }

    .contacts-list-main {
        flex-direction: column;
        gap: 30px;
    }

    .address-list {
        grid-template-columns: 1fr;
    }

    .card-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .list-history {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .index-slider-main {
        height: 200px !important;
    }
}

@media (max-width: 767px) {
    .header {
        height: 48px;
    }

    .index-slider {
        margin-bottom: 21px;
    }

    .index-slider .swiper-wrapper {
        margin-bottom: 15px;
    }

    .index-slider-main {
        height: 320px;
        padding-left: 15px;
    }

    .index-slider-main__title {
        font-size: 40px;
    }

    .index-slider-main__logo {
        max-width: 200px;
    }

    .page-section {
        margin-bottom: 29px;
    }

    .page-section__title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .read-more-link {
        display: none;
    }

    .product-list--featured {
        flex-direction: column;
        margin-bottom: 17px;
    }

    .product-list--featured .product-list__items {
        width: 100%;
    }

    .product-list--featured .product-list__items:last-child .product-item__info {
        padding: 10px;
        align-items: flex-start;
    }

    .product-list--featured .product-list__items:last-child .product-item__name {
        font-size: 12px;
    }

    .product-item__name {
        font-size: 18px;
    }

    .list-news:not(:last-child) {
        margin-bottom: 29px;
    }

    .news-item__main {
        padding: 8px 17px 15px;
    }

    .news-item__date {
        font-size: 9px;
        margin-bottom: 7px;
    }

    .news-item__title {
        font-size: 14px;
        line-height: 1.14;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .catalog-row {
        grid-template-columns: 1fr;
    }

    .breadcrumbs {
        display: none;
    }

    .type-size {
        font-size: 12px;
        margin-top: 0;
    }

    .type-category {
        font-size: 12px;
    }

    .product {
        margin-bottom: 33px;
    }

    .product__title {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .product__sale {
        display: none;
    }

    .lineup-item__title {
        font-size: 24px;
    }

    .lineup-item__sub-title {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .lineup-item__preview {
        margin-bottom: 15px;
    }

    .lineup-item__desc {
        font-size: 11px;
        line-height: 1.45;
    }

    .lineup-counts {
        height: 40px;
        padding: 0 10px;
    }

    .lineup-counts__value {
        padding: 0 2px;
    }

    .lineup-item__basket {
        font-size: 12px;
        width: 120px;
        height: 40px;
        padding: 0;
    }

    .main-product {
        margin-bottom: 30px;
    }

    .product-spec--pc {
        display: none;
    }

    .product-spec--mobile {
        display: block;
        margin-bottom: 30px;
    }

    .product-lineup-main {
        font-size: 11px;
        line-height: 1.4;
        flex-direction: column;
        gap: 10px;
    }

    .product-lineup-main:not(:last-child) {
        margin-bottom: 20px;
    }

    .product-lineup-main__preview {
        max-width: none;
    }

    .color-mob-white {
        color: #fff;
    }


    .lineup-desc h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .lineup-desc__text {
        font-size: 11px;
    }

    .lineup-desc__preview img {
        width: 100%;
        max-width: none;
    }

    .lineup-desc--right {
        text-align: left;
    }

    .vobler {
        margin: 0 -15px 30px;
    }

    .vobler-item {
        padding: 15px;
    }

    .product-type:not(:nth-child(5n)) {
        border-right: 1px solid #444;
    }

    .product-type:not(:nth-child(4n)) {
        border-right: 0;
    }

    .product-type:last-child {
        border-right: 1px solid #444;
    }

    .group-types {
        grid-template-columns: repeat(4, 1fr);
    }

    .price-item {
        gap: 20px;
        align-items: center;
        justify-content: space-between;
    }

    .price-item__value {
        font-size: 28px;
    }

    .price-item__count {
        font-size: 16px;
    }

    .price-item__btn {
        margin-left: 0;
    }

    .price-item__btn .button {
        width: 144px;
        padding: 0;
    }

    .peculiarities-list {
        grid-template-columns: 1fr;
    }

    .cart-item {
        grid-template-columns: 1fr auto;
    }

    .cart-item__one {
        grid-template-columns: 60px auto;
        gap: 20px;
        align-items: start;
        grid-column: 1/3;
    }

    .cart-item__name {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .cart-item__desc {
        font-size: 11px;
        line-height: 1.4;
    }

    .cart-item__ctrs {
        justify-content: flex-start;
        gap: 55px;
    }

    .cart-count {
        width: auto;
        padding: 0;
        gap: 10px;
    }

    .cart-count__btn.minus {
        top: -2px;
    }

    .cart-count__btn {
        font-size: 20px;
    }

    .cart-count__value {
        width: 41px;
        height: 25px;
        text-align: center;
        border: 1px solid #fff;
    }

    .promocode {
        flex-direction: column;
        align-items: flex-start;
    }

    .promocode__button {
        font-size: 12px;
        display: inline-flex;
        width: auto;
    }

    .section__title {
        font-size: 28px;
    }

    .ordering-info__main {
        padding: 16px;
    }

    .ordering-info-row {
        grid-template-columns: 1fr;
    }

    .ordering-radio__main {
        grid-template-columns: 1fr;
    }

    .contacts-list {
        margin-bottom: 0;
    }

    .contacts-item__text {
        font-size: 12px;
    }

    .contacts-item__value {
        font-size: 24px;
    }

    #map {
        width: calc(100% + 30px);
        height: 480px;
        margin: 0 -15px 25px;
    }

    .card-address {
        padding: 20px;
    }

    .card-address__title {
        font-size: 28px;
        text-align: center;
    }

    .card-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .catalog-select__value {
        width: 168px;
    }

    .catalog-select__value span {
        display: none;
    }

    .li-menu__item:not(:last-child) {
        margin-bottom: 5px;
    }

    .history-item {
        padding: 15px;
    }

    .history-item__number {
        font-size: 18px;
    }

    .history-item__date {
        font-size: 12px;
    }

    .history-item__status {
        font-size: 12px;
        width: 112px;
        height: 32px;
    }

    .history-product {
        grid-template-columns: 60px auto min-content;
        gap: 8px 20px;
    }

    .history-product__preview {
        grid-row: 1/3;
    }

    .history-product__price {
        font-size: 16px;
        grid-column: 3/4;
        grid-row: 2/3;
    }

    .history-product__count {
        grid-column: 2/3;
    }

    .history-product__name {
        font-size: 12px;
    }

    .history-item__footer {
        grid-template-columns: 1fr;
    }

    .history-item__summ {
        display: flex;
        justify-content: space-between;
    }

    .history-item__btn .button {
        font-size: 12px;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .footer .container-fluid {
        padding-bottom: 30px;
        padding-top: 20px;
    }

    .footer-links {
        flex-direction: column;
        margin-bottom: 29px;
        padding-top: 14px;
        padding-bottom: 0;
        border-top: 9px solid #006e35;
        border-bottom: 0;
        gap: 11px;
    }

    .footer-links a {
        font-size: 14px;
    }

    .social--footer {
        margin-bottom: 30px;
    }

    .logo-footer {
        max-width: 270px;
    }

    .footer-nav {
        gap: 0 20px;
    }

    .footer-nav__item:not(:last-child)::before {
        top: 4px;
        right: -12px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .nav__link:hover {
        color: var(--green);
    }

    .li-menu__link:hover {
        color: var(--green);
    }
}

.header-whatsapp img {
    position: absolute;
    top: 21px;
}

.whatsappiconmob {
    margin-top: -12px;
    margin-left: 8px;
}

.lineup-item__sub-title {
    display: none;
}

.bx-authform {
    margin: 25px auto;
    color: #fff;
}

.bx-authform .bx-authform-link-container {
    color: #fff;
}

.bx-authform .btn {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    height: 48px;
    padding: 0 35px;
    cursor: pointer;
    transition: .3s;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-color: #046432;
    align-items: center;
    justify-content: center;
}

.bx-404-container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    text-align: center;
}

.bx-404-block img {
    margin-bottom: 40px;
}

.bx-404-text-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.12;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.bx-404-text-sub-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.75;
    color: #000000;
    margin-bottom: 20px;
}

.bx-404-text-block {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Helvetica Neue';
    line-height: 1.5;
    margin-bottom: 80px;
}

body.page-404-body {
    background-color: #fff;
}

body.page-404-body .footer {
    background-color: #000;
}
@media (max-width: 545px) {
.product-type__preview img {
position: relative;
    bottom: -2px;
    margin-top: 41px;
}
.product-type__preview span{
    position: absolute;
    left: 6%;
    top:6%;
}
}
.lineup-desc__main p{
position:relative;
}
.sticker{
margin-left: -22%;
    margin-top: -37%;
    width: 60px;
    padding-left: 8px;
    height: 21px;
    background-color: #006e35;
}
@media (max-width: 490px) {
.sticker{
padding-left: 3px;
    height: 15px;
    background-color: #006e35;
		font-size: 10px;}
}
@media (min-width: 491px) (max-width: 768px) {
.sticker{
margin-left: -18%;
		}
	}
@media (max-width: 1024px) {
.sticker{
margin-left: -24%;
			}
		}
@media (max-width: 320px) {
.sticker{
    padding-left: 1px;
	}
}
.news-item__title_detail{
font-size: 240%;
font-weight: 600;
letter-spacing: 4px;
}
.news-item__date_detail{
margin-right: 10px;
color: #999;
font-size: 93%;
line-height: 1;
}
.container-fluid--news_detail{
font-size: 18px;
    line-height: 1.7;
    max-width: 1000px;
    margin: 0 auto 85px;
    padding: 0 15px;
    color: #fff;
    }
.VIpgJd-ZVi9od-ORHb-OEVmcd {
display:none !important;
}
.skiptranslate{
}
.lineup-desc img{
height:650px;
}
.D0-center{
  width: 100%;
  height: 120vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
}
