@font-face { 
    font-family: "HelveticaNeueCyr-Bold"; 
    src: url("../fonts/HelveticaNeueCyr\ Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face { 
    font-family: 'HelveticaNeueCyr Roman'; 
    src: url("../fonts/HelveticaNeueCyr\ Roman.ttf") format("truetype"); 
    font-style: normal;
    font-weight: normal;
}

body {
    padding: 0; 
    margin: 0; 
    font-family: 'HelveticaNeueCyr Roman', sans-serif; 
    color: black; 
    font-size: 18px;
	/* overflow: hidden; */
	max-width: 100vw;
}

img {
	max-width: 100%;
}

* {
    box-sizing: border-box;
	/* outline: 2px solid red !important; */
}

input:-internal-autofill-selected {
    background-color: none !important;
}

h1, h2, h3, h4, h5, p {
    padding: 0; 
    margin: 0;
}

h2 {
	margin-left: 110px;
    font-size: 18px; 
    margin-bottom: 18px;
}

h3 {
    font-size: 18px; 
    margin-bottom: 18px;
}
.about {
    margin-top: 130px;
    margin-right: 20px;
    margin-left: 105px;
}

a {
    text-decoration: none;
}

.section {
    margin-bottom: 130px;
}
.fa-search {
	background: url(../img/search_b.svg);
    height: 25px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-size: auto;
}

p {
    margin: 0;
	padding: 0;
}
.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
  margin-right: 35px;
}
.input-search{
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  background-color: #fff;
  padding-right: 40px;
  color:#fff;
}
.input-search::placeholder{
  color:rgba(255,255,255,.5);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}
.search_mob {
display:none;
}
.btn-search{
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color:#ffffff ;
  background-color:transparent;
  pointer-events: painted;  
}

.input-search:focus{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.insa {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.lab {
	display: none;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.search-box label input, .search-box label button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.lab:before {
display: inline-block;
    vertical-align: middle;
    content: "";
    width: 23px;
    height: 23px;
    background: url(../img/search_w.svg) 0 0 no-repeat;
    background-size: cover;
}

.input-search-act{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.searchAndMenu {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.container {
   /*  width: 1770;  */
    margin: 0 auto;
}
.crumb {
    justify-content: flex-start;
	margin-left: 155px;
	padding: 0;
}
.crumb-item {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
	text-transform:uppercase;
    color: #000;
}
.crumb-item a {
    color: #999999;
	cursor:pointer
	transition:0.4s;
}
.crumb-item a:hover {
	color: #000;
	transition:0.4s;
}
.crumb-item:not(:last-child):after {
    display: inline-block;
    content: ">";
    padding: 0 5px 0px 3px;
	color: #999999;

}
.breadcrumbs {
    padding-top: 15px;
}
.h1_top {
    margin-top: 140px;
    margin-left: 40px ;
}

.header {
	/* max-width: 1920px;
	margin: 0 auto; */
    /*background: url('../img/bg_main_new3.jpg') no-repeat center right / cover; */
	height: 800px;
    /* padding-top: 40px;  */
    color: #fff; 
    /* padding-bottom: 170px;
	margin-bottom: 130px; */
	position: relative;
	/* height: 100vh;  */
	background-attachment: fixed;
}

.rgr {
	position: absolute;
  top: 10%;
  left: 0;
  /* transform: translate(-50%, -50%); */
}
header a {
    color: #fff;
}

.logo {
	margin: 0;
    padding: 0;
}

.menu {
	display: flex;
    /* gap: 30px; */
    list-style: none;
    margin: 0;
    padding: 0;
	margin-right: 17px;
}

.menu li a {
    text-decoration: none; 
    color: inherit; 
    display: inline-block;
    position: relative; 
    white-space: nowrap;
}

.menu li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px; 
    background-color: white; 
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.menu li a:hover::after {
    width: 100%;
}

.menu li {
    list-style: none;
}

.menu2 {
	display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
	margin-right: 17px;
}

.menu2 li a {
    text-decoration: none; 
    color: inherit; 
    display: inline-block;
    position: relative; 
    white-space: nowrap;
}

.menu2 li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px; 
    background-color: #000; 
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.menu2 li a:hover::after {
    width: 100%;
}

.menu2 li {
    list-style: none;
}

.footer_logo {
	display: flex;
    align-items: center;
	justify-content: space-between;
}

/* .left_part {
	padding: 26px 0px;
} */
.footer-left {
	display: flex;
	justify-content: flex-start;
	
}
.footer-right {
	display: flex;
	justify-content: flex-end;
}

.footer_2 {
	display: flex;
	justify-content: space-between;
}

.footer-left_2 {
	display: flex;
	justify-content: flex-start;
	padding: 26px 0px;
}

.footer-right_2 {
	display: flex;
	justify-content: flex-end;
	margin-right: 15px;
	padding: 30px 0px;
	
}

.footer-right_2 a {
    color: rgba(33, 37, 35, 0.5);
    margin-right: 30px; /* Устанавливаем отступ справа для каждой ссылки */
}

.footer-right_2 a:last-child {
    margin-right: 0; /* Убираем отступ у последней ссылки */
}

.logo {
	margin-right: 30px;
	width: 150px;
}
.soc_in {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 140px;
}

.soc_ic {
	max-width:40px;
	transition:0.4s;
}
.soc_ic:hover {
	max-width:45px;
	transition:0.4s;
}

.left_part {
	display: flex;
	justify-content: space-between;
}

.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.offer {
	max-width: max-content;
    margin-top: 225px;
    font-family: 'HelveticaNeueCyr Roman';
    font-size: 68px;
    line-height: 75px;
    margin-left: 140px;
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;*/
	
}

.offer p {
    font-size: 68px;
    font-weight: 700;
    max-width: 822px;
   /* margin-right: 140px;*/
    margin-bottom: 30px;
}
.little_string {
    display: flex;
    color: #000;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: center;
	transition: 0.3s;
}
.little_string:hover {
    color: #21925E;
	transition: 0.3s;
}
.post-photo {
	float: left;
    position: relative;
    width: 194px;
}
.post-photo img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: top;
}
.catalog-item {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.post-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: 'DinPro';
    color: #000;
    margin-right: 30px;
    margin-bottom: 15px;
}
.catalog-item{float:left;width:50%;padding:0 15px}.catalog .pagination{border-top:1px solid #d8d8d8;padding-top:26px}.post:after{display:table;content:"";width:100%}.post-photo{float: left;position: relative;width: 194px;}.post-photo:before{content: "";display: block;padding-bottom: 120%;}.post-photo a{display: block;font-size: 0;line-height: 0;padding: 8px;position: absolute;top: 0;right: 0;bottom: 0;left: 0;text-align: center;}.post-photo a:before{content: "";display: inline-block;height: 100%;vertical-align: top;}.post-photo img{display: inline-block;max-height: 100%;max-width: 100%;vertical-align: top;}.post-content{margin-left:194px}.post-title{font-weight:600;font-size:20px;line-height:28px;font-family:'DinPro';color:#000;margin-right:30px;margin-bottom:15px;}.post-title a{color:inherit;text-decoration:none}
			.post-anons{line-height:20px;height:100%;overflow:hidden}.post-more:after{display:table;content:"";width:100%}

.green_arrow {
	background: url(../img/arrow-up-right.png) no-repeat center center / cover;
    width: 25px;
    height: 25px;
    margin-left: 15px;
	transition: 0.4s;
    margin-bottom: 10px;
}
.little_string:hover .green_arrow {
    background: url(../img/arrow-up-right-green.png) no-repeat center center / cover;
	transition: 0.4s;
}
.for_opacity {
	opacity: 0;
    transform: translateY(50px);
    transition: transform 0.9s, opacity 0.9s;
}
.little_string img {
	width: 25px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.gallery_catalog_1, .gallery_catalog_2, .gallery_catalog_3 {
    display: grid;
    max-width: 93%;
    width: 100%;
    gap: 30px;
    padding: 15px;
    margin-left: 140px;
}

.gallery_catalog_1:first-of-type {
	/* grid-template-columns: 570px 420px repeat(2, 270px); */
	/* grid-template-columns: 57fr 42fr repeat(2, 27fr); */

}
.gallery_catalog_2:nth-of-type(2) {
	/* grid-template-columns: 270px 420px 270px 570px; */
	grid-template-columns: 27fr 42fr 27fr 57fr;
	
}
.gallery_catalog_3:nth-of-type(3) {
	/* grid-template-columns: 420px repeat(2, 570px); */
	grid-template-columns: 42fr repeat(2, 57fr);
}

.gallery-item, 
.gallery-item_catalog_2, 
.gallery-item_catalog_3 {
	display: flex;
	cursor:pointer;
}

.gallery-item img {
	max-width: 670px;
}

.gallery-item:nth-child(1) {
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.gallery-item:nth-child(2) {
	align-items: flex-end;
    flex-wrap: nowrap;
}

.gallery-item:nth-child(3),
.gallery-item:nth-child(4) {
	flex-direction:column;
    align-items: flex-end;
	justify-content: flex-start;
}

.gallery_catalog_2:first-of-type {
	grid-template-columns: 57fr 42fr repeat(2, 27fr);

}
.gallery_catalog_2:nth-of-type(2) {
	grid-template-columns: 27fr 42fr 27fr 57fr;
	
}
.gallery_catalog_2:nth-of-type(3) {
	grid-template-columns: 42fr repeat(2, 57fr);
}

.gallery-item_catalog_2:nth-child(1) {
	flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
    align-items: flex-end;
    justify-content: space-around;
}

.gallery-item_catalog_2:nth-child(2) {
	align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-evenly;
}

.gallery-item_catalog_2:nth-child(3) {
	flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
}

.gallery-item_catalog_2:nth-child(4) {
	flex-direction: row;
    align-items: flex-end;
    align-content: center;
}

.gallery-item_catalog_3:nth-child(1) {
	flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
    align-items: flex-end;
    justify-content: space-around;
}

.gallery-item_catalog_3:nth-child(2) {
	align-items: flex-end;
    flex-direction: row;
}

.gallery-item_catalog_3:nth-child(3) {
	flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
}

.gallery-image {
	/* display: block; */
	max-width: 100%;
	height: auto;
}

.gallery-item, 
.gallery-item_catalog_2, 
.gallery-item_catalog_3 {
	display: flex;
	background-color: #DADFDD;
	gap: 20px; /* расстояние между картинками */
	padding: 20px 20px;
	/* align-items: flex-end; */
	align-items: baseline;
    transition: all 0.5s ease;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
	
}

.gallery-item:hover,  .gallery-item_catalog_2:hover, .gallery-item_catalog_3:hover {
	background-color: #21925E;

	.gallery-name {
		color:#fff;
	}
	
}

.gallery-name {
	transition: all 0.5s ease;
	color: #212523;
	/* position: absolute; */
            /* left: 0;
            right: 0;
            padding: 0 30px;
            text-align: center; */

}

.gallery-image {
    /* position: absolute;  *//* позиционируем поверх основного изображения */
    /* opacity: 0; */ /* скрываем второе изображение */
	max-width: 100%;
	object-fit: contain;
}



.catalog {
    display: flex;
    flex-direction: column;
    /* max-width: 1620px;
	width: 100%; */
    /* max-height: 810px; */
    margin: 0 auto; 
	/* padding: 20px;  */
    box-sizing: border-box; 
}


.catalog h2 {
    position: relative;
	font-size: 40px;
}

.about h2 {
    position: relative;
	font-size: 40px;
/* 	margin: 0 0 20px; */
}

.useful h2 {
    position: relative;
	font-size: 40px;
}

.news h2 {
    position: relative;
	font-size: 40px;
	/* margin: 0 0 20px 60px; */
}

.highlight-bar {
	position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
	height: 2px;
    background-color: #21925E;
	flex: none;
	order: 0;
	flex-grow: 0;
}

.highlight {
    color: #21925E;
    font-weight: bold;
    font-size: 60px;
	opacity: 0;
}


.about_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1620px;
    width: 100%;
    gap: 40px;
    padding: 38px;
    margin-left: 100px;
}
.contact-form {
width:35%;
}

.about_text p {
    font-family: 'HelveticaNeueCyr Roman'; 
	font-style: normal;
	font-size: 18px;
	line-height: 120%;
}
.gallery_about {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 860px;
    width: 100%;
    margin-right: 32px;
    height: 415px;
}

.desc-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 546px;
    width: 100%;
    margin-left: 20px;
    flex: none;
}

.container {
    max-width: 1920px;
	width: 100%;
    padding-inline: 75px;
}

.news-text {
	display: grid;
	grid-template-columns: 215% 50%;
	gap: 20px;
	margin-top: -5px;
	margin-right: 400px;
	padding: 35px;
	max-width: 300px;
}

.gallery-item_news_left:hover {
	background-color: #DADFDD;
}
.contact_line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 95px;
    margin-top: 40px;
}

.gallery-item_news_left:hover .arrow {
	background-color: #21925E;
}

.gallery-item_news_left:hover .news_arrow {
	background: url(../img/arrow-up-right-white.png) no-repeat center center / cover;
}

.gallery_useful {
	margin-top: 30px;
	display: flex;
	gap: 30px;
	margin-left: 30px;
}

.gallery_useful img {
	transition: all 0.5s ease;
}

.gallery_useful img:hover {
	/* box-shadow: 0 20px 40px rgba(0,0,0,0.3); */
	/* transform: scale(1.1); */ 
}

.gallery-item_useful, 
.gallery-item_news {
	display: flex;
}

.gallery-item_useful:hover .gallery-image-hover3 {
    opacity: 1;
}

.gallery-image-hover3 {
    position: absolute;
    opacity: 0;
}

.gallery-item_news:hover .gallery-image-hover3 {
    opacity: 1;
}

.gallery-image-hover_news {
    position: absolute; 
    opacity: 0;
}

.right-column {
    display: flex;
    flex-direction: column;
	margin-left: 30px;
}
.right-column img {
    max-width: 300px;
    height: 310px;
    object-fit: cover;
}

.gallery-item_news_right_1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
	position: relative;
}

.gallery-item_news_right_1 p {
	max-width: 300px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
	color: #212523;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;

}

.gallery-item_news_right_2 p {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
	align-self: stretch;

}

.btn {
	display: flex;
    justify-content: space-between; 
	position: absolute;
    right: 45px;
    bottom: 35px;	
}

.btn_right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	font-weight: bold;
	height: 50px;
}

.btn_right date {
	height: 22px;
    margin-left: 0;
}

.btn-img {
    margin-right: 5px; 
    margin-bottom: 5px; 
}

.userful_photo_right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;

}

.userful_text_right {
	display: grid;
	margin: 35px 35px 35px;
	gap: 20px;
}

.useful-full {
    display: flex;
    justify-content: space-between;
	max-width: 1620px;
	margin-left: 115px;

}

.userful_photo_left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
	position: relative;
	
}

.userful_photo_left p {
	font-family: 'HelveticaNeueCyr Roman'; 
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
	color: #212523;
	min-height: 70px;
}
.anons_text {
	text-transform: none !important;
	min-height: 140px !important;
	font-size: 16px !important;
}
.userful_photo_right p {	
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
}


.btn_useful {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-weight: bold;
    height: 50px;
}

.userful_photo_left {
	box-sizing: border-box;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    width: 49%;
    height: 340px;
    border: 1px solid #DADFDD;
    transition: all 0.3s ease-in-out;
	cursor: pointer;

}

.userful_photo_left img {
	max-width: max-content;
}

.userful_photo_left:hover .arrow {
    background-color: #21925E;
}

.userful_photo_left:hover {
    width: 50%
}

.userful_photo_right {
	box-sizing: border-box;
	display: flex;
	/* flex-direction: column; */
	align-items: end;
	/* padding: 0px; */
	overflow: hidden;
	max-width: 720px;
	width: 100%;
	height: 310px;

	border: 1px solid #DADFDD;
	transition: all 0.3s ease-in-out;
}

.userful_text_left {
	display: grid;
	margin: 35px 30px 35px 18px;
	gap: 20px;
}

.userful_photo_right:hover {
	background-color: #DADFDD;
	width: 50%;
}

.userful_photo_left:hover {
	background-color: #DADFDD;
}

.userful_photo_right:hover .arrow {
	background-color: #21925E;
}

.gallery-item_news_left{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 41%;
    cursor: pointer;
	width: 100%;
	height: 650px;
	border: 1px solid #DADFDD;
	transition: all 0.3s ease-in-out;
	position: relative;
	margin-left: 115px;
    overflow: hidden;
}

.gallery-item_news_left p {
	font-family: 'HelveticaNeueCyr Roman'; 
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
	color: #212523;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
}

.gallery-item_news_left p2 {
	font-family: 'HelveticaNeueCyr Roman'; 
	color: #212523;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}

.gallery-item_news_left date {
	font-family: 'HelveticaNeueCyr Roman'; 
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #212523;
	flex: none;
	order: 0;
	flex-grow: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;

}

.btn_main {
	margin: 0 auto;
	width: 44px;
	height: 44px;
	flex: none;
	order: 1;
	flex-grow: 0;
}

.gallery-item_news_right_1 {
	box-sizing: border-box;
	display: flex;
	align-items: end;
	padding: 0px;
	overflow: hidden;
	max-width: 870px;
	width: 100%;
	height: 310px;
	border: 1px solid #DADFDD;
	transition: all 0.3s ease-in-out;
	flex: none;
	order: 0;
	flex-grow: 0;
	align-self: stretch;
	flex-grow: 1;

}

.news-text_right {
	display: grid;
	margin: 35px 35px 35px;
	gap: 20px;
	color: #000;
}

.arrow {
	width: 50px;
	/* height: 70px; */
	background-color: #DADFDD;
	transition: all 0.3s ease-in-out;
	border-radius: 100px;
}

.arrow {
    display: flex;
    justify-content: center; 
    align-items: center; /* Центрируем по вертикали */
    height: 100%; /* Задайте высоту, если необходимо */
}
.news_arrow {
	background: url(../img/arrow-up-right.png) no-repeat center center / cover;
    width: 25px;
    height: 25px;
	transition: 0.4s;
}

.gallery-item_news_right_1:hover {
	background-color: #DADFDD;
}

.gallery-item_news_right_1:hover .arrow {
	background-color: #21925E;
}
.userful_photo_left:hover .news_arrow {
	background: url(../img/arrow-up-right-white.png) no-repeat center center / cover;
}

.gallery-item_news_right_2 {
	box-sizing: border-box;
	display: flex;
	align-items: end;
	padding: 0px;
	max-width: 870px;
	width: 100%;
	height: 310px;
	border: 1px solid #DADFDD;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	flex: none;
	order: 0;
	flex-grow: 0;
	align-self: stretch;
	flex-grow: 1;
}

.gallery-item_news_right_2:hover {
	background-color: #DADFDD;
}

.gallery-item_news_right_2:hover .arrow {
	background-color: #21925E;
}
.gallery-item_news_right_1:hover .news_arrow {
	background: url(../img/arrow-up-right-white.png) no-repeat center center / cover;
}
.gallery-item_news_right_2:hover .news_arrow {
	background: url(../img/arrow-up-right-white.png) no-repeat center center / cover;
}

.news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	
}

.right-column {
    display: flex;
    flex-direction: column;
	margin-left: 30px;
}

.gallery-item_news_right_1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}

.gallery-item_news_right_1 p {
	max-width: 500px;
	font-family: 'HelveticaNeueCyr Roman'; 
	font-style: normal;
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
	color: #212523;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
    min-height: 70px;

}

.gallery-item_news_right_2 p {
	font-family: 'HelveticaNeueCyr Roman';
	font-style: normal;
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
	align-self: stretch;
}


.btn_main {
	display: flex;
    justify-content: space-between; 
	position: absolute;
    right: 45px;
    bottom: 35px;
}

.btn_right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	font-weight: bold;
	height: 50px;
}

.btn_right date {
	height: 22px;
    margin-left: 0;
}

.btn-img {
    margin-right: 5px;
    margin-bottom: 5px;
}

.gallery-item_news_right_2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
	cursor:pointer;
}

.text_right {
	width: 318px;
	height: 46px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
	color: #212523;
	flex: none;
	order: 0;
	flex-grow: 0;
}

.text_right p {
	width: 318px;
	height: 46px;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	/* or 23px */
	text-transform: uppercase;

	color: #212523;
	flex: none;
	order: 0;
	flex-grow: 0;
}

.footer {
    background-color: #CFCFCF;
    height: 196px;
    flex-shrink: 0; 
	padding-top: 40px;
	display: flex; 
    align-items: center; 
    justify-content: center;
    box-sizing: border-box;
}

.menu-footer {
	display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
	justify-content: flex-end;
    align-content: flex-start;
    flex-direction: row;
	margin-right: 17px;
}

.menu-footer li a {
	
	font-family: 'HelveticaNeueCyr Roman', sans-serif; 
    font-size: 18px; 
    color: inherit;
    right: 0; 
 }


 .menu-footer li {
    margin-left: 20px;
    font-size: 14px; 
}

.menu-footer a {
    text-decoration: none;
    color: #212523; 
}

/* contacts	 */
.b24-form-header {
    display: none !important;
}
.b24-form-wrapper.b24-form-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.contact-form form {
    border: none !important;
}
/* contacts */

.for_opacity_right {
    opacity: 0;
    transform: translateX(100px);
    transition: transform 1.5s, opacity 1.5s;
}
.for_opacity_left {
    opacity: 0;
    transform: translateX(-100px);
    transition: transform 1.5s, opacity 1.5s;
}

.little_string_about h2 {
    position: relative;
    font-size: 40px;
    margin-left: 0;
    margin-bottom: 0;
}

.little_string_about {
    display: flex;
    color: #000;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: center;
    transition: 0.3s;
    margin-left: 150px;
}
.highlight-bar {
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 2px;
    background-color: #21925E;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.about_company {
    max-width: 1667px;
    padding-left: 75px;
    margin-top: 20px;
}
.company_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    margin: 40px 0 75px 0;
}
.company_info_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212523;
    max-width: 570px;
    margin-right: 120px;
}
.company_info_text2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    background: url('../img/green_bg.jpg');
    max-width: 616px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 9px;
}
.company_banner {
    background: url(../img/third_china.jpg);
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.company_banner_block {
    padding: 75px 0 280px 75px;
}
.company_banner img {
    max-width: 270px;
    margin-bottom: 40px;
}
.company_banner_block p {
    font-style: italic;
    font-weight: 550;
    font-size: 40px;
    line-height: 120%;
    color: #fff;
}
.uniq_brend {
    max-width: 1620px;
    margin-left: 75px;
    padding-top: 75px;

}
.little_string_about_uniq {
    display: flex;
    color: #000;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    margin-left: 645px;
}
.little_string_about_uniq h2 {
    position: relative;
    font-size: 40px;
}
.uniq_brend_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 130px;
    margin-right: 20px;
}
.uniq_brend_block_text {
    max-width: 750px;
    margin-left: 80px;
}
.uniq_brend_block_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212523;
}
.uniq_brend_block_text img {
    margin: 35px 0;
    max-width: 140px;
}
.about_certification {
    max-width: 100%;
    margin-left: 75px;
    margin-bottom: 120px;
}
.about_certification_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 40px;
}
.about_certification_block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212523;
    max-width: 550px;
}
.about_certification_block_text {
    padding: 35px;
    border: 1px solid #21925e;
    background: url('../img/brend_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 1.7%;
}
.about_certification_block_text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212523;
    max-width: 350px;
}
.about_certification_block img {
    max-width: 640px;
}
.little_string_about_history {
    display: flex;
    color: #000;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
}
.lopal_history {
    margin-bottom: 130px;
}
.little_string_about_history h2 {
    position: relative;
    font-size: 40px;
}
.lopal_history_block {
    margin-top: 75px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 30px;
}
.lopal_history_block img {
    max-width: 620px;
}
.lopal_history_block_content {
    margin-left: 50px;
}
.history_time_line {
    display: flex;
    width: 840px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 67px;
}
.first_per, .second_per, .third_per, .fourth_per {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    color: #cfcfcf;
    cursor: pointer;
    transition: 0.3s;
}
.first_per:hover, .second_per:hover, .third_per:hover, .fourth_per:hover {
    color: rgba(33, 146, 94, 0.7);
    transition: 0.3s;
    }
.per_active {
    font-weight: 700;
    font-size: 60px;
    line-height: 110%;
    color: #21925e;
}
.history_facts_blocks {
    margin-top: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.history_facts_block:not(:last-child) {
    width: 35% !important;
}
.history_facts_block {
    width: 60%;
}
.history_fact {
    margin-bottom: 30px;
}
.history_facts_block h3 {
    margin-bottom: 30px;
}
.history_fact span {
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #21925e;
}
.history_fact p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212523;
    margin-top: 10px;
}
.active_history {
    display: flex !important;
    opacity: 0;
    transform: translateX(100px);
    transition: transform 1.5s, opacity 1.5s;
}
.hss {
    display: flex !important;
    opacity: 1;
    transform: unset !important;
    transition: unset !important;
}
.first_history, .second_history, .third_history, .fourth_history {
    display: none;
}
.map_container {
	max-width:1440px;
	margin:0 auto;
}
    .map_input {
        width: 30%;
    }
    .map_input input {
    width: 100%;
    height: 50px;
    border: unset;
    border-bottom: 2px solid #DADFDD;
    font-size: 18px;
    color: #999999;
    }
	.big_map_button {
    width: 700px;
	background: linear-gradient(89deg, #dbdbdb 0%, #f1f1f1 100%);
    height: 70px;
	}

	.search_in {
    position: absolute;
    right: 50px;
    top: 25px;
	}
.map_top_line {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
}
    .banner {
	width: 420px;
    position: absolute;
    background: #fff;
    right: 5%;
    top: 10%;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 0;
    }
    .map_area {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    }
    .map_input input[type="text"] {
        padding-left: 10px;
    }
.map_zone {
position:relative;
}
.button_check {
    color: #000;
    font-size: 15px;
    line-height: 120%;
}
.button_check_act {
 color: #fff !important;
}
.filter_link {
display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 55px;
    background: #fff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
.shops_line {
	width: max-content;
    position: absolute;
    top: 10%;
    left: 5%;
}
.filter_link_act {
    background: #21925E !important;
}
    .points {
    width: 390px;
    height: 520px;
    overflow-y: auto;
    background: #fff;
    padding: 0 0 30px 10px;
    }
.points::-webkit-scrollbar {
  width: 2px;               /* ширина scrollbar */
}
.points::-webkit-scrollbar-track {
  background: #DADFDD;        /* цвет дорожки */
}
.points::-webkit-scrollbar-thumb {
  background-color: #21925e;    /* цвет плашки */
  height: 50px;
}
.filter_bg {
	background: url(../img/shopping-bag.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
	margin-right: 7px;
}
.filter_bg_act {
background: url(../img/shopping-bag_act.svg) !important;
}
.filter_bg2 {
	background: url(../img/shopping-cart.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
	margin-right: 7px;
}
.filter_bg2_act {
background: url(../img/shopping-cart_act.svg) !important;
}
.filter_bg3 {
	background: url(../img/wrench.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
	margin-right: 7px;
}
.filter_bg3_act {
background: url(../img/wrench_act.svg) !important;
}
.filter_bg4 {
	background: url(../img/store.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
	margin-right: 7px;
}
.filter_bg4_act {
background: url(../img/store_act.svg) !important;
}
.filter_bg5 {
	background: url(../img/shopping-basket.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
	margin-right: 7px;
}
.filter_bg5_act {
background: url(../img/shopping-basket_act.svg) !important;
}
.filter_bg6 {
	background: url(../img/business.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
	margin-right: 7px;
}
.filter_bg6_act {
background: url(../img/business_act.svg) !important;
}
.shops_line_block {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    height: 580px;
	}
	.filter_link:not(:last-child) {
		margin-bottom: 15px;
	}
	.filter_link:hover {
		border: 1px solid #21925E;
	}
    .i_name {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #000;
    text-transform: uppercase;
    }
    .i_addr, .i_phone, .i_site, .i_email {
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        color: #707070;
    }
	.i_site a {
	color: #3246b2;
	}
	.items_t {
		min-height: 65px;
		margin-bottom: 20px;
	}
    #map {
        min-height: 700px;
    }
.two_top_buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.but_rozn, .but_online {
	width: 50%;
    height: 70px;
    padding-top: 3.5%;
    text-align: center;
	cursor:pointer;
}
.map_input, .online_shops,.map_zone {
display:none;
}
.map_act {
display:block;
}
.online_shops {
max-width:1440px;
margin:0 auto;
}
.online_points {
    width: max-content;
    height: max-content;
    margin-top: 40px;
    margin-bottom: 70px;
}
.points_block a {
width: 700px;
    border: 1px solid #dadfdd;
    text-align: center;
    height: 150px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
transition:0.4s;
}
.points_block a:hover {
border: 1px solid #21925e;
transition:0.4s;
}
.points_block img {
padding: 10px 0;
max-width: 240px;
}
.points_line {
display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: max-content;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.points_block {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.points_block p {
    font-size: 18px;
    line-height: 21px;
    max-width: 450px;
    font-weight: 400;
}
.desc-left2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 546px;
    width: 100%;
    flex: none;
}

.gallery-item, .gallery-item_catalog_2, .gallery-item_catalog_3 {
    margin-left: 100px;
}

.row {
    padding-inline: 175px;
}

.post-more-option >ul >li {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 200px;
}
.catalogList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    
}
.line {
    padding-inline: 75px;
    }

    .news-text_right p2 {
        max-height: 106px;
        overflow: hidden;
        text-overflow: ellipsis;
    	min-height: 75px;
    line-height: 120%;
    }
@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none}:before,:after
{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}


.catalog .cat-item img{position:absolute;top:0;left:0;width:100px;}
.catalog .cat-item span{display:inline-block;vertical-align:middle;line-height:20px}
.catalog .cat-item:hover{color:#0f4e1c}
.catalog-line{-border-top:1px solid #d8d8d8}
.catalog-row{padding:45px 0;margin:0 -15px;position:relative;}
.catalog-row:after{display:table;content:"";width:100%}
.catalog-row:before{display:block;content:"";width:1px;background-color:#e1e1e1;position:absolute;top:45px;bottom:45px;left:50%;margin-left:15px}
.btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
}
.btn-catalog:hover {
    color: #fff;
    background-color: #02c183;
}
.btn-catalog {
    background-color: #28912b;
	position: unset;
	width: 150px;
    height: 50px;
	margin: 10px auto;
}
.about h2 {
    margin: 0 0 20px;
}

/*predstavitel-v-rf*/

.pred_first_line {
	display:flex;
	margin-left:155px;
    margin-bottom: 120px;
}
.pred_first_block {
	text-align: center;
}
.pred_first_block img {
	max-width:306px;
    margin-bottom: 40px;
}
.pred_green_border {
	padding: 35px;
    border: 1px solid #21925e;
    background: url(../img/brend_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 570px;
}
.pred_second_block {
	width:53%;
}
.pred_green_border p {
	font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212523;
	text-align: left;
}
.pred_h2_info {
	display: flex;
    color: #000;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: center;
    transition: 0.3s;
    margin-left: 150px;
    margin-bottom: 30px;
}
.pred_h2_info h2 {
    position: relative;
    font-size: 40px;
    margin-left: 0;
    margin-bottom: 0;
}
.pred_second_block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212523;
	max-width: 720px;
    margin-left: 150px;
}
.pred_second_line {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 120px;
}
.pred_first_block2 {
	margin-right: 50px;
}
.pred_first_block2_text {
	margin-bottom:60px;
}
.pred_h2_info h3 {
    position: relative;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 0;
    margin-bottom: 0;
    max-width: 340px;
    line-height: 25px;
}
.pred_first_block2_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #212523;
	max-width: 550px;
    margin-left: 150px;
}
.pred_second_line_img {
	max-width:1020px;
}
.pred_third_line {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 130px;
}
.pred_third_line img {
	max-width:645px;
    margin-right: 30px;
}
.pred_green_bg_block {
	font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    background: url(../img/green_bg.jpg);
    max-width: 510px;
    background-repeat: no-repeat;
	background-position: center right;
    background-size: cover;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 35px;
}
.pred_third_blovk_text {
    margin-top: -55px;
    margin-left: -70px;
}
.pred_third_blovk_text p {
    margin-left: 150px;
    max-width: 570px;
}
.official_info_text_left {
    display: flex;
    flex-direction: column;
    max-width: 530px;
    width: 100%;
}

.official_info_text_right {
    max-width: 900px;
    width: 100%;
}

.official_info_text_left_1 {
    font-weight: bold;
    position: relative;
    margin-top: 75px;
    font-size: 36px;
    max-width: 78%;
    margin-bottom: 30px;
}

.official_info_text_right_2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    font-size: 14px;
    gap: 50px;
}

.official_info_text_right_2>div {
    text-align: center;
}

.official_info_text_right {
    font-style: italic;
}

.official_info_text_right_1 {
    color: #6e6e6e;
    margin-bottom: 40px;
    gap: 18px;
}


.official_info_text_right_2 {
    font-weight: bold;
}

.official_right_1 img {
    margin-bottom: 30px;
}

.official_right_2 img {
    margin-bottom: 30px;
}

.official_right_3 img {
    margin-bottom: 30px;
}

.official_right_4 img {
    margin-bottom: 20px;
}

.official_info_text_right {
    display: flex;
    flex-direction: column;
}

.official_info_text_right_1 {
    display: flex;
    align-items: center;
}

.official_right_4 {
    display: flex;
    align-items: flex-end;
    gap: 18px;
}

.official_info_text_right_2>div {
    align-items: flex-start;
}

.official_info_text_right_2>div>img:first-child {
    margin-right: 10px;
    max-width: 60px;
    max-height: 60px;
}

.official_info_text_right_2>div>p {
    margin: 0;
    flex: 1;
    line-height: 1.4;
}

.closing-quote-1 {
    margin-bottom: 35px;
}

.closing-quote {
    align-self: center;
    margin-top: 45px;
}

.company_info_gl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 40px 0 75px 0;
}
.official_info_img_left img {
                max-width: 70%;
            }

            .official_info_img_left {

                display: flex;
                justify-content: center;
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                max-width: 300px;
                width: 100%;

            }

            .official_info_text_left {
                max-width: 365px;

            }
            .menu {
                padding: unset;
            }
            .container {
                padding: 20px;
            }

@media screen and (min-width: 1761px) {
    .offer_mob {
      display: none;
    }
  }
@media screen and (max-width: 1760px) {

    .about_text {
        margin-left: -35px;
    }
    .little_string {
        margin-left: 5px;
    }
    .about h2{
        margin-left: 0;
    }

    .news {
    flex-wrap: unset;
}
.crumb {
    margin-left: 0;
}
	.container {
		padding-inline: 20px;
	}
	.gallery_catalog_1, .gallery_catalog_2, .gallery_catalog_3 {
		margin-left: 0;
	}
	.gallery-item_news_right_1 p {

		font-size: 16px;
}
.h1_top {
    margin-left: 0 !important;
	font-size:2em;
}
.gallery-item_news_right_2 p {
    font-size: 16px;
}
.gallery-item_news_left p {
    font-size: 16px;
}
.userful_photo_left p {
    font-size: 16px;
}
.product {
    padding: 0 20px;
    margin-top: 50px;
}
.pred_first_line {
    margin-left: 0;
}
.pred_first_block2_text p {
    margin-left: 0;
}
.pred_third_line img {
    max-width: 490px;
    margin-right: 20px;
}
.pred_third_blovk_text {
    margin-left: -130px;
}
.offer_mob {
    display: none;
}
}
@media screen and (max-width: 1700px) {
    .about_certification_block img {
        max-width: 500px;
    }
.row {
    padding-inline: 100px;
}
.offer_mob {
    display: none;
}
}
@media screen and (max-width: 1600px) {
    .post-more-option >ul >li {
        margin-left: 160px;
    }
    .gallery-item img {
        max-width: 500px;
    }

    
	.useful-full {
		margin-left: unset;
		overflow-x: auto;
		flex-wrap: nowrap;
		
	}
	.userful_photo_left {
	flex: 0 0 auto;
	}
	.userful_photo_left {
        max-width: 90%;
        width: 100%;
        margin-right: 20px;
	}
	.menu-footer li a {
		font-size: 17px;
	}
    .offer_mob {
        display: none;
    }
}

@media (min-width: 1281px) and (max-width: 1599px) {
	.gallery_catalog_1, .gallery_catalog_2, .gallery_catalog_3 {
		margin-left: unset;
	}
.row {
    padding-inline: 65px;
}
	.gallery-item:nth-child(2) {
		align-items: flex-start;
		flex-direction: column;
	}
	.about_text {
		gap: 15px;
		padding: unset;
		margin-left: 15px;
	}
	.desc-left {
		gap: 15px;
        margin-left: 0px;
    }
	.gallery_about {
		margin-right: 10px;
        height: 461px;
	}
	.userful_photo_right {
		max-width: 870px;
    	width: 870px;
		margin-inline: auto;
	}
	.userful_text_right {
		margin: 35px 35px 50px;
	}
	.news {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.news-text {
		display: grid;
        grid-template-columns: 250% 50%;
        margin-top: 20px;
        padding: 20px;
	}
	.news {
		gap: 30px;
	}

	.gallery-item_news_left {
        align-items: stretch;
        max-width: 870px;
        width: 100%;
        height: 730px;
		margin-inline: auto;	
	}
	.right-column {
		margin-inline: auto;
	}
	.userful_photo_right {
		max-width: 870px;
		width: 100%;
		align-items: flex-start
	}
    .offer_mob {
        display: none;
    }
    .menu li {
        padding: 0px !important;
        gap: 15px;
    }
}
@media screen and (max-width: 1540px) {
.uniq_brend_block img {
    max-width: 45%;
}
.uniq_brend_block_text {
    margin-left: 30px;
}
.about_certification_block img {
    max-width: 400px;
}
.lopal_history_block img {
    max-width: 490px;
}
.map_container {
    max-width: 100%;
    margin: unset;
    padding: 0 20px;
}
.banner {
    width: 390px;
    right: 1%;
    padding: 10px 0;
}
.points {
    width: 380px;
    padding: 0 0 10px 15px;
}
.shops_line {
    left: 4%;
}
.map_input {
    width: 35%;
}
.not_row {
    margin-left: 100px;
    /* justify-content: space-between; */
    max-width: 70%;
}
.but_box {
    right: 7%;
}
.product-photo {
    width: 47%;
}
.product_top_text {
    width: 51%;
}
.contact_line {
    margin-left: 0;
}
.card_info {
    margin-left: 0 !important;
}
.card_info_line {
    width: 33px !important;
}
.pred_first_line {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 50px;
}
.pred_second_block {
    width: 100%;
}
.pred_second_block p {
    max-width: 100%;
    margin-left: 0;
}
.pred_first_block img {
    margin-top: 30px;
}
.pred_second_line {
    flex-direction: column;
}
.pred_h2_info h3 {
    max-width: 100%;
}
.pred_first_block2_text p {
    max-width: 100%;
}
.pred_second_line_img {
    max-width: 100%;
}
.pred_third_line {
    flex-direction: column-reverse;
	padding-inline: 20px;
	align-items: center;
}
.pred_third_blovk_text {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 60px;
}
.pred_third_blovk_text p {
    margin-left: 0;
    max-width: 100%;
}
.pred_green_bg_block {
    margin-bottom: 50px;
}
.pred_third_line img {
        max-width: 100%;
        margin-right: 0;
}
.offer_mob {
    display: none;
}
}
@media screen and (max-width: 1510px) {
.offer {
    margin-left: 65px;
	}
.offer p {
        font-size: 50px;
        line-height: 55px;

        max-width: 620px;
}
/*.header {
    height: 580px !important;
}*/
.offer_mob {
    display: none;
}
}
@media screen and (max-width: 1400px) {
    .about_company {
        max-width: 100%;
        padding: 0 20px;
    }
    .company_info_text {
        margin-right: 25px;
    }
    .uniq_brend {
        max-width: 100%;
        margin-left: 0;
        padding-top: 75px;
        padding: 40px 20px 0 20px;
    }
    .little_string_about_uniq {
        justify-content: flex-start;
        margin-left: 155px;
    }
    .about_certification {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 60px;
        padding: 0 20px;
    }
    .about_certification_block_text {
        padding: 20px;
    }
    .about_certification_block p {
        max-width: 350px;
    }
    .little_string_about_history {
        justify-content: flex-start;
        margin-left: 175px;
    }
    .lopal_history_block {
        margin-top: 40px;
        flex-direction: column;
        justify-content: flex-start;
        margin-right: 0;
        padding: 0 20px;
    }
    .lopal_history_block img {
        max-width: 100%;
        margin-bottom: 35px;
    }
    .lopal_history_block_content {
        margin-left: 0;
    }
.smart-filter {
    padding: 20px;
}
.main_card_img {
    width: 380px;
    height: 380px;
    margin-right: 20px;
}
.main_product_photo {
    height: 360px;
}
.fasovka_varint a {
    height: 180px;
}
.fasovka_varint img {
    height: 165px;
}
.cont_img {
    max-width: 444px !important;
}
.online_shops {
    padding: 0 20px;
}
.points_block {
    justify-content: flex-start;
	}
.points_block p {
    max-width: 27%;
}
.offer_mob {
    display: none;
}
}
@media screen and (max-width: 1280px) {
    .catalog-item {
        padding: 0px 5px;
    }
    .post-more-option >ul >li {
        margin-left: 50px;
    }
	.row {
        padding-inline: 0px;
    }
    .news h2 {
        margin-left: 45px;
    }
	.highlight-bar {
		width: 100px;
	}
	h2 {
		margin-left: 165px;
	}
	.gallery_catalog_1, .gallery_catalog_2, .gallery_catalog_3 {
		display: grid;
		gap: 30px;
		padding: 15px;
		margin-left: 0px;
		cursor: pointer;
	}
	.gallery-item:nth-child(2) {
		align-items: center;
		flex-direction: column;
	}

	.gallery-item:nth-child(3), .gallery-item:nth-child(4) {
		justify-content: space-around;
	}
	.about_text {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        padding: 28px;
    }
	.desc-left {
		gap: 11px;
		max-width: 480px;
		width: 100%;
		margin-left: -115px;
	}

	.gallery_about {
		margin-right: 0px;
		height: 490px;
	}
	.useful-full {
		margin-left: 15px;
	}
	
	.news {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.news-text {
		display: grid;
        grid-template-columns: 250% 50%;
        margin-top: 20px;
        padding: 20px;
	}

	.news {
		gap: 30px;
	}

	.gallery-item_news_left {
        align-items: stretch;
        max-width: 870px;
        width: 100%;
        height: 730px;
		margin-inline: auto;	
	}

	.right-column {
		margin-inline: auto;
	}

	.userful_photo_right {
		max-width: 870px;
		width: 100%;
		align-items: flex-start
	}
	.menu {
		margin-right: 0;
	}
	.container {
        padding-inline: 0px;
		padding: 0 20px;
    }
	.offer {
        margin-left: 25px;
		font-size: 57px;
        line-height: 100%;
    }
	.gallery_catalog_1, .gallery_catalog_2, .gallery_catalog_3 {
        padding: 0;
    }
	.highlight-bar {
		left: -110px;
		width: 66px;
	}
	h2 {
        margin-left: 95px;
    }
	.desc-left {
        margin-left: 0;
    }
	.about_text {
        padding: 0;
    }
	.gallery_about {
        margin-left: 0;
    }
	.useful-full {
        margin-left: 0;
    }
	.gallery-item_news_left {
        margin-inline: unset;
    }
	.right-column {
        margin-inline: unset;
    }
	.menu-footer li {
		font-size: 14px;
		margin-left: 8px;
	}
	.menu-footer li a {
		font-size: 14px;
	}
	.menu-footer {
		margin-right: 0;
	}
	.menu li {
		font-size: 16px;
	}
	/* .menu {
		gap: 20px;
	} */
    .offer {
        margin-top: 12%;
    }
	.logo {
		margin-right: 15px;
	}
    .not_row {
        margin-left: 0;
        max-width: 90%;
    }
.but_box {
        right: 0%;
    }
.block_section {
    padding-inline: 20px;
}
.post-photo {
    width: 250px;
}
.btn_useful2 p {
    font-size: 15px;
}
.photo_and_fas {
    flex-direction: column;
    align-items: flex-start;
}
.fasovka_varint {
    flex-direction: row;
    max-width: 100%;
    margin-top: 30px;
	justify-content: flex-start;
}
.fasovka_varint a {
    width: 49%;
    }
	.fasovka_varint a:not(:last-child){
margin-right: 10px;
}
.main_card_img {
	width: 100%;
	height: 380px;
	margin-right: 20px;
    }
    .news h2 {
        margin-left: 43px;
    }
    .news {
        margin-left: 50px;
        margin-top: 20px;
    }
    .gallery_catalog_1:first-of-type {
        margin-top: 20px;
    }
    .poleznoe-container {
        margin-left: 0px !important;
    }
    .offer_mob {
        display: none;
    }
    .official_info_text_left_1 {
        max-width: unset;
    }

    .official_info_text_left {
        max-width: unset;
    }

    .company_info_gl {
        flex-direction: column;
        gap: 40px;
    }

}

@media (min-width: 960px) and (max-width: 1279px) {

    .line {
        padding-inline: 15px;
        }
.post-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
	}
    .post-anons {
        height: 238px;
    }
    .post-photo {
        width: 190px;
        }
        .post-more-option >ul >li {
            margin-left: -35px;
        }
	.menu {
		margin-left: 0px;
    }
	.offer {
		max-width: unset;
        width: unset;
        margin-top: 200px;
        font-size: 60px;
        line-height: 110%;
	}
	.about_text {
		display: flex;
		flex-direction: column;
	}
	.desc-left {
		display: flex;
	    flex-direction: column;
		max-width: 900px;
		width: 100%;
        margin-left: 38px;
	}
	.gallery_about {
	    display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-content: space-around;
        flex-wrap: nowrap;
        flex-direction: column;
        margin-left: 38px;
		height: 600px;
	}
	.userful_text_left {
		gap: 15px;
	}
	.userful_photo_right {
		max-width: 810px;
		width: 100%;
		margin-inline: auto;
	}
.desc-left2 {
    max-width: 350px;
}
.cont_img {
        max-width: 310px !important;
    }
    .header {
        background: url(../img/green_bg.jpg) no-repeat center center / cover;
        background-repeat: no-repeat !important;
        background-attachment: fixed !important;   
    }
    .header-slider-container .owl-carousel img {
        margin-top: 100px;
    }
    
}
@media screen and (max-width: 1200px) {
    .news {
        margin-left: 54px;
    }
.points_block {
    flex-direction: column;
    align-items: flex-start;
}
.points_block p {
        max-width: 100%;
        margin-top: 20px;
    }
.points_block a {
    width: 100%;
	}
.online_points {
    max-width: 700px;
}
.offer_mob {
    display: none;
}
}
@media screen and (max-width: 1100px) {
.company_info {
    flex-direction: column;
    align-items: flex-start;
}
.company_info_text {
    margin-bottom: 40px;
    max-width: 100%;
}
.uniq_brend_block {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-bottom: 70px;
    margin-right: 0;
}
.uniq_brend_block img {
    max-width: 100%;
    margin-bottom: 30px;
}
.uniq_brend_block_text {
    margin-left: 0;
}
.about_certification_block {
    flex-direction: column;
    justify-content: flex-start;
}
.about_certification_block p {
    max-width: 100%;
}
.about_certification_block_text {
    padding: 35px;
    margin: 30px 0;
}
.about_certification_block img {
    max-width: 100%;
}
.history_time_line {
    width: 100%;
}
.per_active {
    font-size: 45px !important;
}
.first_per, .second_per, .third_per, .fourth_per {
    font-size: 30px;
}
    .banner {
        width: 100%;
        right: unset;
        padding: 30px 0;
		position: relative;
    }
    .points {
        width: 100%;
    }
.map_input input {
    font-size: 15px;
}
    .map_input {
        width: 40%;
    }
.shops_line_block {
    height: 470px;
}
.contact_line {
    flex-direction: column;
}
.about_text2 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
}
    .cont_img {
        max-width: 500px !important;
        margin-bottom: 40px;
    }
.contact-form {
    width: 100%;
}
.b24-form-padding-side {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
.b24-form-wrapper {
    margin: 0 !important;
}

.offer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
	.offer {
	margin-top: 100px;
	margin-left: 25px;
}
.offer p {
    margin-bottom: 15px;
    font-size: 45px;
    line-height: 50px;
    margin-top: 55px;
    }
    .offer_mob {
        display: none;
    }
}
@media (min-width: 720px) and (max-width: 959px) {
    .block_section {
        padding-top: 260px;
    }
    .post-anons {
        height: 242px;
    }
	.container{
		padding-inline: 15px;
	}
}

@media screen and (max-width: 980px) {
    
.block_filter {
        height: 870px;
    }
.post-content {
    margin-left: 50px;
}
       .line {
        flex-direction: colum;
    }

    .offer p {
        margin-left: 0;
    }
    .offer {
        max-width: 500px;
    }
    .little_string {
        margin-left: 50px;
    }
    .about h2 {
        margin-left: -51px;
    }
    .news h2 {
        margin-left: 3px;
    }
   
	/* mobile menu */
   /*  .header {
        height: 515px !important;
    } */
.menu-triger {
	background: #fff;
	padding: 10px;
	border-radius: 36px;
	display: block;
}
	.search_desc {
display:none;
}
	.for_line_search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.input-search-act {
    width: 240px !important;
    border-bottom: 1px solid #fff;
transition: none !important;
    padding-right: 0 !important;
}
.input-search {
    height: 40px;
transition: none !important;
    padding-right: 0 !important;
	}
.lab {
    display: block;
	}
	.for_line_search form {
position:relative;
}
.for_line_search label input, .for_line_search label button {
    opacity: 0;
}
	.search_mob {
display:block;
}

.input-search::placeholder{
  color:#fff;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}
.menu-triger-in {
	background: url('../img/menu.png') center no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
}	
.menu-close {
	background: #fff;
	padding: 10px;
	border-radius: 36px;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-close-in {
	background: url('../img/close.png') center no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	display: block;
}
.menu-popup {
    background: #21925E;
	display: none;
	position: absolute;
	right: -110%;
	top: 0;
	width: 85%;
    height: 100vh;
	box-sizing: border-box;
	padding: 10px;
	z-index: 9999;	
    position: fixed;
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 20px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}
.body_pointer {
	cursor: pointer;
}
	.main_menu {
margin-top: 100px !important;
}
.menu {
	flex-direction: column;
	align-content: center;
}
.header {
    height: max-content;
    background-attachment: unset;
}
/* mobile menu */
.offer {
    width: unset;
	margin-top: 180px;
    padding-bottom: 100px;
}
.header {
    background: url(../img/green_bg.jpg) no-repeat center center / cover;
	background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    height: 450px !important;

}
.header-slider-container .owl-carousel img {
    margin-top: 100px;
}
.offer p {
    margin-top: -25px;
    font-size: 32px;
    line-height: 36px;
	font-weight: 700;
}
.catalog h2 {
    font-size: 20px;
    font-weight: 700;
}
.gallery-item img {
    max-width: 100%;
}
.footer_2 {
    flex-direction: column;
}
.anons_text {
    min-height: 100px !important;
}
.news-text {
	display: block;
	margin-right: 0;
}
.userful_text_left {
    display: block;
    margin: 35px 18px 35px;
    gap: 20px;
}
.userful_photo_left {
    flex-direction: column;
	height: 490px;
}
.userful_photo_left:hover {
    width: unset;
}
.about {
    margin-top: 40px;
    margin-right: 0;
	margin-bottom: 40px;
}
.highlight-bar {
	width: 33px;
	left: -50px;
}

h2 {
	margin-left: 50px;
}
.about h2 {
    font-size: 20px;
}
.highlight {
    font-size: 40px;
}
.about_text {
	flex-direction: column;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
}
.gallery_about {
	height: max-content;
    width: 100%;
}
.menu-footer {
    justify-content: flex-start;
	}
.useful h2 {
    font-size: 20px;
}
.useful {
    margin-bottom: 40px;
}
.little_string {
    align-items: unset;
}
	.news-text_right p2 {
font-size: 16px;
}
.userful_photo_left p {
	font-size: 16px;
}
.gallery-item_news_right_1 {
    flex-direction: column;
	height: 550px;
	max-width: 90%;
	width: 100%;
	margin-right: 20px;
}
.gallery-item_news_left {
	height: 550px;
}
.news-text p {
	margin-bottom: 15px;
} 
.gallery-item_news_left date {
    align-items: flex-start;
    padding-top: 65px;
}
.news h2 {
    font-size: 20px;
}
.news {
	margin-top: 0;
	flex-wrap: nowrap;
}
.gallery-item_news_left p {
	font-size: 14px;
}
.right-column {
	overflow-x: auto;
	flex-wrap: nowrap;
	flex-direction: unset;
}
.news-text_right {
    margin: 35px 18px 35px;
    color: #000;
}
.gallery-item_news_left {
	display: none;
}
.footer_logo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
}
.footer {
    height: max-content;
}
.menu-footer li a {
	font-size: 15px;
}
	.footer-left_2 p {
    line-height: 24px;
}
.menu-footer {
	flex-direction: column;
	height: 220px;
}
.menu-footer li {
	font-size: 15px;
	margin-left: 0;
	margin-bottom: 15px;
	margin-right: 70px;
}
.footer-right {
    margin-top: 50px;
}
.footer-right_2 {
    display: flex;
    justify-content: flex-start;
    margin-right: 0;
    padding: 20px 0px;
    flex-direction: column;
}
.footer-right_2 a {
    margin-right: 0;
    margin-bottom: 10px;
}
.news {
	margin-bottom: 30px !important;
}
.map_top_line {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
    .big_map_button {
        width: 100%;
        margin-bottom: 30px;
    }
    .map_input {
        width: 100%;
    }
    .map_input input {
        font-size: 18px;
    }
.search_in {
    right: 85px;
}
.points_line {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}
.online_points {
    margin: 0 auto;
        width: 100%;
}
.points_block a {
    width: 100%;
    margin-right: 0;
}
	.points_block {
margin-bottom: 40px;
}
.not_row {
    flex-direction: column;
    margin-left: 0;
    max-width: 100%;
}
.block_filter {
    height: 620px;
}
.post {
    flex-direction: column;
}
	.item_active {
	display: block;
    width: 100%;
}
.post-photo {
        width: 100%;
    }
.content_block {
    flex-direction: column;
    padding: 20px 10px;
}
	.post-content2 {
    width: 100%;
}
.post-more {
    align-content: flex-end;
    height: 50px;
}
.post-more-option {
    margin-right: 15px;
}
.product-head {
    flex-direction: column;
}
.product-photo {
    position: relative;
    top: 0;
    width: 100%;
}
.product_top_text {
	width: 100%;
	margin-top: 40px;
}
.pred_h2_info {
    margin-left: 60px;
}
    .menu-footer li {
        margin-right: 30px;
    }
	.nav {
	padding-top: 3%;
}
}
@media screen and (max-width: 770px) {
    .menu-footer li a {
        font-size: 10px;
    }
	.footer-left_2 {
    	padding: 0px 0px;
	}

    .highlight-bar {
        width: 33px;
        left: -50px;
    }
    .little_string_about h2 {
        font-size: 24px;
    }
    .little_string_about {
        margin-left: 50px;
    }
    .company_info {
        margin: 20px 0 40px 0;
    }
    .company_info_text2 {
        font-weight: 600;
        font-size: 16px;
        line-height: 117%;
        padding: 15px;
    }
    .company_banner_block {
        padding: 20px 0 50px 20px;
    }
    .little_string_about_uniq h2 {
        font-size: 24px;
    }
    .little_string_about_uniq {
        margin-left: 0;
    }
    .about_certification_block_text {
        padding: 20px;
    }
    .uniq_brend_block {
        margin-bottom: 40px;
        margin-top: 0;
    }
    .little_string_about_history h2 {
        font-size: 24px;
    }
    .little_string_about_history {
        justify-content: flex-start;
        margin-left: 20px;
    }
    .lopal_history_block {
        margin-top: 0;
    }
    .first_per, .second_per, .third_per, .fourth_per {
        font-size: 16px;
    }
    .per_active {
        font-size: 18px !important;
    }
    .history_facts_blocks {
        margin-top: 15px;
        flex-direction: column;
        justify-content: flex-start;
    }
    .history_facts_block:not(:last-child) {
        width: 100% !important;
    }
    .history_facts_block {
        width: 100%;
    }
.for_opacity_right {
    opacity: 0;
    transform: translateX(0) !important;
    transition: transform 1.5s, opacity 1.5s;
}
.for_opacity_left {
    opacity: 0;
    transform: translateX(0) !important;
    transition: transform 1.5s, opacity 1.5s;
}
.two_top_buttons {
    font-size: 16px;
}
.but_rozn, .but_online {
    height: 47px;
}
.big_map_button {
    height: 47px;
}
#d_input {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
}
    .search_in {
        right: 2%;
        bottom: 15%;
        top: unset;
    }
.banner {
        display: none;
    }
.shops_line {
        position: relative;
        top: unset;
        left: unset;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
}
    .shops_line_block {
        height: 404px;
    }
.about {
    margin-left: 0;
}
.product-anons h1 {
    font-size: 28px;
    line-height: 104%;
    margin-bottom: 20px;
}
.icon_top {
    max-width: 50px;
}
.icon_top p {
    font-size: 13px;
    margin-bottom: 40px;
}
.card_info_line {
    width: 33px;
}
.product-body-dop {
    margin-bottom: 50px;
}
.product-body {
    margin-bottom: 40px;
    line-height: 22px;
}
.h1_top {
    margin-top: 85px !important;
}
.block_filter {
        height: 610px;
    }
.about_certification_block {
    margin-top: 18px;
}
    .about_certification {
        margin-bottom: 40px;
    }
.b24-form-control-icon-after .b24-form-control, .b24-form-control-icon-after .b24-form-control-label {
    border-radius: 0 !important;
}
.cont_mobile {
padding-top:20px;
font-weight: bold;

}
.about2 {
    margin: 30px auto 0px auto !important;
}
    .anons_text {
        min-height: 70px !important;
    }
.header {
    background: url(../img/green_bg.jpg) no-repeat center center / cover;
	background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    height: 405px !important;
}

.font_bold {
    font-size: 16px !important;
}
.gallery-item, .gallery-item_catalog_2, .gallery-item_catalog_3 {
    margin-left: 30px;
}
h2 {
	margin-left: -20px;
}
.news h2 {
    margin-left: -75px;
}
.right-column {
    margin-left: -107px;
}
.about h2 {
    margin-left: -23px;
}
.offer p {
    margin-left: 0;
}
.menu-footer {
    flex-direction: column;
    height: 100px;
}
.menu2 {
    gap: 5px;
}
.pred_h2_info h2 {
    font-size: 30px;
}
.pred_first_line {
    margin-bottom: 60px;
}
.pred_h2_info h3 {
    font-size: 15px;
    line-height: 21px;
}
.pred_first_block2 {
    margin-right: 0;
}
.pred_second_line {
    margin-bottom: 60px;
}
.pred_second_block p {
    font-size: 16px;
	}
.pred_green_border p {
    font-size: 16px;
}
.pred_first_block2_text p {
    font-size: 16px;
}
.pred_third_blovk_text p {
        font-size: 16px;
        line-height: 120%;
}
.pred_green_bg_block {
    font-size: 16px;
}
/* 
    .offer_mob {
    display: unset;
    }
    .offer_mob {
        width: unset;
        margin-top: 180px;
        padding-bottom: 100px;
    }
    .offer_mob p {
		font-size: 28px;
        line-height: 31px;
        font-weight: 700;
        max-width: 500px;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .company_info_text2 {
        font-weight: 600;
        font-size: 19px;
        line-height: 117%;
        padding: 15px;
    } */
    /* .header {
        height: 280px !important;
    
    } */
    .header-slider-container .owl-carousel img {
        margin-top: 65px;
    }
    .offer p {
        font-size: 24px;
        line-height: 30px;
        max-width: 310px;
    }
    .offer {
        margin-top: 110px;
        line-height: 50%;
    }
    .official_info_text_right_2 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 480px) {
    .h1_top {
        margin-top: 20px !important;
        font-size: 28px;
    }
    .menu-footer li a {
        font-size: 10px;
    }
	.line {
		padding-inline: 10px;
	}

	.post-title {
    font-size: 16px;
    line-height: 18px;
	}
    .post-content {
        margin-left: 20px;
    }
    .post-anons {
        height: auto;
    }
    .post-more {
        height: 15px;
    }
	.footer-left_2 {
    	padding: 0px 0px;
	}
    .post-more-option >ul >li {
        margin: auto;
    }
    .block_filter {
        height: 100%;
    }
.news-single-date {
	margin-left: 20px;
	margin-right: 20px;
}
.articles {
	margin-left: 20px;
	margin-right: 20px;
}
    .fasovka_varint a {
        width: 24%;
        height: auto;
        padding: 5px;
    }
    .fasovka_varint img {
		height: auto;
        max-height: 96px;
    }
.catalog-item {
    float: none;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 40px;
    border-top: 1px solid #d8d8d8;
}
    .post-content {
        margin-left: 0 !important;
    }
.catalog-row:before {
    display: none;
}
.catalog-row {
    padding: 0 !important;
    margin: 0 !important;
}
	.post-more-option ul {
    padding: 0;
}
.block_section {
        padding-inline: 10px;
    }
.gr_fas {
    padding: 4px 5px;
    top: 10px;
    right: 10px;
}
    .company_info_text2 {
        font-size: 14px;
    }
.breadcrumbs {
    padding-top: 0px;
	margin-bottom: 0;
}
.crumb-item {
    font-size: 11px;
    line-height: 14px !important;
}
.crumb-item:not(:last-child):after {
    padding: 0 1px 0px 0px;
}
.for_catalog {
    font-size: 28px;
}

.post-photo img {
    max-height: 90%;
}
.post-photo:before {
    padding-bottom: 70%;
}

    .block_filter {
        width: 100%;
    }
    .smart-filter {
        padding: 10px;
    }
.smart-filter-section .row {
    width: 100% !important;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
.smart-filter-parameters-box {
    margin-bottom: 30px;
    width: 140px;
    margin-right: 25px;
}
.smart-filter-angle {
    display: none;
}
.smart-filter-button-box .smart-filter-parameters-box-container {
flex-direction: row;
}
	#set_filter {
margin-right: 20px;
}
.news-text_right p2 {
 max-height: 250px;
 min-height: 220px;
}
.right-column img {
 max-width: 100%;
 height: 275px;
 width: 100%;
}
 .news-text_right {
 margin: 15px 18px 25px;
    }
.gallery-item_news_right_1 {
 justify-content: space-between;
 height: max-content;
}
 .gallery-item_news_right_1 p {
 min-height: 84px;
    }

    .offer p {
        font-size: 15px;
        margin-bottom: -15px;
        margin-top: -50px;
        max-width: 250px;
        line-height: 20px;
    }
    .company_info_text2 {
        padding: 8px;
        font-size: 11px;
    }

 .offer {
    margin-top: 150px;
    line-height: unset;
}
.header {
    height: 130px !important;
}
.particle-overlay {
display: none;
        }
        .owl-carousel.owl-loaded {
            display: none !important;
        }
.section {
    margin-bottom: 40px;
}

}

@media screen and (max-width: 320px) {
    .company_banner_block p {
        font-size: 35px;
    }
    .block_filter {
        height: 900px;
    }

.line {
    padding-inline: 10px;
}
.post-title {
    font-size: 15px;
    line-height: 17px;
}
.post-anons {
    line-height: 18px;
    height: 235px;
}
    .post-content {
        margin-left: 5px;
    }
    .post-more {
        height: 15px;
    }
    .menu-footer li {
        font-size: 10px;
        margin-left: -5px;
        margin-bottom: 11px;
        margin-right: 22px;
    }
	.footer-left_2 {
    	padding: 0px 0px;
	}
    .cathead p {
        max-width: 150px;
    }
    .offer p {
        font-size: 15px;
        margin-bottom: -20px;
        margin-top: -50px;
        max-width: 250px;
        line-height: 18px;
    }
    .header {
        height: 215px !important;
    }
}
/*HEADER*/

.car_number {
    width: auto;
    height: 35px;
    position: relative;
    margin-right: 15px;
}
.vin_number {
    width: 500px;
    height: 35px;
    margin-right: 15px;
}
.car_number_img {
    height: inherit;
    position: relative;
    z-index: 1;
}
.car_number_img svg {
    display: block;
    position: relative;
    width: 156px;
    /*max-width: 100%;*/
    height: inherit;
}
.car_number_input {
    position: absolute;
    top: 0;
    left: 0;
    width: 156px;
    height: 35px;
    z-index: 1;
}
.car_number_input_in0 {
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    color: #000;
    height: 100%;
    padding: 0 0 0 10px !important;
    border-radius: 3px !important;
    background: #fff !important;
    border: 1.5px solid #000 !important;
}
.car_number_input_in1 {
    position: absolute;
    left: 15px;
    top: 5px;
    width: 90px;
    font-size: 20px;
    letter-spacing: 3px;
    display: block;
    color: #000;
    padding: 0 !important;
    text-transform: uppercase;
    border: none !important;
    background: unset !important;
}
.car_number_input_in2 {
    position: absolute;
    right: 0px;
    top: 3px;
    width: 36px;
    text-transform: uppercase;
    font-size: 17px;
    display: block;
    color: #000;
    padding: 0 !important;
    border: none !important;
    background: unset !important;
}
.vin_number_line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-left: -145px;
}
.search_sub {
    display: flex;
    width: 120px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    font-size: 16px;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
}
.search_sub img {
    height: 22px;
}
@media screen and (max-width: 1100px) {
    .vin_number {
        width: 380px;
    }
}
@media screen and (max-width: 840px) {
    .vin_number_line {
        margin-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .vin_number_line {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 736px) {
    .vin_number {
        width: 100%;
        margin-bottom: 5px;
    }
    .vin_number_line {
        flex-wrap: wrap;
    }
.p_car_info_left2 img {
    padding: 20px;
}
.p_car_info_left2 {
    width: 100%;
margin-bottom: 20px;
}
}