.new_element_sk.new_catalog_item .row.catalog-header {
    margin-bottom: 32px;
}
.new_catalog_item .catalog-el-image__nav.hide__nav {
    display: none;
}
.new_catalog_item .catalog-el-vendor, .new_catalog_item  .catalog-el-vendor__code {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #828282;
    margin-bottom: 3px;
}
.new_element_sk.card_with_assembly.new_catalog_item .catalog-el-image__slider {
    overflow: inherit;
}
.new_element_sk.card_with_assembly.new_catalog_item .catalog-el-image .slick-arrow.slick-next {
    display: block;
    right: -24px;
    width: 48px;
    padding: 0;
    background: url("/local/templates/etagerka/etagerca/dist/images/Frame216.png") center center no-repeat;
    transform: rotate(180deg);
}
.new_element_sk.card_with_assembly.new_catalog_item .catalog-el-image .slick-arrow.slick-prev {
    display: block;
    left: -30px;
    width: 48px;
    padding: 0;
    background: url("/local/templates/etagerka/etagerca/dist/images/Frame216.png") center center no-repeat;
}
.new_element_sk.new_catalog_item.card_with_assembly .product_main_info #detail_page_slider.catalog-el-image__slider:hover > button.slick-arrow.slick-next,
.new_element_sk.new_catalog_item.card_with_assembly .product_main_info #detail_page_slider.catalog-el-image__slider:hover > button.slick-arrow.slick-prev {
    display: block!important;
}
.new_catalog_item .catalog-el-image__slide .img-container {
    position: relative;
}
.new_element_sk.new_catalog_item .card_with_assembly__gallery .dots-place {
    display: block;
}
/*.new_element_sk.new_catalog_item .card_with_assembly__gallery .slick-dots li button::before {
    content: '';
    background: #E1E1E1;
    border-radius: 2px;
    height: 8px;
    opacity: 1;
}*/
/*.new_element_sk.new_catalog_item .card_with_assembly__gallery .slick-dots li.slick-active button::before {
    content: '';
    background: #181818;
    border-radius: 2px;
    height: 8px;
}*/
/*.new_element_sk.new_catalog_item .card_with_assembly__gallery .slick-dots li button:hover::before,
.new_element_sk.new_catalog_item .card_with_assembly__gallery .slick-dots li.slick-active button:hover::before {
    background: #c3c0c0;
}*/
.new_element_sk.new_catalog_item .card_with_assembly__gallery .slick-dots {
    bottom: -60px;
}
.new_catalog_item .sale-icon {
    width: 55px;
    height: 20px;
    background: #966FEB;
    border-radius: 4px;
    color: #FFFF;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
}
.new_catalog_item .img-container a.zoom {
    position: absolute;
    right: 20px;
    bottom: 5%;
}
.new_catalog_item .img-container a.zoom:hover {
    opacity: 0.8;
}
.new_element_sk.new_catalog_item .catalog-el-image__slide.slick-slide img {
    border-radius: 10px;
    height: 500px;
    object-fit: contain;
}
.new_element_sk.new_catalog_item .row .rating-stars {
    margin-right: 10px;
}
.new_element_sk.new_catalog_item .catalog-el-image__slide.slick-slide .img-container a.zoom img {
    height: auto;
}
.new_catalog_item .value-info {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #181818;
}
.new_catalog_item .catalog-el_value-info .value-info.underline {
    text-decoration: underline;
}
.new_catalog_item .value-info span {
    font-weight: bold;
}
.new_catalog_item .catalog-el_value-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}
.rating-stars--section .rating-stars__star {
    height: 15px;
    width: 15px;
}
.rating-stars--section  .rating-stars__star {
    background-image: url("/img/colorkit.svg");
}
.new_catalog_item .catalog-el_value-info .rating-stars__star--fill,
.rating-stars--section .rating-stars__star--fill {
    background-image: url("/img/black_star.svg");
    height: 15px;
    width: 15px;
    background-size: 15px;
    margin-right: 5px;
}

.rating-stars--section .rating-stars__star--fill-half {
/*    background-image: url("/img/colorkit_blac.png");*/
    background-image: url("/img/colorkit.svg");
    position: relative;

}
.rating-stars--section .rating-stars__star--fill-half:before {
    background-image: url("/img/black_star.svg");
    background-repeat: no-repeat;
    position: absolute;
    height: 15px;
    width: 15px;
    content: '';
    top: 0;


}
.rating-stars--section .rating-stars__star--fill-half.rating_1:before  {
    width: 10%;
}
.rating-stars--section .rating-stars__star--fill-half.rating_2:before  {
    width: 20%;
}
.rating-stars--section .rating-stars__star--fill-half.rating_3:before  {
    width: 30%;
}
.rating-stars--section .rating-stars__star--fill-half.rating_4:before  {
    width: 40%;
}
.rating-stars--section .rating-stars__star--fill-half.rating_5:before  {
    width: 50%;
}
.rating-stars--section .rating-stars__star--fill-half.rating_6:before  {
    width: 60%;
}
.rating-stars--section .rating-stars__star--fill-half.rating_7:before  {
    width: 70%;
}
.rating-stars--section .rating-stars__star--fill-half.rating_8:before  {
    width: 80%;
}
.rating-stars--section .rating-stars__star--fill-half.rating_9:before  {
    width: 90%;
}





.new_catalog_item.card_with_assembly .product_main_info h1 {
    margin-bottom: 13px;
}
.new_catalog_item.card_with_assembly .catalog-prints {
    margin-top: 0px;
    position: relative;
    margin-bottom: 30px;
}
.new_catalog_item.card_with_assembly .catalog-prints .catalog-prints__title {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #181818;
}
.new_catalog_item.card_with_assembly .catalog-prints .catalog-prints-list .catalog-prints-list__item {
    width: 14%;
    margin-right: 10px;
    height: 70px;
}
.new_catalog_item.card_with_assembly .catalog-prints .catalog-prints-list .catalog-prints-list__link{
    height: 100%;
    width: auto;
    border-radius: 4px;
    border-bottom: none;
}
.new_catalog_item.card_with_assembly .catalog-prints .catalog-prints-list .catalog-prints-list__link img{
    height: 100%;
    object-fit: cover;
    width: auto;
    border-radius: 4px;
}
.new_catalog_item.card_with_assembly .catalog-prints .catalog-prints-list {
    display: flex;
    flex-wrap: wrap;
    max-height: none;
}
.new_catalog_item.card_with_assembly .catalog-prints .catalog-prints-list.open {
    max-height: unset;
}
.new_catalog_item.card_with_assembly .catalog-prints .catalog-prints-list .catalog-prints-list__item.hidden-print {
    display: none;
}
.new_catalog_item.card_with_assembly .catalog-prints .catalog-prints-list__toggle {
    font-family: 'Gilroy';
    background: none;
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 8%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_catalog_item.card_with_assembly .catalog-prints .catalog-prints-list__toggle:hover {
    border: 1px solid #A0A0A0;
}
.new_catalog_item.card_with_assembly .catalog-prints .catalog-prints-list__toggle.open {
    transform: none;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .row {
    align-items: center;
}
.new_element_sk.new_catalog_item.card_with_assembly .product_main_info .price-block .price-block-single__new{
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #181818;
    background: #FFDD9E;
    border-radius: 4px;
    box-shadow: 2px 2px 0px #f90;
    margin: 0 30px 0 0;
    padding: 6px 9px 3px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .sale_marker span {
    background: none;
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FF0000;
    padding: 0;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old span.throw-line {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #828282;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .sale_marker {
    margin: 0;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .sale_marker span > span {
    font-size: 16px;
    line-height: 19px;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .old-block {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .old-block  .old-title {
    font-size: 12px;
    line-height: 24px;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old {
    gap: 0 30px;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .price-block-single__difference {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .price-block-single__difference .difference {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #181818;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .price-block-single__difference .difference span {
    font-size: 16px;
    line-height: 19px;
    color: #181818;
    font-weight: 500;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .price-block-single__difference img {
    width: 25px;
    height: 25px;
}
.new_catalog_item .catalog-el-params_table td {
    padding-bottom: 15px;
}
.new_catalog_item .catalog-el-params_table {
    margin-bottom: 15px;
}
.new_catalog_item .catalog-el-params_table .prop_name_table {
    padding-right: 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    color: #828282;
}
.new_catalog_item .catalog-el-params_table .prop_value_table a {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    color: #181818;
}
.new_catalog_item .catalog-el-params_table .prop_value_table a:hover {
    text-decoration: underline;
}
.new_catalog_item  .catalog-el-params_table tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
.new_catalog_item .catalog-el-params_table tbody tr.catalog-el-params__item_row:first-child {
    width: 500px;
}
.new_catalog_item .catalog-prints__title.title_specifications.onclick {
    font-size: 17px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #181818;
    font-weight: 700;
    cursor: pointer;
}
.new_catalog_item .catalog-prints__title.title_specifications.onclick:hover {
    text-decoration-line: none;
}
.new_catalog_item .catalog-property {
    margin-bottom: 26px;
}
.new_catalog_item .catalog-el-assembly p, .new_catalog_item .catalog-el-assembly p .assembly__cost {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #181818;
}
.new_catalog_item .catalog-el-assembly .catalog-el-assembly__group {
    gap: 0 10px;
}
.new_catalog_item .catalog-el-assembly .catalog-el-assembly__group label {
    border: 1px solid #828282;
    color: #828282;
    background: #FFFF;
    width: 55px;
    height: 30px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.new_catalog_item .catalog-el-assembly .catalog-el-assembly__group input:checked + label {
    background: #FFFF;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 400;
    width: 55px;
    height: 30px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.new_catalog_item .catalog-el-assembly .catalog-el-assembly__group label:hover,
.new_catalog_item .catalog-el-assembly .catalog-el-assembly__group input:checked + label:hover {
    background: #FFFF;
    border: 1px solid #339999;
    color: #339999;
}
.new_catalog_item.card_with_assembly .catalog-el-desc.desc_after_buttons span.text-gray {
    text-transform: lowercase;
    text-decoration-line: underline;
    color: #111111;
}
.new_catalog_item.new_element_sk.card_with_assembly .catalog-el-desc.desc_after_buttons {
    margin-left: 20px;
}
.new_catalog_item.new_element_sk.card_with_assembly .catalog-el-desc.desc_after_buttons .schema_ico a {
    display: flex;
    align-items: center;
    align-content: center;
}
.new_catalog_item.new_element_sk.card_with_assembly .catalog-el-desc.desc_after_buttons .schema_ico a:hover > span.text-gray {
    text-decoration-line: none;
}
.new_catalog_item.new_element_sk.card_with_assembly .row .credit-block.detail {
    display: none;
}
.new_catalog_item.new_element_sk.card_with_assembly .row .credit-block.detail .credit-block__caption:after {
    display: none;
}
.new_catalog_item.new_element_sk.card_with_assembly .row .credit-block.detail .credit-block__caption {
    width: 100%;
}
.new_catalog_item.new_element_sk.card_with_assembly .row .credit-block.detail .credit-block__caption .credit-block__link-rassrochka {
    font-family: Gilroy;
    border: 1px solid #181818;
    border-radius: 7px;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    color: #181818;
}
.new_catalog_item .catalog-el-image__favorite {
    position: absolute;
    top: 20px;
    left: 20px;
}
.new_catalog_item .catalog-el-image__favorite-icon {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: none;
    margin-left: 3px;
}
.new_catalog_item .catalog-el-image__favorite-icon::before {
    content: '';
    width: 32px;
    height: 32px;
    background: url("/img/favorite-heart.png") no-repeat;
    position: absolute;
    left: 10px;
    top: 0;
}
.new_catalog_item .catalog-el-image__favorite-icon:hover::before {
    background: url("/img/favorite-heart-clicked.png") no-repeat;
}
.new_catalog_item .catalog-el-image__favorite-icon.active::before {
    background: url("/img/favorite-heart-clicked.png") no-repeat;
}
.new_catalog_item .catalog-el-image__favorite-icon.active:hover::before {
    background: url("/img/favorite-heart.png") no-repeat;
}
a.btn-minus, a.btn-plus{
    color: #FFFF;
    border-bottom: none;
    font-size: 25px;
}
input#quantity, span#kolvo, a.btn-minus, a.btn-plus {
    display: none;
}
.ajax-buy-button-product.new-btn.in_basket a.btn-minus,
.ajax-buy-button-product.new-btn.in_basket a.btn-plus,
.ajax-buy-button-product.new-btn.in_basket span#kolvo {
    display: inline-block;
}
.fixed-product-block {
    display:none;
    position: fixed;
    top: 71px;
    width: 100%;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    min-height: 72px;
    padding: 13px 0;
    font-family: 'Gilroy';
    font-style: normal;
}
.fixed-product-block.fixed {
    display:block;
}
.fixed-product_article {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #828282;
}
.fixed-product_name {
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #181818;
}
.fixed-product-block .row {
    display: flex;
    justify-content: space-between;
}
.fixed-product_column.left {
    width: 55%;
}
.fixed-product_column.right {
    float: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 30px;
    width: 43%;
}
.fixed-product-block button.button.ajax-buy-button-product {
    background: #339999;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    box-shadow: none;
    padding: 10px 40px 10px;
}
.fixed-product-block button.button.ajax-buy-button-product .txt {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
.fixed-product-block .fixed-product_prices {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 25px;
}
.fixed-product_price {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #181818;
}
.fixed-product_old-price {
    display: flex;
    flex-direction: column;
    color: #828282;
    font-weight: 500;
}
.fixed-product_old-price span.old-title {
    font-size: 12px;
    line-height: 24px;
}
.fixed-product-block span.throw-line {
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
}
.fixed-product-block span.sale-red {
    background: #FF0000;
    border-radius: 3px;
    padding: 1px 2px;
    color: #FFFF;
    font-size: 10px;
    line-height: 12px;
    display: none;
}
.new_catalog_item.new_element_sk.card_with_assembly .row .price-block-total .button.button--red.in_basket,
.fixed-product-block button.button.ajax-buy-button-product.in_basket {
    border: 1px solid #E1E1E1;
    background: #FFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}
.fixed-product-block button.button.ajax-buy-button-product.in_basket .txt, .ajax-buy-button-product.new-btn.in_basket .txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}
.ajax-buy-button-product.new-btn.in_basket .txt{
    position: relative;
}
.ajax-buy-button-product.new-btn.in_basket .txt::before {
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: -15px;
    background: url('/img/in_basket_icon.png') no-repeat;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_tabs_wrap #content:before,
.new_catalog_item.new_element_sk.card_with_assembly .product_tabs_wrap #content:after {
    border-top: none;
    border-bottom: none;
}
.new_catalog_item.new_element_sk .product_tabs_wrap #tabs {
    justify-content: space-between;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_tabs_wrap #tabs li#current {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #181818;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_tabs_wrap #tabs li#current a {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #181818;
}
.card_with_assembly__map-block.mainpage-text h2 {
    margin-bottom: 32px;
}
.welcome-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 66px;
}
.welcome-item {
    width: 100%;
}
.welcome-item img {
    border-radius: 7px;
    width: 100%;
}
ul#tabsShowroom {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
ul#tabsShowroom li {
    text-align: center;
    /*width: 34%;*/
    width: 50%;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    background: #FFFFFF;
    padding: 20px 32px;
    border-bottom: 3px solid #E1E1E1;
}
ul#tabsShowroom li#current {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #181818;
}
ul#tabsShowroom li a{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #828282;
    border-bottom: none;
}
ul#tabsShowroom li#current a {
    font-weight: 700;
    color: #181818;
}
ul#tabsShowroom li:hover a {
    font-weight: 700;
}
.showroom_tab_text {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    align-items: center;
}
.showroom_tab_text .showroom_tab_info, .showroom_tab_text  .showroom_tab_map {
    width: 50%;
    text-align: left;
}
.showroom_tab_icon {
    position: relative;
    padding-left: 40px;
    margin-bottom: 23px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #181818;
}
.showroom_tab_icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}
.showroom_tab_icon.address:before {
    background: url("/img/map_icon.png") no-repeat;
}
.showroom_tab_icon.shop:before {
    background: url("/img/shop_icon.png") no-repeat;
}
.showroom_tab_icon.time:before {
    background: url("/img/time_icon.png") no-repeat;
}
.showroom_tab_text .ymaps-map {
    border-radius: 10px;
}
div#showroomContent {
    margin-bottom: 70px;
}
.preferences_form div, .preferences_form .info_policy a {
    font-family: 'Gilroy';
    font-style: normal;
}
.preferences_form {
    background: #F5F6F8;
    border-radius: 7px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.preferences_form-column.left, .preferences_form-column.right {
    float: none;
    width: 50%;
}
.preferences_form-column.left {
    padding: 56px 0px 49px 60px;
}
.preferences_form-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    color: #181818;
    text-align: left;
    margin-bottom: 13px;
}
.preferences_form-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: #787878;
    margin-bottom: 29px;
}
.preferences_form form input {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 7px;
    padding: 15px 20px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
}
.preferences_form form button {
    background: #339999;
    border-radius: 7px;
    width: 100%;
    height: 50px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
.preferences_form .info_policy, .preferences_form .info_policy a {
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: #828282;
}
.preferences_form-column.right {
    position: relative;
}
.preferences_form-bcg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 390px;
    height: 94%;
    z-index: 10;
    background: url("/img/form_bcg1.png") no-repeat;
    background-size: cover;
}
.preferences_form-bcg2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 480px;
    height: 100%;
    background: url("/img/form_bcg2.png") no-repeat;
    background-size: cover;
    border-radius: 0 10px 10px 0;
}
.new_catalog_item.new_element_sk.card_with_assembly {
    overflow-x: inherit;
}
.new_catalog_item.new_element_sk.card_with_assembly .card_with_assembly__gallery {
    position: relative;
}
.new_catalog_item.new_element_sk.card_with_assembly .catalog-el-main {
    position: sticky;
    top: 234px;
}
body {
    overflow-x: inherit!important;
}
.new_catalog_item.new_element_sk.card_with_assembly .slider_list_slick {
    margin-bottom: 48px;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_main_info {
    margin: 0 0 47px 0;
}
.new_catalog_item.new_element_sk.card_with_assembly .product_tabs_wrap #content:after {
    width: auto;
}
.new_catalog_item.new_element_sk.card_with_assembly .header_icons .header_info {
    width: 16%;
}
.new_catalog_item.new_element_sk.card_with_assembly .header_icons .header_info img {
    height: auto;
    width: 100%;
}
.header_icons_mobile.slider-icons.slick-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: block;
}
.header_icons_mobile.slider-icons.slick-slider .slick-track {
    overflow: hidden;
}
.header_icons_mobile.slider-icons .header_info_mobile img {
    height: 150px;
    width: 150px;
    margin: 0 auto;
}
.header_icons_mobile.slider-icons.slick-slider .header_info_mobile span {
    margin-left: 0px;
}
.header_icons_mobile.slider-icons.slick-slider .header_info_mobile {
    margin: 0 14px;
    min-width: 160px;
    text-align: center;
}
.header_icons_mobile-wrapper {
    width: 100%;
    max-width: 100vw;
}
.header_icons_mobile.slider-icons.slick-slider * {
    min-height: 0;
    min-width: 0;
}
.credit-block.detail.credit-block-mobil {
    display: none!important;
}

@media (max-width: 1280px) {
    .new_catalog_item .catalog-el-params_table tbody {
        flex-direction: column;
    }
    .fixed-product-block {
        padding: 13px 15px;
        top: 71px;
    }
    
    .fixed-product_column.left {
        width: 45%;
    }
    .fixed-product_column.right {
        width: 53%;
    }
    .fixed-product_name {
        font-size: 16px;
        line-height: 18px;
    }
    .fixed-product_price {
        font-size: 18px;
        line-height: 20px;
    }
    .preferences_form-bcg2 {
        border-radius: 0 0px 10px 0;
    }
}
@media (max-width: 1240px) {
    .fixed-product-block {
        top: 71px;
    }
    .preferences_form-title {
        font-size: 22px;
        line-height: 28px;
    }
    .preferences_form-subtitle {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 1110px) {
    .new_catalog_item .catalog-el-params_table tbody {
        flex-direction: row;
    }
    .new_element_sk.new_catalog_item .catalog-el-image__slide.slick-slide img {
        object-fit: none;
    }
    .fixed-product-block {
        padding: 13px 15px;
        top: 71px;
    }
    .preferences_form-bcg1, .preferences_form-bcg2 {
        width: 340px;
        height: 85%;
    }
    .preferences_form-column.left {
        padding: 23px 30px 0 30px;
    }
    .preferences_form .info_policy, .preferences_form .info_policy a {
        font-size: 10px;
        line-height: 15px;
    }
    .new_catalog_item.new_element_sk.card_with_assembly {
        overflow-x: inherit;
    }
}
@media (max-width: 780px) {
    .preferences_form {
        flex-direction: column;
    }
    .preferences_form-column.left, .preferences_form-column.right {
        width: 100%;
    }
    .preferences_form-column.right {
        height: 300px;
    }
    .preferences_form-bcg1 {
        width: 210px;
        height: 100%;
        left: 10%;
    }
    .preferences_form-bcg2 {
        height: 85%;
        width: 272px;
        background: url("/img/form_bcg2-2.png") no-repeat;
    }
}
@media (max-width: 768px) {
    .fixed-product-block{
        top: 60px;
    }
    .new_catalog_item.new_element_sk.card_with_assembly .product_main_info.mobile_info_h1 {
      margin: 0;
    }
}
@media (max-width: 575px) {
    .new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .row {
        display: flex;
        justify-content: space-between;
    }
    .new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__new {
        width: auto;
        font-size: 20px;
        line-height: 25px;
        margin: 0 0px 0 0;
    }
    .new_catalog_item .catalog-el-assembly {
        margin: 0px 0 0;
    }
    .new_catalog_item .catalog-el-vendor .catalog-el-vendor__code, .new_catalog_item .catalog-el-vendor {
        color: #828282;
        font-size: 12px;
    }
    .new_catalog_item.new_element_sk .row.show-for-print {
        padding: 0 20px;
    }
    .new_catalog_item.card_with_assembly .row .price-block-total .price-block-total__wrapper div,
    .new_catalog_item.new_element_sk.card_with_assembly .row .price-block-total .button.button--red,
    .new_element_sk.card_with_assembly .row .price-block-total .button.button--gold {
        width: 100%;
        font-weight: bold;
    }
    .new_element_sk.card_with_assembly .row .price-block-total .button.button--gold {
        border: 2px solid #399;
        order: 2;

    }
    .new_element_sk.card_with_assembly .row .price-block-total .button.button--gold.installments {
        order: 3;
        
    }
    .new_catalog_item.new_element_sk.card_with_assembly .row .price-block-total .button.button--red {
        margin-bottom: 10px;
    }
    .fixed-product-block.fixed {
        top: auto;
        bottom: 0;
        display: block;
        height: 70px;
    }
    .fixed-product-block .fixed-product_column.left {
        width: 0;
        display: none;
    }
    .fixed-product_column {
        width: 100%;
    }
    .fixed-product-block .fixed-product_prices {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .fixed-product_old-price span.old-title {
        display: none;
    }
    .fixed-product_column.right {
        justify-content: flex-start;
        width: 100%;
        gap: 0 40px;
    }
    .fixed-product-block span.throw-line {
        font-size: 12px;
        line-height: 15px;
    }
    .fixed-product-block .fixed-product_price {
        font-size: 20px;
        line-height: 25px;
    }
    .fixed-product-block button.button.ajax-buy-button-product {
        width: 120px;
        padding: 10px 15px 10px;
    }
    .fixed-product-block span.sale-red {
        display: inline;
    }
    .fixed-product-block button.button.ajax-buy-button-product .txt Х

    .new_element_sk.card_with_assembly.catalog-header-mobile.new_catalog_item .catalog-el-main-mobil .slick-dots li,
    .new_element_sk.card_with_assembly.catalog-header-mobile.new_catalog_item .catalog-el-main-mobil .slick-dots li.slick-active {
        background: none;
        border: none;
    }
    .new_element_sk.new_catalog_item .catalog-el-image__slide.slick-slide img {
        object-fit: cover;
        height: 68vw;
    }
    .new_element_sk.new_catalog_item .catalog-el-image__slide.slick-slide .img-container a.zoom img {
        height: 30px;
        width: 30px;
    }
    .new_catalog_item .img-container a.zoom {
        bottom: 10px;
        right: 20px;
    }
    .new_catalog_item.card_with_assembly .catalog-prints .catalog-prints__title {
        font-size: 15px;
        line-height: 19px;
    }
    .new_catalog_item.card_with_assembly .catalog-prints .catalog-prints-list .catalog-prints-list__item {
        width: 13%;
        height: 45px;
    }
    .new_catalog_item.card_with_assembly .catalog-prints .catalog-prints-list { 
        max-height: none;
    }
    .new_catalog_item.card_with_assembly .catalog-prints .catalog-prints-list__toggle {
        width: 45px;
        height: 45px;
        font-size: 12px;
    }
    .new_catalog_item.new_element_sk .product_main_info .catalog-el-main .hide-notablet.mobile-show {
        margin-top: 27px;
    }
    .new_catalog_item.card_with_assembly .catalog-prints .catalog-prints-list .catalog-prints-list__item:nth-child(3n) {
        margin-right: 10px!important;
    }
    .new_catalog_item.card_with_assembly .catalog-prints {
        margin-bottom: 0;
    }
    .new_catalog_item .catalog-el-params_table .prop_name_table,
    .new_catalog_item .catalog-el-params_table .prop_value_table a {
        font-size: 17px;
    }
    .new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .old-block,
    .new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .sale_marker span,
    .new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .price-block-single__difference .difference,
    .new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .old-block .old-title {
        font-size: 10px;
    }
    .new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old span.throw-line,
    .new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .sale_marker span > span,
    .new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old .price-block-single__difference .difference span,
    .new_catalog_item .catalog-el-assembly p {
        font-size: 15px;
        line-height: 18px;
    }
    .new_catalog_item.new_element_sk.card_with_assembly.catalog-header-mobile.new_catalog_item .product_main_info .h1,
    .h1_wrapp_info_mane  {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 11px;
    }
    .new_catalog_item.new_element_sk.card_with_assembly .modile_price_block .modile_price .price-block-single__old .old_price_mobil {
        padding-top: 0px;
    }
    .new_catalog_item.new_element_sk.card_with_assembly.catalog-header-mobile .product_main_info .catalog-el-main .hide-notablet.mobile-show form .price-block {
        padding: 18px 0px 0px 0px;
    }
    .new_catalog_item.new_element_sk.card_with_assembly .product_main_info .price-block .price-block-single__old {
        gap: 0 23px;
        width: auto;
        justify-content: space-between;
    }
    .new_catalog_item.new_element_sk.card_with_assembly .row .credit-block.detail .credit-block__caption .credit-block__link-rassrochka {
        font-size: 12px;
        line-height: 15px;
    }
    .new_catalog_item .catalog-el-params_table tbody tr.catalog-el-params__item_row:first-child {
        width: auto;
    }
    .new_catalog_item.new_element_sk.card_with_assembly .catalog-el-main.catalog-el-main-mobil {
        padding-bottom: 10px;
    }
    .new_catalog_item.card_with_assembly .catalog-el-desc.desc_after_buttons span.text-gray {
        font-size: 12px;
        line-height: 24px;
    }
    .new_catalog_item.new_element_sk.card_with_assembly .catalog-el-desc.desc_after_buttons {
        margin-left: 20px;
        margin-top: 0px;
    }
    .welcome-block {
        flex-wrap: wrap;
        margin-bottom: 57px;
    }
    .welcome-block .slick-dots {
        bottom: -40px;
    }
    .welcome-block .slick-dots li,
    .welcome-block .slick-dots li.slick-active {
        background: none;
        border: none;
    }
    .welcome-block .slick-dots li button::before {
        content: '';
        background: #E1E1E1;
        border-radius: 2px;
        height: 8px;
        opacity: .7;
    }
    .welcome-block .slick-dots li button:hover::before {
        background: #c3c0c0;
    }
    .welcome-block .slick-dots li.slick-active button::before {
        content: '';
        background: #181818;
    }
    .welcome-item {
        width: 100%;
        margin-bottom: 15px;
    }
    ul#tabsShowroom {
        flex-direction: column;
    }
    ul#tabsShowroom li {
        width: 100%;
    }
    .showroom_tab_text {
        flex-direction: column;
    }
    .showroom_tab_text .showroom_tab_info, .showroom_tab_text .showroom_tab_map {
        width: 100%;
    }
    ul#tabsShowroom li a {
        font-weight: 400;
        font-size: 15px;
        line-height: 19px;
    }
    ul#tabsShowroom li#current a {
        font-weight: 700;
    }
    ul#tabsShowroom li {
        padding: 5px 10px;
    }
    .showroom_tab_text .showroom_tab_info {
        margin-bottom: 33px;
    }
    .showroom_tab_icon {
        font-size: 15px;
        line-height: 18px;
    }
    .preferences_form-bcg1 {
        left: 0;
    }
    .preferences_form-title {
        font-size: 20px;
    }
    .preferences_form-subtitle {
        font-size: 15px;
    }
    .preferences_form form input {
        font-size: 16px;
        line-height: 16px;
    }
    .new_catalog_item.new_element_sk.card_with_assembly.catalog-header-mobile .catalog-el-main-mobil .slick-dots li {
        border: none;
        border-radius: 1px;
        width: auto;
        height: auto;
        background: none;
    }
    .new_catalog_item.new_element_sk.card_with_assembly.catalog-header-mobile .catalog-el-image__slider-mobile .catalog-el-image__slide.slick-slide {
        height: auto;
    }
    .new_catalog_item.new_element_sk .product_tab_mobile .product_tab_mobile_item .product_tab_mobile_title p {
        text-align: left;
    }
    .new_catalog_item.new_element_sk .product_tab_mobile .product_tab_mobile_item .product_tab_mobile_title span {
        background: url("/img/chevron-up.png") no-repeat;
        width: 14px;
        height: 9px;
        top: 50%;
    }
    .new_catalog_item.new_element_sk .product_tab_mobile .product_tab_mobile_item .product_tab_mobile_title.active span {
        background: url("/img/white-arrow.svg") no-repeat;
    }
}
.perelink_catalog_wrapp {
    margin-bottom: 40px;
}