::-webkit-input-placeholder {
    opacity: 0.6
}

::-moz-placeholder {
    opacity: 0.6
}

:-moz-placeholder {
    opacity: 0.6
}

:-ms-input-placeholder {
    opacity: 0.6
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

html {
}

body {
}


.msg-pay-online {
    display: !important;
    visibility: hidden;
}


/*.fancybox-container--ready .fancybox-bg{opacity:1;}*/
.fancybox-is-open .fancybox-bg {
    opacity: .92;
}

/*.fancybox-bg{background-color:#FFF;}*/
.wrapper {
    /*overflow-x: hidden;*/
    width: 100%;

}


body {
    overflow-x: hidden;
}

.header-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-nav-section {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}

.header-nav-section.is-hover, .header-nav-section.dark {
    background-color: rgba(255, 255, 255, 0.95);
    position: relative;
    z-index: 20;
}

.header-nav-section.dark {
    background-color: #cafcfb;
}

.header-nav-section.is-hover .b-header__top-menu-item a, .header-nav-section.dark .b-header__top-menu-item a {
    color: #000;
}

.header-nav-section.is-hover .logo, .header-nav-section.dark .logo {
    background-image: url("../img/logo_dark.png");
}
/*.header-nav-section.is-hover .b-header__top-menu .b-header__top-menu-item:last-child a, */
.header-nav-section.dark .b-header__top-menu .b-header__top-menu-item:nth-child(4) a {
    background-color: transparent;
    border: 1px solid #000;
}

.header-nav-section.dark .hamburger-inner, .header-nav-section.dark .hamburger-inner::before, .header-nav-section.dark .hamburger-inner::after {
    background-color: #020202;
}

.header-nav-section.dark .is-active .hamburger-inner, .header-nav-section.dark .is-active .hamburger-inner::before, .header-nav-section.dark .is-active .hamburger-inner::after {
    background-color: #fff;
}

.header-top-phone {
    color: #333;
    font-size: 14px;
    float: left;
}

.header-top-phone a {
    color: #333;
}

.header-top-group {
    float: right;
}

.header-top-sign-up::after {
    background-image: url("../img/key.png");
    background-size: auto 100%;
    content: "";
    height: 9px;
    left: 0;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 24px;
}
.nice-select .option {
    line-height: 1.5;
    margin-bottom: 5px;

    min-height: initial;
}
.delivery-select_now .option{
    font-size: 12px;
}
.header-top-sign-up {
    cursor: pointer;
    float: left;
    line-height: 22px;
    padding-left: 39px;
    position: relative;
    -webkit-transition: all 0.16s;
    -o-transition: all 0.16s;
    transition: all 0.16s;
}

.header-top-sign-up:hover {
    padding-left: 36px;
    opacity: 0.9;
}

.header-top-sign-up > a {
    color: #000000;
}

.b-top-header__registration {
    display: block;
    max-width: 90px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-top-cart {
    float: left;
    margin-left: 20px;
}

.b-header__user-basket:hover {
    color: #000;
}

.b-header__user-basket-text {
    background-image: url("../img/cart.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    height: 22px;
    position: relative;
    width: 21px;
}

.b-header__user-basket-text > span {
    background-color: #7ae4d9;
    border-radius: 50%;
    bottom: -2px;
    display: block;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -9px;
    text-align: center;
    width: 16px;
}

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
}

.nav-catalog a {
    color: #ffffff;
    font-family: serif;
    text-transform: uppercase;
}

.b-header__top-menu-item {
    margin-left: 30px;
    display: inline-block;
}

.b-header__top-menu .b-header__top-menu-item:nth-child(4) a {
    background-color: #7ae4d9;
    padding: 2px 6px;
    text-decoration: none;
}
.b-header__top-menu .b-header__top-menu-item:nth-child(4) a:hover{
    color: #000000;
}

.b-header__top-menu-item a {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "DIN Pro Medium";
}

.b-header__top-menu-item.active > a {
    text-decoration: underline;
}

.nav-catalog a:hover, .b-header__top-menu-item a:hover {
    /*color: #7ae4d9;*/
}

.header-nav-section.is-hover .nav-catalog a:hover, .header-nav-section.is-hover .b-header__top-menu-item a:hover {
    text-decoration: underline;
}

.b-header__top-menu .b-header__top-menu-item:last-child a:hover {
    /*background-color: #6acdc2;*/
    color: #fff;
}

.header-nav-section.is-hover .b-header__top-menu .b-header__top-menu-item:last-child a:hover, .header-nav-section.dark .b-header__top-menu .b-header__top-menu-item:last-child a:hover {
    /*background-color: #000;*/
    /*text-decoration: none;*/
    color: #000;
    text-decoration: underline;
}

.header-nav-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-catalog-inner {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    padding-bottom: 50px;
    padding-top: 15px;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
}

.header-nav-section.dark .nav-catalog-inner {
    background-color: #cafcfb;
}

.nav-catalog-inner.visible {
    opacity: 1;
    visibility: visible;
}

.b-header__top-menu-item-inner {
    float: left;
    width: 33%;
}

.b-header__top-menu-item-inner:first-child {
    padding-left: 5%;
}

.menu-item-inner-container {
    max-height: 134px;
    max-width: 260px;
    overflow-y: auto;
    width: 100%;
}

.b-header__top-menu-item a.menu-item-inner-caption {
    border-bottom: 1px solid #000000;
    display: block;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 80%;
    padding-bottom: 20px;
    font-family: "DIN Pro Medium";
}

.menu-item-inner-container ul li a {
    font-family: "DIN Pro Medium";
    text-transform: none;

}

.nav-catalog.hidden {
    display: none;
}

.nav-extra {
    background: #7ae4d9 none repeat scroll 0 0;
    min-height: calc(100vh - 50px);
    min-width: 230px;
    opacity: 0;
    padding-left: 33px;
    padding-right: 80px;
    padding-top: 35px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: all 0.16s ease 0s;
    -o-transition: all 0.16s ease 0s;
    transition: all 0.16s ease 0s;
    visibility: hidden;
    width: calc(50% + 30px);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-extra.open {
    opacity: 1;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    visibility: visible;
}

@media screen and (min-width: 751px) {
    .nav-extra {
        position: static;
        height: auto;
        opacity: 1;
        width: auto;
        background: none;
        min-height: unset;
        min-width: unset;
        padding: 0;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.text {
    font-size: 16px;
}

.text table {
}

table.column-2 td {
    width: 50%;
}

table.column-2 td:first-child {
    padding-right: 70px;
}

table.column-2 td:last-child {
    padding-left: 70px;
}

table.column-2 strong {
    font-family: "DIN Pro Medium";
    text-transform: uppercase;
}

.logo {
    background-image: url("../img/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 88px;
    margin-right: 30px;
    width: 140px;
}

.gallery-container {
    margin-top: -128px;
    position: relative;
    z-index: 0;
}

.main-galery-overlay .editbutton {
    top: 100px;
}

.slider-item {
    background-size: cover;
    color: #ffffff;
    height: 80vh;
    background-position: center top;
    min-height: 430px;
}

.main-slider .container {
    height: 100%;
}

.slider-item-caption {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Yeseva One", cursive;
    font-size: 60px;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 5%;
}

.main-slider .slick-dots {
    bottom: 30px;
    float: right;
    right: 30px;
    width: 24px;
}

.slick-dots > li {
    display: block;
    height: 24px;
    margin: 0 0 15px;
    text-align: right;
    width: 24px;
}

.slick-dots li button {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.16s;
    -o-transition: all 0.16s;
    transition: all 0.16s;
}

.slick-dots > li.slick-active button {
    background-color: #fff;
}

.slick-dots li button::before {
    display: none;
}

.hamburger {
    display: none;
}

.section-about {
    margin-left: -15px;
    margin-right: -15px;
}

.section-about-image {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333%;
    float: left;
    margin-bottom: 30px;
}

.section-about-image img {
    width: 100%;
}

.section-about-desc {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666%;
    float: left;
    font-family: "DIN Pro";
    margin-bottom: 30px;
}

.section-about-desc h1 {
    /*font-family: "DIN Pro Bold";*/
    font-family: "Yeseva One", cursive;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 24px;
}

.section-about-desc-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
    font-family: 'DIN Pro Medium', Arial, sans-serif;
}

.section-about-desc-link {
    font-family: 'DIN Pro Medium', Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.gallery-catalog {
    margin-bottom: 30px;
}

.gallery-catalog-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 33.333%;
}

.gallery-catalog-item-image {
    display: block;
    line-height: 0;
    margin-bottom: 20px;
}

.gallery-catalog-item-image > img {
    width: 100%;
}

.gallery-catalog-item-link, .btn-default {
    border: 2px solid #333333;
    display: inline-block;
    font-family: "DIN Pro Medium", Arial, sans-serif;
    font-size: 16px;
    padding: 7px 28px;
    text-transform: uppercase;
    -webkit-transition: all 0.16s ease 0s;
    -o-transition: all 0.16s ease 0s;
    transition: all 0.16s ease 0s;
    text-decoration: none;
}

.gallery-catalog-item-link:hover, .btn-default:hover {
    border: 2px solid #333;
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.btn-default.reverse {
    border: 2px solid #fff;
    color: #fff;
}

.btn-default.reverse:hover {
    border: 2px solid #fff;
    color: #333;
    background-color: #fff;
}

.btn-default.darkner:hover {
    color: #9aecea;
}

.sales-section {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.666%;
    float: left;
    color: #fff;
    margin-bottom: 30px;
}

.sales-container {
    position: relative;
    height: 100%;
}

.sales-section img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
@media (min-width: 768px) {
    .sales-section img {
        object-fit: cover;
        height: 100%;
    }

}
.sales-section a {
    color: #fff;
}

.sales-section .overlay, .gallery-th .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    font-size: 30px;
    font-family: "Yeseva One", cursive;
}

.sales-section .overlay .caption, .gallery-th .overlay .caption {
    margin-bottom: 30px;
    color: #fff;
}

.subscribe-dection {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333%;
    margin-bottom: 30px;
}

.subscribe-dection-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #cafcfb;
    background-image: url("../img/mail.png");
    background-position: left 30px top 30px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 53px 30px 30px;
}

.subscribe-dection-container p {
    font-size: 30px;
    font-family: "Yeseva One", cursive;
    margin-bottom: 70px;
}

.subscribe-dection-form {
    border: 2px solid #000000;
    height: 40px;
    width: 100%;
}

.subscribe-dection-form > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: 100%;
    line-height: 1;
    padding-left: 15px;
    width: 80%;
    font-family: "DIN Pro Medium", Arial, sans-serif;
    font-size: 16px;
}

.subscribe-dection-form > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: currentcolor currentcolor currentcolor #000000;
    border-style: none none none solid;
    border-width: medium medium medium 2px;
    display: inline-block;
    float: right;
    height: 100%;
    width: 20%;
    font-family: "DIN Pro Medium", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.16s;
    -o-transition: all 0.16s;
    transition: all 0.16s;
}

.subscribe-dection-form > button:hover {
    background-color: #000;
    color: #cafcfb;
}

.sale-link-section {
    width: 66.666%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.sale-link-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-section {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333%;
    margin-bottom: 30px;
}

.blog-section-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    background-color: #9aecea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

.blog-section div.p {
    font-family: "Yeseva One", cursive;
    font-size: 30px;
    margin-bottom: 70px;
}

.brands-section {
    background-color: #eef9f9;
    padding-bottom: 40px;
    padding-top: 30px;
}

.gallery-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -17px;
    margin-right: -17px;
}

.brand-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 20px;
}

.brand-item img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.heading-caption {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
    font-family: "Yeseva One", cursive;
    text-align: center;
}

.uk-offcanvas-overlay::before {
    background: rgba(0, 0, 0, .4);
}

.uk-offcanvas-bar {
    background: #ffffff none repeat scroll 0 0;
    color: #222222;
    width: 100%;
    max-width: 440px;
    text-align: center;
}

.uk-offcanvas-bar a {
    color: #222;
    text-decoration: underline;
}

.uk-offcanvas-bar a:hover {
    color: #444;
}

.uk-offcanvas-bar h3 {
    color: #222222;
    padding-bottom: 32px;
    /*margin-bottom: 40px;*/
    font-size: 30px;
    border-bottom: 1px solid #9f9f9f;
    font-family: "Yeseva One", cursive;
    padding-left: 10px;
    padding-right: 10px;
}

.b-modal__input {
    border: 1px solid #9f9f9f;
    height: 50px;
    padding-left: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    margin-bottom: 15px;
    font-family: "DIN Pro", Arial, sans-serif;
    outline: none;
    -webkit-transition: all 0.16s;
    -o-transition: all 0.16s;
    transition: all 0.16s;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: unset;
}
/*::placeholder { !* Chrome, Firefox, Opera, Safari 10.1+ *!*/
/*    opacity: 1; !* Firefox *!*/
/*}*/
/*.b-modal__input::-webkit-input-placeholder {color:#000000 !important;}*/
/*.b-modal__input::-moz-placeholder          {color:#000000 !important;}!* Firefox 19+ *!*/
/*.b-modal__input:-moz-placeholder           {color:#000000 !important;}!* Firefox 18- *!*/
/*.b-modal__input:-ms-input-placeholder      {color:#000000 !important;}*/





.lol{
    color: darkred !important;
}
textarea.b-modal__input {
    padding-top: 16px;
    height: 150px;
    padding-right: 30px;

}

.b-modal__input:focus {
    border: 1px solid #7ae4d9;
}

.b-modal__btn {
    width: 100%;
    background-color: #7ae4d9;
    font-family: "DIN Pro Medium", Arial, sans-serif;
    color: #fff;
    border: none;
    outline: none;
    height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color 0.16s;
    -o-transition: background-color 0.16s;
    transition: background-color 0.16s;
    background-position: center;
    background-repeat: no-repeat;
}

.b-modal__btn:hover {
    background-color: #69d4c9;
}

.b-modal__forgetP {
    float: left;
}

.b-modal__check-wrap {
    float: right;
}

.b-modal__check-wrap.left {
    float: left;
}

.b-modal__btn-wrap {
    padding-top: 10px;
    padding-bottom: 28px;
}

.b-modal-link-bigger {
    color: #222;
    text-transform: uppercase;
    text-decoration: underline;
}

.b-modal-link-bigger:hover {
    text-decoration: none;
}

.b-modal__check-wrap {
}

.b-modal__check-wrap input {
    display: none;
}

.b-modal__check-wrap label {
    cursor: pointer;
}

.b-modal__check-wrap label:hover {
    color: #444;
}

.b-modal__check-wrap label span {
    width: 17px;
    height: 17px;
    display: inline-block;
    border: 1px solid #9f9f9f;
    vertical-align: middle;
    margin-right: 6px;
}

.b-modal__check-wrap label p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
}

.b-modal__check-wrap input:checked + label span {
    background-image: url("../img/multiply.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 1px solid #444444;
}

.uk-offcanvas-close {
    background-image: url("../img/left-arrow.svg");
    background-size: 100% auto;
    height: 32px;
    left: 20px;
    position: absolute;
    top: 45px;
    width: 32px;
}

.uk-offcanvas-close svg {
    display: none;
}

.modal-hint {
    text-align: left;
    margin-bottom: 18px;
}

label.error {
    display: block;
    text-align: left;
    color: rgba(255, 0, 59, 0.78);
    position: relative;
    top: -12px;
}

#order-form .select2-container {
    text-align: left;
    margin-bottom: 15px;
}

#order-form .select2-container .select2-selection--single {
    height: 50px;
    border: 1px solid #9f9f9f;
    border-radius: 0;
    font-size: 14px;
    color: #7a7979;
    outline: none;
}

#order-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 30px;
    text-transform: uppercase;
    color: #444;
}

#order-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #a9a9a9;
}

#order-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 10px;
}

#order-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #7a7979 transparent transparent transparent;
}

.ajax-result-message {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ajax-result-message.success, .ajax-result-message.success a {
    color: #37cc6c;
}

.ajax-result-message.warning, .ajax-result-message.warning a {
    color: #ff7642;
}

.b-modal__btn:disabled {
    background-color: #cccccc;
    background-image: url("../img/91.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 54%;
    font-size: 0;
    opacity: 0.8;
}

.result-message-bigger {
    font-size: 110%;
}

.b-bread-crumbs {
    overflow: hidden;
    padding-bottom: 20px;
    font-size: 16px;
}

.b-bread-crumbs__item {
    float: left;
    margin-right: 8px;
    padding-right: 12px;
    position: relative;
}

.b-bread-crumbs__item:last-child a, .b-bread-crumbs__item:last-child span {
    color: #333;
    text-decoration: none;
}

.b-bread-crumbs__item:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
    color: #9f9f9f;
    font-size: 15px;
    line-height: 1.5;
}

.b-bread-crumbs__item:last-child:after {
    content: "";
}

.b-bread-crumbs__item a, .b-bread-crumbs__item span {
    font-size: 14px;
    color: #9f9f9f;
    text-transform: uppercase;
}

.producer-name {
    border-bottom: 1px solid #9f9f9f;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.filters {
    position: relative;
}

.filters-icon {
    background-image: url("../img/filters-icon.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 16px;
    margin-right: 22px;
    width: 19px;
}

.l-content__filters-wrap {
    float: left;
}

.b-content__sort-fl-item {
    background-color: #7ae4d9;
    display: none;
    left: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
}

.b-content__sort-fl-title {
    border-right: 1px solid #000000;
    line-height: 1;
    margin-right: 14px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
}

.b-content__sort-fl-title:hover {
    color: #666;
}

.b-content__sort-fl-title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    right: 11px;
    top: 6px;
    display: block;
    content: '';
    -webkit-transition: all 0.16s;
    -o-transition: all 0.16s;
    transition: all 0.16s;
}

.l-content__filters-wrap.is-active .b-content__sort-fl-title:after {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #000000 transparent;
}

.l-content__filters-wrap.is-active .b-content__sort-fl-item {
    display: block;
}

.selected-criteria {
    padding-bottom: 15px;
    padding-top: 15px;
}

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

.check-crit .check-crit-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.check-crit-item a {
    color: #9f9f9f;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
}

a.clear_all_filters {
    text-transform: unset;
}

.check-crit-item a:hover {
    color: #666666;
    text-decoration: none;
}

.check-crit-item a i {
    background-image: url("../img/multiply.svg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    margin-left: 5px;
    margin-top: -2px;
    opacity: 0.5;
    vertical-align: middle;
    width: 11px;
}

.check-crit-item a:hover i {
    opacity: 0.7;
}

.sort-limit {
    max-width: 600px;
    max-height: 180px;
}

.b-content__sort-fl-item .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.b-content__sort-fl-item .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0;
}

.b-content__sort-fl-item .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.b-content__sort-fl-item .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 0;
}

.sort-item {
    float: left;
    margin-bottom: 12px;
    width: 33.333%;
}

.sort-item a {
    color: #ffffff;
    padding-left: 27px;
    position: relative;
    text-decoration: none;
}

.sort-item a::after {
    border: 1px solid #ffffff;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    width: 17px;
    top: 0;
}

.sort-item a.checkspanactive::after {
    background-color: #ffffff;
}

.sort-item a:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
}


.sort-item a.active::after {
    background-image: url("../img/multiply-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.mobile-only {
    display: none;
}

.mobile-only .b-content__sort-fl-title {
    border: none;
}

.b-thumbnails__item {
    display: inline-block;
    float: none;
    margin-bottom: 50px;
    text-align: center;
    vertical-align: top;
    width: 25%;
}

.b-thumbnails-item__img-wrap {
    margin-bottom: 30px;
}

.b-thumbnails-item__link {
    display: block;
}

.b-thumbnails-item__link:hover {
    text-decoration: none;
}

.b-thumbnails-item__link img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    will-change: transform;
    -webkit-transform: scale(0.94);
    -ms-transform: scale(0.94);
    transform: scale(0.94);
}

.b-thumbnails-item__link:hover img {
    -webkit-filter: brightness(1.02);
    filter: brightness(1.02);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.b-thumbnails-item__title {
    color: #333333;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.b-thumbnails-item__title-type {
    font-size: 13px;
    color: #ccc;
}

.b-product__title-brand {
    font-size: 30px;
    color: #ccc;
    margin-bottom: 25px;
    display: inline-block;
}

.b-thumbnails-item__price-old {
    color: #9f9f9f;
    text-decoration: line-through;
    margin-left: 5px;
}

.b-thumbnails-item__price {
    color: #333333;
    font-size: 16px;
}

.net_towarov {
    font-size: 120%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-list {
    margin-left: -15px;
    margin-right: -15px;
}

.b-thumbnails__item-blog {
    padding-left: 15px;
    padding-right: 15px;
}

.b-thumbnails__item-blog .b-thumbnails-item__title {
    font-family: "DIN Pro Medium";
    font-size: 16px;
    margin-bottom: 50px;
}

.b-thumbnails-item__date {
    color: #9f9f9f;
    font-size: 16px;
    font-family: "DIN Pro Medium";
}

.b-thumbnails__item-blog-info {
    padding: 25px;
    text-align: left;
}

.b-thumbnails__item-blog .b-thumbnails-item__link {
    -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    overflow: hidden;
}

.b-thumbnails__item-blog .b-thumbnails-item__img-wrap {
    margin-bottom: 0;
}

.b-thumbnails__item-blog .b-thumbnails-item__link img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.b-thumbnails__item-blog .b-thumbnails-item__link:hover img {
    -webkit-transform: scale(0.94);
    -ms-transform: scale(0.94);
    transform: scale(0.94);
}

.b-thumbnails__item-blog .b-thumbnails-item__link:hover .b-thumbnails-item__title {
    color: #7ae4d9;
}

.b-content__heading.b-content__heading__news {
    font-family: "Yeseva One", cursive;
    font-size: 30px;
    text-align: center;
    text-transform: none;
}

.newstext {
    font-family: "DIN Pro Medium";
    font-size: 16px;
    line-height: 1.4;
    margin: auto;
    max-width: 780px;
    text-align: center;
}

.newsmore.btn-default {
    margin-top: 30px;
    text-decoration: none;
}

.newstext img {
    margin-bottom: 10px;
    margin-top: 10px;
}

.newstext em {
    color: #333;
}

.newstext em.date {
    margin-bottom: 30px;
    display: block;
}

.news-pagination {
    margin-top: 20px;
}

.news-pagination ul {
    list-style: outside none none;
    padding: 0;
    text-align: center;
}

.news-pagination li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.news-pagination li a {
    display: block;
    padding: 2px 7px;
    text-decoration: none;
}

.news-pagination li a:hover {
    background-color: #7ae4d9;
    color: #fff;
}

.news-pagination li a.active {
    background-color: #000000;
    color: #ffffff;
}

.basket_holder {
    padding-bottom: 30px;
}

.cart-item {
    padding-top: 15px;
    border-bottom: 1px solid #9f9f9f;
    padding-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-item-image {
    width: 26%;
}

.cart-item-info {
    width: 74%;
    padding-left: 30px;
    text-align: left;
    position: relative;
}

.cart-item-caption {
    margin-bottom: 6px;
    padding-right: 70px;
}

.cart-item-caption a {
    text-decoration: none;
}

.cart-item-caption a:hover {
    text-decoration: underline;
}

.cart-item-price {
    /*position: absolute;*/
    /*right: 0;*/
}

.box_color span, .box_size span {
    color: #9f9f9f;
    margin-right: 5px;
}

.sizes-table-link {
    font-size: 16px;
    padding-left: 33px;
    padding-bottom: 1px;
    padding-top: 2px;
    position: relative;
    -webkit-transition: all 0.16s ease 0s;
    -o-transition: all 0.16s ease 0s;
    transition: all 0.16s ease 0s;
    border-bottom: 1px dashed #333;
}

.sizes-table-link:hover {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dashed #999;
}

.sizes-table-link::before {
    background-image: url(../img/shirt.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 24px;
    background-color: #fff;
    left: 0;
    position: absolute;
    top: 1px;
    width: 32px;
}

.uk-modal-full, .uk-modal-full .uk-modal-dialog, .uk-modal-full .uk-modal-close-full {
    background-color: #cafcfb;
}

.table-size-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    padding-top: 10vh;
}

.table-size-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 756px;
}

.table-size-content h3 {
    font-family: "Yeseva One", cursive;
    font-size: 30px;
    margin-bottom: 26px;
}

.tab-button-list {
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
}

.tab-button-item {
    display: inline-block;
    margin-left: 27px;
    margin-right: 27px;
    padding-bottom: 16px;
    position: relative;
    cursor: pointer;
}

.tab-button-item span {
}

.tab-button-item.uk-active::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000000;
    border-style: solid;
    border-width: 0 5.5px 6px;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 0;
}

.table-size-content table {
    /*width: 100%;*/
    /*margin-bottom: 30px;*/
    width: 80%;
    margin: auto;
}

.table-size-content th {
    font-weight: 400;
    text-transform: uppercase;
}

.table-size-content table tr td, .table-size-content table tr th {
    text-align: center;
    width: 33.333%;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    padding-top: 10px;
}

.table-size-content table tr td:first-child, .table-size-content table tr th:first-child {
    text-align: left;
}

.table-size-content table tr td:last-child, .table-size-content table tr th:last-child {
    text-align: right;
}

footer {
    padding-top: 40px;
    padding-bottom: 70px;
    background-color: #7ae4d9;
    text-align: center;
}

.footer-logo {
    background-image: url("../img/logo_dark.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 52px;
    margin-bottom: 40px;
    width: 84px;
}

.footer-phone {
    font-size: 20px;
    margin-bottom: 30px;
    color: #000;
}

.footer-phone:hover a {
    color: #000000;
}

.footer-phone div {
    display: inline;
}

.footer-links {
    margin-bottom: 38px;
}

.b-footer__about-list-item {
    display: inline-block;
    margin-left: 22px;
    margin-right: 22px;
}

.b-footer__about-list-item > a {
    color: #000000;
    font-size: 14px;
}

.b-footer__about-list-item > a:hover {
    text-decoration: underline;
}

.copyright {
    color: #000000;
}

.copyright > p {
    display: inline-block;
    font-size: 12px;
    margin-left: 14px;
    margin-right: 14px;
}

.footer__copy-link:hover {
    text-decoration: underline;
    color: #000;
}

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

.footer-social a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline-block;
    height: 21px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.16s ease 0s;
    -o-transition: all 0.16s ease 0s;
    transition: all 0.16s ease 0s;
    width: 30px;
    will-change: transform;
}

.footer-social a:hover {
    -webkit-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
}

.mail {
    background-image: url("../img/fsoc-mail.png");
}

.facebook {
    background-image: url("../img/fsoc-facebook.png");
}

.insta {
    background-image: url("../img/fsoc-insta.png");
}

.twitter {
    background-image: url("../img/fsoc-twitter.png");
}

.button_form.b-modal__btn {
    color: #ffffff;
    display: block;
    line-height: 50px;
    text-decoration: none;
}

.button_form.b-modal__btn:hover {
    color: #ffffff;
}

.counter {
    padding-top: 10px;
}

.close_menu {
    float: right;
    margin-top: 7px;
}

.cross.ddel {
    background-image: url("../img/multiply.svg");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 18px;
    opacity: 0.4;
    width: 18px;
}

.cross.ddel:hover {
    opacity: 0.7;
}

.count-title {
    display: inline-block;
    width: 53px;
    color: #9f9f9f;
    height: 30px;
    float: left;
    font-size: 14px;
    line-height: 27px;
    border: none;
}

.count-title.last {
    float: right;
    width: 19px;
}

.count-product {
    /*border: 1px solid #dbdbdb;*/
    bottom: 0;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 30px;
    width: 89px;
    border: none;
}

.count-ico {
    display: inline-block;
    /*display: none;*/
    visibility: hidden;
    height: 30px;
    /*width: 33.333%;*/
    width: 0;
}

.countch {
    border-color: currentcolor #dbdbdb;
    border-style: none solid;
    border-width: 0 1px;
    display: inline-block;
    height: 28px;
    outline: medium none;
    text-align: center;
    /*width: 33.333%;*/
    width: 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: unset;
    border: none;
}

.countch-plus {
    background: #dbdbdb url("../images/count.png") no-repeat scroll -75px center;
    float: right;
    height: 28px;
}

.countch-minus {
    background: rgba(0, 0, 0, 0) url("../images/count.png") no-repeat scroll 5px center;
    float: left;
}

.total-cart {
    padding-top: 15px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.total-cart span:first-child {
    float: left;
    text-align: left;
}

.total-cart span:last-child {
    float: right;
    text-align: right;
}

.countch {
    color: #3e3e3e;
}

.b-content {
    margin-top: 36px;
}

.b-content__heading {
    font-family: "DIN Pro Bold";
    font-size: 30px;
    margin-bottom: 24px;
    /*text-transform:uppercase;*/
}

.user-info {
    margin-bottom: 16px;
    text-transform: uppercase;
}

.discount {
    margin-bottom: 30px;
}

.discount b {
    font-size: 160%;
}

.user-info-name {
    font-size: 16px;
}

.b-product__form-input {
    border: 1px solid #9f9f9f;
    color: #7a7979;
    font-family: "DIN Pro Medium", Arial, sans-serif;
    font-size: 14px;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 30px;
    text-transform: uppercase;
}

.b-product__form-input:focus {
    border: 1px solid #7ae4d9;
}

.b-product__form-btn {
    width: 100%;
    background-color: #7ae4d9;
    font-family: "DIN Pro Medium", Arial, sans-serif;
    color: #fff;
    border: none;
    outline: none;
    height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.16s;
    -o-transition: all 0.16s;
    transition: all 0.16s;
}

.b-product__form-btn:hover {
    background-color: #69d4c9;
}

.pagination {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}

.b-pagination__item {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.b-pagination__item > a,
.b-pagination__item > span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 28px;
}

.b-pagination__item > span {
    background: #cafcfb none repeat scroll 0 0;
}

.b-pagination__item > a:hover {
    background: #cafcfb none repeat scroll 0 0;
    color: #333;
}

.b-content.output {
    margin-top: 15px;
}

.b-product {
    padding-top: 20px;
    padding-bottom: 50px;
}

.l-slider-wrap {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 33.333%;
    position: relative;
}

.b-product__desc {
    float: left;
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666%;
}

.b-product__title {
    font-family: "Yeseva One", cursive;
    font-size: 30px;
    /*margin-bottom: 25px;*/
}

.b-product__price {
    color: #333333;
    font-size: 30px;
    margin-bottom: 25px;
}

.full-description {
    font-size: 16px;
    margin-bottom: 35px;
}

.short-description {
    font-size: 16px;
    margin-bottom: 25px;
}

.b-product__price-old {
    color: #9f9f9f;
    text-decoration: line-through;
    margin-left: 5px;
}

.b-product__slider a {
    outline: none;
}

.b-product__slider img {
    max-width: 100%;
}

.b-product__slider span {
    cursor: pointer;
}

.good-color-container {
    float: left;
    margin-right: 14px;
    margin-bottom: 30px;
}

.good-colorname-holder {
    float: left;
    /*text-transform: uppercase;*/
}

.good-colorname-holder span {
    position: relative;
}

.good-colorname-holder span.hidden {
    top: -6px;
    opacity: 0;
}

.good-color-label {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    will-change: transform;
    cursor: pointer;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.good-color-input {
    display: none;
}

.good-color-input:checked + .good-color-label {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.buy-size-container {
    margin-bottom: 15px;
}

.buy-size-container .select2, .buy-size-container .button_buy {
    float: left;
}

.buy-size-container .select2 {
    margin-bottom: 20px;
    margin-right: 30px;
}

.buy-size-container .button_buy {
    background: #000000 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-family: "DIN Pro", Arial, sans-serif;
    font-size: 16px;
    height: 58px;
    line-height: 58px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 260px;
}

.buy-size-container .button_buy:disabled {
    opacity: 0.5;
    cursor: default;
}

.buy-size-container .b-product__desc-btn__disabled {
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

.select2-container .select2-selection--single {
    height: 58px;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 16px;
    color: #000;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 58px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 8px 7px 0 7px;
    margin-left: -7px;
    margin-top: -4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
    border-width: 0 7px 8px 7px;
}

.select2-dropdown {
    border: 1px solid #000;
    border-radius: 0px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #cafcfb;
    color: black;
}

.subscribe-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 40;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.subscribe-modal.hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.subscribe-modal.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.subscribe-modal-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.subscribe-modal-content {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 120px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.subscribe-modal.hidden .subscribe-modal-content {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.subscribe-modal.open .subscribe-modal-content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.subscribe-modal-content .content {
    margin: auto;
    max-width: 540px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.subscribe-modal i {
    background-image: url("../img/mailbox.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 46px;
    margin-bottom: 40px;
    width: 46px;
}

.subscribe-modal h3 {
    font-size: 30px;
    font-family: "Yeseva One", cursive;
    margin-bottom: 26px;
}

.subscribe-modal .fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 46px;
}

.subscribe-hint {
    font-family: "DIN Pro Medium";
    margin-bottom: 40px;
    line-height: 1.6;
}

.subscribe-modal .subscribe-dection-form > button {
    width: 30%;
    background-color: #7ae4d9;
    border-left: 1px solid #7ae4d9;
    color: #fff;
}

.subscribe-modal .subscribe-dection-form > button:hover {
    background-color: #71d3c9;
}

.subscribe-modal .subscribe-dection-form > input {
    width: 70%;
    color: #7ae4d9;
    text-transform: uppercase;
}

.subscribe-modal .subscribe-dection-form {
    border: 1px solid #7ae4d9;
    height: 56px;
}

.subscribe-modal .close {
    background-image: url("../img/multiply.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 8%;
    width: 18px;
}

.letter {
    font-size: 30px;
    font-family: "DIN Pro Bold", Arial, sans-serif;
    margin-bottom: 25px;
    color: #333;
}

.flexcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.flexcontainer.show {
    opacity: 1;
    visibility: visible;
}

.b-thumbnails__item_brands {
    margin-bottom: 40px;
}

.b-thumbnails__item_brands p {
    margin-bottom: 4px;
}

.b-thumbnails__item_brands a {
    font-size: 16px;
    color: #333;
}

.brand-info {
    margin-bottom: 36px;
    margin-left: -15px;
    margin-right: -15px;
}

.brand-info-image-holder {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 33.333%;
}

.brand-info-image-holder img {
    width: 100%;
}

.brand-info-desc-holder {
    float: left;
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666%;
}

.b-content__heading.brands {
    /*font-family:"Yeseva One",cursive;*/
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: none;
}

.brand-info-desc {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: "Yeseva One", cursive;
}

.contacts-holder {
    overflow: hidden;
}

.contacts-map {
    padding-right: 15px;
    float: left;
    width: 40%;
}

.contacts-info {
    padding-left: 15px;
    float: left;
    width: 60%;
    font-family: "DIN Pro Medium";
}

.contacts-info p {
    margin-bottom: 24px;
    line-height: 1.4;
}

.contacts-location-header {
    background-image: url(../img/placeholder.svg);
    background-size: auto 100%;
    padding-left: 28px;
    text-transform: uppercase;
    background-repeat: no-repeat;
}

.categories-list {
    /*padding-top: 20px;*/
    padding-bottom: 20px;
}

.categories-list-row {
    margin-left: -15px;
    margin-right: -15px;
}

.categories-list .b-thumbnails-item__link img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sales-section {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
    float: left;
    color: #fff;
    margin-bottom: 30px;
    /*height: 743px;*/
    overflow: hidden;
}
.blog-section {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
    .sales-section,
    .container .subscribe-dection,
    .container .sale-link-section{
        width: 100%;
    }
    .blog-section {
        width: 100%;
    }
}


.sale-link-section {
    width: 75%;
    overflow: hidden;
}

.subscribe-dection {
    width: 25%;
}

.section-about-desc {
    width: 55%;
}

.section-about-image {
    width: 45%;
}

@media screen and (max-width: 1460px) {
    .b-thumbnails__item {
        width: 25%;
    }

    table.column-2 td:first-child {
        padding-right: 30px;
    }

    table.column-2 td:last-child {
        padding-left: 30px;
    }
    .subscribe-dection-form > input::placeholder {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .subscribe-dection-form > input {
        padding-left: 5px;
    }

    .subscribe-dection-container p,
    .blog-section div.p {
        font-size: 26px;
    }
    .subscribe-dection-container p {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .row.reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 992px) {
    .b-header__top-menu-item {
        margin-left: 10px;
    }

    .logo {
        margin-right: 20px;
    }

    .subscribe-dection-form > input {
        font-size: 11px;
    }

    .b-thumbnails__item {
        width: 33.333%;
    }

    .contacts-map, .contacts-info {
        width: 50%;
    }
}

@media screen and (max-width: 960px) {
    .uk-offcanvas-close {
        top: 22px;
    }

    .uk-offcanvas-bar h3 {
        font-size: 26px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .table-size-content {
        max-width: 756px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        padding-bottom: 20px;
    }

    .table-size-content h3 {
        font-size: 28px;
    }

    .tab-button-item.uk-active::after {
        content: unset;
    }

    .tab-button-item.uk-active span {
        font-weight: bold;
        text-decoration: underline;
    }
}

@media screen and (max-width: 750px) {
    .hamburger {
        outline: none;
    }

    .hamburger.is-active {
        position: relative;
        z-index: 10;
        outline: none;
    }

    .slider-item {
        height: calc(100vh - 50px);
        max-height: 600px;
    }

    .slider-item-caption {
        font-size: 50px;
    }

    .hamburger {
        display: block;
    }

    .nav-catalog a:hover, .b-header__top-menu-item a:hover {
        color: #4ba3aa;
    }

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

    .b-header__top-menu-item a {
        font-size: 18px;
        text-decoration: none !important;
    }

    .b-header__top-menu-item {
        display: block;
        margin: 0 0 26px;
    }

    .nav-catalog .b-header__top-menu-item {
        display: block;
        margin: 0 0 18px;
        padding-bottom: 0;
    }

    .nav-catalog .b-header__top-menu-item a {
        border-bottom: 1px solid #ffffff;
        display: block;
        margin-bottom: 14px;
        padding-bottom: 12px;
        position: relative;
    }

    .nav-catalog .b-header__top-menu-item > a:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 7px 0 7px;
        border-color: #fff transparent transparent transparent;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        will-change: transform;
    }

    .nav-catalog .b-header__top-menu-item > a.hover-active:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .b-header__top-menu-item a.menu-item-inner-caption {
        margin-bottom: 12px;
        max-width: 100%;
        opacity: 0.8;
        text-transform: none;
    }

    .nav-catalog-inner .container {
        padding: 0;
    }

    .b-header__top-menu-item-inner ul {
        display: none;
    }

    .b-header__top-menu-item-inner:first-child {
        padding: 0;
    }

    .nav-catalog-inner {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        display: none;
        position: relative;
        top: 0;
        padding: 0;
    }

    .b-header__top-menu-item-inner {
        float: none;
        width: 100%;
    }

    .nav-catalog-inner.visible {
        display: block;
    }

    .b-header__top-menu .b-header__top-menu-item:nth-child(3) a {
        border: 1px solid #ffffff;
        margin-left: -10px;
        padding: 5px 10px;
    }

    .b-header__top-menu-item-inner:last-child .menu-item-inner-caption {
        margin-bottom: 0;
    }

    .menu-item-inner-container {
        max-width: none;
    }

    .section-about-image, .section-about-desc, .sales-section, .blog-section, .sale-link-section {
        width: 100%;
        height: auto;
    }

    .subscribe-dection-container {
        padding: 70px 30px 30px;
    }

    .subscribe-dection-container p, .blog-section p {
        font-size: 30px;
    }

    .subscribe-dection-form > input {
        font-size: 16px;
    }

    .subscribe-dection {
        min-height: 220px;
    }

    .header-nav-section.is-hover {
        background-color: transparent;
    }

    .header-nav-section.is-hover .b-header__top-menu-item a, .header-nav-section.dark .b-header__top-menu-item a {
        color: #fff;
    }

    .header-nav-section.is-hover .b-header__top-menu .b-header__top-menu-item:last-child a, .header-nav-section.dark .b-header__top-menu .b-header__top-menu-item:nth-child(3) a {
        background-color: transparent;
        border: 1px solid #fff;
    }

    .header-nav-section.is-hover .b-header__top-menu .b-header__top-menu-item:last-child a:hover, .header-nav-section.dark .b-header__top-menu .b-header__top-menu-item:last-child a:hover {
        background-color: #6acdc2;
    }

    .header-nav-section.is-hover .logo {
        background-image: url("../img/logo.png");
    }

    .header-nav-section.dark .logo {
        background-image: url("../img/logo_dark.png");
    }

    .header-nav-section.dark {
        background-color: #cafcfb;
    }

    .header-nav-section.dark .nav-catalog-inner {
        background-color: transparent;
    }

    .mobile-only {
        display: block;
    }

    .filters-wrap-right {
        background: #7ae4d9 none repeat scroll 0 0;
        color: #ffffff;
        left: 0;
        padding: 40px 33px;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 9;
    }

    .filters-wrap-right .l-content__filters-wrap {
        float: none;
    }

    .filters-wrap-right {
        display: none;
    }

    .filters-wrap-right.mobile-visible {
        display: block;
    }

    .filters-wrap-right .b-content__sort-fl {
        border-bottom: 1px solid #ffffff;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .filters-wrap-right .b-content__sort-fl-title {
        border: medium none;
        display: block;
        font-family: "DIN Pro Bold", Arial, sans-serif;
        font-size: 18px;
        line-height: 1.3;
        margin-right: 0;
        padding-right: 0;
        text-transform: uppercase;
    }

    .filters-wrap-right .b-content__sort-fl-title:hover {
        color: #fff;
    }

    .filters-wrap-right .b-content__sort-fl-title::after {
        border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        border-width: 10px 7px 0;
        margin-top: -4px;
        top: 50%;
    }

    .filters-wrap-right .l-content__filters-wrap.is-active .b-content__sort-fl-title::after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
        border-width: 0 7px 10px;
    }

    .b-content__sort-fl-item {
        overflow: hidden;
        position: relative;
        top: inherit;
    }

    .sort-item {
        width: 50%;
    }

    .b-content__sort-fl-item .container {
        padding-left: 0;
        padding-right: 0;
    }

    .sort-item a {
        display: block;
        font-size: 18px;
        overflow: hidden;
        padding-left: 33px;
        width: 100%;
    }

    .sort-item a::after {
        height: 21px;
        width: 21px;
    }

    .sort-limit {
        padding-bottom: 3px;
        padding-top: 3px;
        max-height: 183px;
        max-width: 100%;
    }

    .b-content__sort-fl-item .mCSB_scrollTools {
        opacity: 0.85;
        right: 9px;
    }

    .b-content__sort-fl-item .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .b-content__sort-fl-item .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 10px;
    }

    .b-content__sort-fl-item .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
    .b-content__sort-fl-item .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
        width: 10px;
    }

    table.column-2 td:first-child {
        padding-right: 15px;
    }

    table.column-2 td:last-child {
        padding-left: 15px;
    }
}

@media screen and (max-width: 630px) {
    /*правки*/
    .b-bread-crumbs__item:last-child a, .b-bread-crumbs__item:last-child span {
        font-size: 14px;
    }

    .b-content__heading.brands {
        font-family: "Yeseva One", cursive;
        font-size: 30px;
        font-weight: 400;
    }

    .b-thumbnails__item {
        float: left;
    }

    .b-thumbnails-catalog.f-clear .b-thumbnails__item {
        float: none;
    }

    .brand-info-desc {
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 30px;
        font-family: 'DIN Pro Medium', Arial, sans-serif;
    }


    .main-slider .slick-dots {
        bottom: -7px;
        float: none;
        right: 0;
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

    .slick-dots > li {

        margin: 0 5px 15px;

    }

    .section-about-desc-text {
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 30px;
        font-family: 'DIN Pro Medium', Arial, sans-serif;

    }

    .gallery-catalog-item {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
    }

    .gallery-catalog-item-image {
        display: block;
        line-height: 0;
        margin-bottom: 0;
    }

    .gallery-catalog-item .gallery-catalog-item-image > img {
        width: 50vw;
        height: 25vh;
        object-fit: cover;
    }

    .gallery-catalog-item .gallery-catalog-item-link {
        border: 0;
        font-family: "DIN Pro Medium", Arial, sans-serif;
        font-size: 16px;
        padding: 0;
        text-transform: uppercase;
        -webkit-transition: all 0.16s ease 0s;
        -o-transition: all 0.16s ease 0s;
        transition: all 0.16s ease 0s;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #cafcfb;
        width: 50vw;
        height: 25vh;
    }

    div.wrapper:nth-child(1) div.container.clearfix:nth-child(4) div.row div.gallery-catalog.clearfix > div.gallery-catalog-item:nth-child(2) {
        flex-direction: row-reverse;
    }

    .gallery-catalog {
        margin-bottom: 0;
    }

    /*правки*/
    .b-footer__about-list-item {
        margin-left: 7px;
        margin-right: 7px;
    }

    .b-thumbnails__item {
        width: 50%;
    }

    .b-thumbnails__item.onecol {
        width: 100%;
    }

    .b-product__form-input {
        width: 100%;
        max-width: 100%;
    }

    table.column-2 td:first-child, table.column-2 td:last-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: block;
        margin-bottom: 20px;
    }

    table.column-2 td:last-child {
        margin-bottom: 0;
    }

    .contacts-map, .contacts-info {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .brand-info-image-holder, .brand-info-desc-holder {
        width: 100%;
        margin-bottom: 20px;
    }

    .b-modal__input {
        font-size: 16px;
    }


    .b-thumbnails__item {
        margin: 0;
    }

    .b-thumbnails-item__link.chess {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .b-thumbnails-item__link.chess .b-thumbnails-item__img-wrap {
        flex: 1;
        margin: 0;
    }

    .b-thumbnails-item__link.chess .b-thumbnails-item__img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .b-thumbnails-item__link.chess .b-thumbnails-item__title {
        display: flex;
        flex: 1;
        /*line-height: 11;*/
        margin: 0;
        background-color: #eef9f9;
        transition: all 0.16s ease 0s;
        -webkit-transition: all 0.16s ease 0s;
        -o-transition: all 0.16s ease 0s;
    }

    .b-thumbnails-item__link.chess .b-thumbnails-item__title p {
        margin: auto;
    }

    .b-thumbnails-item__link.chess .b-thumbnails-item__title:hover {
        color: #94e1d9;
    }

    .b-thumbnails-item__link.chess.reverse {
        flex-direction: row-reverse;
    }

}

@media screen and (max-width: 580px) {
    .l-slider-wrap {
        margin-bottom: 28px;
        width: 100%;
    }

    .b-product__desc {
        width: 100%;
    }

    .b-product__title, .b-product__price, .size-table-container {
        text-align: left;
    }

    .buy-size-container {
        text-align: left;
    }

    .buy-size-container .select2 {
        float: none;
        margin-right: 0;
    }

    .buy-size-container .button_buy {
        float: none;
    }

    .table-size-container {
        padding-top: 60px;
    }
}


@media screen and (max-width: 480px) {

    .container.l-container-text.text h2 {
        font-size: 23px;
    }

    .footer-logo {
        display: none;
    }

    .b-thumbnails-item__img-wrap {
        /*border: 1px solid #ccc;*/
    }

    .output-prices {
        margin-bottom: 20px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo {
        width: 120px;
    }

    .nav-extra.open {
        width: 100%;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 15px;
    }

    .slider-item-caption {
        font-size: 30px;
        padding: 0;
    }

    .section-about-image {
        display: none;
    }

    .section-about-desc h1 {
        margin-bottom: 0;
        font-size: 27px;
    }


    .brand-item {
        padding: 10px 12px;
    }

    .slider-item {
        max-height: 320px;
    }

    .sm-hidden {
        display: none;
    }

    .sales-section, .subscribe-dection, .blog-section, .sale-link-section {
        margin-bottom: 15px;
        height: auto;
    }

    .b-footer__about-list-item {
        display: block;
        margin-bottom: 12px;

        width: 31%;
        display: inline-block;
    }

    .copyright > p {
        display: block;
        margin-bottom: 12px;
    }

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

    footer {
        padding-bottom: 40px;
    }

    .subscribe-modal .subscribe-dection-form > button {
        width: 45%;
    }

    .subscribe-modal .subscribe-dection-form > input {
        width: 55%;
    }

    .subscribe-modal-content {
        padding-bottom: 70px;
        padding-top: 30px;
    }

    .subscribe-modal i {
        margin-bottom: 20px;
    }

    .subscribe-modal h3 {
        margin-bottom: 10px;
    }

    .subscribe-hint {
        margin-bottom: 20px;
    }

    .subscribe-modal fieldset {
        margin-bottom: 20px;
    }

    .subscribe-modal fieldset {
        display: inline-block;
        margin-bottom: 20px;
        text-align: left;
        width: auto;
    }

    .subscribe-modal .b-modal__check-wrap {
        display: block;
        float: none;
        margin-bottom: 10px;
    }

    .subscribe-modal .b-modal__check-wrap label span {
        border: 1px solid #9f9f9f;
        display: inline-block;
        height: 24px;
        margin-right: 6px;
        vertical-align: middle;
        width: 24px;
    }

    .tab-button-item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .tab-button-item.uk-active::after {
        border-width: 0 8px 9px;
        margin-left: -4px;
    }

}

@media screen and (max-width: 360px) {
    /*.b-thumbnails__item {*/
    /*    width: 100%;*/
    /*}*/

    .sort-item {
        width: 100%;
    }

    .sort-limit > .sort-item:last-child {
        margin-bottom: 0;
    }

}

#letkorz {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    -webkit-box-shadow: -3px 0 15px -8px rgba(0, 0, 0, 0.5);
    box-shadow: -3px 0 15px -8px rgba(0, 0, 0, 0.5);
    color: #000000;
    display: none;
    padding: 0px 0px 20px 0px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 320px;
    z-index: 100;
}

#BasketBackRequest {
    display: none;
}

#RefreshData {
    text-align: center;
}

.image-name-holder {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}

.image-name-holder img {
    border: 1px solid #eee;
    margin-right: 10px;
    margin-top: 5px;
    max-width: 100px;
    padding: 4px;
}

#letkorz p.cl6 {
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    background-color: #cafcfb;
}

.but1 {
    background-color: #7ae4d9;
    border: medium none;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    outline: medium none;
    padding: 6px 15px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.but1:hover {
    background-color: #6fd5ca;
}

.close3 {
    background: #ec6969 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 9px;
    font-weight: 800;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: -23px;
    width: 24px;
}

.close3:hover {
    background: #dc6767 none repeat scroll 0 0;
    text-decoration: none;
    color: #fff;
}

.b-bread-crumbs div {
    color: #c3c3c3;
}

.b-content .l-container.l-container-text.text ul {
    list-style: disc;
    padding-left: 22px;
}

.b-product__article {
    margin-bottom: 25px;
    font-size: 16px;
}

.b-product__percent {
    position: absolute;
    top: 0px;
    right: 10px;
    border-radius: 50%;
    background-color: #7ae4d9;
    line-height: 60px;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 17pt;
    color: #fff;
}

.bx-wrapper {
    margin-bottom: 30px;
    box-shadow: none;
    border: 1px solid #ccc;
}

.bxpager-product {
    /*position: relative;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-right: -15px;
}

.bxpager-product a {
    flex-basis: 25%;
    padding-right: 15px;
    margin-bottom: 10px;
}

.bxpager-product a img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

.bxpager-product a:not(.active) img {
    opacity: 0.5;
}

#opayment, #odelivery {
    border: 1px solid #9f9f9f;
    height: 50px;
    padding-left: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #b4b4b4;
    width: 100%;
    margin-bottom: 15px;
    font-family: "DIN Pro", Arial, sans-serif;
    outline: none;
}

.nice-select {
    border: 1px solid #9f9f9f;
    height: 50px;
    padding-left: 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    margin-bottom: 15px;
    line-height: 48px;
    font-family: "DIN Pro", Arial, sans-serif;
    outline: none;
    border-radius: 0;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 0;
    top: 44px;
    width: 100.5% !important;
    left: -1px;

}

.nice-select .option {
    white-space: normal;
    color: #b4b4b4;

}

.nice-select .option:not(:first-child) {
    color: #000000;
}

.nice-select.open .list {
    border: 1px solid #9f9f9f;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #7ae4d9;
}

.details-wrap.l-container-text .details-text h2 {
    /*font-family: "DIN Pro Bold";*/
    font-family: "Yeseva One", cursive;
    font-size: 25px;
    font-weight: 400;
    margin: 14px 0px;
}

.details-wrap.l-container-text .details-text ul {
    list-style: inside;
}

.details-wrap.l-container-text .details-text h2 {
    /* font-family: "DIN Pro Bold" !important; */
    font-family: "Yeseva One", cursive;
    font-size: 25px;
    font-weight: 400;
    margin: 14px 0px;
}

.container.l-container-text.text h2 {
    font-family: "Yeseva One", cursive;
    font-size: 23px;
    font-weight: 400;
    margin: 14px 0;
}

@media screen and (max-width: 480px) {
    .container.l-container-text.text h2 {
        font-size: 22px;
    }
    .lbs_ts {
        font-size: 14px;
    }
    footer {
        padding-bottom: 40px;
        position: relative;
        z-index: 1;
    }

    .header-nav {
        padding: 5px 0;
        max-height: 80px;
    }

    .header-nav-section.dark .logo {
        background-size: contain;
        max-height: 70px;
    }

    .nav-extra {

        display: none;

    }

    .nav-extra.open {
        display: block;
    }

    .b-thumbnails-item__img-wrap {
        margin-bottom: 0px;
    }

    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-phone,
    .footer-links,
    .footer-social {
        margin-bottom: 16px;
    }


}

.btn_basket_new p:hover {
    background: #000;
    color: #fff;
}

.container.l-container-text.text h2 {

    margin-top: 0;
}

.details-wrap.container.l-container-text.text {
    background: #eef9f9;
}

#letkorz {

    bottom: 45%;
    left: 35%;
    -webkit-box-shadow: 1px 1px 1px 1000px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 1px 1000px rgba(0, 0, 0, 0.5);
    width: 367px;

    padding: 20px;

}

#letkorz .close3 {
    top: 0;
    background: none;
    color: #000;
    font-size: 15px;
    font-family: FontAwesome;
}

#letkorz .error_masenge {
    padding-top: 10px;
    font-size: 18px;
    padding: 10px 30px;
    color: red;
}

#letkorz .image-name-holder {
    background-image: url(/files/img/cart.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    position: relative;
}

#letkorz .icon_bascket_block:after {
    content: '+';
    position: absolute;
    font-size: 30px;
    right: -17px;
    top: 4px;
}

#letkorz .icon_bascket_block {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    position: relative;
}

.btn_basket_new p:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn_basket_new p {
    text-transform: uppercase;
    padding: 5px;
    border: 1px solid #000;
    cursor: pointer;
    margin: 0 auto;
    width: 180px;
    font-weight: 700;
}

.text_basket p {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

.details-wrap.container.l-container-text.text .details-text {
    max-width: 960px;
    padding-top: 1rem;
    margin: 0 auto;
    color: #9f9f9f;
    font-size: 14px;
}

.button_show {
    margin: 40px 40px 0;
}

.button_filtr_group {
    /*display: none;*/
    position: fixed;
    width: 100%;
    margin: 0 auto;
    background: #cafcfb;
    bottom: 0px;
    height: 129px;
    left: 0;
    z-index: 9999;
}

.button_filtr_group div {
    display: inline-block;
    width: 37%;
    text-align: center;
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    cursor: pointer;
}


@media screen and (max-width: 480px) {

    .b-product__percent {
        position: absolute;
        top: 10px;
        right: 26px;
        border-radius: 50%;
        background-color: #7ae4d9;
        line-height: 50px;
        height: 50px;
        width: 50px;
        text-align: center;
        font-size: 15pt;
        color: #fff;
    }

    .b-pagination__item {
        margin-bottom: 10px;
    }

    .b-pagination__item > a,
    .b-pagination__item > span {
        height: 40px;
        width: 40px;
    }

    a.clear_all_filters {

        color: #000;
    }

    .button_show {
        margin: 40px 16px 0;
    }

    .button_filtr_group div {

        width: 42%;

    }
}

.b-product__percent {

    top: 10px;
    right: 26px;

}

.niceCheck {
    width: 22px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #000;
}

.niceCheck input {
    display: none;
}

.input-group-param {
    display: inline-block;

}

.input-group-param .input-text-group {
    font-size: 16px;
    line-height: 22px;
    vertical-align: super;
    margin: 0px 10px 0px 10px;
}

.niceCheck.active-input:after {
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    left: 1px;
    font-size: 17px;
    top: -1px;
}

.niceCheck.active-input {
    position: relative;
}

.size_block {

    clear: both;
    margin-bottom: 35px;
}

.buy-size-container .select2.select2-container,
.buy-size-container .good-sizes-select {
    display: none;
}


.check_block {
    /*display: none;*/
    width: 50%;
}

.check_block .niceCheck2 {
    border: 1px solid #fff;
}

.check_block.input-group-param .input-text-group {
    font-size: 16px;
    color: #fff;
    padding-left: 0px;
    display: inline-block;
}

.niceCheck2 {
    width: 22px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #000;
}

.niceCheck2 input {
    display: none;
}

.niceCheck2.active-input:after {
    content: '';
    position: absolute;
    left: 0px;
    font-size: 19px;
    top: 50%;
    width: 100%;
    height: 1px;
    transform: rotate(-135deg);
    display: inline-block;
    background: #fff;
}

.niceCheck2.active-input:before {
    content: '';
    position: absolute;
    left: 0px;
    font-size: 19px;
    top: 50%;
    transform: rotate(135deg);
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #fff;
}

.niceCheck2.active-input {
    position: relative;
    background: transparent;
}

.check_block.input-group-param {
    margin-bottom: 12px;
}

.nice-select.select2.delivery-select ul li:nth-child(3) {
    line-height: 1.2;
}

.wrap_tekst {
    height: 450px;
    overflow: hidden;
    order: 0;
    transition: all 1s ease 0s;
    margin: 0 0 25px;
}

.xpand-button {
    order: 1;
}

.details-text input[type="checkbox"] {
    display: none;
}

.details-text input[type="checkbox"]:checked + .wrap_tekst {
    height: auto;
    transition: all 1s ease 0s;
}

.lbs_ts {
    order: 1;
    color: black;
    cursor: pointer;
    font-family: 'DIN Pro Medium', Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}
.text_basket p {
    font-size: 16px;
}
a[href^="contacts.html"]{
    /*display: none;*/
}
@media screen and (max-width: 750px) {
    a[href^="contacts.html"]{
        display: block;
    }
}
@media screen and (min-width: 750px) {

    .button_filtr_group div {
        display: inline-block;
        width: 47%;
        text-align: center;
        font-size: 13px;
        color: #000;
        border: 1px solid #000;
        text-transform: uppercase;
        font-weight: 400;
        padding: 2px 0;
        cursor: pointer;
        position: relative;
        top: -4px;
    }

    .button_filtr_group {
        /*display: none;*/
        position: initial;
        width: 250px;
        margin: 0 auto;
        background: none;
        bottom: 0px;
        height: auto;
        left: 0;
        z-index: 9999;
        float: left;
    }

    .button_show {
        margin: 0px 10px 0px 0;
    }
}

@media screen and (max-width: 801px) {
    .button_filtr_group {
        margin-top: 20px;
    }
}

.button_filtr_group div:hover {
    background: #000;
    color: #fff;
}

.l-content__filters-wrap .sort-item {
    display: none;
}

.producer-name {

    padding-bottom: 16px;

}

.nav-extra {
    display: none;
}

.nav-extra.open {
    display: block;
}

@media screen and (max-width: 414px) {
    .check_block.input-group-param .input-text-group {
        font-size: 11px;
        width: 90px;
        line-height: 1.4;

    }

}

@media screen and (max-width: 568px) {
    .header-top-section {
        background: #fff;
    }
    .main-galery-overlay .slider-item {

        background-size: cover;


    }

    header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
        background: #cafcfb;
    }

    body {

        margin-top: 150px;
    }

    .header-nav-section {
        background-color: rgba(255, 255, 255, 0.2);
    }
    .button_filtr_group {
        height: 112px;
    }
    div#letkorz {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        background: #ffffff none repeat scroll 0 0;
        height: fit-content;
    }

    .gallery-container {
        margin-top: -20px;
        margin-bottom: 1rem;
    }
    .logo {
        background-image: url(../img/logo_dark.png);
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        background-color: #000;
    }
    .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    .slider-item {
        height: 214px;
        min-height: unset;
        background-size: contain;
        background-repeat: no-repeat;

    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
}
.header-nav-section .nav-extra {
    display: block;
}
.check_block.input-group-param {
    display: flex;
    align-items: center;
    width: 50%;
}
/*.mCSB_container*/
/*{*/
/*    flex-wrap: wrap;*/

/*    display: flex;*/
/*}*/
span.current {
    width: 100%;
    max-width: 300px;
    display: block;
    overflow: hidden;
}
ul.list {
    max-height: 279px;
    overflow-y: auto !important;
}
.city_serch {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #9f9f9f;
    position: absolute;
    border-top: none;
    z-index: 9999;
    background: #fff;
    width: 81%;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    margin-top: -15px;
}
.city_serch .input_item_group {
    width: 50%;
    text-align: left;
    padding-bottom: 10px;
}
.city_serch .input_item_group input {
display: none;
}
.city_serch .input_item_group label {
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
}
.b-header__top-menu-item-inner .menu-item-inner-container a.menu-item-inner-caption
{
    width: 100%;
}

.nice-select {
    color: #acacac;
}

@media all and (max-width: 750px) {
    .b-product__desc-title-wrap .b-product__title {
        font-size: 18px;
        text-align: left;
    }
    .b-product__desc-title-wrap .b-product__title-brand {
    	font-size: 18px;
    }
    .b-product__desc-title-wrap .b-product__price {
    	font-size: 18px;
    }
    .header-nav-section.dark .b-header__top-menu .b-header__top-menu-item:nth-child(4) a,
    .b-header__top-menu .b-header__top-menu-item:nth-child(4) a,
    .header-nav-section.dark .b-header__top-menu .b-header__top-menu-item:nth-child(3) a,
    .b-header__top-menu .b-header__top-menu-item:nth-child(3) a{
        border: none;
        padding: 0px;
        margin-left: 0px;
    }
    .b-product__article, .short-description {
    	margin-bottom: 0px;
    }
    .size_block {
        margin-top: 5px;
    }
    .b-product__title-brand, .b-product__price {
        margin-bottom: 15px;
    }
    .b-product__article, .short-description.color {
    	margin-bottom: 10px;
    }
}
@media all and (max-width: 580px) {
    .size-table-container {
        text-align: center;
    }
    .buy-size-container .button_buy {
        display: block;
        margin: auto;
        text-align: center;
    }
}
.overlay .overlay-link {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.basket_holder .cart-item-info .box_size.brand {
    font-size: 22px;
    color: #222222;
    font-family: "Yeseva One", cursive;
}
.basket_holder .cart-item-info .col {
    padding-left: 0px;
}
.basket_holder .cart-item-info .cart-item-price span {
    font-size: 22px;
    color: #222222;
    font-family: "Yeseva One", cursive;
}
.basket_holder .total-cart .total-cart-word {
    font-size: 30px;
    color: #222222;
    font-family: "Yeseva One", cursive;
}
.basket_holder .total-cart .total-cart-sum {
    font-size: 30px;
    color: #222222;
    font-family: "Yeseva One", cursive;
    font-weight: bold;
}
.b-product__price span.b-product__price-new, .b-product__price span.b-product__price-old {
    font-family: "Yeseva One", cursive;
}
.col .counter {
    padding:0px;
}

.b-content__heading.corusel {
    text-align:center;
    text-transform:uppercase;
    font-size: 25px;
    margin-top: 50px;
}
.newprod-crsl .thumbnails__item {
    text-align: center;
}
.l-content__catalog-wrap.crsl {
    margin-bottom: 50px;
}
.newprod-crsl .slick-prev {
    z-index: 1;
    left: 0;
    width: 50px;
    height: 50px;
}
.newprod-crsl .slick-next {
    z-index: 1;
    right: 0;
    width: 50px;
    height: 50px;
}
.newprod-crsl .slick-prev::before, .newprod-crsl .slick-next::before {
	font-size: 40px;
	color: #9f9f9f;
}
.newprod-crsl .slick-prev::before {
    font-size: 45px;
	color: #fff;
	font-family: "FontAwesome";
	content: "\f104";
	background-color: #9f9f9f;
	border-radius: 50%;
	/* line-height: 43px; */
	width: 45px;
	height: 47px;
	display: inline-block;
	padding-right: 4px;
}
.newprod-crsl .slick-next::before {
	font-size: 45px;
	color: #fff;
	font-family: "FontAwesome";
	content: "\f105";
	background-color: #9f9f9f;
	border-radius: 50%;
	/* line-height: 43px; */
	width: 45px;
	height: 47px;
	display: inline-block;
	padding-left: 4px;
}
.newprod-crsl .b-thumbnails-item__img-wrap {
    position: relative;
}
.newprod-crsl .b-thumbnails-item__img-wrap {
    text-align: center;
    display: inline-block;
}
@media all and (max-width: 580px) {
    .b-content__heading.corusel {
        text-transform: inherit;
        font-family: "Yeseva One", cursive;
    }
    .l-content__catalog-wrap.crsl {
        margin-bottom: 0;
    }
    .b-content__heading.corusel {
        margin-top: 0px;
    }
}
.b-product__desc-title-link:hover {
    text-decoration: none;
}
.msg-pay-online {
    padding: 0 0 5px;
    margin: 0;
    text-align: left;
    color: #f77;
}
.msg-pay-online.product {
    margin: 20px 0px;
    /*border: solid 1px #e5e5e5;*/
    /*padding: 12px;*/
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}

.brands-section h2 {
	margin-bottom: 3px;
}
.brands-section__subtext {
    text-align:center;
}
.brands-section__subtext a {
    color:#000000;
    font-size: 14px;
}
.brands-section__subtext a:hover {
text-decoration: underline;
}