.delivery_step {
    padding: 20px;
    padding-bottom: 40px;
    border: 1px solid #f3cd0a;
    border-top: none;
}
div[data-deliveryonestep="false"] {
    padding: 20px;
    border: 1px solid #f3cd0a;
    border-top: none;
}
.bbn {
    border-bottom: none;
}
.payment_step {
    padding: 20px;
    border: 1px solid #f3cd0a;
}
.payment_step {
    margin-top: 25px;
}
.st-form__line__new {
    margin-bottom: 20px;
}
.grid_new {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
}
.better_btn {
    right: 20px;
    left: auto;
}
.btn.btn-primary {
        padding: 0 15px;
        line-height: 32px;
        height: 32px;
        background-color: #f3cd0a;
        min-width: 145px;
        border-radius: 3px;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        font-size: 12px;
        color: #333;
        outline: 0;
        border: none;
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        cursor: pointer;
        text-transform: uppercase;
        /* -webkit-box-shadow: 0 1px 3px 2px silver;
        box-shadow: 0 1px 3px 2px silver; */
}
.btn.btn-primary:hover {
    background-color: #f5c20e;
}
.ymaps-2-1-79-controls__control_toolbar {
	margin-bottom: 10px;
}
.ymaps-2-1-79-controls__control_toolbar .ymaps-2-1-79-float-button-icon {
    background-size: cover;
}
.megapost__panel-details__block-head {
    color: #333333 !important;
    font-weight: bold;
}
.alert.alert-success {
	opacity: 1;
}
#cart-total-summary {
    margin-top: 48px;
}

/* Effect 10: Corner indicator */
.la-anim-10 {
    display: none;
    position: fixed;
    top: 60% !important;
    right: 50%;
    width: 1px;
    z-index: 10;
    height: 1px;
    background: transparent;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
    transform: translateX(100%) translateY(-100%) rotate(45deg);
    pointer-events: none;
 }
 
 .la-anim-10.la-animate {
     -webkit-transform: translateX(50%) translateY(-50%) rotate(0deg);
     transform: translateX(50%) translateY(-50%) rotate(0deg);
     /* display: block; */
 }
 
 /* Loading circle idea from http://codepen.io/Metty/details/lgJck */
 .la-anim-10::before,
 .la-anim-10::after {
     position: absolute;
     bottom: 30px;
     left: 50%;
     display: block;
     border: 3px solid #000000;
     border-radius: 50%;
     content: '';
 }
 
 .la-anim-10::before {
     margin-left: -40px;
     width: 80px;
     height: 80px;
     border-right-color: #f3cd0a;
     border-left-color: #f3cd0a;
     -webkit-animation: rotation 3s linear infinite;
     animation: rotation 3s linear infinite;
 }
 
 .la-anim-10::after {
     bottom: 50px;
     margin-left: -20px;
     width: 40px;
     height: 40px;
     border-top-color: #f3cd0a;
     border-bottom-color: #f3cd0a;
     -webkit-animation: rotation 1s linear infinite;
     animation: rotation 1s linear infinite;
 }
 .page-section__section .gift-mb25 {
     margin-bottom: 25px;
 }
 .review-item__image {
    text-align: center;
    margin-bottom: 20px;
 }
 .review-item__image img {
    max-width: 420px;
    height: 370px;
    width: 100%;
    object-fit: cover;
 }

 .blog-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #797979;
    height: 100%;
 }
 .blog-item img {
    width: 100%;
    height: 275px;
    max-height: 405px;
    object-fit: cover;
 }
 .p20 {
    padding: 20px;
 }
 .blog-item__title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.2em;
    font-family: ffbold;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 46px;
 }
 .blog-item__title a {
    color: #333;
    text-decoration: none;
 }
 .blog-item__title a:hover {
    color: rgb(68, 68, 68);
 }
 .blog-item__desc {
    margin-bottom: 15px;
    height: 65px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
 }
 .blog_button {
    display: inline-block;
    text-decoration: none;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    background-color: #f3cd0a;
    min-width: 84px;
    border-radius: 3px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 14px;
    color: #333;
    outline: 0;
    border: none;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 1px 3px 2px silver;
    box-shadow: 0 1px 3px 2px silver;
 }
 .blog_button:active {
    top: 2px;
    left: 2px;
 }
 .blog-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 .img-blog {
    width: auto;
    margin-bottom: 30px;
 }
 .blog_item_info {
    text-align: center;
 }
 .blog_item_info p {
    /* margin: 30px 0; */
    margin-bottom: 30px;
    text-align: left;
 }
 .st-button-blog {
    padding: 15px 15px;
    line-height: 32px;
    height: 60px;
    background-color: #f3cd0a;
    min-width: 240px;
    border-radius: 3px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 12px;
    color: #333;
    outline: 0;
    border: none;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 1px 3px 2px silver;
    box-shadow: 0 1px 3px 2px silver;
    margin-bottom: 30px;
 }

 .blog_item_info img {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
    object-fit: contain;
    height: auto;
}

.delivery_group p {
    font-size: 19px;
    font-weight: bold;
    border-bottom: 1px solid #797979;
    padding: 8px 0;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.delivery_group p:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 5px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.delivery_group.active p:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 70%;
}
.delivery_courier {
    display: none;
}

.st-title-noka {
    display: inline-block;
    padding: 10px 15px;
    background-color: #f3cd0a;
    min-width: 84px;
    border-radius: 3px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #333;
    outline: 0;
    border: 3px solid green;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0px 3px 7px 4px silver;
    box-shadow: 0px 3px 7px 4px silver;
}
.st-title-noka:hover {
    background-color: #f5c20e;
    -webkit-box-shadow: 0px 0px 22px 6px #afaea9;
    box-shadow: 0px 0px 15px 6px #afaea9;

}

.banner_wrap .banner_inner {
    color: #333 !important;
    background-color: transparent !important;
    display: flex !important;
}

.main-nav-item__link-text.main-nav-item__link-text-decor {
    text-decoration: underline;
    text-decoration-color: #333;
    font-weight: 900;
    text-decoration-thickness: 3px;
    text-decoration-skip-ink: none;
}

.main-nav-item__link-text-decor-red {
    color: #ff0000;
}

.main-nav-item__link.main-nav-item__link-decor:hover {
    text-decoration: none;
}
.main-nav-item__link.main-nav-item__link-mob-menu svg {
    width: 21px;
    height: 21px;
}
.main-nav-item__link.main-nav-item__link-mob-menu .main-nav-item__link-text {
    margin-left: 3px;
    margin-right: 3px;
}
a, a:hover {
    color: #333;
}
a:hover {
    text-decoration: none;
}

.st-title-new-fur {
    font-size: 24px;
    line-height: 1.2em;
    font-family: ffbold;
    font-weight: 400;
}
.new-con-text {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* height: 45px; */
}
.new-con-decore span::before {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 8px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.new-con-decore span {
    display: inline-block;
    position: relative;
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 500px;
    cursor: pointer;
}
.js-con-click.active {
    transform: rotate(180deg);
}

.new-grid__item {
    width: 50%;
}

.mb25 {
    margin-bottom: 25px !important;
}

#search_header {
    margin-bottom: 10px;
}
#search_header input:focus-visible {
    outline: none;
    box-shadow: 0 0 3px 0 #ababab;
}
.js-search-noka-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 35px;
    cursor: pointer;
}
.main-nav-item__dropmenu {
    z-index: 10;
}

.header-button_info {
    display: flex;
    width: 190px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #68b684;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}
.header-button_info:hover {
    color: #fff;
    box-shadow: 0 0 6px 0 #68b684;
} 
.header-button_info svg {
    margin-right: 5px;
    height: 15px;
}
.header-button_info span {
    height: 14px;
}
.d-block {
    display: block!important;
}
.d-flex {
    display: flex!important;
}
.d-none {
    display: none!important;
}
.page-header__bottom-section {
    padding-bottom: 3px;
}

 @-webkit-keyframes rotation {
     0% 		{ -webkit-transform: rotate(0deg); }
     50% 	{ -webkit-transform: rotate(180deg); }
     100% 	{ -webkit-transform: rotate(360deg); }
 }
 
 @keyframes rotation {
     0% 		{ transform: rotate(0deg); }
     50% 	{ transform: rotate(180deg); }
     100% 	{ transform: rotate(360deg); }
 }

/* noka */

@media screen and (max-width: 768px) {
    .payment_step {
        margin-top: 15px;
    }
    .blog-item img {
        height: 335px;
    }
    .review-item__image img {
        max-width: 100%;
        height: 450px;
        width: 100%;
        object-fit: cover;
    }
    .st-title-new-fur {
        font-size: 20px;
    }
    
}

@media screen and (max-width: 480px) {
    .megapost__sidebar {
        width: 255px !important;
    }
    .megapost__panel-details__block-text {
        font-size: 14px !important;
    }
    .megapost__sidebar > div {
        padding-right: 80px;
    }
    .review-item__image img {
        max-width: 100%;
        height: 320px;
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 992px) {
    .blog-item__desc {
        height: 57px;
    }    
    .st-title-new-fur {
        font-size: 22px;
    }
}




/* Из файла style.css */
/* noka >>> */
body p, body ul {
    margin-bottom: 0;
}
.con_fx {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.con_bg_img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3D516;
    height: 90px;
    width: 90px;
    border-radius: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.con_bg_img.new-con_bg_img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    height: auto;
    width: auto;
    max-width: 240px;
    border-radius: 4px;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border: none;
}
.new-con_bg_img img {
    width: 100%;
    max-width: 60px;
    height: 100%;
    max-height: 60px;
}
.new-con_bg_img.max-size-auto img {
    max-width: none;
    max-height: none;
}
.con_fx a {
    color: #333;
    text-decoration: none;
}
.con_fx a:hover {
    text-decoration: underline;
}
.icon_title {
    color: #333;
    text-align: center;
    font-family: Roboto;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    text-transform: uppercase;
}
.services_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.services_box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.icon_link {
    color: #333;
    text-align: center;
    font-family: Roboto;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
    justify-content: center;
}
.diy_furniture_slogan {
    background: #333;
    padding: 0 15px;
}
.diy_furniture_slogan p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 3rem;
}
.page-section.page-section-yellow-bg {
    background-color: #F3CD0A;
}
.st-title_decore {
    display: block;
    width: 120px;
    height: 4px;
    background: #F3CD0A;
    text-align: center;
    margin: auto;
    margin-top: 15px;
}
.prev_client_work-img {
    height: 310px;
    width: 100%;
    object-fit: cover;
}
.prev_client_work-name {
    font-size: 18px;
    line-height: 1.2em;
    font-family: ffbold;
}
.prev_client_work span {
    display: block;
}
.prev_client_work-decore {
    width: 100%;
    height: 2px;
    flex-grow: 1;
    /* background: #F3CD0A; */
}
.prev_client_work-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #F3CD0A;
}
.prev_client_work p {
    margin-bottom: 0;
}
.prev_client_work-button {
    display: flex;
	max-width: 228px;
    width: 100%;
	height: 48px;
	padding: 10px;
	justify-content: center;
	align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
    border-radius: 4px;
    border: 1.5px solid #333;
    margin: auto;
    transition: all 0.s ease-in-out;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-decoration: none;
}
.prev_client_work-button:hover {
    color: #ffffff;
    background-color: #333333 !important;
    transition: all 0.2s ease-in-out;
    filter: drop-shadow(#333333 0px 0px 2.7px);
}
.page-section.page-section-grey-bg {
    background-color: #F1EEE7;
}
.video-owl-carousel.owl-carousel_nav_st .owl-nav button.owl-next, .video-owl-carousel.owl-carousel_nav_st .owl-nav button.owl-prev {
    margin-top: -47px;
}
.comments-owl-carousel.owl-carousel_nav_st .owl-nav button.owl-next, .comments-owl-carousel.owl-carousel_nav_st .owl-nav button.owl-prev {
    margin-top: -46px;
}
.comments-owl-carousel .owl-dots {
    margin-top: 25px;
    text-align: center;
}
.comments-owl-carousel.owl-carousel button.owl-dot {
    height: 17px;
    width: 17px;
    margin: 0 5px;
    border-radius: 100%;
    border: 2px solid #333333;
}
.comments-owl-carousel.owl-carousel button.owl-dot.active {
    background-color: #333333;
}

.review-item__content-slider {
    height: 82px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    color: #333;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.clients-work-owl-carousel .owl-stage {
    display: flex;
}


.pre_shop_list_text {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.proportional-box.mebel_fur_proportional-box {
    padding-top: 90%;
}
.mebel_fur_w100 {
    width: 100%;
}
.mebel_fur_st-link {
    font-weight: 600;
}

.noka-full-slider {
    height: 100%;
    width: 100%;
}
.noka-full-slider .full-slider__image {
    width: 100%!important;
}
.full-slider .owl-stage {
    display: flex;
    align-items: center;
}

.video-box__video1 {
    z-index: 40;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.header-main-box__phone a {
    display: flex;
    align-items: center;
}
.header-main-box__phone svg {
    width: 24px;
    margin-right: 5px;
}

.header-main-box__phone a {
    text-decoration: none;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-main-box__phone a:hover, .header-main-box__phone a:hover svg {
    opacity: .9;
}
.contacts-box__phone a {
    /* text-decoration: none; */
    display: flex;
    align-items: center;
    justify-content: end;
    line-height: 100%;
}
.contacts-box__phone a svg {
    margin-right: 5px;
    width: 18px;
}
.contacts-box__phone a:hover, .contacts-box__phone a:hover svg{
    opacity: .9;
}

.con_el-main {
    width: 33.33333333%;
    padding: 30px 15px 0;
}
.con_el-main-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: calc(1px + (0.12 * (100% - 32px)));
    padding-bottom: calc(1px + (0.12 * (100% - 32px)));
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #121212;
}
.main_slider-owl-carousel .con_el-main {
    width: 100%;
    padding: 0;
}
a.con_el-main-block {
    text-decoration: none;
}
.con_el-main-block img {
    width: 100%;
    max-width: 240px;
}
.con_el-main-block .icon_title {
    margin-top: 15px;
}
.con-main_no-slider {
    display: none;
}
.con-main_slider {
    display: block;
}
.main_slider-owl-carousel .owl-dots {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_slider-owl-carousel .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #121212;
    margin-right: 4px;
}
.main_slider-owl-carousel .owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #F4CD09;
    border: 3px solid #121212;
}

/* noka <<< */
.new-grid__item .product-item__section {
    padding: 15px 0;
}
.product-item__main .product-item__section {
    padding: 15px 0;
}
.product-item__descr .st-link {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.product-item__main .st-link {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.product-item__descr-profit {
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.25);
    background: #68b684;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 28px;
    margin-top: 15px;
}
.product-item__footer {
    padding-left: 10px;
    padding-right: 10px;
}
.owl-item .product-item__footer {
    padding-left: 10px;
    padding-right: 10px;
}

.banner_text .descr {
    text-align: center;
}
.mob_total-price-box {
    display: none;
}

.video-item .new-ico-player {
    width: 50px !important;
    height: 50px;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 30;
}
.new-ico-player.new-ico-player-page-item {
    width: 50px !important;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 30;
}

.product-item__price-text {
    font-weight: 600;
}

/* swiper >>> */
:root {
	--swiper-navigation-size: 34px;
}

.swiper {
	padding-bottom: 25px;
	margin-bottom: 12px;
}

.swiper .title {
	position: absolute;
	display: block;
	width: 80%;
	left: 0;
	bottom: 30px;
	padding: 14px;
	padding-left: 22px;
	border-radius: 0px 10px 10px 0px;
	background: rgba(255, 255, 255, 0.92);
}
.swiper .title span {
	display: block;
}
.swiper .t1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap;
}
.swiper .t2 {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.swiper .title::before {
	content: '';
	position: absolute;
	width: 2px;
	left: 10px;
	margin: auto;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	height: calc(100% - 24px);
	background: #ED4E48;
}
.swiper-button-next, .swiper-button-prev {
    position: relative;
	width: 12px;
	height: 24px;
	/* margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 14px); */
	margin-top: auto;
	background: url(../images/new-style/svg/arrow-slider.svg) 50% 50% / contain no-repeat;
}
.swiper-button-next {
    margin-left: 12px;
}
.swiper-button-prev {
    margin-right: 12px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	content: none;
}
.swiper-button-prev {
	transform: rotate(180deg);
}
.swiper img {
	width: 100%;
}
.swiper-pagination {
    position: relative;
}
.swiper-horizontal>.swiper-pagination-bullets {
	top: initial;
	bottom: 0;
	font-size: 0;
}
.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	/*background: #EDEDED;*/
	opacity: 1;
	background: #F4CD09;
}
.swiper-pagination-bullet-active {
	background: #121212;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;
    top: auto;
    left: auto;
    width: auto;
    display: flex;
}
.swiper .swiper-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
/* swiper <<< */





@media screen and (min-width: 576px) {
    .btn.btn-primary.ml15 {
        margin-left: 15px;
    }
    .banner_img {
        margin: -16px 0 -16px -16px;
    }
    .banner_img img {
        border: none;
    }
    .new-ico-player.new-ico-player-page-item {
        width: 80px !important;
        height: 80px;
        left: 10px;
        top: 10px;
    }
}
@media screen and (min-width: 678px) {
    .con-main_no-slider {
        display: block;
    }
    .con-main_slider {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .d-md-none {
        display: none!important;
    }
    .d-md-block {
        display: block!important;
    }
    .d-md-flex {
        display: flex!important;
    }
    .new-ico-player.new-ico-player-page-item {
        width: 110px !important;
        height: 110px;
        left: 20px;
        top: 20px;
    }
}

@media screen and (min-width: 992px) {
    .con_bg_img {
        height: 120px;
        width: 120px;
    }
    .prev_client_work-img {
        height: 260px;
        width: 100%;
        object-fit: cover;
    }
    .new-grid__item {
        width: 33.33333333%;
    }
    .d-lg-none {
        display: none!important;
    }
    .d-lg-block {
        display: block!important;
    }
    .d-lg-flex {
        display: flex!important;
    }
    .banner_img img {
        max-width: 300px;
    }
}
@media screen and (max-width: 992px) {
    .product-price-box__price.old_price {
        margin: 0 0 10px;
    }
    .mob_total-price-box {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .product-price-box__price.old_price {
        margin: 0 0 10px;
    }
}
@media screen and (min-width: 767px) and (max-width: 839px) {
    .page-header__top-section .page-header__top-nav .main-nav-item__link-text {
        font-size: 11px;
    }
    .page-header__top-section .page-header__top-nav .main-nav-item__link {
        padding: 12px 6px;
    }

}

@media screen and (max-width: 768px) {
    .contacts-box__phone a {
        justify-content: start;
    }
}
