*,
search* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    width: 100%;
    font-family: '"Montserrat", Arial, Helvetica, sans-serif', sans-serif;
    color: #000
}

ul {
    padding-inline-start: 0px !important;
}

a {
    text-decoration: none;
    color: inherit
}

.news-detail-title{
	font-size: 22px; 
}
.news-detail-content{
	font-size: 16px;
}
.news-detail-content ul{
list-style-type: circle !important;
margin-left: 40px;
}
.top_header {
    padding: 6px 0;
    background-color: #a79a9c;
    font-family: 'Montserrat', sans-serif;
}

.top_header .img_brand {
    max-width: 280px;
}

.top_header .txt {
    word-spacing: 6px;
    color: #fff;
    font-size: 135%;
    letter-spacing: 3px;
    text-align: center;
}

.types_delivery .items {
    display: flex;
    flex-wrap: wrap;
}

.types_delivery .items .item {
    flex: 1 0 50%;
    display: flex;
    padding: 15px;
}

.types_delivery .items .item .icon {
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 30px;
}

.types_delivery .items .item .txt ul {
    margin-bottom: 5px;
}

.types_delivery .items .item .txt p {
    margin-bottom: 5px;
}

.types_delivery .items .item .txt h5 {
    font-size: 21px;
    margin-bottom: 5px;
}

.types_pay .items {
    display: flex;
    flex-wrap: wrap;
}

.types_pay .items .item {
    display: flex;
    max-width: 50%;
    flex: 0 0 50%;
    align-items: center;
    padding: 8px 10px;
}

.types_pay .items .item .icon {
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.types_pay .items .item .txt {}

.btn_default:hover {
    color: #fff;
    background: #00618b;
    text-decoration: none;
}

.btn_default {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    background: #07A1E2;
    box-sizing: border-box;
    position: relative;
    transition: .3s ease;
}

.btn_default_arrow:hover {
    color: #000;
    background: #DE4600;
    text-decoration: none;
}

.btn_default_arrow:hover .btn_cont .icon {
    transform: translateY(-50%) translateX(10px);
}

.btn_default_arrow {
    display: flex;
    border: none;
    align-items: center;
    cursor: pointer;
    padding: 25px 70px 25px 25px;
    color: #fff;
    text-transform: uppercase;
    background: #07A1E2;
    box-sizing: border-box;
    position: relative;
    width: max-content;
    transition: .3s ease;
}

.btn_default_arrow .btn_cont {
    position: relative;
}

.btn_default_arrow .btn_cont .icon {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(0px);
    display: flex;
    margin-left: 10px;
    transition: .3s ease;
}

#scrollToTop {
    bottom: 23px;
    right: 23px;
    position: fixed;
    transform: rotate(-90deg);
    color: #07A1E2;
    font-size: 32px;
    display: none;
}

#scrollToTop:hover {
    text-decoration: none;
}

#scrollToTop:focus {
    text-decoration: none;
}

#scrollToTop.visible {
    display: block;
}

.popular-products img {
    max-width: 100%
}

.main-catalog_sec {
    max-width: 100%
}

.container {
    padding: 0 10px
}

.nav-top {
    justify-content: space-between;
    padding-top: 34px
}

.nav-top,
.nav-top-left {
    display: flex;
    flex-grow: 1;
}

.nav-top-right {
    display: flex;
    align-items: center
}

.nav-logo {
    margin-right: 47px
}

.nav-menu-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.nav-menu {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    /*margin-left: -56px;*/
    /*width:986px*/
   
}

.arr-dw {
    display: inline-flex;
    align-items: center
}

.arr-dw.active::after {
    transform: rotate(180deg)
}

.over {
    overflow: visible !important
}

.arr-dw::after {
    display: block;
    content: "";
    width: 12px;
    height: 10px;
    background: url(../assets/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px
}

.menu-item {
    font-weight: 600;
    cursor: pointer
}

.nav-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 37px;
}

.nav-description {
    font-size: 14px;
    line-height: 23px;
    color: #888b8d;
    max-width: 580px
}

.e-mail {
    display: flex
}

.e-mail img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    margin-top: 3px
}

.order-call-text {
   margin-left: 10px;
    text-transform: uppercase;
    width: 130px;
}

.nav-bottom-left,
.nav-bottom-right {
    display: flex;
    align-items: center
}

.nav-bottom-right {
    justify-content: space-between
}

.nav-bottom-center {
    flex-grow: 1
}

.heart-icon {
    position: relative;
}

.catalog {
    display: flex;
    align-items: center;
    margin-right: 49px;
}

.search {
    position: relative;
    margin-right: 63px;
}

.search input[type=text] {
    min-width: 255px
}

.search input[type=text]::placeholder {
    font-family: cursive;
}

.search-icon {
    /*margin-left: -30px*/
    position: absolute;
    top: -3px;
    right: 6px;
}

.order-call {
    min-width: 161px;
    justify-content: center
}

.order-call_text {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #fff
}

.bottom-menu {
    justify-content: space-between;
}

.slider {
    margin-top: 35px;
    grid-gap: 50px
}

.slider,
.slider__wrapper {
    position: relative
}

.product-rating {
    display: flex;
    justify-content: flex-end;
}

.slider__wrapper .controls {
    display: flex;
    grid-gap: 50px;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%)
}

.slider .slick-list {
    overflow: visible
}

.colections-cards .card-item {
    min-width: 259px
}

.slider-img {
    position: relative;
    margin: 0 20px
}

.slider-info {
    position: absolute;
    width: 434px;
    top: 73px;
    left: 125px;
    content: "";
    background-color: #fff;
    padding: 45px 54px 104px 45px;
    text-transform: uppercase
}

.slider-title {
    font-size: 26px;
    line-height: 31px
}

.slider-subtitle {
    margin-top: 30px;
    color: #888b8d
}

.go-catalog {
    position: absolute;
    content: "";
    /*top: 205px;*/
    top: auto !important;
    bottom: -10px;
    left: 45px;
    display: flex;
    align-items: center;
    border: 1px solid #07A1E2;
    background-color: #fff;
    padding: 25px 30px;
    transition: .3s ease;
}

.go-cat_text {
    margin-right: 47px;
    color: #07A1E2;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px
}

.nav-adaptive {
    display: none
}

.colections {
    background: #f3f3f3;
    padding-top: 62px;
    padding-bottom: 62px;
    margin-top: 55px
}

.colect-info {
    margin-right: 30px
}

.colect-title {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 31px
}

.colect-text {
    font-size: 16px;
    line-height: 27px;
    color: #888b8d
}

.colections-cards {
    display: flex;
    align-items: center
}

.card-item {
    margin-right: 30px;
    position: relative
}

.card-item__hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    background-color: #9D9092;
    ;
    padding: 26px 32px;
    z-index: 999;
    flex-direction: column;
    color: #fff;
    opacity: 0;
    width: 110%;
    height: 310px;
}

.products-title {
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #000
}

.popular-products .controls {
    display: flex;
    grid-gap: 40px;
    margin-right: 100px
}

.card-item__hover .line1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 18px;
    margin-top: -6px;
}

.card-item:hover .card-item__hover {
    display: flex;
    transition: 1s;
    opacity: 1
}

.card-item:last-child {
    margin-right: 0
}

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

.card-name {
    position: absolute;
    content: "";
    top: 42px;
    left: 0;
    background: #f3f3f3;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    color: #888b8d;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase
}

.footer-list,
.footer-logo {
    margin-bottom: 10px
}

.footer-list ul li a {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 5px
}

.submenu {
    padding: 19px 25px;
    background: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .18);
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 30px;
    min-width: 250px;
    display: none;
    z-index: 50
}

.submenu a {
    text-transform: none
}

.submenu2 {
    padding: 19px 25px;
    background: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .18);
    flex-direction: column;
    position: absolute;
    left: 0px;
    top: 30px;
    min-width: 250px;
    display: none;
    z-index: 50
}

.submenu2 a {
    text-transform: none
}

.submenu2 a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #888b8d;
}

.bottom-menu_item:hover,
.razdel_list a:hover {
    color: #07A1E2;
}

.catalog {
    position: relative
}

.catalog__show {
    background: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .18);
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 9999;
    display: none
}

.catalog-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
    grid-gap: 100px;
    width: 93%
}

.razdel_list {
    list-style: none;
    margin-bottom: 40px
}

.catalog-column.gray-column a,
.razdel_list a,
.submenu a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #888b8d
}

.catalog-column {
    padding: 25px
}

.catalog-column.gray-column {
    background: #888b8d;
    min-width: 270px
}

.catalog-column.gray-column a {
    line-height: 250.87%;
    text-transform: uppercase;
    color: #fff
}

.popup {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none
}

.popup__wrapper {
    width: 100%;
    max-width: 594px;
    background-color: #fff;
    padding: 38px 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.popup__wrapper .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.popup__subtitle,
.popup__title {
    font-style: normal;
    font-weight: 400
}

.popup__title {
    font-size: 26px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000
}

.popup__subtitle {
    font-size: 16px;
    line-height: 27px;
    color: #888b8d;
    margin: 18px 0
}

.popup__wrapper form {
    display: flex;
    flex-wrap: wrap
}

.popup__wrapper input {
    display: inline-flex;
    flex-basis: 40%;
    background-color: transparent
}

button.feat-block_btn {
    background: 0 0;
    font-size: 18px;
    border: 0;
    flex-shrink: 0
}

.brands-img,
label.checkbox {
    display: flex;
    align-items: center
}

label.checkbox {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #888b8d
}

label.checkbox input {
    margin-bottom: 0
}

.brands-img {
    margin: 0 40px;
    justify-content: center
}

.brands-img img {
    max-height: 70px;
    object-fit: contain
}

.gallery_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    max-height: 850px
}

.gallery_item {
    padding: 90px 40px;
    background-color: #888b8d;
    background-size: cover;
    position: relative;
}

.gallery_item .main_gall {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.footer-list ul,
ul {
    list-style-type: none
}

.address-button {
    position: absolute;
    padding: 25px 43px;
    bottom: -25px;
    left: 63px;
    background-color: #07A1E2;
    max-width: 265px;
    color: #fff;
    cursor: pointer;
}

.nav {
    justify-content: space-between;
    padding-top: 34px
}

.nav,
.nav-left,
.nav-right {
    display: flex
}

.nav-right {
    align-items: center
}

.logo {
    margin-right: 47px
}

.menu-item {
    /*margin-right: 33px;*/
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #000
}

.contacts {
    display: flex
}

.phone {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

.call {
    background-color: #07A1E2;
    padding: 9px 20px;
    color: #fff;
    margin-left: 49px;
    font-size: 14px;
    line-height: 22px
}

.call,
.order-call {
    display: flex;
    align-items: center
}

.order-call_text {
    margin-left: 17px;
    text-transform: uppercase
}

.nav-bottom {
    justify-content: space-between;
    margin-top: 37px
}

.catalog,
.nav-bottom,
.nav-bottom_left,
.nav-bottom_right {
    display: flex;
    align-items: center
}

.catalog {
    margin-right: 49px
}

.catalog-title {
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 20px;
    line-height: 24px
}

.search {
    display: flex;
    margin-right: 63px
}

.search input {
    font-size: 14px;
    line-height: 20px;
    color: #888b8d
}

.search-field {
    border: 0;
    border-bottom: 1px solid #000
}

.bottom-menu {
    display: flex;
    align-items: center
}



.user {
    display: flex;
    align-items: center;
    margin-left: 18px;
    margin-right: 15px
}

.cart-title,
.user-title {
    margin-left: 10px;
    font-size: 16px;
    line-height: 27px
}

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

.product-sec {
    margin-top: 45px
}

.product-nav {
    display: flex;
    align-items: center;
    color: #888b8d;
    margin-bottom: 35px
}

.product-nav_name {
    /*margin-right: 10px*/
}

.product-wrapper {
    display: flex;
    position: relative
}

.prwl_columns {
    display: flex;
    height: 100%;
    align-items: center;
    color: #fff;
    width: 100%;
    justify-content: space-around;
}

.wrapp_prwlc_2 {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.wrapp_prwlc_2 .prwlc_2:first-child {
    margin-right: 20px;
}

.prwlc_1 {}

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

.min,
.plus {
    border: 1px solid #fff;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 36px;
}

.btn.white-btn {
    color: #07A1E2;
}

.btn.orange-btn {
    background-color: #07A1E2;
}

.btn.orange-btn:hover {
    color: #fff !important;
}

.btn.white-btn svg path {
    stroke: #07A1E2;
}

.product-wrapper_images {
    margin-right: 0px
}



.product-img_big img {
    /*max-width: 100%;*/
}

.product-img_big {
    width: 100%;
    height: 494px;
}

.product-wrapper_desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.product-desc_title {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    justify-content: space-between;
    padding-right: 30px;
}

.product-desc_icon {
    margin-top: 5px;
}

.product-desc_icon img {
    max-width: 100%;
}

.product-desc_title_text,
.product-desc_title_text h1 {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin-right: -10px;
    font-weight: 450;
}

.wrapp_product-img {
    width: 25%;
    height: 130px;
    padding: 10px;
}

.product-img {
    cursor: pointer;
    display: flex;
    border: 1px solid #ccc;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    display: block !important;
}

.product-decs_sub {
    margin-bottom: 27px;
}

.product-lists {
    display: flex;
    flex: 1;
}

.product-wrapper_list,
.product-wrapper_list_parameters {
    font-size: 16px;
    line-height: 21px;
    color: #888b8d;
    width: 126px
}

.product-wrapper_list {
    margin-bottom: 30px;
	width: 180px;
}
#colorbox{
	z-index: 100001231232 !important;
}
.product-wrapper_list_parameters {
    font-weight: 700
}

.product-wrapper_list_values {
    font-size: 14px;
    line-height: 21px;
    margin-left: 67px
}

.product-wrapper_list_parameters_values {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    margin-left: 67px
}

.wrapper_line {
    position: relative;
    margin-right: -70%;
    height: 118px;
}

.product-wrapper_line {
    height: 100%;
    background: #9D9092;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: auto;
    z-index: 999;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    padding-right: 20px;
    padding-left: 35px;
}

.flex-wrap-adaptive {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.flex-wrap-adaptive .product-img-more {
    margin-right: 0;
    order: 1;
    display: flex;
    margin-top: 10px;
}

.wrapp_product-img_big {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    margin: 0 10px 0 10px;
    position: relative;
}

.prwlc_1 b {
    /*text-transform:uppercase;*/
    font-size: 20px;
}

.btn {
    background-color: #fff;
    padding: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.product-wrapper_informations {
    display: flex;
    flex: 1;
}

.product-wrapper_images {
    position: relative;
    z-index: 1000;
    flex: 1;
    margin-bottom: -5px;
}

.product-wrapper_card {
    background-color: #f3f3f3;
    padding: 43px 60px 180px 30px
}

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

hr {
    margin-top: 33px;
    background: #888b8d;
    height: 1px
}

.product-rating_text {
    font-size: 14px;
    line-height: 20px;
    color: #888b8d
}

.product-wrapper_card_icons {
    margin-top: 30px
}

.product-icon {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.product-icon a {
    display: flex;
    align-items: center;
}

.product-icon_img {
    margin-right: 25px
}

.product-icon_text {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700
}

.product-slider {
    margin-top: 72px
}

.product-slider_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 45px
}

.product-slider_title_nav {
    display: flex
}

.product-slider img {
    max-width: 100%;
    margin-right: 50px;
}

.nav-arrow {
    margin-left: 40px
}

.product-sliders {
    display: flex
}

.product-slide {
    margin-right: 45px
}

.product-about {
    display: flex;
    justify-content: space-between;
    margin-top: 78px;
    margin-bottom: 38px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #888b8d
}

.popular-products {
    margin-top: 80px;
    padding-bottom: 20px
}

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

.slider-arrows {
    display: flex
}

.arrow-right {
    margin-left: 40px
}

.products-title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 35px;
    text-transform: uppercase
}

.products-wrapper {
    display: flex;
    align-items: center
}

.product-card {
    margin-left: 30px;
    position: relative
}

.product-heart {
    position: absolute;
    content: "";
    top: 16px;
    right: 18px
}

.product-card_desc {
    margin-top: 20px
}

.product-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase
}

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

.product-info_text {
    font-size: 16px;
    line-height: 21px;
    color: #888b8d
}

.product-rating_stars img {
    max-width: 100%
}

.product-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 136.87%;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 6px
}

.product-list-cont {
    margin-top: 180px;
    font-size: 14px;
    color: #888B8D;
}

.p-l-c2 {
    margin-left: 10px;
}

.features-sec {
    background-image: url(../img/large_img.jpg);
    min-height: 800px;
    max-width: 1440px;
    margin: 0 auto;
    background-repeat: no-repeat;
    color: #fff
}

.block-title {
    margin-left: 20px
}

.feat-block_text {
    color: #888b8d;
    width: 520px;
    margin-bottom: 23px
}

.feat-block_btn,
.feat-buttons {
    display: flex;
    align-items: center
}

.feat-buttons {
    justify-content: space-between
}

.feat-block_btn {
    color: #07A1E2;
    text-transform: uppercase
}

.feat-block_btn_text {
    margin-right: 30px
}

.address-sec {
    margin-top: 110px;
    position: relative
}

.address-title {
    margin-left: 62px;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.address-desc,
.address-text {
    margin-left: 62px;
    color: #888b8d
}

.address-desc {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.address-text {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 35px
}

.address-info {
    width: 1440px;
    position: absolute;
    background: #f3f3f3;
    padding-left: 62px;
    padding-top: 30px;
    padding-bottom: 90px;
    top: 250px
}

.address-button {
    position: absolute;
    padding: 25px 43px;
    bottom: -25px;
    left: 63px;
    background-color: #07A1E2;
    max-width: 265px;
    color: #fff
}

.address-phone {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px
}

.address-place,
.address-time {
    display: flex;
    align-items: center
}

.address-place_img,
.address-time_img {
    margin-right: 13px
}

.address-btn {
    display: flex;
    align-items: center
}

.btn svg {
    margin-left: 15px
}

.showroom-slider {
    margin-left: 50px
}

.address-container {
    position: relative;
    display: flex
}


.brands-sec {
    margin-top: 100px
}

.brands-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 57px
}

.brands-title_text {
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase
}

.brands-arrows {
    display: flex
}

.brands-arrow_right {
    margin-left: 38px
}

.brands-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.help-sec {
    margin-top: 66px
}

.help-wrapper {
    display: flex;
    align-items: center
}



.map-sec {
    margin-top: 87px;
    /*    background-image: url(../img/map.jpg);
    min-height: 548px;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px*/
}

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

.map-info {
    background-color: #fff;
    padding: 70px 70px 70px 40px;
    max-width: 520px
}

.address {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #888b8d;
    text-transform: uppercase;
    margin-bottom: 15px
}

.showroom-address {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 50px
}

.showroom-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 11px
}

.showroom-text {
    font-size: 16px;
    line-height: 27px;
    color: #888b8d;
    margin-left: 13px
}
.news-list .card-body>a{
	display: block;
max-height: 230px;
overflow: hidden;
margin-bottom: 10px;
}


@media screen and (max-width:580px) {
	.modelBlock{
		width: auto !important;
	}
    .product-wrapper_images {}

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

    .product-img_big {
        order: 0
    }

    .product-wrapper {
        flex-direction: column
    }

    .product-wrapper_desc {
        order: 2
    }

    .product-wrapper_card {
        order: 3
    }

    .product-img-more {
        order: 1;
        padding-left: 0px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .product-wrapper_desc {
        margin-left: 0;
        margin-top: 0px;
        min-height: 300px;
    }

    .product-wrapper_list_parameters_values,
    .product-wrapper_list_values {
        margin-left: 25px
    }

    .product-wrapper_card br {
        display: none;
    }

    .product-wrapper_card {
        margin-left: 0;
        margin-top: 0;
        padding-bottom: 25px;
        padding: 0;
    }

    .product-about {
        flex-direction: column
    }

    html {
        overflow-x: hidden
    }
}

@media screen and (max-width: 440px) {
    .wrapp_prwlc_2 {
        flex-direction: column;
    }

    .wrapp_prwlc_2 .prwlc_2:first-child {
        margin-bottom: 10px;
    }
}

.product-info_list {
    display: flex;
    /*justify-content: space-between;*/
    margin-top: 78px;
    margin-bottom: 38px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #888B8D;
}

.product-info_item {
    cursor: pointer;
    margin-right: 65px;
}

.product-info_item.active {
    color: #000;
    position: relative;
}

.product-info_item.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #F3F3F3;
    bottom: -38px;
    left: calc(50% - 15px);
}

.product-info_tabs {
    padding: 48px 8px 50px;
    background: #F3F3F3;
}

.product-info-tabs_item {
    display: none;
}

.product-info_inner_item {
    margin: 0 20px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.product-info_inner_item .image_block {
    margin-bottom: 22px;
}

.product-info_inner_item img {
    max-width: 100%;
}

.offers-icon img {
    max-width: fit-content;
    /*width: 50px;
    height: 50px;*/
}

#b123 .prodPageHide {
    display: none;
}

.product-info_inner_item .text {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-info-tabs_item.active {
    display: flex;
}

.columns {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 40px;
}

.columns-titles {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    grid-gap: 17px;
    padding-bottom: 30px;
}

.column-title {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 31px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;

}

.interior-decor {
    display: grid;
    grid-gap: 21px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    max-height: 650px
}

#decorblocks {
    margin-bottom: 70px;
    margin-top: 55px;
}

.grwc {
    padding: 19px 22px;
    background-color: #ffffff;
    box-sizing: border-box;
    text-align: center;
    color: black
}

.interior-decor>div,
.fasad-decor>div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.interior-decor>div .link,
.fasad-decor>div .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tt-upp {
    text-transform: uppercase;
    font-size: 14px
}

.grwc-heading {
    margin-bottom: 5px;
}

.grwc .gray-text {
    color: #888B8D;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-top: 0;
    font-size: 16px
}

.fasad-decor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 30px;
}

.products-title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 35px;
}

.products-wrapper {
    display: flex;
    align-items: center;
}

.product-card {
    position: relative;
}

.product-card__hover {
    background-color: #07A1E2;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}


.product-card__hover .product-card_img {
    height: 85%;
    position: relative;
}

.product-card__hover .product-card_img .link_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product-card__hover .prod-img img,
.product-card__hover .prod-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.buttons_mob_cont {
    display: none;
}

.product-item-button-container {
    display: flex;
    flex: 1;
    /* padding: 2px; */
}

.product-item-button-container .card_btn {
    flex: 1;
    box-sizing: border-box;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
	transition: .3s ease;
}
.form-btn_img, .gallery_item,.next2.slick-arrow,.prev2.slick-arrow, .help-btn_start, .help-btn_start_arrow,
.icon.iconmove, .product-slider_title_nav .prev2, .product-slider_title_nav .next2, .btn svg, .address-button, .address-button:hover .address-btn_img{
	transition: .3s;
}
.map-info{
	margin-left: 72px;
position: relative;
}
/*.logoBrandCard{*/
/*top: 20px;*/
/*position: absolute;*/
/*left: 20px;*/
/*width: 40px;*/
/*height: 49px;*/
/*background-image: url(../img/Frame_195.png);*/
/*z-index: 99;*/
/*background-size: contain;*/
/*background-repeat: no-repeat;*/
/*}*/
.map-info::before{
	content: "";
display: block;
position: absolute;
height: 80%;
width: 20px;
top: 48px;
left: -20px;
background-color: #9D9092;
}
.gallery_item:hover{
	background-color: #6d6f71;
}
.prev2.slick-arrow:hover, .next2.slick-arrow:hover, .product-slider_title_nav .prev2:hover, .product-slider_title_nav .next2:hover{
	-webkit-filter: invert(11%);
filter: invert(11%);
}
.gallery_item:hover .form-btn_img, .help-btn_start:hover .help-btn_start_arrow, .address-button:hover .address-btn_img{
	transform: translateX(10px);
}

.product-item-button-container .add_cart:hover, .help-btn_start:hover, .address-button:hover{
	background: #00618b;
    /* background: #07A1E2;
	border: 1px solid #fff; */
}

.product-item-button-container .add_cart {
    /* background: #888b8d;
	border: 1px solid #888b8d;
	transition:.5s ease; */
}

.product-card__hover .line {}

.product-heart {
    position: absolute;
    content: "";
    top: 16px;
    right: 18px;
}

.iconmove {
    display: none
}

.product-card:hover .line.card_btn {
    background: #888b8d;
    border: 1px solid #888b8d;
    transition: .5s ease;
    color: #fff;
}
.buttons_mob_cont {
    display: block;
}
.buttons_mob_cont .add_cart {
    background: #07A1E2;
    color: #fff;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 5px 30px;
    white-space: nowrap;
}

@media screen and (min-width:1365px) {
    .grwc:hover {
        padding: 39px 22px;
        box-sizing: border-box;
        text-align: center;
        margin: -30px 0;
        background-color: #9D9092;
        ;
        color: white;
        z-index: 50;
        cursor: pointer;
    }

    .grwc:hover .gray-text {
        display: none
    }

    .grwc:hover .iconmove {
        display: block;
        padding-top: 20px
    }

    .grwc2:hover {
        padding: 49px 22px;
        box-sizing: border-box;
        text-align: center;
        margin: -30px 0;
        background-color: #9D9092;
        ;
        color: white;
        z-index: 50;
        cursor: pointer;
    }



    .grwc2:hover .gray-text {
        display: none
    }

    .grwc2:hover .iconmove {
        display: block;
        padding-top: 0px
    }

    .setLocal a:hover,
    .setLocal a:focus {
        color: #fff;
        text-decoration: none;
    }

    .product-card:hover .product-card__hover {
        opacity: 1;
        transition: 0.4s;
    }

}

@media screen and (max-width:1364px) {
    .buttons_mob_cont {
        display: block;
    }

    .buttons_mob_cont .add_cart {
        background: #07A1E2;
        color: #fff;
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
        padding: 5px 30px;
        white-space: nowrap;
    }
}

/*ÃÂ¤ÃÅ¾ÃÂ ÃÅ“ÃÂ«*/

.smooth {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: black;
    opacity: 0.6
}

@font-face {
    font-family: '"Montserrat", Arial, Helvetica, sans-serif';
    src: local('../fonts/13400.otf'),
        url('../fonts/13400.otf');
}

@font-face {
    font-family: '"Montserrat", Arial, Helvetica, sans-serif';
    src: local('../fonts/13523.otf'),
        url('../fonts/13523.otf');
}

.recordingWindowBlock {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 740px;
    width: 100%;
    display: none;
    max-height: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    bottom: auto;
}

.feedWindowBlock {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 740px;
    width: 100%;
    display: none;
    max-height: 100%;
    box-sizing: border-box;
    overflow-x: auto;
}

.complexOrderWindowBlock {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 740px;
    width: 100%;
    display: none;
    max-height: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    bottom: auto;
}

.complexOrderWindow {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #07A1E2;
    padding: 20px 40px 20px;
}

.recordingWindow {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #07A1E2;
    padding: 30px 15px;
}

.feedWindow {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #07A1E2
}

.nameRecordingWindow {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
}

.descriptionRecording {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 45px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #888B8D;
}

.dataBlockRecording {
    display: flex;
    margin-bottom: 10px;
}

.dataNameRecording,
.dataNumberRecording {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    padding-bottom: 12px;
    /*font-family: "Montserrat", Arial, Helvetica, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #888B8D;
    border-bottom: 1px solid #999999;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.whenRecording {
    padding-bottom: 12px;
    /*font-family: "Montserrat", Arial, Helvetica, sans-serif;*/
    font-style: normal;
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #888B8D;
    border-bottom: 1px solid #999999;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.sampleEnd2 {
    display: flex;
}

.sampleEnd2 .wrapp_btn {
    display: flex;
    flex: 1;
}

.sampleEnd2 .wrapp_ignore {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
}

.freeSampleWindowBlock {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    max-width: 740px;
    width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    bottom: auto;
}

.freeSampleWindow {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #07A1E2;
    padding: 40px;
}

.closeBlock {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 24.44px;
    height: 24.44px;
    transform: rotate(90deg);
    cursor: pointer;
    z-index: 999;
}

.nameFreeSampleWindow {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;


}

.description-form {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15.6px;
    margin-bottom: 40px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #888B8D;
}

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

.dataName,
.dataNumber,
.dataMail,
.dataAdress {
    width: 100%;
    margin-right: 0;
    padding-bottom: 12px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #888B8D;
    border-bottom: 1px solid #999999;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.sampleEnd {
    display: flex;
}

.sample {
    width: 100%;
    padding-bottom: 12px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #888B8D;
    border-bottom: 1px solid #999999;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.sampleEnd {
    display: flex;
}

.sampleEnd .wrapp_btn {
    display: flex;
    flex: 1;
}

.sampleEnd .wrapp_ignore {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
}





.consent {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    align-items: center;
    color: #888B8D;
}

.lineConsent {
    border-bottom: 1px solid #888B8D;
}

.icon {
    cursor: pointer
}

.nameComplexOrderWindow {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
}

.descriptionComplexOrder {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #888B8D;
}

.userNameComplexOrder,
.userPhoneComplexOrder,
.userEmailComplexOrder,
.userCommentComplexOrder,
.fileComplexOrder,
.fileImgComplexOrder {
    padding-bottom: 12px;
    /*font-family: "Montserrat", Arial, Helvetica, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #888B8D;
    border-bottom: 1px solid #999999;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.fileImgComplexOrder {
    border-bottom: 0px !important
}

.userNameComplexOrder {}

.userPhoneComplexOrder {
    top: 220px;
}

.userEmailComplexOrder {
    top: 284px;
}

.userCommentComplexOrder {
    top: 348px;
}

.fileComplexOrder {
    top: 1px;
    left: -1px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-transform: none;
    opacity: 0;
}

.fileImgComplexOrder {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-transform: none;
}

.imgTxt {
    margin-left: 12px;
}

.sampleEndComplexOrder {
    display: flex;
}

.sampleEndComplexOrder .wrapp_btn {
    display: flex;
    flex: 1;
}

.sampleEndComplexOrder .wrapp_ignore {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
}

.orderWindow {
    background: #FFFFFF;
    border: 1px solid #07A1E2;
    padding: 40px;
}

.nameOrderWindow {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    margin-bottom: 50px;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
}

@media screen and (max-width:580px) {
    .wrapp_btn {
        margin: 0 0px 20px 0;
        justify-content: center;
    }

    .closeBlock img {
        width: 100%;
    }

    .closeBlock {
        width: 20px;
        height: 20px;
    }

    .sampleEnd {
        flex-direction: column;
        margin-top: 25px;
    }

    .buttons_mob_cont .add_cart {
        padding: 5px 15px;
    }

    .freeSampleWindowBlock {
        bottom: auto;
    }

    .sampleRequestComm {
        border: none;
        font-size: 20px;
        padding: 20px;
    }

    .grid-gallery {
        display: block !important
    }

    .nameFreeSampleWindow {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 5px;
    }

    .description-form {
        font-size: 15px;
        line-height: 21px;
        text-align: center;
    }

    .dataBlock {
        left: 35px;
        top: 183px;
        flex-direction: column;
    }

    .dataName,
    .dataNumber,
    .dataMail,
    .dataAdress {
        margin-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 17px;
        margin-bottom: 25px;
    }

    .sample {
        width: 325px;
        top: 325px;
        left: 34px;
        right: 48px;
        padding-bottom: 0px;
        font-size: 17px;
    }

    .sampleEnd {
        left: 34px;
        flex-wrap: wrap;
    }

    .freeSampleWindow {
        padding: 15px;
    }

    .closeBlock-phone,
    .closeBlock {
        left: auto !important;
        right: 10px;
        top: 10px;
    }

    .orderWindowBlock {
        width: 100%;
    }

    .orderWindow {
        width: 100%;
        padding: 30px 15px;
    }

    .orderPhone {
        width: 300px !important;
        left: 15px !important;
        font-size: 18px !important;

    }

    .nameOrderWindow {
        padding: 15px 0;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 5px;
        justify-content: center;
    }

    .sampleEnd3 {
        left: 15px !important;
        top: 215px !important;
        display: flex;
        flex-direction: column;
    }
}

.catalog-btn {
    cursor: pointer
}

.grwc2 {
    padding: 19px 22px;
    background-color: #ffffff;
    box-sizing: border-box;
    text-align: center;
}

.collectionDescriptionBlock {
    display: flex;
    flex-direction: column;
    margin: 0 2.8%;
}

.collectionDescription {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14.5px;
    line-height: 21px;
    color: #888B8D;
}

.modelItem {
    width: 100%;
    height: 155px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    /*left: 20.4%;*/
}

.modelBlock {
    display: flex;
    flex-direction: column;
    background: white;
    width: calc(100%/6);
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;

}

.modelBlockName {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 10px;
    justify-content: center;
}

.modelBlock .info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.modelBlock .modelBlockTitle {
    word-wrap: break-word;
    flex: 1;
}

.modelBlockWeight {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #888B8D;
    justify-content: center;
}

.reviewsItem {
    display: flex;
    width: 98%;
    margin-left: 3.6%
}

.reviewsBlockOne {
    width: 8.8%;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}

.reviewsStarBlock {
    margin-bottom: 47%;
}

.reviewsStarBlockV3 {
    margin-top: 19%
}

.reviewsStar {
    text-align: right;
}

.reviewsData {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: flex-end;
    color: #888B8D;
}

@font-face {
    font-family: '"Montserrat", Arial, Helvetica, sans-serif';
    src: local('Fonts/13523.otf'),
        url('Fonts/13523.otf');
}

.reviewsBlockTwo {
    width: 53.6%;
    margin-right: 160px;
}

.reviewsNameBlockTwo {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 7px;
}

.reviewsDescriptionBlockTwo {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #888B8D;
}

.reviewsDescriptionBlockTwoMB {
    margin-bottom: 46px;
}

.reviewsBlockThree {
    width: 16%;
}

.reviewsNameBlockThree {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    margin-top: 10%
}

.addReviews {
    display: flex;
    margin-top: 24px;
}

.addReviewsClick {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #07A1E2;
    margin-left: 10px;
}

@media (min-width: 1500px) {
    .container {}
}

.e-text {
    font-size: 14px;
    line-height: 20px;
    color: #888B8D;
}

.dropDounMenuItem {
    position: absolute;
    width: 75.5%;
    height: 390px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    top: 240px;
    background: #ffff;
    display: none;
    transition: 0.3 linear;
    z-index: 9999999999
}

.quadrateMenu {
    position: absolute;
    width: 22px;
    height: 25px;
    transform: rotate(135deg);
    top: -12px;
    left: 50px;
    background: #ffff;
    z-index: 1;
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.1);
}

.dropDounMenuBlock {
    width: 100%;
    position: absolute;
    display: flex;
    height: 390px;
}

.dropDounMenuBlockOne {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;

}

.dropDounMenuOne {
    width: 80%;
    padding: 0px 0px 15px 35px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150.87%;
    color: #000000;

}

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

.dropDounMenuOneColName {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin: 25px 0;
}

.dropDounMenuOneColList {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #888B8D;
}

.dropDounMenuBlockTwo {
    width: 20%;
    height: 100%;
    background: #888B8D;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dropDounMenuTwo {
    width: 80%;
    padding: 0px 0px 15px 3px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150.87%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.dropDounMenuTwoTop {
    margin-top: 25px;
}

.cat-icon {
    transition: 0.3 linear;
    cursor: pointer;
}

header,
.arr-dw {
    position: relative;
}

.catalog {
    cursor: pointer;
}


.userPhoneBestPrice {
    top: 251px;
}

.orderWindowBlock {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    max-height: 100%;
    box-sizing: border-box;
    overflow-x: auto;
}




.orderPhone {
    padding-bottom: 12px;
    /*font-family: "Montserrat", Arial, Helvetica, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #888B8D;
    border-bottom: 1px solid #999999;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.closeBlock-phone {
    position: absolute;
    top: -10px;
right: -10px;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    cursor: pointer;
}

.closeBlock-phone img {
    width: 100%;
}

.orderPhone {
    width: 100%;
    padding-bottom: 12px;
    /*font-family: "Montserrat", Arial, Helvetica, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #888B8D;
    border-bottom: 1px solid #999999;
    border-top: none;
    margin-bottom: 25px;
    border-left: none;
    border-right: none;
    outline: none;
}

.sampleEnd3 {
    display: flex;
}

.sampleEnd3 .wrapp_btn {
    display: flex;
    flex: 1;
}

.sampleEnd3 .wrapp_ignore {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
}

.sampleRequest {
    /*font-family: "Montserrat", Arial, Helvetica, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 20px;
}

.arrowBlock {
    width: 23px;
    margin-left: 20px;
}

.checkboxBlock {
    width: 25px;
    height: 25px;
    background: #fff;
    text-align: center;
    color: white;
    display: flex;
    flex: 0 0 25px;
    margin-right: 25px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.consent {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    align-items: center;
    color: #888B8D;
}

.lineConsent {
    border-bottom: 1px solid #888B8D;
}

.submenu-item {
    display: block;
}

.address-place_img,
.address-time_img {
    display: flex;
    align-items: center;
}

.lk-title {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 54px;
}

.lk-wrapper {
    display: flex;
}

.lk-wrapper_menu {
    margin-right: 110px;
    text-transform: uppercase;
}

.lk-menu_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    opacity: 0.5;
}

.lk-menu_icon {
    margin-right: 25px;
}

.lk-menu_title {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.lk-menu_item:hover,
.lk-menu_item.active {
    opacity: 1;
}

.lk-person_wrapper {}

.lk-person_form {}

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

.lk-person_input:last-child {
    margin-bottom: 0;
}

.lk-person_input input {
    width: 870px;
    border: 0;
    border-bottom: 1px solid #999999;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    outline: 0;
}

.lk-input_title {
    width: 250px;
    margin-right: 65px;
    font-size: 16px;
    line-height: 27px;
    color: #888B8D;
}

.lk-person-btn {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.lk-btn_text {
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 22px;
    color: #07A1E2;
}

.lk-btn_icon {}

@media screen and (min-width:1200px) {

    .lk-order_item {
        position: relative;
    }

    /*.order-btn_wrapper {
		position:absolute;
		right:0px;
		top:0px;
	}*/

    .product-desc_title_text h1 {
        max-width: 370px;
        margin-right: -35px;
    }

    .prwlc_1 {}

    .btn-default1 {
        width: 230px;
    }

    #oneclick {
        width: 280px;
    }

    .prwl_columns {
        /*grid-template-columns: .5fr 1fr 1fr;*/
    }

    .container {
        max-width: 1440px;
        margin: 0 auto;
        overflow: visible !important;
    }

    .lk-person_wrapper {
        min-height: 500px;
    }

    .product-list-cont {
        margin-top: 0px;
        bottom: 40px;
    }
}


.lk-wrapper_menu {
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
}


/*Ãâ€ºÃËœÃÅ¸ÃÅ¡ÃÅ¾Ãâ€¢ ÃÅ“Ãâ€¢ÃÂÃÂ®*/

.sticky {
    width: 100%;
    height: 80px;
    box-shadow: 0px 4px 20px 0px #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: white;
    display: none
}

.main-sticky-block {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav-logo-sticky {
    align-self: center
}

.nav-logo-sticky img {
    width: 70%;
}

.catalog-sticky {
    display: flex;
    align-items: center;
    margin-left: -150px;
    cursor: pointer;
}

.cat-icon-sticky {
    transition: 0.3s linear;
    cursor: pointer;
}

.menu-item-sticky {
    margin-left: -100px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 23px;
    color: #000;
}

.phone-sticky {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    align-self: center;
    margin-right: -80px
}

.call-sticky {
    background-color: #07A1E2;
    padding: 9px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: -50px;
    font-size: 14px;
    line-height: 22px;
}

.sticky-icons {
    display: flex;
    align-items: center;
}

.user-sticky {
    display: flex;
    align-items: center;
    margin-top: 2px
}

.heart-icon-sticky {
    display: flex;
    align-items: center;
    margin-left: 22px;
    margin-right: 22px;
    position: relative;
}

.cart-sticky {
    display: flex;
    align-items: center
}

.submenu3 {
    padding: 19px 25px;
    background: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .18);
    flex-direction: column;
    position: fixed;
    left: 570px;
    top: 85px;
    min-width: 250px;
    display: none;
    z-index: 100
}

.dropDounMenuItem2 {
    position: fixed;
    width: 75.5%;
    height: 390px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    top: 90px;
    background: #ffff;
    display: none;
    transition: 0.3s linear;
    z-index: 100
}

.quadrateMenu2 {
    position: absolute;
    width: 22px;
    height: 25px;
    transform: rotate(135deg);
    top: -12px;
    left: 200px;
    background: #ffff;
    z-index: 1;
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.1);
}

.mouseleave {
    display: none;
}

.mouseenter {
    display: block;
    animation-name: show_header;
    animation-duration: .3s;
}

.showheader {
    animation-name: show_header;
    animation-duration: .3s;
    display: flex !important;
    align-items: center;
}

@keyframes show_header {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.nav-catalog-adaptive {
    display: none
}

.nav-bottom-adaptive {
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F3F3F3;
    font-size: 14px;
    margin-top: 5px
}

.nav-bottom-adaptive img {
    width: 80%;
    margin-top: 4px
}

.nav-bottom-center-adaptvie {
    background-color: #888B8D;
    color: white
}

.bottom-menu-adp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.bottom-menu_item-adp {
    color: white;
    margin-right: 2px;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
}

.cat-menu-adaptive {
    margin-top: 15px;
}

details {
    font-weight: 500;
    border-top: 1px solid lightgrey;
    padding: 5px;
}

summary {
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 15px;
}

details summary::-webkit-details-marker {
    float: right;
    transform: rotate(90deg);
    margin-top: 7px
}

details[open] summary::-webkit-details-marker {
    transform: rotate(180deg);
}

details {
    font-weight: 500;
    border-top: 1px solid lightgrey;
    padding: 5px
}

details a {
    display: block;
    color: #888B8D;
    margin-left: 17px;
    margin-top: 5px
}

.img-container__wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 70%;
}

.img-container__content {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
}

.f-marker:after {
    content: '';
    background: #07A1E2;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    position: absolute;
    right: 0px;
    bottom: -3px;
    z-index: 9;
}

.f-marker {
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 70%;
    position: absolute;
}

.c-marker {
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 50%;
    position: absolute;
}

.f-marker:after {
    content: '';
    background: #07A1E2;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    position: absolute;
    right: 0px;
    bottom: -3px;
    z-index: 9;
}

.c-marker:after {
    content: '';
    background: #07A1E2;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    position: absolute;
    right: 0px;
    bottom: -3px;
    z-index: 9;
}

.cart-icon {
    position: relative;
}

.c-marker-adaptive {
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 44%;
    position: absolute;
}

.c-marker-adaptive:after {
    content: '';
    background: #07A1E2;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    right: 4px;
    bottom: -3px;
    z-index: 9;
}

.f-marker-adaptive {
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 70%;
    position: absolute;
}

.f-marker-adaptive:after {
    content: '';
    background: #07A1E2;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    right: 4px;
    bottom: -3px;
    z-index: 9;
}

.heart-icon a,
.heart-icon-sticky a {
    position: relative;
}

.checkbox_img.err label::before,
.checkboxBlock.err label::before {
    border: 1px solid #ff0000;
}

.checkbox_img {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
}

.checkbox_img input[type="checkbox"],
.checkboxBlock input[type="checkbox"] {
    display: none;
}

.checkbox_img label::before,
.checkboxBlock label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: 0px;
    border: 1px solid #888B8D;
    border-radius: 0px;
    background-color: #ffffff;
}

.checkbox_img input[type="checkbox"]:checked+label:after,
.checkboxBlock input[type="checkbox"]:checked+label:after,
.checkboxBlock input[type="radio"]:checked+label:after {
    content: '';
    background: url(../img/galka.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    font-weight: 300;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 1px;
    left: 1px;
}

.sampleRequest,
.arrowBlock {
    border: none;
    background: none;
    color: #ff8d57;
}

.checkbox_img {
    position: relative;
}

.input__wrapper {
    width: 100%;
    position: relative;
    margin: 15px 0;
    text-align: center;
}

.input__file {
    opacity: 0;
    display: none !important;
}

.input__file-button {
    border: none;
    display: block;
    border-bottom: 1px solid #888B8D;
    margin-bottom: 28px;
    color: #888B8D;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    background-color: #F3F3F3;
    padding-bottom: 12px;
    width: 100%;
}

.footer-contact_item img {
    position: relative;
    top: 4px;
}


.popup-window-buttons {}

.basket_add_modal .popup-window-buttons {
    display: flex;
    flex-direction: column;
}

.basket_add_modal .popup-window-buttons .btn-default {
    box-shadow: none;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin: 0 15px;
}

.basket_add_modal .popup-window-buttons .btn-default.close_cust {
    margin-top: 8px;
    background: #b0b1b5 !important;
    padding: 25px 10px;
    width: max-content;
    margin: 8px auto auto;
}

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

.cartdata {
    color: #07A1E2;
}

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

.span-col-3 {
    grid-column: span 3 / auto;
}

.span-col-2 {
    grid-column: span 2 / auto;
}

.span-row-2 {
    grid-row: span 2 / auto;
}

.span-row-3 {
    grid-row: span 3 / auto;
}

.span-row-4 {
    grid-row: span 4 / auto;
}

.gallery2 {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 50%;
    width: 100%;
}

.gallery2 img {
    width: 100%;
    position: absolute;
}

.text-success {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}

.modalform {
    height: 100%;
    position: relative;
}

.prwlc_2 a {
    font-size: 16px;
    border-radius: 0px !important;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 0px;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 0px;
}

.swiper-pagination-bullet-active {
    background: #07A1E2 !important
}

.hdn {
    overflow: hidden;
}

.swiper-pagination1 {
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1;
    width: 75% !important;
}

.nav-catalog-adaptive {
    margin-left: -15px;
    margin-right: -15px;
}

.upmenu2 {
    width: 100%;
    overflow-y: hidden;
    display: flex;
    justify-content: space-between;
}

.upmenu2 ul {
    width: 100%;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
}

.upmenu2 ul li {
    min-width: max-content;
}

.upmenu2 ul li a {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 30px;
}

@media screen and (max-width:1400px) {
    .wrapper_line {
        margin-right: -75%;
    }

    .wrapp_product-img {
        height: 100px;
    }

    .wrapp_product-img_big {
        flex: 1;
    }

    .product-wrapper {
        overflow: hidden;
    }

    .product-img_big {
        width: 100%;
        height: 400px;
    }

    .contacts {
        flex-direction: column;
    }

    .contacts .contact-info .phone {
        display: flex;
        justify-content: flex-end;
    }

    .contacts .contact-info .e-mail {
        display: flex;
        justify-content: flex-end;
    }

    .contacts .call {
        margin-left: 0;
    }

    .contacts .call .order-call-text br {
        display: none;
    }

    .nav-bottom .cart .name {
        display: none;
    }

    .nav-bottom .user .name {
        display: none;
    }

    .slider-img img {
        width: 90%;
        height: fit-content
    }

    .colection-items {
        flex-wrap: wrap
    }

    .card-item {
        margin-bottom: 10px;
        width: 23%;
    }

    .colect-info {
        margin-bottom: 20px;
        flex: 1 0 100%;
    }

    .colections-cards {
        flex-wrap: wrap
    }
}

@media screen and (max-width:1366px) {
    .help-sec {
        padding-left: 5px;
        padding-right: 5px
    }

    .help-wrapper {
        flex-direction: column;
        justify-content: center
    }

    .menu-item {
        margin-right: 23px;
    }

    .address-container {
        flex-direction: column
    }

    .address-wrapper {
        display: flex;
        flex-direction: column-reverse
    }

    .address-info {
        position: static !important;
        margin-top: 30px;
        max-width: 100%
    }

}

@media screen and (max-width:1318px) {
    .wrapper_line {
        margin-right: -80%;
    }
}

.features-blocks .btn_default_arrow,
.form-sec .btn_default_arrow {
    background-color: transparent;
    color: #07A1E2;
}

.features-blocks .btn_default_arrow path,
.form-sec .btn_default_arrow path {
    stroke: #07A1E2;
}

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

    .features-blocks,
    .form-wrapper {
        display: flex;
        flex-direction: column
    }

    .form-block {
        position: static;
        max-width: 95%
    }

    .menu-item {
        margin-right: 23px;
    }

    .card-item:hover .card-item__hover {
        opacity: 0
    }

}

@media screen and (max-width:1250px) {
    .wrapper_line {
        margin-right: -90%;
    }
}

@media screen and (max-width:1200px) {
    .card-item {
        width: 25%;
        margin-right: 0px;
        padding: 8px;
    }

    .card-item .card-img img {
        width: 100%;
    }

    .product-wrapper_list {
        margin-bottom: 10px;
    }

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

    .prwlc_1 .calc {
        margin-top: 0px;
        margin-left: 15px;
        margin-bottom: 10px;
    }

    .prwlc_1 .calc .product-item-amount-field-container {
        margin: 0;
    }

    .prwl_columns {
        flex-direction: column;
    }

    .wrapp_prwlc_2 {}

    .wrapp_prwlc_2 .prwlc_2:first-child {
        margin-right: 0px;
    }

    .wrapper_line {
        margin-right: 0;
        height: auto;
    }

    .product-wrapper_line {
        position: static;
        padding: 10px;
    }

    .product-wrapper_card {
        flex: 1;
        padding: 20px 25px 20px 25px;
        margin-top: 20px;
    }

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

    .product-list-cont {
        margin-top: 0;
    }

    .product-wrapper {
        flex-wrap: wrap;
    }

    .product-wrapper .product-wrapper_informations {
        flex: 1 0 100%;
    }

    .catalog {
        margin-right: 15px;
    }

    .search {
        margin-right: 10px;
    }

    .nav-menu-desc .menu-item {
        margin-right: 20px;
    }

    .nav {
        display: block
    }

    .nav-right {
        margin-top: 30px
    }

    .nav-bottom {}

    .nav-bottom_right {
        margin-bottom: 30px
    }

    .slider-info {
        top: 50px
    }

    .brands-img {
        margin-right: 15px
    }

    .colections {
        padding-left: 5px
    }

    .menu-item {
        margin-right: 23px;
    }
}

@media screen and (max-width:1100px) {
    .nav-bottom {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:1080px) {
    .nav-logo {
        margin-right: 20px;
    }

    .nav-logo img {
        width: 90px !important;
    }
}

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

@media screen and (max-width:970px) {
    .wrapp_product-img {
        height: 140px;
    }

    .header {
        padding-right: 5px;
        padding-left: 5px
    }

    .nav-bottom_right {
        display: block
    }

    .catalog,
    .search {
        margin-bottom: 20px
    }

    .slider-info {
        top: 50px;
        padding: 45px 54px 70px 45px
    }

    .go-catalog {
        top: 170px
    }
}

@media screen and (max-width:960px) {
    .product-wrapper_informations {
        flex-direction: column;
    }

    .nav-bottom {
        display: none;
    }

    .nav-adaptive {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px
    }

    .nav-top {
        display: none;
    }

    .address-container {
        flex-direction: column
    }

    .address-wrapper {
        display: flex;
        flex-direction: column-reverse
    }

    .address-info {
        position: static !important;
        margin-top: 30px;
        max-width: 100%
    }

    .form-sec {
        padding-left: 5px
    }

    .form input {
        font-size: 16px
    }

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

    .form-btn_arrow {
        margin-right: 0;
        margin-bottom: 10px
    }
}

@media screen and (max-width:850px) {
    .colections {
        margin-top: 100px
    }

    .offers-list,
    .offers-title {
        padding-left: 5px
    }
}

@media screen and (max-width:780px) {
    .card-item {
        width: 50%;
    }

    .slider-info {
        left: 10px
    }

    .go-catalog {
        top: 150px;
        left: 300px
    }

    .slider-img img {
        height: fit-content
    }

    .help-wrapper-left {
        font-size: 18px;
        width: 100%;
        display: flex;
        text-align: center;
        margin-bottom: 0
    }

    .help-btn {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .help-wrapper_right {
        flex-direction: column;
        width: 100%;
        text-align: center
    }

    .help-text {
        margin-bottom: 30px;
        margin-right: 0
    }
}

@media screen and (max-width:760px) {
    .map-sec {
        /*padding-left: 5px*/
    }

    .map-info {
        width: 50%;
        padding: 20px 10px
    }
}

@media screen and (max-width:700px) {
    .offers-item {
        width: 100%
    }
}

@media screen and (max-width:680px) {
    .features-blocks {
        width: 100vw;
        background: #fff;
        margin-left: -10px !important;
        padding-left: 20px;
        padding-right: 20px;
        /*margin-right:-10px !important;*/
    }

    .feat-block_text {
        max-width: 500px
    }

    .feat-item {
        flex-direction: column;
        align-items: flex-start;
        width: 100%
    }

    .feat-item_text {
        margin-top: 20px
    }

    .features-sec {
        min-height: 1113px;
        background-size: cover
    }
}

.mob_arr {
    opacity: 0;
}

@media screen and (min-width:581px) {

    .go-catalog:hover {
        background: #07A1E2;
    }

    .go-catalog:hover .go-cat_text {
        color: #fff;
    }

    .go-catalog:hover svg {
        stroke: #fff !important;
    }

    .feat-block_btn:hover .feat-block_btn_text {
        margin-right: 43px
    }

    .form-btn:hover .form-btn_text {}

    .form-btn:hover .form-btn_img {
        margin-right: -13px
    }


    .btn:hover svg {
        margin-left: 30px;
        margin-right: -15px;
    }
}

@media screen and (max-width:580px) {
    .top_header .txt {
        word-spacing: 0px;
        font-size: 100%;
        text-align: center;
    }

    .top_header {
        font-size: 12px;
    }

    .top_header .img_brand {
        max-width: 175px;
    }

    .wrapp_product-img {
        height: 90px;
        padding: 5px;
    }

    .popular-products {
        margin-top: 30px;
    }

    .product-slider_title {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .product-slider {
        margin-top: 0px !important;
    }


    .mob_arr {
        opacity: 1;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -8px;
    }

    .mh30 {
        width: 100%;
        height: 30px;
    }

    .card-item {
        width: 100%;
    }

    .card-img {
        max-height: 285px;
        overflow: hidden;
    }

    .brands-sec .controls,
    .nav,
    .nav-bottom,
    .popular-products .controls,
    .slider__wrapper .controls {
        display: none
    }

    .go-cat_text {
        flex-shrink: 0
    }

    .phone-adaptive {
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        flex-shrink: 0;
        margin: 0 auto;
        text-align: center;
    }

    .phone-adaptive .desc {
        color: #888b8d;
        display: block;
        text-align: center;
        font-size: 11px;
        line-height: 14px;
    }

    .menu-adaptive {
        margin-left: 10px
    }

    .slider-img img {
        width: 100%
    }

    .go-catalog {
        left: 25px;
        top: 170px;
    }

    .showroom-slider {
        background: #fff;
    }

    .colections {
        margin-top: 40px
    }

    .colections-cards {
        justify-content: center
    }

    .card-item {
        margin-right: 0
    }

    .card-img img,
    .card-name {
        width: 430px
    }

    .feat-block_text {
        max-width: 300px
    }

    .feat-block_btn_text {
        margin-right: 10px
    }

    .brands-sec {
        padding-left: 5px
    }

    .brands-arrows {
        display: none
    }

    .map {
        flex-direction: column-reverse
    }

    .map-info {
        width: 90%
    }

    .offers-icon {
        flex-shrink: 0;
        max-width: 30px
    }

    .features {
        margin-left: 0
    }

    .address-description div,
    .showroom-slider {
        margin-left: 0
    }

    .address-info {
        padding-left: 20px
    }

    .address-button {
        left: 20px !important;
        margin-bottom: 20px;
    }


}

@media screen and (max-width:430px) {
    .wrapp_product-img {
        height: 70px;
    }

    .slider-title {
        font-size: 18px
    }

    .card-img img,
    .card-name {
        width: 95%
    }

    .offers-item {
        margin: 10px 0
    }
}

.lk-sec {
    margin-top: 45px
}

.top-nav {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 9px;
    color: #888b8d;
    margin-bottom: 23px
}

.top-nav_icon,
.top-nav_main {
    margin-right: 10px
}

.lk-title {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 54px
}

.lk-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.lk-wrapper_menu {
    margin-right: 110px;
    text-transform: uppercase
}

.lk-menu_item {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.lk-menu_icon {
    margin-right: 25px;
    display: flex;
    width: 30px;
    text-align: center;
}

.lk-menu_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #888b8d
}

.lk-wrapper_cards {
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px
}

.lk-wrapper-card {
    margin-right: 40px;
    margin-bottom: 28px
}

.lk-wrapper-card:nth-child(5n+5) {}

.lk-cards_item {
    background: #f3f3f3;
    padding: 40px 70px
}

.lk-cards_desc {
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase
}

@media screen and (max-width:375px) {
    .top_header {
        font-size: 11px;
    }
}

@media screen and (max-width:580px) {
    .lk-sec {}

    .lk-wrapper_menu {
        display: none
    }

    .lk-wrapper_cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        width: 100%;
    }

    .lk-wrapper-card {
        margin-right: 0 !important;
        flex-shrink: 0;
        text-align: center;
    }

    .lk-cards_item {
        padding: 40px
    }

    footer {
        /*margin-top: 50px !important*/
    }
}

.infoMontaj {
    margin-top: 50px;
    background-color: #F3F3F3;
    padding: 25px;
}

.infoMontaj .container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 50px;
    max-width: 100%;
}

.infoMontaj .showroom-address {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
}

.montajImg {
    max-width: 90%;
}

.infoMontaj .descOneMontaj {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}

.infoMontaj .descTwoMontaj {
    color: #888B8D;
    font-weight: unset;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.infoMontaj img {
    width: 100%;
}

.montajForm .form-block {
    max-width: 900px;
    width: 100%;
    padding: 0px;
}

table.zebra {
    width: 100%;
    color: gray;
    text-transform: uppercase;
    border-collapse: separate;
    border-spacing: 0px;
}

table.zebra thead td {
    color: black;
}

table.zebra td {
    padding: 15px;
    border: 1px solid #cacaca;
    font-size: 16px;

}

table.zebra tbody tr:nth-child(2n),
table.zebra thead tr {
    background: gainsboro;
}

.montajForm.twoBlock {
    height: 840px !important;
    margin-bottom: 190px !important;
}

[id="b123"] .container::before,
[id="b123"] .container::after {
    display: none !important;
}

.montajForm div {
    text-align: left;
}

.collecting_collor {
    margin: 10px 0px;
    color: black;
    font-weight: 600;
}

.collecting_collor>div {
    margin: 10px 0px;
    color: #9D9092;
    font-weight: 600;
}

.collecting_collor button {
    background: transparent;
    border: none;
    color: blue;
    font-size: 17px;
    width: 60%;
    text-align: left;
    text-decoration: underline;
}

.collecting_collor span {
    position: relative;
}

.sale-order-link,
.sale-order-history-link {
    color: #9D9092 !important;
}


.sale-order-link:hover,
.sale-order-history-link:hover {
    color: #07A1E2 !important;
}

.lk-cart_wrapper .btn_default_arrow:hover {
    background-color: #006e9d;
    color: #fff;
}

.modal .btn_default_arrow {
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
display: flex;
align-items: center;
letter-spacing: -0.04em;
text-transform: uppercase;
color: #FFF;
background-color: #07A1E2;
}

.modal .btn_default_arrow svg path {
}
.news-item a {
    color: #07A1E2 !important;
}
.modal .btn_default_arrow:hover {
    color: #FFF;
    background-color: #00618b;
}

.collecting_collor .tooltipNew {
    position: absolute;
    top: -60px;
    width: 221px;
    background: #07A1E2;
    padding: 10px;
    color: white;
    font-weight: 600;
    left: -100px;
    display: none;
}

.collecting_collor span:hover>.tooltipNew {
    display: block;
}

.collecting_collor input {
    color: black;
    border: none;
    border-bottom: 2px solid black;
}

.modalPalitra {
    display: none;
    position: fixed;
    top: 0px;
    z-index: 9999999999;
    left: 0px;
    width: 100%;
    height: 100vh;
}

.modalPalitra .bgFon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
}

.tooltipColor {
    position: absolute;
    z-index: 123123;
    background: black;
    color: white;
    padding: 10px;
    border-radius: 7px;
    display: none;
}

.previewColor {
    position: absolute;
    z-index: 123123;
    background: black;
    color: white;
    padding: 10px;
    display: none;
    width: 80px;
    height: 100px;
    box-shadow: 0px 0px 10px black;
}

.tooltipColor::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 30px;
    background: black;
    transform: rotate(45deg);
    bottom: -7px;
}

.modalPalitra>div.mainPalitra {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modalPalitra>div .palitra {
    position: relative;
}


.offers-sec .nmc {
    z-index: 0;
}

.infoMontaj {
    position: relative;
}

.offers-sec .container {
    position: relative;
    z-index: 1;
}

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

.logoInctuction {
    width: 100%;
}

.nameInctruk {
    text-transform: uppercase;
    color: #888B8D;
    text-align: center;
    font-size: 14px;
    margin: 5px 0px;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.downloadInstruk {
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px;
    color: white;
    background-color: #9D9092;
    ;
    transition: .3s ease;
}

.downloadInstruk:hover {
    color: #fff;
    background: #87787b;
    ;
    text-decoration: none;
}

.instrukBLock {
    display: flex;
    flex-direction: column;
    background: #E8E8E8;
    padding: 15px;
    height: 280px !important;
}

.instrukImg {
    width: 100%;
    height: 138px !important;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.bx-filter-block {
    height: auto !important;
}

[data-property-id-row="51"],
[data-property-id-row="52"],
[data-property-id-row="53"],
[data-property-id-row="54"] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

[data-property-id-row="51"] [type="checkbox"],
[data-property-id-row="52"] [type="checkbox"],
[data-property-id-row="53"] [type="checkbox"],
[data-property-id-row="54"] [type="checkbox"] {
    margin-right: 15px;
}

[id="b1"],
[id="b2"] {
    padding: 0px 25px;
    font-size: 16px;
    color: gray;
}

[id="b2"] {}

.offers-list::before {
    display: none;
}

@media screen and (max-width: 1000px) {
    .infoMontaj .container {
        display: flex;
        flex-direction: column;
    }
}

/*
/local/templates/nmc/img/circle-left.svg
/local/templates/nmc/img/circle-right.svg
*/
.next2.slick-arrow {
    width: 40px;
    height: 40px;
    background-image: url(/local/templates/nmc/img/circle-right.svg);
}

.prev2.slick-arrow {
    width: 40px;
    height: 40px;
    background-image: url(/local/templates/nmc/img/circle-left.svg);
}

.next2.slick-arrow:hover {
    width: 40px;
    height: 40px;
    background-image: url(/local/templates/nmc/img/circle-right-1.svg);
}

.prev2.slick-arrow:hover {
    width: 40px;
    height: 40px;
    background-image: url(/local/templates/nmc/img/circle-left-1.svg);
}

.montajForm .form-block {
    margin-top: 50px;
}

.closePalitra {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    top: 0px;
    font-weight: bold;
    z-index: 9;
}

.ReactVirtualized__Grid.outer-grid {
    width: auto !important;
    height: auto !important;
    padding: 25px;
}

.palitraSkinness {
    padding: 20px;
    width: 760px;
}

@media screen and (max-width: 600px) {
    .palitraSkinness {
        padding: 0px;
        width: 710px;
    }

    .infoMontaj .container {
        display: flex;
        flex-direction: column;
    }

    .form-sec {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .zebra td {
        font-size: 7px !important;
    }

    .offers-icon img {
        max-width: fit-content;
        width: 30px;
        height: 30px;
    }

    .instrukBLock {
        width: 200px !important;
    }

    .brands-title_text {
        z-index: 999;
        position: relative;
    }

    .offers-sec.noMar {
        margin-top: 30px;
    }

    .montajImg {
        max-width: 100%;
    }

    .infoMontaj .descTwoMontaj {
        line-height: 19px;
    }

    .form-text {
        width: 100% !important;
    }

    table.zebra td {
        padding: 8px;
        border: 1px solid #cacaca;
        font-size: 10px !important;
    }

    .collecting_collor button {
        width: 100%;
    }

    .product-info_item_adv {
        margin-right: 20px !important;
        width: auto !important;
    }

    .basket-item-property-custom {
        justify-content: center;
    }

    .lk-cart_info_count {
        justify-content: center !important;
        align-content: center !important;
    }

    .lk-count_price {
        margin-right: 40px !important;
    }

    .basket-item-amount-btn-minus {
        margin-right: 10px !important;
    }

    .basket-item-amount-btn-plus {
        margin-left: 10px !important;
    }

    .lk-cart_info_price {
        justify-content: center;
    }

    .lk-count_choice {
        width: 20%;
        margin-top: 12px;
    }

    .form-sec.montajForm {
        height: 440px;
        margin-bottom: 105px !important;
    }

    .form-sec.montajForm.twoBlock {}

    .form-sec.montajForm .form-block {}

    .modalPalitra>div .palitra {
        width: 80%;
        overflow: hidden;
        padding: 10px;
        z-index: 999;
        background-color: white;
        position: relative;
    }

    .modalPalitra>div .palitra>div {
        position: relative;
        width: 100%;
        overflow-x: scroll;
        margin-top: 20px;
        overflow-y: hidden;
    }

    .ReactVirtualized__Grid__innerScrollContainer {}

    .color-wall-chunk {}

    .ReactVirtualized__Grid.inner-grid {}

    .ReactVirtualized__Grid__innerScrollContainer {}

    .ReactVirtualized__Grid__innerScrollContainer button {}

    .ReactVirtualized__Grid.outer-grid {
        transform: scale(1.9);
        margin-top: 212px;
        margin-left: 401px;
        height: 463px !important;
        width: 886px !important;
        padding: 0px;
    }
}

#b123 .infoMontaj {
    margin: 0px;
    padding-top: 0px;
}

#b123 .montajForm {
    margin: 0px;
}

@media screen and (max-width: 370px) {
    .product-nav {
        font-size: 10px;
        margin-bottom: 0px;
    }

    table.zebra tbody tr:nth-child(2n) td,
    table.zebra thead tr td {
        background: gainsboro;
        word-wrap: anywhere;
    }

    .controls {
        right: -10px !important;
        top: 65px !important;
    }

    table.zebra td {
        padding: 4.5px;
    }

    .offers-sec.noMar {
        margin-top: 200px;
    }

    .offers-title {
        margin-bottom: 20px !important;
    }

    .offers-name_title {
        flex: 1 1 auto;
    }

    .prodPageHide {
        margin-bottom: 20px !important;
    }

    .ymaps-map {
        -ms-touch-action: auto !important;
        touch-action: auto !important;
    }

    .montajForm.twoBlock {
        margin-bottom: 65px !important;
    }

    .product-info_tabs .form-sec.montajForm.twoBlock {
        margin-bottom: 300px !important;
    }
}

@media screen and (max-width: 365px) {
    .form-sec.montajForm {
        margin-bottom: 135px !important;
    }
}

@media screen and (max-width: 360px) {
    .form-sec.montajForm {
        margin-bottom: 190px !important;
    }

    .product-info_tabs .form-sec.montajForm.twoBlock {
        margin-bottom: 325px !important;
    }

    .infoMontaj .showroom-address {
        font-size: 20px;
    }
}

.nav-bottom-center {
    margin-right: 20px;
}
.aboc-modal{
	z-index: 9999999999999 !important;
}
.aboc-modal-dialog{
	border-color: #07A1E2 !important;
}
.aboc-submit{
	color: #07A1E2 !important;
}
.btn.btn-default {
	transition: .3s;
}
.btn.btn-default:hover{
	background-color: #00618b !important;
}
.popup-window-overlay, .fancybox-container{
	z-index: 999999999999 !important;
}
.popup-window.popup-window-with-titlebar{
	z-index: 9999 !important;
}
.popup-window.popup-window-with-titlebar{
	z-index: 99991 !important;
}
.wrapper_line{
	z-index: 1;
}
.product-wrapper_images {
	z-index: 1;
}
.cta-form {
    display: flex;
    flex-direction: column;
    margin: 60px 0;
}

.cta-form__left {
    display: flex;
    flex-flow: column;
}

.cta-form__rignt {
    flex-grow: 1;
    background-image:linear-gradient(to right, rgba(0,0,0,.6), rgba(0,0,0,.6)), url('/upload/files/bc71a963d071b5529d77c25d4ce8c726.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-form__left > *,  .cta-form__rignt > *{
    padding: 15px 52px;
}

.cta-form__left > :first-child,  .cta-form__rignt > :first-child{
    padding-top: 35px;
}

.cta-form__title {
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    flex-grow: 1;
}

.cta-form ul {list-style-position: inside; list-style-type: disc;}
.cta-form ul li {padding-left: 20px;}

.cta-form__description {
    background: #F3F3F3;
    text-transform: uppercase;
}

.cta-form__description, .cta-form__text {
    font-size: 14px;
    line-height: 22px;
}

.cta-form__text {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: bold;
    color: #fff;
}

.cta-form__form {
    display: flex;
    flex-direction: column;
    padding: 60px;
    background-color: #F3F3F3;
    width: 90%;
    margin: 0 auto;
    transform: translate(0, 34px);
    box-shadow: -14px 10px 30px 0px #0000005e;

}
.cta-form__input[type=text] {
    background-color: unset;
}
.cta-form__input.btn_default_arrow {
    font-weight: bold;
    font-size: 1em;
}
.cta-form__input.btn_default_arrow:hover {background: #00618b; color: #fff;}
.cta-filal-modal {}
.cta-filal-modal.modal {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    max-height: 100%;
    box-sizing: border-box;
    overflow-x: auto;
}
.cta-filal-modal .window {
    background: #FFFFFF;
    border: 1px solid #07A1E2;
    padding: 40px;
}
.cta-form__formcontrols {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media screen and (min-width: 768px) {
    .cta-form {
        flex-direction: row;
    }

    .cta-form__left {
        flex-basis: 400px;
    }

    .cta-form__form {
        transform: translate(50px, 34px);
        margin: unset;
    }
}

.contacts .contact-info .phone a, .phone-sticky a {
    white-space: nowrap;
}

.news_carousel {
    margin: 100px 0 0;
}