@import url("reset.css");

.box_main, .box_about{
       display: -ms-grid;
       display: grid;
       -ms-grid-columns: 16vw 1fr;
       grid-template-columns: 16vw 1fr;
}

.box_about_grid{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: 2fr 3fr;
    grid-template-columns: 2fr 3fr;
}

.box_about_grid iframe{
	width: 100%;
    height: 45vh;
    min-height: 390px;
}

.box_about p{margin-bottom: 0;}

.top-categories{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.top-categories__items{
	overflow: hidden;
    width: 99%;
    height: 400px;
}
.top-categories__items:last-child{margin-left: 1%}

.top-categories__items img{
	float: left;
    margin: 30px 0 0 -190px;
    padding-right: 1vw;
}

.top-categories__items:last-child img{
	  margin: 50px 0 0 -210px;
}

.top-categories__items h3{ font-size: var(--lg-text)}

.top-categories__items p{font-size: var(--md-text);margin-bottom: 40px;max-width: 340px;}

.top-categories__items-boxright{
    padding: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 82%;
}

.top-categories__items-boxright a{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	max-width: 300px;
}

.sertifikat-box__grid{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: 2fr 10px 1fr;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10px;
}

.products .product-box__item .image {
	    height: 210px;
    overflow: hidden;
}

.broshura__products__items-right{
	height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-line-pack: justify;
        align-content: space-between;
}

.sertifikat-box__products__items-right{
	float: right;
    -webkit-align-self: revert;
        -ms-flex-item-align: revert;
                -ms-grid-row-align: revert;
            align-self: revert;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -ms-grid-column-align: end;
        justify-self: end;
}

.sertifikat-box__products__items{
	padding: 30px 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
	margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	background-color: var(--fonligt--header);
}

.sertifikat-box__products-img {margin-right: 20px;}
.sertifikat-box__products-img img{float:left;}

.sertifikat-box__products-name{
	font-size:17px;
	font-weight: 600;
    margin-bottom: 10px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.sertifikat-box__products-name a{text-decoration: none}

.sertifikat-box__products-description{
	font-size:var(--sm-text);
}

.sertifikat-box__products-link a{
	background-image: url(/img/link_domwload.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    z-index: 11;
    padding: 5px 10px 5px 25px;
    font-weight: 600;
    font-size: 17px;
}

.sertifikat-box__products-link a:hover{
	opacity: 0.6;
}

.sertifikat-box__products__items p{margin-bottom: 0;}

.box_main__items a{font-weight: 600;}

.box_main-left{
	padding-right: 20px;
    max-width: 210px;
}

.box_main-right ul li{
	    background: url(/img/marker.png) no-repeat 15px 11px;
    list-style-type: none;
    line-height: 21px;
    padding: 12px 60px;
    font-size: var(--md-text);
}


.box_main-right table tr{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.box_main-right table tr td span, .box_main-right table tr td p{
	font-size:var(--md-text);
}

.box_main-right table tr td:nth-child(2){
	padding-left: 4vw;
}

.box_main-img{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}


.cat_box{
	margin-top: -15px;
	    margin-bottom: 90px;
}

.cat_box ul{
	display: -ms-grid;
	display: grid;
	grid-gap: 1rem;
	-ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cat_box ul ul{
	    display: block;
    line-height: 20px;
    padding: 30px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.cat_box ul ul li a:nth-child(2){
	display: none;
}

.btn-cat_box{
	    font-weight: 400;
    font-size: 15px !important;
    width: 70%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -64px 0 20px 10%;
}

.cat_box li{
	list-style-type: none;
    text-align: center;
    font-size: var(--lg-text);
    font-weight: 600;
    background-color: var(--darkligt--header);
    padding: 40px 0 0 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.cat_box li img{
	width: 100%;
	    margin-bottom: -1px;
}

.cat_box li:nth-child(2n){
	background-color:var(--fonligt--header);
}

.cat_box li a{
	text-decoration: none;
}

.cat_box li ul li , .cat_box li ul li:nth-child(2n){
    font-size: var(--sm-text);
    font-weight: 400;
    background-color: rgb(255 255 255 / 0%);
	padding: 0;
}

.cat_box li ul li a{
	margin-bottom: 10px;
}

.title-news-box{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.news-container{
	list-style-type: none;
	grid-gap: 20px;
}

.news-container__items{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
    width: 24%;
	background-color: #fff;
}

.news-container__items-img{
    height: 8vw;
    overflow: hidden;
    min-height: 120px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-container__items-img img{
    width: 22vw;
    height: 11vw;
    min-height: 120px;
}

.news-container__items-title, .news-container__items-desription, .news-container__items-data{
	padding: 0 30px 20px 30px;	
}

.news-container__items-title a{
	text-decoration: none;
	font-size: var(--md-text);
	font-weight: 600;
}

.news-container__items-img:hover, .product-box__item .image:hover{
	opacity: 0.7;
	 -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-container__items-desription{
	font-size: var(--sm-text);
	line-height: 21px;
}

.news-container__items-data{
	font-size: var(--sm-text);
	line-height: 21px;
	color: #777777;
}


.tittle-page-md{
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: row;
	            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    max-height: 276px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
}

.tittle-page-md .container{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2vw;
}

.tittle-page-md .container p{margin: 0;}

.news-container__img {max-width: 400px;}
.news-container__img img{width: 100%;height: 100%;}

.tittle-page{
	height: 100%;
    background-color: #2c8935d6;
    width: 55vmin;
    margin-left: 2%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #fff;
}

.tittle-page h1,
.tittle-page h2{padding: 10px 4%}

.tittle-page h1{
    border-bottom: 1px solid #fff;
    font-size: 45px;
}

.page-main h3{
	font-size: 21px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-main ul li {
	margin-bottom: 10px;
	margin-left: 1%;
}

.page-main p img{
	width: 100%;
    height: auto;
}

.table__us{
	margin: 40px 0;
}

.table__us tr{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1% 1fr 1% 1fr 1% 2fr;
	grid-template-columns: 1fr 1fr 1fr 2fr;
	grid-gap: 1%;
}

.table__us tr td{
	background-color: var(--fonligt--header);
    padding: 30px 3vw;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    border-radius: 6px;
    color: #333;
    font-weight: 500;
}

.table__us img{
	    width: 166px !important;
    height: 166px !important;
    text-align: center;
    display: block;
    margin: auto;
}

.table__us tr td:hover{
	background-color: var(--link-hover);
	color:#fff;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.page-main table img{
	width: 100%;
    height: 100%;
}


.pages-full-content table {
	width: 100%;
	margin-bottom: 1rem;
}

.pages-full-content table tr td{
	border: 1px solid #ccc;
	padding: .3rem .6rem;
} 

.four_page_img tr{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: 1fr 1% 1fr 1% 1fr 1% 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1%;
}

.page-box__fone{
        height: 20.7vw;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: contain;
    max-height: 396px;
    background: transparent;
	margin-bottom: 60px;
}

.category-box__fone{
	background: rgb(0 0 0 / 14%);
	    margin-bottom: 20px;
}

.product-box__item{
	-ms-grid-columns: 1fr 20px auto;
	grid-template-columns: 1fr auto;
    grid-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--fonligt--header);
    padding: 20px;
    border-radius: 6px;
	margin-bottom: 20px;
}

.product-box__item:nth-child(2n){
	background-color: var(--darkligt--header);
}

.product_info{
    -ms-grid-columns: 1fr 20px 2fr;
    grid-template-columns: 1fr 2fr;
    padding: 0 30px;
    grid-gap: 20px;
}

.product-box__item h3{
	font-size: 24px;
	margin: 0;
}

.svg-box-design{
	    margin-top: -62px;
    margin-left: -11px;
    opacity: 0.05;
}

.product-info{
	padding: 40px 0;
}

.images-dop-foto{
	grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev{
	display: none !important; 
}


.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet-active{
	color: #96c022 !important;
	--swiper-theme-color: #96c022 !important;
	    top: 37% !important;
}

.swiper-container {
        width: 100%;
        height: 100%;
	    overflow-x: hidden;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
		width: 32.6% !important;
		margin-right: 0.5%;
        background: #fff;
        border: 2px solid #eee;
		padding: 10px 0;
		border-radius: 6px;
	    min-height: 140px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
      }

      .swiper-slide img {
        display: block;
/*        width: 100%;*/
        height: 100%;
		      border-radius: 6px;
        -o-object-fit: cover;
           object-fit: cover;
      }

.swiper-slide:hover{
	background-color: var(--fonligt--header);
	border: 2px solid var(--link-hover);
	 -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.working-box tr{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 2rem;
}

/*
.working-box tr{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2rem;
}
*/

.working-box tr td p{
	margin: 0;
	font-weight: 600;
	font-size: 21px;
}

.working-box__img{
	overflow: hidden;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.working-box tr td span{
    font-size: var(--md-text);
    font-weight: 400;
    color: #767676;
}


.working-box tr td img{
	height: auto;
    width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.working-box tr td img:hover{
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.mobile-box{
	position: fixed;
    right: 50px;
    top: 5%;
    pointer-events: auto;
}

.mobile-box button{
	left: 0px;
    top: 60px;
    position: relative;
    padding: 9px 9px 9px 9px;
    border-radius: 25px;
    z-index: 1;
}

.mobile-box a{
	text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    width: 180px;
    position: fixed;
    margin: 21px 0px 0px -220px;
    background-color: #96c022;
    border-radius: 20px;
    padding: 5px 48px 5px 10px;
    color: #fff;
}

.mobile-box a:hover{
	color: #ffffff;
    background-color: #2c8935;
}

.mobile-box svg{
	float: left;
}

.null-parallax-window{
	    max-height: 240px;
}

.null-parallax-window .h-100{
	width: 100vw;
    max-width: 100%;
}

.null-parallax-window .tittle-page{
	width: auto;
    margin-left: 0%;
    margin-right: 0%;
}

.null-parallax-window .tittle-page h1{
	border-bottom: 0;
	padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.blog-box{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
	list-style-type: none;
}

.blog-box a{
	-ms-flex-preferred-size: 70%;
	    flex-basis: 70%;
	padding-left: 40px;
}

.blog-box img{
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
        max-width: 380px;
    min-height: 160px;
}

.blog-box h3 {
    font-size: 21px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.blog-box li {
    margin-bottom: 10px;
    margin-left: 1%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-flow: row-reverse;
                flex-flow: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.product-box__image-docoments{
		    height: 100%;
    max-height: 140px;
	}

.product-box__image-docoments img{
	height: 100%;
    width: auto;
}

.tittle-features{
	padding: 1rem 0;
	font-weight: 600;
}

.features{
	    list-style-type: none;
}
.features li{
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    padding: .7rem;
    margin: 0 !important;
}

.features .even{
	background-color: var(--fonligt--header);
}

#back_forward{
	margin: 3rem 0;
}

@media (max-width: 1440px){
	.top-categories__items img {
		margin: 30px 0 0 -240px;
	}
	
	.top-categories__items:last-child img {
		margin: 50px 0 0 -305px;
	}
	
	.news-container__items {
		width: 23%;
	}
}

@media (max-width: 1199px){
	.box_main-img {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
	.blog-box h3 {
    	 font-size: 18px;
   	     margin-bottom: 10px;
	}
	.blog-box img{
        max-width: 300px;
    	min-height: 130px;
	}
	.blog-box{
		grid-gap: 1rem;
	}
	
	.table__us tr td {
		background-color: var(--fonligt--header);
		padding: 30px 12px;
		text-align: center;
		font-size: 17px;
		line-height: 25px;
	}
	
	.svg-box-design{
		display: none;
	}
	
	.product_info {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
	.box_main, .box_about {
		-ms-grid-columns: 19vw 1fr;
		grid-template-columns: 19vw 1fr;
	}
	
	.cat_box li{
		font-size: 18px;
	}
	
	.btn-cat_box {
		width: 76%;
    	padding: 10px 5px 12px 5px !important;
	}
	
	.btn-cat_box svg{
		width: 18px !important;
		height: 18px !important;
	}
	
	.cat_box li img {
		margin-bottom: -14px;
	}
	
	.cat_box ul ul {
		line-height: 21px;
		padding: 10px;
	}
	
	.cat_box li ul li a {
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
	.box_about_grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-row-gap: 40px;
	}
	
	.top-categories__items img {
		margin: 10px 0 0 -330px;
	}
	
	.top-categories__items:last-child img {
		margin: 50px 0 0 -390px;
	}
	
} 

@media (max-width: 991px){
	header{
		background-size: cover !important;
	}
	
	.product-box__image-docoments{
		display: none;
	}
	
	.blog-box a {
		padding-left: 20px;
	}
	
	
	.blog-box span{
		font-size: 14px;
	} 
	
	
	.blog-box h3 {
    	 font-size: 16px;
   	     margin-bottom: 10px;
	}
	.blog-box img{
        max-width: 230px;
   		min-height: 100px;
	}
	
	.working-box tr {
		    display: -ms-grid;
		    display: grid;
			grid-gap: 2rem;
			-ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
			grid-template-columns: 1fr 1fr 1fr;
	}
	
	.news-container__title h1{font-size: 25px;}
	
	.product-box__item {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
	.product-box__item .image{
		   padding: 10px 30px;
			height: 240px;
			overflow: hidden;
	}
	
	.product-box__item .image img{
		width: 100%;
		margin: -10vw 0px 0px 0px;
	}
	
	.table__us tr {
		-ms-grid-columns: 1fr 2% 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 2%;
	}

	.table__us tr td {
		padding: 0px 12px 12px;
		text-align: center;
		font-size: 17px;
		line-height: 25px;
	}
	
.box_main-right table tr {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
	}
	
	.box_main, .box_about {
		-ms-grid-columns: 25vw 1fr;
		grid-template-columns: 25vw 1fr;
	}
	
	.box_main-right table tr td:nth-child(2) {
		padding-left: 0vw;
	}
	
	.box_main-img {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	
	.cat_box ul {
		grid-gap: 1.5rem;
    	grid-row-gap: 1.5rem;
   		 -ms-grid-columns: 1fr 1.5rem 1fr;
   		 grid-template-columns: 1fr 1fr;
	}
	
	.cat_box li img {
		margin-bottom: 3px;
	}
	
	.btn-cat_box {
		width: 73%;
		padding: 10px 15px 12px 15px !important;
	}
	
	.box_about_grid iframe {
		height: 35vh;
		min-height: 280px;
	}
	
	.top-categories__items img {
		   margin: 66px 0 0 -180px;
    		width: 78%;
	}
	
	.top-categories__items:last-child img {
		    margin: 70px 0 0 -250px;
    		width: 95%;
	}
	
	.sertifikat-box__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
	.broshurs-box__products{
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 10px 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
	
	.news-container {
		list-style-type: none;
		grid-gap: 20px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	
	.news-container__items {
		width: 48%;
		-ms-flex-preferred-size: 48%;
		    flex-basis: 48%;
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
	}
	
	.news-container__items-img img {
		width: 44vw;
		height: 22vw;
		min-height: 120px;
	}
	
	.footer-box{
		grid-row-gap: 30px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	
	.footer-box div:nth-child(1){
		        -webkit-box-ordinal-group: 3;
		            -ms-flex-order: 2;
		                order: 2;
				-webkit-box-orient: vertical;
				-webkit-box-direction: reverse;
				    -ms-flex-direction: column-reverse;
				        flex-direction: column-reverse;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%;
				-webkit-align-self: flex-start;
				    -ms-flex-item-align: start;
				        align-self: flex-start;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
	}
	
	.footer-box div:nth-child(2){
		    -webkit-box-pack: justify;
		        -ms-flex-pack: justify;
		            justify-content: space-between;
    		-ms-flex-preferred-size: 100%;
    		    flex-basis: 100%;
	}
	
	.footer-box div:nth-child(3){
		    display: -webkit-box;
		    display: -ms-flexbox;
		    display: flex;
			-ms-flex-preferred-size: 50%;
			    flex-basis: 50%;
			-webkit-box-ordinal-group: 4;
			    -ms-flex-order: 3;
			        order: 3;
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
	}
	
	.footer-box div:nth-child(1) p{
		margin: 0;
	}
	
	.page-box__fone {
		height: 30.7vw !important; 
	}
}


@media (max-width: 767px){
	.box_main, .box_about, .box_main-img, .top-categories, .sertifikat-box__products__items, .cat_box ul, .table__us tr, .four_page_img tr, .images-dop-foto, .blog-box {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		    grid-row-gap: 20px;
	}
	
	.blog-box li{
		margin-left: 0 !important;
		margin-top: 0;
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	
	.blog-box img {
    	max-width: inherit;
   	    min-height: auto;
		width: 92vw !important;
	}
	
	.blog-box h3 {
		font-size: 17px;
		margin-top: 0px !important;
		margin-bottom: 10px !important;
	}
	
	.blog-box a {
		padding-left: 0px;
	}
	
	.mobile-box {
		right: 26px;
		top: 4%;
	}
	
	.working-box tr td{margin-bottom: 2rem}
	
	.working-box tr {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
                grid-template-areas: none;
	}
	
	.news-container__img, .working-box {
		overflow: hidden;
		    max-width: 100%;
	}
	
	.news-container__img img{width: 100%;height: 100%;opacity: 0.8;}
	
	.news-container__title{
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	
	.news-container__title h1{font-size: 23px;}
	
	.tittle-page-md .container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
		-webkit-box-align: initial;
		    -ms-flex-align: initial;
		        align-items: initial;
		gap: 0vw;
		padding-top: 0%;
		padding-bottom: 0%;
		padding-left: 0%;
		padding-right: 0%;
	}
	
	.product-box__item .image img, .working-box{
		width: 100%;
		margin: 0;
	}
	
	.swiper-slide img {
		width: 80%;
	}
	
	#path {
		margin-top: -20px !important;
		margin-bottom: 0px !important;
		padding-bottom: 20px;
	}
	
	.product-box__item h3 {
		font-size: 19px;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	
	.product-info {
		padding: 0;
	}
	
	.product_info {
		padding: 0 10px;
		grid-gap: 10px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
	.product-box__item .image {
		padding: 0 10px;
		height: 100%;
		overflow: auto;
	}
	
	.category-box__fone {
    margin-bottom: 10px !important;
}
	
	.tittle-page h1 {
    	font-size: 40px;
	}
	
	.page-main h3 {
		font-size: 19px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.page-main ul li {
		margin-bottom: 10px;
		margin-left: 18px;
	}
	
	.tittle-page {
		width: 92%;
		margin: 0;
		    height: 310px;
	}
	
	.page-box__fone {
		    height: 310px !important;
    		max-height: 310px !important;
			margin-bottom: 40px;
	}
	
	.box_main-img img{width: auto;}

	
	.sertifikat-box__products__items-right{-ms-grid-column-align: start;justify-self: start;}
	.sertifikat-box__products__items {
		padding: 20px;
	}
	
	.cat_box li {
		font-size: 21px;
	}
	
	.cat_box li ul li, .cat_box li ul li:nth-child(2n) {
    	font-size: var(--md-text);
	}
	
	.box_about_grid iframe {
		height: 8vh;
		min-height: 200px;
	}
	
	.box_main-left {max-width: 100%;}
	
	.top-categories__items {
		width: 100%;
		height: 100%;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
	}
	
	.top-categories__items > *:nth-child(1) {
              -ms-grid-row: 1;
              -ms-grid-column: 1;
	}
	
	.top-categories__items img {
		margin: auto;
		width: 50%;
		padding: 20px 0 10px;
	}
	
	.top-categories__items:last-child img {
		margin: auto;
		width: 50%;
		padding: 30px 0 10px;
	}
	
	.top-categories__items-boxright {
		padding: 6vw;
		height: 80%;
	}
	
	.broshurs-box__products {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 5px;
	}
	
	.sertifikat-box__products__items-left{}
	.broshura__products__items-right{}
	
	.broshurs-box__products .sertifikat-box__products__items{
		-ms-grid-columns: auto 10px 1fr;
		grid-template-columns: auto 1fr;
	}
	
	.title-news-box {
		-ms-grid-columns: 1fr auto;
		grid-template-columns: 1fr auto;
		-webkit-box-align: baseline;
		    -ms-flex-align: baseline;
		        align-items: baseline;
	}
	
	.lg-tittle{
		    font-size: 21px !important;
	}
	
	span, em, i, p {
		line-height: 24px;
	}
	
	.row {
		padding-top: 50px !important;
	}
	.row-pb {
		padding-bottom: 50px !important;
	}
	
	.news-container__items-img {
		min-height: 160px;
	}
	
	.news-container__items-img img {
    	width: 96vw;
		height: 40vw;
		min-height: 180px;
	}
	.footer-box{
		padding-left: 8% !important;
		padding-right: 8% !important;
	}
	
	.footer-box li, .footer-box p {
		font-size: 15px !important;
	}
		
	.news-container__items-title, .news-container__items-desription {
		padding: 0 20px 20px 20px;
	}
	
	
	.cat_box, .title__col {
		margin-top: 0 !important;
		margin-bottom: 50px !important;
	}
	
	.footer-box div:nth-child(1){-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;width: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
	.footer-box div:nth-child(2){-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;margin-bottom: 10px;margin-top: 10px;}
	.footer-box div:nth-child(3){-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3}
	.footer-box div:nth-child(2) ul{margin-bottom: 20px;}
	
	.footer-box__items-link{margin-bottom: 20px;}
	
	.news-container__items{width: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;margin-bottom: 10px;}
}

@media (max-width: 370px){
	.box_main-left {
		width: 90%;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}
	
	.box_main-img{
		-ms-grid-columns: 2fr auto;
		grid-template-columns: 2fr auto;
	}
	
	.box_main-img img {
		width: 100%;
	}
}



#search{
	margin-top: 9px;
	margin-bottom: 10px;
	height: 28px;
}
#search .input_search{
	width: 170px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #b0b0b0;
	display: block;
	float: left;
}
#search .button_search {
	width: 32px;
	height: 28px;
	background-position-y: middle;
	background: url(../images/search.png) no-repeat;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	display: block;
	float: left;
}


/* Хлебные крошки */
#path{
	margin-top: -20px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #a0a0a0;
}
#path a{
	color: #a0a0a0;
}
/* @end */


#comments{
	margin-top: 3%;
}

/* @group Постраничная навигация */
.pagination {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	overflow: hidden;
}
.pagination a {
	display: block;
	float: left;
	background-color: #fffeff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 7px 4px;
	min-width: 22px;
	text-align: center;
	border: 1px solid #d7d7d7;
	text-decoration: none;
}
.pagination a.selected:hover,
.pagination a.selected {
	background-color: #18a5ff;
	color: #ffffff;
	border-color: #008fe9;
}
.pagination a:hover {
	background-color: #f8f8f8;
}

.pagination a.next_page_link, .pagination a.prev_page_link{
	border: none;
	background: none;
}
/* @end */


/* @group Просмотренные товары */
#browsed_products{
	margin-bottom: 20px;
	overflow: hidden;
}

#browsed_products li{
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	width: 50px;
	height: 50px;
}
#browsed_products li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}
/* @end — Просмотренные товары */


/* @group Формы */
input[type="text"],
input[type="password"]
{
	width: 100%;
	font-size: 18px;
}
.form
{
	width:400px;
	margin-bottom: 20px;
}
.form textarea
{
	width:100%;
	height:100px;
	font-size: 18px;
}
.form label {
	display:block;
	font-size: 14px;
}
.form input[type="text"]{
	display:block;
	margin-bottom: 10px;
}

/* @group Комментарии */
.comment_list {
	margin-top: 15px;
	list-style: none;
}
.comment_list li {
	background-color: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 15px 25px;
    margin-left: 0% !important;
    border-radius: 4px;
    border-bottom: 3px solid #96c022;
}
.comment_header {
	font-size:var(--sm-text);
}

.comment_list li p{
	margin: 10px 0;
	font-size:18px;
}

.comment_header i {
	font-weight: normal;
	font-style: normal;
	color: #878787;
	font-size: 13px;
}
/* @end — Комментарии*/

/* @group Форма отправки комментария */
.comment_form {
    background-color: #f2f2f2;
    padding: 20px 40px;
    margin-top: 0px;
    overflow: hidden;
	width: auto;
	margin-top: 40px;
}

.comment_form .items_com{
	  margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.comment_form .items_com input{
	border: 1px solid #fff;
    min-height: 40px;
}

.comment_form h2 {
	margin-bottom: 0px;
}
.comment_form .comment_textarea {
	    width: 98%;
    height: 100px;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 1%;
}
.comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 17px;
}
.comment_form .input_name {
	font-size: 16px;
	max-width: 250px;
	margin-top: 15px;
}
.comment_form .input_captcha, .cart_form .input_captcha{
	float: left;
	max-width: 150px;
}
.comment_form .captcha, .cart_form .captcha {
	margin-top: 4px;
	margin-right: 10px;
}
.comment_form .button,
.feedback_form .button,
.register_form .button,
.login_form .button{
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
}
/* @end — Форма отправки комментария */

/* @group Форма отправки обратной связи */
.feedback_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.feedback_form .input_captcha, .register_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.feedback_form .captcha, .register_form .captcha{
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.feedback_form .button_send {
	font-size: 18px;
	float: right;
	margin-top: 25px;
}
/* @end — Форма отправки комментария */


/* @group Корзина */
#purchases{
	width: 100%;
}
#purchases tr{
	border-top: 1px solid #d5d5d5;
	height: 70px;
}
#purchases th{
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#purchases .image{
	width: 50px;
	text-align: center;
}
#purchases .image a{
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}

#purchases .name{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#purchases td.name{
	font-size: 14px;
}
#purchases td .download_attachment{
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}

#purchases .price{
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}
#purchases td.price{
	font-size: 14px;
}
#purchases .remove{
	padding-left: 15px;
	text-align: right;
}
#purchases .amount{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
#purchases .amount select{
	font-size:12px;
}

#purchases .coupon .name{
	font-size:14px;
}
#purchases .coupon .name input.coupon_code{
	width: 200px;
}
#purchases .coupon .name input{
	font-size:16px;
}

ul#deliveries{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 20px 20px 0 20px;
	list-style: none;
}
ul#deliveries li{
	margin-bottom: 20px;
}
ul#deliveries li div.checkbox{
	float: left;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 25px;
}
/* @end */


/* @group Кабинет */
#orders_history
{
	list-style: none;
}
#orders_history li
{
	margin-bottom: 10px;
}
#orders_history li a
{
	font-size: 16px;
}
/* @end — Кабинет */



/* @group Детали заказа */
table.order_info
{
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
}
table.order_info td
{
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}
.checkout_button
{
	padding: 10px 20px 10px 20px;
	border: 1px solid #51a400;
	background-color: #d3ffa9;
	color: #2e5e00;
	font-size: 14px;
}
/* @end */


/* Сообщение с ошибкой */
.message_error{
	clear: both;
	height: 18px;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: red;
	background-color: #ffcaca;
	border: 1px dotted #ff4545;
}

/* @end */
