<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
* {
    font-family: 'Poppins', sans-serif !important;
}

a {
    text-decoration: none;
}

body {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.main2 {
    background-color: #f3f3f3;
}

.header {}

.header__top {
    height: 38px;
    display: flex;
    justify-content: space-between;
    background-color: #161817;
}

.headerTop__left {
    display: flex;
    align-items: center;
    margin-left: 38px;
}

.nav {}

.nav__link {
    color: #fff;
    transition: 200ms all;
    font-size: 12px;
    margin-right: 23px;
    padding: 10px 0;
}

.nav__link:hover {
    color: #bbec00;
}

.nav__link-acitve {
    color: #bbec00;
}

.headerTop__right {
    display: flex;
    align-items: center;
}

.langBar {
    height: 100%;
    display: flex;
}

.langBar__link {
    color: #adadad;
    font-size: 12px;
    transition: 500ms all;
    margin-right: 8px;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.langBar__link:hover {
    color: #bbec00;
}

.langBar__link-active {
    color: #bbec00;
}

.headerTop__phoneWrap {
    height: 100%;
    display: flex;
    align-items: center;
}

.headerTop__phone {
    color: #ffffff;
    font-size: 14px;
    padding: 0 37px;
    transition: 500ms all;
    display: flex;
    align-items: center;
    height: 100%;
}

.headerTop__contactWrap {
    height: 100%;
}

.headerTop__contact {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 37px;
    background-color: #bbec00;
    color: #053320;
    font-size: 14px;
    transition: 500ms all;
}

.headerTop__phone-img {
    width: 18px;
    fill: #bbec00;
    margin-right: 8px;
    transition: 500ms all;
}

.headerTop__contact-img {
    width: 20px;
    margin-right: 8px;
    fill: #053320;
}

.headerTop__contact:hover {
    background-color: #99c102;
}

.headerTop__phone:hover {
    transform: scale(1.05);
    color: #bbec00;
}

.headerTop__phone:hover .headerTop__phone-img {
    fill: #fff;
}

.container {
    max-width: 1845px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.header__middleWrap {
    background-color: #053320;
    padding-top: 40px;
}

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

.headerMiddle__left {
    margin-right: 220px;
}

.logo {}

.logo__img {}

.headerMiddle__right {
    flex: 1;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}

.search {}

.search__wrap {
    display: flex;
    align-items: center;
}

.search__input {
    height: 50px;
    min-width: 365px;
    /* width: 100%; */
    box-sizing: border-box;
    padding: 0 35px;
    background-color: #161817;
    border: none;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
    font-style: italic;
    color: #b6b6b6;
}

.search__input::-webkit-input-placeholder {
    /* Edge */
    color: #b6b6b6;
}

.search__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b6b6b6;
}

.search__input::placeholder {
    color: #b6b6b6;
}

.search__input:focus {
    outline: none;
}

.search__btn {
    width: 56px;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #bbec00;
    border: none;
    display: flex;
    align-items: center;
    transition: 500ms all;
    cursor: pointer;
    justify-content: center;
}

.search__btn-img {
    width: 15px;
    fill: #053320;
}

.search__btn:hover {
    background-color: #99c102;
}

.cartWrap {
    display: flex;
}

.cart__link {
    display: block;
    position: relative;
}

.cart__linkWrap {
    padding-right: 80px;
    position: relative;
}

.cart__linkWrap:last-of-type {
    padding-right: 0;
}

.cartLink__img {
    width: 24px;
    fill: #fff;
}

.cartLink__count {
    width: 24px;
    height: 24px;
    position: absolute;
    background-color: #e12929;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    top: -13px;
    right: -20px;
}

.favorite__link {
    display: block;
    position: relative;
}

.favoriteLink__img {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.favoriteLink__count {
    width: 24px;
    height: 24px;
    position: absolute;
    background-color: #bbec00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #053320;
    font-size: 12px;
    font-weight: bold;
    top: -13px;
    right: -20px;
}

.header__user {
    display: flex;
}

.headerUser__linkWrap {
    margin-right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.headerUser__link {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    transition: 500ms all;
    position: relative;
    transform: scale(1)!important;
    height: 100%;
}

.headerUserLink__img {
    width: 27px;
    fill: #fff;
    margin-right: 10px;
    transition: 500ms all;
}

.headerUser__link:hover {
    color: #bbec00;
}

.headerUser__link:hover .headerUserLink__img {
    fill: #bbec00;
}

.headerUser__linkWrap:last-of-type {
    margin-right: 0;
}

.header__bottomWrap {
    background-color: #053320;
    padding: 6px 0 15px;
}

.header__bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.headerBottom__menu {
    display: flex;
    align-items: center;
}

.headerBottomMenu__link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-right: 48px;
    transition: 200ms all;
}

.headerBottomMenu__link-green {
    padding: 8px 13px;
    background-color: #bbec00;
    color: #053320;
    border-radius: 5px;
    transition: 500ms all;
}

.headerBottomMenu__link-more {
    position: relative;
    margin-left: auto;
    margin-right: 0;
}

.headerBottomMenu__link-img {
    height: 24px;
    fill: #fff;
    transition: 500ms all;
}

.headerBottomMenu__link-more:hover .headerBottomMenu__link-img {
    fill: #bbec00;
}

.headerBottomMenu__link:last-of-type {
    margin-right: 0;
}

.headerBottomMenu__link:hover {
    color: #bbec00;
}

.headerBottomMenu__link-active {
    color: #bbec00;
}

.headerBottomMenu__link-green:hover {
    background-color: #99c102;
    color: inherit;
}

.footer {
    background-color: #161817;
    padding: 70px 0 200px;
    position: relative;
}

.wrapper {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.footer__wrap {
    display: flex;
    position: relative;
    z-index: 1;
}

.footer__col {
    flex: 1;
}

.footer__logo {}

.footerLogo__link {}

.footerLogoLink__img {
    width: 180px;
}

.footer__copyright {
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 1.7px;
}

.footer__contact {}

.footerContact__h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}

.footerContact__info {
    margin: 30px 0;
}

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

.footerContactInfo__row:last-of-type {
    margin-bottom: 0;
}

.footerContactInfo__img {
    height: 19px;
    width: 17px;
    fill: #bbec00;
    margin-right: 10px;
}

.footerContactInfo__text {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footerContactInfo__link {
    color: #bbec00;
    font-size: 16px;
    transition: 500ms all;
}

.footerContactInfo__link:hover {
    color: #99c102;
}

.footer__col2 {
    flex: 1.5;
}

.footer__col-logo {
    display: flex;
    align-items: center;
}

.footer__partners {}

.footerPartner__link {
    margin-bottom: 17px;
    display: block;
}

.footerPartner__link:last-of-type {
    margin-bottom: 0;
}

.footerPartnerLink__img {}

.footer__social {
    margin-top: 70px;
    display: flex;
}

.footerSocial__link {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 16px;
    background-color: #848484;
    transition: 500ms all;
}

.footerSocialLink__img {
    height: 17px;
    fill: #363737;
    transition: 500ms all;
}

.footerSocial__link:hover {
    background-color: #bbec00;
}

.footerSocial__link:hover .footerSocialLink__img {
    fill: #053320;
}

.footerSocialLink__img2 {
    height: 23px;
}

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

.footerMenu__link {
    color: #9f9f9f;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    /* transition: 200ms all; */
}

.footerMenu__link:last-of-type {
    margin-bottom: 0;
}

.footerMenu__link:hover {
    color: #bbec00;
}

.footerMenu__link-active {
    color: #bbec00;
}

.footer__bg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.headerUser__sub {
    position: absolute;
    width: 307px;
    top: 66px;
    right: 0;
    background-color: #f2f2f2;
    padding: 35px 35px 60px;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: 0px 4px 49px 0px rgba(0, 0, 0, 0.66);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.26s ease;
}

.headerUser__sub-active {
    transform: scaleY(1);
}

.headerUser__sub:after {
    content: "";
    clear: both;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 15px 8.5px;
    border-color: transparent transparent #f2f2f2 transparent;
    top: -15px;
    right: 80px;
}

.headerUsersub__h4 {
    text-align: center;
    color: #161817;
    font-size: 19px;
    font-weight: 500;
}

.headerUsersub__p {
    color: #161817;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}

.headerUsersub__p-link {
    color: #053320;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.headerUsersub__p-link:hover {
    text-decoration: none;
}

.headerUserSub__form {
    margin: 30px 0 40px;
}

.headerUserSubForm__row {
    margin-bottom: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.headerUserSubForm__input {
    width: 100%;
    height: 48px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    color: #161817;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.1);
}

.headerUserSubForm__input::-webkit-input-placeholder {
    /* Edge */
    color: #161817;
}

.headerUserSubForm__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #161817;
}

.headerUserSubForm__input::placeholder {
    color: #161817;
}

.headerUserSubForm__input:focus {
    outline: none;
}

.headerUserSubForm__link {
    color: #053320;
    font-size: 13px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.headerUserSubForm__link:hover {
    text-decoration: none;
}

.headerUserSubForm__btn {
    height: 43px;
    width: 133px;
    border: none;
    /* background-color: #053320; */
    background-color: transparent;
    border: 2px solid #004f2e;
    border-radius: 5px;
    /* color: #fff; */
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 500;
    transition: 500ms all;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerUserSubForm__btn:hover {
    /* background-color: #bbec00; */
    border-color: #bbec00;
    background-color: #063320;
    color: #fff;
}

.headerUserSub__other {}

.headerUserSubOther__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 23px;
}

.headerUserSubOther__row {
    display: flex;
    align-items: center;
    color: #053320;
    font-size: 14px;
    margin-bottom: 16px;
    transition: 500ms all;
}

.headerUserSubOther__row:hover {
    color: #bbec00;
}

.headerUserSubOther__row:last-of-type {
    margin-bottom: 0;
}

.headerUserSubOther__img {
    width: 28px;
    margin-right: 10px;
}

.headerUserSub__close {
    color: #a6b3ae;
    font-size: 30px;
    font-weight: 300;
    transform: rotate(45deg);
    display: flex;
    position: absolute;
    top: 11px;
    right: 11px;
    line-height: 70%;
    transition: 500ms all;
}

.headerUserSub__close:hover {
    color: #161817;
}

.headerUserSubForm__row-error em {
    color: #e03636;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.headerUserSubForm__row-error .headerUserSubForm__input {
    border: 2px solid #e03636;
    color: #e03636;
}

.headerUserSubForm__row-error .headerUserSubForm__input::-webkit-input-placeholder {
    /* Edge */
    color: #e03636;
}

.headerUserSubForm__row-error .headerUserSubForm__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #e03636;
}

.headerUserSubForm__row-error .headerUserSubForm__input::placeholder {
    color: #e03636;
}

.headerUsersub__h3 {
    text-align: center;
    margin-top: 15px;
    color: #161817;
    font-size: 15px;
    font-weight: 600;
}

.headerUsersub__h3-green {
    color: #053320;
    font-size: inherit;
    font-weight: 500;
}

.headerCart {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 17px;
    margin-top: 22px;
}

.headerCart-scroll {
    max-height: 368px;
    overflow-y: scroll;
    padding: 6px 12px 0 6px;
    position: relative;
}

.headerCart-scroll:after {
    content: "";
    clear: both;
    position: sticky;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 100%);
    width: 100%;
    height: 50px;
    bottom: -6px;
    left: 0;
}

.headerCart__row {
    background-color: #ffffff;
    position: relative;
    padding: 16px;
    box-sizing: border-box;
}

.headerCartRow__delete {
    position: absolute;
    top: -6px;
    left: -6px;
    transition: 500ms all;
}

.headerCartRowLink__img {
    height: 14px;
    fill: #c3c3c3;
    transition: 500ms all;
}

.headerCartRow__delete:hover .headerCartRowLink__img {
    fill: #ff0000;
}

.headerCartRow__link {
    display: flex;
}

.headerCartRowLink__h5 {
    color: #2b2b2b;
    font-size: 12px;
    font-weight: 600;
    line-height: 130%;
}

.headerCartRowLink__price {
    color: #004f2e;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.headerCartRowLinkProd__img {
    max-width: 40px;
    margin-right: 15px;
}

.headerUser__sub-cart {
    padding: 35px 11px 30px 17px;
}

.headerCart-scroll {
    scrollbar-width: auto;
    scrollbar-color: #053320 #f2f2f2;
}


/* Chrome, Edge, and Safari */

.headerCart-scroll::-webkit-scrollbar {
    width: 4px;
}

.headerCart-scroll::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.headerCart-scroll::-webkit-scrollbar-thumb {
    background-color: #053320;
    border-radius: 2px;
    border: 4px solid #073320;
}

.headerCart__btnWrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pb-140 {
    padding-bottom: 140px;
}

.content {
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 0;
}

.pb-140 {}

.h1 {
    color: #161817;
    font-size: 25px;
    font-weight: 500;
    line-height: 160%;
}

.h2 {
    color: #161817;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
}

.h3 {
    color: #161817;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
}

b {
    font-weight: bold;
}

.p {
    color: #161817;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
}

.ul {}

.li {
    color: #161817;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    position: relative;
    padding-left: 25px;
}

.li:after {
    content: "";
    clear: both;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #053320;
    border-radius: 50%;
    top: 9px;
    left: 0;
}

.quote {
    background-color: #dfe5e2;
    border-radius: 5px;
    padding: 44px 42px;
    color: #161817;
    font-size: 25px;
    font-weight: 500;
    font-style: italic;
    line-height: 160%;
    border: 2px solid #dae1dd;
}

.burgerMenu {
    display: none;
}

.mobileSearchBtn {
    display: none;
}

.swipeIcon__img {
    display: none;
}

.mobileMenu {
    display: none;
}

.headerTop__phone-span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.page__h1 {
    color: #161817;
    font-size: 31px;
    font-weight: 500;
    line-height: 180%;
}

.tab {
    margin-top: 40px;
}

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

.tab__btn {
    height: 45px;
    display: flex;
    align-items: center;
    margin-right: 11px;
    padding: 0 24px;
    /* background-color: #8c8c8c; */
    background: transparent;
    border: 2px solid #004f2e;
    color: #2b2b2b;
    border-radius: 5px;
    /* color: #fff; */
    font-size: 14px;
    font-weight: 500;
    transition: 500ms all;
    margin-bottom: 10px;
}

.tab__btn:hover {
    /* background-color: #053320; */
    border-color: #bbec00;
    background-color: #063320;
    color: #fff;
}

.tab__btn:last-of-type {
    margin-right: 0;
}

.tab__btn-active {
    /*  background-color: #053320; */
    border-color: #bbec00;
    background-color: #063320;
    color: #fff;
}

.tab__content {
    margin-top: 50px;
}

.tab__content-active {}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 21px;
}

.gallery__row {
    overflow: hidden;
    height: 400px;
    position: relative;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 50px;
    padding-top: 177px;
    box-sizing: border-box;
    transition: 500ms all;
}

.galleryRow__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 500ms all;
}

.videoPlay__icon {
    position: relative;
    z-index: 1;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    transition: 500ms all;
}

.gallery__link {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    display: block;
    transition: 500ms all;
}

.gallery__h3 {
    color: #f3f3f3;
    font-size: 23px;
    font-weight: bold;
    line-height: 180%;
    transition: 500ms all;
}

.gallery__p {
    color: #f3f3f3;
    font-size: 16px;
    line-height: 180%;
    transition: 500ms all;
}

.gallery__icon {
    position: relative;
    z-index: 1;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    transition: 500ms all;
}

.gallery__icon-img {
    width: 28px;
}

.gallery__icon-img path {
    fill: #053320 !important;
}

.wrapper2 {
    padding-top: 56px;
    padding-bottom: 120px;
}

.videoPlay__icon-img {
    width: 30px;
}

.videoPlay__icon-img path {
    fill: #053320;
    transition: 500ms all;
}

.videoPlay__icon:hover {
    background-color: #99c102;
}

.videoPlay__icon:hover .videoPlay__icon-img path {
    fill: #fff;
}

.gallery__row:hover .galleryRow__bg {
    transform: scale(1.3);
    filter: contrast(0.5);
}

.gallery__link:hover .gallery__h3 {
    color: #99c102;
}

.gallery__link:hover .gallery__p {
    color: #99c102;
}

.pagination {
    margin-top: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination__link {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    /* background-color: #c7c9c8; */
    margin-right: 8px;
    /* color: #525252; */
    background: transparent;
    border: 2px solid #004f2e;
    color: #2b2b2b;
    font-size: 19px;
    font-weight: 500;
    transition: 500ms all;
}

.pagination__link:hover {
    /*  background-color: #053320;

color: #fff; */
    border-color: #bbec00;
    background-color: #063320;
    color: #fff;
}

.pagination__link:last-of-type {
    margin-right: 0;
}

.pagination__link-active {
    /* background-color: #053320;

color: #fff; */
    border-color: #bbec00;
    background-color: #063320;
    color: #fff;
}

.btn__back {
    color: #161817;
    font-size: 16px;
    font-weight: 500;
    transition: 500ms all;
}

.btn__back:hover {
    color: #99c102;
}

.videoBlock__content {
    margin-top: 50px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding-bottom: 50px;
}

.videoBlockContent__info {
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 70px 0 40px;
}

.videoBlock__h1 {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    line-height: 180%;
}

.video__wrap {}

.mb-50 {
    margin-bottom: 50px;
}

.vjs-theme-forest .vjs-big-play-button {
    width: 126px;
    height: 126px;
    background: #fff !important;
    border-radius: 50%;
    transition: 500ms all;
}

.vjs-theme-forest .vjs-big-play-button:hover {
    background-color: #99c102 !important;
}

.vjs-theme-forest .vjs-big-play-button:after {
    content: "";
    clear: both;
    position: absolute;
    width: 35px;
    height: 44px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/play.png);
    background-repeat: no-repeat;
    transition: 500ms all;
}

.vjs-theme-forest .vjs-big-play-button:hover:after {
    background: url(../img/play-white.png);
    background-repeat: no-repeat;
}

.white {
    color: #fff;
}

.gallery__content {
    margin-top: 50px;
}

.galleryContent__header {
    /* background: url(../img/single-gallery-bg.jpg); */
    height: 494px;
    background-repeat: no-repeat;
    padding: 50px 180px;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    background-size: cover !important;
    background-position: center !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.videoBlock__h1 {}

.galleryContent__body {
    box-sizing: border-box;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}

.galleryImg__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 7px;
    box-sizing: border-box;
    margin-top: 60px;
}

.galleryImg__row {
    transition: 500ms all;
    overflow: hidden;
    height: 180px;
    display: block;
    position: relative;
}

.galleryImg__row-img {
    max-width: 100%;
    transition: 500ms all;
}

.galleryImg__row:hover {}

.galleryImg__row:hover .galleryImg__row-img {
    transform: scale(1.3);
    filter: contrast(0.5);
}

.content2 {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 80px;
}

.sharemenu {
    z-index: 999;
    position: absolute;
    padding: 0;
    margin: 0;
    list-style-type: none;
    bottom: 10px;
    right: 10px;
}

.shareIcon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sharemenu .subsharemenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sharemenu .subsharemenu li {
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    height: 50px;
    width: 50px;
}

.sharemenu .subsharemenu li:nth-child(1) {
    transform: rotateX(45deg);
}

.sharemenu .subsharemenu li:nth-child(2) {
    transform: rotateX(90deg);
}

.sharemenu .subsharemenu li:nth-child(3) {
    transform: rotateX(135deg);
}

.sharemenu .subsharemenu li a {
    color: #212121;
}

.sharemenu .share .share__icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #848484;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 500ms all;
}

.sharemenu .share:hover.top .subsharemenu li:nth-child(1) {
    opacity: 1;
    top: -51px;
    transition-delay: 0.08s;
    transform: rotateY(0deg);
    /* border-bottom: 1px dashed #d9d9d9; */
}

.sharemenu .share:hover.top .subsharemenu li:nth-child(2) {
    opacity: 1;
    top: -105px;
    transition-delay: 0.16s;
    transform: rotateY(0deg);
    /* border-bottom: 1px dashed #d9d9d9; */
}

.sharemenu .share:hover.top .subsharemenu li:nth-child(3) {
    opacity: 1;
    top: -158px;
    transition-delay: 0.24s;
    transform: rotateY(0deg);
    /* border-bottom: 1px dashed #d9d9d9; */
}

.sharemenu .share:hover.top .subsharemenu li:nth-child(4) {
    opacity: 1;
    top: -211px;
    transition-delay: 0.24s;
    transform: rotateY(0deg);
    /* border-bottom: 1px dashed #d9d9d9; */
}

.sharemenu .share:hover.top .subsharemenu li:nth-child(5) {
    opacity: 1;
    top: -265px;
    transition-delay: 0.24s;
    transform: rotateY(0deg);
    /* border-bottom: 1px dashed #d9d9d9; */
}

.shareIcon__img {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.share__icon-img {
    width: 20px;
    height: 20px;
    fill: #363737;
    transition: 500ms all;
}

.sharemenu .subsharemenu li a:hover.subsharemenu__link .share__icon {
    background-color: #bbec00;
}

.sharemenu .subsharemenu li a:hover.subsharemenu__link .share__icon .share__icon-img {
    fill: #053320;
}

.sharemenu .subsharemenu li a:hover .share__icon {
    color: #fff;
}

.news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px;
}

.news__link {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
    height: 260px;
    overflow: hidden;
    transition: 500ms all;
}

.newsLink__wrap {
    display: flex;
    height: 100%;
}

.newsLinkWrap__left {
    max-width: 310px;
    width: 100%;
    height: 100%;
    position: relative;
}

.newsLinkWrap__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsLinkWrap__right {
    padding: 48px 34px;
    flex: 1;
    background-color: #fff;
}

.newsLinkWrap__h3 {
    color: #004f2e;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    transition: 500ms all;
}

.newsLinkWrap__p {
    color: #004f2e;
    font-size: 16px;
    line-height: 180%;
    margin-top: 10px;
}

.newsLinkWrap__left:after {
    content: "";
    clear: both;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(5, 51, 32, 0.37);
    opacity: 0;
    transition: 500ms all;
}

.news__link:hover .newsLinkWrap__left:after {
    opacity: 1;
}

.news__link:hover .newsLinkWrap__h3 {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.page__header {
    padding: 170px 0 200px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.pageHeader__h1 {
    color: #ffffff;
    font-size: 66px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 180%;
}

.pageHeader__p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
}

.pageHeader__btnWrap {
    margin-top: 40px;
    display: flex;
}

.pageHeader__btn {
    height: 41px;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    margin-right: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: 500ms all;
    text-align: center;
}

.pageHeader__btn:last-of-type {
    margin-right: 0;
}


/* 
.pageHeader__btn:hover {

background-color: #fff;

color: #2b2b2b;

} */

.pageHeader__btn:hover {
    border-color: #bbec00;
    background-color: #063320;
}

.team {
    margin-top: 50px;
}

.team__h2 {
    color: #161817;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 35px;
}

.team__row {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.team__col {
    max-width: 333px;
    width: 100%;
    margin-right: 22px;
    margin-bottom: 22px;
}

.team__col:nth-of-type(4) {
    margin-right: 0;
}

.team__col:last-of-type {
    margin-right: 0;
}

.teamCol__imgWrap {
    max-width: 100%;
    height: 309px;
}

.teamCol__img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.teamCol__info {
    padding: 35px;
    background-color: #fff;
}

.teamColInfo__h4 {
    text-align: center;
    color: #053320;
    font-size: 19px;
    font-weight: bold;
    line-height: 180%;
}

.teamColInfo__p {
    text-align: center;
    color: #161817;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
}

.teamColInfo__contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 37px;
}

.teamColInfoContact__link {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    color: #161817;
    font-size: 16px;
    font-weight: 500;
    transition: 500ms all;
}

.teamColInfoContactLink__img {
    width: 17px;
    height: 17px;
    fill: #053320;
    margin-right: 10px;
    transition: 500ms all;
}

.teamColInfoContact__link:hover {
    color: #bbec00;
}

.teamColInfoContact__link:hover .teamColInfoContactLink__img {
    fill: #bbec00;
}

#popup_wrapper .popup_container {
    background-color: #053320;
}

#popup_wrapper .popup_container:after {
    content: "";
    clear: both;
    position: absolute;
    background: url(../img/atra-sazina-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contactUs {
    position: relative;
    z-index: 1;
    max-width: 1267px;
    width: calc(100% - 40px);
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
}

.contactUs__left {
    max-width: 706px;
    width: 100%;
}

.contactUs__h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    line-height: 180%;
}

.contactUs__p {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.contactUs__p-green {
    font-size: inherit;
    font-weight: inherit;
    color: #bbec00;
}

.contactUs__form {
    display: grid;
    grid-gap: 30px;
    margin-top: 30px;
}

.contactUsForm__row {
    display: flex;
    align-items: center;
}

.contactUsForm__elem {
    flex: 1;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
}

.contactUsForm__elem:last-of-type {
    margin-right: 0;
}

.contactUsForm__label {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contactUsForm__input {
    height: 55px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
    color: #161817;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border: 2px solid #fff;
}

.contactUsForm__input:focus {
    outline: none;
}

.contactUsForm__textarea {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
    resize: none;
    color: #161817;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #fff;
}

.contactUsForm__textarea:focus {
    outline: none;
}

.checkbox__container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    font-size: 15px;
    line-height: 150%;
}


/* Hide the browser's default checkbox */

.checkbox__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 26px;
    width: 26px;
    border-radius: 5px;
    background-color: #fff;
}


/* On mouse-over, add a grey background color */

.checkbox__container:hover input~.checkmark {
    background-color: #bbec00;
}


/* When the checkbox is checked, add a blue background */

.checkbox__container input:checked~.checkmark {
    background-color: #ffffff;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox__container input:checked~.checkmark:after {
    display: block;
}

.checkbox__container:hover input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox__container .checkmark:after {
    left: 8px;
    top: 8px;
    width: 10px;
    height: 11px;
    background: url(../img/arrow.png);
}

.contactUsForm__btn {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    /* background-color: #bbec00;

color: #053320; */
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
    /* border: none; */
    transition: 500ms all;
}

.contactUsForm__btn:focus {
    outline: none;
}

.contactUsForm__btn:hover {
    border-color: #bbec00;
    background-color: #063320;
    color: #fff;
}

.contactUs__right {
    display: flex;
    align-items: flex-end;
}

.contactUs__info {}

.contactUs__h2 {}

.contactUsInfo__wrap {
    margin-top: 50px;
}

.contactUsInfo__row {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contactUsInfo__row:last-of-type {
    margin-bottom: 0;
}

.contactUsInfo__row-img {
    width: 23px;
    height: 23px;
    fill: #bbec00;
    margin-right: 10px;
}

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

.popup_close:before,
.popup_close:after {
    content: none;
}

.popup_close {
    font-size: 70px;
    font-weight: 200;
    color: #fff;
    line-height: 90%;
    top: -10px;
    right: 10px;
    transform: rotate(45deg);
    transition: 500ms all;
}

.popup_close:hover {
    color: #bbec00;
}

.form-error label {
    color: #e03636;
}

.form-error input,
.form-error textarea {
    border: 2px solid #e03636;
}

.contactBlockWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.contactBlock {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
    padding: 35px 25px;
}

.contactBlock-bg {
    background: url(../img/kontakti-block-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #fff;
}

.contactBlock__row {}

.contactBlockRow__info {
    margin-top: 30px;
}

.contactBlockRowInfo__elem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contactBlockRowInfo__elem:last-of-type {
    margin-bottom: 0;
}

.contactBlockRowInfo__elem-img {
    width: 16px;
    height: auto;
    margin-right: 10px;
    fill: #053320;
    margin-top: 6px;
}

.contactBlockRowInfo__elem-value {
    color: #161817;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    transition: 500ms all;
}

a.contactBlockRowInfo__elem-value:hover {
    color: #bbec00;
}

.contactBlockRow__info-last {
    margin-top: 0px;
}

.mapWrap {
    margin-top: 50px;
}

.mapWrap__title {
    margin-left: 30px;
}

.map {
    margin-top: 20px;
    width: 100%;
    height: 517px;
}

.mapInformer__p {
    font-size: 14px;
    font-weight: 500;
    color: #161817;
}

.gm-ui-hover-effect {
    display: none !important;
}

.contactBlock__col {}

.contactBlock2 {
    flex: 2;
}

.map2 {}

.contact__header {
    background: url(../img/contact-header-bg.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.contactHeader__wrap {
    display: flex;
    padding-top: 100px;
}

.contactHeader__left {
    flex: 1;
    margin-right: 15px;
}

.contactHeader__h1 {
    color: #ffffff;
    font-size: 39px;
    font-weight: 500;
    line-height: 180%;
}

.h3 {}

.contactHeader__address {
    display: flex;
    margin-top: 90px;
    margin-bottom: -140px;
}

.contactBlock {}

.contactBlock__row {}

.contactBlockRow__info {}

.contactBlockRowInfo__elem {}

.contactBlockRowInfo__elem-img {}

.contactBlockRowInfo__elem-value {}

.contactBlock2 {}

.contactBlock__col {}

.contactBlockRow__info-last {}

.contactHeader__right {}

.contactHeader__info {}

.white {}

.contactHeaderInfo__wrap {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.contactHeaderInfo__row {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: 500ms all;
}

.contactHeaderInfo__row-img {
    width: 19px;
    height: 18px;
    fill: #fff;
    margin-right: 10px;
    transition: 500ms all;
}

a.contactHeaderInfo__row:hover {
    color: #bbec00;
}

a.contactHeaderInfo__row:hover .contactHeaderInfo__row-img {
    fill: #bbec00;
}

.contact2__wrapper {
    margin-top: 160px;
}

.contactHeader__address .contactBlock:not(:last-of-type) {
    margin-right: 22px;
}

.contactBlock2 .contactBlock__row {
    display: flex;
}

.contactBlock2 .contactBlock__col:nth-of-type(1) {
    flex: 2;
}

.contactBlock2 .contactBlock__col:nth-of-type(2) {
    flex: 1;
}

.map2__wrap {
    position: relative;
}

.map2__rekviziti {
    position: absolute;
    top: 100px;
    right: -50px;
    z-index: 1;
}

.green {
    color: #053320;
}

.errorPage {
    margin: 100px 0 345px;
}

.errorPage__content {
    text-align: center;
}

.errorPage__h1 {
    font-size: 203px;
    font-weight: 600;
    color: #053320;
}

.errorPage__h1-lightGreen {
    color: #bbec00;
}

.errorPage__p {
    color: #053320;
    font-size: 22px;
    line-height: 160%;
}

.errorPage__p-link {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.errorPage__p-link:hover {
    text-decoration: none;
}

.errorPage__btn {
    color: #053320;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.errorPage__btn:hover {
    text-decoration: none;
}

.errorPage__img {
    margin-top: 60px;
}

.partneriem {}

.partneriem__header {
    display: flex;
    min-height: 580px;
}

.partneriemHeader__col {
    flex: 1;
    padding: 170px 74px;
    background-color: #f3f3f3;
}

.partneriemHeader__col-bg {
    background: url(../img/partneriem-bg.jpg);
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    background-position: center;
    background-size: cover;
}

.partneriemHeader__h1 {
    color: #ffffff;
    font-size: 41px;
    font-weight: bold;
    line-height: 140%;
}

.partneriemHeader__info {}

.partneriemHeader__h2 {
    color: #161817;
    font-size: 41px;
    font-weight: bold;
    line-height: 180%;
}

.pageHeader__btn-green:focus {
    outline: none;
}

.pageHeader__btn-green {
    border-color: #004f2e;
    color: #2b2b2b;
    cursor: pointer;
}

.pageHeader__btn-green:hover {
    /* background-color: #053320; */
    border-color: #bbec00;
    background-color: #063320;
    color: #fff;
}


/* .pageHeader__btn-green-reverse {

background-color: #053320;

color: #fff;

}



.pageHeader__btn-green-reverse:hover {

border-color: #004f2e;

background-color: transparent;

color: #2b2b2b;

} */

.partneriem__submissionForm {
    padding: 78px 0 140px;
    background: url(../img/partneriem-bg.png);
    background-repeat: no-repeat;
    background-position: top -110px right;
}

.submissionForm__content {
    max-width: 1072px;
    width: 100%;
    margin: 0 auto;
}

.submissionForm__h2 {
    color: #161817;
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 36px;
}

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

.submissionForm__content p b {
    color: #053320;
}

.p-link {
    color: #053320;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.p-link:hover {
    text-decoration: none;
}

.submissionForm__steps {
    margin-top: 60px;
    display: grid;
    grid-gap: 50px;
}

.submissionFormStep__row {}

.submissionFormStep__cyrcle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #053320;
    border-radius: 50%;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto 30px;
}

.submissionFormStep__h3 {
    color: #161817;
    font-size: 22px;
    font-weight: 500;
    margin-top: 23px;
}

.submissionFormStep__wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 34px;
    justify-content: center;
}

.submissionFormStep__wrap-2 {
    max-width: 610px;
}

.submissionFormStep__elem {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    max-width: 285px;
    width: 100%;
    margin-bottom: 25px;
}


/* .submissionFormStep__elem:last-of-type {

margin-right: 0;

} */

.submissionFormStep__elem-label {
    color: #161817;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.submissionFormStep__elem-red {
    color: #cd2a2a;
    font-size: 13px;
    font-weight: 500;
}

.submissionFormStep__elem-input {
    height: 50px;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.1);
    color: #161817;
    font-size: 17px;
}

.submissionFormStep__elem-input:focus {
    outline: none;
}

.submissionFormStep__wrap-3 {
    max-width: 915px;
}

.p-gray {
    font-size: inherit;
    font-weight: inherit;
    color: #7e7e7e;
}

.submissionFormStep__label {
    max-width: 830px;
    margin: 23px auto 34px;
}

.submissionFormStep__label .checkbox__container {
    color: #161817;
}

.submissionFormStep__label .checkmark {
    box-shadow: 1.878px 3.532px 7px 0px rgb(0 0 0 / 10%);
    top: -3px;
}

.submissionFormStep__label-link {
    font-size: inherit;
    font-weight: inherit;
    color: #053320;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.submissionFormStep__label-link:hover {
    text-decoration: none;
}

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

.thanksPage {
    margin: 132px 0 367px;
}

.thanksBlock {
    max-width: 967px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 83px 50px 67px;
    box-sizing: border-box;
}

.thanksBlock__h1 {
    color: #053320;
    font-size: 31px;
    font-weight: 600;
    line-height: 180%;
}

.thanksBlock__h3 {
    color: #004f2e;
    font-size: 21px;
    font-weight: 600;
    line-height: 140%;
}

.thanksBlock__btnWrap {
    max-width: 214px;
    width: 100%;
    margin: 45px auto 0;
}

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

.thanksBlock__icon {}

.minHeightPage {
    min-height: clamp(335px, calc(20.9375rem + ((1vw - 3.2px) * 50.8475)), 935px);
}

.passwordRecovery {
    margin: 0 auto;
    padding: 74px 0 50px;
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.passwordRecovery__form {}

.justify-start {
    justify-content: flex-start;
}

.passwordRecovery2 {
    max-width: 610px;
}

.main__content {
    display: flex;
}

.sidebar {
    max-width: 310px;
    width: 100%;
}

.sidebar__h2 {
    color: #161817;
    font-size: 18px;
    font-weight: 500;
}

.sidebar__btnWrap {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-top: 40px;
}

.sidebar__btn {
    height: 50px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    transition: 500ms all;
    background-color: #fff;
    color: #161817;
    font-size: 14px;
    font-weight: 500;
    padding: 0 44px;
    line-height: 150%;
}

.sidebar__btn .sidebar__btn-img {
    fill: #053320;
}

.sidebar__btn-active {
    background-color: #bbec00;
}

.sidebar__btn:hover {
    background-color: #bbec00;
}

.sidebar__btn-img {
    width: 23px;
    height: 23px;
    margin-right: 17px;
}

.sidebar__btn-gray {
    color: #858585;
}

.sidebar__btn-gray .sidebar__btn-img {
    fill: #858585;
}

.b2bAdv__wrap {
    margin-top: 26px;
    position: relative;
}

.b2b-adv {}

.b2bAdv__link {}

.b2bAdv__link-img {
    max-width: 100%;
}

.b2bAdv__wrap .swiper-pagination-bullet,
.precesCatalog .swiper-pagination-bullet,
.mainNews .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background-color: #bccac4;
}

.mainNews .swiper-pagination-bullet {
    background-color: #bccac4;
}

.b2bAdv__wrap .swiper-pagination-bullet-active,
.precesCatalog .swiper-pagination-bullet-active {
    background-color: #09442b;
}

.mainNews .swiper-pagination-bullet-active {
    background-color: #bbec00;
}

.b2bAdv__wrap .swiper-pagination,
.precesCatalog .swiper-pagination,
.mainNews .swiper-pagination {
    bottom: -20px;
}

.b2bAdv__link {
    width: 100%;
    height: 100%;
    display: block;
    transition: 500ms all;
    position: relative;
}

.b2bAdv__link:after {
    content: "";
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(5 51 32 / 20%);
    transition: 500ms all;
    opacity: 0;
}

.b2bAdv__link:hover:after {
    opacity: 1;
}

.base {
    flex: 1;
    margin-left: 60px;
}

.base .page__h1 {
    line-height: 80%;
}

.baseForm {
    margin-right: 110px;
    margin-top: 30px;
    display: grid;
    grid-gap: 70px;
}

.baseForm__row {}

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

.baseForm__col2 {}

.baseForm__col-label {}

.baseForm__btnWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.baseForm__btn-delete {
    color: #053320;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.baseForm__btn-delete:hover {
    text-decoration: none;
}

.baseForm__col2 .submissionFormStep__elem {
    max-width: 512px;
}

.baseForm__h3 {
    color: #161817;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.baseForm__col-label .checkbox__container {
    color: #161817;
}

.baseForm__col-label .checkmark {
    box-shadow: 1.878px 3.532px 7px 0px rgb(0 0 0 / 10%);
    top: -3px;
}

.order__history {
    margin-top: 60px;
}

.orderHistory {}

.orderHistory__header {
    display: flex;
    margin-bottom: 22px;
    padding: 0 44px;
}

.orderHistoryHeader__elem {
    flex: 1;
    color: #161817;
    font-size: 15px;
    font-weight: 600;
}

.orderHistory__content {
    display: grid;
    grid-gap: 17px;
}

.orderHistoryContent__row {
    display: flex;
    background-color: #ffffff;
    padding: 0 44px;
    position: relative;
}

.orderHistoryContent__elem {
    flex: 1;
    height: 54px;
    display: flex;
    align-items: center;
}

.orderHistoryContentElem__label {
    display: none;
}

.orderHistoryContentElem__value {
    color: #2b2b2b;
    font-size: 15px;
}

.orderHistoryContentElem__pa {
    color: #2b2b2b;
    font-size: 13px;
    line-height: 140%;
}

.orderHistoryContentElem__status {
    background-color: #e56e26;
    border-radius: 5px;
    padding: 6px 12px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.orderHistoryContentElem__deadline {
    color: #2b2b2b;
    font-size: 15px;
}

.orderHistoryContentElem__deadline-red {
    color: #c3181c;
}

.orderHistoryContentElem__btnWrap {
    display: flex;
    align-items: center;
}

.orderHistoryContentElem__btn {
    margin-right: 10px;
    transition: 500ms all;
}

.orderHistoryContentElem__btn-img {
    width: 26px;
    height: 30px;
}

.orderHistoryContentElem__btn-img2 {
    width: 16px;
    height: 17px;
    fill: #a6a6a6;
    transition: 500ms all;
}

.orderHistoryContentElem__btn:last-of-type {
    margin-right: 0;
}

.orderHistoryContentElem__btn:hover .orderHistoryContentElem__btn-img2 {
    fill: #000000;
}

.orderHistoryContent__row:after {
    content: "";
    clear: both;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: none;
}

.orderHistoryContent__row-cyrcle-green:after {
    background-color: #29a438;
}

.orderHistoryContent__row-cyrcle-gray:after {
    background-color: #b0b0b0;
}

.orderHistoryContent__row-cyrcle-orange:after {
    background-color: #e56e26;
}

.orderHistoryContentElem__status-green {
    background-color: #29a438;
}

.orderHistoryContentElem__status-gray {
    background-color: #b0b0b0;
}

.orderHistoryContentElem__btn-disabled {
    filter: grayscale(1);
    opacity: 0.5;
}

.orderHistoryContentElem__btnWrap-end .orderHistoryContentElem__btn-img {
    fill: gray;
}

.orderHistoryContent__elem-end {
    justify-content: flex-end;
}

.page-space-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.year__filter {
    position: relative;
}

.yearFilter__header {
    color: #161817;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.yearFilterHeader__year {
    font-size: 14px;
    font-weight: 500;
    color: #053320;
    margin: 0 10px 0 4px;
}

.yearFilterHeader__arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4.5px 0 4.5px;
    border-color: #053320 transparent transparent transparent;
    transition: 500ms all;
}

.yearFilter__content {
    /* display: none; */
    position: absolute;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    right: 0;
    top: 20px;
    /* display: flex; */
    flex-direction: column;
    box-shadow: 0px 0px 9px 2px rgb(0 0 0 / 11%);
    z-index: 1;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.26s ease;
}

.yearFilter__content-active {
    display: flex;
    transform: scaleY(1);
}

.yearFilter__link {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #053320;
    transition: 500ms all;
}

.yearFilter__link:hover {
    color: #bbec00;
}

.yearFilter__link:last-of-type {
    margin-bottom: 0;
}

.yearFilterHeader__arrow-up {
    transform: rotate(180deg);
}

.deliveriesAddress {
    margin-top: 30px;
    max-width: 590px;
    width: 100%;
}

.mainAddress {
    display: grid;
    grid-gap: 15px;
}

.mainAddress__row {
    display: flex;
    padding: 15px 25px 15px 15px;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #fff;
}

.mainAddress__row-active {
    background-color: #f4f9f7;
    border-color: #053320;
}

.mainAddressRow__icon {
    margin-right: 16px;
}

.mainAddressRow__icon-img {
    width: 49px;
    height: 45px;
    fill: #053320;
}

.mainAddressRow__text {
    color: #161817;
    font-size: 18px;
    font-weight: 500;
    flex: 1;
}

.mainAddressRow__btnWrap {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.mainAddressRow__btn {
    margin-right: 20px;
}

.mainAddressRow__btn-img {
    width: 18px;
    height: 18px;
    fill: #053320;
}

.mainAddressRow__btn-img2 {
    width: 20px;
    height: 23px;
    fill: #c3c3c3;
    transition: 500ms all;
}

.mainAddress__btnWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.mainAddress__btn {
    color: #053320;
    font-size: 14px;
    font-weight: 500;
    transition: 500ms all;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mainAddress__btn:hover {
    text-decoration: none;
}

.newAddressForm__col {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    flex: 1;
    width: 100%;
    margin-bottom: 25px;
}


/* 

.newAddressForm__col:last-of-type {

margin-right: 0;

} */

.newAddressForm__row {
    display: flex;
    margin-bottom: 20px;
}

.newAddressForm {
    margin-top: 44px;
}

.customSelect select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #fff;
    background-color: white;
    background-image: none;
    cursor: pointer;
    padding: 0 20px;
    color: #161817;
    font-size: 17px;
}


/* Remove IE arrow */

.customSelect select::-ms-expand {
    display: none;
}


/* Custom Select wrapper */

.customSelect {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 50px;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 4px 7px 0px rgb(0 0 0 / 10%);
    color: #161817;
    font-size: 17px;
}


/* Arrow */

.customSelect::after {
    content: '';
    clear: both;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: .25s all ease;
    pointer-events: none;
    color: #053320;
    font-size: 14px;
    background: url(../img/icons/arrow-select.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 8px;
    transform: translate(0, -50%);
}


/* Transition */

.customSelect:hover::after {
    color: #f39c12;
}

.newAddressForm__col {}

.newAddressForm__street {
    max-width: 178px;
}

.newAddressForm__home {
    max-width: 138px;
}

.newAddressForm__nr {
    max-width: 65px;
}

.newAddressForm__index {
    max-width: 123px;
}

.mainAddressRow__btn:hover .mainAddressRow__btn-img2 {
    fill: #ff0000;
}

.precesCatalog {
    margin: 10px;
    /* min-height: 573px; */
}

.precesCatalog-swiper {
    /* min-height: 573px; */
}

.precesCard {
    position: relative;
    /* min-height: 580px; */
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%!important;
}

/* .precesCatalog .swiper-slide {
    height: 573px!important;
} */

.precesCard__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: 500ms all;
}

.precesCard__info {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    padding: 0 20px;
    backface-visibility: hidden;
    transform: translateZ(0px);
}

.precesCard__h3 {
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    line-height: 180%;
}

.precesCard__p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
}

.precesCard__btnWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.precesCard__btn {
    padding: 13px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 5px;
    transition: 500ms all;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.precesCard__btn:hover {
    border-color: #bbec00;
    background-color: #063320;
}

.precesCatalog {
    position: relative;
}

.precesCatalog .swiper-button-next {
    right: -59px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #063320;
    border: 2px solid #bbec00;
    opacity: 0.5;
    justify-content: flex-start;
    padding-left: 18px;
    box-sizing: border-box;
    transition: 500ms all;
}

.precesCatalog .swiper-button-next:after {
    content: 'next';
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.precesCatalog .swiper-button-next:hover {
    opacity: 1;
}

.swiper-button-next-news {
    right: -39px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #063320;
    border: 2px solid #bbec00;
    opacity: 0.5;
    justify-content: flex-start;
    padding-left: 18px;
    box-sizing: border-box;
    transition: 500ms all;
    transform: translateY(-50%);
}

.swiper-button-next-news:after {
    content: 'next';
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.swiper-button-next-news:hover {
    opacity: 1;
}

.precesCatalog .swiper-button-prev {
    left: -59px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #063320;
    border: 2px solid #bbec00;
    opacity: 0.5;
    justify-content: flex-end;
    padding-right: 18px;
    box-sizing: border-box;
    transition: 500ms all;

}

.precesCatalog .swiper-button-prev:after {
    content: 'prev';
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.precesCatalog .swiper-button-prev:hover {
    opacity: 1;
}

.swiper-button-prev-news {
    left: -39px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #063320;
    border: 2px solid #bbec00;
    opacity: 0.5;
    justify-content: flex-end;
    padding-right: 18px;
    box-sizing: border-box;
    transition: 500ms all;
    transform: translateY(-50%);
}

.swiper-button-prev-news:after {
    content: 'prev';
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.swiper-button-prev-news:hover {
    opacity: 1;
}

.precesCatalog__wrap {
    overflow: hidden;
    padding-bottom: 10px;
    background-color: transparent;
}

.mainProduct {
    padding: 74px 0;
    background: url(../img/main-product-bg.png);
    background-repeat: no-repeat;
    background-position: top -20px center;
    background-size: cover;
    margin-top: -20px;
}

.mainProduct__wrap {}

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

.mainProductHeader__link {
    position: relative;
    color: #919594;
    font-size: 18px;
    font-weight: 500;
    margin-right: 37px;
    transition: 500ms all;
    text-transform: uppercase;
}

.mainProductHeader__link:after {
    content: "";
    clear: both;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #004f2e transparent;
    transition: 500ms all;
    opacity: 0;
}

.mainProductHeader__link:hover {
    color: #004f2e;
}

.mainProductHeader__link:hover:after {
    opacity: 1;
}

.mainProductHeader__link-active {
    color: #004f2e;
}

.mainProductHeader__link-active:after {
    opacity: 1;
}

.mainProduct__content {
    margin: 50px 0;
}

.mainProduct__block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 54px 57px;
    box-sizing: border-box;
}

.mainProduct__link {
    background-color: #ffffff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 500ms all;
    position: relative;
    border: 2px solid #fff;
}

.mainProduct__link:hover {
    border: 2px solid #c5c5c5;
    -webkit-box-shadow: 5px 5px 15px 5px #c5c5c5;
    box-shadow: 5px 5px 15px 5px #c5c5c5;
}

.mainProduct__imgWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 37px;
}

.mainProduct__img {
    max-width: 100%;
}

.mainProduct__title {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 180%;
}

.mainProduct__price {
    color: #004f2e;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.mainProduct__category {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474747;
    font-size: 12px;
    margin-top: 38px;
    transition: 500ms all;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mainProduct__category-img {
    width: 12px;
    height: 16px;
    fill: #bababa;
    margin-right: 7px;
    transition: 500ms all;
}

.mainProduct__info {
    padding: 24px;
}

.mainProduct__category:hover {
    text-decoration: none;
    color: #004f2e;
}

.mainProduct__category:hover .mainProduct__category-img {
    fill: #004f2e;
}

.mainProduct__btnWrap {
    display: flex;
    justify-content: center;
}

.mainBanners {
    margin-bottom: 90px;
}

.mainBanners__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}

.mainBanners__row {
    transition: 500ms all;
    display: block;
    position: relative;
}

.mainBanners__row-img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    object-position: center;
    width: 100%;
}

.mainBanners__row:after {
    content: "";
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(5 51 32 / 20%);
    opacity: 0;
    transition: 500ms all;
}

.mainBanners__row:hover:after {
    opacity: 1;
}

.mainBrands {
    margin-bottom: 45px;
}

.mainBrands__wrap {}

.mainBrands__imgWrap {}

.mainBrands__img {
    max-width: 100%;
}

.mainBrands__btnWrap {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.mainVideo {
    background-color: #161817;
    padding: 70px 0;
}

.mainVideo__wrap {}

.mainVideo__h3 {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}

.mainVideo__p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.mainVideo__content {
    margin: 42px 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}

.pageHeader__btn-white-reverse {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}


/* .pageHeader__btn-white-reverse:hover {

background-color: #fff;

color: #2b2b2b;

} */

.mainVideo__btnWrap {
    display: flex;
    justify-content: center;
}

.mainNews {
    background-color: #053320;
    padding: 70px 0;
}

.mainNews__content {
    max-width: 1524px;
    width: 100%;
    margin: 0 auto;
}

.mainNews-swiper {
    margin: 47px 0 20px;
}

.swiper-pagination-news {
    display: flex;
    justify-content: center;
}

.mainNews .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
}

.mainNews .newsLinkWrap__left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: initial;
}

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

.mobile__swipeIconWrap {
    display: none;
}

.mobileMainVideo {
    display: none;
}

.mainProduct__mobileBlock {
    display: none;
}

.informer__wrap {
    display: flex;
    align-items: center;
}

.informer {
    color: #ffffff;
    font-size: 13px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.informer__icon {
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    margin-right: 16px;
}

.informer-error {
    background-color: #e03636;
}

.informer-success {
    background-color: #4a886f;
}

.informer-success .informer__icon-img {
    width: 11px;
    height: 11px;
    fill: #fff;
}

.informer-success .informer__icon-img path {
    fill: #fff !important;
}

.deleteProfile {
    padding: 30px;
}

.deleteProfile__iconWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.deleteProfile__icon {}

.deleteProfile__title {
    color: #161817;
    font-size: 31px;
    font-weight: 500;
    line-height: 170%;
}

.deleteProfile__title-red {
    color: #cb1515;
}

.deleteProfile__text {
    color: #161817;
    font-size: 15px;
    font-weight: 500;
}

.deleteProfile__text span {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.deleteProfile__link {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.deleteProfile__link:hover {
    text-decoration: none;
}

.deleteProfile__btnWrap {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.deleteProfile__btn {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
    /* background-color: #929292; */
    background-color: transparent;
    border: 2px solid #004f2e;
    color: #2b2b2b;
    border-radius: 5px;
    /* color: #ffffff; */
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
    transition: 500ms all;
    line-height: 120%;
}

.deleteProfile__btn:focus {
    outline: none;
}

.deleteProfile__btn:last-of-type {
    margin-right: 0;
}

.deleteProfile__btn:hover {
    /* background-color: #053320; */
    border-color: #bbec00;
    background-color: #063320;
    color: #fff;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, .83);
}

.cart {
    margin-top: 50px;
}

.cart__table {}

.cartTable__header {
    display: flex;
    margin-bottom: 15px;
}

.cartTableHeader__elem {
    flex: 1;
    color: #161817;
    font-size: 15px;
    font-weight: 600;
}

.cartTableHeader__elem-2 {
    flex: 3;
}

.cartTableHeader__elem-span {
    color: inherit;
    font-size: inherit;
    font-weight: 400;
}

.cartTable__content {
    display: grid;
    grid-gap: 16px;
}

.cartTableContent__row {
    display: flex;
    position: relative;
}

.cartTableContent__elem {
    flex: 1;
    height: 154px;
    background-color: #fff;
    display: flex;
    align-items: center;
    color: #004f2e;
    font-size: 17px;
    font-weight: 600;
}

.cartTableContent__elem-2 {
    flex: 3;
}

.cartTableHeader__imgWrap {
    max-width: 240px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cartTableHeader__img {
    /* max-width: 100%; */
    max-height: 130px;
}

.cartTableHeader__info {}

.cartTableHeader__h3 {
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 600;
    line-height: 180%;
}

.cartTableHeader__artic {
    color: #2b2b2b;
    font-size: 14px;
}

.cartTableHeader__filter {
    display: flex;
    margin-top: 20px;
}

.cartTableHeaderFilter__elem {
    display: flex;
    align-items: center;
    margin-right: 50px;
    position: relative;
}

.cartTableHeaderFilter__label {
    color: #161817;
    font-size: 15px;
    font-weight: bold;
    margin-right: 8px;
}

.cartTableHeaderFilter__value {
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #a3a3a3;
    border-radius: 5px;
    color: #053320;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    padding: 0 7px;
}

.cartTableHeaderFilter__value:after {
    content: "";
    clear: both;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #053320 transparent transparent transparent;
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
}

.cartTableHeaderFilter__subLink {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #a3a3a3;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #053320;
    font-size: 17px;
    font-weight: 500;
    transition: 500ms all;
}

.cartTableHeaderFilter__subLink:last-of-type {
    margin-right: 0;
}

.cartTableHeaderFilter__subLink:hover {
    background-color: rgb(5 51 32 / 10%);
}

.cartTableHeaderFilter__subMenu-color .cartTableHeaderFilter__subLink {
    border: none;
}

.color-1 {
    background-color: #fc924a;
    width: 33px;
    height: 33px;
    border-radius: 5px;
}

.cartTableHeaderFilter__subMenu-color {}

.color-2 {
    background-color: #ff0000;
    width: 33px;
    height: 33px;
    border-radius: 5px;
}

.color-3 {
    background-color: blue;
    width: 33px;
    height: 33px;
    border-radius: 5px;
}

.cartTableContent__amount {
    display: flex;
}

.cartTableContentAmount__btn {
    width: 39px;
    height: 39px;
    border: none;
    border-radius: 5px;
    /* background-color: #c3c3c3;

color: #fff; */
    background: transparent;
    border: 2px solid #004f2e;
    color: #2b2b2b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    transition: 500ms all;
    cursor: pointer;
}

.cartTableContentAmount__btn:hover {
    /* background-color: #053320; */
    border-color: #bbec00;
    background-color: #063320;
    color: #fff;
}

.cartTableContentAmount__input {
    height: 39px;
    box-sizing: border-box;
    margin: 0 10px;
    width: 63px;
    border-radius: 5px;
    border: none;
    box-shadow: 1.878px 3.532px 7px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    padding: 0 5px;
    color: #161817;
    font-size: 21px;
}

.cartTableContentAmount__input:focus {
    outline: none;
}

.cartTableContent__price {}

.cartTableContent__deleteBtn {
    position: absolute;
    top: 17px;
    right: 18px;
    fill: #c7c7c7;
    transition: 500ms all;
}

.cartTableContent__deleteBtn:hover {
    fill: #ff0000;
}

.cartTableContent__deleteBtn-img {
    width: 20px;
    height: 22px;
}

.cartTableHeader__elem-2 .cartTableHeader__elem-span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-left: 50px;
}

.cartTableHeaderFilter__elem-color .cartTableHeaderFilter__value {
    border: none;
}

.cartTableHeaderFilter__subMenu {
    display: flex;
    position: absolute;
    width: 100%;
    min-width: 121px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    top: 50px;
    box-shadow: 1.878px 3.532px 7px 0px rgb(0 0 0 / 10%);
    border: 2px solid #e3e3e3;
    flex-wrap: wrap;
    right: -40px;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.26s ease;
    align-items: center;
    justify-content: center;
}

.cartTableHeaderFilter__elem-acitve .cartTableHeaderFilter__subMenu {
    transform: scaleY(1);
}

.cartTableContent__priceWrap {
    display: flex;
    align-items: flex-end;
}

.cartTableContent__price-new {
    color: #d20014;
    font-size: 17px;
    font-weight: 600;
}

.cartTableContent__price-old {
    color: #a4a4a4;
    font-size: 14px;
    margin-left: 14px;
    text-decoration: line-through;
}

.cartTableHeaderFilter__value-noChange:after {
    content: none;
}

.cartTable__priceBlock {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.cartTablePriceBlock__content {
    margin-right: 40px;
}

.cartTablePriceBlock__h2 {
    color: #161817;
    font-size: 23px;
    font-weight: 600;
}

.cartTablePriceBlock__price {
    color: #053320;
    font-size: inherit;
    font-weight: inherit;
}

.cartTablePriceBlock__btnWrap {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end;
}

.cartTableContent__mobileLabel {
    display: none;
}

.profileSettings {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.profileSettings__wrap {}

.profileSettings__btnWrap {
    display: flex;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.profileSettings__btn {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    padding: 0 28px;
    /* background-color: #9ba3a0; */
    background: transparent;
    border: 2px solid #004f2e;
    color: #2b2b2b;
    border-radius: 5px;
    /* color: #ffffff; */
    text-align: center;
    transition: 500ms all;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

.profileSettings__btn:last-of-type {
    margin-right: 0;
}

.profileSettings__btn:hover {
    /* background-color: #053320; */
    border-color: #bbec00;
    background-color: #063320;
    color: #fff;
}

.profileSettings__btn-acitve {
    /* background-color: #053320; */
    border-color: #bbec00;
    background-color: #063320;
    color: #fff;
}

.profileSettings__form {
    display: grid;
    grid-gap: 66px;
}

.formAddLink {
    color: #161817;
    font-size: 15px;
    font-weight: 500;
    transition: 500ms all;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.formAddLink__span {
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 300;
    font-size: 21px;
    margin-right: 10px;
    background-color: #053320;
    border-radius: 50%;
    transition: 500ms all;
}

.formAddLink .formAddLink__text {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.formAddLink:hover .formAddLink__text {
    text-decoration: none;
}

.baseForm__addAll {
    margin-top: 40px;
}

.baseForm__col-link {
    color: #053320;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.baseForm__col-link:hover {
    text-decoration: none;
}

.deliveriesAddress-center {
    margin: 0 auto;
}

.orderForm {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    margin: 60px 0;
}

.orderForm__row {
    position: relative;
    background-color: #ffffff;
    padding: 45px 55px 120px;
    box-shadow: 2.5px 4.33px 27px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.orderFormRow__header {}

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

.orderFormRowHeader__icon {
    width: 63px;
    height: 55px;
    fill: #053320;
}

.orderFormRowHeader__title {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
}

.orderFormRowHeader__title-green {
    font-size: inherit;
    font-weight: inherit;
    color: #053320;
    text-align: center;
    line-height: 150%;
}

.orderFormRow__content {}

.orderForm__login {}

.form2__row {
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form2__input {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    color: #161817;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    border: none;
    box-shadow: 1.878px 3.532px 7px 0px rgba(0, 0, 0, 0.1);
}

.form2__input:focus {
    outline: none;
}

.form2__input::-webkit-input-placeholder {
    /* Edge */
    color: #161817;
}

.form2__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #161817;
}

.form2__input::placeholder {
    color: #161817;
}

.form2__link {
    color: #053320;
    font-size: 11px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.form2__link:hover {
    text-decoration: none;
}

.form2__btnWrap {
    display: flex;
    justify-content: center;
}

.pageHeader__btn {}

.pageHeader__btn-green {}

.pageHeader__btn-green-reverse {}

.orderFormRow__social {
    display: flex;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    justify-content: center;
}

.orderFormRowSocial__link {
    display: flex;
    align-items: center;
    margin-right: 37px;
}

.orderFormRowSocial__link:last-of-type {
    margin-right: 0;
}

.orderFormRowSocial__link-img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

.orderFormRowSocial__link-text {
    color: #053320;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.orderFormRowSocial__link:hover .orderFormRowSocial__link-text {
    text-decoration: none;
}

.orderForm__row-green {
    background-color: #053320;
}

.orderFormRow__text {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 180%;
    margin-bottom: 115px;
}

.orderFormRow__text-lightGreen {
    color: #bbec00;
}

.regPartner {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    justify-content: center;
}

.regPartner__img {
    width: 27px;
    height: 27px;
    fill: #fff;
    margin-right: 10px;
}

.regPartner__text {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.regPartner:hover .regPartner__text {
    text-decoration: none;
}

.orderForm__row-green .orderFormRowHeader__icon {
    fill: #fff;
}

.orderForm__row-green .orderFormRowHeader__title {
    color: #fff;
}

.orderForm2 {
    padding: 60px 0;
}

.orderForm2__header {
    display: flex;
    justify-content: space-between;
    max-width: 924px;
    width: 100%;
    margin: 0 auto;
}

.orderForm2Header__row {
    display: flex;
    align-items: center;
}

.orderForm2Header__row-active {}

.orderForm2HeaderRow__cyrcle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9ba3a0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    margin-right: 12px;
}

.orderForm2HeaderRow__title {
    color: #9ba3a0;
    font-size: 18px;
    font-weight: 500;
}

.orderForm2Header__row-active .orderForm2HeaderRow__cyrcle {
    background-color: #053320;
    color: #fff;
}

.orderForm2Header__row-active .orderForm2HeaderRow__title {
    color: #161817;
}

.orderBg {
    background: url(../img/order-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.orderForm2__content {
    max-width: 610px;
    width: 100%;
    margin: 100px auto 0;
}

.pageHeader__btn-disabled {
    cursor: no-drop;
    /* background-color: #9ba3a0 !important;

color: #ffffff !important;

border-color: #9ba3a0 !important; */
}

.baseForm__btnWrap2 {
    margin-right: 20px;
}


/* The container */

.radioContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    color: #161817;
    font-weight: 500;
    margin-right: 17px;
}

.radioContainer:last-of-type {
    margin-right: 0;
}


/* Hide the browser's default radio button */

.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.radioCheckmark {
    position: absolute;
    top: -2px;
    left: 4px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    box-shadow: 1.878px 3.532px 7px 0px rgba(0, 0, 0, 0.1);
}


/* On mouse-over, add a grey background color */

.radioContainer:hover input~.radioCheckmark {
    background-color: rgb(5 51 32 / 30%);
}


/* When the radio button is checked, add a blue background */

.radioContainer input:checked~.radioCheckmark {
    background-color: #fff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.radioCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radioContainer input:checked~.radioCheckmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radioContainer .radioCheckmark:after {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #053320;
    transform: translate(-50%, -50%);
}

.delivery {
    display: grid;
    grid-gap: 15px;
    max-width: 590px;
    width: 100%;
    margin: 64px auto 0;
}

.delivery__row {
    display: flex;
    height: 74px;
    background-color: #fff;
    padding: 0 24px;
    border-radius: 5px;
    border: 2px solid #fff;
    justify-content: space-between;
    box-shadow: 1.878px 3.532px 7px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 500ms all;
    box-sizing: border-box;
}

.delivery__row:hover {
    border-color: #053320;
    background-color: #f4f9f7;
}

.delivery__row-active {
    border-color: #053320;
    background-color: #f4f9f7;
}

.deliveryRow__left {
    display: flex;
    align-items: center;
}

.deliveryRow__iconWrap {
    margin-right: 20px;
}

.deliveryRow__icon {
    width: 36px;
    height: 28px;
    fill: #053320;
}

.deliveryRow__title {
    color: #161817;
    font-size: 18px;
    font-weight: 500;
}

.deliveryRow__right {
    display: flex;
    align-items: center;
}

.deliveryRow__arrow {
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #053320;
    border-radius: 2px;
    border-right: 3px solid #053320;
    transform: rotate(135deg);
    transition: 500ms all;
}

.deliveryContent {
    display: none;
    box-sizing: border-box;
    max-width: 550px;
    width: 100%;
    margin: 37px auto 0;
}

.newAddressForm__col-past {
    flex: 0.5;
}

.deliveryContent .newAddressForm__street {
    max-width: 148px;
}

.deliveryContent .newAddressForm__home {
    max-width: 133px;
}

.delivery__row-active .deliveryRow__arrow {
    transform: rotate(-45deg);
}

.deliveryRow__imgWrap {
    margin-right: 24px;
}

.deliveryRow__img {
    max-width: 100%;
}

.deliveryConfirm {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.deliveryConfirm__left {
    max-width: 590px;
    width: 100%;
}

.deliveryConfirm__info {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #d4d4d4;
    background: url(../img/delivery-confirmed-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #e6e6e6;
    padding: 70px;
    box-sizing: border-box;
}

.deliveryConfirmInfo__main {
    display: grid;
    grid-gap: 30px;
}

.deliveryConfirmInfoMain__row {}

.deliveryConfirmInfoMain__titleWrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.deliveryConfirmInfoMain__title {
    color: #053320;
    font-size: 16px;
    font-weight: bold;
}

.deliveryConfirmInfoMain__link {
    margin-left: 15px;
    color: #053320;
    font-size: 12px;
    display: flex;
    align-items: flex-end;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.deliveryConfirmInfoMain__link-img {
    width: 16px;
    height: 16px;
    fill: #053320;
    margin-left: 5px;
}

.deliveryConfirmInfoMain__link:hover {
    text-decoration: none;
}

.deliveryConfirmInfoMain__textWrap {}

.deliveryConfirmInfoMain__text {
    color: #161817;
    font-size: 14px;
    line-height: 170%;
}

.deliveryConfirmInfo__bottom {
    margin: 70px 0 0 20px;
    position: relative;
}

.deliveryConfirmInfo__bottom-img {
    width: 17px;
    height: 17px;
    fill: #6f7e78;
    position: absolute;
    top: -5px;
    left: -20px;
}

.deliveryConfirmInfo__bottom-text {
    color: #6f7e78;
    font-size: 14px;
    line-height: 170%;
}

.deliveryConfirmInfo__bottomText-link {
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.deliveryConfirmInfo__bottomText-link:hover {
    text-decoration: none;
}

.deliveryConfirm__right {
    max-width: 700px;
    width: 100%;
}

.deliveryConfirm__result {
    display: grid;
    grid-gap: 15px;
    /* height: 444px; */
    margin-right: 15px;
    margin-bottom: 63px;
}

.deliveryConfirmResult__row {
    background-color: #fff;
    height: 133px;
    display: flex;
    align-items: center;
}

.deliveryConfirmResultRow__imgWrap {}

.deliveryConfirmResultRow__img {
    max-width: 130px;
}

.deliveryConfirmResultRow__info {
    flex: 1;
    padding: 0 30px;
}

.deliveryConfirmResultRow__h3 {
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 600;
    line-height: 180%;
}

.deliveryConfirmResultRow__p {
    color: #2b2b2b;
    font-size: 14px;
}

.deliveryConfirmResultRowInfo__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.deliveryConfirmResultRowInfo__filter {
    display: flex;
    margin-top: 20px;
}

.deliveryConfirmResultRowInfoFilter__row {
    color: #161817;
    font-size: 15px;
    font-weight: 500;
    margin-right: 30px;
}

.deliveryConfirmResultRowInfo__price {
    color: #004f2e;
    font-size: 17px;
    font-weight: 600;
}

.deliveryConfirm__scroll {
    overflow-y: scroll;
    height: 444px;
    position: relative;
}

.deliveryConfirm__scroll {
    scrollbar-width: auto;
    scrollbar-color: #053320 #f2f2f2;
}


/* Chrome, Edge, and Safari */

.deliveryConfirm__scroll::-webkit-scrollbar {
    width: 9px;
}

.deliveryConfirm__scroll::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.deliveryConfirm__scroll::-webkit-scrollbar-thumb {
    background-color: #053320;
    border-radius: 9px;
    border: 4px solid #073320;
}

.shadow {
    position: relative;
}

.shadow:after {
    content: "";
    clear: both;
    position: absolute;
    width: calc(100% - 15px);
    height: 133px;
    bottom: 0px;
    left: 0;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 50%);
}

.deliveryConfirm__total {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}

.deliveryConfirm__total .contactUsForm__elem {
    margin-right: 50px;
}

.deliveryConfirm__total2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.deliveryConfirmTotal__row {
    color: #161817;
    font-size: 14px;
    line-height: 170%;
}

.deliveryConfirm__checkboxWrap {
    margin-top: 50px;
}

.thanksBlock__btnWrap2 {
    max-width: 264px;
}

.baseForm__col-center {
    justify-content: center;
}

.mainAddressRow__text-span {
    color: #161816;
    font-size: 15px;
    font-weight: 500;
}

.mainAddressRow__btn:last-of-type {
    margin-right: 0;
}

.registration__h2 {
    font-size: 27px;
    color: #161817;
    font-weight: 500;
}

.registration__h1 {
    color: #161817;
    font-size: 41px;
    font-weight: bold;
}

.registration__btnWrap {
    margin-top: 28px;
    display: flex;
}

.registration__btn {
    display: flex;
    align-items: center;
    color: #053320;
    font-size: 14px;
    margin-right: 34px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.registration__btn-img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

.registration__btn:hover {
    text-decoration: none;
}

.registration__btn:last-of-type {
    margin-right: 0;
}

.catalog {
    margin: 20px 0 100px;
}

.breadcrumbs {
    display: flex;
}

.breadcrumbs__link {
    color: #808080;
    font-size: 12px;
    margin-left: 23px;
    position: relative;
    transition: 500ms all;
}

.breadcrumbs__link:after {
    content: "";
    clear: both;
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 2px solid #808080;
    border-right: 2px solid #808080;
    transform: rotate(45deg);
    top: 50%;
    left: -15px;
    transform: translate(0, -50%) rotate(45deg);
}

.breadcrumbs__link:first-of-type {
    margin-left: 0;
}

.breadcrumbs__link:first-of-type:after {
    content: none;
}

.breadcrumbs__link:hover {
    color: #053320;
}

.breadcrumbs__link-active {
    color: #053320;
}

.breadcrumbs__link-active:after {
    border-color: #053320;
}

.sidebar__subUl {
    background-color: #053320;
    padding: 20px 47px;
}

.sidebar__subLi {
    margin-bottom: 20px;
}

.sidebar__subLi:last-of-type {
    margin-bottom: 0;
}

.sidebar__link {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: 500ms all;
}

.sidebar__link:hover {
    color: #bbec00;
    text-decoration: none;
}

.sidebar__link-active {
    color: #bbec00;
    /* text-decoration: underline;

text-underline-offset: 3px; */
    text-decoration: none;
}

.base2 {
    margin-top: 40px;
}

.catalogList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 57px;
    margin-top: 20px;
}

.mainProduct__stick {
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    top: 23px;
    left: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.mainProduct__stick-stock {
    background-color: #ffa200;
}

.mainProduct__stick-new {
    background-color: #008aff;
}

.mainProduct__stick-top {
    background-color: #bbec00;
    color: #053320;
}

.mobileCat {
    display: none;
}

.searcBlock {
    margin: 38px 0 100px;
}

.searcBlock__titleWrap {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.searcBlock__title {
    color: #161817;
    font-size: 20px;
    font-weight: 500;
}

.searcBlock__title-link {
    color: #0c4e33;
}

.searcBlock__text {
    margin-left: 24px;
    color: #161817;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.searcBlock__text-green {
    color: #0c4e33;
}

.searcBlock__title-link:hover {
    text-decoration: none;
}

.wish {
    margin: 50px 0 100px;
}

.wish__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.wishHeader__btnWrap {
    display: flex;
}

.wishHeader__btn {
    color: #9f9f9f;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 3px;
    display: flex;
    align-items: center;
    margin-right: 50px;
    transition: 500ms all;
}

.wishHeader__btn:last-of-type {
    margin-right: 0;
}

.wishHeader__btn-img {
    width: 20px;
    height: 18px;
    fill: #9f9f9f;
    transition: 500ms all;
    margin-right: 10px;
}

.wishHeader__btn:hover {
    text-decoration: none;
    color: #004f2e;
}

.wishHeader__btn:hover .wishHeader__btn-img {
    fill: #004f2e;
}

.wish__addCart {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #8d8d8d;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    border: none;
    transition: 500ms all;
}

.wish__addCart:hover {
    background-color: #053320;
}

.wish__addCart-img {
    width: 20px;
    height: 18px;
    fill: #fff;
}

.wish__addCart:focus {
    outline: none;
}

.wish__addCart:hover {}

.wish__addCart-arrow {
    margin-top: 10px;
}

.wishHeader__btn-img {}

.wish__delete {
    position: absolute;
    cursor: pointer;
    border: none;
    top: 7px;
    left: 8px;
    background-color: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms all;
}

.wish__delete:focus {
    outline: none;
}

.wish__delete-img {
    width: 13px;
    height: 15px;
    fill: #9f9f9f;
    transition: 500ms all;
}

.wish__delete:hover .wish__delete-img {
    fill: #ff0000;
}

.mainProduct__link .cartTableContent__priceWrap {
    justify-content: center;
    margin-top: 10px;
}

.wishProduct__dop .cartTableHeaderFilter__elem {
    flex-direction: column;
    margin-right: 30px;
}

.wishProduct__dop .cartTableHeaderFilter__label {
    margin-right: 0;
    margin-bottom: 10px;
}

.wishProduct__dop .cartTableHeader__filter {
    justify-content: center;
    margin-top: 0;
}

.wishProduct__dop .cartTableHeaderFilter__elem:last-of-type {
    margin-right: 0;
}

.wishProduct {
    background-color: #fff;
}

.wish .wishProduct {
    border: none!important;
}

.wishProduct__dop {
    padding: 24px;
}

.mainProduct__link {
    min-height: 463px;
}

.productUnvailabel {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8f0d10;
    font-size: 13px;
    margin-top: 10px;
}

.productUnvailabel-img {
    width: 18px;
    height: 17px;
    fill: #8f0d10;
    margin-right: 10px;
}

.cartTableHeaderFilter__subLink-full {
    width: 100%;
}

.productDetail {}

.productDetail__top {
    display: flex;
}

.productDetailTop__left {
    flex: 1;
    margin-right: 45px;
    width: 100%;
}

.productDetailTop__right {
    flex: 1;
}

.productDetailTop__brandWrap {}

.productDetailTop__brand {}

.productDetail__h1 {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 600;
    line-height: 180%;
}

.productDetail__art {
    color: #2b2b2b;
    font-size: 14px;
}

.productDetail__sizeWrap {
    margin-top: 20px;
}

.productDetailSize__label {
    color: #161817;
    font-size: 15px;
    font-weight: bold;
}

.productDetail__sizeContent {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
}

.productDetailSizeContent__link {
    box-sizing: border-box;
    padding: 0 3px;
    width: auto;
    min-width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #161817;
    font-size: 17px;
    font-weight: 500;
    border: 2px solid #fff;
    transition: 500ms all;
}

.productDetailSizeContent__link:hover {
    background-color: #c3c3c3;
    border-color: #c3c3c3;
}

.productDetailSizeContent__link-active {
    background-color: #fff;
    border-color: #a3a3a3;
    color: #053320;
}

.productDetail__remainder {
    color: #79950f;
    font-size: 13px;
    font-weight: 500;
    margin-top: 20px;
}

.productDetail__remainder-green {
    color: #053320;
    font-weight: bold;
}

.productDetail__colorWrap {
    margin-top: 20px;
}

.productDetailColor__label {
    color: #161817;
    font-size: 15px;
    font-weight: bold;
}

.productDetail__colorContent {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
}

.productDetailColorContent__link {
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    border-radius: 5px;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.color-white {
    border-color: #fff;
    background-color: #fff;
}

.color-black {
    border-color: #2a2a2a;
    background-color: #2a2a2a;
}

.productDetailColorContent__link-active {
    border-color: #a3a3a3;
}

.color-orange {
    border-color: #fc924a;
    background-color: #fc924a;
}

.color-green {
    border-color: #053320;
    background-color: #053320;
}

.productDetail__amountWrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.productDetail__measuring {}

.newAddressForm__col {}

.submissionFormStep__elem-label {}

.customSelect {}

.productDetail__amount {}

.productDetailAmount__label {
    color: #161817;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
}

.cartTableContent__amount {}

.cartTableContentAmount__btn {}

.cartTableContentAmount__input {}

.productDetail__informer {
    color: #2b2b2b;
    font-size: 12px;
    margin-top: 17px;
}

.productDetail__informer-img {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    fill: #053320;
}

.productDetail__informer-red {
    color: #d51b1b;
}

.productDetail__informer-red .productDetail__informer-img {
    fill: #d51b1b;
}

.productDetail__informer-link {
    color: #095536;
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.productDetail__informer-link:hover {
    text-decoration: none;
}

.productDetail__partnerPrice {
    margin-top: 25px;
    color: #161817;
    font-size: 17px;
    font-weight: bold;
    line-height: 180%;
}

.productDetail__partnerPrice-green {
    color: #053320;
}

.productDetail__price {
    color: #161817;
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
}

.productDetail__price-green {
    color: #053320;
}

.productDetail__btnWrap {
    display: flex;
    margin-top: 23px;
}

.productDetail__btn {
    display: flex;
    align-items: center;
    height: 40px;
    border: 2px solid #053320;
    border-radius: 5px;
    justify-content: center;
    /* background-color: #053320; */
    background-color: white;
    padding: 0 20px;
    color: #053320;
    font-size: 14px;
    font-weight: 500;
    transition: 500ms all;
}

.productDetail__btn-img {
    width: 20px;
    height: 18px;
    margin-left: 10px;
    fill: #053320;
    transition: 500ms all;
}


/* 
.productDetail__btn:hover {

background-color: #fff;

color: #053320;

} */

.productDetail__btn:hover {
    border-color: #bbec00;
    background-color: #063320;
    color: #fff;
}


/* 
.productDetail__btn:hover .productDetail__btn-img {

fill: #053320;

} */

.productDetail__btn:hover .productDetail__btn-img {
    fill: #fff;
}

.productDetailSlider {
    max-width: 473px;
    width: 100%;
}

.productDetailSlider__thumb {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    margin-top: 10px;
}

.productDetailSliderThumb__link {
    position: relative;
    display: flex;
}

.productDetailSliderThumb__img {
    max-width: 100%;
}

.productDetailSliderThumb__link-span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(5 51 32 / 37%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.productSlide__link-img {
    max-width: 100%;
}

.productDetail .swiper-button-next,
.productDetail .swiper-button-prev {
    width: 37px;
    height: 37px;
    background-color: #053320;
    border-radius: 50%;
    opacity: 0.35;
    transition: 500ms all;
}

.productDetail .swiper-button-next:hover,
.productDetail .swiper-button-prev:hover {
    opacity: 1;
}

.productDetail .swiper-button-next:after {
    content: 'next';
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.productDetail .swiper-button-prev:after {
    content: 'prev';
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.productDetailSlider .swiper-button-next {
    right: -19px;
}

.productDetailSlider .swiper-button-prev {
    left: -19px;
}

.productSlider__wrapper {
    position: relative;
}

.productDetail__middle {
    margin-top: 56px;
}

.productDetail__tabs {}

.productDetailTabs__header {
    display: flex;
    margin: 0 60px;
}

.productDetailTabsHeader__link {
    height: 43px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8c8c8c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 14px;
    transition: 500ms all;
    text-align: center;
}

.productDetailTabsHeader__link:hover {
    background-color: #053320;
}

.productDetailTabsHeader__link-active {
    background-color: #053320;
}

.productDetailTabs__content {
    background-color: #ffffff;
    padding: 50px 10px 50px 60px;
    position: relative;
}

.productDetailTabsContent__scroll {
    height: 400px;
    overflow-y: scroll;
}

.productDetailTabsContent__row {
    padding-right: 60px;
    display: none;
}

.productDetailTabsContent__row-active {
    display: block;
}

.productDetailTabsContent__p {
    color: #161817;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 38px;
}

.productDetailTabsContent__p:last-of-type {
    margin-bottom: 0;
}

.deliveryConfirm__scroll {
    scrollbar-width: auto;
    scrollbar-color: #053320 #fff;
}


/* Chrome, Edge, and Safari */

.productDetailTabsContent__scroll::-webkit-scrollbar {
    width: 9px;
}

.productDetailTabsContent__scroll::-webkit-scrollbar-track {
    background: #fff;
}

.productDetailTabsContent__scroll::-webkit-scrollbar-thumb {
    background-color: #053320;
    border-radius: 9px;
    border: 4px solid #073320;
    position: relative;
}

.productDetail__gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    margin-bottom: 50px;
}

.productDetailGallery__link {
    position: relative;
    transition: 500ms all;
    display: flex;
}

.productDetailGallery__img {
    max-width: 100%;
}

.productDetailGallery__link:after {
    content: "";
    clear: both;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(5, 51, 32, 0.37);
    opacity: 0;
    transition: 500ms all;
}

.productDetailGallery__link:hover:after {
    opacity: 1;
}

.productDetailTabsContent__scroll-shadow {
    width: 100%;
    height: 133px;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, rgb(255 255 255) 60%);
    position: absolute;
    bottom: 0;
    left: 0;
}

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

.productDetail__link {
    display: flex;
    align-items: center;
    color: #161817;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
    transition: 500ms all;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.productDetail__link:hover {
    text-decoration: none;
    color: #053320;
}

.productDetail__link-img {
    width: 26px;
    height: 30px;
    margin-right: 10px;
}

.productDetail__videoWrap {}

.productDetail__video {
    position: relative;
    transition: 500ms all;
    display: flex;
}

.productDetail__video-img {
    max-width: 100%;
}

.productDetail__video .videoPlay__icon {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.productDetail__video:hover .videoPlay__icon {
    background-color: #99c102;
}

.productDetail__video:hover .videoPlay__icon-img path {
    fill: #fff;
}

.similar__products {
    margin-top: 40px;
}

.similarProducts__content {
    max-width: 1040px;
    width: 100%;
    margin: 20px auto 0;
    position: relative;
}

.similarProducts__content .swiper-button-next {
    right: -50px;
}

.similarProducts__content .swiper-button-prev {
    left: -50px;
}

.productDetailMeasuring__label {
    color: #161817;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
}

.productDetail__measuring {
    width: 164px;
    margin-right: 18px;
}

.productDetail__measuring .customSelect {
    height: 39px;
}

.productHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productHeader__btnWrap {
    display: flex;
}

.productHeader__btn {
    display: flex;
    align-items: center;
    color: #161817;
    font-size: 14px;
    font-weight: 500;
    transition: 500ms all;
    margin-right: 40px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.productHeader__btn-img {
    width: 24px;
    height: 24px;
    fill: #c3c3c3;
    margin-left: 10px;
    transition: 500ms all;
}

.productHeader__btn:hover {
    text-decoration: none;
    color: #053320;
}

.productHeader__btn:hover .productHeader__btn-img {
    fill: #053320;
}

.feedback {}

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

.feedback__img {
    width: 60px;
    height: 60px;
    fill: #053320;
}

.feedback__title {
    color: #053320;
    font-size: 21px;
    font-weight: bold;
    line-height: 180%;
    text-align: center;
    margin-top: 20px;
}

.feedback__text {
    color: #161817;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.baseForm__col {}

.submissionFormStep__elem {}

.submissionFormStep__elem-label {}

.submissionFormStep__elem-input {}

.submissionFormStep__elem-textarea {}

.submissionFormStep__label {}

.checkbox__container {}

.submissionFormStep__label-link {}

.checkmark {}

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

.pageHeader__btn {}

.pageHeader__btn-green {}

.pageHeader__btn-green-reverse {}

.feedback {
    max-width: 584px;
    width: 100%;
}

.feedback__form {
    margin-top: 45px;
}

.feedback__form .submissionFormStep__elem:last-of-type {
    margin-right: 0;
}

.feedback__form .submissionFormStep__elem {
    max-width: 222px;
}

.feedback__form .submissionFormStep__elem-label {
    text-align: left;
}

.textareaWrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.feedback__form .checkbox__container {
    text-align: left;
}

.swal2-close {
    position: absolute;
    transition: 500ms all;
}

.swal2-close:focus {
    outline: none;
    box-shadow: initial;
}

.swal2-close:hover {
    color: #053320;
}

.filter {}

.filter__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
}

.filter__row {}

.filterRow__elem {
    margin-bottom: 26px;
}

.filterRow__h5 {
    color: #161817;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.filterRowElem__cont {}

.checkbox__container {}

.checkmark {}

.filter__btnWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}

.baseForm__btn-delete {}

.pageHeader__btn {}

.pageHeader__btn-green {}

.pageHeader__btn-green-reverse {}

.filter .checkbox__container {
    color: #161817;
    text-align: left;
    font-weight: 500;
}

.filter__btnWrap .baseForm__btn-delete {
    margin-right: 68px;
}

.filterContent {
    display: flex;
    align-items: center;
}

.pageFilter__btWrap {
    margin-left: 20px;
}

.pageFilter__btn {
    background-color: #bbec00;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    transition: 500ms all;
}

.pageFilter__btn-img {
    width: 21px;
    height: 21px;
    fill: #053320;
    transition: 500ms all;
}

.pageFilter__btn:hover {
    background-color: #99c102;
}

.filter .checkbox__container input:checked~.checkmark {
    background-color: #053320;
}

.filter .checkbox__container .checkmark:after {
    filter: invert(56%) sepia(53%) saturate(2548%) hue-rotate(39deg) brightness(102%) contrast(424%);
}

.filter__closeText {
    position: absolute;
    top: 13px;
    right: 40px;
    color: #161817;
    font-size: 14px;
    font-weight: 500;
}

.galleryImg__wrap-2 {
    margin-top: 20px;
}

.galleryImg__wrap-2 .productDetailSliderThumb__link-span {
    font-size: 21px;
}

.gallery__content .vjs-poster {
    background-size: cover;
}

.headerBottomMenu__moreWrap {
    position: absolute;
    border-radius: 5px;
    background-color: rgb(5 51 32 / 95%);
    top: 50px;
    right: 0;
    z-index: 22;
    padding: 36px 28px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.26s ease;
    min-width: 160px;
    text-align: center;
}

.headerBottomMenu__moreWrap-active {
    transform: scaleY(1);
}

.headerBottomMenuMoreWrap__link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: 500ms all;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerBottomMenuMoreWrap__link:hover {
    color: #bbec00;
}

.headerBottomMenuMoreWrap__link:last-of-type {
    margin-bottom: 0;
}

.more-close-btn {
    display: none;
}

.more-close-btn {
    display: none;
    color: #bbec00;
    font-weight: 300;
    font-size: 40px;
    transform: rotate(45deg);
    line-height: 50%;
    transition: 500ms all;
}

.headerBottomMenu__link-more-btn-close .more-close-btn {
    display: block;
}

.headerBottomMenu__link-more-btn-close .headerBottomMenu__link-img {
    display: none;
}

.linkSub {
    transition: 500ms all;
}

.linkSub-active {
    transform: scale(1.2);
}

.deliveryRow__title-2 {
    margin-right: 10px;
}

.headerUser__sub-favorite {
    right: -76px;
}

.submissionFormStep__elem-rm-none {
    margin-right: 0!important;
}

.wishProduct .mainProduct__link {
    border: none!important;
    -webkit-box-shadow: initial!important;
    box-shadow: initial!important;
}

.wishProduct {
    transition: 500ms all;
}

.wishProduct:hover {
    border: 2px solid #c5c5c5;
    border-top: none;
    -webkit-box-shadow: 5px 5px 15px 5px #c5c5c5;
    box-shadow: 5px 5px 15px 5px #c5c5c5;
}

.cartTableHeaderFilter__elem-citi .cartTableHeaderFilter__value {
    font-size: 15px;
}

.cartTableHeaderFilter__elem-citi .cartTableHeaderFilter__subLink {
    font-size: 15px;
    margin-right: 0!important;
}

.wishProduct__dop .cartTableHeaderFilter__subMenu {
    top: 70px;
}

.deliveryReg__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.deliveryRegHeader__left {
    display: flex;
    align-items: center;
}

.deliveryRegHeader__left .deliveryRow__icon {
    margin-right: 10px;
}

.deliveryRegHeader__right {}


@media(min-width: 1024px) {
    .precesCard:hover .precesCard__btn {
        border-color: #bbec00;
        background-color: #063320;
    }
    
    .precesCard:hover .precesCard__img {
        filter: brightness(1.4);
    }
}

@media(max-width: 1500px) {
    .headerMiddle__left {
        margin-right: 30px;
    }
    .cart__linkWrap {
        padding-right: 40px;
    }
    .search__input {
        min-width: 305px;
    }
    .nav__link:not(:last-of-type) {
        margin-right: 15px;
    }
    .headerBottomMenu__link:not(:last-of-type) {
        margin-right: 28px;
    }
    .nav__link {
        font-size: 11px;
    }
    .logo__img {
        max-width: 180px;
    }
    .footerContactInfo__text {
        font-size: 12px;
    }
    .footerMenu__link {
        font-size: 14px;
    }
    .headerUser__sub-cart:after {
        right: 40px;
    }
    .gallery__row {
        padding: 150px 30px 30px;
    }
    .gallery__h3 {
        line-height: 150%;
    }
    .video-js-responsive-container.vjs-hd {
        padding-top: 56.25%;
    }
    .video-js-responsive-container.vjs-sd {
        padding-top: 75%;
    }
    .video-js-responsive-container {
        width: 100%;
        position: relative;
    }
    .video-js-responsive-container .video-js {
        height: 100% !important;
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
    }
    .vjs-poster {
        background-size: cover;
    }
    .newsLinkWrap__right {
        padding: 20px;
    }
    .newsLinkWrap__h3 {
        font-size: 18px;
    }
    #popup_wrapper .popup_container:after {
        background-size: cover;
    }
    .contactUs__h2 {
        font-size: 38px;
    }
    .contactUs__p {
        font-size: 20px;
    }
    .contactUsInfo__row {
        font-size: 18px;
    }
    .map2__rekviziti {
        right: 0;
    }
    .contactBlock2 .contactBlock__col {
        flex: 1 !important;
    }
    .errorPage__img {
        max-width: 70%;
    }
    .baseForm {
        margin-right: 0;
    }
    .baseForm__col .submissionFormStep__elem {
        max-width: 235px;
    }
    .baseForm__col2 .submissionFormStep__elem {
        max-width: 496px;
    }
    .orderHistoryContent__row {
        padding: 0 24px;
    }
    .orderHistory__header {
        padding: 0 24px;
    }
    .orderHistoryContentElem__value {
        font-size: 13px;
    }
    .orderHistoryContentElem__deadline {
        font-size: 13px;
    }
    .orderForm {
        grid-gap: 20px;
    }
    .baseForm__btnWrap2 {
        margin-right: 120px;
    }
    .deliveryConfirm__left {
        max-width: 400px;
    }
    .deliveryConfirm__info {
        padding: 30px;
    }
    .deliveryConfirmInfo__bottom-text br {
        display: none;
    }
    .similarProducts__content {
        max-width: 720px;
    }
    .productDetailSlider {
        max-width: 370px;
    }
    .feedback .baseForm__col .submissionFormStep__elem {
        max-width: 222px;
    }

    .precesCard {
        /* min-height: 500px; */
        /* min-height: 420px; */
    }
}

@media(max-width: 1437px) {
    .team__col {
        margin-right: 22px !important;
    }
}

@media(max-width: 1200px) {
    .headerTop__contact {
        padding: 0 25px;
    }
    .headerTop__phone {
        padding: 0 25px;
    }
    .nav__link:not(:last-of-type) {
        margin-right: 10px;
    }
    .headerTop__phone {
        font-size: 12px;
    }
    .headerTop__contact {
        font-size: 12px;
    }
    .langBar:last-of-type {
        margin-right: 0;
    }
    .headerTop__left {
        margin-left: 10px;
    }
    .nav__link {
        font-size: 10px;
    }
    .logo__img {
        max-width: 160px;
    }
    .headerUser__link {
        font-size: 12px;
    }
    .search__input {
        min-width: 245px;
        font-size: 12px;
        padding: 0 25px;
    }
    .headerBottomMenu__link {
        font-size: 12px;
    }
    .footerLogo__link .footerLogoLink__img {
        width: 140px;
    }
    .gallery__p {
        font-size: 14px;
    }
    .videoBlockContent__info {
        padding: 40px 0;
    }
    .galleryContent__header {
        padding: 50px;
        height: 400px;
    }
    .news {
        grid-template-columns: repeat(3, 1fr);
    }
    .news__link {
        height: initial;
    }
    .pageHeader__h1 {
        font-size: 46px;
    }
    .pageHeader__p {
        font-size: 18px;
    }
    .page__header {
        padding: 150px 0;
    }
    .contactUs {
        flex-direction: column;
    }
    .contactUs__left {
        max-width: initial;
    }
    .contactUsInfo__wrap {
        margin-top: 20px;
    }
    .contactUs__right {
        margin-top: 20px;
    }
    .contactUsInfo__wrap {
        display: flex;
        align-items: center;
    }
    .contactUsInfo__row {
        margin-bottom: 0;
        margin-right: 20px;
    }
    .contactUsInfo__row:last-of-type {
        margin-right: 0;
    }
    .contactHeader__wrap {
        flex-direction: column;
        padding: 50px 0;
    }
    .contactHeader__right {
        margin-top: 50px;
    }
    .contactHeaderInfo__wrap {
        flex-direction: row;
    }
    .contactHeaderInfo__row {
        flex: 1;
        justify-content: center;
    }
    .contactHeader__address {
        margin-top: 50px;
    }
    .contactHeader__address {
        margin-bottom: 0;
    }
    .contactHeader__left {
        margin-right: 0;
    }
    .contact2__wrapper {
        margin-top: 50px;
    }
    .partneriemHeader__col {
        padding: 50px 35px;
    }
    .partneriem__header {
        min-height: 430px;
    }
    .partneriemHeader__h1 {
        font-size: 31px;
    }
    .partneriemHeader__h2 {
        font-size: 31px;
    }
    .partneriemHeader__col-bg {
        align-items: flex-end;
    }
    .partneriem__submissionForm {
        padding: 50px 0 100px;
    }
    .submissionForm__steps {
        margin-top: 50px;
    }
    .submissionForm__steps {
        grid-gap: 30px;
    }
    .thanksPage {
        margin: 100px 0 200px;
    }
    .baseForm {
        grid-gap: 40px;
    }
    .orderHistory__header {
        display: none;
    }
    .orderHistoryContent__row {
        flex-direction: column;
        padding: 20px;
    }
    .orderHistoryContentElem__label {
        display: block;
        color: #161817;
        font-size: 13px;
        font-weight: 600;
        position: relative;
        z-index: 1;
        background-color: #fff;
        padding-right: 10px;
    }
    .orderHistoryContent__elem {
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 20px;
        position: relative;
    }
    .orderHistoryContent__elem:after {
        content: "";
        clear: both;
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #d9d9d9;
    }
    .orderHistoryContent__elem:last-of-type {
        margin-bottom: 0;
    }
    .orderHistoryContentElem__value {
        position: relative;
        z-index: 1;
        background-color: #fff;
        padding-left: 10px;
    }
    /* .precesCard {
        min-height: 450px;
    } */
    .mainProduct__block {
        grid-gap: 30px;
    }
    .mainBanners__wrap {
        grid-gap: 30px;
    }
    .mainNews .newsLinkWrap__left {
        height: 210px;
        /* height: initial; */
        object-fit: cover;
    }
    .cartTableHeader__img {
        max-width: 130px;
        max-height: initial;
    }
    .cartTableContent__elem {
        justify-content: center;
    }
    .cartTableHeader__imgWrap {
        max-width: initial;
        width: 200px;
    }
    .cartTableHeader__elem {
        text-align: center;
    }
    .cartTableHeader__elem-2 {
        text-align: left;
    }
    .orderFormRow__social {
        flex-direction: column;
        align-items: center;
    }
    .orderFormRowSocial__link {
        margin-right: 0;
    }
    .orderFormRow__social {
        bottom: 30px;
    }
    .orderFormRowSocial__link {
        margin-bottom: 20px;
    }
    .orderFormRowSocial__link:last-of-type {
        margin-bottom: 0;
    }
    .deliveryConfirm {
        flex-direction: column;
    }
    .deliveryConfirm__left {
        max-width: initial;
        margin-bottom: 50px;
    }
    .deliveryConfirm__right {
        max-width: initial;
    }
    .catalogList {
        grid-gap: 20px;
    }
    .searcBlock {
        margin: 38px 0 50px;
    }
    .productDetailSlider {
        max-width: 310px;
        margin: 0 auto;
    }
    .similarProducts__content {
        max-width: 540px;
    }
    .productDetailSlider {
        max-width: 450px;
    }
    .productDetail__top {
        flex-direction: column;
    }
    .productDetailTabs__header {
        margin: 0 10px;
    }
    .productDetailTop__left {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .mainBanners__row-img {
        min-height: initial;
        height: initial;
    }

    .precesCard {
        /* min-height: 470px; */
    }
}

@media(max-width: 1024px) {
    .header__bottomWrap .container {
        height: 28px;
    }
    .search {
        display: none;
    }
    .header__user {
        display: none;
    }
    .burgerMenu {
        display: flex;
        flex: 1;
        justify-content: flex-end;
    }
    .burgerMenu__btn {
        width: 38px;
        display: flex;
        border: none;
        background-color: transparent;
        flex-direction: column;
    }
    .burgerMenu__btn:focus {
        outline: none;
    }
    .burgerMenuBtn__line {
        background-color: #fff;
        display: flex;
        width: 100%;
        height: 3px;
        margin-bottom: 7px;
        border-radius: 5px;
    }
    .headerMiddle__right {
        flex: 2;
        height: initial;
    }
    .headerMiddle__left {
        flex: 1;
        margin-right: 0;
    }
    .cartWrap {
        flex: 1;
        justify-content: center;
    }
    .nav {
        display: none;
    }
    .mobileSearchBtn {
        display: flex;
        width: 41px;
        height: 100%;
        align-items: center;
        justify-content: center;
        background-color: #bbec00;
        border: none;
        cursor: pointer;
        transition: 500ms all;
    }
    .mobileSearchBtn-img {
        fill: #053320;
        width: 19px;
    }
    .mobileSearchBtn:hover {
        background-color: #99c102;
    }
    .headerTop__left {
        margin-left: 0;
    }
    .langBar {
        display: none;
    }
    .header__bottom {
        overflow-x: scroll;
        justify-content: flex-start;
        align-items: flex-start;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
        scrollbar-width: none;
        /* for Firefox */
    }
    .header__bottom::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }
    .headerBottom__menu {
        min-width: 823px;
    }
    .header__bottomWrap {
        padding: 6px 0 25px;
        position: relative;
    }
    .swipeIcon__img {
        display: block;
        height: 16px;
        position: absolute;
        bottom: 6px;
        right: 10px;
        fill: #d6d6d6;
        animation: rotate-stop 3s infinite linear;
        transform: rotate();
    }
    @keyframes rotate-stop {
        0% {
            transform: rotate(0deg);
        }
        50% {
            transform: rotate(-45deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }
    .header__middleWrap {
        padding-top: 10px;
    }
    .mobileMenu {
        display: block;
        position: absolute;
        width: 0;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        /* transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0); */
        transition: 500ms all;
        top: 0;
        right: 0;
        background-color: #053320;
        height: 100%;
        box-sizing: border-box;
        z-index: 2;
    }
    .mobileMenu-active {
        transform: none;
        width: 320px;
        padding: 0 40px;
    }
    .page-menu {
        position: relative;
    }
    .page-menu:after {
        content: "";
        clear: both;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 80%);
        top: 0;
        left: 0;
    }
    .mobileMenu__wrap {
        display: none;
        position: relative;
    }
    .mobileMenu-active .mobileMenu__wrap {
        display: block;
    }
    .mobileMenu__lang {}
    .mobileMenuLang__link {
        color: #adadad;
        font-size: 15px;
        margin-right: 20px;
        transition: 500ms all;
    }
    .mobileMenuLang__link:last-of-type {
        margin-right: 0;
    }
    .mobileMenuLang__link:hover {
        color: #bbec00;
    }
    .mobileMenuLang__link-active {
        color: #bbec00;
    }
    .mobileMenu__loginBtnWrap {
        margin: 40px 0;
    }
    .mobileMenu__loginBtn {
        display: flex;
        align-items: center;
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 10px;
        transition: 500ms all;
    }
    .mobileMenu__loginBtn:last-of-type {
        margin-bottom: 0;
    }
    .mobileMenu__loginBtn-img {
        width: 25px;
        margin-right: 10px;
        fill: #fff;
        transition: 500ms all;
    }
    .mobileMenu__loginBtn:hover {
        color: #bbec00;
    }
    .mobileMenu__loginBtn:hover .mobileMenu__loginBtn-img {
        fill: #bbec00;
    }
    .mobileMenu__category {
        display: flex;
        flex-direction: column;
    }
    .mobileMenuCategory__link {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .mobileMenuCategory__link:last-of-type {
        margin-bottom: 0;
    }
    .mobileMenuCategory__link:hover {
        color: #bbec00;
    }
    .mobileMenuCategory__link-active {
        color: #bbec00;
    }
    .mobileMenuCategory__link-green {
        background-color: #bbec00;
        width: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        border-radius: 5px;
        color: #053320;
        font-size: 17px;
    }
    .mobileMenuCategory__link-green:hover {
        background-color: #99c102;
        color: inherit;
    }
    .mobileMenu__pages {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
    }
    .mobileMenuPages__link {
        color: #adadad;
        font-size: 15px;
        margin-bottom: 20px;
        transition: 500ms all;
    }
    .mobileMenuPages__link:hover {
        color: #bbec00;
    }
    .mobileMenuPages__link:last-of-type {
        margin-bottom: 0;
    }
    .mobileMenuPages__link-active {
        color: #bbec00;
    }
    .close-mobile-menu {
        position: absolute;
        color: #fff;
        font-size: 70px;
        line-height: 60%;
        transform: rotate(45deg);
        top: -20px;
        right: -20px;
        font-weight: 300;
    }
    .footer__col-menu {
        display: none;
    }
    .footer {
        padding: 70px 0;
    }
    .footer__bg {
        max-width: 620px;
    }
    .quote {
        font-size: 20px;
        padding: 30px;
    }
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .vjs-theme-forest .vjs-big-play-button {
        width: 100px;
        height: 100px;
    }
    .vjs-theme-forest .vjs-big-play-button:after {
        width: 25px;
        height: 34px;
        background-size: contain;
    }
    .videoBlock__h1 {
        font-size: 34px;
    }
    .galleryImg__wrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .videoBlock__h1 {
        font-size: 26px;
    }
    .content2 {
        width: calc(100% - 40px);
        padding-bottom: 50px;
    }
    .news {
        grid-template-columns: repeat(2, 1fr);
    }
    .team__row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 22px;
        flex-wrap: initial;
    }
    .team__col {
        margin-right: 0 !important;
        max-width: initial;
        margin-bottom: 0;
    }
    .contactBlockWrap {
        grid-template-columns: 1fr;
    }
    .contactBlock-bg {
        background-size: contain;
    }
    .contactHeader__address {
        flex-direction: column;
    }
    .contactHeader__address .contactBlock {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .contactHeader__address .contactBlock:last-of-type {
        margin-bottom: 0;
    }
    .errorPage {
        margin: 100px 0 150px;
    }
    .thanksPage {
        margin: 50px 0;
    }
    .main__content {
        flex-direction: column;
    }
    .base {
        margin-left: 0;
    }
    .baseForm__col .submissionFormStep__elem {
        max-width: 215px;
    }
    .baseForm__col {
        justify-content: center;
    }
    .baseForm__col .submissionFormStep__elem {
        max-width: 235px;
    }
    .sidebar {
        margin: 0 auto 40px;
    }
    .b2bAdv__wrap {
        display: none;
    }
    .baseForm__btnWrap {
        justify-content: center;
    }
    .baseForm__btn-delete {
        margin-left: 20px;
    }
    .baseForm__col2 .submissionFormStep__elem {
        max-width: 496px;
    }
    .mainProduct__block {
        grid-template-columns: repeat(3, 1fr);
    }
    .mainProduct {
        padding: 50px 0;
    }
    .mainBanners {
        margin-bottom: 50px;
    }
    .mainVideo {
        padding: 50px 0;
    }
    .mainNews {
        padding: 50px 0;
    }
    .cartTableContent__row {
        padding: 20px;
        flex-direction: column;
        background-color: #fff;
    }
    .cartTableContent__elem {
        flex: initial;
        justify-content: flex-start;
        height: initial;
        margin-left: 210px;
        margin-bottom: 20px;
    }
    .cartTableContent__elem:last-of-type {
        margin-bottom: 0;
    }
    .cartTableHeader__imgWrap {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translate(0, -50%);
    }
    .cartTable__header {
        display: none;
    }
    .cartTablePriceBlock__h2 {
        font-size: 20px;
    }
    .cartTablePriceBlock__content {
        margin-bottom: 50px;
    }
    .cartTableContent__mobileLabel {
        display: block;
        margin-right: 20px;
        color: #2b2b2b;
        font-size: 14px;
    }
    .profileSettings__form {
        grid-gap: 40px;
    }
    .orderForm {
        display: flex;
        grid-gap: initial;
        justify-content: center;
        flex-wrap: wrap;
        margin: 50px 0 30px;
    }
    .orderForm__row {
        max-width: 343px;
        width: 100%;
        margin-right: 20px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .orderForm2HeaderRow__title {
        font-size: 16px;
    }
    .baseForm__btnWrap2 {
        margin-right: 0;
    }
    .delivery .baseForm__col-radio {
        justify-content: flex-start;
    }
    .deliveryConfirm__checkboxWrap .baseForm__col {
        justify-content: flex-start;
    }
    .main__content2 {
        flex-direction: column;
    }
    .main__content2 .sidebar__btnWrap li {
        display: none;
    }
    .main__content2 .sidebar__btnWrap-show li {
        display: block;
    }
    .main__content2 .sidebar__btnWrap li.mobileCat {
        display: block;
    }
    .main__content2 .sidebar {
        max-width: initial;
    }
    .wish__header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .productHeader {
        flex-direction: column;
        align-items: flex-start;
    }
    .productHeader__btnWrap {
        justify-content: flex-end;
        width: 100%;
        margin-top: 20px;
    }
    .productHeader__btn:last-of-type {
        margin-right: 0;
    }
    .productDetail__gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .productDetailTabs__header {
        flex-wrap: wrap;
        margin: 0 0 20px;
    }
    .productDetailTabsHeader__link {
        margin-bottom: 14px;
        border-radius: 5px;
    }
    .productDetailTabs__content {
        padding: 30px 10px 50px 20px;
    }
    .productDetailTabsContent__p {
        margin-bottom: 20px;
    }
    .filter__wrap {
        height: 400px;
        overflow-y: scroll;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px 50px;
    }
    .filterRow__h5 {
        text-align: left;
    }
    .filter__wrap {
        scrollbar-width: auto;
        scrollbar-color: #053320 #f2f2f2;
    }
    /* Chrome, Edge, and Safari */
    .filter__wrap::-webkit-scrollbar {
        width: 4px;
    }
    .filter__wrap::-webkit-scrollbar-track {
        background: #f2f2f2;
    }
    .filter__wrap::-webkit-scrollbar-thumb {
        background-color: #053320;
        border-radius: 2px;
        border: 4px solid #073320;
    }
    .headerBottomMenu__moreWrap {
        position: fixed;
        top: 210px;
        right: 10px;
    }

    /* .precesCatalog .swiper-slide {
        height: 500px!important;
    } */

    /* .mainNews .swiper-slide {
        min-width: 300px!important;
        width: 100%!important;
    } */

    .mainNews-swiper {
        max-width: 687px!important;
        width: 100%;
        margin: 47px auto 20px;
    }

    .precesCard__h3 {
        line-height: 130%;
        font-size: 20px;
    }

    .precesCard__p {
        font-size: 14px;
    }

    .precesCard {
        /* min-height: 420px; */
    }
    
}

@media(max-width: 768px) {
    .logo__img {
        max-width: 110px;
    }
    .pb-140 {
        padding-bottom: 50px;
    }
    .quote {
        font-size: 18px;
    }
    .footer__wrap {
        flex-direction: column;
    }
    .footer__col-logo {
        order: 3;
        margin-top: 30px;
    }
    .footer__col-social {
        order: 2;
        margin-top: 30px;
    }
    .footer-info {
        order: 1;
    }
    .footer__partners {
        display: flex;
    }
    .footerPartner__link:not(:last-of-type) {
        margin-right: 16px;
    }
    .footer__social {
        margin-top: 0;
    }
    .footer {
        padding: 30px 0;
    }
    .footer__bg {
        max-width: 430px;
    }
    .wrapper2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .gallery__h3 {
        font-size: 20px;
    }
    .galleryContent__header {
        height: 310px;
        padding: 20px;
        background-position: center !important;
        background-size: cover !important;
    }
    .galleryImg__wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .videoBlock__h1 {
        font-size: 20px;
    }
    .pageHeader__h1 {
        font-size: 36px;
    }
    .pageHeader__p {
        font-size: 16px;
    }
    .pageHeader__p br {
        display: none;
    }
    .page__header {
        padding: 100px 0;
    }
    .teamCol__imgWrap {
        height: 240px;
    }
    .teamCol__info {
        padding: 20px;
    }
    .teamColInfo__h4 {
        font-size: 16px;
    }
    .teamColInfo__p {
        font-size: 14px;
    }
    .teamColInfo__contact {
        margin-top: 20px;
    }
    .teamColInfoContact__link {
        font-size: 14px;
    }
    .contactUs__h2 {
        font-size: 28px;
    }
    .contactUs__p {
        font-size: 16px;
    }
    .contactUsForm__row {
        flex-direction: column;
        align-items: flex-start;
    }
    .contactUsForm__elem {
        margin-right: 0;
        flex: initial;
        width: 100%;
        margin-bottom: 30px;
    }
    .contactUsForm__elem:last-of-type {
        margin-bottom: 0;
    }
    .contactUsInfo__wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .contactUsInfo__row {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .contactUsInfo__row:last-of-type {
        margin-bottom: 0;
    }
    .contactUs {
        margin: 50px auto;
    }
    .contactHeader__left h3 br {
        display: none;
    }
    .contactHeaderInfo__wrap {
        flex-direction: column;
    }
    .contactHeaderInfo__row {
        justify-content: flex-start;
    }
    .errorPage__h1 {
        font-size: 150px;
    }
    .errorPage__p {
        font-size: 18px;
    }
    .errorPage__p br {
        display: none;
    }
    .partneriem__header {
        flex-direction: column;
        min-height: initial;
    }
    .partneriemHeader__col-bg {
        align-items: flex-end;
        min-height: 200px;
    }
    .partneriem__submissionForm {
        padding: 0px 0 50px;
    }
    .submissionForm__content p br {
        display: none;
    }
    .submissionFormStep__elem {
        flex: 1;
    }
    .thanksBlock {
        padding: 50px 20px;
    }
    .passwordRecovery2 .submissionFormStep__wrap-2 {
        flex-direction: column;
        align-items: center;
    }
    .order__history {
        margin-top: 30px;
    }
    .precesCatalog {
        margin: 10px 0;
    }
    .precesCatalog .swiper-button-prev,
    .precesCatalog .swiper-button-next {
        display: none;
    }
    .precesCatalog .swiper-slide {
        max-width: 320px;
    }
    .mainProduct__block {
        grid-template-columns: repeat(2, 1fr);
    }
    .mainBanners__wrap {
        grid-template-columns: 1fr;
    }
    .mainVideo__content {
        grid-template-columns: 1fr;
    }
    .mainProduct {
        background-size: contain;
    }
    .mainBrands__scroll {
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
        scrollbar-width: none;
        /* for Firefox */
    }
    .mainBrands__scroll::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }
    .mainBrands__imgWrap {
        width: 1339px;
    }
    .mobile__swipeIconWrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .mobile__swipeIconWrap-img {
        width: 17px;
        height: 20px;
        fill: #09442b;
        animation: rotate-stop 3s infinite linear;
    }
    /* .mainNews__content {
        max-width: 320px;
    } */
    .mainNews .swiper-button-prev {
        display: none;
    }
    .mainNews .swiper-button-next {
        display: none;
    }
    .mobileMainVideo {
        display: block;
        margin: 20px auto 10px;
        max-width: 320px;
        width: 100%;
    }
    .mobileMainVideo__link {}
    .mobileMainVideo__imgWrap {
        height: 200px;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }
    .mobileMainVideo__icon {
        width: 72px;
        height: 72px;
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #f3f3f3;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
    .mobileMainVideo__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mobileMainVideo__textWrap {
        padding: 24px 10px 0;
    }
    .mobileMainVideo__h3 {
        color: #f3f3f3;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 180%;
    }
    .mobileMainVideo__p {
        color: #f3f3f3;
        font-size: 16px;
        text-align: center;
        line-height: 160%;
    }
    .mainVideo__content {
        display: none;
    }
    .mobile__swipeIconWrap-img-white {
        fill: #fff;
    }
    .orderForm2__header {
        flex-direction: column;
        justify-content: center;
    }
    .orderForm2Header__row:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .orderForm2__content {
        margin: 50px auto 0;
    }
    .deliveryConfirmInfo__bottom {
        margin: 30px 0 0 20px;
    }
    .deliveryConfirm {
        margin-top: 50px;
    }
    .deliveryConfirmResultRow__img {
        max-width: 100px;
    }
    .deliveryConfirmResultRowInfoFilter__row {
        font-size: 11px;
        margin-right: 20px;
    }
    .deliveryConfirmResult__row {
        height: 100px;
    }
    .shadow:after {
        height: 100px;
    }
    .main__content2 .sidebar__btnWrap {
        margin-top: 0;
    }
    .catalogList {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog {
        margin: 20px 0 50px;
    }
    .breadcrumbs {
        flex-wrap: wrap;
    }
    .breadcrumbs__link {
        line-height: 180%;
    }
    .searcBlock__titleWrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .searcBlock__text {
        margin-left: 0;
        margin-top: 10px;
    }
    .similarProducts__content {
        max-width: 400px;
    }
    .catalogBody .swal2-popup {
        padding: 30px 10px !important;
    }
    .filter__btnWrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .filter__btnWrap .baseForm__btn-delete {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .productBody .swal2-popup {
        padding: 30px 0 !important;
    }
    .feedback .baseForm__col .submissionFormStep__elem {
        max-width: initial;
        flex: 1;
    }
    .deliveryConfirm__total {
        flex-direction: column;
    }
    .deliveryConfirm__total .contactUsForm__elem {
        margin-right: 0;
    }

    /* .precesCatalog .swiper-slide {
        height: 320px!important;
    } */

    .precesCard__p {
        font-size: 14px;
    }

    .precesCard__info {
        margin-bottom: 20px;
    }

    .precesCard {
        /* min-height: 380px; */
    }

    /* .precesCatalog .swiper-slide {
        height: initial!important;
    } */

    .precesCatalog__wrap {
        margin-left: 10px;
    }

}

@media(max-width: 576px) {
    .p {
        font-size: 14px;
    }
    .li {
        font-size: 14px;
    }
    .quote {
        font-size: 16px;
        padding: 20px;
    }
    .logo__img {
        max-width: 80px;
    }
    .headerTop__phone-span {
        display: none;
    }
    .headerTop__phone-img {
        margin-right: 14px;
    }
    .headerUser__sub-cart {
        right: initial;
        left: -110px;
    }
    .headerUser__sub-cart:after {
        content: none;
    }
    .gallery {
        grid-template-columns: 1fr;
    }
    .page__h1 {
        font-size: 26px;
    }
    .pagination__link {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .pagination {
        margin-top: 40px;
    }
    .videoBlock__h1 {
        font-size: 24px;
        line-height: 130%;
    }
    .videoBlockContent__info {
        padding: 20px 0;
    }
    .vjs-theme-forest .vjs-big-play-button {
        width: 60px;
        height: 60px;
        top: 60%;
        left: 55%;
    }
    .vjs-theme-forest .vjs-big-play-button:after {
        width: 15px;
        height: 24px;
        top: 55%;
    }
    .videoBlock__content {
        padding-bottom: 20px;
    }
    .galleryImg__wrap {
        grid-template-columns: 1fr;
    }
    .galleryContent__header {
        padding: 20px 70px 20px 20px;
    }
    .news {
        grid-template-columns: 1fr;
    }
    .pageHeader__h1 {
        font-size: 24px;
    }
    .pageHeader__p {
        font-size: 14px;
    }
    .pageHeader__btnWrap {
        flex-direction: column;
    }
    .page__header {
        padding: 50px 0;
    }
    .pageHeader__btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .pageHeader__btn:last-of-type {
        margin-bottom: 0;
    }
    .team__row {
        grid-template-columns: 1fr;
    }
    .map {
        height: 350px;
    }
    .mapWrap__title {
        margin-left: 0;
    }
    .contactHeader__h1 {
        font-size: 22px;
    }
    .contactHeader__left h3 {
        font-size: 16px;
    }
    .contactBlock2 .contactBlock__row {
        flex-direction: column;
    }
    .contactBlock2 .contactBlock__row .contactBlock__col {
        margin-bottom: 20px;
    }
    .contactBlock2 .contactBlock__row .contactBlock__col:last-of-type {
        margin-bottom: 0;
    }
    .map2__rekviziti {
        position: initial;
        margin-top: 20px;
    }
    .errorPage__h1 {
        font-size: 110px;
    }
    .errorPage {
        margin: 50px 0 100px;
    }
    .partneriemHeader__col {
        padding: 20px;
    }
    .partneriemHeader__h2 {
        font-size: 26px;
    }
    .partneriemHeader__h1 {
        font-size: 26px;
    }
    .submissionForm__h2 {
        font-size: 26px;
    }
    .submissionForm__h2 {
        margin-bottom: 20px;
    }
    .submissionForm__steps {
        margin-top: 30px;
    }
    .submissionFormStep__elem {
        margin-right: 0;
    }
    .submissionForm__steps {
        grid-gap: 0px;
    }
    .thanksBlock__h3 {
        font-size: 18px;
    }
    .thanksBlock__btnWrap {
        margin: 20px auto 0;
    }
    .baseForm__col .submissionFormStep__elem {
        max-width: initial;
        margin-right: 0;
    }
    .orderHistoryContentElem__pa {
        font-size: 10px;
    }
    .orderHistoryContentElem__label {
        font-size: 10px;
    }
    .orderHistoryContentElem__value {
        font-size: 10px;
    }
    .orderHistoryContentElem__deadline {
        font-size: 10px;
    }
    .orderHistoryContentElem__status {
        font-size: 10px;
    }
    .newAddressForm__row {
        flex-direction: column;
    }
    .newAddressForm__col {
        max-width: initial;
        margin-right: 0;
    }
    .mainAddress__row {
        flex-direction: column;
    }
    .mainAddressRow__icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .mainAddressRow__text {
        font-size: 14px;
        text-align: center;
    }
    .mainAddressRow__btnWrap {
        margin-top: 10px;
        margin-left: 0;
    }
    .mainProduct__header-scroll {
        overflow-x: scroll;
    }
    .mainProduct__header-scroll {
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
        scrollbar-width: none;
        /* for Firefox */
        min-height: 30px;
    }
    .mainProduct__header-scroll::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }
    .mainProduct__header {
        width: 520px;
    }
    .mainProduct__block {
        display: none;
    }
    .mainProduct__mobileBlock {
        display: block;
    }
    .mainProduct__mobileBlock .swiper-slide {
        max-width: 320px;
        height: 475px;
    }
    .mainProduct__link {
        height: 100%;
    }
    .mainProduct .container {
        width: 100%;
        margin-left: 20px;
    }
    .mainProduct__btnWrap {
        justify-content: flex-start;
    }
    .mainProduct__btnWrap .pageHeader__btn {
        margin-right: 20px;
    }
    .mainProduct__btnWrap .pageHeader__btn:last-of-type {
        margin-right: 0;
    }
    .mainProduct {
        overflow: hidden;
    }
    .cartTableContent__elem {
        margin-left: 0px;
        flex-direction: column;
    }
    .cartTableHeader__imgWrap {
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .cartTableContent__elem:first-of-type {
        margin-top: 140px;
    }
    .cartTableContent__mobileLabel {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .cartTableHeader__filter {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cartTableHeaderFilter__elem {
        margin-bottom: 20px;
    }
    .cartTablePriceBlock__content {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cartTablePriceBlock__h2 {
        text-align: center;
        line-height: 180%;
    }
    .orderForm__row {
        margin-right: 0;
    }
    .baseForm__btnWrap2 {
        flex-direction: column;
    }
    .radioContainer {
        margin-right: 0;
    }
    .baseForm__col-radio {
        justify-content: flex-start;
    }
    .deliveryContent .newAddressForm__street {
        max-width: initial;
    }
    .deliveryContent .newAddressForm__home {
        max-width: initial;
    }
    .deliveryRow__title {
        font-size: 16px;
        margin-right: 10px;
    }
    .deliveryRow__iconWrap {
        margin-right: 10px;
    }
    .delivery__row {
        padding: 0 10px;
    }
    .deliveryRow__icon {
        width: 26px;
        height: 18px;
    }
    .deliveryRow__img {
        max-width: 80px;
    }
    .baseForm__btnWrap3 {
        flex-direction: column;
    }
    .deliveryConfirmResultRow__img {
        max-width: 70px;
    }
    .deliveryConfirmResultRow__info {
        padding: 0 10px;
    }
    .deliveryConfirmResult__row {
        height: initial;
        padding: 10px;
        flex-direction: column;
    }
    .deliveryConfirmResultRow__h3 {
        text-align: center;
        line-height: 140%;
    }
    .deliveryConfirmResultRow__p {
        text-align: center;
    }
    .deliveryConfirmResultRowInfo__bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .deliveryConfirmResultRowInfo__price {
        margin-top: 10px;
    }
    .deliveryConfirmResultRowInfoFilter__row {
        margin-right: 10px;
    }
    .deliveryConfirmResultRowInfoFilter__row:last-of-type {
        margin-right: 0;
    }
    /* Chrome, Edge, and Safari */
    .deliveryConfirm__scroll::-webkit-scrollbar {
        width: 3px;
    }
    .registration__h1 {
        font-size: 31px;
    }
    .deliveryConfirm {
        margin-top: 0;
    }
    .registration__h2 {
        font-size: 20px;
    }
    .registration__btnWrap {
        flex-direction: column;
    }
    .registration__btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .registration__btn:last-of-type {
        margin-bottom: 0;
    }
    .catalogList {
        grid-template-columns: 1fr;
    }
    .page-space-between {
        flex-direction: column;
        align-items: flex-start;
    }
    .yearFilter__header {
        margin-top: 20px;
    }
    .yearFilter__header b {
        display: none;
    }
    .searcBlock .mainProduct__block {
        display: grid;
        grid-template-columns: 1fr;
    }
    .searcBlock__title {
        font-size: 18px;
        line-height: 140%;
    }
    .searcBlock__text {
        font-size: 18px;
    }
    .wish .mainProduct__block {
        display: grid;
        grid-template-columns: 1fr;
    }
    .wishHeader__btnWrap {
        flex-direction: column;
    }
    .wishHeader__btn {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .wishHeader__btn:last-of-type {
        margin-bottom: 0;
    }
    .wishProduct .mainProduct__link {
        min-height: initial;
        height: initial;
    }
    .wishProduct__dop .cartTableHeader__filter {
        flex-direction: row;
    }
    .productHeader__btnWrap {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .productHeader__btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .productDetailSliderThumb__link-span {
        text-align: center;
    }
    .productDetailTabsContent__row {
        padding-right: 10px;
    }
    .productDetail__gallery {
        grid-template-columns: 1fr;
    }
    .similarProducts__content {
        max-width: 280px;
    }
    .similarProducts__content .swiper-button-prev {
        left: -10px;
    }
    .similarProducts__content .swiper-button-next {
        right: -10px;
    }
    .filter__wrap {
        grid-template-columns: 1fr;
        grid-gap: 26px;
    }
    .filterRow__elem:last-of-type {
        margin-bottom: 0;
    }
    .filterContent {
        margin-top: 10px;
        justify-content: space-between;
        width: 100%;
    }
    .yearFilter__header {
        margin-top: 0;
    }

    .newsLink__wrap {
        flex-direction: column;
    }
    .newsLinkWrap__left {
        max-width: initial;
    }
    .newsLinkWrap__left {
        height: 210px;
    }
}

.productHeader__share {
    position: relative;
}

.productHeader__share:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    width: 100%;
    height: 10px;
}

.productHeader__sharemenu {
    display: none;
    flex-direction: column;
    padding: 15px;
    top: 26px;
    left: 3px;
    transition: .2s ease-in-out;
    z-index: 5;
    opacity: 0;
    background: #848484;
    border-radius: 8px;
    position: absolute;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
}

.productHeader__share:hover .productHeader__sharemenu {
    display: flex;
    transition: .2s ease-in-out;
    opacity: 1;
    animation: fadeInShare .3s;
}

@keyframes fadeInShare {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.productHeader__share .productHeader__sharemenu li {
    margin-bottom: 10px;
    transition: .2s ease-in-out;
}

.productHeader__share .productHeader__sharemenu li:hover svg {
    fill: #bbec00;
    transition: .2s ease-in-out;
}

.productHeader__share .productHeader__sharemenu li:last-child {
    margin-bottom: 0;
}

.wishProduct .cartTableHeaderFilter__value:after {
    content: "";
    clear: both;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #053320 transparent transparent transparent;
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
    display: none;
}

.single-price-new {
    color: #d20014;
    font-size: 17px;
    font-weight: 600;
}

.single-price-old {
    color: #a4a4a4;
    font-size: 14px;
    margin-left: 14px;
    text-decoration: line-through;
}

.headerUser__sub-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: initial;
    transform-origin: initial;
    transition: initial;
}
@media (max-width: 1024px) {
    .headerUser__sub-mobile.headerUser__sub-active {
        display: block;
    }
}

.eye-icon {
    background-image: url('/img/eye-show.svg');
    display: block;
    width: 22px;
    height: 22px;
    background-size: 22px;
    margin-top: -2px;
}

.eye-icon-slash {
    background-image: url('/img/eye-hide.svg');
    display: block;
    width: 22px;
    height: 22px;
    background-size: 22px;
    margin-top: -2px;
}

.mobileMenu__pages {
    padding-bottom: 20px;
}

@media (max-width: 1024px) {
    .headerBottomMenu__link-more {
        position: absolute;
        right: 20px;
    }

    .header__bottomWrap &gt; .container {
        margin-right: 40px;
    }

    .header__bottomWrap {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.mainProduct__link img {
    max-height: 156px;
}

@media (max-width: 500px) {
    .cartTableContent__price-old {
        margin-left: 6px;
    }

    .mainProduct__info {
        padding: 8px;
        padding-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .baseForm__col {
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .mainProduct__header {
        width: 100%;
    }

    .mainProductHeader__link {
        font-size: 14px;
        margin-right: 10px;
    }

    .mainProduct__header {
        justify-content: flex-start;
    }
}</pre></body></html>