:root {
    --container-width: 1850px;
    --green: #00684B;
    --red: #DC0210;
    --grey: #707070;
    --grey-dark: #2A2C33;
    --grey-light: #e2e2e2;
    --font: "Barlow Condensed", Tahoma, Verdana, sans-serif;
    --font-huge: 47px;
    --font-big: 24px;
    --font-medium: 20px;
}

body {
    width: 100%;
    margin: 0;
    padding: 107px 0 0;
    background-color: #fff;
    color: var(--grey-dark);
    font-family: "DM Sans", Tahoma, Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    overflow-x: hidden;
}

.container-full {
    clear: both;
    position: relative;
    width: 100%;
}

.container {
    clear: both;
    position: relative;
    width: var(--container-width);
    margin: 0 auto;
}

.modal-underlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #000;
    transition: opacity 500ms linear;
    opacity: 0;
    z-index: 22;
}
.modal-underlay.active {
    visibility: visible;
    width: 100vw;
    height: 100vh;
    opacity: .5;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 26;
}
header.fixed {
}
header a {
    text-decoration: none;
}
header .container {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}
header .container > div {
    display: flex;
    align-items: center;
}

.header-top {
    background-color: var(--green);
    color: #fff;
    font-size: 12px;
}
.header-top ul {
    margin: 10px 0;
    list-style-type: none;
}
.header-top ul li {
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
}
.header-top select {
    margin: 0 0 0 20px;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: "DM Sans", Tahoma, Verdana, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.header-top option {
    color: var(--grey-dark);
    font-size: 12px;
}

.logo {
    padding: 0 15px 0 0;
}
.logo img {
    height: 35px;
}

.menu-main {
}
.menu-main nav {
}
.menu-main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu-main li {
    position: relative;
    display: inline-block;
    font-weight: 500;
}
.menu-main li a {
    display: block;
    padding: 28px 20px;
    text-decoration: none;
}
.menu-main li.active > a, .menu-main li:hover > a {
    color: var(--red);
    text-decoration: none;
}
.menu-div {
    display: flex;
    position: fixed;
    top: 107px;
    gap: 0 80px;
    padding: 15px 25px 25px;
    background-color: #fff;
    transform: translateX(-100vw);
    text-align: left;
    z-index: 28;
}
.menu-main li:hover .menu-div {
    transform: translateX(-150px);
    transition: all 350ms linear;
}
.menu-div li {
    position: static;
    display: block;
    padding: 3px 0;
}
.menu-div li a, .menu-div p a {
    padding: 0;
}
.menu-div-1 {
    display: flex;
    gap: 0 80px;
}
.menu-div-1 li {
    padding: 7px 0;
    font-size: var(--font-medium);
    font-weight: 500;
}
.menu-div-1 > div:first-child {
    padding-top: 5px;
}
.menu-div-1-2 {
    padding-top: 10px;
    font-size: 12px;
}
.menu-div-2-1 {
    font-size: 12px;
}
.menu-div-2-1 li {
    padding: 3px 0;
    font-size: 12px;
}
.menu-div-3-1 {
    font-size: 12px;
}
.menu-div-3-1 div {
    display: inline-block;
    width: 115px;
}
.menu-div-3-1 div + div {
    margin-left: 5px;
}
.menu-div-3-1 div p {
    margin: 5px 0;
}
.menu-div-title {
    height: 14px;
    overflow: hidden;
}

#search_form {
    position: relative;
    top: -2px;
}
#search_form input {
    position: relative;
    width: 150px;
    height: 26px;
    padding: 0 10px 0 32px;
    border: 0;
    background-color: var(--grey-light) !important;
}
.search_btn_home {
    position: absolute;
    top: 4px;
    left: 5px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.search_btn_home img {
    height: 16px;
}

#search-whisperer {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    text-align: left;
}
#search-whisperer.active {
    display: block;
}
.search-whisperer-close {
    position: absolute;
    top: 20px;
    right: 0;
    cursor: pointer;
    z-index: 2;
}
#search-whisperer .container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding-top: 65px;
    padding-bottom: 15px;
    background-color: #fff;
}
#search-whisperer .container > div {
    display: block;
}
#search-whisperer .grid-3 a {
    /*border: 1px solid #fff;*/
    text-decoration: none;
}
#search-whisperer .grid-3 a:hover {
    /*border: 1px solid var(--grey);*/
    background-color: var(--grey-light);
    text-decoration: none;
}
#search-whisperer #search_form {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 300px;
    margin: auto;
}
#search-whisperer #search-query {
    width: 300px;
}
#search-whisperer .cart-item {
    grid-template-columns: 35% auto;
    padding: 0;
    border: 0;
}
#search-whisperer .cart-item-img {
    height: 150px;
}
.search-whisperer-cat {
    padding-top: 5px;
    padding-bottom: 65px;
    color: var(--grey);
}
.search-whisperer-cat p {
    margin: 5px 0;
}
.search-whisperer-cat a {
    opacity: .75;
}
.search-whisperer-cat span {
    color: var(--grey-dark);
}
.pages-menu {
    list-style-type: none;
}
.pages-menu li a {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 5px 0;
}
.pages-menu li span {
    display: block;
    width: 20px;
    text-align: center;
}
.pages-menu li img {
    position: relative;
    top: 1px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.header-login {
    position: relative;
    margin-left: 15px;
}
.header-login img {
    height: 16px;
}

.header-fav {
    position: relative;
    margin-left: 10px;
}
.header-fav img {
    height: 16px;
}
.popular_pair {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: var(--grey-dark);
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}

.header-cart {
    position: relative;
    margin-left: 15px;
}
.header-cart > a img {
    height: 16px;
}
.header-cart a span {
    position: absolute;
    left: 10px;
    top: -18px;
    width: 22px;
    height: 22px;
    padding-top: 4px;
    border-radius: 20px;
    background-color: var(--green);
    color: white;
    font-size: 11px;
    text-align: center;
}
.pocet_in_cart {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: var(--grey-dark);
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.header-cart-content {
    position: absolute;
    right: 0;
    top: 47px;
    width: 375px;
    border: 1px solid var(--grey-light);
    background-color: #fff;
    transition: all 350ms linear;
    z-index: 28;
    visibility: hidden;
}
.header-cart:hover .header-cart-content {
    visibility: visible;
}
.header-cart-content.non_active {
    visibility: hidden !important;
}
.header-cart-items {
    max-height: 300px;
    overflow: auto;
}
.header-cart-item {
    padding: 1px 15px;
    border-bottom: 1px solid var(--grey-light);
    font-size: 12px;
    text-align: left;
}
.header-cart-item > div {
    display: grid;
    grid-template-columns: 45px auto 130px;
    gap: 0 13px;
    line-height: 1.4;
}
.header-cart-item > div span {
    color: var(--grey);
}
.header-cart-item-title {
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.header-cart-item-title a {
}
.header-cart-item-title span + span {
    margin-left: 10px;
}
.header-cart-item > div > *:last-child {
    text-align: right;
}
.header-cart-item-remove {
    margin-top: -5px;
    text-align: right;
}
.header-cart-item-remove a:hover {
    color: var(--red);
    text-decoration: none;
}
.header-cart-item-remove img {
    position: relative;
    top: 2px;
    margin-right: 7px;
    cursor: pointer;
}
.header-cart-content-total {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 12px;
}
.header-cart-content .link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
    padding: 0 15px;
}
.header-cart-content .link a {
    width: 100%;
    border: 1px solid #000;
    background-color: #000;
}
.header-cart-content .link a:first-child {
    border: 1px solid var(--grey-light);
    background-color: #fff;
    color: var(--grey-dark);
}
.header-cart-content .link a:hover,
.header-cart-content .link a:first-child:hover {
    border: 1px solid var(--red);
    background-color: var(--red);
    color: #fff;
}

.menu-responsive {
    display: none;
    position: fixed;
    top: 58px;
    right: 20px;
    width: 26px;
    height: 20px;
    font-size: 0;
    z-index: 49;
}
.menu-responsive span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 26px;
    height: 2px;
    background-color: #000;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.menu-responsive span:nth-child(1) {
    top: 0;
}
.menu-responsive span:nth-child(2), .menu-responsive span:nth-child(3) {
    top: 8px;
}
.menu-responsive span:nth-child(4) {
    top: 16px;
}
.menu-responsive.active span:nth-child(1) {
    top: 8px;
    left: 50%;
    width: 0;
}
.menu-responsive.active span:nth-child(2) {
    transform: rotate(45deg);
}
.menu-responsive.active span:nth-child(3) {
    transform: rotate(-45deg);
}
.menu-responsive.active span:nth-child(4) {
    top: 8px;
    left: 50%;
    width: 0;
}

.site-home {
    text-align: left;
    overflow: auto;
}

.slider-main {
    float: left;
    width: calc(100% - 450px);
}
.slider-main div {
    position: relative;
}
.slide-img {
    margin: 0;
    font-size: 0;
}
.slide-img img {
    width: 100%;
}
.slider-main .slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    color: #fff;
    z-index: 2;
}
.slide-title {
    margin: -15px 0;
    padding-bottom: 20px;
    font-family: var(--font);
    font-size: var(--font-huge);
    font-weight: bold;
}

.home-right {
    position: relative;
    float: right;
    width: 400px;
    padding-top: 50px;
    text-align: center;
}

.slider-offer div {
    position: relative;
}
.slide-offer-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    text-align: center;
}
.slide-offer-img img {
    max-height: 85%;
}
.slider-offer-title {
    margin-bottom: -10px;
    font-weight: 500;
}
.slider-offer a {
    text-decoration: none;
}
.slider-offer .slick-prev {
    top: auto;
    bottom: 16px;
    left: 25%;
}
.slider-offer .slick-next {
    top: auto;
    bottom: 16px;
    right: 25%;
}
.slider-offer .slick-prev::after, .slider-offer .slick-next::after {
    font-size: 30px;
    opacity: 1;
}

.site-benefits {
    margin: 30px 0 0;
    background-color: #f9f9f9;
}
.site-benefits .container {
    display: grid;
    grid-template-columns: repeat(5, auto);
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-benefits .container > div {
    max-width: 180px;
    text-transform: uppercase;
}
.site-benefits .container > div img {
    height: 50px;
}

.site-desc {
    padding: 35px 5%;
    text-align: left;
}
.site-desc .title {
    color: var(--green);
    font-family: var(--font);
    font-weight: bold;
}

.categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding-bottom: 35px;
    text-align: center;
}
.categories .title {
    margin-bottom: -10px;
    color: var(--green);
}
.cat-content {
    position: relative;
    margin-top: 20px;
    color: #fff;
    text-align: left;
}
.cat-content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    content: "";
    transition: all 350ms linear;
    opacity: 0;
    z-index: 2;
}
.cat-content:hover:before {
    opacity: 1;
}
.cat-img {
    height: 700px;
    margin: 0;
    overflow: hidden;
}
.cat-img img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}
.cat-content > div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 10px;
    z-index: 3;
}
.cat-short {
    font-family: var(--font);
    font-size: var(--font-huge);
    font-weight: bold;
    text-transform: uppercase;
}
.cat-short > span, .cat-content:hover .cat-short > span + span {
    display: block;
}
.cat-short > span + span, .cat-content:hover .cat-short > span:first-child {
    display: none;
}
.cat-desc {
    height: 48px;
    max-width: 330px;
}
.cat-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    height: 0;
    transition: none;
    opacity: 0;
}
.cat-content:hover .cat-links {
    height: auto;
    transition: all 350ms linear;
    opacity: 1;
}
.cat-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
.cat-links a:hover {
    border: 1px solid #000;
    text-decoration: none;
}

.detail {
    display: grid;
    grid-template-columns: auto 490px;
    gap: 0 40px;
}
.detail > div:first-child {
    padding-top: 10px;
}
.detail-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.type-2-2 > * {
    flex-basis: calc(50% - 5px);
}
.type-2-3 > * {
    flex-basis: calc(100% / 3 - 5px);
}
.type-2-3 > :first-child, .type-2-3 > :first-child + * {
    flex-basis: calc(100% / 2 - 5px);
}
.type-3-3 > * {
    flex-basis: calc(100% / 3 - 5px);
}
.type-3-4 > * {
    flex-basis: calc(100% / 4 - 5px);
}
.type-3-4 > :first-child, .type-3-4 > :first-child + *, .type-3-4 > :first-child + * + * {
    flex-basis: calc(100% / 3 - 5px);
}
body .detail-gallery p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    border: 1px solid var(--grey-light);
}
body .detail-gallery p img {
    max-width: 85%;
    max-height: 500px;
    padding: 50px;
}
.detail-gallery-2 {
    display: flex;
    gap: 5px;
    padding: 5px 4px 5px 0;
}
.detail-gallery-2 p {
    margin: 0;
}
.detail-gallery-2 p img {
    border: 1px solid var(--grey-light);
}
.detail-tags {
    display: flex;
    flex-wrap: wrap;
}
.detail-tags span {
    display: block;
    margin-right: 5px;
    padding: 3px 8px;
    background-color: var(--green);
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
}
.detail-code {
    font-size: 13px;
}
.detail-info {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}
.detail-price span {
    display: inline-block;
    margin: 0 3px 3px 0;
    padding: 2px 5px;
    background-color: var(--red);
    color: #fff;
    font-size: 12px;
}
.detail-price s {
    font-size: 12px;
}
.detail-price strong {
    color: var(--red);
    font-size: 20px;
}
.detail-color {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 0 15px;
}
.detail-color p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0;
    border: 1px solid var(--grey-light);
    transition: all 350ms linear;
    cursor: pointer;
}
.detail-color p:hover, .detail-color p.active {
    border: 1px solid var(--red);
}
.detail-color p img {
    max-width: 80%;
    max-height: 80%;
}
.detail-size {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 0 0 15px;
}
.detail-size > div {
    position: relative;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid var(--grey-light);
    font-size: 14px;
    transition: all 350ms linear;
    text-align: center;
    cursor: pointer;
}
.detail-size > div:hover, .detail-size > div.active {
    border: 1px solid var(--red);
}
.detail-size p {
    margin: 0;
}
.detail-size > div.no_selected_item {
    background-color: #f8f8f8;
}
.detail-size .not_in_nabidka {
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0 0 0 / 46%) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
    background-color: rgba(0, 0, 0, 0);
    cursor: not-allowed;
}
.detail-size .hover_text {
    position: absolute;
    display: none;
    top: -20px;
    left: 50%;
    padding: 3px 10px 3px;
    border: 1px solid var(--red);
    background-color: #fff;
    color: var(--red);
    transform: translateX(-50%);
    z-index: 2;
}
.detail-size .not_in_nabidka:hover .hover_text {
    display: block;
}
.detail-buy-qty {
    position: relative;
    display: grid;
    grid-template-columns: 40px 100px 40px;
    text-align: center;
}
.detail-buy-qty a {
    height: 34px;
    border: 1px solid var(--grey-light);
    font-size: 24px;
    text-decoration: none;
}
.detail-buy-qty a:hover {
    background-color: var(--grey-light);
    text-decoration: none;
}
.detail-buy-qty input {
    max-width: 180px;
    height: 34px;
    border: 0;
    border-top: 1px solid var(--grey-light);
    border-bottom: 1px solid var(--grey-light);
    text-align: center;
}
.detail-measures {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.detail-buy {
    padding-bottom: 20px;
}
.detail-buy a {
    display: block;
    width: 100%;
    padding: 12px 0;
    border: 1px solid var(--grey);
    background-color: var(--grey);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    pointer-events: none;
}
.detail-buy.active a {
    border: 1px solid var(--red);
    background-color: var(--red);
    pointer-events: auto;
}
.detail-buy a:hover {
    border: 1px solid #000;
    text-decoration: none;
}
.detail-ask {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.detail-description {
    padding: 20px 0 30px;
    background-color: #f9f9f9;
    line-height: 1.4;
    text-align: left;
}
.detail-description .container {
    max-width: 1600px;
}
.detail-description .title {
    color: var(--green);
}
#zeptat_se_na_produkt_modal input:not([type="checkbox"]) {
    display: block;
    width: 100%;
    height: 34px;
    margin-top: 5px;
    padding: 0 10px;
    border: 1px solid var(--grey-light);
}
#zeptat_se_na_produkt_modal textarea {
    display: block;
    width: 100%;
    height: 80px;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid var(--grey-light);
}
#tabulkavelikostimodal {
    width: 1200px;
    max-width: 94vw;
    padding-bottom: 1px;
    text-align: center;
}
.table_modal_detailpr h5 {
    font-size: 20px;
    text-transform: uppercase;
}
.table_modal_detailpr table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    empty-cells: show;
}
.table_modal_detailpr th {
    padding: 0 5px 20px;
    border-bottom: 1px solid #222;
}
.table_modal_detailpr tr td {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}
.product-properties {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
}
.product-properties > div {
    flex-basis: calc(50% - 8px);
    display: grid;
    grid-template-columns: 50px auto;
    gap: 0 15px;
}
.product-properties > div p {
    margin: 10px 0;
}
.detail-color span.detail_item_list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    margin: 0;
    border: 1px solid var(--grey-light);
    transition: all 350ms linear;
    width: 75px;
    padding: 5px;
}
.detail_item_list{
    position: relative;
}
.detail-color span.detail_item_list img:hover{
    cursor: help;
}
.detail-color span.detail_item_list:hover{
    cursor: help;
}
.parameter-popupr{
    display: none;
}
@media (min-width: 992px) {
    .detail-color .detail_item_list:hover .parameter-popup {
        display: block;
    }
}
@media (min-width: 768px) {
    .detail-color .detail_item_list .parameter-popup {
        left: -104px;
        top: 82px;
        width: 280px;
    }
}
.detail-color .detail_item_list .parameter-popup {
    background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 12px 10px;
    position: absolute;
    text-decoration: none;
    z-index: 5;
}
@media (min-width: 768px) {
    .detail-color .detail_item_list .parameter-popup:before {
        border-color: transparent transparent var(--green);
        border-style: solid;
        border-width: 0 8px 8px;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -8px;
        position: absolute;
        top: -9px;
        width: 0;
    }
}
.detail-color .detail_item_list .parameter-popup .name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
}
.detail-color .detail_item_list .parameter-popup .desc {
    font-size: 12px;
    margin-bottom: 7px;
    margin-top: 2px;
}
.detail-color .detail_item_list .parameter-popup .availability {
    margin-bottom: 5px;
}
.detail-color .detail_item_list .parameter-popup .availability span {
    font-weight: 700;
}
.detail-color .detail_item_list .parameter-popup .availability span:not([style="color:#66bb33"]) {
    display: none;
}
.detail-color .detail_item_list .parameter-popup .bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.detail-color .detail_item_list .parameter-popup .price {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}
.detail-color .detail_item_list .parameter-popup .bottom .btn-primary {
    font-size: 13px;
    margin-left: 10px;
    max-width: 90px;
    min-width: auto;
    border: 1px solid #dc0210;
    background-color: #dc0210;
    padding: 8px 20px 6px;
    width: auto;
}
.detail-color .detail_item_list .parameter-popup .bottom .btn-primary:hover {
    font-size: 13px;
    margin-left: 10px;
    max-width: 90px;
    color: white;
    border: 1px solid #bb0713;
    background-color: #bb0713;
    min-width: auto;
    padding: 8px 20px 6px;
    width: auto;
}
@media (min-width: 768px) {
    .detail-color .detail_item_list .parameter-popup:after {
        content: "";
        height: 9px;
        left: 0;
        position: absolute;
        top: -9px;
        width: 100%;
    }
}
span.detail_item_list img{
    opacity: 1;
    transition: all 0.3s ease-out !important;
}
p.params_data_img{
    opacity: 1;
    transition: all 0.3s ease-out !important;
}
p.params_data_img.zatemnit_image{
    opacity: 0.4;
}
span.detail_item_list img.zatemnit_image{
    opacity: 0.4;

}

.technology {
    max-width: 1300px;
    margin: auto;
    padding: 20px 0 35px;
}
.technology-title {
    max-width: 800px;
    color: var(--green);
    font-family: var(--font);
    font-size: 72px;
    font-weight: bold;
}
.technology .halves {
    padding: 20px 0;
    align-items: center;
}
.technology .title {
    padding: 25px 0 1px;
    color: var(--green);
    font-size: 40px;
}
.technology img {
    max-height: 600px;
}

.slider-products, .products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 10px;
    margin-top: 20px;
    margin-bottom: 35px;
}
.slider-products-content {
    position: relative;
    padding: 1px 20px;
    border: 1px solid var(--grey-light);
    overflow: hidden;
}
.slider-products a {
    text-decoration: none;
}
.slider-products-tags {
    position: absolute;
    top: -5px;
    left: 10px;
    z-index: 2;
}
.slider-products-tags span {
    display: block;
    margin-bottom: 5px;
    padding: 5px 10px;
    color: #fff;
}
.slider-products-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 380px;
}
.slider-products-img img {
    max-width: 90%;
    max-height: 90%;
}
.slider-products-content ul {
    position: absolute;
    bottom: -5px;
    left: 10px;
    transition: all 350ms linear;
    z-index: 2;
}
.slider-products-content:hover ul {
    bottom: 40px;
}
.slider-products-content li {
    display: inline-block;
    margin-right: 2px;
    padding: 3px 4px;
    border: 1px solid var(--grey-light);
    color: var(--grey);
    cursor: pointer;
}
.slider-products-content li:hover, .slider-products-content li.active {
    border: 1px solid var(--grey-dark);
    color: var(--grey-dark);
}
.slider-products-content .link {
    position: absolute;
    bottom: -55px;
    left: 10px;
    width: 100%;
    margin: 5px -10px;
    transition: all 350ms linear;
    z-index: 2;
}
.slider-products-content:hover .link {
    bottom: -5px;
}
.slider-products-content .link a {
    width: 100%;
}
.slider-products-id {
    font-size: 13px;
    opacity: .8;
}
.slider-products-id + *, .slider-products-id + * + * {
    font-weight: 500;
}

.site-content {
    padding-top: 15px;
    padding-bottom: 35px;
    text-align: left;
}

.favorites {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 10px;
    padding: 5px 0 25px;
}
.favorites > div {
    position: relative;
}
.favorites-img {
    height: 300px;
    margin-top: 0;
    overflow: hidden;
}
.favorites-img img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}
.favorites .link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    z-index: 2;
}
.favorites .link > * {
    border: 1px solid #fff;
    background: none;
}

.news-offer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
}
.news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.news-img {
    height: 300px;
    margin-top: 0;
    overflow: hidden;
}
.news-img img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}
.news .grey {
    font-size: 12px;
}
.news .grey + * {
    font-weight: 500;
}
.offer {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
    padding: 25px 40px 38px;
    background-color: var(--green);
    color: #fff;
}
.offer-title {
    font-size: var(--font-huge);
    font-family: var(--font);
    font-weight: bold;
    text-transform: uppercase;
}
.offer .link a {
    margin-top: 10px;
    border: 1px solid #fff;
}
.offer > div + div p:first-child {
    margin-bottom: -20px;
    font-size: 36px;
    font-family: var(--font);
    font-weight: bold;
}
.offer > div + div p:last-child {
    margin-top: -20px;
    font-size: 36px;
    font-family: var(--font);
    font-weight: bold;
}

.site-newsletter {
    padding: 5px 0;
    background-color: var(--green);
    color: #fff;
    text-transform: uppercase;
}
.site-newsletter .container {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}
.site-newsletter .container > p {
    font-family: var(--font);
    font-size: var(--font-medium);
    font-weight: bold;
}
.site-newsletter input {
    width: 300px;
    height: 38px;
    padding: 0 15px;
    border: 0;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.site-newsletter button {
    height: 38px;
    margin-left: 15px;
    padding: 0 25px;
    border: 1px solid #fff;
    background-color: var(--green);
    color: #fff;
    font-size: 13px;
    transition: all 350ms linear;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}
.site-newsletter button:hover {
    background-color: #fff;
    color: #000;
}

.categories-list {
    overflow: auto;
}
.categories-list p {
    float: left;
    margin: 3px 7px 4px 0;
}
.categories-list a {
    display: block;
    padding: 5px 12px;
    border: 1px solid var(--grey-light);
    white-space: nowrap;
    text-decoration: none;
}
.categories-list a:hover, .categories-list .active a {
    border: 1px solid var(--grey-dark);
    text-decoration: none;
}

.filter_home_page_pr {
    list-style-type: none;
}
.filter_home_page_pr li {
    display: inline-block;
}
.filter_home_page_pr .link > * {
    border: 1px solid var(--grey-light);
}
.filter_home_page_pr .link:hover > * {
    border: 1px solid #000;
    color: #fff;
}
.filter_home_page_pr > li:first-child .link:hover > * {
    color: var(--grey-dark);
}
.filter_home_page_pr .active .link > * {
    border: 1px solid #000;
}
.filter_home_page_pr > li:first-child a {
    background-color: #fff;
    color: var(--grey-dark);
}
.filters {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0;
}
.filters-all a, .filters-all a:hover {
    font-weight: 500;
    text-decoration: none;
}
.filters-all img {
    position: relative;
    top: -1px;
    left: 2px;
}
.filters > div {
    display: flex;
    gap: 30px;
}
.filters select {
    border: 0;
    background-color: transparent;
}
.filters-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 42;
}
.filters-modal.active {
    display: block;
}
.filters-modal > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    max-height: 100vh;
    padding: 10px 20px;
    background-color: #fff;
    overflow: auto;
}
.filters-modal-close {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
}
.filters-modal .title {
    color: var(--green);
}
.filters-modal .link a {
    width: 100%;
}
.filters-item {
    position: relative;
}
.filters-item > p {
    font-weight: 500;
    cursor: pointer;
}
.filters-item.active > p {
    color: var(--red);
}
.filters-item > p span {
    display: inline-block;
    margin-left: 5px;
    transform: rotate(90deg);
    transform-origin: center center;
}
.filters-item.active > p span {
    transform: rotate(270deg);
}
.filters-item > div {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 320px;
    padding: 5px 20px;
    border: 1px solid var(--grey-light);
    background-color: #fff;
    z-index: 4;
}
.filters-item.active > div {
    display: block;
}
.filters-item .link {
    clear: both;
    padding-top: 15px;
}
.filters-item .link a {
    width: 100%;
}

body.modal-open {
    position: fixed;
    overflow: hidden;
}

.accordion {
    margin: 20px 0 25px;
    padding: 0;
    border-bottom: 1px solid var(--grey-light);
    list-style-type: none;
}
.accordion-toggle {
    position: relative;
    display: block;
    padding: 13px 0;
    border-top: 1px solid var(--grey-light);
    font-weight: 500;
    text-decoration: none;
}
.accordion-toggle:hover {
    color: var(--green);
    text-decoration: none;
}
.accordion-toggle::after {
    position: absolute;
    top: 6px;
    right: 0;
    content: "+";
    font-size: 24px;
}
.accordion-toggle.active::after {
    content: "-";
}
.accordion-toggle + * {
    display: none;
    padding: 0 0 10px;
}
.accordion-toggle + *.active {
    display: block;
}

.columns-2 {
    padding-top: 5px;
    column-count: 2;
    column-gap: 20px;
}
.columns-2 p {
    margin: 0 0 15px;
}

.checkbox {
    clear: both;
}
.checkbox label {
    cursor: pointer;
}
.checkbox input {
    float: left;
    display: grid;
    place-content: center;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    appearance: none;
    cursor: pointer;
}
.checkbox input:before {
    width: 14px;
    height: 14px;
    content: "";
    transform: scale(0);
    transition: 120ms all linear;
    box-shadow: inset 1em 1em #fff;
}
.checkbox input:checked {
    border: 1px solid var(--red);
    border-radius: 2px;
    background-color: var(--red);
}
.checkbox input:checked:before {
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(.7);
    transform-origin: center center;
}

.radio {
    clear: both;
}
.radio label {
    cursor: pointer;
}
.radio input {
    float: left;
    display: grid;
    place-content: center;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    appearance: none;
    cursor: pointer;
}
.radio input:checked {
    border: 1px solid var(--red);
    border-radius: 20px;
    background-color: var(--red);
    box-shadow: inset 0 0 0 3px #fff;
}

.site-cart {
    display: grid;
    grid-template-columns: auto 500px;
    gap: 0 10%;
    padding-bottom: 25px;
}
.cart-left {
}
.cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 200px auto;
    padding: 15px 0;
    border-top: 1px solid var(--grey-light);
    border-bottom: 1px solid var(--grey-light);
    font-size: 12px;
}
.cart-item + .cart-item {
    border-top: 0;
}
.cart-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    padding: 20px;
    border: 1px solid var(--grey-light);
}
.cart-item > div {
    padding: 0 20px;
}
.cart-item-title {
    font-size: 15px;
    font-weight: 500;
}
.cart-item-title a {
    text-decoration: none;
}
.cart-item-price {
    color: var(--red);
    font-size: 15px;
    font-weight: 500;
}
.cart-item-price span {
    margin-left: 15px;
    color: #c6c6c6;
    text-decoration: line-through;
}
.cart-amount {
    overflow: auto;
}
.cart-amount-minus, .cart-amount-plus {
    float: left;
    width: 30px;
    height: 28px;
    border: 1px solid var(--grey-light);
    background-color: #fff;
    color: #787878;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}
.cart-amount-minus {
    border-right: 0;
}
.cart-amount-plus {
    border-left: 0;
}
.cart-amount-minus:hover, .cart-amount-plus:hover {
    color: var(--red);
}
.cart-amount-number {
    float: left;
    width: 40px;
    height: 28px;
    border: 0;
    border-top: 1px solid var(--grey-light);
    border-bottom: 1px solid var(--grey-light);
    text-align: center;
}
.cart-item-other {
    display: grid;
    grid-template-columns: 35px 85px auto;
    padding: 10px 0 0;
    font-size: 15px;
}
.cart-item-other + .cart-item-other {
    margin-top: -25px;
}
.cart-item-other a {
    text-decoration: none;
}
.cart-item-other .checkbox {
    margin-top: 45px;
}
.cart-item-other-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    padding: 10px;
    border: 1px solid var(--grey-light);
}
.cart-item-other > div {
    padding: 0 0 0 20px;
    font-weight: 500;
}
.cart-item-other > div .green {
    font-size: 12px;
}
.cart-item-remove {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 2;
}
.box-pick-up {
    color: var(--grey);
    font-size: 12px;
}
.box-pick-up input {
    position: relative;
    top: 2px;
}
.box-pick-up img {
    position: relative;
    top: 3px;
    max-width: 60px;
    height: 16px;
    margin-left: 5px;
}
.set-billing-address {
    padding-top: 15px;
    color: var(--grey);
    font-size: 12px;
}
.set-billing-address input {
    position: relative;
    top: -3px;
}
.cart-progress {
    display: flex;
    justify-content: space-evenly;
    max-width: 64%;
    margin-bottom: 35px;
    padding: 0;
    border-bottom: 1px solid var(--grey-light);
    list-style-type: none;
}
.cart-progress li {
    position: relative;
    top: 11px;
    background-color: #fff;
    z-index: 2;
}
.cart-progress li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2px 15px;
    text-decoration: none;
    opacity: .5;
}
.cart-progress li.active a {
    opacity: 1;
}
.cart-progress li span:first-child {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    padding-top: 2px;
    border-radius: 20px;
    background-color: var(--green);
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.cart-progress + div {
    padding: 0 100px;
}
.site-cart select, .cart-progress + div input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    border: 1px solid var(--grey-light);
    background-color: #fff;
}
.cart-right {
    position: relative;
}
.cart-right-fixed {
    position: sticky;
    top: 110px;
    z-index: 2;
}
.cart-coupon {
    padding: 5px 0;
    border: 1px solid var(--grey-light);
    overflow: auto;
}
.cart-coupon a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}
.cart-coupon a:hover {
    text-decoration: none;
}
.cart-coupon a:after {
    position: absolute;
    top: 0;
    right: 10px;
    content: "+";
    font-size: var(--font-big);
    font-weight: 400;
}
.cart-coupon.active a:after {
    content: "−";
}
.cart-coupon label {
    display: none;
    float: left;
    width: calc(100% - 130px);
    height: 30px;
    margin: 5px 0 10px 15px;
}
.cart-coupon.active label {
    display: block;
}
.cart-coupon input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: 1px solid var(--grey-light);
}
.cart-coupon button {
    display: none;
    float: left;
    width: 100px;
    height: 30px;
    margin: 5px 15px 10px 0;
    border: 1px solid var(--red);
    background-color: var(--red);
    color: #fff;
    font-size: 12px;
    transition: all 350ms linear;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}
.cart-coupon.active button {
    display: block;
}
.cart-coupon button:hover {
    background-color: #fff;
    color: var(--red);
}
.cart-right-item {
    display: grid;
    grid-template-columns: 70px auto 70px;
    align-items: center;
    font-size: 13px;
}
.cart-right-item + .cart-right-item {
    margin-top: -20px;
}
.cart-right-item a {
    text-decoration: none;
}
.cart-right-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    padding: 10px;
    border: 1px solid var(--grey-light);
}
.cart-right-item > div {
    padding: 0 10px 0 15px;
}
.cart-right-item > *:last-child {
    text-align: right;
}
.cart-right-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-right-row span {
    font-size: 12px;
    opacity: .6;
}
.cart-right .link a {
    width: 100%;
    margin-top: 10px;
}
.cart-right .link + .link {
    margin-top: -20px;
}
.cart-right .link + .link a {
    border: 1px solid var(--grey-dark);
    background-color: #fff;
    color: var(--grey-dark);
}
.cart-right .link + .link a:hover {
    background-color: var(--grey-dark);
    color: #fff;
}
.cart-cards {
    font-size: 12px;
}
.cart-cards img {
    position: relative;
    top: 3px;
    height: 13px;
    margin-left: 4px;
}
.shipping-type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    padding: 5px 0 25px;
}
.shipping-type a {
    display: block;
    padding: 25px 0;
    border: 1px solid var(--grey-light);
    text-decoration: none;
    text-align: center;
}
.shipping-type a:hover, .shipping-type a.active {
    border: 1px solid var(--red);
    text-decoration: none;
}
.shipping-type a img {
    height: 46px;
    margin-bottom: 15px;
}
.cart-box {
    display: grid;
    grid-template-columns: 40px auto 120px 100px;
    align-items: center;
    margin: 5px 0 10px;
    padding: 10px 20px;
    border: 1px solid var(--grey-light);
}
.cart-box p {
    margin: 7px 0;
}
.cart-box > div {
    padding: 0 15px 0 0;
}
.cart-box > div + * {
    text-align: center;
}
.cart-box > *:last-child {
    text-align: right;
}
.cart-box s {
    color: var(--grey-light);
}

.family-club {
    margin: 50px 0;
    padding: 20px 30px;
    background-color: var(--green);
    color: #fff;
    text-align: center;
}
.family-club .title {
    font-size: var(--font-huge);
}
.family-club img {
    height: 34px;
}



.green-meter {
    height: 18px;
    margin: 20px 0 40px;
    border-radius: 15px;
    background-color: var(--grey-light);
}
.green-meter span {
    display: block;
    height: 100%;
    padding: 2px 0 0 0;
    border-radius: 15px;
    background-color: var(--green);
    color: #fff;
    font-size: 13px;
}

.breadcrumbs {
    margin-top: 0;
    padding: 0 0 10px;
    color: var(--green);
    font-size: 12px;
}
.breadcrumbs a {
    color: var(--grey);
    text-decoration: none;
}
.breadcrumbs span {
    margin: 0 2px;
    color: var(--grey);
}

.content-title {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 0 7%;
    padding-bottom: 30px;
}

.content-title > *:last-child {
    text-align: right;
}

.content-title > *:last-child img {
    max-height: 80px;
}

.lg-container .lg-backdrop {
    background-color: #fff;
}
.lg-container .lg-outer .lg-thumb-outer {
    background-color: #fff;
}
.lg-container .lg-next, .lg-container .lg-prev {
    background-color: #fff;
    color: #999;
}
.lg-container .lg-next:hover:not(.disabled), .lg-container .lg-prev:hover:not(.disabled) {
    color: #000;
}
.lg-container .lg-toolbar .lg-icon:hover {
    color: #000;
}

body .notie-background-success {
    background-color: var(--green);
}
body .notie-background-error {
    background-color: var(--red);
}
body .notie-container {
    z-index: 666;
}
body .notie-textbox {
    padding: 20px;
}
body .notie-background-info {
    background-color: #fff;
    color: black;
}

.blocker {
    padding: 0;
    z-index: 44;
}
.modal {
    top: 20px;
    width: 640px;
}
.modal .link {
    margin-bottom: 35px;
}
.modal .link a {
    width: 100%;
}
.modal .link a + a {
    margin-top: 5px;
    border: 1px solid var(--grey);
    background-color: #fff;
    color: var(--grey-dark);
}
.modal .link a + a:hover {
    background-color: var(--grey-dark);
    color: #fff;
}
.modal .products-list {
    grid-template-columns: repeat(2, 1fr);
}
.modal .slider-products-img {
    height: 150px;
}
.modal .slider-products-tags span {
    font-size: 12px;
}

.btn, .button, .btn-gray, .btn-yellow {
    height: 36px;
    padding: 0 50px;
    border: 1px solid var(--green);
    background-color: var(--green);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.btn:hover, .button:hover, .btn-gray:hover, .btn-yellow:hover {
    background-color: #fff;
    color: var(--green);
    text-decoration: none;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-loading .slick-slide,
.slick-loading .slick-track,
.slide_item_slick,
.slider-offer .itt {
    visibility: hidden;
}
.slick-initialized.slick-slider div.slide_item_slick,
.slider-offer.slick-initialized .slick-slide {
    visibility: visible;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Dots */
.slick-dots {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}
.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fff;
    font-size: 0;
    transition: all 350ms linear;
    cursor: pointer;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    border: 1px solid var(--green);
    background: var(--green);
}
.slick-dots li button:before {
    display: none;
}
.slider-main .slick-dots {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 2;
}
.slider-main .slick-dots li {
    display: block;
    margin: 5px 0;
}
.slider-main .slick-dots li.slick-active button,
.slider-main .slick-dots li button:hover,
.slider-main .slick-dots li button:focus {
    border: 1px solid var(--grey-dark);
    background: var(--grey-dark);
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    top: 30%;
    display: block;
    width: 25px;
    height: 10px;
    border: 0;
    background-color: transparent;
    font-size: 0;
    transition: all 350ms linear;
    z-index: 2;
}
.slick-prev {
    left: -10px;
}
.slick-next {
    right: 0;
}
.slick-prev::after, .slick-next::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #000;
    font-size: 38px;
    content: "🡐";
    z-index: 2;
}
.slick-next::after {
    content: "🡒";
}
.slick-prev:hover, .slick-next:hover {
    opacity: .5;
}

.semibold {
    font-weight: 500;
}

.title {
    font-family: var(--font);
    font-size: var(--font-big);
    font-weight: bold;
    text-transform: uppercase;
}

hr {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    padding: 0;
    border: 0;
    background-color: var(--grey-light);
}

.link > * {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid var(--red);
    background-color: var(--red);
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    transition: all 350ms linear;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.link > *:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.halves {
    display: flex;
    justify-content: space-between;
}
.halves > * {
    width: 48%;
}

.thirds {
    display: flex;
    justify-content: space-between;
}
.thirds > * {
    width: 30%;
}

a[href^="tel:"], a[href^="tel:"]:hover {
    text-decoration: none;
}

strong {
    font-weight: 500;
}

footer {
    display: grid;
    grid-template-columns: 6fr 3fr 2fr 3fr 3fr;
    padding: 30px 5% 0;
    text-align: left;
}
footer a {
    text-decoration: none;
}
footer > div:first-child {
    color: var(--green);
}
footer ul {
    list-style-type: none;
}
footer ul li {
    padding: 7px 0;
}
.footer-title {
    padding-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    opacity: .7;
}
footer .title {
    font-family: var(--font);
    font-size: var(--font-huge);
    font-weight: bold;
    text-transform: uppercase;
}

.site-bottom {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5%;
    color: var(--green);
    font-size: 13px;
    text-transform: uppercase;
}
.site-bottom a {
    margin-left: 10px;
}
.site-bottom a:hover {
    opacity: .5;
}
.site-bottom > *:first-child a {
    margin-left: 0;
}
.site-bottom > *:first-child img {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.site-copyright {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    padding: 1px 5%;
    border-top: 1px solid #f1f1f1;
}
.site-copyright img {
    height: 10px;
}

.container:after,
.container-full:after {
    clear: both;
    display: block;
    content: '';
}

.clear, .cleaner {
    clear: both;
    display: block;
    height: 1px;
    border: 0;
    font-size: 0;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.red {
    color: var(--red);
}

.green {
    color: var(--green);
}

.grey {
    color: var(--grey);
}

.uppercase {
    text-transform: uppercase;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

h1, .h1 {
    clear: both;
    margin-top: .7em;
    margin-bottom: .5em;
    font-size: var(--font-big);
    font-weight: 500;
    line-height: 1.2em;
}
h1 span {
    margin-left: 10px;
    font-size: 16px;
    font-weight: normal;
}

h2, .h2 {
    clear: both;
    margin-top: .8em;
    margin-bottom: .6em;
    font-size: var(--font-medium);
    font-weight: 500;
    line-height: 1.2em;
}

h3, .h3 {
    margin-top: 1em;
    margin-bottom: .8em;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
}

h4 {
    clear: both;
    margin: 25px 0 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}

.font {
    font-family: var(--font);
}

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font28 {
    font-size: 28px;
}

.font47 {
    font-size: 47px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.no-margin {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--grey-dark);
    font-size: 13px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: var(--grey-dark);
    font-size: 13px;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: var(--grey-dark);
    font-size: 13px;
}
:-moz-placeholder { /* Firefox 18- */
    color: var(--grey-dark);
    font-size: 13px;
}

input, textarea, select, option, button {
    font-family: "DM Sans", Tahoma, Verdana, sans-serif;
    font-size: 14px;
}
select, button {
    cursor: pointer;
}

textarea {
    max-width: 100%;
    resize: none;
}

ul {
    margin: 15px 0;
    padding: 0;
    list-style-position: inside;
}

p {
    margin: 15px 0;
    padding: 0;
}

a {
    color: inherit;
    transition: all 250ms linear;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    border: 0;
}

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

@media (max-width: 1510px) {
    :root {
        --container-width: 100%;
    }
    .container {
        padding-left: 3vw;
        padding-right: 3vw;
    }
}

@media (max-width: 1086px) {
    .menu-responsive {
        display: block;
    }
    .header-cart {
        margin-right: 35px;
    }
    header nav {
        position: fixed;
        top: 0;
        left: 0;
        float: none;
        display: block;
        width: 100vw;
        min-height: 100vh;
        padding: 100px 0 0;
        background-color: #fff;
        transform: translateX(-100%);
        transition: all 350ms linear;
        z-index: 48;
    }
    header nav.active {
        transform: translateX(0);
    }
    .menu-main li {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #000;
    }
    .menu-main li a {
        padding: 0;
    }
    .menu-div {
        display: flex;
        position: static;
        padding: 5px 25px 10px;
        transform: none;
    }
    .menu-main li:hover .menu-div {
        transform: none;
    }
    .menu-div li {
        position: static;
        display: block;
        padding: 3px 0;
    }
    .menu-div li a, .menu-div p a {
        padding: 0;
    }
    .menu-div-1 {
        display: flex;
        gap: 0 80px;
    }
    .menu-main ul ul li {
        padding: 3px 0;
        border: 0;
        font-size: 15px;
    }
    .header-right {
        display: none;
    }
    .image-text p {
        font-size: 17px;
    }
    .halves {
        display: block;
    }
    .halves > * {
        width: auto;
    }
    .thirds {
        display: block;
    }
    .thirds > * {
        width: auto;
    }
}

@media (max-width: 767px) {
    :root {
        --font-huge: 30px;
        --font-big: 24px;
        --font-medium: 22px;
    }
    .container {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    footer .container {
        display: block;
    }
    .footer-col, .footer-col:last-child {
        width: auto;
    }
    .footer-col + .footer-col {
        padding-top: 5px;
    }
}

@media (max-width: 555px) {
}
