@charset "UTF-8";
*, body, html {
    margin: 0;
    padding: 0;
    font-family: "Adobe Clean", sans-serif;
    /*font: 14px/20px "Adobe Clean", sans-serif;*/
    box-sizing: border-box;
}

html, body {
    min-width: 320px;
    font-weight: 400;
    font-style: normal;
    color: #191917;
    background-color: #ffffff;
    font: 14px/20px "Adobe Clean", sans-serif;
    line-height: 1.42857143;
}

html {
    height: 100%;
    scroll-behavior: smooth;
    /*zoom: .83;*/
}

body {
    position: relative;
    height: 100%;
    /*overflow-anchor: none;*/
}


.wrapper_page_catalog .bl_catalog_section .media{
    /*  overflow-anchor: none;*/
}

body.modal-active {
    overflow: hidden;
}

button,
input,
textarea,
select {
    outline: none;
    border-radius: 0;
    -moz-appearance: none;
    -moz-appearance--webkit-appearance: none;
    -moz-appearance--webkit-appearance: none;
    -moz-appearance--moz-appearance: none;
    -moz-appearance--ms-appearance: none;
    -moz-appearance--o-appearance: none;
    -moz-appearance-appearance: none;
}

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

a:hover {
    /* opacity: .5;*/
}
p {
    margin: 0 0 21px;
    line-height: 21px;
}

.clear{clear: both;}


.section_center_site {
    /*height: 100%;*/

}

.cursor-pointer {
    cursor: pointer;
}

.default-btn {
    display: block;
    padding: 10px;
    width: 100%;
    max-width: 310px;
    font-size: 17px;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    background-color: #191917;
    border: 2px solid #191917;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    cursor: pointer;
}

.default-btn:hover {
    color: #191917;
    background-color: #ffffff;
}

.default-btn.btn-inv {
    color: #191917;
    background-color: #ffffff;
}

.default-btn.btn-inv:hover {
    color: #ffffff;
    background-color: #191917;
}

.main_page_home_slider{

}

.header-slider {
    position: relative;
    width: 100%;
    overflow: hidden;

}

.header-slider-elem {
    position: relative;
    width: 100%;
    /*padding-bottom: 17%;*/
    min-height: 300px;
    outline: none;
}

.header-slider-elem2 {
    position: relative;
    width: 100%;
    padding-bottom: 17%;
    min-height: 500px;
    outline: none;
}

.header-slider-img {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;*/
    width: 100%;
}

.header-slider-img2 {
    width: 100%;
    height: auto;
    margin: 0px auto;
    object-fit: cover;
}

.header-slider .slick-arrow {
    position: absolute;
    bottom: 26px;
    width: 100%;
    max-width: 314px;
    height: 24px;
    border: 0;
    background-color: transparent;
    z-index: 10;
    cursor: pointer;
}

.header-slider button.slick-prev,
.header-slider button.slick-next {
    position: absolute;
    width: 13px;
    height: 24px;
    font-size: 0;
}

.header-slider button.slick-prev {
    margin-left: -160px;
    left: 50%;
    background-image: url(../img/icon/arrow-slider-left.svg);
}

.header-slider button.slick-next {
    margin-right: -160px;
    right: 50%;
    background-image: url(../img/icon/arrow-slider-right.svg);
}

.header-slider .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 50%;
    list-style-type: none;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.header-slider .slick-dots li {
    display: inline-block;
    position: relative;
    margin-right: 28px;
    margin-left: 15px;
}

.header-slider .slick-dots li:first-child {
    margin-left: 0;
}

.header-slider .slick-dots li:last-child {
    margin-right: 0;
}

.header-slider .slick-dots li:last-child::after {
    display: none;
}

.header-slider .slick-dots li::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -28px;
    width: 13px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.header-slider .slick-dots li.slick-active button {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.5);
}

.header-slider .slick-dots button {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 0;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    cursor: pointer;
}


.amb-bx-breadcrumb {
    margin: 30px 0px 0px 0px;
}
.amb-bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}
.amb-bx-breadcrumb .amb-bx-breadcrumb-item {
    float: left;
    margin-bottom: 4px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 6px;
    display: flex;
}
.amb-bx-breadcrumb .amb-bx-breadcrumb-item span {
    font-family: "Inter";
    font-size: 12px;
    white-space: normal;
    color: #181818;
    display: block;
}

.amb-bx-breadcrumb .amb-bx-breadcrumb-item a {border-bottom: none; color: #181818;}
.amb-bx-breadcrumb .amb-bx-breadcrumb-item a:hover {text-decoration: none; color: #181818;}



.wrapper-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.wrapper {
    margin-bottom: 100px;
    padding: 0 15px;
    width: 100%;
    max-width: 1200px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
}

.section_center_bottom {
}

.wrapper.contacts {
    margin-bottom: 0px;
}

.wrapper-header {
    margin: 11px 0 20px 0;
    font-size: 30px;
    line-height: normal;
    font-family: "Inter-Bold";
}

.st_page_404_text{
    font-size: 20px;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.st_page_404{
    font-family: Inter-Bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.video-wrap {
    position: relative;
    margin: 0;
    /*margin-top: 130px;*/
    padding: 0;
    overflow: hidden;
    max-height: 658px;
    margin-bottom: 15px;
}

.video {
    display: inherit;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    outline: none;
    z-index: 5;
}

.video-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: rgba(25, 25, 23, 0.3);
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
}

.video-text {
    font-family: "PlayfairDisplaySC", serif;
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
}

.video-play-btn {
    margin-top: 35px;
    width: 64px;
    height: 64px;
    background-color: transparent;
    background-image: url(../img/icon/play-icon.svg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.video-play-btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.catalog-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-wrap.catalog-arr .catalog-elem:hover .catalog-name {
    text-decoration: none;
}

.catalog-wrap.catalog-arr .catalog-name {
    padding-right: 70px;
}

.catalog-elem {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 35.1%;
    width: 48.8%;
    min-height: 250px;
    overflow: hidden;
}

.catalog-elem:hover .catalog-btn::after {
    width: 100%;
}

.catalog-elem:hover .catalog-name {
    text-decoration: underline;
}

.catalog-elem:hover .catalog-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.catalog-img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}

.catalog-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
}

.catalog-name {
    position: relative;
    padding: 20px 45px 15px 45px;
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.catalog-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* .catalog-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: rgba(25, 25, 23, 0.5);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    z-index: 0;
    width: 100%;
  } */

.catalog-all {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    padding: 12px;
    padding-bottom: 10px;
    width: 100%;
    max-width: 300px;
    font-size: 22px;
    font-weight: 700;
    color: #191917;
    border: 1px solid #191917;
    text-align: center;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.catalog-all:hover {
    color: #ffffff;
    background-color: #191917;
}

.inst {
    display: block;
    padding: 60px 15px;
    width: 100%;
    background-color: #191917;
}

.inst-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1170px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.inst-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.inst-text {
    position: relative;
    margin-left: 25px;
    font-size: 40px;
    color: #ffffff;
}

.inst-text:after {
    content: 'Instagram';
    position: absolute;
    bottom: -10px;
    left: 0;
    font-size: 16px;
    color: #a7a7a7;
}

.inst-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 860px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.inst-list-elem {
    position: relative;
    padding-bottom: 23.3%;
    width: 23.3%;
}

.inst-list-img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.inst-single .inst-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.price-filter {
    position: relative;
}

.price-filter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.price-filter-elem {
    width: 100%;
}

.price-filter-elem:nth-child(1) {
    margin-right: 40px;
    max-width: 47%;
}

.price-filter-elem:nth-child(2) {
    margin-right: 40px;
    max-width: 27%;
}

.price-filter-elem:nth-child(3) {
    max-width: 19%;
}

.price-filter-input-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.price-filter-title {
    margin-right: 40px;
    font-size: 15px;
    text-transform: uppercase;
}

.price-filter-label {
    position: relative;
    margin-right: 15px;
}

.price-filter-label:last-child {
    margin-right: 0;
}

.price-filter-input {
    padding: 14px 25px 12px 25px;
    padding-left: 55px;
    padding-right: 15px;
    max-width: 220px;
    font-size: 15px;
    border: 1px solid #191917;
}

.price-filter-input-title {
    position: absolute;
    top: 50%;
    left: 25px;
    font-size: 15px;
    color: #A8A8A8;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.price-filter-slider {
    position: relative;
    max-width: 315px;
    height: 4px;
    background-color: #E3E3E3;
    border: 0 !important;
    border-radius: 0;
    cursor: pointer;
}

.price-filter-slider .ui-slider-range {
    background-color: #191917;
}

.price-filter-slider .ui-slider-handle {
    top: -14px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #191917;
    border-radius: 100px;
    cursor: pointer;
}

.price-filter-slider .ui-slider-handle:focus {
    outline: none;
}

.price-filter-slider-min, .price-filter-slider-max {
    position: absolute;
    width: 50px;
    font-size: 13px;
    color: #A8A8A8;
    text-align: center;
}

.price-filter-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.price-filter-btn {
    max-width: 185px;
    font-size: 15px;
}

.price-filter-btn-value {
    color: #A8A8A8;
}

.price-filter-clear {
    margin-left: 15px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/cross-icon.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.media-page {
    margin-bottom: 50px;
}

.media-page .wrapper-header {
    margin-bottom: 35px;
}

.media-page .media {
    margin-top: 0;
}

.media-page .media-elem {
    margin-top: 0;
    margin-bottom: 50px;
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.media-elem {
    display: block;
    margin-top: 50px;
    padding: 0 15px;
    width: 33.33%;
    text-align: center;
    cursor: pointer;
}

.media-elem:hover .media-name {
    text-decoration: underline;
}

.media-elem:hover .media-img {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(128, 128, 128, 0.6);
    -moz-box-shadow: 0px 10px 20px 0px rgba(128, 128, 128, 0.6);
    -ms-box-shadow: 0px 10px 20px 0px rgba(128, 128, 128, 0.6);
    -o-box-shadow: 0px 10px 20px 0px rgba(128, 128, 128, 0.6);
    box-shadow: 0px 10px 20px 0px rgba(128, 128, 128, 0.6);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.media-img-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
}

.media-img-box .bl_yar{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    z-index: 2;
    color: #191917;
    /*border: 1px solid #808080;
     padding: 4px 13px; */
    height: 36px;
    width: 120px;
    text-transform: uppercase;
    line-height: 32px;
    background: url("../img/is_showroom.png") no-repeat;
}


.product-wrap .product-elem #slider{
    position: relative;
}

.product-wrap .product-elem .bl_yar{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 13px;
    z-index: 2;
    color: #191917;
    /*border: 1px solid #808080;
     padding: 4px 13px; */
    height: 36px;
    width: 120px;
    text-transform: uppercase;
    line-height: 32px;
    background: url("../img/is_showroom.png") no-repeat;
}

.wrapper-box ul{
    margin-left: 15px;
    margin-bottom: 15px;
}

.media-img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.media-name {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    margin-top: 25px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #191917;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.media-price {
    font-size: 16px;
    color: #191917;
}

.show-more {
    margin: 0 auto;
    margin-top: 70px;
    max-width: 300px;
}

.tab-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    list-style-type: none;
}

.tab-nav-elem {
    display: inline-block;
    position: relative;
    padding: 12px 40px 6px 40px;
    font-size: 22px;
    color: #A8A8A8;
    text-transform: uppercase;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    overflow: hidden;
    cursor: pointer;
}

.tab-nav-elem::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
    z-index: 0;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.tab-nav-elem:first-child::after {
    right: 0;
}

.tab-nav-elem:last-child::after {
    left: 0;
}

.tab-nav-elem:hover {
    color: #191917;
}

.tab-nav-elem.active {
    color: #191917;
    background-color: transparent;
    cursor: default;
}

.tab-nav-elem.active:first-child::after {
    right: -100%;
}

.tab-nav-elem.active:last-child::after {
    left: -100%;
}

.tab-nav-text {
    position: relative;
    z-index: 1;
}

.tab-elem {
    display: none;
}

.tab-elem.active {
    display: block;
}

.tab.product-tab {
    margin-top: 60px;
}

.tab.product-tab .tab-nav {
    margin-bottom: 15px;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.pagination-elem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px;
    padding: 10px 0 6px 0;
    font-size: 15px;
    line-height: normal;
    color: #191917;
    width: 30px;
    height: 30px;
    border: 1px solid #191917;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.pagination-elem:not(.active):hover {
    color: #A8A8A8;
}

.pagination-elem.active {
    color: #ffffff;
    background-color: #191917;
}

.pagination-delimer {
    border-color: transparent;
}

.pagination-nav {
    border-color: transparent;
}

.pagination-nav-icon path {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.pagination-nav:not(.disabled):hover .pagination-nav-icon path {
    fill: #000;
}

.pagination-nav.disabled .pagination-nav-icon path {
    fill: #C4C4C4;
}

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

.feedback-form-wrap {
    width: 57%;
}

.feedback-info-wrap {
    padding-left: 60px;
    width: 43%;
}

.feedback-info {
    margin-bottom: 40px;
    max-width: 420px;
}

.feedback-info-title {
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
}

.feedback-info-value {
    white-space: nowrap;
}

.feedback-info-value.feedback-address {
    white-space: normal;
}

.feedback-info-elem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    font-size: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.feedback-info-link {
    margin-right: 5px;
    color: #191917;
    text-decoration: underline;
}

.feedback-info-link:hover {
    opacity: 0.8;
}

.feedback-info-number {
    color: #A8A8A8;
}

.feedback-info-terms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
    margin-top: 25px;
    max-width: 418px;
}

.feedback-info-terms-text {
    margin-top: 5px;
    margin-left: 15px;
    user-select: none;
}

.feedback-info-terms-link {
    color: #191917;
    text-decoration: underline;
}

.feedback-info-terms-link:hover {
    opacity: 0.8;
}

.feedback-btn {
    margin: 0 0 0 auto;
    margin-top: 40px;
    max-width: 418px;
}

.main-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 50px;
    max-width: 670px;
    background-color: #F4F4F4;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

.main-form-elem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.main-form-elem:last-child {
    margin-bottom: 0;
}

.main-form-title {
    margin-bottom: 50px;
    font-size: 27px;
    line-height: 36px;
    text-transform: uppercase;
}

.main-form-label {
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
    min-width: 135px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.main-form-input {
    padding: 10px 20px;
    width: 100%;
    font-size: 15px;
    border: 1px solid transparent;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.main-form-input:focus {
    border-color: #191917;
}

.main-form-textarea {
    height: 100px;
    resize: none;
}

.main-form .select2-container {
    max-width: 100%;
}

.main-form .select2 .select2-selection--single {
    border-color: transparent;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.main-form .select2 .select2-selection--single .select2-selection__rendered {
    color: #A8A8A8;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.main-form .select2 .select2-selection--single .select2-selection__arrow {
    background-image: url(../img/icon/arrow-order-down.svg);
}

.main-form .select2.select2-container--open .select2-selection--single {
    border-color: #191917;
}

.main-form .select2.select2-container--open .select2-selection__rendered {
    color: #191917;
}

.checkbox-wrap {
    display: inline-block;
    position: relative;
    width: 21px;
    height: 21px;
}

.checkbox[type="checkbox"]:checked,
.checkbox[type="checkbox"]:not(:checked) {
    position: absolute;
    height: 0;
    width: 0;
    left: -9999px;
}

.checkbox[type="checkbox"]:checked + label,
.checkbox[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    color: #666;
}

.checkbox[type="checkbox"]:checked + label:before,
.checkbox[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -12px;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    background-color: #ffffff;
}

.checkbox[type="checkbox"]:checked + label:after,
.checkbox[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #191917;
    position: absolute;
    top: -8px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkbox[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkbox[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.contact-map-wrap {
    display: inherit;
    margin-top: 30px;
    width: 100%;
}

.about-heading {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}

.about .custom-text {
    max-width: 970px;
}

.about-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    margin-top: 45px;
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-media-elem {
    position: relative;
    padding: 15px;
    width: 25%;
}

.about-media-elem:hover .about-media-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.about-media-img-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
}

.about-media-img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}

.about .video-wrap {
    margin-top: 0;
}

.about-btn {
    margin: 0 auto;
    margin-top: 80px;
    max-width: 370px;
    font-size: 15px;
}

.about.about-company .video-wrap {
    margin-bottom: 80px;
}

.video-wrap.bl_about {
    margin: 0px 15% 10% 15%;
}

.about-company{
    font-size: 15px;
    font-family: "Inter";
}

.custom-text {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 22px;
}

.custom-list {
    font-size: 15px;
    line-height: 31px;
    list-style-position: inside;
}

.custom-list-wrap {
    margin-bottom: 25px;
}

.custom-list-title {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.custom-list.custom-list-check {
    list-style-type: none;
}

.custom-list.custom-list-check li {
    position: relative;
    padding-left: 28px;
}

.custom-list.custom-list-check li:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon/checkmark-icon.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bonus {
    padding: 60px 15px;
    width: 100%;
    background-color: #F4F4F4;
}

.bonus-wrap {
    margin: 0 auto;
    max-width: 1170px;
}

.bonus-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

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

.bonus-text {
    margin-right: 10px;
    font-size: 15px;
    line-height: 22px;
}

.bonus-value {
    font-size: 30px;
    line-height: 40px;
}

.links-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 15px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.links-btn {
    margin: 0 15px;
    max-width: 370px;
}

@font-face {
    font-family: "Adobe Clean";
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    src: url("../font/AdobeClean/AdobeClean-Regular/AdobeClean-Regular.eot");
    src: url("../font/AdobeClean/AdobeClean-Regular/AdobeClean-Regular.eot?#iefix") format("embedded-opentype"), url("../font/AdobeClean/AdobeClean-Regular/AdobeClean-Regular.woff") format("woff"), url("../font/AdobeClean/AdobeClean-Regular/AdobeClean-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Adobe Clean";
    font-weight: 700;
    font-style: normal;
    font-display: auto;
    src: url("../font/AdobeClean/AdobeClean-Bold/AdobeClean-Bold.eot");
    src: url("../font/AdobeClean/AdobeClean-Bold/AdobeClean-Bold.eot?#iefix") format("embedded-opentype"), url("../font/AdobeClean/AdobeClean-Bold/AdobeClean-Bold.woff") format("woff"), url("../font/AdobeClean/AdobeClean-Bold/AdobeClean-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    src: url("../font/Montserrat/Montserrat-Regular/Montserrat-Regular.eot");
    src: url("../font/Montserrat/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../font/Montserrat/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-display: auto;
    src: url("../font/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.eot");
    src: url("../font/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"), url("../font/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    font-display: auto;
    src: url("../font/Montserrat/Montserrat-Bold/Montserrat-Bold.eot");
    src: url("../font/Montserrat/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../font/Montserrat/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "PlayfairDisplaySC";
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    src: url("../font/PlayfairDisplaySC/PlayfairDisplaySC-Regular.eot");
    src: url("../font/PlayfairDisplaySC/PlayfairDisplaySC-Regular.eot?#iefix") format("embedded-opentype"), url("../font/PlayfairDisplaySC/PlayfairDisplaySC-Regular.woff") format("woff"), url("../font/PlayfairDisplaySC/PlayfairDisplaySC-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "PTSerifCaption";
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    src: url("../font/PTSerifCaption/PTSerifCaption-Regular.eot");
    src: url("../font/PTSerifCaption/PTSerifCaption-Regular.eot?#iefix") format("embedded-opentype"), url("../font/PTSerifCaption/PTSerifCaption-Regular.woff") format("woff"), url("../font/PTSerifCaption/PTSerifCaption-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-weight: normal;
    font-style: normal;
    src: url("../font/Inter/Inter-Regular.eot");
    src: url("../font/Inter/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/Inter/Inter-Regular.woff2") format("woff2"),
    url("../font/Inter/Inter-Regular.woff") format("woff"),
    url("../font/Inter/Inter-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Inter-Black";
    font-weight: 900;
    font-style: normal;
    src: url("../font/Inter/Inter-Black.eot");
    src: url("../font/Inter/Inter-Black.eot?#iefix") format("embedded-opentype"),
    url("../font/Inter/Inter-Black.woff2") format("woff2"),
    url("../font/Inter/Inter-Black.woff") format("woff"),
    url("../font/Inter/Inter-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Inter-Medium";
    font-weight: 500;
    font-style: normal;
    src: url("../font/Inter/Inter-Medium.eot");
    src: url("../font/Inter/Inter-Medium.eot?#iefix") format("embedded-opentype"),
    url("../font/Inter/Inter-Medium.woff2") format("woff2"),
    url("../font/Inter/Inter-Medium.woff") format("woff"),
    url("../font/Inter/Inter-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Inter-Bold";
    font-weight: bold;
    font-style: normal;
    src: url("../font/Inter/Inter-Bold.eot");
    src: url("../font/Inter/Inter-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/Inter/Inter-Bold.woff2") format("woff2"),
    url("../font/Inter/Inter-Bold.woff") format("woff"),
    url("../font/Inter/Inter-Bold.ttf") format("truetype");
}


.modal-cart {
    display: none;
    position: absolute;
    padding: 0 15px;
    top: 190px;
    right: 0;
    width: 100%;
    max-width: 470px;
    z-index: 100;
}

.modal-cart-wrap {
    position: relative;
    padding: 60px 30px 35px 30px;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 7px rgba(49, 49, 49, 0.1);
    -moz-box-shadow: 0px 1px 7px rgba(49, 49, 49, 0.1);
    -ms-box-shadow: 0px 1px 7px rgba(49, 49, 49, 0.1);
    -o-box-shadow: 0px 1px 7px rgba(49, 49, 49, 0.1);
    box-shadow: 0px 1px 7px rgba(49, 49, 49, 0.1);
}

.modal-cart-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/cross-icon.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    cursor: pointer;
}

.modal-cart-close:hover {
    opacity: 0.8;
}

.modal-cart-elem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 20px;
    padding: 0;
}

.modal-cart-elem:first-child {
    margin-top: 0;
}

.modal-cart-delete {
    position: absolute;
    top: 17px;
    right: -15px;
    width: 13px;
    height: 13px;
    background-image: url(../img/icon/cross-icon.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.modal-cart-img-box {
    position: relative;
    margin-right: 30px;
    width: 100%;
    max-width: 100px;
    height: 100px;
}

.modal-cart-img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.modal-cart-info {
    margin-top: 15px;
    padding-right: 15px;
}

.modal-cart-info-name {
    width: 90%;
    font-size: 15px;
    color: #191917;
    text-transform: uppercase;
}

.modal-cart-info-name:hover {
    text-decoration: underline;
}

.modal-cart-info-size {
    margin-top: 5px;
    font-size: 12px;
    color: #A8A8A8;
    text-transform: uppercase;
}

.modal-cart-info-price {
    margin-top: 15px;
    font-size: 16px;
    text-transform: uppercase;
}

.modal-cart-all-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
    margin-top: 35px;
    padding: 32px 30px 25px 30px;
    background-color: #F4F4F4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.modal-cart-all-price-text {
    margin-right: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #A8A8A8;
}

.modal-cart-all-price-value {
    font-size: 30px;
    text-transform: uppercase;
}

.modal-cart-btn {
    margin: 0 auto;
    margin-top: 35px;
}

.modal {
    display: none;
    position: fixed;
    padding: 20px 20px 20px 20px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow-y: auto;
}

.modal.active {
    display: block;
    /*position: absolute;*/
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 23, 0.6);
    z-index: 0;
}

.modal-body {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 50px 30px;
    width: 100%;
    max-width: 470px;
    background-color: #ffffff;
}

.modal-close {
    position: absolute;
    padding: 10px;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-image: url(../img/icon/cross-icon.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    z-index: 100;
}

.modal-close:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.modal-heading {
    margin-bottom: 35px;
    font-size: 22px;
    color: #191917;
    text-align: center;
    text-transform: uppercase;
    font-family: "Inter-Bold";
}

.modal-big-heading {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}

.modal-description {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 20px;
}

.modal-form-delimer {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 16px;
    color: #A8A8A8;
    text-align: center;
}

.modal-form-btn {
    margin-top: 45px;
    padding: 12px 15px;
    max-width: 100%;
    font-size: 15px;
    line-height: 22px;
}

.modal-form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.modal-form-remember {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.modal-form-remember .checkbox[type="checkbox"]:checked + label:before,
.modal-form-remember .checkbox[type="checkbox"]:not(:checked) + label:before {
    background-color: #F4F4F4;
}

.modal-form-remember-text {
    margin-top: 5px;
    margin-left: 15px;
    font-size: 14px;
}

.modal-form-link {
    margin-top: 4px;
    font-size: 14px;
    line-height: 17px;
    color: #191917;
    text-decoration: underline;
}

.modal-input {
    margin-bottom: 15px;
    padding: 14px 25px 12px 25px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #191917;
    line-height: 22px;
    border: 1px solid #191917;
}

.modal-input::-webkit-input-placeholder {
    color: #A8A8A8;
}

.modal-input:-moz-placeholder {
    color: #A8A8A8;
}

.modal-input::-moz-placeholder {
    color: #A8A8A8;
}

.modal-input:-ms-input-placeholder {
    color: #A8A8A8;
}

.modal-wrap-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.modal-wrap-btn {
    margin: 0 15px;
    padding: 13px;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 22px;
}

.modal-log .tab-nav-elem {
    width: 100%;
    text-align: center;
}

.modal-password .modal-description {
    margin-bottom: 25px;
}

.modal-password .modal-form-btn {
    margin-top: 25px;
}

.modal-fullcart .modal-body {
    max-width: 1170px;
}

.modal-policy .modal-body {
    max-width: 1170px;
}


.modal-policy .wrapper-header {
    margin-top: 25px;
}

@media screen and (max-width: 961px) {
    .modal-policy .wrapper-header {
        margin-top: 0px;
        font-size: 26px;
    }
}

.modal-discussion .modal-body {
    max-width: 750px;
    padding: 60px;
}

.modal-discussion .bl-discussion-info-wrap{

}

.modal-discussion-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}


.modal-discussion-info-elem {
    width: 50%;
}

.modal-discussion .modal-discussion-info-elem.b_img {
    width: 35%;
}
.modal-discussion .modal-discussion-info-elem.b_name {
    width: 65%;
}

.modal-discussion-info-img-box {
    /*position: relative;
    padding-bottom: 100%;
    width: 100%;
    max-width: 200px;*/
}

.modal-discussion-info-img {
    width: 100%;
    /*display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;*/
}

.modal-discussion-info-name {
    font-family: 'Inter';
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}

.bl-discussion-info-name{
    display: table;
    height: 100%;
    vertical-align: middle;
}

.bl-discussion-info-name .modal-discussion-info-name {
    display: table-cell;
    vertical-align: middle;
}

.modal-discussion-success-text {
    display: none;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.modal-discussion.success .modal-form {
    display: none;
}

.modal-discussion.success .modal-discussion-success-text {
    display: block;
}


.modal-discussion .modal-input{
    border: 1px solid #D7D7D7;
}

.modal-discussion .modal-form-btn{
    margin-top: 0px;
}

.modal-product .modal-body,
.modal-subproduct .modal-body {
    padding: 50px 100px;
    max-width: 1170px;
}

.modal-product.collection .modal-heading{
    margin-top: 20px;
    margin-bottom: 0px;
}

.modal-product.collection .modal-body{
    padding: 30px 60px;
    max-width: 750px;
}

.modal-product.prd_slider_modal .modal-body{
    padding: 30px 60px;
    max-width: 750px;
}

.modal-product-slider-wrap,
.modal-subproduct-slider-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all .3s;
    opacity: 1;
}

.modal-product-slider-wrap.slick-loading,
.modal-subproduct-slider-wrap.slick-loading {
    opacity: 0;
}

.modal-product-slider,
.modal-subproduct-slider {
    position: relative;
    width: 100%;
    max-width: 800px;
    max-height: 800px;
    overflow: hidden;
}

.modal-product-slider-elem,
.modal-subproduct-slider-elem {
    outline: none;
}

.modal-product-slider-img-box,
.modal-subproduct-slider-img-box {
    position: relative;
    padding-bottom: 100%;
    max-width: 800px;
    outline: none;
}

.modal-product-slider .slick-slide img,
.modal-subproduct-slider .slick-slide img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 100%;
}

.modal-product-slider .slick-arrow,
.modal-subproduct-slider .slick-arrow {
    position: absolute;
    bottom: 25px;
    width: 13px;
    height: 24px;
    font-size: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    z-index: 10;
    cursor: pointer;
}

.modal-product-slider .slick-prev,
.modal-subproduct-slider .slick-prev {
    margin-left: -35px;
    left: 50%;
    background-image: url(../img/icon/arrow-slider-left.svg);
}

.modal-product-slider .slick-next,
.modal-subproduct-slider .slick-next {
    margin-right: -35px;
    right: 50%;
    background-image: url(../img/icon/arrow-slider-right.svg);
}

.modal-product-slider.hideArrows .slick-arrow,
.modal-subproduct-slider.hideArrows .slick-arrow {
    display: none !important;
}

.modal-product-slider-nav,
.modal-subproduct-slider-nav {
    margin-left: 30px;
    width: 100%;
    max-width: 136px;
}

.modal-product-slider-nav-elem,
.modal-subproduct-slider-nav-elem {
    margin-bottom: 30px;
    max-height: 136px;
    cursor: pointer;
    outline: none;
}

.modal-product-slider-nav-elem.slick-slide.slick-current.slick-active .modal-product-slider-nav-img-box,
.modal-subproduct-slider-nav-elem.slick-slide.slick-current.slick-active .modal-subproduct-slider-nav-img-box {
    border: 1px solid #191917;
}

.modal-product-slider-nav-img-box,
.modal-subproduct-slider-nav-img-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    border: 1px solid transparent;
}

.modal-product-slider-nav-img,
.modal-subproduct-slider-nav-img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.modal-product-slider-nav .slick-slide img,
.modal-subproduct-slider-nav .slick-slide img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.modal-faq .modal-body,
.modal-terms .modal-body {
    max-width: 1170px;
}

.modal-order .modal-heading {
    margin-bottom: 30px;
}

.modal-order-back-btn {
    max-width: 100%;
    font-size: 15px;
}

.modal-terms-back-btn {
    margin-top: 50px;
    padding: 12px;
    max-width: 340px;
    font-size: 15px;
    line-height: 22px;
}

.modal-success {
    display: none;
}

.modal-success .modal-description {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}


#res_discussion{}

.mobile-menu {
    display: none;
    position: absolute;
    padding: 20px 15px;
    top: 138px;
    right: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(128, 128, 128, 0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(128, 128, 128, 0.2);
    -ms-box-shadow: 0px 0px 15px 5px rgba(128, 128, 128, 0.2);
    -o-box-shadow: 0px 0px 15px 5px rgba(128, 128, 128, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(128, 128, 128, 0.2);
    z-index: 200;
}

.mobile-menu .header-nav-link {
    color: #191917;
}

.mobile-menu-nav-list {
    list-style-type: none;
}

.mobile-menu-nav-list li {
    padding: 10px 0;
}

.mobile-menu-nav-about .header-nav-link-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.mobile-menu-nav-about.active .mobile-menu-nav-link-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-menu-nav-link-arrow {
    margin-top: -3px;
    width: 14px;
    height: 8px;
    background-image: url(../img/icon/arrow-down.svg);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.mobile-menu-nav-submenu {
    display: none;
    margin-top: 10px;
}

.mobile-menu-nav-submenu-link {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    color: #191917;
}

.mobile-menu-nav-submenu-link:last-child {
    padding-bottom: 0;
}

.mobile-menu-number {
    display: none;
}

.header {
    background-color: #191917;
}

.header-wrap {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 15px;
    padding-bottom: 20px;
    max-width: 1200px;
}

.header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 93px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.header-logo {
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

.header-number {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
}

.header-number:hover {
    text-decoration: underline;
}

.header-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-search-btn, .header-cart-btn {
    cursor: pointer;
}

.header-search-btn:hover, .header-cart-btn:hover {
    opacity: 0.8;
}

.header-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.header-cart {
    position: relative;
    margin-left: 35px;
}

.header-cart-val {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    color: #ffffff;
    border-radius: 50px;
    background-color: #F65251;
    text-align: center;
}

.header-menu-btn {
    display: none;
    position: relative;
    margin-left: 30px;
    width: 34px;
    height: 22px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    z-index: 30;
}

.header-menu-btn span,
.header-menu-btn span:before,
.header-menu-btn span:after {
    display: block;
    position: absolute;
    left: 0;
    width: 34px;
    height: 2px;
    background-color: #ffffff;
}

.header-menu-btn span {
    top: 50%;
}

.header-menu-btn span:before, .header-menu-btn span:after {
    content: '';
    position: absolute;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.header-menu-btn span:before {
    top: -7px;
}

.header-menu-btn span:after {
    bottom: -7px;
}

.header-menu-btn.active span {
    height: 0;
}

.header-menu-btn.active span:before, .header-menu-btn.active span:after {
    top: auto;
    bottom: auto;
}

.header-menu-btn.active span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-menu-btn.active span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-nav {
    margin-top: 30px;
}

.header-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    list-style-type: none;
}

.header-nav-list li {
    position: relative;
}

.header-nav-link {
    margin: 0 5px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}

.header-nav-link .header-nav-link_a {
    margin: 0 5px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}


.header-nav-link:hover .header-nav-link-text {
    opacity: .5;
}

.header-nav-about:hover .header-nav-dropdown-wrap {
    display: block;
}

.header-nav-dropdown-wrap {
    display: none;
    position: absolute;
    padding-top: 36px;
    left: -10px;
    top: 15px;
    z-index: 10;
}

.header-nav-dropdown {
    position: relative;
    padding: 25px 30px;
    width: 210px;
    background-color: #191917;
}

.header-nav-dropdown::before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 35px;
    width: 14px;
    height: 14px;
    background-color: #191917;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-nav-dropdown-link {
    display: block;
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
}

.header-nav-dropdown-link:last-child {
    margin-bottom: 0;
}

.header-nav-dropdown-link:hover {
    text-decoration: underline;
}

.header.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header.header-absolute.header-inverse {
    background-color: transparent;
}

.header.header-absolute.header-inverse .header-number {
    color: #191917;
}

.header.header-absolute.header-inverse .header-nav-link_a,
.header.header-absolute.header-inverse .header-nav-link {
    color: #191917;
}

.header.header-absolute.header-inverse .header-menu-btn span,
.header.header-absolute.header-inverse .header-menu-btn span:before,
.header.header-absolute.header-inverse .header-menu-btn span:after {
    background-color: #191917;
}

.footer {
    display: block;
    margin-top: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 40px 15px;
    width: 100%;
    max-width: 1200px;
}

.footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

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

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

.footer-phone {
    margin-top: 15px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #191917;
}

.footer-copyright {
    margin-top: 15px;
    font-size: 10px;
}

.footer-right {
    width: 100%;
}

.footer-top, .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.footer-bottom {
    margin-top: 25px;
}

.footer-elem {
    margin-right: 17px;
    min-width: 126px;
}

.footer-elem:last-child {
    margin-right: 0;
}

.footer-heading a,
.footer-heading {
    font-size: 15px;
    color: #191917;
    text-transform: uppercase;
}

.footer-heading {}

.footer a.footer-heading:hover {
    text-decoration: underline;
}

.footer-list {
    margin-top: 10px;
    list-style-type: none;
}

.footer-list li {
    margin-bottom: 4px;
}

.footer-link {
    cursor: pointer;
    font-size: 15px;
    line-height: 16px;
    color: #191917;
}

.footer-link:hover {
    text-decoration: underline;
}

.all-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 20px;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    overflow-y: auto;
}

.all-page_box {
    padding: 20px;
    width: 100%;
    max-width: 700px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(102, 102, 102, 0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(102, 102, 102, 0.15);
    -ms-box-shadow: 0px 0px 25px 0px rgba(102, 102, 102, 0.15);
    -o-box-shadow: 0px 0px 25px 0px rgba(102, 102, 102, 0.15);
    box-shadow: 0px 0px 25px 0px rgba(102, 102, 102, 0.15);
}

.all-page_title {
    font-size: 24px;
    font-weight: 500;
    color: #191917;
}

.all-page_title img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
}

.all-page_title span {
    display: block;
    margin-top: 20px;
}

.all-page_list {
    margin-top: 10px;
    list-style-type: none;
}

.all-page_list li {
    padding: 5px 0;
}

.all-page_list a {
    display: block;
    padding: 10px 15px;
    color: #191917;
    border: 1px solid #A8A8A8;
    border-radius: 0;
    text-align: center;
}

.all-page_list a span {
    color: #A8A8A8;
}

.all-page_list a:hover {
    text-decoration: underline;
}

.main-category {
    margin-top: 130px;
}

.main-category-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
}

.main-category-wrap:hover .main-category-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.main-category-wrap:hover .main-category-name::after {
    width: 100%;
}

.main-category-img-box {
    position: relative;
    padding-bottom: 36.8%;
    width: 100%;
    min-height: 250px;
    max-width: 700px;
    overflow: hidden;
}

.main-category-img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}

.main-category-text {
    margin-left: 60px;
    color: #191917;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.main-category-name {
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-category-name::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #191917;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.main-category-desc {
    margin-top: 5px;
    font-size: 19px;
}

.main-category-wrap-rev {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.main-category-wrap-rev .main-category-text {
    margin: 0;
    margin-right: 60px;
    order: 1;
    justify-self: flex-end;
}

.main-category-wrap-rev .main-category-img-box {
    order: 2;
}


.main-category-v2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.bl_list_info_v2{
    font-family: "Inter";
}

.category-wrap-v2 {
    background: #F3F3F3;
}

.category-wrap-v2:nth-child(even){
    margin-left: 15px;
}
.category-wrap-v2:nth-child(odd){
    margin-right: 15px;
}

.bl_list_info_v2 .btn_more{
    display: block;
    width: 70px;
    height: 30px;
    background: url("../img/icon/arr_next_active.svg") no-repeat;
    text-transform: none;
}

.bl_list_info_v2 .btn_more:hover{
    text-decoration: none;
}

.bl_list_info_v2 .category-img-box-v2{}
.bl_list_info_v2 .category-text-v2{
    padding: 15px 28px;
}
.bl_list_info_v2 .category-img-box-v2 .category-img{
    width: 100%;
}

.bl_list_info_v2 .category-text-v2 .category_name{
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 15px;
}
.bl_list_info_v2 .category-text-v2 .category_desc{
    font-size: 15px;
    margin-bottom: 15px;
}



.slick-track.stop_slide{
    transform: none !important;
}

.product-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
}

.product-elem.prd_slide_bl {
    width: 47%;
}

.product-elem.product-elem-info {
    margin-left: 46px;
    width: 43%;
}

.product-slider-modal{
    position: relative;
    width: 100%;
    max-width: 680px;
}

.product-slider-collection {
    position: relative;
    width: 100%;
    max-width: 670px;
}

.product-slider-collection{
    position: relative;
    width: 100%;
    max-width: 670px;
}

.product-slider-elem {
    position: relative;
    /*width: 100%;*/
    width: 630px;
    outline: none;
    cursor: pointer;
}

.product-slider-img-box {
    position: relative;
    /*padding-bottom: 100%;*/
    width: 100%;
}



.product-slider .slick-slide img {
    /*top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;*/
    margin: 0px auto;
    width: 100%;
}

.product-slider-collection .slick-slide img{
    display: block;
    margin: auto;
    object-fit: contain;
    object-position: center center;
    width: 100%;
    max-height: 680px;
}

.product-slider-modal .slick-slide img{
    display: block;
    margin: auto;
    object-fit: contain;
    object-position: center center;
    width: 100%;
    max-height: 630px;
}

.product-slider .slick-arrow {
    position: absolute;
    bottom: 0px;
    width: 40px;
    height: 100%;
    font-size: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    z-index: 10;
    cursor: pointer;
}

.product-slider-modal .slick-arrow{
    position: absolute;
    bottom: 0px;
    width: 40px;
    height: 100%;
    font-size: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    z-index: 10;
    cursor: pointer;
}


.product-slider-collection .slick-arrow {
    position: absolute;
    bottom: 0px;
    width: 40px;
    height: 100%;
    font-size: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    z-index: 10;
    cursor: pointer;
}

.product-slider .slick-prev {
    left: 0px;
    background: url(../img/icon/slider-left.svg) no-repeat 50%;
}

.product-slider .slick-prev:hover{
    background: url(../img/icon/slider-left.svg) no-repeat 50% rgba(49, 49, 49, .1);
}

.product-slider .slick-prev.slick-disabled {
    background: url(../img/icon/slider-left.svg) no-repeat 50%;
}

.product-slider .slick-next {
    right: 0px;
    background: url(../img/icon/slider-right.svg) no-repeat 50%;
}

.product-slider .slick-next:hover{
    background: url(../img/icon/slider-right.svg) no-repeat 50% rgba(49, 49, 49, .1);
}

.product-slider .slick-next.slick-disabled{
    background: url(../img/icon/slider-right.svg) no-repeat 50%;
}



.product-slider-modal .slick-prev{
    left: 0px;
    background: url(../img/icon/slider-left.svg) no-repeat 50%;
}

.product-slider-modal .slick-prev:hover{
    background: url(../img/icon/slider-left.svg) no-repeat 50% rgba(49, 49, 49, .1);
}

.product-slider-modal .slick-prev.slick-disabled{
    background: url(../img/icon/slider-left.svg) no-repeat 50%;
}

.product-slider-modal .slick-next{
    right: 0px;
    background: url(../img/icon/slider-right.svg) no-repeat 50%;
}

.product-slider-modal .slick-next:hover{
    background: url(../img/icon/slider-right.svg) no-repeat 50% rgba(49, 49, 49, .1);
}

.product-slider-modal .slick-next.slick-disabled{
    background: url(../img/icon/slider-right.svg) no-repeat 50%;
}



.product-slider-collection .slick-prev{
    left: 0px;
    background: url(../img/icon/slider-left.svg) no-repeat 50%;
}

.product-slider-collection .slick-prev:hover{
    background: url(../img/icon/slider-left.svg) no-repeat 50% rgba(49, 49, 49, .1);
}

.product-slider-collection .slick-prev.slick-disabled{
    background: url(../img/icon/slider-left.svg) no-repeat 50%;
}

.product-slider-collection .slick-next{
    right: 0px;
    background: url(../img/icon/slider-right.svg) no-repeat 50%;
}

.product-slider-collection .slick-next:hover{
    background: url(../img/icon/slider-right.svg) no-repeat 50% rgba(49, 49, 49, .1);
}

.product-slider-collection .slick-next.slick-disabled{
    background: url(../img/icon/slider-right.svg) no-repeat 50%;
}

.product-slider-nav-mobile,
.product-slider-nav-modal,
.product-slider-nav {
    margin-top: 50px;
    width: 100%;
}

.product-slider-nav-modal{
    margin-top: 20px;
    /*height: 110px;*/
}


.product-slider-nav-collection {
    margin-top: 0px;
    width: 100%;
}

.product-slider-nav-mobile .product-slider-nav-img-box,
.product-slider-nav-collection .product-slider-nav-img-box,
.product-slider-nav-img-box {
    /*position: relative;
    padding-bottom: 100%;
    width: 100%;*/

}


.product-slider-nav-modal .product-slider-nav-img-box{
    /*position: relative;
    padding-bottom: 100%;
    width: 100%;
    width: 100px;*/
}

.product-slider-nav-modal .product-slider-nav-img-box img{
    width: 100%;
}

.product-slider-nav-mobile .slick-list,
.product-slider-nav-modal .slick-list,
.product-slider-nav .slick-list {
    margin: 0 -6px;
}

.product-slider-nav-collection .slick-list{
    /*margin-right: 15px;*/
}

.product-slider-nav-mobile .slick-slide,
.product-slider-nav-modal .slick-slide,
.product-slider-nav-collection .slick-slide,
.product-slider-nav .slick-slide {
    margin: 0 6px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    outline: none;
}

.product-slider-nav-mobile .slick-slide:hover,
.product-slider-nav-modal .slick-slide:hover,
.product-slider-nav-collection .slick-slide:hover,
.product-slider-nav .slick-slide:hover {
    border-color: #A8A8A8;
}

.product-slider-nav-mobile .slick-slide.slick-current.slick-active,
.product-slider-nav-modal .slick-slide.slick-current.slick-active,
.product-slider-nav-collection .slick-slide.slick-current.slick-active,
.product-slider-nav .slick-slide.slick-current.slick-active {
    border: 1px solid #191917;
}

.product-slider-nav-mobile .slick-slide img,
.product-slider-nav-modal .slick-slide img,
.product-slider-nav-collection .slick-slide img,
.product-slider-nav .slick-slide img {
    /*display: block;
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;*/
    width: 100%;
}

.product-slider-modal .slick-dots,
.product-slider-collection .slick-dots,
.product-slider .slick-dots{
    margin: 0px;
    display: grid;
    width: 100%;
    grid-column-gap: 10px;
    margin-right: 10px;
    padding-top: 10px;
}

.product-slider-modal .slick-dots li,
.product-slider-collection .slick-dots li,
.product-slider .slick-dots li{
    list-style: none;
    margin-right: 2px;

}

.product-slider-modal .slick-dots li button,
.product-slider-collection .slick-dots li button,
.product-slider .slick-dots li button{
    height: 2px;
    border: none;
    font-size: 0px;
    width: 100%;
    display: block;
    background: #c0c0c0;
}

.product-slider-modal .slick-dots li.slick-active button,
.product-slider-collection .slick-dots li.slick-active button,
.product-slider .slick-dots li.slick-active button{
    background: #181818;
}

.prd_slider_nav{
    position: relative;
    padding: 0px 20px;
}

.prd_slider_nav .slick-next,
.prd_slider_nav .slick-prev{
    position: absolute;
    margin-top: -45px;
    bottom: 35%;
    width: 20px;
    height: 30px;
    font-size: 0;
    background-color: #ffffff;
    border: 0;
    cursor: pointer;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    background-repeat: no-repeat;
    z-index: 10;
}

.product-other-slider .slick-arrow:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.bl_modal_prd_slide{
    min-width: 600px;
}



.bl_modal_prd_slide .prd_slider_nav{

}

.bl_modal_collection_slide{
    width: 630px;
}

.bl_modal_collection_slide .product-slider-img-box{}

.bl_modal_collection_slide .prd_slider_nav{
    max-height: 110px;
    padding: 0px;
    margin-top: 20px;
}

.prd_slider_nav .slick-prev {
    left: -3%;
    background-image: url(../img/icon/slider-left-active.svg);
    background-position: 7px 5px;
    background-color: inherit;
}

.prd_slider_nav .slick-prev.slick-disabled {
    background-image: url(../img/icon/slider-left.svg);
    background-position: 7px 5px;
    background-color: inherit;
}

.prd_slider_nav .slick-next {
    right: -3%;
    background-image: url(../img/icon/slider-right-active.svg);
    background-position: 1px 5px;
    background-color: inherit;
}

.prd_slider_nav .slick-next.slick-disabled {


    background-image: url(../img/icon/slider-right.svg);
    background-position: 1px 5px;
    background-color: inherit;
}

.prd_slider_nav .slick-prev:hover,
.prd_slider_nav-slider .slick-next:hover {}


.product-slider-nav-mobile.prd_slider_nav .slick-prev,
.product-slider-nav-mobile.prd_slider_nav .slick-next{
    width: 35px;
    height: 20px;
    bottom: inherit;
    top: 12%;

}

.bl_collection_list{
    width: 760px;
}

.product-slider-nav-mobile.prd_slider_nav .slick-prev {
    left: 5px;
    background-image: url(../img/icon/arr_prev_active.svg);
    background-position: 0px 5px;
    background-size: auto;
    background-color: inherit;
}

.product-slider-nav-mobile.prd_slider_nav .slick-prev.slick-disabled {
    background-image: url(../img/icon/arr_prev.svg);
    background-position: 0px 5px;
    background-size: auto;
    background-color: inherit;
}


.product-slider-nav-mobile.prd_slider_nav .slick-next {
    left: 60px;
    background-image: url(../img/icon/arr_next_active.svg);
    background-position: -27px 5px;
    background-size: auto;
    background-color: inherit;
}

.product-slider-nav-mobile.prd_slider_nav .slick-next.slick-disabled {
    background-image: url(../img/icon/arr_next.svg);
    background-position: -30px 5px;
    background-size: auto;
    background-color: inherit;
}

.bl_colletion_slide_mobile{
    margin-bottom: 20px;
    width: 100%;
}
.bl_colletion_slide_mobile ._title{
    font-size: 14px;
    text-transform: uppercase;
}

.product-tab-description p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
}

.product-tab-video .video-wrap {
    margin: 0;
    max-height: 375px;
}

.product-heading {
    display: none;
}

.product-heading-text {
    font-size: 30px;
    text-transform: uppercase;
}

.product-heading-vendor {
    margin-top: 5px;
    font-size: 19px;
}

.prd_detail_page .product-name {
    font-family: 'Inter-Bold';
    font-size: 30px;
    margin-bottom: 23px;
}

.product-vendor {
    margin-top: 5px;
    font-size: 19px;
}

.product-select-box {

}

.product-select-wrap {
    margin-bottom: 30px;

    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;*/
}

.product-select-label {
    display: inline-block;
    min-width: 80px;
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 10px;
}

.product-link {
    display: block;
    margin-top: 45px;
    font-size: 19px;
    color: #191917;
    text-decoration: underline;
}

.product-link:hover {
    opacity: 0.8;
}

.js--product-another-collection{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding-left: 35px;
    color: #000;
    display: block;
    min-height: 24px;
    margin-bottom: 20px;
    background: url("../img/icon/pic_eye.svg") no-repeat;
}

.js--product-another-collection:active,
.js--product-another-collection:focus{
    color: #000;
    text-decoration: none;
}

.btn_show_collection_pict{
    padding-bottom: 25px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 12px;
}

.collection_pict_link {
    display: block;
    color: #191917;
    height: 54px;
    border: 1.6px solid #C0C0C0;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    cursor: pointer;
}

.collection_pict_link span{
    display: block;
    padding-left: 43px;
    margin: 0px auto;
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    background: url("/local/templates/ambicioni/components/bitrix/catalog.element/.default/images/pic_1.png") no-repeat;
}

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

.prd_form_1{
    display: flex;
    margin-bottom: 25px;
}

.prd_form_1 .product-buy{
    width: 50%;
    margin-right: 14px;
}
.prd_form_1 .product-discussion-btn{
    width: 50%;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    font-weight: 600;
    font-size: 17px;
    color: #000;
}

.product-buy {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;*/
}


.prd_price{
    margin-bottom: 54px;
}

.prd_price .product-buy-price {
    margin-right: 15px;
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'Inter';
}

.product-buy .old_price{
    color: #5c5c55;
    text-decoration: line-through;
    margin-right: 15px;
    font-size: 16px;
}

.product-buy-btn {

}

.product-discussion-btn {

}

.product-info {
    padding-bottom: 13px;
}

.product-info-title {
    margin-bottom: 8px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: -0.8px;
}

.product-info.product-faq .product-info-title {
    margin-bottom: 10px;
}

.product-info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.product-info-item:last-child {
    margin-bottom: 0;
}

.product-info-elem {
    font-size: 17px;
}

.product-info-name {
    padding-right: 10px;
    width: 40%;
    color: #c0c0c0;
}

.product-info-value {
    width: 60%;
}

.prd_gr_info{
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 15px;
    width: 100%;
}

.prd_gr_info ._gr_title{
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    padding: 13px 0px 8px 0px;
    cursor: pointer;
}

.prd_gr_info.faq{
    border: inherit;
    margin-bottom: 10px;
}

.prd_gr_info.faq ._gr_title{
    font-size: 17px;
    text-transform: inherit;
    padding: 0px;
    font-weight: bold;
    cursor: pointer;
}


.prd_gr_info ._gr_title span{
    position: absolute;
    right: 0px;
    top: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url("/local/templates/ambicioni/components/bitrix/catalog.element/.default/images/pic_plus.png") no-repeat 2px 2px;
}

.prd_gr_info.active ._gr_title span{
    background: url("/local/templates/ambicioni/components/bitrix/catalog.element/.default/images/pic_minus.png") no-repeat 2px 6px;
}

.prd_gr_info.faq ._gr_title span{
    top: 5px;
}

.product-info .modal-big-heading{
    font-size: 17px;
    margin-bottom: 10px;
}


.prd_gr_info ._gr_info{
    display: none;
}
.prd_gr_info.active ._gr_info{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-faq-btn, .product-faq-link {
    margin-bottom: 10px;
    /*padding: 12px 25px 10px 25px;*/
    font-size: 15px;
    line-height: 22px;
    color: #191917;
    /*background-color: #F4F4F4;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;*/
    cursor: pointer;
}

.product-faq-btn:hover, .product-faq-link:hover {
    color: rgba(25, 25, 23, 0.7);
}

.product-faq-link {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.product-faq-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 14px;
    height: 8px;
    background-image: url(../img/icon/arrow-down.svg);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.product-faq-link:hover:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.product-other {
    margin-top: 105px;
    text-align: center;
}

.product-other-title {
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    font-family: "Inter-Bold";
    letter-spacing: -0.2px;
}

.product-other-slider {
    margin: 0 -15px;
}

.product-other-slider .slick-arrow {
    position: absolute;
    margin-top: -45px;
    bottom: -18%;
    width: 70px;
    height: 20px;
    font-size: 0;
    background-color: #ffffff;
    border: 0;
    cursor: pointer;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    background-repeat: no-repeat;
    z-index: 10;
}

.product-other-slider .slick-arrow:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product-other-slider .slick-prev {
    left: 43%;
    background-image: url(../img/icon/arr_prev_active.svg);
    background-position: 0px 4px;
    background-color: inherit;
}

.product-other-slider .slick-next {
    background-image: url(../img/icon/arr_next_active.svg);
    background-position: 0px 4px;
    background-color: inherit;
}

.product-other-slider .slick-prev.slick-disabled {

    background-image: url(../img/icon/arr_prev.svg);
    background-position: 0px 4px;
    background-color: inherit;
}

.product-other-slider .slick-next.slick-disabled {
    background-image: url(../img/icon/arr_next.svg);
    background-position: 0px 4px;
    background-color: inherit;
}


.product-other-slider .slick-prev:hover,
.product-other-slider .slick-next:hover {
    background-color: #fff;
}

.product-other-elem {
    margin: 0 10px;
    max-width: 220px;
    outline: none;
}


.container_similar_products{}

.bl_similar_products{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.bl_similar_products .product-other-elem{
    margin-bottom: 20px;
}

.btn_show_next{
    display: inline-block;
    margin: 0 auto;
    margin-top: 80px;
    padding: 12px 46px 10px 46px;
    width: auto;
    min-width: 283px;
    max-width: 100%;
    font-family: "Inter-Bold";
    border: 1px solid #D7D7D7;
    font-size: 15px;
    cursor: pointer;
}

.product-other-elem:hover .product-other-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.product-other-elem:hover .product-other-name {
    text-decoration: underline;
}

.product-other-img-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
}

.product-other-img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-position: center;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}

.product-other-info {
    margin-top: 15px;
    font-size: 15px;
    color: #191917;
    /*text-transform: uppercase;*/
    text-align: center;
}

.product-other-name {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}


.product-other-elem .proudct-other-price{
    font-family: "Inter-Bold";
}

.product-other-elem .other_a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Inter";
    color: #000;
    text-transform: none;
}

.product-other-elem .other_a:hover{
    text-decoration: none;
}

.product-other-btn {
    display: inline-block;
    margin: 0 auto;
    margin-top: 80px;
    padding: 12px 46px 10px 46px;
    width: auto;
    min-width: 283px;
    max-width: 100%;
    font-family: "Inter-Bold";
    border: 1px solid #D7D7D7;
    font-size: 15px;
}

.select2-container {
    display: block;
    width: 100% !important;
    max-width: 284px;
    height: auto;
    font-size: 17px;
}

.select2 .select2-selection--single {
    height: auto;
    border-color: #191917;
    border-radius: 0;
    outline: none;
}

.select2 .select2-selection--single .select2-selection__rendered {
    padding: 12px 35px 6px 15px;
    color: #191917;
    line-height: normal;
}

.select2 .select2-selection--single .select2-selection__arrow {
    margin-top: -4px;
    top: 50%;
    right: 18px;
    width: 14px;
    height: 7px;
    background-image: url(../img/icon/arrow-down.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.select2 .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-results__option {
    font-size: 15px;
    position: relative;
    margin-bottom: 13px;
    padding: 0;
}

.select2-results__option:last-child{
    margin-bottom: 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #191917;
    background-color: transparent;
    text-decoration: underline;
}

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

.select2-dropdown {
    border-radius: 0;
}

.select2-results {
    max-height: 340px;
}

.product-color-img {
    display: none;
    margin-right: 15px;
    width: 50px;
    height: 31px;
}

.select2-container--open .select2-selection--single #select2-select-color-container {
    padding-top: 8px;
    padding-bottom: 9px;
}

.select2-container--open .product-color-img {
    display: block;
}

.select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-results__option {

}

.select2-container--default .select2-results .select2-results__options {
    max-height: 340px;
    border-radius: 0;
}

.product-select-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 15px;
    line-height: 22px;
}

.mCSB_container {
    padding: 25px;
    padding-right: 0;
}

.mCSB_draggerContainer {
    margin: 10px 0;
}

.mCSB_scrollTools {
    max-width: 14px;
    background-color: #F4F4F4;
}

.mCSB_scrollTools:hover .mCSB_dragger .mCSB_dragger_bar {
    background-color: #191917 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #f4f4f4;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
    background-color: #191917 !important;
}

.cart-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.cart-product-wrap {
    margin-top: 20px;
    margin-left: 60px;
    width: 100%;
}

.cart-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.cart-img-box {
    position: relative;
    padding-bottom: 23.1%;
    width: 100%;
    max-width: 270px;
    min-height: 270px;
    max-height: 270px;
}

.cart-img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.cart-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.cart-name {
    font-size: 15px;
    text-transform: uppercase;
}

.cart-size {
    margin-top: 15px;
    font-size: 15px;
}

.cart-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
}

.cart-number-input {
    padding: 13px 10px 10px 10px;
    width: 57px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #191917;
    border-right: 0;
}

.cart-number-plus, .cart-number-minus {
    display: block;
    width: 29px;
    height: 25px;
    color: #ffffff;
    background-size: 12px 6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #191917;
    cursor: pointer;
}

.cart-number-plus {
    background-image: url(../img/icon/arrow-num-top.svg);
}

.cart-number-minus {
    background-image: url(../img/icon/arrow-num-bottom.svg);
}

.cart-number-plusH, .cart-number-minusH {
    display: block;
    width: 29px;
    height: 25px;
    color: #ffffff;
    background-size: 12px 6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #191917;
    cursor: pointer;
}

.cart-number-plusH {
    background-image: url(../img/icon/arrow-num-top.svg);
}

.cart-number-minusH {
    background-image: url(../img/icon/arrow-num-bottom.svg);
}

.cart-price {
    font-size: 30px;
    text-transform: uppercase;
}

.cart-price .old_price{
    color: #5c5c55;
    text-decoration: line-through;
    text-align: right;
    margin-right: 15px;
    font-size: 16px;

}

.cart-delete {
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/cross-icon.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.cart-bottom {
    margin-top: 40px;
}

.cart-comment-btn {
    font-size: 16px;
    text-decoration: underline;
    color: #A8A8A8;
    cursor: pointer;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.cart-comment-btn:hover {
    color: #191917;
}

.cart-comment-form {
    display: none;
    position: relative;
}

.cart-comment-form-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    background-image: url(../img/icon/cross-icon.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    cursor: pointer;
}

.cart-comment-form-close:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cart-comment-form-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.cart-comment-textarea {
    padding: 14px 28px;
    width: 100%;
    height: 95px;
    font-size: 15px;
    line-height: 22px;
    border: 1px solid transparent;
    background-color: #F4F4F4;
    resize: none;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.cart-comment-textarea::-webkit-input-placeholder {
    color: #A8A8A8;
}

.cart-comment-textarea:-moz-placeholder {
    color: #A8A8A8;
}

.cart-comment-textarea::-moz-placeholder {
    color: #A8A8A8;
}

.cart-comment-textarea:-ms-input-placeholder {
    color: #A8A8A8;
}

.cart-comment-textarea:focus {
    border-color: #191917;
    background-color: #ffffff;
}

.cart-comment-symbols {
    font-size: 12px;
    color: #A8A8A8;
}

.cart-comment-save {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #191917;
    cursor: pointer;
}

.cart-comment-save:hover {
    text-decoration: underline;
}

.cart-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 130px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.cart-menu-quick {
    padding: 10px 70px;
    font-size: 15px;
    max-width: 300px;
}

.cart-menu-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.cart-menu-order-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-right: 60px;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.cart-menu-order-price-text {
    margin-right: 20px;
    font-size: 15px;
    color: #A8A8A8;
}

.cart-menu-order-price-value {
    font-size: 40px;
    text-transform: uppercase;
}

.cart-menu-order-btn {
    padding: 10px 68px;
    font-size: 15px;
}

.cart-empty {
    padding: 39px 60px;
    font-size: 15px;
    line-height: 22px;
    background-color: #F4F4F4;
}

.order-info-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.order-info-total-text {
    font-size: 15px;
    color: #A8A8A8;
}


.order-info-total-value {
    font-size: 20px;
    color: #191917;
    text-transform: uppercase;
}

.order-info .feedback-info {
    margin-bottom: 0;
}

.order-info .feedback-info-elem {
    margin-bottom: 20px;
}

.order-info .feedback-info-title {
    margin-bottom: 35px;
}

.order-info .feedback-info-terms {
    margin-top: 45px;
}

.order-info .feedback-info-terms .checkbox[type="checkbox"]:checked + label:before,
.order-info .feedback-info-terms .checkbox[type="checkbox"]:not(:checked) + label:before {
    background-color: #F4F4F4;
}

.order-btn {
    margin-top: 50px;
    font-size: 15px;
    max-width: 340px;
    user-select: none;
}

.cooperation-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.cooperation-img-wrap {
    position: relative;
    padding-bottom: 43.6%;
    width: 40%;
}

.cooperation-img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.cooperation-info {
    margin-top: 20px;
    padding-left: 60px;
    width: 60%;
}

.cooperation-form {
    margin-top: 100px;
    padding: 60px 50px 70px 50px;
    background-color: #F4F4F4;
}

.cooperation-form-title {
    margin-bottom: 35px;
    font-size: 27px;
    line-height: 36px;
    text-transform: uppercase;
}

.cooperation-form-radio-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.cooperation-form-radio-elem {
    margin-right: 40px;
}

.cooperation-form-radio-label {
    font-size: 15px;
}

.cooperation-form-wrap {
    display: none;
    margin: 0 -15px;
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cooperation-form-wrap.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.cooperation-form-elem {
    padding: 0 15px;
    padding-top: 15px;
    width: 50%;
}

.cooperation-form-input {
    padding: 13px 25px;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #191917;
    border: 1px solid transparent;
    background-color: #ffffff;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.cooperation-form-input:focus {
    border-color: #191917;
}

.cooperation-form-input::-webkit-input-placeholder {
    color: #A8A8A8;
}

.cooperation-form-input:-moz-placeholder {
    color: #A8A8A8;
}

.cooperation-form-input::-moz-placeholder {
    color: #A8A8A8;
}

.cooperation-form-input:-ms-input-placeholder {
    color: #A8A8A8;
}

.cooperation-form-btn {
    padding: 12px 15px;
    max-width: 100%;
    font-size: 15px;
    line-height: 22px;
}

.cooperation-form .cooperation-form-radio[type="radio"]:checked,
.cooperation-form .cooperation-form-radio[type="radio"]:not(:checked) {
    position: absolute;
    height: 0;
    width: 0;
    left: -9999px;
}

.cooperation-form .cooperation-form-radio[type="radio"]:checked + label,
.cooperation-form .cooperation-form-radio[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 43px;
    cursor: pointer;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    color: #666;
}

.cooperation-form .cooperation-form-radio[type="radio"]:checked + label:before,
.cooperation-form .cooperation-form-radio[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    border-radius: 100px;
    background-color: #ffffff;
}

.cooperation-form .cooperation-form-radio[type="radio"]:checked + label:after,
.cooperation-form .cooperation-form-radio[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../img/icon/checkmark-icon.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cooperation-form .cooperation-form-radio[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cooperation-form .cooperation-form-radio[type="radio"]:checked + label:before {
    background-color: accent-color;
}

.cooperation-form .cooperation-form-radio[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.order-list-elem {
    padding: 22px 0;
}

.order-list-elem:first-child {
    padding-top: 0;
}

.order-list-elem.active .order-list-heading-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.order-list-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
}

.order-list-heading-l, .order-list-heading-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.order-list-heading-l {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.order-list-heading-r {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.order-list-heading-value, .order-list-heading-num, .order-list-heading-price {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.order-list-heading-num {
    margin-left: 35px;
    margin-right: 20px;
}

.order-list-heading-date {
    font-size: 20px;
    line-height: 26px;
    color: #A8A8A8;
}

.order-list-heading-arrow {
    margin-top: -5px;
    margin-left: 30px;
    width: 16px;
    height: 8px;
    background-image: url(../img/icon/arrow-down.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.order-list-dropdown {
    display: none;
}

.order-list-info {
    padding: 0 48px 0 33px;
    list-style-type: none;
}

.order-list-info-elem {
    position: relative;
    padding: 15px 0;
    padding-left: 25px;
}

.order-list-info-elem:first-child {
    margin-top: 35px;
}

.order-list-info-elem::before {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #191917;
    border-radius: 100px;
}

.order-list-info-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.order-list-info-name, .order-list-info-price {
    font-size: 15px;
    line-height: 22px;
    color: #191917;
}

.order-list-info-name:hover {
    text-decoration: underline;
}

.order-list-info-price {
    text-transform: uppercase;
}

.order-list-info-comment .custom-text:last-child {
    margin-bottom: 0;
}

.order-list-info .custom-text {
    color: #A8A8A8;
}

.order-list-info .custom-text:first-child {
    margin-top: 15px;
}

.order-list-value {
    margin-top: 20px;
    margin-bottom: 38px;
    padding: 60px 45px 50px 60px;
    background-color: #F4F4F4;
}

.order-list-value-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

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

.order-list-value-text {
    font-size: 15px;
    line-height: 18px;
}

.order-list-value-price {
    font-size: 30px;
    line-height: 24px;
}

.product-tab.product-tab_mobile {
    display: none;
}

.footer-socials {
    display: none;
}

.catalog-btn-img {
    display: none;
}

.catalog-info {
    background-color: rgba(25, 25, 23, 0.5);
}

.catalog-elem .catalog-info {
    z-index: 10;
}

.main-collection .catalog-info,
.catalog-wrap_collections .catalog-info {
    background-color: rgba(255, 255, 255, 0.5);
}

.main-collection .catalog-info .catalog-name,
.catalog-wrap_collections .catalog-info .catalog-name {
    color: #000;
}

.product-select-subinfo {
    margin-left: 100px;
    font-size: 20px;
    display: block;
    /*margin-top: -15px;*/
}

.prd_detail_page .product-elem-info {
    flex: 1;
    min-width: 0;
    font-family: 'Inter';
    /*padding-left: 30px;*/
}


#go-top {
    position: fixed;
    /*bottom: 60px;*/
    bottom: 100px;
    right: 5%;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    display: none;
    width: 41px;
    height: 41px;
    background: url("/local/templates/ambicioni/style/img/icon/page_up.png") no-repeat;
    background-size: contain;
    line-height: 30px;
    border-radius: 50%;
    border: 2px solid #43013B;
}

#go-top:hover {
    /*  background: #333;
      color: #fff;*/
}

.header-section-slide{
    margin-top: 20px;
    min-height: 450px;
}
.header-section-slide ._slider_img{
    width: 100%;
}

.bl_cont_info{}
.bl_cont_info ._item_cont_info{
    margin-bottom: 10%;
    font-size: 15px;
}

.bl_cont_info ._item_cont_info ._cont_title{
    margin-bottom: 6px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    /*text-decoration: underline;*/
}
.bl_cont_info ._item_cont_info p{
    margin-bottom: 3px;
}
.bl_cont_info ._item_cont_info a{
    color: #191917;
}


/* new search */

.header-form-wrap {
    display: none;
}

.header-form-wrap.active {
    display: block;
}

.header-form-c {
    position: relative;
    margin: 0 auto;
    padding: 0 15px 25px;
    max-width: 1200px;
}

.header-search-form {
    position: relative;
    display: flex;
}

.header-search-sbm-btn {
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    flex: 0 0 auto;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    opacity: 1;
    cursor: pointer;
    margin-left: -11px;
}

.header-search-sbm-btn svg {
    transform: scale(1.1);
}

.header-search-sbm-btn:hover {
    opacity: .7;
}

.header-search-close {
    width: 35px;
    height: 40px;
    position: relative;
    margin-left: 20px;
    transition: all .3s;
    opacity: 1;
    cursor: pointer;
    margin-right: -5px;
    align-self: flex-end;
}

.header-search-close:before,
.header-search-close:after {
    position: absolute;
    display: block;
    content: "";
    height: 2px;
    width: 27px;
    top: 50%;
    left: 50%;
    background: #000;
    transform: translate(-50%, -50%) rotate(45deg);
}

.header-search-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header-search-close:hover {
    opacity: 0.7;
}

.header-search-input {
    background: transparent;
    width: 100%;
    flex: 1;
    display: block;
    border: none;
    border-bottom: 1px solid #000;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    outline: none;
}

.header:not(.header-inverse) .header-search-sbm-btn {
    color: #fff;
}

.header:not(.header-inverse) .header-search-input {
    color: #fff;
    border-color: #fff;
}

.header:not(.header-inverse) .header-search-close:before,
.header:not(.header-inverse) .header-search-close:after {
    background: #fff;
}

.p-search__head {
    margin: 50px 0 85px 0;
    font-size: 30px;
    line-height: normal;
    text-align: center;
}

.p-search__controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.p-search__list {
    margin-bottom: 150px;
}

.p-search__form {
    margin-bottom: 90px;
}

/* new search ... end */

.about.text-page .video-wrap {
    display: none !important;
}

.socials-block {
    display: flex;
    min-height: 170px;
    padding: 15px;
    background-color: #191917;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.socials-block__item {
    margin-right: 10%;
    flex: 0 0 auto;
}

.socials-block__item:last-child {
    margin-right: 0;
}

.socials-block__link {
    display: flex;
    align-items: flex-start;
}

.socials-block__item-l {
    flex: 0 0 auto;
    margin-right: 20px;
}

.socials-block__item-r {
    flex: 1;
    min-width: 0;
    position: relative;
}

.socials-block__item-img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.socials-block__item-img-container {
    width: 40px;
    padding-top: 7px;
}

.socials-block__item-title {
    position: relative;
    font-size: 40px;
    color: #ffffff;
}

.socials-block__item-desc {
    font-size: 16px;
    color: #a7a7a7;
    margin-top: -8px;
}


.bl_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
}
.bl_grid .b_grid_left{
    width: 100%;
    padding-right: 15%;
}
.bl_grid .b_grid_right{
    width: 100%;
    padding-left: 15%;
}


/* === */
.bl_modal_img{
    position: relative;
}

.bl_modal_img .bm_img{}
.bl_modal_img .bm_img img{
    width: 100%;
}

.bl_modal_img .modal_btn {
    position: absolute;
    bottom: 0px;
    width: 40px;
    height: 100%;
    font-size: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    z-index: 10;
    cursor: pointer;
}

.bl_modal_img ._mod_prev {
    left: 0px;
    background: url(/local/templates/ambicioni/style/img/icon/slider-left.svg) no-repeat 50%;
}

.bl_modal_img ._mod_prev:hover{
    background: url(/local/templates/ambicioni/style/img/icon/slider-left-active.svg) no-repeat 50% rgba(49, 49, 49, .1);
}

.bl_modal_img ._mod_prev._mod_disabled {
    background: url(/local/templates/ambicioni/style/img/icon/slider-left.svg) no-repeat 50%;
}

.bl_modal_img ._mod_next {
    right: 0px;
    background: url(/local/templates/ambicioni/style/img/icon/slider-right.svg) no-repeat 50%;
}

.bl_modal_img ._mod_next:hover{
    background: url(/local/templates/ambicioni/style/img/icon/slider-right-active.svg) no-repeat 50% rgba(49, 49, 49, .1);
}

.bl_modal_img ._mod_next._mod_disabled{
    background: url(/local/templates/ambicioni/style/img/icon/slider-right.svg) no-repeat 50%;
}

/* === */
.bl_portfolio .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.bl_portfolio .gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bl_portfolio .gallery-item {
    position: relative;
    /*flex: 1 0 22rem;*/
    margin: 0px;
    color: #fff;
    cursor: pointer;
}

.bl_portfolio .gallery-item .gl_cont{
    display: table;
    height: 100%;
}

.bl_portfolio .gallery-item a{
    display: table-cell;
    vertical-align: middle;
}

.bl_portfolio .gallery-item:hover .gallery-item-info,
.bl_portfolio .gallery-item:focus .gallery-item-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.bl_portfolio .gallery-item-info {
    display: none;
}

.bl_portfolio .gallery-item .gallery-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    border-radius: 2px;
    /*border: 1px solid #ddd;*/
}

.bl_portfolio .gallery-item:hover .gallery-image {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.fancybox-content{
    padding: 15px !important;
}

.bl_modal_img .bm_img{}
.bl_modal_img .bm_img img{
    width: 100%;
    height: auto;
}

.fancybox-slide--html .fancybox-close-small{

}

@media (max-width: 768px) {

}
/* === */
.fancybox-container .prev,
.fancybox-container .next {
    /*width: 69px;
    height: 69px;
    font-size: 35px;
    border-radius: 50%;
    border: none;
    background-color: #fe7f40;
    color: white;
    cursor: pointer;
    padding: 0;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);*/


    position: absolute;
    bottom: 0px;
    width: 40px;
    height: 100%;
    font-size: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    z-index: 10;
    cursor: pointer;
}

/* .fancybox-container .prev {
    left: 0px;
    background: url(/local/templates/ambicioni/style/img/icon/slider-left.svg) no-repeat 50%;
} */

/* .fancybox-container .prev:hover{
    background: url(/local/templates/ambicioni/style/img/icon/slider-left-active.svg) no-repeat 50% rgba(49, 49, 49, .1);
} */

.fancybox-container .prev {
    left: 0px;
    background: transparent;
    color: #fff;
    font-size: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancybox-container .prev:before {
    position: absolute;
    display: block;
    content: "";
    top: 45%;
    bottom: 45%;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.5);
    transition: all .3s;
}

.fancybox-container .prev:hover:before {
    top: 0;
    bottom: 0;
}

/* .bl_modal_img .next {
    right: 0px;
    background: url(/local/templates/ambicioni/style/img/icon/slider-right.svg) no-repeat 50%;
} */

/* .bl_modal_img .next:hover{
    background: url(/local/templates/ambicioni/style/img/icon/slider-right-active.svg) no-repeat 50% rgba(49, 49, 49, .1);
} */

.bl_modal_img .next {
    right: 0px;
    background: transparent;
    color: #fff;
    font-size: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancybox-container .next:before {
    position: absolute;
    display: block;
    content: "";
    top: 45%;
    bottom: 45%;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.5);
    transition: all .3s;
}

.fancybox-container .next:hover:before {
    top: 0;
    bottom: 0;
}


.bl_coop_info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}

.bl_coop_info .coop_info_img{
    width: 100%;
}

.bl_coop_info .coop_info_img img{
    /*width: 100%;*/
    max-height: 360px;
}

.bl_coop_info .bl_coop_left{}
.bl_coop_info .bl_coop_right{}

.header-logo__active-img,
.header-search-btn__active-img,
.header-cart-btn__active-img {
    display: none !important;
}

/* === */
@media screen and (max-width: 1200px) {
    .socials-block__item-title {
        font-size: 30px;
    }
}

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

    .socials-block__item-title {
        font-size: 25px;
    }

    .product-slider-elem {
        width: 100%;
    }

    .product-other-slider .slick-prev {
        left: 30%;
    }

    .product-other-slider .slick-next {
        right: 30%;
    }

    .modal-product .modal-body,
    .modal-subproduct .modal-body {
        padding: 50px;
        max-width: 800px;
    }

    .modal-product-slider-wrap,
    .modal-subproduct-slider-wrap {
        display: block;
    }

    .modal-product-slider-nav,
    .modal-subproduct-slider-nav {
        margin: 0;
        margin-top: 30px;
        max-width: 100%;
    }

    .modal-product-slider-nav .slick-list,
    .modal-subproduct-slider-nav .slick-list {
        margin: 0 -6px;
    }

    .modal-product-slider-nav .slick-track,
    .modal-subproduct-slider-nav .slick-track {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
    }

    .modal-product-slider-nav .slick-slide,
    .modal-subproduct-slider-nav .slick-slide {
        margin: 0 6px;
        border: 1px solid transparent;
        border-radius: 0;
        -webkit-transition: 0.35s;
        -moz-transition: 0.35s;
        -ms-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
        outline: none;
    }

    .modal-product-slider-nav .slick-slide.slick-current.slick-active,
    .modal-subproduct-slider-nav .slick-slide.slick-current.slick-active {
        border: 1px solid #191917;
    }
}

@media screen and (max-width: 991px) {
    .header-bottom {
        display: none;
    }

    .header-menu-btn {
        display: block;
    }

    .price-filter-form {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .price-filter-elem, .price-filter-elem:nth-child(1), .price-filter-elem:nth-child(2), .price-filter-elem:nth-child(3) {
        max-width: 100%;
    }

    .price-filter-elem:nth-child(1) {
        margin: 0;
    }

    .price-filter-elem:nth-child(2) {
        margin: 0;
    }

    .price-filter-slider {
        margin: 0 auto;
        margin-top: 35px;
    }

    .price-filter-input-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .price-filter-buttons {
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .video-wrap,
    .main-category {
        margin-top: 60px;
    }

    .main-category-wrap {
        margin-bottom: 50px;
    }

    .modal-cart {
        top: 138px;
    }

    .media-name {
        text-overflow: initial;
        white-space: initial;
    }
}

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

    .wrapper-header {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .product-buy {
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .product-buy-price {
        margin: 0;
    }

    .product-buy-btn {
        margin-top: 10px;
    }

    .footer-bottom {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-bottom .footer-elem {
        margin-top: 10px;
        padding-right: 0;
    }
}

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

    .bl_coop_info{
        display: block;
        grid-template-columns: inherit;
        gap:inherit;
    }

    .bl_coop_info .bl_coop_left{
        margin-bottom: 20px;
    }

    .socials-block__item-title {
        font-size: 20px;
    }

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

    .footer-left{
        margin-right: 20px;
        width: 162px;
    }

    .footer-elem{
        min-width: 100px;
    }

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

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

    .bl_collection_list{
        /* width: 420px; */
        width: 100%;
    }

    .product-wrap {
        display: inherit;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-elem.prd_slide_bl, .product-elem.product-elem-info{
        margin: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .product-elem-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .product-elem.prd_slide_bl{
        padding: 0px 15px;
    }

    .prd_form_1{
        display: block;
        width: 100%;
    }

    .prd_form_1 .product-discussion-btn{
        margin: 0px;
        width: 100%;
        max-width: inherit;
    }

    .prd_form_1 .product-buy{
        width: 100%;
        margin: 0px;
    }

    .prd_detail_page .prd_price{
        margin-bottom: 15px;
    }

    .bl_grid .b_grid_left{
        padding-right: 5%;
    }
    .bl_grid .b_grid_right{
        padding-left: 5%;
    }

    .header-section-slide{
        min-height: inherit;
    }

    .header-section-slide ._slider_img{
        width: 100%;
    }

    .product-buy {
        width: 100%;
    }

    .product-buy-btn {
        max-width: 100%;
        margin: 0px;
        margin-bottom: 15px;
    }

    .product-slider-nav-mobile.prd_slider_nav .slick-prev, .product-slider-nav-mobile.prd_slider_nav .slick-next{
        top: 10%;
    }

    .product-other-slider {
        margin-bottom: 25px;
    }

    .product-elem-info {
        padding-left: 0;
        flex: 0 0 auto;
        width: 100%;
        align-items: flex-start;
    }
}

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

    .main_page_home_slider{
        margin-bottom: 10px;
    }

    .modal-discussion .modal-body{
        padding: 30px 20px;
    }

    .modal-heading{
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 15px;
    }

    .modal-product.collection .modal-heading{
        margin-top: 0px;
    }

    .modal-product.collection .modal-body{
        padding: 30px 30px;
    }


    .bl_modal_prd_slide{
        width: 100%;
        min-width: inherit;
        height: inherit;
    }

    .bl_modal_collection_slide{
        width: 100%;
        min-width: inherit;
        height: inherit;
    }


    .amb-bx-breadcrumb i {
        line-height: 12px;
        font-size: 10px;
        margin-right: 4px;
        padding-right: 0px;
    }


    .amb-bx-breadcrumb .amb-bx-breadcrumb-item {
        line-height: 12px;
        margin-right: 4px;
    }

    .amb-bx-breadcrumb .fa-angle-right:before{
        padding-right: 0px;
    }

    .amb-bx-breadcrumb .amb-bx-breadcrumb-item span {
        font-size: 10px;
    }


    .wrapper-header{
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 19px;
        text-transform: inherit;
        text-align: center;
    }

    .about-company{
        font-size: 15px;
    }

    .video-wrap.bl_about{
        margin-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px 15px 10% 15px;
    }

    .bl_grid{
        display: block;
        grid-template-columns: inherit;
    }

    .bl_grid .b_grid_left{
        width: 100%;
        padding-right: 10px;
    }
    .bl_grid .b_grid_right{
        width: 100%;
        padding-left: 0px;
    }


    .main-category-v2 {
        display: block;
        grid-template-columns: inherit;
    }


    .main-category-v2 .category-wrap-v2{
        margin-bottom: 15px;
    }

    .category-wrap-v2:nth-child(odd) {
        margin-right: 0px;
    }

    .category-wrap-v2:nth-child(even) {
        margin-left: 0px;
    }

    .prd_detail_page .product-name{
        font-size: 18px;
    }

    .prd_price .product-buy-price{
        font-size: 28px;
    }

    .prd_gr_info ._gr_title{
        font-size: 14px;
    }

    .prd_gr_info.faq ._gr_title{
        font-size: 14px;
    }

    .product-info-elem{
        font-size: 14px;
    }

    .product-slider-nav-mobile {
        padding: 0;
    }

    .product-other-slider {
        margin-left: -10px;
        margin-right: -10px;
    }

    .product-other-btn {
        padding-left: 26px;
        padding-right: 26px;
        width: 100%;
    }
}

@media screen and (max-width: 761px) {
    body {
        height: auto;
        min-height: 100%;
    }

    .header {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .header-menu-btn {
        width: 30px;
    }

    .header-cart-val {
        top: -5px;
        right: -8px;
        width: 14px;
        height: 14px;
        font-size: 10px;
        line-height: 16px;
    }

    .header-form-c {
        padding: 12px 15px;
    }

    .header-search-sbm-btn {
        width: 16px;
        height: 16px;
        margin-left: 0;
        margin-right: 14px;
    }

    .header-search-sbm-btn svg {
        transform: none;
    }

    .header-search-input {
        height: 16px;
        padding: 0;
        font-size: 12px;
    }

    .header-search-close {
        margin-left: 14px;
        margin-right: 0;
        width: 16px;
        height: 16px;
    }

    .header-search-close:before,
    .header-search-close:after {
        height: 1px;
        width: 20px;
    }

    .mobile-menu .header-nav-link {
        margin: 0;
        font-size: 14px;
    }

    .mobile-menu-nav-list li {
        padding: 0;
        margin-bottom: 15px;
    }

    .mobile-menu-nav-list li:last-child {
        margin-bottom: 0;
    }

    .header.header-absolute {
        position: fixed;
    }

    .header.header-absolute.header-inverse.header-is-sticky {
        background-color: #191917;
    }

    .header.header-absolute.header-inverse.header-is-sticky .header-number {
        color: #ffffff;
    }

    .header.header-absolute.header-inverse.header-is-sticky .header-menu-btn span,
    .header.header-absolute.header-inverse.header-is-sticky .header-menu-btn span:before,
    .header.header-absolute.header-inverse.header-is-sticky .header-menu-btn span:after {
        background-color: #ffffff;
    }

    .header.header-absolute.header-inverse.header-is-sticky .header-search-close:before,
    .header.header-absolute.header-inverse.header-is-sticky .header-search-close:after {
        background: #fff;
    }

    .header.header-absolute.header-inverse.header-is-sticky .header-search-input {
        color: #fff;
        border-color: #fff;
    }

    .header.header-absolute.header-inverse.header-is-sticky .header-search-sbm-btn {
        color: #fff;
    }

    .header.header-absolute.header-inverse.header-is-sticky .header-logo__default-img,
    .header.header-absolute.header-inverse.header-is-sticky .header-search-btn__default-img,
    .header.header-absolute.header-inverse.header-is-sticky .header-cart-btn__default-img {
        display: none !important;
    }

    .header.header-absolute.header-inverse.header-is-sticky .header-logo__active-img,
    .header.header-absolute.header-inverse.header-is-sticky .header-search-btn__active-img,
    .header.header-absolute.header-inverse.header-is-sticky .header-cart-btn__active-img {
        display: block !important;
    }

    .bl_similar_products .product-other-elem {
        margin: 0px 5px;
        max-width: 85px;
    }

    .header-slider .slick-dots{
        bottom: 10px;
    }

    .video-wrap, .main-category {
        margin-top: 0px;
    }

    .header-slider-elem{
        min-height: inherit;
    }

    .prd_slider_nav .slick-next,
    .prd_slider_nav .slick-prev{
        bottom: 30%;
    }

    .product-slider-nav.prd_slider_nav .slick-next,
    .product-slider-nav.prd_slider_nav .slick-prev {
        bottom: auto;
        top: 50%;
        margin-top: 0;
        translate: 0 -50%;
    }

    .product-slider-nav.prd_slider_nav .slick-slide {
        margin-left: -4px;
        margin-right: -4px;
    }

    .product-slider-nav.prd_slider_nav .slick-slide {
        margin-right: 4px;
        margin-left: 4px;
    }

    .product-slider-nav.prd_slider_nav .product-slider-nav-img-box {
        padding-top: 100%;
        position: relative;
    }

    .product-slider-nav.prd_slider_nav .product-slider-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    .prd_slider_nav .slick-next{
        right: -5%;
    }

    .prd_slider_nav .slick-prev{
        left: -5%;
    }



    .bl_modal_prd_slide .prd_slider_nav .slick-prev.slick-disabled,
    .bl_modal_prd_slide .prd_slider_nav .slick-prev,
    .bl_modal_collection_slide .prd_slider_nav .slick-prev.slick-disabled,
    .bl_modal_collection_slide .prd_slider_nav .slick-prev
    {
        bottom: 10%;
    }


    .bl_modal_prd_slide .prd_slider_nav .slick-next.slick-disabled,
    .bl_modal_prd_slide .prd_slider_nav .slick-next,
    .bl_modal_collection_slide .prd_slider_nav .slick-next.slick-disabled,
    .bl_modal_collection_slide .prd_slider_nav .slick-next
    {
        bottom: 10%;
    }

    .prd_slider_nav .slick-next{
        right: -5%;
    }

    .prd_slider_nav .slick-prev{
        left: -5%;
    }


    .bl_modal_prd_slide .prd_slider_nav .slick-next{
        right: -7%;
    }


    .bl_modal_collection_slide .prd_slider_nav .slick-next{
        right: -5%;
    }

    .bl_modal_prd_slide .prd_slider_nav .slick-prev

    {
        left: -7%;
    }

    .bl_modal_collection_slide .prd_slider_nav .slick-prev
    {
        left: -6%;
    }


    .bl_modal_collection_slide,
    .product-slider-modal .slick-slide img,
    .product-slider-collection .slick-slide img,
    .product-slider .slick-slide img {
        width: 100%;
    }

    .product-other-slider .slick-arrow{
        /* bottom: -14%; */
        bottom: 0;
        top: 100%;
        margin-top: 20px;
    }

    .product-info-title{
        font-size: 15px;
    }

    .header-wrap {
        padding: 12px 15px;
    }

    .header-top {
        /* height: 42px; */
        height: auto;
    }

    .header-logo {
        max-width: 120px;
    }

    .header-logo img {
        width: 100%;
        display: block;
        max-width: 49px;
    }

    .modal-cart {
        top: 102px;
    }

    .mobile-menu {
        /* top: 102px; */
        top: 100%;
        left: 0;
    }

    .media {
        margin-top: 0;
    }

    .media-elem {
        width: 50%;
    }

    .product-heading {
        display: block;
    }

    .product-slider-modal,
    .product-slider-collection,
    .product-slider {
        margin: 0 auto;
        margin-top: 20px;
    }

    .product-vendor {
        display: none;
    }

    .product-select-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .product-size {
    }

    .product-spec {
        width: 100%;
    }

    .product-select-box {
        width: 100%;
    }

    .product-select-box .select2-container {
        max-width: 100%;
        font-size: 15px;
    }

    .product-link {
        margin: 0 auto;
        margin-top: 15px;
        max-width: 385px;

        margin-left: 0;
    }

    .product-discussion-btn {
        margin: 0 auto;
        margin-top: 30px;
        max-width: 270px;
        max-width: 100%;

    }

    .product-buy {

    }

    .product-faq {

        width: 100%;
    }

    .product-other {
        margin-top: 45px;
    }

    .product-other-title {
        margin-bottom: 25px;
        font-size: 18px;
        text-transform: inherit;
    }

    .product-other-btn {
        margin-top: 30px;
        font-size: 14px;
    }

    .cart-product-wrap {
        margin: 0;
        margin-left: 30px;
    }

    .cart-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart-info {
        margin-bottom: 20px;
        width: 90%;
    }

    .cart-price {
        margin-left: 20px;
    }

    .cart-delete {
        position: absolute;
        top: 0;
        right: 0;
    }

    .cart-comment-form-bottom {
        margin: 0;
    }

    .cart-menu {
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .cart-menu-order {
        margin: 0 auto;
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .cart-menu-order-price {
        margin: 0;
    }

    .feedback-info-wrap {
        padding-left: 30px;
    }

    .main-form {
        padding: 30px 15px;
    }

    .cooperation-wrap {
        margin-top: 40px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cooperation-img-wrap, .cooperation-info {
        width: 100%;
    }

    .cooperation-info {
        margin-top: 40px;
        padding-left: 0px;
    }

    .cooperation-form {
        margin-top: 40px;
        padding: 30px 15px 40px 15px;
    }

    .footer-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-left {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .footer-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-top .footer-elem {
        margin-right: 0;
        margin-top: 20px;
        padding-right: 10px;
        width: 50%;
        text-align: center;
    }

    .footer-socials {
        display: flex;
        position: relative;
        width: auto;
        overflow: hidden;
        background: #fff;
        margin: 30px -15px -20px;
        padding: 20px 15px;
        border-top: 1px solid #EBEBEB;
    }

    .footer-socials__list {
        display: flex;
        width: 100%;
        gap: 40px;
    }

    .footer-socials__item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-decoration: none !important;
    }

    .footer-socials__img {
        height: 26px;
        width: 26px;
        margin-right: 10px;
    }

    .footer-socials__title {
        font-size: 14px;
        line-height: 17px;
        margin-top: 3px;
        color: #000;
    }

    .footer-bottom {
        padding-bottom: 50px;
    }

    .product-tab.product-tab_mobile {
        display: block;
    }

    .product-tab.product-tab_desktop {
        display: none;
    }

    .tab.product-tab {
        margin-top: 15px;
    }

    .catalog-info {
        height: auto;
        bottom: 0;
    }

    .catalog-name,
    .catalog-wrap.catalog-arr .catalog-name {
        white-space: normal;
        padding: 20px 15px 15px;
        line-height: 21px;
        font-size: 19px;
    }

    .catalog-img {
        object-fit: contain;
    }




}

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

    .bl_portfolio .gallery{
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .header-number {
        order: 2;
        font-size: 14px;
        line-height: 14px;
    }

    .header-buttons {
        order: 3;
    }

    .header-logo {
        order: 1;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

    .mobile-menu-number {
        display: block;
    }

    .header-cart {
        margin-left: 15px;
    }

    .header-menu-btn {
        margin-left: 20px;
    }

    /* .header-logo img {
        max-width: 100px;
    } */

    .header.search-open .header-number {
        display: none;
    }

    .header-search-btn img,
    .header-cart-btn img {
        display: block;
    }
}

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


    .socials-block {
        flex-direction: column;
        padding: 30px 15px;
    }

    .socials-block__item {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .socials-block__item:last-child {
        margin-bottom: 0;
    }

    .footer-top {
        display: inherit;
    }

    .footer-top .footer-elem {
        width: 100%;
    }

    .footer-bottom{
        display: inherit;
    }

    .footer-bottom .footer-elem{
        text-align: center;
    }


    .main-category-wrap {
        position: relative;
        margin-bottom: 30px;
    }

    .main-category-img-box {
        padding-bottom: 45%;
        width: 100%;
        max-width: 100%;
    }

    .main-category-img {
        object-fit: contain;
    }

    .main-category-text {
        position: absolute;
        margin: 0;
        padding: 20px 15px 10px;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .main-category-name {
        line-height: 21px;
        font-size: 19px;
    }

    .main-category-desc {
        font-size: 16px;
    }

    .catalog-elem {
        width: 100%;
    }

    .main-collection {
        margin-top: 40px;
    }

    .main-collection .catalog-elem:nth-last-child(-n+2) {
        display: none;
    }

    .feedback {
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .feedback-form-wrap, .feedback-info-wrap {
        width: 100%;
    }

    .feedback-info-wrap {
        padding: 0;
    }

    .feedback-info {
        margin: 0 auto;
        margin-top: 40px;
    }

    .feedback .order-btn {
        margin: 0 auto;
        margin-top: 30px;
    }

    .main-form {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .inst {
        padding: 30px 15px;
    }

    .inst-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .inst-list {
        margin: 0;
        margin-top: 40px;
    }

    .about-media-elem {
        width: 33.33%;
    }
}

@media screen and (max-width: 520px) {
    .product-slider-img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: bottom center;
    }

    .modal-product .modal-body,
    .modal-subproduct .modal-body {
        padding: 50px 15px 15px 15px;
    }
}

@media screen and (max-width: 500px) {
    .cart-product {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .cart-product-wrap {
        margin-top: 20px;
        margin-left: 0;
        max-width: 300px;
    }

    .cart-img-box {
        max-width: 300px;
        min-height: 300px;
        max-height: 300px;
    }

    .cart-bottom {
        margin-top: 20px;
    }

    .cart-menu {
        margin-top: 40px;
    }

    .about-media-elem {
        width: 50%;
    }

    .cooperation-form-wrap {
        margin: 0 auto;
        margin-top: 20px;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .cooperation-form-elem {
        padding: 0;
        padding-top: 15px;
        width: 100%;
    }
}

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

    .bl_modal_collection_slide .slick-slider,
    .bl_modal_prd_slide .slick-slider{


        /*-ms-touch-action: pan-y;
        touch-action: pan-y;*/

        -ms-touch-action: manipulation;
        touch-action: manipulation;
    }

    .product-other-elem .other_a{
        font-size: 12px;
    }

    .product-other-elem .proudct-other-price{
        font-size: 13px;
    }

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

    /* .header-logo img{
        max-width: 80px;
    } */

    .product-slider-nav-modal,
    .product-slider-nav-collection,
    .product-slider-nav{
        margin-top: 20px;
    }

    .modal-product.prd_slider_modal .modal-body{
        padding: 30px 30px;
    }

    /*.prd_slider_nav .slick-next,
    .prd_slider_nav .slick-prev{
        bottom: 30%;
    }*/

    .wrapper {
        margin-bottom: 50px;
    }

    .price-filter-title {
        margin-right: 20px;
    }

    .price-filter-input {
        max-width: 150px;
    }

    .tab-nav-elem {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
    }
}

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

    .product-other-slider .slick-arrow{
        /* bottom: -25%; */
        bottom: 0;
    }

    .product-other-btn{
        margin-top: 50px;
    }

    .bl_collection_list .prd_slider_nav{
        padding-left: 0px;
        padding-right: 0px;
    }
    .bl_collection_list{
        /* width: 375px; */
    }
}

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

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

    .bl_similar_products .product-other-elem{
        margin: 0px 10px;
        max-width: 150px;
    }

    .product-other-btn{
        margin-top: 50px;
    }

    .bl_collection_list{
        /* width: 370px; */
    }

    .modal {
        padding: 70px 15px;
    }

    .modal-body {
        padding: 30px 15px;
        padding-top: 50px;
    }

    .modal-terms-back-btn {
        max-width: 100%;
    }

    .header.search-open .header-logo,
    .header.search-open .header-menu-btn,
    .header.search-open .header-cart {
        display: none;
    }

    .header.search-open .header-buttons {
        width: 100%;
    }

    .header.search-open .header-search {
        width: 100%;
    }

    .header.search-open .header-search-form {
        width: 100%;
    }

    .video-text {
        font-size: 34px;
    }

    .video-play-btn {
        margin-top: 15px;
        width: 42px;
        height: 42px;
    }

    .media-elem {
        width: 100%;
    }

    .media-img-box {
        padding-bottom: 70%;
    }

    .product-heading-text {
        font-size: 24px;
    }

    .product-heading-vendor {
        font-size: 16px;
    }

    .product-link {
        font-size: 15px;
    }

    .product-other-elem {
        max-width: 100%;
    }

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

    .main-form-title {
        text-align: center;
    }

    .main-form-elem {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-form-label {
        margin: 0;
    }

    .main-form-input {
        margin-top: 10px;
    }

    .contact-map {
        height: 250px;
    }

    .order-list-elem {
        padding: 12px 0;
    }

    .order-list-heading-value, .order-list-heading-num, .order-list-heading-price {
        font-size: 24px;
        line-height: 24px;
    }

    .order-list-heading-num {
        margin-left: 10px;
        margin-right: 5px;
    }

    .order-list-heading-arrow {
        margin-left: 5px;
        width: 12px;
        height: 7px;
    }

    .order-list-info {
        padding: 0;
    }

    .order-list-info-elem {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .order-list-info-elem:first-child {
        margin-top: 15px;
    }

    .order-list-value {
        margin-bottom: 0;
        padding: 30px 15px;
    }

    .links-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .links-btn:last-child {
        margin-top: 20px;
    }

    .modal-cart-wrap {
        padding: 50px 15px 35px 15px;
    }

    .modal-cart-delete {
        right: 0;
    }

    .modal-cart-img-box {
        margin-right: 15px;
    }

    .modal-cart-all-price {
        margin: 0 -15px;
        margin-top: 35px;
    }



    /**/

    .product-other-btn{
        margin-top: 40px;
    }

    .product-other-slider .slick-arrow{
        width: 50px;
        /* bottom: -16%; */
        bottom: 0;
        margin-top: 24px;
    }

    .product-other-slider .slick-prev {
        left: 30%;
        background-image: url(../img/icon/arr_prev_active.svg);
        background-position: 0px 4px;
        background-color: inherit;

    }

    .product-other-slider .slick-next {
        background-image: url(../img/icon/arr_next_active.svg);
        background-position: -13px 4px;
        background-color: inherit;
    }

    .product-other-slider .slick-prev.slick-disabled {

        background-image: url(../img/icon/arr_prev.svg);
        background-position: 0px 4px;
        background-color: inherit;
    }

    .product-other-slider .slick-next.slick-disabled {
        background-image: url(../img/icon/arr_next.svg);
        background-position: -13px 4px;
        background-color: inherit;
    }

    .bl_collection_list{
        /* width: 330px; */
    }

}

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

    .bl_collection_list{
        /* width: 340px; */
    }
}

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

    .bl_collection_list{
        /* width: 325px; */
    }

    .mCSB_container{
        padding: 12px;
    }

    /* .header-wrap {
        padding: 5px 15px;
    } */

    /* .header-top {
        height: 40px;
    } */

    /* .header-logo img{
        max-width: 60px;
    } */

    .header-number{
        font-size: 12px;
        /* line-height: 14px; */
    }

    .header-search-btn img{
        width: 16px;
    }

    .header-cart-btn img{
        width: 18px;
        margin-top: 3px;
    }

    .header-menu-btn span, .header-menu-btn span:before, .header-menu-btn span:after{
        width: 30px;
    }
}

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

    .bl_collection_list{
        /* width: 300px; */
    }

    .header-number{
        font-size: 10px;
        line-height: 14px;
    }

    .modal-product.prd_slider_modal .modal-body{
        padding: 20px 30px;
    }

    .price-filter-input-wrap {
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .price-filter-label {
        margin: 0 auto;
        margin-top: 10px;
        width: 100%;
        max-width: 315px;
    }

    .price-filter-label:last-child {
        margin: 0 auto;
        margin-top: 10px;
    }

    .price-filter-input {
        width: 100%;
        max-width: 100%;
    }

    .about-media {
        margin: 0;
    }

    .about-media-elem {
        padding: 10px 0;
        width: 100%;
    }

    .modal-discussion-success-text {
        font-size: 20px;
    }
}

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

    .bl_collection_list{
        /* width: 270px; */
    }
}

.feedback {
    display: flex;
}
.feedback > .feedback-form-wrap {
    order: 99;
}
.feedback > .feedback-info-wrap {
    padding-left: 0;
    padding-right: 60px;
}
.sSocials {
    margin-bottom: 24px;
    width: 100%;
    display: flex;
}
.sSocials>*+* {
    margin-left: 12px;
}
.sSocials__item {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    height: 52px;
    font-size: 16px;
    font-weight: 500;
    transition: all .2s;
}
.sSocials__item span {
    display: flex;
    align-items: center;
}
.sSocials__item span::before {
    margin-right: 12px;
    margin-bottom: 2px;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
}
.sSocials__item.wa span::before {
    background: url('data:image/svg+xml,%3Csvg class="footer-socials__img" xmlns="http://www.w3.org/2000/svg" viewBox="15 5 19.904 20" height="30" width="50"%3E%3Cg%3E%3Cpath d="M29.512 16.985c-.248-.124-1.465-.723-1.692-.806-.227-.082-.392-.123-.557.124-.165.248-.64.806-.784.971-.145.166-.29.186-.537.062-.247-.124-1.045-.385-1.991-1.229-.736-.656-1.233-1.467-1.378-1.715-.144-.248-.015-.382.109-.506.111-.11.248-.289.371-.433.124-.145.165-.248.248-.414.082-.165.041-.31-.02-.433-.063-.124-.558-1.343-.764-1.84-.201-.482-.405-.416-.557-.424a9.932 9.932 0 0 0-.475-.009.91.91 0 0 0-.66.31c-.227.248-.867.847-.867 2.066 0 1.219.887 2.396 1.011 2.561.124.166 1.746 2.667 4.23 3.74.591.255 1.053.407 1.412.521.593.189 1.133.162 1.56.098.476-.07 1.465-.599 1.671-1.177.207-.579.207-1.074.145-1.178-.062-.103-.227-.165-.475-.289m-4.518 6.17h-.004a8.225 8.225 0 0 1-4.192-1.149l-.3-.178-3.118.817.832-3.04-.196-.31a8.218 8.218 0 0 1-1.26-4.385c.002-4.541 3.697-8.236 8.241-8.236 2.2 0 4.268.859 5.824 2.416a8.188 8.188 0 0 1 2.41 5.827c-.002 4.542-3.697 8.237-8.237 8.237m7.01-15.248A9.846 9.846 0 0 0 24.994 5c-5.463 0-9.909 4.446-9.91 9.91a9.879 9.879 0 0 0 1.322 4.954L15 25l5.254-1.378a9.902 9.902 0 0 0 4.736 1.206h.004c5.462 0 9.908-4.446 9.91-9.91a9.851 9.851 0 0 0-2.9-7.012" fill-rule="evenodd" fill="rgb(33, 211, 102)"%3E%3C/path%3E%3C/g%3E%3C/svg%3E') no-repeat center center / cover;
}
.sSocials__item.tg span::before {
    background: url('data:image/svg+xml,%3Csvg class="footer-socials__img" xmlns="http://www.w3.org/2000/svg" height="533.33" width="533.33" viewBox="-36 -60 138.66633 239.99944"%3E%3Cdefs%3E%3ClinearGradient id="svg-telega-ico" y2="51.9" gradientUnits="userSpaceOnUse" x2="28.836" y1="11.536" x1="46.136"%3E%3Cstop stop-color="%2337aee2" offset="0"%3E%3C/stop%3E%3Cstop stop-color="%231e96c8" offset="1"%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform="matrix(3.4682 0 0 3.4682 -86.286 -59.823)"%3E%3Ccircle cy="34.6" cx="34.6" r="34.6" fill="url(%23svg-telega-ico)"%3E%3C/circle%3E%3Cpath fill="%23fff" d="m14.4 34.3 23.3-9.6c2.3-1 10.1-4.2 10.1-4.2s3.6-1.4 3.3 2c-0.1 1.4-0.9 6.3-1.7 11.6l-2.5 15.7s-0.2 2.3-1.9 2.7-4.5-1.4-5-1.8c-0.4-0.3-7.5-4.8-10.1-7-0.7-0.6-1.5-1.8 0.1-3.2 3.6-3.3 7.9-7.4 10.5-10 1.2-1.2 2.4-4-2.6-0.6l-14.1 9.5s-1.6 1-4.6 0.1-6.5-2.1-6.5-2.1-2.4-1.5 1.7-3.1z"%3E%3C/path%3E%3C/g%3E%3C/svg%3E') no-repeat center center / cover;
}
.sSocials__item:hover {
    background: #000;
    color: #fff;
}
@media (max-width: 640px) {
    .feedback > .feedback-info-wrap {
        padding-right: 0;
    }
    .contact-map-wrap > * {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .footer-socials__list {
        gap: 0 !important;
    }
    .footer-socials__list >*+* {
        margin-left: 32px !important    ;
    }
}

.p-delivery {
    font-family: "Inter";
    color: #000000;
}

.p-delivery-nav {
    display: none;
}

.p-delivery-tabs {
    display: grid;
    gap: 68px;
    grid-template-columns: repeat(2, 1fr);
}

.p-delivery-tab__title {
    font-family: "Inter-Bold";
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 32px;
    color: #181818;
}

.p-delivery-tab__desc {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 25px;
}

.p-delivery-tab__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.p-delivery-tab__info-title {
    font-family: "Inter-Bold";
    font-size: 15px;
    line-height: 21px;
    background: #F3F3F3;
    padding: 8px 17px;
    margin-bottom: 10px;
}

.p-delivery-tab__info-price {
    font-family: "Inter-Bold";
    font-size: 20px;
    line-height: 28px;
}

.p-delivery-tab__info-desc {
    font-size: 15px;
    line-height: 21px;
}

.p-delivery-tab__info-desc p {
    margin-bottom: 15px;
}

.p-delivery-tab__info-desc p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .p-delivery-tabs {
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .p-delivery-title {
        margin-top: 4px;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .p-delivery-tabs {
        display: block;
    }

    .p-delivery-tab {
        display: none;
    }

    .p-delivery-tab.active {
        display: block;
    }

    .p-delivery-tab__title {
        display: none;
    }

    .p-delivery-tab__desc {
        padding: 0 11px;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 20px;
    }

    .p-delivery-tab__info {
        gap: 30px;
    }

    .p-delivery-tab__info-title {
        padding: 8px 11px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .p-delivery-tab__info-price {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
        padding: 0 11px;
    }

    .p-delivery-tab__info-desc {
        font-size: 14px;
        line-height: 20px;
        padding: 0 11px;
    }

    .p-delivery-nav {
        display: flex;
        margin-bottom: 22px;
    }

    .p-delivery__nav-btn {
        flex: 1;
        outline: none;
        cursor: pointer;
        padding: 4px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 34px;
        border: 1px solid #D7D7D7;
        color: #181818;
        background: #fff;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 18px;
        font-family: "Inter-Bold";
        font-weight: 600;
    }

    .p-delivery__nav-btn.active {
        color: #fff;
        background: #181818;
    }
}