@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Light.eot');
	src: local('Inter Light'), local('Inter-Light'),
		url('fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-Light.woff') format('woff'),
		url('fonts/Inter-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Light.eot');
	src: local('Inter Light'), local('Inter-Light'),
		url('fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-Light.woff') format('woff'),
		url('fonts/Inter-Light.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-SemiBold.eot');
	src: local('Inter SemiBoldt'), local('Inter-SemiBold'),
		url('fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-SemiBold.woff') format('woff'),
		url('fonts/Inter-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Medium.eot');
	src: local('Inter Medium'), local('Inter-Medium'),
		url('fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-Medium.woff') format('woff'),
		url('fonts/Inter-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	font-family: 'Inter';
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
a {
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
a.button:hover {
	text-decoration:none
}
button, .button {
	width: 247px; 
	height: 50px;
	display:flex;
	border-radius: 10px; 
	justify-content: center;
	align-items: center;
	color: white; 
	font-size: 14px;
	font-weight: 600; 
	line-height: 24px;
	text-transform:uppercase;
	background: #8AAF80;
	cursor:pointer;	
}
button:hover, .button:hover, input[type="submit"]:hover, .tovar_razdel_item_cart:hover { 
	transform: scale(1.05, 1.05);
    -webkit-transition: color 0.2s,background-color 0.2s,opacity 0.2s,transform 0.2s;
    -moz-transition: color 0.2s,background-color 0.2s,opacity 0.2s,transform 0.2s;
    transition: color 0.2s,background-color 0.2s,opacity 0.2s,transform 0.2s;	
}
:root {
  --otstup: 100px;
}
:root {
  --top: 50px;
}
:root {
  --top2: 100px;
}
:root {
  --height_but: 40px;
}
:root {
  --width_but2: 216px;
}
:root {
  --height_but2: 35px;
}
.wrap {
	max-width: none;
	width: 100% !important;
}
.disable-scroll {
  position: relative;
  overflow: hidden;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
}

.mask {
	background: rgba(0, 0, 0, 0.70);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}
.mask_full {
	background: rgba(0, 0, 0, 0.70);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
}
.modal {
	display:none;
	padding: 36px 33px 40px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: fixed;
    max-width: 443px;
    width: 95%;
    height: fit-content;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 12px;
    background: #FFF;
    z-index: 11;
}
.modal_close {
	position: absolute;
    right: 36px;
	cursor:pointer;
	top: 36px;
}
.modal_title {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.modal_input  {
	position:relative;
	width:100%;
}
.modal input {
	width:100%;
	height: 46px;
	border-radius: 200px;
	background: #F4F6FA;
	color: #99A1B0;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left:23px;
	border: 1px solid #F4F6FA;
}
.modal input::placeholder {
    color: #99A1B0;
    font-size: 13px;
    font-weight: 400;
	
}
.modal input:focus { 
	border-color: inherit!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline:none!important;
}
.modal_input_vidim {
	position: absolute;
    right: 18px;
    top: 11px;
	cursor:pointer
}
.modal_ssilka {
	color: #99A1B0;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor:pointer;
}
.modal_button {
	width:100%;
    height: 62px;
    flex-shrink: 0;
    border-radius: 60px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	text-transform: none;
}
.modal_ssilka_down {
	color: #F00;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-bottom: 1.50px #FF0000 dashed;
	margin: auto;
	cursor:pointer;
}
.modal_error input, .modal_error textarea {
	border: 1.8px solid #F00 !important;
}
.modal_text_error, .contacts_right_form_error {
	display:none;
}
.modal_error .modal_text_error,.modal_error .contacts_right_form_error {
	display:flex;
	color: #F00;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 10px;
	position: absolute;
    bottom: -10px;
}
.modal_error_all {
	color: #F00;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 377px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 200px;
    border: 1.5px dashed #F00;
    display: none;
    justify-content: center;
    align-items: center;
}
.modal_error_all_yes {
    border: 1.5px dashed green;
	color: green;
}
header {
	width: 100%;
    max-width: 1450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    top: 0;
    z-index: 9;
    background: #fff;
	padding:0 var(--otstup);
}
.header_line1 {
	background:#FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
    width: 100%;
    height: 63px;
	max-width:1400px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #D9D9D9;
}
.header_line1_nav {
	display: flex;
	width:auto;
	gap: 40px;
}
.header_line1_nav_a {
	color: black; 
	font-size: 16px; 
	font-weight: 500;
}	
.header_line1_nav_active {
	color: #FF0000;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.header_line1_email {
	display:flex;
	color: black; 
	font-size: 16px; 
	font-weight: 500;
	gap: 5px;	
}
.header_line1_email_a {
	color: #FF0000;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.header_line2 {
	background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 150px;
    max-width: 1400px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.header_line2_right {
	display: flex;
    flex-direction: row;
    gap: 15px;
	align-items: center;
}
.header_line2_rasp {
	display: flex;
    flex-direction: column;
}
.header_line2_rasp_phone {
	display: flex;
    align-items: center;
    gap: 5px;
}
.header_line2_rasp_phone_a {
	color: black;
    font-size: 16px;
    font-weight: 700;
}
.header_line2_rasp_text {
	text-align: right;
    color: #7C7C7C;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}
.header_line2_social {
	display: flex;
    gap: 6px;
}
.header_line2_price, .mobile_menu_button_price {
	width: 145px;
    height: 46px;
    border-radius: 45px;
    border: 1.80px #016E39 solid;
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
    color: #016E39;
    font-size: 14px;
    font-weight: 700;
	margin-left: 15px;
}
.header_line2_price_text2 {
	display:none
}
.modal_catalog_left_close:hover, .header_line3_catalog:hover, .header_line2_price:hover, .header_line2_lk:hover, .swiper-slide_button:hover, .slider2_item_button:hover, .tovar_zagruzit:hover, .footer4_podpiska_button:hover {
	transform: scale(1.05, 1.05);
	-webkit-transition: color 0.2s,background-color 0.2s,opacity 0.2s,transform 0.2s;
    -moz-transition: color 0.2s,background-color 0.2s,opacity 0.2s,transform 0.2s;
    transition: color 0.2s,background-color 0.2s,opacity 0.2s,transform 0.2s;
	text-decoration:none
}
.header_line2_lk, .mobile_menu_button_lk {
	width: 175px;
    height: 46px;
    background: #FF0000;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    color: white;
    font-size: 14px;
    font-weight: 700;
	cursor:pointer;
}
.header_line2_lk:hover {
	color: white;
	text-decoration:none
} 
.header_line2_lk_in {
	width: 175px;
    height: 46px;
	display: flex;
    align-items: center;
	gap:10px
}
.header_line2_lk_in .header_line2_lk_in1 {
	color: #F00;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-bottom: 1.50px #FF0000 dashed;	
	height: fit-content;
    width: fit-content;
    max-width: 147px;
}
.header_line2_lk_in .header_line2_lk_in1:hover {
	text-decoration:none
}
.header_line2_lk_text2 {
	display:none
}
.header_line2_cart {
	position: relative;
    margin-left: 10px;
    margin-right: 5px;
}
.header_line2_cart_in {
	width: 23px;
    height: 23px;
    background: #FF0000;
    border-radius: 9999px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 18px;
    left: 13px;
}
.header_line3 {
	display: flex;
    align-items: center;
    gap: 15px;
	width: 100%;
}
.header_line3_catalog {
	width: 125px;
    height: 46px;
    border-radius: 45px;
    border: 2px #FF0000 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FF0000;
    font-size: 14px;
    font-weight: 700;
	cursor:pointer
}
.header_line3_search {
	display: flex;
    flex: 1;
    position: relative;
}
.header_line3_search_input {
    width: 100%;
    background: #F4F6FA;
    border-radius: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    border: 1px solid #F4F6FA;
    height: 46px;
    padding: 0 40px 0 25px;
	color: #99A1B0; 
	font-size: 14px;
	font-weight: 400;
    z-index: 1;
	color:black
}
.header_line3_search_input:focus, .footer4_search_input:focus, .footer4_podpiska_input:focus { 
	border-color: inherit!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline:none!important;
}
.header_line3_search_input::-webkit-input-placeholder, .footer4_search_input::-webkit-input-placeholder, .footer4_podpiska_input::-webkit-input-placeholder {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #99A1B0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.header_line3_search_input:-moz-placeholder, .footer4_search_input:-moz-placeholder, .footer4_podpiska_input:-moz-placeholder {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #99A1B0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
#top_search, #footer_search {
	position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
	cursor:pointer
}
.header_line2_burger {
	width: 35px;
    height: 35px;
    display: none;
    cursor: pointer;
}
.mobile_menu {
	display:none;
	position: fixed;
    width: 100%;
	height: 600px;
	max-height: 600px;
    max-width: 550px;
    background: #fff;
	top: 95px;
	left:0;
    padding: 0 35px 25px 35px;
    z-index: 999;
    flex-direction: column;
	gap: 30px;
}
.mobile_menu_item {
	display: flex;
    flex-direction: column;
}
.mobile_menu_item_a {
	color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}
.mobile_menu_buttons {
	display: flex;
	flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
}
.mobile_menu_button_price {
	margin-left: 0;
}
.mobile_menu_footer {
	display: flex;
    flex-direction: column;
	gap: 10px;
}
.mobile_menu_footer1 {
	display: flex;
    gap: 10px;
    align-items: center;
}
.mobile_menu_footer1_phone {
	display: flex;
    gap: 5px;
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    align-items: center;
}
.mobile_menu_footer2_rasp_text, .mobile_menu_footer2_email, .mobile_menu_footer2_email_a {
	color: #7C7C7C;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
}
.mobile_menu_footer2_email_a {
	text-decoration:underline
}
main {
	width: 100%;
    max-width: 1450px;
    display: flex;
    flex-direction: column;
    margin: 20px auto 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    background: #fff;
    padding: 0 var(--otstup);
}

h1 {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	margin:15px 0 20px 0
}
h2 {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	margin:15px 0 10px 0
}
p {
	margin-bottom:10px
}
ul, ol {
	list-style-position:inside
}
.swiper {
    width: 100%;
    height: 255px;
	border-radius: 25px;
	padding:0;
}

.swiper .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(90deg, #F4F6FA 0%, white 100%);
    border-radius: 25px;
}

.swiper .swiper-slide img {
    display: block;
    width: auto;
    height: 253px;
	border-radius: 25px;
	mask-image: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,1) 50%);
   -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,1) 50%);
}
.swiper .swiper-slide_content {
	display: flex;
    flex-direction: column;
    position: absolute;
    width: 590px;
    top: 45px;
    right: 70px;
    gap: 6px;
}
.swiper .swiper-slide_title {
	color: black; 
	font-size: 21px;
	font-weight: 600; 
	line-height: 26px;
}
.swiper .swiper-slide_text {
	color: #7C7C7C; 
	font-size: 16px;
	font-weight: 400; 
	line-height: 23px;
}
.swiper .swiper-slide_button {
	width: 185px; 
	height: 60px; 
	background: black; 
	border-radius: 200px;
	color: white; 
	font-size: 14px; 
	font-weight: 700;
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.swiper .swiper-pagination-vertical.swiper-pagination-bullets {
	right:35px
}
.swiper .swiper-pagination-bullet {
	width: 12px !important; 
	height: 12px !important;
	border-radius: 9999px
}
.swiper .swiper-pagination-bullet-active {
	background: #FF0000 !important;
}
.tovar_menu {
	display: flex;
    justify-content: space-between;
    margin-top: var(--top);
	align-items: center;
	padding: 0 25px;
}
.tovar_menu_left {
	display: flex;
    gap: 10px;
}
.tovar_menu_left_a {
	color: #7C7C7C;
    font-size: 16px;
    font-weight: 700;
	display: flex;
    align-items: center;
    width: 125px;
	height:43px;
    justify-content: center;
}
.tovar_menu_left_a_active, .tovar_menu_left_a:hover {
	background: linear-gradient(180deg, #C82222 0%, #FF0000 100%);
    border-radius: 30px;
    color: #FFF;
	text-decoration:none
}
.tovar_menu_right {
	color: #FF0000;
    font-size: 14px;
    border-bottom: 1.50px #FF0000 dashed;
	cursor:pointer;
}
.tovar_menu_right svg {
	transform: 0;
}
.tovar_menu_right_up svg {
	transform: rotate(180deg);
}
.tovar_menu_right:hover, .tovar_menu_right:active {
	color: #FF0000;
	text-decoration:none
}
.tovar_razdel {
	margin-top: var(--top);
    display: flex;
    gap: 34px;
    flex-wrap: nowrap;
	height: auto;
    overflow-x: auto;
	padding: 25px;
}
.tovar_razdel_item {
	width: 274px;
	min-width: 274px;
    height: 380px;
    background: #FFF;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
	cursor:pointer;
	padding: 37px 25px 18px 25px;
	background: linear-gradient(180deg, white 0%, #F4F6FA 100%); 
}
.tovar_razdel_item:hover {
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.13);
	text-decoration:none;
}
.tovar_razdel_item img {
	width: auto;
    height: 160px;
    margin: auto;
}
.tovar_razdel_item_title {
	color: #333333;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
	height: 81px;
}
.tovar_razdel_item_price1 {
	color: #a1a1a1;
    font-size: 12px;
    font-weight: 400;
    margin-top: 14px;
	position: relative;
	width: max-content;
	margin-left: 20px;
}
.tovar_razdel_item_price1:after {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
    background-size: 100% 100%;
    content: '';
}
.tovar_razdel_item_price2 {
	color: #FF0000;
    font-size: 16px;
    font-weight: 700;
}
.tovar_razdel_item_sklad_in {
	color: #3FA96A; 
	font-size: 12px;
	font-weight: 500;
}
.tovar_razdel_item_cart {
	position: absolute;
    right: 25px;
    bottom: 18px;
	cursor:pointer;
}
.tovar_razdel_item_sklad_out {	
	color: #7C7C7C; 
	font-size: 12px;
	font-weight: 500;
}
.tovar_razdel_item_sklad_out>.tovar_razdel_item_cart svg {
	fill:#DEDEDE;
}
.tovar_razdel_item_cart_out {
	position: absolute;
    right: 25px;
    bottom: 18px;	
}
.brand_razdel {
	width:auto;	
	margin: var(--top) 25px 0 25px;
    display: flex;
    gap: 50px;
    flex-wrap: nowrap;
	height: 85px;
    overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
    scrollbar-color: #DEDEDE #F4F6FA;
}
.slider2 {
	width: auto;
	margin: var(--top2) 25px 0 25px;
    display: flex;
    gap: 35px;
    flex-wrap: nowrap;
    height: 220px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #DEDEDE #F4F6FA;
}
.slider2_item {
	display: flex;
    width: 583px;
    height: 192px;
    position: relative;
    justify-content: flex-end;
	border-radius: 25px;
    background: linear-gradient(270deg, white 58%, #F4F6FA 100%);
}
.slider2_item img {
	border-radius: 25px;
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 1) 50%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 1) 50%);
}
.slider2_item_content {
	display: flex;
    flex-direction: column;
    position: absolute;
    width: 320px;
    top: 28px;
    left: 33px;
    gap: 25px;
}
.slider2_item_title {
	color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}
.slider2_item_button {
	width: 156px;
    height: 44px;
    background: black;
    border-radius: 200px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tovar_zagruzit {
	margin: var(--top) 25px 0 25px;
    width: calc(100% - 50px);
    height: 54px;
    background: #F4F6FA;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.tovar_zagruzit1 {	
    color: #FF0000;
    font-size: 14px;
    font-weight: 600;
	border-bottom: 1.50px #FF0000 dashed
}
.tovar_zagruzit_pokaz_no {
	display:none;
}

.contacts {
	width: 100%;
    display: flex;
    gap: 50px;
}
.contacts_left {
	display: flex;
    flex-direction: column;
    gap: 15px;
	flex: 1;
}
.contacts_left_text, .contacts_left_adr_text {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 21px;
}
.contacts_left_text strong, .contacts_left_adr_text strong{
	font-weight: 600;
}
.contacts_left_text a {
	text-decoration:none;
	color: #000;
}
.contacts_left_adr_titles {
	display: flex;
    gap: 15px;
	align-items: center;
}
.contacts_left_adr_title {
	color: #F00;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-bottom: 1.50px #FF0000 dashed;
	cursor:pointer;
}
.contacts_left_adr_title_active {
	color: #000;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-bottom:none;
	cursor: auto;
}
.contacts_left_adr {
	display:none;
	flex-direction:column;
	gap:12px;
}
.contacts_left_office {
	display:flex
}
.contacts_left_adr_map {
	width: 100%;
    height: 280px;
}
.contacts_left_adr_map iframe {
	border-radius: 20px;
}
.contacts_right {
	width:468px;
	display:flex;
	border-radius: 20px;
	background: linear-gradient(0deg, #FFF 0%, #F4F6FA 100%);
	padding:38px 43px 30px 43px;
	flex-direction:column;
	gap:30px
}
.contacts_right_title {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.contacts_right_form {
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
	gap: 14px;
}
.contacts_right_form_input  {
	position:relative;
	width:100%;
	display: flex;
}
.contacts_right_form_input input {
	width:100%;
	height: 46px;
	border-radius: 200px;
	background: #FFF;
	color: #99A1B0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left:23px;
	border: 1px solid #FFF;
}
.contacts_right_form_input input::placeholder {
    color: #99A1B0;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
}
.contacts_right_form_input input:focus, .contacts_right_form_input textarea:focus, .modal_textarea textarea:focus { 
	border-color: inherit!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline:none!important;
}
.contacts_right_form_error {
	display:none
}
.contacts_right_form_input textarea {
	width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    flex: 1;
    border-radius: 25px;
    background: rgb(255, 255, 255);
    color: rgb(153, 161, 176);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid rgb(255, 255, 255);
	padding: 15px 23px;
}
.contacts_right_form_input textarea::placeholder, .modal_textarea textarea::placeholder  {
    color: #99A1B0;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.contacts_right_form_button {
	width: 100%;
    height: 62px;
    border-radius: 60px;
    background: #F00;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.contacts_right_form_textarea {
	flex:1;
}
.modal_textarea textarea {
	width: 100%;
    height: 200px;
    display: flex;
    position: relative;
    flex: 1;
    border-radius: 25px;
    background: #F4F6FA;
    color: rgb(153, 161, 176);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid rgb(255, 255, 255);
	padding: 15px 23px;
	border: 1px solid #F4F6FA;
}
.bx-breadcrumb {
	padding-bottom: 5px;
}
.modal_catalog {
	width: 100%;
    max-width: 1450px;
	padding: 0 var(--otstup);
	display:none;
    position: relative;
    z-index: 9;
    top: -64px;
    align-items: center;
    justify-content: center;
	margin: auto;
}
.modal_catalog1 {
	width: 100%;
    max-width: 1260px;
	height: 350px;
    display: flex;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #F4F6FA;
    padding: 18px 20px 40px 14px;
	border-radius: 35px;
	background: linear-gradient(180deg, #F4F6FA 0%, #FFF 100%);
	gap:30px;
}
.modal_catalog_left {
	display: flex;
    flex-direction: column;
    width: 300px;
    gap: 18px;
	height: 100%;
}
.modal_catalog_left_close {
	width: 125px;
    height: 46px;
	min-height: 46px;
    border-radius: 45px;
    border: 2px #000 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
	cursor:pointer;
	position:relative;
	left: -14px;
}
.modal_catalog_left_items {
	display: flex;
    flex-direction: column;
	overflow-y: auto;
}
.modal_catalog_left_item {
	display: flex;
    padding: 3px 14px;
    align-items: center;
    gap: 15px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.modal_catalog_left_item:hover {
	border-radius: 15px;
	background: linear-gradient(180deg, #FFF 0%, #F4F6FA 100%);
	text-decoration:none
}
.modal_catalog_left_item_active, .modal_catalog_left_item_active:hover {
    color: #F00;	
}
.modal_catalog_left_item svg {
	width: 22px;
}
.modal_catalog_left_item svg path {
	stroke:#000;
	fill: #000;
}
.modal_catalog_left_item_active svg path{
	stroke:#F00;
	fill: #F00;
}
.modal_catalog_right {
	display: flex;
	flex:1;
	align-self: flex-start;
	height: 100%;
}
.modal_catalog_right1 {
	display:none;
	flex-direction: column;
    gap: 25px;
	flex: 1;
}
.modal_catalog_right1_active {
	display:flex
}
.modal_catalog_right1_title {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
}
.modal_catalog_right1_title span {
	color: #99A1B0;
	font-weight: 400;
}
.modal_catalog_right1_items {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    overflow-y: auto;
}
.modal_catalog_right1_items1 {
	display: flex;
    flex-direction: column;
    width: calc((100% - 50px) / 3);
	gap:5px
}
.modal_catalog_right1_items1_title {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px;
}
.modal_catalog_right1_items1_title span {
	color: #99A1B0;
	font-size: 16px;
	font-weight: 400;
}
.modal_catalog_right1_items1_item_title {
	display: block;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.modal_catalog_right1_items1_item_title span {
    color: #99A1B0;
    font-size: 14px
    font-weight: 400;
}
.modal_catalog_right1_items1_item {
	display: flex;
    gap: 5px;
    align-items: flex-start;
    flex-direction: column;
}













footer {
	width: 100%;
    background: linear-gradient(180deg, white 0%, #F4F6FA 100%);
    margin-top: 70px;
	display: flex;
	padding-top: 120px;
	align-items: center;
	padding-bottom: 30px;
}
.footer {
	width: 100%;
    max-width: 1400px;
    display: flex;
    padding: 0 var(--otstup);
	margin: auto;
    justify-content: space-between;
}
.footer1 {
	display: flex;
    flex-direction: column;
    color: #7C7C7C;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    gap: 20px;
    width: 100%;
    max-width: 310px;
}
.footer2 {
	display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    gap: 15px;
    width: 100px;
}
.footer3 {
	display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    gap: 15px;
    width: 210px;
}
.footer4 {
	display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    gap: 15px;
    width: 100%;
    max-width: 450px;
}
.footer4_search {
	display: flex;
    position: relative;
}
.footer4_search_input {
    width: 100%;
    background: #F4F6FA;
    border-radius: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    border: 1px solid #F4F6FA;
    height: 46px;
    padding: 0 40px 0 25px;
    color: #99A1B0;
    font-size: 14px;
    font-weight: 400;
    z-index: 1;
    color: black;
}
.footer4_contact {
	display: flex;
    flex-direction: row;
    gap: 15px;
	justify-content: flex-end;
    margin-top: 28px;
}
.footer4_contact_phone {
	display: flex;
    align-items: center;
    gap: 5px;
}
.footer4_contact_a {
	color: black;
    font-size: 16px;
    font-weight: 700;
}
.footer4_contact_social {
	display: flex;
    gap: 6px;
}
.footer1_3 {
	display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}
.footer1_3 a:hover {
	text-decoration:none
}
.footer1_3 a {
	color: #7C7C7C; 
	font-size: 14px;
	font-weight: 300;
	border-bottom: 1.50px #7C7C7C dashed;
	width:fit-content
}
.footer2 a {
	color: #5E6674; 
	font-size: 14px;
	font-weight: 300;
}
.footer3 a {
	color: #7C7C7C; 
	font-size: 14px;
	font-weight: 300;
}
.footer4_contact_rasp {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #7C7C7C;
    font-size: 14px;
    gap: 2px;
}
.footer4_contact_rasp a {
    color: #7C7C7C;
    font-size: 14px;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.footer4_podpiska {
	display: flex;
	justify-content: end;
	gap:10px;
	margin-top: 25px;
}
.footer4_podpiska_text {
	display: flex;
	justify-content: end;
}
.footer4_podpiska_input {
	width: 254px;
    height: 47px;
    background: white;
    border-radius: 60px;
    padding: 0 20px;
    color: #99A1B0;
    font-size: 14px;
    font-weight: 400;
    color: black;	
    border: 1px solid #FFF;
}
.footer4_podpiska_button {
	width: 133px;
    height: 46px;
    background: #FF0000;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    font-weight: 700;
	cursor:pointer
}
.contacts_button_mobile {
	width: 100%;
    max-width: 400px;
    height: 62px;
    display: none;
    margin: auto;
    border-radius: 60px;
    background: #F00;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    justify-content: center;
    align-items: center;
}
.contacts_right_result, .modal_cont_result {
	display:none
}













@media only screen and (max-width: 1400px) {
	.header_line1_nav {gap: 15px;}
	.header_line2_logo {width:200px}
	.swiper-slide .swiper-slide_content {width: 50%;top: 50%;transform: translate(0, -50%);right: 30px;}
	.swiper_main .swiper-slide img {mask-image: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,1) 80%);-webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,1) 80%);}
	.slider2_item img {mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 1) 80%);-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 1) 80%);}
	.footer2, .footer3 {display:none}
}
@media only screen and (max-width: 1100px) {
	.header_line1_nav {gap: 0;justify-content: space-between;width: 100%;}
	.header_line1_nav_a {font-size: 14px;}
	.header_line1_email {display:none}
	.header_line2_logo {width: 150px;}
	.header_line2_price {width: 110px;}
	.header_line2_lk, .header_line2_lk_in {width: 130px;justify-content: space-evenly;}
	.header_line2_price_text1, .header_line2_lk_text1 {display:none}
	.header_line2_price_text2, .header_line2_lk_text2 {display:flex;}	
	.header_line2_cart {margin-left: 0px;}
	.swiper-slide .swiper-slide_content {width: 65%;}
	.swiper_main .swiper-slide img {mask-image: linear-gradient(to left, rgba(0,0,0,0) 12%, rgba(0,0,0,0.1) 65%, rgba(0,0,0,1) 90%); linear-gradient(to left, rgba(0,0,0,0) 12%, rgba(0,0,0,0.1) 65%, rgba(0,0,0,1) 90%)}	
	.slider2_item img {mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 1) 100%);-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 1) 100%);}
	.tovar_menu_left {gap: 3px;}
	.tovar_menu_left_a {font-size: 14px;width: 100px;height: 35px;}
	.tovar_menu_right {font-size: 12px;}
	.header_line2_lk_in .header_line2_lk_in1 {width: min-content;}
	.contacts_right {display:none}
	.contacts {flex-direction: column;}
	.contacts_button_mobile {display:flex}
	.modal_catalog_left {width: 250px;}
	.modal_catalog_right1_items1 {width: calc((100% - 50px) / 2);}
}
@media only screen and (max-width: 950px) {
	.header_line2_price {display:none}
	.footer4_search {display:none}
	.footer4_contact {margin-top:0}
	.footer4_podpiska {margin-top: 10px;flex-direction: column;align-items: flex-end;}
	.footer4_podpiska_button {margin-right: 60px;}
	.modal_catalog_left {width: 200px;}
	.modal_catalog_right1_items1 {width: 100%}
}
@media only screen and (max-width: 850px) {
	.header_line2_lk {display:none}
}
@media only screen and (max-width: 768px) {
	:root {--otstup: 30px;}
	:root {--top: 30px;}
	:root {--top2: 50px;}
	header {position: fixed;left: 50%;transform: translate(-50%, 0);padding-bottom: 20px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);}
	.header_line1 {display:none}
	.header_line2 {height:105px}
	.header_line2_burger {display:flex}	
	.header_line2_lk_in {display:none}
	main {top: 130px;padding: 0;}
	h1, .contacts {padding: 0 var(--otstup);}
	.swiper {width: 100%;height: 35vw;border-radius: 0;padding: 0;}
	.swiper .swiper-slide, .swiper-slide {border-radius: 0}
	.swiper-slide_title, .swiper-slide_text {text-align: center;}
	.swiper_main .swiper-slide img {width: 100vw;height: 35vw;border-radius: 0;mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 15%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,1) 90%); linear-gradient(to bottom, rgba(0,0,0,0) 15%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,1) 90%)}
    .swiper-slide .swiper-slide_content {width: 90%;right: 5%;top:30%;transform: translate(0, -35%);align-items: center;}
	.tovar_menu {margin: var(--top) var(--otstup) 10px var(--otstup);width: calc(100vw - (var(--otstup)*2));overflow-x: auto;padding:0 0 10px 0}
	.tovar_menu_right {display:none}
	.tovar_razdel, .slider2 {margin: var(--top) var(--otstup) 10px var(--otstup);width: calc(100vw - (var(--otstup)*2));padding:0 0 10px 0}
	.brand_razdel {margin: var(--top2) var(--otstup) 10px var(--otstup);width: calc(100vw - (var(--otstup)*2));padding:0 0 10px 0}
	.tovar_razdel_item {box-shadow:none!important} 
	.slider2 {height: 185px;}
	.slider2_item {width: 350px;height: 170px;}
	.slider2_item img {width: auto;height: 100%;}
	.slider2_item_content {left: 5%;gap: 25px;width: 60%;right: 35%;top: 50%;transform: translate(0, -50%);}
	.slider2_item_title {color: black;font-size: 16px;line-height: 18px;}
	footer {margin-top: 150px;}
	.footer {flex-direction: column;align-items: center;gap: 30px;}
	.footer1, .footer4 {align-items: center;}
}
@media only screen and (max-width: 580px) {
	h1 {font-size:24px}
	h2 {font-size:20px}
	.header_line2 {height: 80px;}
	.header_line2_rasp_phone_a, .header_line2_rasp_text {display:none}
	.header_line2_rasp_phone svg {width: 30px;height: 30px;}
	.header_line2_right {gap: 6px;}
	.mobile_menu {top: 72px;height: calc(100vh - 72px);}
	main {top: 105px;}
	.swiper {width: 100%;height: 75vw;border-radius: 0;padding: 0;}
	.swiper_main .swiper-slide img {height: 75vw;}
	.swiper-slide_title {font-size: 16px;line-height: 22px;}
	.swiper-slide_button {width: 165px;height: 54px;}
}
@media only screen and (max-width: 450px) {	
	h1 {font-size:20px}	
	h2 {font-size:18px}
	p {font-size:14px}
	.header_line2_logo {width:130px}
	.header_line2_social {display:none}
	.header_line2_right {gap: 15px}
	.mobile_menu {padding: 0 20px 10px 15px;}
	.tovar_menu_left_a {font-size: 12px;width: 85px;height: 30px;}
	.slider2 {height: calc(50vw - 15px);}
	.slider2_item {width: 100%;height: calc(49vw - 30px);}
	.slider2_item_content {width: 90%;right: 5%;gap: 10px;}
	.modal {padding: 20px 15px 20px 15px;gap: 15px;}
	.modal_close {right: 18px;top: 21px;}
	.modal_error .modal_text_error, .contacts_right_form_error {font-size: 10px;}
}
@media only screen and (max-width: 359px) {
	:root {--otstup: 10px;}
}	
		