body{

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 14px;
    color: #000;

	line-height: 20px;
}
a{
    color: #295822;
}
a:hover{
    color: #000;
}
.container{
    max-width: 1320px;
}
header{
    padding: 20px 0;
}
.btn_user.dropdown-toggle::after,
.lang_btn.dropdown-toggle::after{
    display: none;
}
.lang_btn{
    background: none;
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
}
.lang_menu.dropdown-menu{
    min-width: auto;
    margin: 0;
    padding: 0;
}
.lang_menu .dropdown-item {
    text-transform: uppercase;
    color: #000;
    font-size: 1rem;
    padding: 5px;
}
a.tel_head {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
}
.my_btn {
    background: #0a0a0a;
    color: #FFFFFF;
    font-size: 1rem;
    border-color: #000;
}
.my_btn:hover{
    opacity: 0.8;
    color: #fff;
}
.header_center ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.menu_navbar{
    margin: 30px 0 10px;
    padding: 0;
}
.navbar-nav li a{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.navbar-nav {
    gap: 20px 30px;
}
.copyright {
    text-align: center;
    font-size: 13px;
}
.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #eee;
    color: #363636;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
  
.social-links a:hover {
    color: #000000;
    background: #363636;
    text-decoration: none;
}
footer{
    margin-top: 60px;
}
.footer_top{
    margin-bottom: 30px;
}
ul.footer_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_ul li{
    margin-bottom: 10px;
}
.footer_ul li:last-child{
    margin-bottom: 0;
}
.footer_ul li a{
    color: #000;
}
.footer_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer_title a{
    color: #000;
}
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
}
.breadcrumb > li:after {
    display: none;
}
.breadcrumb > li {
    text-shadow: none;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '/';
    padding: 0 8px;
}
.breadcrumb > li a{
    color: #000;
    font-size: 14px;
}
.block_complect_label {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    font-weight: 800;
}
.block_complect_wr_rad{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.prod_side{
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}
.m_page--prod{
    margin-top: 40px;
}
.btn{
    box-shadow:none;
}
.label_radio_complect{
    font-size: 14px;
    color: #000000;
    border: 2px solid #48713F;
    width: 48%;
    margin-bottom: 0;
}
.label_radio_complect:hover{
    background: #48713F; 
    color: #FFFFFF
}
.block_complect_wr_rad input[type="radio"]:checked + .label_radio_complect{
    background: #48713F; 
    color: #FFFFFF
}
.block_complect_wr_rad input[type="radio"] {
    display: none;
}
.page_prod_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page_prod_head button{
    background: none;
    border: none;
}
.coast, .coast_span{
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    font-style: italic;
}
.coast_span2{
    font-weight: 400;
    font-size: 24px;
}
.coast.coast_old{
    font-size: 20px;
    font-weight: 400;
}
.block_complect{
    margin-bottom: 30px;
}
ul.price_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.price{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.btn_prod {
    color: #000000;
    border: 2px solid #48713F;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 100%;
    line-height: initial;
    font-size: 16px;
}
.btn_prod:hover {
    background: #48713F;
    color: #FFFFFF;
}
.wr_option--check {
    margin-top: 10px;
    font-size: 14px;
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 680px;
    }
}
.wr_option--check span{
    font-weight: 600;
}
.info_attribute{
    margin-top: 30px;
}
.info_attribute_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.info_attribute_list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    width: 100%;
}
.info_attribute_list li:last-child {
    margin-bottom: 0;
}
.info_attribute_list li span {
    flex-shrink: 0;
    white-space: nowrap;
    position: relative;
    background: #f8f9fa; 
    z-index: 2;
    padding-right: 5px;
}
.info_attribute_list li.no_style--li span{
    display: block;
    margin-bottom: 10px;
}
.info_attribute_list li b {
    flex-shrink: 0;
    white-space: nowrap;
    background: #f8f9fa;
    z-index: 2;
    padding-left: 5px;
}
.info_attribute_list li.no_style--li b{
    padding-left: 0;
    white-space: wrap;
}
.info_attribute_list li::before {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: repeating-linear-gradient(to right, transparent, transparent 3px, #999 3px, #999 6px);
    position: absolute;
    bottom: 4px;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
}
.info_attribute_list li.no_style--li::before{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #48713F;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #48713F;
}
.product-images {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.slider-thumbs .swiper-slide-thumb-active img {
    opacity: .5;
}
.product-images__item {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: max(300px, 56.25%);
}
.product-images__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider-thumbs__item {
    display: block;
    padding-bottom: 65.88%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all .3sease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3sease-in-out;
}
.slider-thumbs__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    will-change: transform;
    -webkit-transition: all .3sease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3sease-in-out;
}
.option-block {
    /*border: 1px solid #606161;*/
    border-radius: 8px;
    padding: 28px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.option-block img, .option-block svg {
    max-width: 50px;
    margin-right: 15px;
}

.option-block label {
    flex-grow: 1;
    font-weight: 600;
    font-size: 1rem;
}

.option-block small {
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.option-block span {
    font-weight: 600;
    margin-right: 50px;
    font-size: 20px;
}

.option-block input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 10px;
}
/* Стиль для таблиці комплектацій */
.comparison-table table tr:nth-child(1) td, .comparison-table table td {
    text-align: center;
    vertical-align: middle;
}

.comparison-table table tr:first-child td {
    background-color: #606161;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.comparison-table table tr:nth-child(1) td:nth-child(1) {
    background-color: #f8f9fa;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 245px;
}
.comparison-table table tr td:nth-child(1){
    background-color: #f8f9fa;
}
.comparison-table table td {
    border: 1px solid #dee2e6;
    padding: 15px 10px;
}

.comparison-table .checkmark {
    color: #48713F;
}

.comparison-table .cross {
    color: #dc3545;
}

.comparison-table table tr td:first-child {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}
.comparison-table table tr td p{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}
.comparison-table table tr td p:last-child{
    margin-bottom: 0;
}
.comparison-table table tr td br{
    display: none !important;
}
.comparison-table table tr td:first-child p:first-child {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}
.table.comparison-table table thead th {
    vertical-align: middle;
}
.wr-dop-option, .tables_complects, .all_prod_price{
    margin-bottom: 60px;
}
.nav-tabs .nav-link{
    font-size: 16px;
    padding: 1rem 2rem;
    font-weight: 600;
    color: #28541f;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #28541f;
    border-color: #dee2e6 #dee2e6 #fff;
}
.btn_all-p a {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    font-size: 1.25rem;
}
#product-category{
    margin-bottom: 60px;
}
.product_item {
    border-radius: 6px;
    box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.product_item--bottom {
    padding: 20px 10px 10px 15px;
}
.product_item--name a {
    font-size: 16px;
    margin-bottom: 5px;
    color: #242424;
    font-weight: bold;
}
.product_item--name {
    margin-bottom: 10px;
    min-height: 42px;
}
.product-slider {
    height: calc(100% - 30px);
}
.wr_price_categ {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nal_prod, .price_categ{
    font-size: 16px;
    font-weight: bold;
}
.nal_prod{
    font-size: 14px;
}
.price_categ{
    color: #28541F;
}
.color_red{
    color: #FE472E;
}
.color_green{
    color: #295822;
}
.attribute_categ ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.attribute_categ ul li{
    font-size: 14px;
}
.attribute_categ {
    margin-bottom: 10px;
}
.footer_bottom{
    padding-bottom: 30px;
}
.slideshow.swiper-viewport {
    overflow: hidden;
    position: relative;
    max-width: 1320px;
    margin: 0 auto 60px;
}
.slideshow .swiper-button-next, .slideshow .swiper-button-prev{
    top: 50%;
    background: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    opacity: 0.5;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #242424;
    font-size: 15px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    opacity: 1;
}
.swiper-slide-content {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100px;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.swiper-slide-title{
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}
.swiper-slide-btn{
    background: #fff;
    color: #000000;
    font-size: 16px;
    display: inline-block;
    min-width: 200px;
}
.swiper-slide-btn:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
.section{
    margin-bottom: 60px;
}
.details-btn {
    border: 2px solid #28541F;
    color: #000000;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.details-btn svg path{
    stroke: #000;
}
.details-btn:hover svg path{
    stroke: #fff;
}
.details-btn:hover {
    background: #28541F;
    color: #ffffff;
}
.priim_item--name {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding: 0 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.priim_item--name span {
    font-size: 40px;
}
.priim_item {
    max-width: 300px;
    font-size: 16px;
    line-height: initial;
    margin: 0 auto;
    text-align: center
}
.item_section_work--name {
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 20px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 70%);
}

.item_section_work,
.item_gallery_wr {
    position: relative;
}
.featured_section,
.section_work{
    background: #F4F4F4;
    padding: 50px;
}
.featured_section .attribute_categ ul {
    gap: 5px;
}
.product-layout.product-slider {
    height: calc(100% - 30px);
}
.featured_section .attribute_categ ul li{
    font-size: 13px;
}
.item_gallery_link{
    color: #000;
}
.item_gallery_link:hover{
    color: #295822;
}
#information-information #content {
    font-size: 16px;
    line-height: initial;
}
.section_page--form{
    padding: 50px 0;
    background: #F4F4F4;
}
.form-control {
    height: calc(1.5em + .75rem + 8px);
    font-size: 14px;
    color: #242424;
    background-color: transparent;
    border: 1px solid #242424;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 16px;
}
.contact_sp--item {
    display: flex;
    gap: 20px;
    font-size: 18px;
    margin-bottom: 20px;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    z-index: 5;
}
.modal_theme {
    padding: 100px 30px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(40 84 31 / 25%);
}
.btn_top {
    margin-top: 25px;
}
.contact_sp--name {
    flex: 1;
    font-weight: 600;
}
.gr_contact{
    font-size: 18px;
}
.contact_sp--social ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact_sp--social ul li a{
    font-size: 24px;
}
.article-title {
	margin-bottom: 20px !important
}

.article-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.article-top__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.article-date {
	font-size: 14px;
	position: relative;
	padding-left: 24px;
	line-height: 1;
	width: 100%;
	margin-bottom: 20px
}

.article-date svg {
	position: absolute;
	fill: #295821;
	top: calc(50% - 7px);
	left: 0
}

.article-image {
	overflow: hidden;
	margin-bottom: 30px
}

.article-image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
	min-height: 240px;
	-o-object-fit: cover;
	object-fit: cover
}
.swiper-button-next, .swiper-button-prev{
    
    background: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    opacity: 0.5;
}
.slider-featured .swiper-button-next,
.slider-featured .swiper-button-prev{
    opacity: 1;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    top: 200px;
    height: 45px;
    width: 45px;
}
.wr_slider-featured{
    position: relative;
}
.slider-featured {
    /* padding: 0 20px; */
}
.wr_slider-featured .swiper-button-next{
    right: -15px;
    opacity: 1;
}
.wr_slider-featured .swiper-button-prev{
    left: -15px;
    opacity: 1;
}
.wr_slider-featured .swiper-button-next:hover,
.wr_slider-featured .swiper-button-prev:hover{
    opacity: 0.5;

}
.read_btn_n--v{
    display: inline-flex;
    align-items: center;
    justify-content: end;
}
.read_btn_n {
    font-weight: 600; 
    font-size: 20px;
    color: #000000;
}
.read_btn_n:hover {
    color:#28541F;
}
.read_btn_n  .text_link{
    margin-right: 16px
}
.read_btn_n .svg_link {
    border-radius: 50%;
    display: flex;
    border: 1px solid #000000;
    height: 34px;
    width: 34px;
    align-items: center;
    justify-content: center;
}
.read_btn_n:hover .svg_link{
    border-color: #28541F;
}
.read_btn_n:hover .svg_link svg path{
    stroke: #28541F;
}



@media (min-width:375px) {
	.article-date {
		width: auto;
		margin-bottom: 0
	}

	.article .share {
		margin-left: auto
	}
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.social__link {
	margin-left: 10px;
	display: block;
	color: #2d3136;
	width: 20px;
	height: 20px
}

.social .social__link:nth-child(1) {
	margin-left: 0
}

.social__link svg {
	fill: currentColor;
	width: 100%;
	height: 100%;
	display: block
}

.social__link:hover {
	color: #295822
}
.blog-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1
}

.blog-item__image {
	position: relative;
	height: 240px;
	display: block;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-box-shadow: 0 7px 44px 0 rgba(18, 28, 43, .1490196078);
	box-shadow: 0 7px 44px 0 rgba(18, 28, 43, .1490196078);
	border-radius: 20px 20px 0 0;
	flex: none
}

.blog-item__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform
}

.blog-item__title {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 600;
	padding: 0 20px
}

.blog-item__content {
	background-color: #fff;
	-webkit-box-shadow: 0 14px 21px 0 rgba(0, 0, 0, .0588235294);
	box-shadow: 0 14px 21px 0 rgba(0, 0, 0, .0588235294);
	border-radius: 0 0 20px 20px;
	padding: 20px 15px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    margin-top: -50px;
    z-index: 10;
}

.blog-item__content .blog-item__title {
	padding: 0
}

.blog-item__text {
	margin-bottom: 15px;
	margin-top: 10px
}

.blog-item__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: auto
}

.blog-item__date {
	font-size: 14px;
	position: relative;
	padding-left: 24px
}

.blog-item__date svg {
	fill: #2d3136;
	position: absolute;
	left: 0;
	top: calc(50% - 7px);
	width: 14px;
	height: 14px
}

.blog-item__link {
	color: #2d3136;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.blog-item__link svg {
	fill: currentColor;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 4px
}

.blog-item__link:hover {
	color: #2d3136
}

.blog-item:hover {
	color: #2d3136
}
.blog-item__title {
    font-size: 20px;
    padding: 0 30px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.blog-item__image {
    margin-bottom: 15px;
    border-radius: 20px;
    height: 310px
}

.blog-item__content {
    padding: 20px 15px;
    height: auto;
    top: auto;
    border-radius: 20px
}

.product-gallery {
    position: sticky;
    top: 0;
}
.blog--list {
    padding-bottom: 10px
}

.blog--list .row {
    margin-bottom: -40px
}

.blog--list .col-12 {
    padding-bottom: 40px
}
.noUi-connect {
    background: #295821 !important;
}
.ocfilter-option .ocf-option-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ocfilter-option label {
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: initial;
    white-space: normal;
    padding: 3px 0;
    width: 100%;
}

.ocfilter-option label {
    color: #444;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.ocf-offcanvas .ocfilter-mobile-handle .btn {
    display: flex;
    align-items: center;
}
.ocf-offcanvas .ocfilter-mobile-handle .btn i{
    margin-right: 10px;
}
ul.footer_ul.footer_ul--cat {
    max-width: 300px;
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 85%;
        height: 100%;
        background: #ffffff;
        z-index: 100;
    }

    .navbar-collapse.collapsing {
        left: -85%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .top_head_mobile {
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .close_menu_mobile button{
        padding: 0;
        margin: 0;
    }
    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .lang_div {
        position: relative;
    }
    ul.bottom_mobile_menu {
        list-style: none;
        padding: 0;
        margin: 10px 0 25px;
    }
    ul.bottom_mobile_menu li{
        margin: 10px 0;
    }
    .menu_navbar {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .attribute_categ ul {
        gap: 2px;
        flex-direction: column;
    }
    footer {
        margin-top: 15px;
    }
    .prod_side {
        margin-top: 20px;
    }
    .navbar-nav {
        gap: 10px 30px;
        margin: 15px 0;
    }
    .contact_sp--item {
        gap: 20px;
        font-size: 16px;
        margin-bottom: 12px;
    }
    #information-information #content {
        font-size: 14px;
        line-height: 26px;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 21px;
    }
    
}

@media (max-width: 767px){
    .modal_theme {
        padding: 20px 5px 10px;
    }
    .page_prod_head {
        flex-wrap: wrap;
        gap: 20px;
    }
    button.btn_wishlist {
        display: block;
        width: 100%;
        text-align: right;
    }
    .slideshow .swiper-button-next, .slideshow .swiper-button-prev,
    .slider-featured .swiper-button-next, .slider-featured .swiper-button-prev{
        top: auto;
        bottom: 0;
        font-size: 4px;
    }
    .slider-featured .swiper-button-next, .slider-featured .swiper-button-prev{
        bottom: 10px;

    }
    .slideshow .swiper-button-next:after, .slideshow .swiper-button-prev:after,
    .slider-featured .swiper-button-next:after, .slider-featured .swiper-button-prev:after{
        color: #000000;
        font-size: 15px;
    }
    .contact_sp--item {
        flex-direction: column;
    }
    .swiper-slide-content {
        padding-top: 20px;
        position: static;
        align-items: center;
    }
    .swiper-slide-title {
        text-align: center;
        color: #000000;
    }
    .swiper-slide-btn {
        background: #000000;
        color: #ffffff;
    }
    .slideshow.swiper-viewport {
        margin: 0 auto 20px;
    }
    .section {
        margin-bottom: 20px;
    }
    .featured_section, .section_work {
        background: #F4F4F4;
        padding: 20px 10px;
    }
    .breadcrumb {
        overflow-y: auto;
        width: 100%;
        flex-wrap: nowrap;
    }
    .social-links{
        margin-top: 20px;
    }
    h1 {
        font-size: 24px;
    }
    .option-block {
        flex-wrap: wrap;
        gap: 15px;
    }
    .price {
        flex-wrap: wrap;
        gap: 10px;
    }
    .coast_span2 {
        font-weight: 400;
        font-size: 20px;
        display: block;
        width: 100%;
        text-align: center;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .wr-dop-option, .tables_complects, .all_prod_price {
        margin-bottom: 20px;
    }
    ul.nav.nav-tabs li {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .nav-tabs .nav-link {
        font-size: 15px;
        padding: 10px;
        font-weight: 600;
        color: #28541f;
        width: 100%;
        background: #f5f5f5;
    }
}
@media (max-width: 570px){
    .wr_slider-featured .swiper-button-next {
        right: 0;
        opacity: 1;
        top: -28px;
    }
    .wr_slider-featured .swiper-button-prev {
        left: 0;
        opacity: 1;
        top: -28px;
    }
    .featured_section > .h2{
        font-size: 20px;
    }
    .coast, .coast_span {
        font-size: 26px;
    }    
    ul.footer_ul{
        margin-bottom: 30px;
    }
    .logo_footer {
        text-align: center;
        margin-bottom: 20px;
    }
    .label_radio_complect {
        width: 100%;
    }
}