/*widget*/
.new_widget_btn {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 40px;
	bottom: 65px;
	border-radius: 18px;
	cursor: pointer;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
	transition: all .2s ease;
	z-index: 10150;
}
.new_widget_overlay{
    visibility: hidden;
    opacity: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: rgba(33,33,33,.3);
    transition: opacity 0.2s ease;
}
.new_widget_overlay.active{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease;
    z-index: 10149;
}
.new_widget_btn.active {
	transform: scale(.9);
}
.new_widget_btn:hover {
    transition: all .2s ease;
    box-shadow: 0 0 8px 3px rgba(0,0,0,0.20);
}
.new_widget_btn_container {
	border-radius: 18px;
	background: var(--color-yellow);
	height: 100%;
	width: 100%;
	display: grid;
	align-content: center;
	text-align: center;
	overflow: hidden;
	transition: all 0.2s ease;
}
.new_widget_btn.active .new_widget_btn_container{
    background: #d6d6d6;
    transition: all 0.2s ease;
}
.new_widget_btn:hover::before {
    content: "Свяжитесь с нами!";
    display: block;
    position: absolute;
    right: 70px;
    width: max-content;
    height: 30px;
    border-radius: 18px;
    background: #fff;
    z-index: 10150;
    box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.2);
    top: 16px;
    font-size: 16px;
    padding: 4px 10px;
    text-align: center;
}
.new_widget_btn.active:hover::before{
    content: "Закрыть";
}
.is_mobile .new_widget_btn{
    display: none;
}
.new_widget_btn_inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_widget_btn_inner_s{
    opacity: 1;
    transition: opacity 0.2s ease;
    position: absolute;
}
.new_widget_btn_inner_close{
    opacity: 0;
    transition: opacity 0.2s ease;
    position: absolute;
}
.new_widget_btn.active .new_widget_btn_inner_s{
    opacity: 0;
    transition: opacity 0.2s ease;
}
.new_widget_btn.active .new_widget_btn_inner_close{
    opacity: 1;
    transition: opacity 0.2s ease;
}
.connect_list{
    position: fixed;
    right: 32px;
    bottom: 117px;
    width: auto;
    z-index: 10150;
    overflow-y: hidden;
    padding: 10px 10px 0;
    transition: opacity 0.2s ease;
    transition: max-height 0.4s ease;
    max-height: 0;
    scrollbar-width: none;
}
.connect_list::-webkit-scrollbar{
	width: 0;
	height: 0;
}
.is_mobile .connect_list{
    visibility: hidden;
    opacity: 0;
    bottom: 110px;
    right: unset;
    width: 100%;
    overflow-y: unset;
    padding: unset;
    max-height: unset;
}
.connect_list.active {
    transition: max-height 0.9s ease-out;
    max-height: 1000px;
    overflow-y: clip;
}
.is_mobile .connect_list.active{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease;
    max-height: unset;
    overflow-y: unset;
}
.is_mobile .connect_list_container::before {
    content: "Выберите способ связи:";
    display: block;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 18px;
    width: 200px;
    text-align: center;
    height: 25px;
    font-weight: bold;
    padding: 3px;
    color: #fff;
    font-size: 16px;
}
.connect_list_container{
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    margin-bottom: 15px;
    gap: 14px;
}
.is_mobile .connect_list_container{
    flex-direction: unset;
    margin-bottom: 0px;
    gap: unset;
}
.connect_list_container>div{
    height: 50px;
    width: 50px;
    border-radius: 18px;
    position: relative;
    transition: all .2s ease;
    display: grid;
    text-align: center;
    box-shadow: 0 8px 6px -6px rgba(33,33,33,.2);
}
.is_mobile .connect_list_container>div{
	margin: 0 8px;
}
.connect_list_container>div a {
    height: 70px;
    width: auto;
    display: grid;
    z-index: 2;
    position: relative;
    cursor: pointer;
    text-align: center;
    align-content: end;
    margin: 0 -10px;
    font-size: var(--font-size-s-fixed);
    color: transparent;
    font-weight: bold;
}
.is_mobile .connect_list_container>div a{
    color: var(--color-white);
}
.connect_list_container > div div {
    height: 70px;
    display: grid;
    align-content: end;
    margin: 0 -10px;
    font-size: var(--font-size-s-fixed);
    position: relative;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    color: transparent;
}
.is_mobile .connect_list_container>div div{
    color: #fff;
}
.connect_list_container>div:before{
    content: "";
    display: block;
    position: absolute;
    background: url("../images/icons/social_icons_new.png");
    background-size: 49px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
.connect_list_viber{
    background-color: #995aca;
}
.connect_list_chat{
    background-color: var(--color-yellow);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI3NjVfNDQzNikiPgo8bWFzayBpZD0ibWFzazBfMjc2NV80NDM2IiBzdHlsZT0ibWFzay10eXBlOmx1bWluYW5jZSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIj4KPHBhdGggZD0iTTI5LjI1IDI5LjI1VjAuNzVIMC43NVYyOS4yNUgyOS4yNVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMjc2NV80NDM2KSI+CjxwYXRoIGQ9Ik0yNi42NjAyIDIwLjYzNDdDMjguMDMyNiAxOC42NjkyIDI4LjgyODEgMTYuMzMzNyAyOC44MjgxIDEzLjgyODFDMjguODI4MSA2LjgzODI0IDIyLjYzNzEgMS4xNzE4OCAxNSAxLjE3MTg4QzcuMzYyOTUgMS4xNzE4OCAxLjE3MTg4IDYuODM4MjQgMS4xNzE4OCAxMy44MjgxQzEuMTcxODggMTYuNzYwOSAyLjI2MjEzIDE5LjQ2MDMgNC4wOTEzNyAyMS42MDYzTDEuMTcxODggMjguODI4MUw5LjE2NDg4IDI1LjMwNDZDMTAuOTM3OSAyNi4wNjExIDEyLjkxNDggMjYuNDg0NCAxNSAyNi40ODQ0QzE3LjQzMDcgMjYuNDg0NCAxOS43MTUgMjUuOTEwMyAyMS42OTk3IDI0LjkwMjMiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPHBhdGggZD0iTTguNjcxODggMTMuNjA3MkM4LjQzODg2IDEzLjYwNzIgOC4yNSAxMy43OTYgOC4yNSAxNC4wMjkxQzguMjUgMTQuMjYyMSA4LjQzODg2IDE0LjQ1MDkgOC42NzE4OCAxNC40NTA5QzguOTA0ODkgMTQuNDUwOSA5LjA5Mzc1IDE0LjI2MjEgOS4wOTM3NSAxNC4wMjkxQzkuMDkzNzUgMTMuNzk2IDguOTA0ODkgMTMuNjA3MiA4LjY3MTg4IDEzLjYwNzJaIiBmaWxsPSIjMzMzMzMzIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xNS4xMDA2IDEzLjYwNzJDMTQuODY3NiAxMy42MDcyIDE0LjY3ODcgMTMuNzk2IDE0LjY3ODcgMTQuMDI5MUMxNC42Nzg3IDE0LjI2MjEgMTQuODY3NiAxNC40NTA5IDE1LjEwMDYgMTQuNDUwOUMxNS4zMzM2IDE0LjQ1MDkgMTUuNTIyNSAxNC4yNjIxIDE1LjUyMjUgMTQuMDI5MUMxNS41MjI1IDEzLjc5NiAxNS4zMzM2IDEzLjYwNzIgMTUuMTAwNiAxMy42MDcyWiIgZmlsbD0iIzMzMzMzMyIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMjEuNTI5MyAxMy42MDcyQzIxLjI5NjMgMTMuNjA3MiAyMS4xMDc0IDEzLjc5NiAyMS4xMDc0IDE0LjAyOTFDMjEuMTA3NCAxNC4yNjIxIDIxLjI5NjMgMTQuNDUwOSAyMS41MjkzIDE0LjQ1MDlDMjEuNzYyMyAxNC40NTA5IDIxLjk1MTIgMTQuMjYyMSAyMS45NTEyIDE0LjAyOTFDMjEuOTUxMiAxMy43OTYgMjEuNzYyMyAxMy42MDcyIDIxLjUyOTMgMTMuNjA3MloiIGZpbGw9IiMzMzMzMzMiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yNzY1XzQ0MzYiPgo8cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 58%;
    cursor: pointer;
}
.connect_list_vk{
    background-color: #07f;
}
.connect_list_telegram{
    background-color: #2fc6f6;
}
.connect_list_whatsapp{
    background-color: #6daf45;
}
.connect_list_container .connect_list_chat:before{
    background: none;
}
.connect_list_chat:hover{
    transition: all .2s ease;
    box-shadow: 0 0px 7px 1px #ffdd95;
}
.connect_list_viber:hover{
    transition: all .2s ease;
    box-shadow: 0 0px 7px 1px #995aca;  
}
.connect_list_telegram:hover{
    transition: all .2s ease;
    box-shadow: 0 0px 7px 1px #2fc6f6;  
}
.connect_list_vk:hover{
    transition: all .2s ease;
    box-shadow: 0 0px 7px 1px #07f;  
}
.connect_list_whatsapp:hover{
    transition: all .2s ease;
    box-shadow: 0 0px 7px 1px #6daf45;  
}
.connect_list_container .connect_list_whatsapp:before{
    background-position: 0px 4px;
}
.connect_list_container .connect_list_vk:before{
    background-position: 0px -165px;
}
.connect_list_container .connect_list_telegram:before{
    background-position: 0px -208px;
}
.connect_list_container .connect_list_viber:before{
    background-position: 0px -296px;
}
@media(min-width: 768px) and (min-height: 500px){
    .connect_list_container>div:hover:after{
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        border-radius: 10px;
        right: 55px;
        top: 13px;
        font-size: 12px;
        padding: 4px 10px;
        width: max-content;
        box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.2);
    }
    .connect_list_container .connect_list_chat:hover:after{
        content: "Онлайн-Чат";
    }
    .connect_list_container .connect_list_viber:hover:after{
        content: "Чат в Viber";
    }
    .connect_list_container .connect_list_telegram:hover:after{
        content: "Чат в Telegram";
    }
    .connect_list_container .connect_list_vk:hover:after{
        content: "Чат в VK";
    }
    .connect_list_container .connect_list_whatsapp:hover:after{
        content: "Чат в WhatsApp";
    }
}
.bx-livechat-head-wrap .bx-livechat-head {
	background-color: #ffd57a!important
}
.bx-livechat-body {
	background-image: unset!important;
	background-color: #fff9ed
}
.bx-im-message-content {
	background: #d1ffc8!important
}
.bx-im-textarea {
	border-top: 1px solid rgba(255, 143, 0, 0.26)
}
.bx-im-message-type-opponent .bx-im-message-content {
	background: #fff!important
}
.bx-im-message-type-system .bx-im-message-content {
	background: transparent!important
}
.is_tablet .b24-widget-button-position-bottom-right {
	bottom: 130px;
	right: 6px;
}
.b24-widget-button-bottom .b24-widget-button-inner-container {
	transform: scale(.75);
}
.income_message {
	bottom: 50px;
	right: -10px;
	display: block;
	position: fixed;
	height: 25px;
	width: 25px;
	background: linear-gradient(to bottom, #79c14d, #6daf45);
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	box-shadow: rgba(17, 17, 26, 0.1) 0 4px 16px, rgba(17, 17, 26, 0.05) 0 8px 32px;
	opacity: 1;
	transition: opacity ease .3s
}
.chat_btn .income_message {
	bottom: 26px;
	right: calc(50% - 30px);
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	background: linear-gradient(to bottom, #79c14d, #6daf45);
	padding: 2px 3px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	box-shadow: rgba(17, 17, 26, 0.1) 0 4px 16px, rgba(17, 17, 26, 0.05) 0 8px 32px;
	opacity: 1;
	transition: opacity ease .3s
}
.income_message.no_show {
	opacity: 0;
	transition: opacity ease .3s
}
.income_message_inner {
    bottom: 33px;
    right: 5px;
    display: block!important;
    position: absolute!important;
    height: 20px!important;
    width: 20px;
    background: linear-gradient(to bottom, #79c14d, #6daf45);
    padding: 1px 3px;
    border-radius: 6px;
    text-align: center!important;
    color: #fff!important;
    font-weight: bold!important;
    box-shadow: rgba(17, 17, 26, 0.1) 0 4px 16px, rgba(17, 17, 26, 0.05) 0 8px 32px;
    font-size: 11px;
    opacity: 1;
    transition: opacity ease .3s;
}
.income_message_inner.no_show {
	opacity: 0;
	transition: opacity ease .3s
}
@media(max-width: 991px) {
	.is_tablet .new_widget_btn{
		display: none!important;
	}
	.is_tablet .connect_list{
	    visibility: hidden;
	    opacity: 0;
	    bottom: 110px;
	    right: unset;
	    width: 100%;
	    overflow-y: unset;
	    padding: unset;
	    max-height: unset;
	}
	.is_tablet .connect_list.active{
	    visibility: visible;
	    opacity: 1;
	    transition: opacity 0.2s ease;
	    max-height: unset;
	    overflow-y: unset;
	}
	.is_tablet .connect_list_container::before {
	    content: "Выберите способ связи:";
	    display: block;
	    bottom: 55px;
	    left: 50%;
	    transform: translateX(-50%);
	    position: absolute;
	    border-radius: 10px;
	    width: 200px;
	    text-align: center;
	    height: 25px;
	    font-weight: bold;
	    padding: 3px;
	    color: #fff;
	    font-size: 16px;
	}
	.is_tablet .connect_list_container{
	    flex-direction: unset;
	    margin-bottom: 0px;
	}
	.is_tablet .connect_list_container>div a{
	    color: #fff;
	}
	.is_tablet .connect_list_container>div div{
	    color: #fff;
	}
}
@media(min-width:768px){
    body.is_tablet.is_open_info{
        overflow: hidden!important;
        width: 100vw;
        position: fixed;
        padding-bottom: env(safe-area-inset-bottom);
    }
    html.is_open_info{
        position: relative;
    }
}
.b24-widget-button-shadow{
    display: none!important;
}
.b24-widget-button-inner-container{
    display: none!important;
}
.bx-livechat-position-bottom-right{
	bottom: 118px;
	right: 57px;
}

/*footer*/

footer {
	padding: 5px 0 5px 0;
	position: absolute;
	width:100%;
	padding-bottom: 0;
}
.is_mobile footer, .is_tablet footer {
	padding-bottom: calc(58px + env(safe-area-inset-bottom));
}
#footer_block.row::after, #footer_block.row::before {
	display: block;
	content: "";
}
/*preim_block*/
.preimBlock .row {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.first_line, .second_line, .third_line {
	padding: 5px 0;
}
.preimBlock {
	margin-top: 20px;
}
.preimBlock__ico {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}
.preimBlock__ico._quality.visible {
	background: url("../images/icons_asset/preim_sprite.svg#quantity") no-repeat;
	background-size: 100%;
}
.preimBlock__ico._assort.visible {
	background: url("../images/icons_asset/preim_sprite.svg#assort") no-repeat;
	background-size: 100%;
}
.preimBlock__ico._combine.visible {
	background: url("../images/icons_asset/preim_sprite.svg#combine") no-repeat;
	background-size: 100%;
}
.preimBlock__ico._price.visible {
	background: url("../images/icons_asset/preim_sprite.svg#price") no-repeat;
	background-size: 100%;
}
.preimBlock__ico._delivery.visible {
	background: url("../images/icons_asset/preim_sprite.svg#delivery") no-repeat;
	background-size: 100%;
}
.preimBlock__ico._discount.visible {
	background: url("../images/icons_asset/preim_sprite.svg#discount") no-repeat;
	background-size: 100%;
}
.preimBlock__item {
	background: var(--color-d-white);
	height: 100%;
	border-radius: var(--border-radius-main);
	padding: 20px 10px;
	display: flex;
	flex-direction: row;
	justify-content: start;
  	align-items: start;
	gap: 10px;
}
.preimBlock__text {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.preimBlock__title {
	font-weight: bold;
	font-size: var(--font-size-n);
	text-align: left;
	height: auto;
}
.preimBlock__desc {
	text-align: left;
	line-height: var(--font-line-height-text);
}
.nbFooter > .container {
	background: var(--color-d-white);
	width: 100%;
	max-width: unset;
}
.bottom_block_foot {
	background: var(--color-light-grey);
	padding: 10px;
}
#footer_block {
	padding: 10px;
	max-width: 400px;
	margin: 0 auto;
}
.f_block {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
}
.f_block_inner {
	width: 100%;
}
.f_block__logo_footer {
	width: 100%;
	margin-bottom: 10px;
}
.f_block__logo_footer img {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
	display: block;
}
.btn-order.call_back {
	height: 40px;
	background: var(--color-yellow);
	border-radius: var(--border-radius-main);
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease;
}
.btn-order.call_back:hover {
	background: var(--color-yellow-hover);
	box-shadow: var(--box-shadow-add);
	color: var(--color-ad-black);
}
.con_block .btn-order.call_back {
	font-size: var(--font-size-s);
	font-weight: normal;
}
.requisites {
	width: 50%;
	padding-top: 0;
	padding-left: 0;
}
.nbFooter__rekviz {
	max-width: 200px;
	line-height: var(--font-line-height-text);
}
.footer_sub_title {
	font-size: var(--font-size-n);
	line-height: var(--font-line-height-n);
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.socBlock {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
	margin-bottom: 10px;
	max-width: 400px;
}
.socBlock__item {
	height: 32px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.socBlock__item._vk {
	background: #0077FF;
}
.socBlock__item._ok {
	background: #ED9F2C;
}
.socBlock__item._twitter {
	background: #58A1D4;
}
.socBlock__item._telegram {
	background: #2FC6F6;
}
.footer-catalog_inner {
	display: flex;
}
.nbFooter__menu {
	width: 50%;
	line-height: var(--font-line-height-n);
}
.nbFooter__menu:last-child {
	padding-left: 25px;
}
.nbFooter__menu a {
	transition: color 0.2s ease;
}
.nbFooter__menu a:hover {
	color: var(--color-orange);
}
.t_block {
	display: flex;
	padding-top: 10px;
}
.con_block {
	width: 100%;
	margin-bottom: 10px;
}
.coup_block {
	width: 100%;
	margin-bottom: 15px;
	max-width: 400px;
}
.subscribe_form {
	position: relative;
}
#subscribe_main_input {
	width: 100%;
	height: 35px;
}
#subscribe_main_input.error {
	border-color: var(--color-ad-orange);
}
.subscribe_modal_info {
	position: absolute;
	top: 0;
	background: var(--color-p-yellow);
	border-radius: var(--border-radius-main);
	padding: 10px 10px;
	box-shadow: var(--box-shadow-glass);
	z-index: 234;
	text-align: center;
}
.subscribe_form a {
	position: absolute;
	width: 40px;
	height: 33px;
	border: 1px black;
	right: 1px;
	z-index: 3;
	background: var(--color-white);
	top: 1px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.con_block_inner{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
	justify-content: space-between;
}
.con_block_inner .con_block_inner_phone{
	display: flex;
	align-items: start;
	column-gap: 10px;
	flex-direction: column;
	line-height: var(--font-line-height-text);
}
.con_block_inner .con_block_inner_phone a:first-child {
	font-size: var(--font-size-m);
	font-weight: bold;
}
.footer_mail_to {
	color: var(--color-dark-grey);
}
.fr_block {
	padding-top: 15px;
	display: flex;
	padding-bottom: 10px;
	flex-wrap: wrap;
	row-gap: 15px;
}
.rating_block {
	width: 50%;
}
.paym_block {
	width: 100%;
}
.rating_cont_inner {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: end;
}
.rating_item {
	display: flex;
	gap: 5px;
	align-items: center;
	height: 22px;
}
.rating_text {
	font-size: var(--font-size-n);
	font-weight: bold;
	line-height: var(--font-line-height-n);
	padding-top: 2px;
}
.rating_main_cont.foot {
	height: 15px;
	margin-top: -1px;
	overflow: hidden;
	width: 94px;
	display: block;
}
.rating_main_cont.foot img {
	width: 94.5px;
	height: 18.5px;
	display: block;
	top: -1.5px;
	position: relative;
	left: 0px;
}
.rating-98 {
	background: -webkit-linear-gradient(0,#FFDE7F 0,#FFDE7F 98%,#c4c4c4 98%,#c4c4c4 100%);
}
.rating-94 {
	background: -webkit-linear-gradient(0,#FFDE7F 0,#FFDE7F 94%,#c4c4c4 94%,#c4c4c4 100%);
}
.rating_block .footer_sub_title {
	text-align: right;
	margin-bottom: 10px;
	line-height: var(--font-line-height-s);
}
.nbFooter__menu li {
	text-align: left;
}
.paym_block_inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.nbFooter__payment_line_pic_cont {
	height: 22px;
}
.sbo.visible {
    background: url("../images/icons_asset/footer_icons/sber.svg");
    background-position: center 4px;
	background-size: 100% 80%;
	background-repeat: no-repeat;
}
.khl.visible {
    background: url("../images/icons_asset/footer_icons/khalva.svg");
    background-position: center;
	background-size: 100% 60%;
	background-repeat: no-repeat;
}
.blc.visible {
    background: url("../images/icons_asset/footer_icons/belkart.svg");
    background-position: bottom center;
	background-size: 65px;
	background-repeat: no-repeat;
}
.bPaid.visible {
    background: url("../images/icons_asset/footer_icons/bepaid.svg");
    background-position: left;
	background-size: 65px;
	background-repeat: no-repeat;
}
.v_mc.visible {
    background: url("../images/icons_asset/footer_icons/visa.svg");
    background-position: center 4px;
	background-size: 100% 80%;
	background-repeat: no-repeat;
}
.mir.visible {
    background: url("../images/icons_asset/footer_icons/mir.svg");
    background-size: 100% 60%;
	background-position: center;
	background-repeat: no-repeat;
}
@media(min-width: 576px){
	#footer_block > div {
		float: left;
	}
	.f_block{
		align-items: center;
	}
	.first_line, .second_line, .third_line {
		padding: 5px;
	}
}
@media(min-width: 768px){
	.first_line, .second_line, .third_line {
		padding: 5px;
	}
	#footer_block {
		max-width: unset;
		width: 750px;
	}
	.preimBlock > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.f_block {
		align-items: start;
	}
	.f_block_inner {
		width: calc(100%/6*5);
		order: 3;
	}
	.f_block__logo_footer{
		margin-bottom: 15px;
		order: 1;
	}
	.f_block_inner .footer_sub_title {
		display: none;
	}
	.f_block__logo_footer img{
		margin: 0;
	}
	.socBlock, .coup_block{
		max-width: unset;
		margin-bottom: 15px;
	}
	.coup_block{
		margin-bottom: 0;
	}
	.con_block_inner{
		gap: 10px;
		padding-top: 2px;
		flex-direction: row;
	}
	.footer_sub_title{
		text-align: left;
	}
	.con_block_inner .con_block_inner_phone a:first-child{
		font-size: var(--font-size-n);
	}
	.footer_catalog {
		margin-top: 5px;
	}
	.nbFooter__menu li {
		text-align: left;
	}
	.con_block {
		width: calc(100%/6*5);
		margin-bottom: 15px;
		order: 2;
	}
	.con_block .footer_sub_title.hidden-md {
		display: none;
	}
	.t_block{
		padding-top: 15px;
	}
	.fr_block {
		padding-top: 15px;
		flex-wrap: nowrap;
	}
	.paym_block {
		width: 30%;
		order: 2;
	}
	.requisites {
		width: 40%;
		order: 1;
	}
	.rating_block {
		width: 30%;
		order: 3;
	}
	.paym_block_inner{
		grid-template-columns: repeat(2, 1fr);
		gap: 5px;
	}
	.nbFooter__payment_line_pic_cont {
		height: 25px;
	}
	.nbFooter__payment_line_pic_cont.v_mc, .nbFooter__payment_line_pic_cont.sbo, .nbFooter__payment_line_pic_cont.khl, .nbFooter__payment_line_pic_cont.mir, .nbFooter__payment_line_pic_cont.blc, .nbFooter__payment_line_pic_cont.bPaid {
		background-position: center;
		background-size: auto;
		background-color: var(--color-white);
		border-radius: var(--border-radius-main);
	}
	.nbFooter__rekviz {
		max-width: unset;
	}
	.rating_block .footer_sub_title{
		margin-bottom: 10px;
		line-height: var(--font-line-height-n);
	}
	.rating_cont_inner {
		gap: 10px;
	}
}
@media(min-width: 992px){
	footer{
		padding-bottom: 0;
	}
	.is_mobile footer, .is_tablet footer {
		padding-bottom: 0;
	}
	#footer_block {
		width: 970px;
	}
	.t_block, .fr_block {
		padding-top: 5px;
		flex-wrap: wrap;
	}
	.paym_block {
		width: 100%;
		order: 3;
	}
	.by_pay_foot .paym_block {
		width: 50%;
		order: 3;
		position: absolute;
		bottom: 0;
		right: 0;
		padding-left: 10px;
	}
	.by_pay_foot .paym_block .footer_sub_title {
		margin-bottom: 0px;
	}
	.by_pay_foot .paym_block_inner {
		grid-template-columns: repeat(2, 1fr);
	}
	.requisites {
		width: 50%;
		order: 1;
	}
	.rating_block {
		width: 50%;
		order: 2;
	}
	.nbFooter__payment_line_pic_cont.sbo {
		background-size: 90% 80%;
		background-position: center 4px;
	}
	.paym_block_inner {
		grid-template-columns: repeat(4, 1fr);
		gap: 5px;
	}
	.con_block {
		width: calc(100% - 20px);
	}
	.f_block_inner {
		width: calc(100% - 20px);
	}
	.paym_block .footer_sub_title {
		margin-bottom: 15px;
	}
	.nbFooter__payment_line_pic_cont {
		height: 30px;
	}
}
@media(min-width: 1200px) {
	#footer_block {
		width: 1170px;
	}
	.con_block_inner .con_block_inner_phone a:first-child {
		font-size: 17px;
	}
	.by_pay_foot .paym_block {
		position: relative;
		width: 100%;
		padding-left: 0;
	}
	.by_pay_foot .paym_block .footer_sub_title {
		margin-bottom: 10px;
	}
	.by_pay_foot .paym_block_inner {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media(min-width: 1400px){
	.con_block_inner .con_block_inner_phone a:first-child {
		font-size: var(--font-size-m);
	}
	#footer_block {
		width: 100%;
		max-width: 1710px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.preimBlock {
		margin-top: 30px;
	}
	.preimBlock > .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.preimBlock__item {
		padding: 30px 20px;
	}
	.f_block__logo_footer img {
		max-width: 191px;
	}
	.fr_block{
		row-gap: 10px;
	}
	.f_block_inner, .con_block{
		max-width: 320px;
	}
	.nbFooter__menu {
		line-height: var(--font-line-height-m);
	}
	.nbFooter__rekviz {
		line-height: var(--font-line-height-m);
	}
	.rating_block .footer_sub_title {
		text-align: left;
		margin-bottom: 15px;
	}
	.rating_cont_inner {
		align-items: start;
		gap: 20px;
	}
	.rating_item {
		gap: 8px;
		height: 25px;
	}
	.rating_item svg {
		width: 30px;
		height: 30px;
	}
	.rating_text {
		font-size: var(--font-size-m);
		padding-top: 0px;
	}
	.paym_block_inner {
		max-width: 450px;
	}
	.nbFooter__payment_line_pic_cont.sbo {
		background-size: 90% 15px;
		background-position: center 8px;
	}
	.nbFooter__payment_line_pic_cont.v_mc {
		background-position: center 8px;
	}
	.by_pay_foot .paym_block {
		width: 50%;
		position: absolute;
		padding-left: 0px;
	}
	.by_pay_foot .paym_block_inner {
		grid-template-columns: repeat(2, 1fr);
	}
	.by_pay_foot .rating_block .footer_sub_title {
		margin-bottom: 5px;
	}
	.by_pay_foot .rating_cont_inner {
		gap: 10px;
	}
}



