body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #000;
	background: rgba(49, 52, 55, 1);
	position: relative;

}

.for_pd {
	padding: 80px 0 0 0;
}

.container {
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 15px;
}

.catalog_block {
	padding: 30px 0 30px 0;
}

.search_blc {
	margin: 0 0 15px 0;
}

.search_blc form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	z-index: 9005;
}

.inpt_search {
	width: 85%;
	position: relative;
}

.inpt_search input {
	display: block;
	width: 100%;
	background: #fff;
	padding: 8px 30px 8px 50px;
	font-family: "Montserrat", sans-serif;
	color: rgba(50, 52, 56, 1);
	font-size: 12px;
	font-weight: 400;
	border-radius: 6px;
	border: none;
}

.inpt_search::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/srch_ic.svg) center no-repeat;
	position: absolute;
	top: 6px;
	left: 20px;
}

.btn1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 154px;
	padding: 8px 10px;
	border-radius: 6px;
	background: rgba(159, 176, 10, 1);
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	border: none;
	color: #fff;
	text-decoration: none;
	transition: all .3s;
}

.btn1:hover {
	background: #c2d915;
}

.filtr_blc {
	margin: 0 0 100px 0;
}

.filtr_blc_in {
	display: flex;
	justify-content: left !important;
	align-items: flex-end;
	padding: 15px 15px 15px 15px;
	border-radius: 6px;
	background: rgba(159, 176, 10, 1);
	gap: 1.5%;
}

.choose_check {
	position: relative;
}

.choose_check1 {
	width: 195px;
}

.choose_check2 {
	width: 156px;
}

.choose_check3 {
	width: 240px;
}

.choose_check_head {
	border-radius: 5px;
	background: rgba(243, 243, 243, 1);
	padding: 8px 25px 8px 13px;
	color: rgba(50, 52, 56, 1);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	cursor: pointer;
}

.choose_check_head span {
	color: rgba(50, 52, 56, 1);
}

.choose_check_head::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/arr_ic1.svg) center no-repeat;
	position: absolute;
	top: 11px;
	right: 14px;
}

.choose_check_body {
	display: none;
	width: 100%;
	position: absolute;
	top: 28px;
	left: 0;
	background: rgba(243, 243, 243, 1);
	border-radius: 0 0 5px 5px;
	padding: 0 13px 5px;
}

.inpt_check {
	border-bottom: 1px solid rgba(213, 211, 211, 1);
}

.inpt_check:last-child {
	border: none;
}

.inpt_check input {
	display: none;
	position: absolute;
	z-index: -5;
}

.inpt_check label {
	display: block;
	font-size: 12px;
	color: rgba(181, 181, 181, 1);
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	padding: 7px 0;
	cursor: pointer;
	position: relative;
	transition: all .3s;
}

.inpt_check label::before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border-radius: 1px;
	background: rgba(217, 217, 217, 1);
	position: absolute;
	top: 9px;
	right: 0;
	z-index: 1;
	transition: all .3s;
}

.inpt_check label::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	background: url(../img/check_ic.svg) center no-repeat;
	position: absolute;
	top: 9px;
	right: 0;
	z-index: 2;
	transition: all .3s;
	opacity: 0;
}

.inpt_check input:checked+label {
	color: rgba(50, 52, 56, 1);
}

.inpt_check input:checked+label::before {
	border: 1px solid rgba(159, 176, 10, 1);
	background: #fff;
}

.inpt_check input:checked+label::after {
	border-color: rgba(159, 176, 10, 1);
	opacity: 1;
}

.list {
	display: none;
	border: 1px solid;
	width: 300px;
}

.inpt_filtr {
	position: relative;
}

.inpt_filtr1 {
	width: 212px;
}

.inpt_filtr2 {
	width: 134px;
}

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

.inpt_filtr_txt {
	font-size: 10px;
	color: rgba(50, 52, 56, 1);
	margin: 0 0 4px 0;
}

.inpt_filtr_in {
	width: 48%;
	position: relative;
}

.inpt_filtr2 .inpt_filtr_in {
	width: 47.5%;
}

.inpt_filtr_in span {
	display: inline-block;
	color: rgba(181, 181, 181, 1);
	font-size: 10px;
	position: absolute;
	top: 10px;
	left: 6px;
}

.inpt_filtr_in input {
	display: block;
	width: 100%;
	background: #fff;
	padding: 8px 6px 8px 22px;
	font-family: "Montserrat", sans-serif;
	color: rgba(50, 52, 56, 1);
	font-size: 12px;
	font-weight: 400;
	border-radius: 6px;
	border: none;
}

.flex_result {
	display: flex;
	justify-content: flex-end;
	padding: 20px 0 0 0;
}

.flex_result_txt {
	font-size: 12px;
	color: #fff;
	margin: 0 25px 0 0;
}

.flex_result_txt span {
	color: rgba(159, 176, 10, 1);
}

.flex_result_btn {
	display: inline-block;
	background: transparent;
	border: none;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	text-align: left;
	color: rgba(159, 176, 10, 1);
}

.catalog_show {
	margin: 0 -7px;
}

.catalog_show_flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 0 10px 0;
}

.catalog_show_flex_in {
	width: 23.8%;
	background: #fff;
	border-radius: 7px;
	margin: 0 7px 20px;
}

.catalog_show_flex_in_slide {
	border-radius: 6px 6px 0px 0px;
	overflow: hidden;

}

.catalog_show_flex_in_slide_parent {
	position: relative;
}

.catalog_show_flex_in_slide_img a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.catalog_show_flex_in_slide_img a::after {
	content: "";
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../img/zoom_ic.svg) center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0px 0 -11px;
	opacity: 0;
	transition: all .3s;
}

.fancybox-image {
	border-radius: 20px;
	overflow: hidden;
}

.catalog_show_flex_in_slide_img:hover a::after {
	opacity: 1;
}

.catalog_show_flex_in_slide_img img {
	display: block;
	width: 100%;
	height: auto;
}

.slides-numbers {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 10;
}

.slides-numbers span {
	font-size: 12px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

.slick-prev,
.slick-next {
	width: 17px;
	height: 17px;
	background: #fff !important;
	border-radius: 50%;
	z-index: 10;
	display: block;
}

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

.slick-prev:before,
.slick-next:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
}

.slick-prev:before {
	background: url(../img/arr_prev.svg) 6px 4px no-repeat;
	background-size: 5px;
}

.slick-next:before {
	background: url(../img/arr_next.svg) 6px 4px no-repeat;
	background-size: 5px;
}

.catalog_show_flex_in_txt {
	border-radius: 0 0 6px 6px;
	background: #fff;
	padding: 15px 20px;
	min-height: 279px;
}

.flex_result_btn span {
	font-size: 14px;
	display: block;
}

.flex_result a {
	text-decoration: none;
}

.catalog_show_flex_in_txtin1 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin: 0 0 10px 0;
}

.catalog_show_flex_in_txtin2 {
	padding: 0 0 10px 0;
}

.catalog_show_flex_in_txtin2 p {
	border-radius: 6px;
	background: rgba(217, 217, 217, 1);
	display: inline-block;
	padding: 4px 8px;
	margin: 0 0 5px 0;
	font-size: 10px;
	color: rgba(50, 52, 56, 1);
}

.catalog_show_flex_in_txtin3 {
	margin: 0 0 15px 0;
}

.catalog_show_flex_in_txtin3 p {
	font-size: 12px;
	margin: 0 0 7px 0;
}

.catalog_show_flex_in_txtin3 p span {
	color: #B5B5B5;
}

.catalog_show_flex_in_txtin4 {
	color: rgba(159, 176, 10, 1);
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 15px 0;
}

.catalog_show_flex_in_txt .btn1 {
	width: 100%;
}

.form_catalog {
	border-radius: 6px;
	background: rgba(159, 176, 10, 1) url(../img/form_bg.png) right 0px no-repeat;
	background-size: cover;
	padding: 17px 35px;
	margin: 0 0 30px 0;
}

.form_catalog_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.form_catalog_flex_txt {
	max-width: 375px;
	margin: 0 50px 0 0;
}

.heading {
	font-size: 21px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.form_catalog_flex_txt p {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}

.form_catalog_flex_form {
	width: 213px;
	flex-shrink: 0;
}

.form_catalog_flex_form .inpt_filtr_in {
	width: 100%;
	margin: 0 0 7px 0;
}

.form_catalog_flex_form .btn1 {
	width: 100%;
	background: rgba(49, 52, 55, 1);
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.btn2 {
	width: 268px;
	margin: 0 auto;
}

/* ========== */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 9999;
	transition: all .3s;
}

.header_cs {
	background: rgba(0, 0, 0, 1);
}

.header_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.header_flex_left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.logo {
	display: block;
	width: 108px;
	height: 52px;
	background: url(../img/logo.png) center no-repeat;
	background-size: contain;
	margin: 0 50px 0 0;
}

.menu_in {
	display: flex;
	justify-content: flex-start;
}

.menu_in p {
	margin: 0 10px;
	font-size: 12px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.menu_in p a {
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	transition: all .3s;
}

.menu_in p a:hover {
	color: #9fb00a;
	border-bottom: 1px solid #9fb00a;
}

.menu_in_abs {
	position: relative;
}

.menu_in_abs>p {
	background: url(../img/arr_down.png) right 6px no-repeat;
	background-size: 8px;
	padding-right: 15px;
}

.menu_in_abs_iner {
	position: absolute;
	top: 14px;
	left: 0;
	width: 280px;
	padding: 30px 0 0 0;
	display: none;
}

.menu_in_abs:hover .menu_in_abs_iner {
	display: block;
}

.menu_in_abs_iner_in {
	background: #1d1d1d;
	border-radius: 3px;
	padding: 10px 15px;
}

.menu_in_abs_iner_in p {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.header_flex_right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.tel_txt {
	display: inline-block;
	background: url(../img/tel_ic.svg) 0px 1px no-repeat;
	background-size: 16px;
	padding: 2px 0 2px 22px;
	margin: 0 0 0 25px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.menu-btn {
	display: none;
}

.big_heading {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.big_heading span {
	display: inline-block;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #9fb00a;
}

.crumbs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	background: url(../img/home_ic.webp) 0px 2px no-repeat;
	background-size: 33px;
	padding: 10px 0 10px 40px;
	margin: 0 0 50px 0;
}

.crumbs p {
	font-size: 16px;
	margin: 0 5px 0 0;
}

.crumbs p a {
	text-decoration: none;
	color: #fff;
}

.form_catalog_flex_abs {
	max-width: 310px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.form_catalog_flex_abs p {
	text-align: right;
	color: rgba(181, 181, 181, 1);
	font-weight: 300;
	font-size: 12px;
	margin: 0;
}

.form_catalog_flex_abs p a {
	display: inline-block;
	text-decoration: none;
	color: rgba(181, 181, 181, 1);
	font-weight: 600;
	border-bottom: 1px solid rgba(181, 181, 181, 1);
}

.btn_filtr_mob {
	display: none;
}

.txt_filtr {
	display: none;
}

.block_1 {
	background: url(../img/main_ban.png) center 0 no-repeat;
	background-size: cover;
	position: relative;
	padding: 120px 0 40px 0;
	margin: 0 0 80px 0;
}

.block_1::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(25, 23, 23, 0.7), rgba(25, 23, 23, 0.5));
}

.block_1_in {
	max-width: 575px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	position: relative;
	z-index: 3;
}

.block_1_in_txt1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	line-height: 1.5em;
	font-weight: 400;
}

.block_1_in .big_heading {
	font-size: 52px;
}

.block_1_in .big_heading span {
	border-bottom: 2px solid #9fb00a;
}

.block_1_in_txt2 {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0 0 15px 0;
}

.block_1_in_btns {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 100px 0;
}

.block_1_in_btns .btn1 {
	width: 200px;
	margin: 0 20px 0 0;
}

.for_call {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	transition: all .3s;
}

.for_call:hover {
	color: rgba(159, 176, 10, 1);
}

.block_1_in_contact {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.block_1_in_contact_in {
	margin: 0 30px 0 0;
}

.block_1_in_contact_in p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.block_1_in_contact_in p a {
	text-decoration: none;
	color: #fff;
}

.ic_mail {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/mail.png) center no-repeat;
	background-size: contain;
	flex-shrink: 0;
	margin: 0 10px 0 0;
}

.ic_insta {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/instagram_1.png) center no-repeat;
	background-size: contain;
	flex-shrink: 0;
	margin: 0 10px 0 0;
}

.block_1_in_contact_in2 p {
	font-size: 12px;
	padding: 0px 0 2px 20px;
	margin: 0 0 10px 0;
	background: url(../img/location.png) 0px 3px no-repeat;
	background-size: 10px;
}

.block_2 {
	margin: 0 0 60px 0;
}

.block_2_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.block_2_flex_left {
	max-width: 360px;
	text-align: center;
	margin: 0 20px 0 0;
	padding: 100px 0 0 0;
	color: #fff;
}

.block_2_flex_left h3 {
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}

.block_2_flex_left .btn1 {
	max-width: 300px;
	width: 100%;
	margin: 0 auto 100px;
}

.big_log {
	width: 200px;
	height: 136px;
	background: url(../img/log_big.png) center no-repeat;
	background-size: contain;
	margin: 0 auto;
}

.block_2_flex_right {
	width: 780px;
}

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

.block_2_flex_right_flex_in {
	width: 49%;
	background: url(../img/block_2_flex_right_bg.png);
	min-height: 300px;
	border-radius: 20px;
	padding: 40px 20px 20px;
	margin: 0 0 15px 0;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}

.block_2_flex_right_flex_in_img {
	width: 120px;
	margin: 0 auto 20px;
}

.block_2_flex_right_flex_in_img img {
	display: block;
	width: 100%;
	height: auto;
}

.block_2_flex_right_flex_in_txt1 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.block_2_flex_right_flex_in_txt2 {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0;
	color: #c2c2c2;
}

.block_2_flex_right .big_heading {
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px 0;
}

.block_2_flex_right .big_heading span {
	padding: 0 10px 5px;
}

.smal_heading {
	font-size: 32px;
	margin: 0 0 10px 0;
}

.block_3 {
	margin: 0 0 60px 0;
}

.block_3_txt1 {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	color: #ebebeb;
	max-width: 320px;
	margin: 0 0 15px 0;
}

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

.block_3_flex_in {
	margin: 0 0 15px 0;
	position: relative;
}

.block_3_flex_in1 {
	width: 66.25%;
}

.block_3_flex_in2 {
	width: 32.5%;
}

.block_3_flex_in_img {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}

.block_3_flex_in_img img {
	display: block;
	width: auto;
	height: 350px;
	object-fit: cover;
}

.block_3_flex_in_txt {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.block_3_flex_in_txt_img {
	width: 60px;
	margin: 0 0 20px 0;
}

.block_3_flex_in_txt_img img {
	display: block;
	width: 100%;
	height: auto;
}

.block_3_flex_in_txt p {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #fff;
	margin: 0 0 15px 0;
}

.block_4 {
	margin: 0 0 60px 0;
}

.block_4_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.block_4_flex_txt {
	max-width: 560px;
}

.block_4_flex_txt .smal_heading {
	margin: 0 0 15px 0;
}

.block_4_txt1 {
	font-size: 10px;
	line-height: 1em;
	margin: 0;
	color: #e3e3e3;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.block_4_txt2 {
	margin: 0 0 25px 0;
}

.block_4_txt2 p {
	font-size: 16px;
	color: #f2f2f2;
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

.bdr_lin {
	display: block;
	width: 200px;
	height: 2px;
	background: #9fb00a;
}

.block_4_txt3 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.block_4_txt3_in {
	width: 48%;
	margin: 0 0 15px 0;
	font-family: "Montserrat", sans-serif;
}

.block_4_txt3_in p {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 1.3em;
}

.block_4_txt3_in span {
	font-size: 10px;
	color: #e8e8e8;
	line-height: 1em;
}

.block_4_flex_img {
	width: 510px;
	position: relative;
	padding: 0 0 0 0;
}

.block_4_flex_img img {
	display: block;
	width: 100%;
	height: auto;
}

.block_4_flex_img1 {
	width: 510px;
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 2;
	border-radius: 10px;
	overflow: hidden;
}

.block_4_flex_img2 {
	position: relative;
	bottom: -50px;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
}

.block_5 {
	margin: 0 0 60px 0;
}

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

.block_5_flex_in {
	margin: 0 0 15px 0;
	position: relative;
}

.block_5_flex_in1 {
	width: 66.25%;
}

.block_5_flex_in2 {
	width: 32.5%;
}

.block_5_flex_in_img {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.block_5_flex_in_img img {
	display: block;
	width: auto;
	height: 350px;
	object-fit: cover;
}

.block_5_flex_in_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20px 20px;
	z-index: 3;
}

.block_5_flex_in_txt_in1 {
	font-size: 18px;
	color: #9fb00a;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.block_5_flex_in_txt_btn {
	display: inline-block;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	transition: all .3s;
}

.block_5_flex_in_txt_btn:hover {
	color: #9fb00a;
}

.block_5_flex_in_txt_in2 {
	padding: 15px 0 10px 0;
}

.block_5_flex_in_txt_in2 p {
	font-size: 14px;
	color: #ebebeb;
	margin: 0;
}

.block_5_flex_in_txt_in2 {
	display: none;
}

.block_6 {
	background: url(../img/block_6_bg.png)0 0 no-repeat;
	background-size: cover;
	padding: 30px 0 100px 0;
	margin: 0 0 60px 0;
}

.block_6 .block_3_txt1 {
	max-width: 100%;
}

.block_6 .block_3_txt1 span {
	display: inline-block;
	border-bottom: 2px solid #9fb00a;
	padding: 0 0 5px 0;
}

.block_6_form {
	width: 470px;
}

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

.block_6_form_flex_in {
	width: 49%;
	margin: 0 0 15px 0;
}

.block_6_form_flex_in label {
	display: block;
	font-size: 12px;
	color: rgb(217, 217, 217);
	margin: 0 0 5px 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.block_6_form_flex_in input {
	display: block;
	width: 100%;
	padding: 10px 10px;
	border: none;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.block_6_form_flex_in2 {
	width: 100%;
}

.block_6_form_flex_in textarea {
	display: block;
	width: 100%;
	padding: 10px 10px;
	border: none;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	height: 90px;
	resize: none;
}

.block_6_form_flex_in_file {
	margin: 0 0 15px 0;
}

.block_6_form_flex_in_file span {
	display: block;
	color: rgb(217, 217, 217);
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 12px;
	margin: 0 0 4px 0;
}

.block_6_form_flex_in_file input {
	position: absolute;
	z-index: -1;
	display: none;
}

.block_6_form_flex_in_file label {
	display: block;
	width: 160px;
	text-align: center;
	background: rgba(159, 176, 10, 1);
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	padding: 10px 10px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.block_6_form_flex_in_chek {
	margin: 0 0 15px 0;
}

.block_6_form_flex_in_chek input {
	position: absolute;
	z-index: -1;
	display: none;
}

.block_6_form_flex_in_chek label {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	display: inline-block;
	color: #fff;
	position: relative;
	padding: 4px 0 4px 30px;
	cursor: pointer;
}

.block_6_form_flex_in_chek label::before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	position: absolute;
	top: 2px;
	left: 0;
}

.block_6_form_flex_in_chek label::after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	background: url(../img/chek_ic.svg) center no-repeat;
	background-size: 14px;
	position: absolute;
	top: 2px;
	left: 0;
	transition: all .3s;
	opacity: 0;
}

.block_6_form_flex_in_chek input:checked+label::after {
	opacity: 1;
}

.block_6_form .btn1 {
	width: 100%;
	border-radius: 0;
	padding: 14px 10px;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.block_7 {
	margin: 0 0 60px 0;
}

footer {
	background: url(../img/foot_bg.png)0 0 no-repeat;
	background-size: cover;
	padding: 40px 0 20px 0;
}

.footer_top {
	border-bottom: 1px solid #fff;
	padding: 0 0 20px 0;
}

.footer_top_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.foot_logo {
	display: block;
	width: 200px;
	height: 135px;
	background: url(../img/foot_logo.png)center no-repeat;
	background-size: contain;
}

.footer_top_flex_in_iner {
	margin: 0 0 15px 0;
}

.footer_top_flex_in_iner>p {
	font-size: 12px;
	color: #d1d1d1;
	margin: 0 0 8px 0;
}

.footer_top_flex_in_iner .block_1_in_contact_in p a {
	font-size: 14px;
	color: #fff !important;
	transition: all .3s;
	font-family: "Montserrat", sans-serif;
}

.footer_top_flex_in_iner .block_1_in_contact_in p a:hover {
	color: #9fb00a !important;
}

.footer_top_flex_in_iner .block_1_in_contact_in2 p {
	font-size: 14px;
	color: #fff;
	transition: all .3s;
	font-family: "Montserrat", sans-serif;
}

.footer_top_flex_in_iner .block_1_in_contact_in2 p:hover {
	color: #9fb00a;
}

.block_1_in_contact_in3 p {
	background: url(../img/ic_clock.svg) 0px 2px no-repeat;
	background-size: 16px;
}

.ic_tel {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/tel_ic.svg) center no-repeat no-repeat;
	background-size: 13px;
	margin: 0 8px 0 0;
}

.ic_whats {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/ic_whats.svg) center no-repeat;
	background-size: contain;
	flex-shrink: 0;
	margin: 0 10px 0 0;
}

.ic_insta2 {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/ic_inst2.svg) center no-repeat;
	background-size: contain;
	flex-shrink: 0;
	margin: 0 8px 0 0;
}

.footer_top_flex_in_iner_iner p {
	font-size: 14px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	margin: 0 0 6px 10px;
}

.footer_bot {
	padding: 20px 0 0 0;
}

.footer_bot p {
	text-align: center;
	margin: 0;
	font-size: 10px;
	font-family: "Montserrat", sans-serif;
}

.footer_bot p a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.crumbs2 {
	margin: 0 0 15px 0;
}

.ques_1 {
	margin: 0 0 60px 0;
}

.ques_2 {
	margin: 0 0 100px 0;
}

.ques_1_ban {
	overflow: hidden;
	border-radius: 15px;
	margin: 0 0 30px 0;
}

.ques_1_ban img {
	display: block;
	width: auto;
	height: 230px;
	object-fit: cover;
}

.chose_ques {
	display: flex;
	justify-content: center;
	margin: 0 0 30px 0;
}

.chose_ques p {
	min-width: 150px;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	padding: 0 50px 20px;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	transition: all .3s;
}

.chose_ques .chosed {
	color: #9fb00a;
	border-color: #9fb00a;
}

.ques_1_in_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.ques_1_in_flex_iner {
	width: 49%;
	background: #fff;
	border-radius: 15px;
	padding: 0;
	margin: 0 0 20px 0;
}

.ques_1_in_flex_iner_head {
	padding: 20px 60px 20px 36px;
	cursor: pointer;
}

.ques_1_in_flex_iner_head p {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	margin: 0;
}

.ques_1_in_flex_iner_body {
	display: none;
	padding: 20px 20px 30px 20px;
}

.ques_1_in_flex_iner_body {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em;
}

.ques_1_in_flex_iner_body p {
	margin: 0;
}

.ques_1_in_flex_iner_body ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.ques_1_in_flex_iner_body li {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em;
}

.ques_1_in_flex_iner_body a {
	text-decoration: none;
	color: #ff8562;
}

.ques_1_in_flex_parent {
	display: none;
}

#ques_1_in_flex_parent1 {
	display: block;
}

.slide_works {
	margin: 0 0 60px;
}

.slide_works .smal_heading {
	margin: 0 0 30px 0;
}

.slide_works_in_slider_iner_img {
	padding: 0 15px;
}

.slide_works_in_slider_iner_img a {
	display: block;
}

.slide_works_in_slider_iner_img a img {
	display: block;
	width: 100%;
	height: auto;
}

.slide_works_in_slider .slick-prev,
.slide_works_in_slider .slick-next {
	top: -55px;
	left: initial;
	z-index: 10;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide_works_in_slider .slick-prev {
	right: 50%;
	margin-right: -530px;
}

.slide_works_in_slider .slick-prev:before {
	background: url(../img/arr_prev.svg) 8px 5px no-repeat;
	background-size: 8px;
}

.slide_works_in_slider .slick-next {
	right: 50%;
	margin-right: -580px;
}

.slide_works_in_slider .slick-next:before {
	background: url(../img/arr_next.svg) 9px 5px no-repeat;
	background-size: 8px;
}

.const_block1 {
	margin: 0 0 80px 0;
}

.const_block1_in_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.const_block1_in_flex_form {
	width: 512px;
	background: url(../img/form_black_bg.png)0 0 no-repeat;
	background-size: cover;
	padding: 20px 35px;
	border-radius: 12px;
	flex-shrink: 0;
}

.my_select {
	margin: 0 0 10px 0;
}

.my_select_in {
	width: 100%;

}

.const_block1_in_flex_form .block_6_form_flex_in {
	width: 100%;
	margin: 0 0 10px 0;
}

.const_block1_in_flex_form .block_6_form_flex_in input {
	border-radius: 6px;
}

.my_select .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: inherit;
	font-size: 14px;
	padding: 10px 10px;
}

.my_select .select2-container--default .select2-selection--single {
	border-radius: 6px;
	border: none;
	height: auto;
}

.my_select .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px;
}

.my_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
}

.const_block1_in_flex_form>p {
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #fff;
}

.const_block1_in_flex_form .btn1 {
	width: 100%;
	border-radius: 6px;
	padding: 14px 10px;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.const_block1_in_flex_txt {
	max-width: 580px;
	font-family: "Montserrat", sans-serif;
}

.const_block1_in_flex_txt_in1 {
	margin: 0 0 50px 0;
}

.const_block1_in_flex_txt_in1 p {
	font-size: 16px;
	color: #f2f2f2;
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

.const_block1_in_flex_txt_in2 .smal_heading {
	font-size: 18px;
	margin: 0 0 10px 0;
}

.const_block1_in_flex_txt_in2_flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #fff;
	margin: 0 0 10px 0;
}

.const_block1_in_flex_txt_in2_flex p {
	width: 130px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0 20px 0 0;
	white-space: nowrap;
	flex-shrink: 0;
}

.const_block1_in_flex_txt_in2_flex p::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/inf_ic.svg) center no-repeat;
	background-size: 10px;
	margin: 0 0 0 5px;
}


.const_block1_in_flex_txt_in2_flex span {
	font-size: 12px;
	display: inline-block;
}

.calcu_block1 {
	background: #373737;
	padding: 40px 0;
}

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

.calcu_block1_flex_form_in p {
	width: 220px;
	flex-shrink: 0;
	color: #fff;
	text-align: right;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	white-space: nowrap;
	margin: 0 20px 0 0;
}

.calcu_block1_flex_txt {
	width: 410px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	margin: 0 80px 0 0;
}

.calcu_block1_flex_txt p {
	font-size: 16px;
	margin: 0;
	line-height: 1.4em;

}

.calcu_block1_flex_form_in {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 15px 0;
}

.calcu_block1_flex_form_in_iner {
	width: 260px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.calcu_block1_flex_form_in_iner .block_6_form_flex_in {
	width: 150px;
	margin: 0 6px 0 0;
}

.calcu_block1_flex_form_in_iner .block_6_form_flex_in input {
	border-radius: 6px;
}

.calcu_block1_flex_form_in_iner .my_select {
	margin: 0;
}

.my_select1 {
	width: 50px;
}

.my_select2 {
	width: 92px;
}

.calcu_block1_flex_form_in_iner>span {
	color: #fff;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	white-space: nowrap;
}

.block_6_form_flex_in3 input {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #fff;
	background: transparent;
}

.rad_btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 10px 0;
}

.rad_btn input {
	display: none;
	position: absolute;
	z-index: -1;
}

.rad_btn label {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	position: relative;
	color: #fff;
	padding: 3px 0 3px 35px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.rad_btn label::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.rad_btn label::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #758a9a;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
	position: absolute;
	top: 5px;
	left: 5px;
	transition: all .2s;
	opacity: 0;
}

.rad_btn input:checked+label::after {
	opacity: 1;
}

.rad_btn_abs {
	width: 16px;
	height: 16px;
	background: url(../img/inf_ic2.svg) center no-repeat;
	position: relative;
}

.rad_btn_abs_txt {
	width: 260px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 20px;
	left: -120px;
	padding: 15px 20px;
	opacity: 0;
	transition: all .2s;
	display: none;
}

.rad_btn_abs_txt p {
	white-space: wrap;
	text-align: center;
	margin: 0;
	font-size: 12px;
}

.rad_btn_abs:hover .rad_btn_abs_txt {
	opacity: 1;
	display: block;
}

.calcu_block1_flex_form_in .btn1 {
	font-size: 14px;
	text-transform: uppercase;
	background: #777;
	padding: 10px 10px;
	margin: 20px 0 0 0;
}

.cont_block1 {
	margin: 0 0 50px 0;
}

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

.cont_block1_flex {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 30px 0 15px 0;
	margin: 0 0 30px 0;
}

.cont_block1_flex .block_1_in_contact_in {
	margin: 0;
}

.cont_block1_flex2 .block_1_in_contact_in2 {
	display: flex;
	justify-content: flex-start;
}

.cont_block1_flex2 .block_1_in_contact_in2 p {
	margin: 0 50px 0 0;
}

.cont_block1_flex2 {
	padding: 0 0 10px 0;
}

.cont_map iframe {
	display: block;
	width: 100%;
	height: 385px;
	border-radius: 15px;
}

.cont_block1_flex_in .footer_top_flex_in_iner {
	margin: 0;
}

.diz_block1 {
	margin: 0 0 80px 0;
}

.diz_block1_in_flex {
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	padding: 20px 0 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.clik_diz {
	font-size: 16px;
	color: #fff;
	margin: 0;
	width: 20%;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
}

.clik_diz:hover {
	color: #9fb00a;
}

.clik_diz_cliked {
	color: #9fb00a;
}

.diz_block2_in {
	margin: 0 0 40px 0;
}

.diz_block2_flex {
	display: grid;
	margin: 0 0 40px 0;
	column-gap: 2%;
}

.diz_block2_flex_in {
	width: 100%;
}

.diz_block2_flex_in_img {
	margin: 0 0 20px 0;
}

.diz_block2_flex_in_img a {
	display: block;
}

.diz_block2_flex_in_img img {
	display: block;
	width: 100%;
	height: auto;
}


.works_flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.works_flex_in {
	width: 31.8%;
	margin: 0 8px 30px;
}

.works_flex_in .catalog_show_flex_in {
	max-width: 100%;
	width: 100%;
}

.diz_block2_in {
	display: none;
}

#diz_block2_in1 {
	display: block;
}

.popap_back {
	width: 980px;
	display: none;
	background: url(../img/pop_bg.png) 0 0 no-repeat;
	background-size: cover;
	padding: 80px 40px;
	border-radius: 20px;
	overflow: hidden;
}

.popap_back_in {
	max-width: 470px;
	margin: 0 auto;
}

.popap_back .fancybox-button svg path {
	fill: #fff;
}

.popap_back .fancybox-close-small {
	color: currentColor;
	padding: 0px;
	right: 10px;
	top: 10px;
}

.popap_back_in_txt {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	margin: 0 0 40px 0;
}

.popap_back_in_txt h3 {
	font-size: 24px;
	margin: 0 0 5px 0;
	font-weight: 600;
}

.popap_back_in_txt p {
	font-size: 14px;
	margin: 0;

}

.popap_back_in_txt p span {
	display: inline-block;
	position: relative;
	padding: 0 0 10px 0;
}

.popap_back_in_txt p span::after {
	content: "";
	display: inline-block;
	width: 80%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 30px;
}

.card_block {
	margin: 0 0 60px 0;
}

.card_block_flex {
	display: flex;
	justify-content: flex-start;
}

.card_block_flex_img {
	width: 570px;
	flex-shrink: 0;
	margin: 0 30px 0 0;
}

.card_block_flex_img_big img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
}

/* .card_block_flex_img_big {
	display: none;
	margin: 0 0 20px 0;
} */


/* Добавляем правый отступ к каждому слайду, кроме последнего */
.card_block_flex_img_in2 .slick-slide {
	margin-right: 10px;
	/* Размер отступа по вашему желанию */
}

/* Убираем лишний отступ у последнего слайда */
.card_block_flex_img_in2 .slick-slide:last-child {
	margin-right: 0;
}

/* Для корректного отображения можно задать display: inline-block или flex */
.card_block_flex_img_in2 {
	display: flex;
	/* или inline-flex */
	/* дополнительно можно настроить align-items, justify-content */
}

#card_block_flex_img_big1 {
	display: block;
}

.card_block_flex_img_in2 {
	margin-top: 25px;
	/* display: flex;
	justify-content: space-between; */
}

#map {
	height: 500px;
}

.card_block_flex_img_small {
	width: 23.5%;
	cursor: pointer;
}

.card_block_flex_img_small img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.card_block_flex_txt {
	color: #fff;
	font-family: "Roboto", sans-serif;
}

.card_block_flex_txt>h3 {
	font-size: 38px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.card_block_flex_txt_in1 {
	border-top: 1px solid rgba(200, 200, 200, 1);
	border-bottom: 1px solid rgba(200, 200, 200, 1);
	padding: 20px 0;
	margin: 0 0 40px 0;
}

.card_block_flex_txt_in1_iner1 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.card_block_flex_txt_in1_iner2 {
	margin: 0 0 0 0;
}

.card_block_flex_txt_in1_iner2_iner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;
}

.card_block_flex_txt_in1_iner2_iner:last-child {
	margin: 0;
}

.card_block_flex_txt_in1_iner2_iner_in1 {
	font-size: 16px;
	margin: 0 20px 0 0;
}

.card_block_flex_txt_in1_iner2_iner_in2 {
	font-size: 20px;
	margin: 0 20px 0 0;
}

.card_block_flex_txt_in1_iner2_iner_in3 {
	font-size: 16px;
	margin: 0;
}

.card_block_flex_txt_in1_iner3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 15px;
	border: 1px solid #fff;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.card_block_flex_txt_in1_iner3_img {
	width: 190px;
	flex-shrink: 0;
	margin: 0 15px 0 0;
}

.card_block_flex_txt_in1_iner3_img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.card_block_flex_txt_in1_iner3_img img:last-child {
	display: none;
}

.card_block_flex_txt_in1_iner3_txt_in1 {
	font-size: 16px;
	margin: 0 0 0 0;
}

.card_block_flex_txt_in1_iner3_txt_in1 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.card_block_flex_txt_in1_iner3_txt_in2 {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.card_block_flex_txt_in1_iner3_txt_in3 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

.card_block_flex_txt_in1_iner3_txt_in4 {
	display: inline-block;
	border-top: 1px solid #fff;
	padding: 10px 0 0 0;
}

.card_block_flex_txt_in1_iner3_txt_in4 p {
	font-size: 16px;
	margin: 0 0 3px 0;
	color: #9FB00A;
}

.card_block_flex_txt_in2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.card_block_flex_txt_in2_iner1 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 20px 0 0;
	color: #9FB00A;
}

.card_block_flex_txt_in2_iner2 {
	font-size: 24px;
	font-weight: 400;
	margin: 0 20px 0 0;
	text-decoration: line-through;
}

.card_block_flex_txt_in2 .btn1 {
	width: 250px;
	border-radius: 0;
	font-size: 16px;
}

.card_block2 {
	margin: 0 0 50px 0;
}

.card_block2_in {
	border-top: 2px solid #fff;
	padding: 30px 0 0 0;
}

.card_block2_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.card_block2_flex_txt {
	max-width: 520px;
	color: #fff;
}

.card_block2_flex_txt_in_iner1 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.card_block2_flex_txt_in_iner2 {
	margin: 0 0 20px 0;
}

.card_block2_flex_txt_in_iner2_iner {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.card_block2_flex_txt_in_iner2_iner2 p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em;
}

.card_block2_flex_map {
	width: 580px;
	color: #fff;
}

.card_block2_flex_map_in {
	overflow: hidden;
	border-radius: 15px;
}

.card_block2_flex_map_in iframe {
	display: block;
	width: 100%;
	height: 400px;
}

.card_block_flex_img>h3 {
	display: none;
}

.sw-app {
	background-color: #313437 !important;
}

.sw-review-box.sw-review-unselectable {
	background-color: #313437 !important;
}

.crumbs.crumbs2 a {
	color: white;
	text-decoration: none
}

iframe .calc-form {
	background-color: rgb(55 55 55) !important;
}

/* Общий стиль для прелоадера */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	/* прозрачный фон */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	display: none;
	/* по умолчанию скрыт */
}

/* анимация спиннера */
.spinner {
	border: 8px solid #f3f3f3;
	/* светлая рамка */
	border-top: 8px solid #8bc34a;
	/* цвет спиннера */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
}

.mCSB_draggerContainer {
	background-color: #9FB00A;
	width: 1px;
	margin-left: 7px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	left: -8px;
	background-color: #9FB00A;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {

	display: none;
}

.mCSB_scrollTools.mCSB_1_scrollbar.mCS-rounded-dark.mCSB_scrollTools_vertical {
	height: 98%;
}

.wrapper_result {
	margin-top: 5px;
	width: 100%;
	z-index: 90001;
	background-color: white;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	border-radius: 5px;
	border: 1px solid #9fb00a;
}

.result_item {
	padding: 5px;
	border-bottom: 1px solid #adadad;
	display: flex;
	gap: 3%;
	cursor: pointer;
	transition: all .3s linear;
}

.result_item:hover {
	background-color: #9fb00a;
}

.item_content_search_item {
	font-size: 16px;
	font-weight: 600;
}

@keyframes loading {
	0% {
		transform: translateX(25px);
	}

	100% {
		transform: translateX(-20px);
	}
}

button.btn1>span {
	position: relative;
	z-index: 2;
}

button.btn_ajax {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 154px;
	padding: 8px 10px;
	border-radius: 6px;
	background: rgba(159, 176, 10, 1);
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	border: none;
	color: #fff;
	text-decoration: none;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	/* Ограничение псевдоэлемента внутри кнопки */
}

button.btn_ajax::before {
	content: "";
	z-index: 1;
	top: 0px;
	left: -25px;
	/* Изменено с -25px на 0, чтобы не выходило за границы */
	width: 150%;
	/* Изменено с 135% на 100%, чтобы псевдоэлемент был внутри кнопки */
	height: 100%;
	background: #a9b91c repeating-linear-gradient(60deg, transparent, transparent 10px, #b7c157 10px, #96a515 20px);
	animation: loading 1s infinite linear;
	position: absolute;
}

.wrapper_result.mCustomScrollbar {
	min-height: 350px;
}

#pagination-controls {
	margin: 0 auto;
	width: fit-content;
	margin-top: 25px;
}

#pagination-controls a {
	text-decoration: none;
	padding: 5px;
	background-color: #8bc34a;
	color: white;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

#pagination-controls span.active,
#pagination-controls span.ellipsis {

	padding: 5px;
	background-color: #adadad;
	color: white;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

#items-count {
	width: 50px;
	height: 30px;
	border-radius: 5px;
	background-color: #8bc34a;
	color: white;
	padding: 5px;
	font-size: 17px;
}

#items-count::after {
	content: ">";
}

/* анимация вращения */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.choose_check2 {
	z-index: 9;
	width: auto !important;
}