@font-face {
    font-family: 'MyriadPro-Light';
    font-style: normal;
    font-weight: normal;
    src: local('MyriadPro-Light'), url('/test_new/font/MyriadPro-Light.woff') format('woff');
}
@font-face {
    font-family: 'MyriadPro-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('MyriadPro-Bold'), url('/test_new/font/MYRIADPRO-BOLD.woff') format('woff');
}
@font-face {
    font-family: 'MyriadPro-Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('MyriadPro-Semibold'), url('/test_new/font/MYRIADPRO-SEMIBOLD.woff') format('woff');
}
@font-face {
    font-family: 'MyriadPro-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('MyriadPro-Bold'), url('/test_new/font/MyriadPro-Bold.otf') format('otf');
}

body {
	font-family: "MyriadPro-Light", sans-serif;
	color:#2b2b2a;
	padding:0;
	margin:0
}
h1, h2, h3, div, img, a {	
	padding: 0;
    margin: 0;
	box-sizing: border-box;
	color:#2b2b2a
}
p, li {
	color: #000000;
	font-size: 14px;
	line-height:normal;
	font-weight: 400;
}
h2 {
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 22px;
	line-height: 34px;
	font-weight: 700;
	text-transform: uppercase;
}
@keyframes autoReset {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.header2_soc1:hover, .header2_phone:hover,.header2_soc2:hover,.section_left_filtr_submit:hover,.section_left_filtr_erase:hover, .section_items_dalee:hover, .slider_block4_1:hover, .slider_block4_2:hover, .cart_info_right_botton:hover, .animacia:hover, .section_right1_item:hover {
    animation: autoReset 0.5s forwards;
}
header {    
	width: auto;
    display: flex !important;
    flex-direction: column;
    max-width: 1920px;
    align-items: center;
	margin: auto;
	padding:0 100px 0 100px;
}
.header1 {
	display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
	height: 50px;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
}
.header1_time, .header1_adr, .header1_adr a {
	color: #4b4b4b;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	position: relative;
}
.header1_adr {
	display: flex;
    flex-wrap: nowrap;
    gap: 20px;
	flex: 1;
    justify-content: end;
}
.header1_adr1 {
	border-right: 1px solid #4b4b4b;
    padding-right: 15px;
}
.header2 {
	display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
    height: 130px;
    align-items: center;
	gap: 30px;
}
.header2_search {
	display: flex;
    flex: 1;
	position:relative;
	margin-left:15px;
}
.header2_search input, div.search-page input.search-query {
	color: #bfbfbf;
	background: #f4f4f4;
    border-radius: 5px;
    height: 46px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;
    padding: 0 40px 0 20px;	
	border: 0;
	width: 100%;
    z-index: 1;
}
.header2_search input:focus, div.search-page input.search-query:focus { 
	border-color: inherit!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline:none!important;
}
.header2_search input::-webkit-input-placeholder, div.search-page input.search-query::-webkit-input-placeholder  {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #bfbfbf;
	text-overflow: ellipsis;
	font-family: Circe;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
}
.header2_search input:-moz-placeholder, div.search-page input.search-query:-moz-placeholder {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #bfbfbf;
	text-overflow: ellipsis;
	font-family: Circe;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}
div.search-page input.search-button {
    background: #46ae4d;
    border-radius: 6px;
    width: 116px;
    height: 46px;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	border: none;
}
.header2_search svg {
    position: absolute;
	cursor:pointer;
	top:15px;
	right:20px;
	z-index:2
}
.header2_phone {
	display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    text-decoration: none;
    color: #2b2b2a;
    text-align: left;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.header2_soc {
	display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
}
.header2_soc1 {
	display: flex;
    width: 45px;
    height: 45px;
    background: #f4f4f4;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
	position:relative
}
.header2_soc1 svg {
	position:relative;
	z-index: 1;
}
.top_cart_active {
	background: #46AE4D;
}
.top_cart_active svg path {
	stroke:#fff
}
.top_cart_active .top_cart {
	background: #016E39;
	color:#fff
}
.top_cart {
	position: absolute;
    background: #f4f4f4;
    width: 20px;
    height: 20px;
    font-size: 9px;
    border: 1px solid #000;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2px;
    z-index: 2;
    right: 2px;
}
.header2_soc2 {
    display: flex;
    width: 121px;
    height: 45px;
    background: #f4f4f4;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #2b2b2a;
    text-align: center;
    font-family: "MyriadPro-Semibold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 600;
    text-decoration: none;
	padding:0 10px
}
.header3 {
	display: flex;
    flex-wrap: nowrap;
    gap: 10px;
	width: 100%;
	padding-bottom: 30px;
}
.header3_catalog {
	display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    background: #636e79;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: left;
    /*font-family: "MyriadPro-Bold", sans-serif;*/
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    width: 122px;
    height: 52px;
	cursor:pointer;
	text-decoration:none
}
.header3_menu {
	background: #424b54;
    border-radius: 6px;
    height: 52px;
	flex: 1;
	display: flex;
    flex-wrap: nowrap;
	width: 100%;
    justify-content: space-between;
}
.header3_menu1 {
	display: flex;
    flex-wrap: nowrap;
}
.header3_menu1 div {
	display: flex;
    padding: 0 30px;
    border-right: 1px solid #727374;
    height: 17px;
    align-items: center;
    margin: 17px 0;
}
.header3_menu1 div:last-child {
	border-right: none;
}
.header3_menu1 div a {
	color: #ffffff;
    text-align: left;
    /*font-family: "MyriadPro-Bold", sans-serif;*/
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
	text-decoration:none
}
.header3_calc {
	display: flex;
    flex-wrap: nowrap;
	gap: 15px;
    width: 152px;
    height: 52px;
    color: #ffffff;
    text-align: left;
    /*font-family: "MyriadPro-Bold", sans-serif;*/
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #727374;;
}
.header2_mobile {
	display: none;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    height: 105px;
    align-items: center;
}
.header2_mobile_soc {
	display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}
.header2_burger {
	flex-direction: column;
    gap: 3px;
	margin-left:10px
}
.header3_mobile {
	display: none;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
	height: 50px;
    align-items: center;
    padding-bottom: 30px;
	gap:70px
}
.header3_mobile_left {
	display:flex;
	flex-wrap: nowrap;
	gap:20px
}

.header3_mobile_right {
	display:flex;
	flex-wrap: nowrap;
	flex:1;
	gap:20px
}
.header3_mobile_catalog {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    background: #46AE4D;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: left;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 11px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    width: 122px;
    height: 47px;
    cursor: pointer;
}	
.header3_mobile_calc {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    width: 152px;
    height: 47px;
    color: #ffffff;
    text-align: left;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 11px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #727374;
    background: #424B54;
    border-radius: 6px;
}
.header2_mobile_search {
	display:none
}
footer {    
	width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin: 100px auto 0 auto;
	background: linear-gradient(180deg,rgba(61, 70, 80, 1) 0%,rgba(54, 62, 70, 1) 100%);
}
footer a:hover {
	text-decoration:underline
} 
.footer_line1 {
	display: flex;
    flex-wrap: nowrap;
	justify-content: space-between;	
	padding:50px 100px 50px 100px;
	width: max-content;
	width: -webkit-fill-available;
    max-width: 1920px;
	gap:30px
}
.footer_line1_1 {
	display: flex;
    flex-direction: column;
    gap: 30px;
    width: 35%;
}
.footer_line1_1_adr {
	display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.footer_line1_1_adr span, .footer_line1_4_adr span, .footer_line1_1_adr div {
	/*font-family: "MyriadPro-Semibold", sans-serif;*/
	font-weight: 600;
    color: #b5b5b5;
}
.footer_line1_1_adr a {
    color: #b5b5b5;	
}
.footer_line1_2, .footer_line1_3, .footer_line1_4 {
	display: flex;
    flex-direction: column;
    width: 15%;
	padding-top: 10px;
}
.footer_line1_3 {
	display: flex;
    flex-direction: column;
    width: 30%;
	padding-top: 10px;
}
.footer_line1_4 {
	display: flex;
    flex-direction: column;
    width: 20%;
	padding-top: 10px;
}
.footer_menu_title {
	color: #ffffff;
	/*font-family: "MyriadPro-Bold", sans-serif;*/
	font-size: 16px;
	line-height: 10px;
	font-weight: 700;
	text-decoration:none;
	margin-bottom:15px;
	text-transform: uppercase;
}
.footer_menu_item {
	color: #b5b5b5;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	text-decoration:none
}
.footer_line1_4 {
	align-items: end;
}
.footer_line1_4_phone {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    text-decoration: none;
    color: #FFF;
    text-align: left;
    /*font-family: "MyriadPro-Bold", sans-serif;*/
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.footer_line1_4_adr {
	display: flex;
    flex-direction: column;
    margin: 8px 0 25px 0;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    color: #b5b5b5;
	text-align: right;
}
.footer_line1_4_adr a {
	color:#fff
}
.footer_line1_4_soc {
	display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
.footer_line1_4_soc1 {
	background: #636e79;
    border-radius: 6px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_line2 {
	background: #414a52;
    color: #b5b5b5;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;	
	padding:20px 100px 20px 100px;
	width: max-content;
	width: -webkit-fill-available;
	padding-bottom: 75px !important;
}
.footer_line2 a {
	/*font-family: "MyriadPro-Bold", sans-serif;*/
	color: #FFF;
	text-decoration:none
}
.footer_line1_4_doc {
	display:none;
	gap: 5px;
    margin-top: 15px;
	flex-direction: column;
    text-align: center;
}
.footer_line1_4_doc a {
	color: #b5b5b5;
	font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.mobile_menu {
	display: none;
	flex-direction: column;
    width: auto;
    max-width: 470px;
    position: fixed;
    z-index: 111;
    top: 0;
	right: 0;
    background: #fff;
    height: 100vh;
	padding:30px
}
.mobile_menu1 {
	display: flex;
	flex-direction: column;
	flex:1	
}
.mobile_menu1_1 {
	display: flex;
    width: 100%;
    justify-content: left;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
	gap:10px;
	position:relative
}
.mobile_menu1_soc1 {
    display: flex;
    width: 45px;
    height: 45px;
    background: #f4f4f4;
    border-radius: 6px;
    justify-content: center;
    align-items: center;	
}
.mobile_menu1_lk {
    display: flex;
    width: auto;
    max-width: 150px;
    height: 45px;
    background: #f4f4f4;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    color: #2b2b2a;
    font-family: "MyriadPro-Semibold", sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    gap: 10px;
	text-decoration:none
}
.mobile_menu1_lk span {
	line-height: 12px;
}
.mobile_menu_close {
	display: flex;
    position: absolute;
    top: 8px;
    right: 8px;
}
.mobile_menu1_2 {
	display: flex;
    flex-direction: column;
    width: 100%;
}
.mobile_menu2_item {
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e3e3e3;
    padding-bottom: 6px;
    height: 50px; color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 14px;
	line-height: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration:none
}
.mobile_menu3 {
	display: flex;
    flex-direction: column;
    width: 100%;
	gap:30px
}
.mobile_menu3_soc {
	display: flex;
    gap: 10px;
}
.mobile_menu3_soc1 {
	background: #636e79;
    border-radius: 6px;
    width: 37px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile_menu3_adr {
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}
.mobile_menu3_adr span {
	font-family: "MyriadPro-Semibold", sans-serif;
	font-weight: 600;
}
main {
	display: flex;
    flex-direction: column;
    max-width: 1920px;
    margin: auto;
    width: auto;
	padding: 0 100px 30px 100px;
	font-family: "MyriadPro-Light", sans-serif;
}
.breadcrumbList {
	display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
	padding: 0;
	margin-bottom:25px;
	padding-bottom: 5px;
    scrollbar-width: none; 
    -ms-overflow-style:none;
}
.breadcrumbList::-webkit-scrollbar {
    display: none; 
}
.breadcrumbList ul {
	display: flex;
    list-style-type: none;
    font-size: 14px;
    font-weight: 300;
    gap: 30px;
	padding: 0 0 5px 0;
	margin:0
}
.breadcrumbList a {
	font-size: 14px;
	font-weight: 300;
	color: #4b4b4b;
	position:relative;
	text-decoration:none;
	white-space: nowrap;
}
.breadcrumbList a:hover {
	text-decoration:underline
}
.breadcrumbList a:after {
	content:'>';
	position: absolute;
    right: -17px;
}
.breadcrumbList div {
	font-size: 14px;
	font-weight: 300;
	color: #a7a7a7;
	position:relative;
	white-space: nowrap;
	line-height: 18px;
}
.mobile_catalog {
	display: none;
    flex-direction: column;
    width: auto;
    max-width: 470px;
    position: fixed;
    z-index: 111;
    top: 0;
    left: 0;
    background: #fff;
    height: 100vh;
    padding: 30px;
}
.mobile_catalog_close {
    display: flex;
    position: absolute;
    top: 30px;
    right: 22px;
}
.mobile_catalog1 {
	display: flex;
}
.mobile_catalog_title {
	display: flex;
    gap: 30px;
    padding-bottom: 20px;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 16px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2b2b2a;
    align-items: center;
}
.mobile_catalog2_item {
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e3e3e3;
    padding-bottom: 6px;
    height: 40px;
    color: #2b2b2a;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.item_det {
	display: flex;
    width: auto;
	flex-direction:column
}
.item_str {
	display: flex;
    width: auto;
    gap: 33px;
}
.item_str1 {
	display: flex;
    width: 280px;
    flex-direction: column;
    gap: 20px;
}
.item_str1_main {
	width: 280px;
	height: 187px;
	position:relative;
    cursor: pointer;
	overflow:hidden
}
.item_str1_main_img {
	width: 100%;
	height: auto;
}
.item_str1_min {
	display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.item_str1_min_img {
	width: 85px;
    height: 57px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
}
.item_str1_main_lupa {
	background: #f4f4f4;
    border-radius: 6px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.item_str1_min_img_active {
	border-style: solid;
	border-color: #46ae4d;
	border-width: 1.5px;
}
.item_str1_title {
	display: flex;
    gap: 10px;
	position:relative;
	width: calc(100% - 365px);
	margin-bottom: 30px;
}
.item_str1_title h1 {
	color: #2b2b2a;
	text-align: left;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
}
.item_str1_title_metki {
	display: flex;
    gap: 5px;
    font-family: "MyriadPro-Bold", sans-serif;
    text-align: center;
    font-size: 11px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 4px;
    height: 26px;
}
.item_str1_title_metka {
	padding:0 10px;
}
.item_str1_title_metka_hit {
	background: #ff0000;
}
.item_str1_title_metka_new {
	background: #faba2d;
}
.item_str1_title_metka_right {
	background: #636e79;
    position: absolute;
    right: 0;
	color:#fff
}
.item_str3 {
	display: flex;
	flex-direction:column;
	width:100%;
	max-width: 331px;
	gap: 10px;
}
.item_str3_price {
	background: #f4f4f4;
	border-radius: 6px;
	height: auto;
	padding:20px;
	position:relative;
	margin-top: -50px;
}
.item_str3_price_head {
	background: #ffffff;
	border-radius: 6px;
	width: 100%;
	max-width: 291px;
	height: 50px;
	position: relative;
	padding: 26px 0 0 18px;
	color: #2b2b2a;
    font-size: 14px;
    line-height: 10px;
    font-weight: 600;
	cursor:pointer;
	margin-bottom: 20px;
}
.item_str3_price_label {
	color: #a4a4a4;
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    left: 38px;
    top: 29px;
}
.item_str3_price_head_svg {
	position: absolute;
    right: 30px;
    top: 40px;
}
.item_str3_price_list {
	display: none;
    flex-direction: column;
    background: #ffffff;
    border-radius: 6px;
    width: 175px;
    height: 63px;
    position: relative;
    padding: 8px 0 0 0;
    color: #2b2b2a;
    font-size: 14px;
    border: 1px solid #2b2b2a;
    gap: 10px;
    position: absolute;
    left: 62px;
    top: 62px;
    z-index: 2;
}
.item_str3_price_item {
	padding-left:10px;
	cursor:pointer;
}
.item_str3_price_item:hover {
	text-decoration:underline
}
.item_str3_price2 {
	display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    margin-top: 15px;
	overflow: hidden;
}
.item_str3_price2_left, .item_str3_price2_rigth {
	display:flex;
	background: #f4f4f4;
	z-index:1;
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.item_str3_price2_rigth_bn {
	display:none;
	background: #f4f4f4;
	z-index:1;
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.item_str3_price2_left {
	padding-right:5px
}
.item_str3_price2_rigth {
	padding-left:5px
}
.item_str3_price2:before {
	position: absolute;
    content: " ....................................................................................................";
    z-index: 0;
    bottom: 0;
}
.item_str3_cart {
	display: flex;
    width: 100%;
    margin-top: 25px;
    gap: 12px;
}
.item_str3_cart_in {
    margin-top: 25px;
	background: #424b54;
    border-radius: 6px;
    width: 100%;
    height: 46px;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_str3_cart_min, .item_str3_cart_plus {
	background: #ffffff;
    border-radius: 6px;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.item_str3_cart_kolv {
	display: flex;
    width: 20px;
    justify-content: center;
    align-items: center;
    color: #2b2b2a;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 16px;
    line-height: 10px;
    font-weight: 700;
}
.item_str3_cart_incart {
	background: #46ae4d;
    border-radius: 6px;
    width: 142px;
    height: 46px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.item_str3_promo {
	border-radius: 6px;
    border-style: dashed;
    border-color: #e3e3e3;
    border-width: 1px;
    height: 61px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 13px 0;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "MyriadPro-Bold", sans-serif;
	color: #2b2b2a;
}
.item_str3_promo span {
	color: #46ae4d;
}
.item_str3_septir {
	background: #f4f4f4;
    border-radius: 6px;
    height: 72px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item_str3_septir1  {
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;	
}
.item_str3_septir2  {
	color: #46ae4d;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.item_str2 {
	display: flex;
    flex-direction: column;
    flex: 1;
}
.item_str2_sv {
	display: flex;
    width: 100%;
    max-width: 800px;
    margin: auto;
    position: relative;
    justify-content: space-between;
	overflow: hidden;
	margin: 15px auto 0 auto;
    overflow: hidden;	
}
.item_str2_text {
	color: #000000;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.item_str2_text2 {
	max-height: 75px;
	overflow-y:hidden
}
.item_str2_open {
	display:none;
	color: #46ae4d;
	font-size: 14px;
	line-height: 10px;
	font-weight: 400;
	width: fit-content;
    align-items: center;
    gap: 10px;
	cursor:pointer
}
.item_str2_open span {
	border-bottom: 1px dashed #46ae4d;	
}
.item_str2_open_act {
	display:flex;
}
.item_str2_sv_left {
	padding-right:5px
}
.item_str2_sv_rigth {
	padding-left:5px
}
.item_str2_sv_left, .item_str2_sv_right {
	display:flex;
	background: #fff;
	z-index:1;
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	gap:5px;
}
.item_str2_sv:before {
	position: absolute;
    content: " ..............................................................................................................................................................................................................................................................................................................................................................................";
    z-index: 0;
    bottom: 0;
}
.item_faqs h2, .item_services h2 {
	text-align:center
}
.item_faqs {
	display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 100px auto 0 auto;
    width: 100%;
    max-width: 1200px;
}
.item_faq {
	background: #f4f4f4;
    border-radius: 6px;
    height: auto;
    padding: 25px;
    gap: 17px;
    display: flex;
    flex-direction: column;
}
.item_faq_q {
	color: #46ae4d;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.item_faq_a {
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}
.item_services {
	display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 100px auto 0 auto;
    width: 100%;
    max-width: 1200px;
}
.item_services1 {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
	justify-content: center;
}
.item_services1 img {
	width: 100%;
    height: auto;
	display: flex;
}
.item_service {
	display: flex;
    position: relative;
    border-radius: 6px;
}
.item_service_title {
	display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
	left: 10%;
    top: 25%;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.item_service_title span {
	color: #46ae4d;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.item_service svg {
	position: absolute;
    top: 39%;
    right: 20px;
}
.item_dololn {
	display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 100px auto 0 auto;
    width: 100%;
    max-width: 1200px;
	position: relative;
}
.item_dololn_title {
	display: flex;
	gap:20px
}
.item_dololn_title1 {
	display: flex;
    gap: 10px;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
	color: #46ae4d; 
	border-bottom: 1px dashed #46ae4d;
	cursor:pointer
}
.item_dololn_title1_mobil {
	display:none
}
.item_dololn_title1_act {
    color: #2b2b2a;
	border:none	
}
.item_dololn_item {
	width: 290px;
    border-right: 1px solid #e3e3e3;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}
.item_dololn_item_img {
	width: 100%;
	height:180px;
    text-align: center;
}
.item_dololn_item_img img {
	height:100%
}
.item_dololn_item_sklad {
	font-size: 14px;
    line-height: 10px;
    font-weight: 400;
}
.item_dololn_item_sklad_in {
	color: #46ae4d;
}
.item_dololn_item_sklad_out {
	color: #a7a7a7;
}
.item_dololn_items {
	display: none;
	overflow: auto;
    padding-bottom: 20px;
	scrollbar-width: none;
    -ms-overflow-style: none;
}
.item_dololn_items::-webkit-scrollbar {
    width: 10px; 
}

.item_dololn_items::-webkit-scrollbar-track {
    background: #e0e0e0;
}

.item_dololn_items::-webkit-scrollbar-thumb {
    background: #46ae4d;
    border-radius: 10px; 
}
.item_dololn_items_act {
	display: flex;
}
.item_dololn_items1 {
	display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}
.item_dololn_item_title {
	color: #2b2b2a;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    min-height: 58px;
    overflow-y: hidden;
}
.item_dololn_item_info_price {
	color: #a7a7a7;
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;
}
.item_dololn_item_price {
	font-family: "MyriadPro-Bold", sans-serif;
    font-size: 21px;
    line-height: 18px;
    font-weight: 700;
    color: #2b2b2a;
    margin: 8px 0 29px 0;
}
.item_dololn_item_cart {
	display: flex;
    width: 100%;
    gap: 12px;
}
.item_dololn_item_cart_min, .item_dololn_item_cart_plus {
	background: #f4f4f4;
    border-radius: 6px;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer
}
.item_dololn_item_cart_incart {
	background: #46ae4d;
    border-radius: 6px;
    width: 116px;
    height: 46px;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer
}
.item_dololn_item_cart_incart svg {
	display:none
}
.item_dololn_item_cart_kolv {
	width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 16px;
	line-height: 10px;
	font-weight: 700;
}
.item_dololn_item_cart_in {
	background: #424b54;
    border-radius: 6px;
    width: 100%;
    height: 46px;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mask {
    background: rgba(43, 43, 43, 0.80);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
}
.item_img_full {
	display:none;
	position: fixed;
    top: 10%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}
.item_img_full_hor {
	width: auto;
    max-width: 95vw;
    height: auto;
}
.item_img_full_close {
	position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    padding: 20px;
	cursor:pointer
}
.item_img_full_img1 {
	display: flex;
    width: max-content;
    max-width: 95vw;
}
.section {
	display: flex;
    gap: 15px;
}
.section_left {
	display: flex;
    flex-direction: column;
    gap: 20px;
    width: 280px;
    min-width: 280px;
}
.section_left_catalog {
	display: flex;
    flex-direction: column;	
    width: 100%;
	background: #f4f4f4;
    border-radius: 6px;
}
.section_left_catalog_title {
	display: flex;
    height: 52px;
    padding: 18px 20px;
    cursor: pointer;
    gap: 13px;
	position:relative;
	align-items: center;
}
.section_left_catalog_title span, .section_left_filtr_title span {
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 14px;
	line-height: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.section_left_catalog_title_svg, .section_left_filtr_title_svg {
	display: flex;
    position: absolute;
    right: 20px;
}
.section_left_catalog_active .section_left_catalog_title_svg {
	transform: rotate(180deg);
}
.section_left_catalog_item {
    display: none;
    height: 47px;
    border-top: 1px solid #e3e3e3;
    padding: 18px 20px 18px 40px;
    align-items: center;
    color: #2b2b2a;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
	position:relative
}
.section_left_catalog_active .section_left_catalog_item{
	display: flex;
}
.section_left_catalog_item:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDcgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuOTAwMzkxIDAuOTAwMDI0TDUuOTAwMzkgNi45MDAwMkwwLjkwMDM5MSAxMi45IiBzdHJva2U9IiNCRkJGQkYiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
    color: #BFBFBF;
    position: absolute;
    width: 7px;
    height: 14px;
    left: 20px;
}
.section_left_catalog_item:hover {
	color: #46AE4D;
}
.section_left_filtr {
	display: flex;
    flex-direction: column;
    width: 100%;
    background: #f4f4f4;
    border-radius: 6px;
}
.section_left_filtr_act {
    padding-bottom: 20px;	
}
.section_left_filtr_title {
	display: flex;
    height: 52px;
    padding: 18px 20px;
    cursor: pointer;
    gap: 13px;
    position: relative;
    align-items: center;
}
.section_left_filtr_title_svg, .section_left_filtr_item_title_svg {
	transform: rotate(180deg);
}
.section_left_filtr_items {
	padding: 0 20px 20px;
	display:flex;
	flex-direction: column;
}
.section_left_filtr_item_item {
    border-top: 1px solid #e3e3e3;
	display: flex;
    flex-direction: column;
    padding-bottom: 22px;
}
.smartfilter .section_left_filtr_item_item:first-of-type {
    border-top: none;
}
.section_left_filtr_item_title {
    align-items: center;
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 14px;
	line-height: 10px;
	font-weight: 700;
	text-transform: uppercase;
	position:relative;
	padding: 12px 0 12px 0;
    display: flex;
	cursor:pointer
}
.section_left_filtr_item_title_svg {
	display: flex;
    position: absolute;
    right: 0px;
}
.section_left_filtr_item_act .section_left_filtr_item_title_svg {
	transform: rotate(180deg);	
}
.section_left_filtr_item_item1 {
	display: flex;
    flex-direction: column;
    gap: 11px;
}
.section_left_filtr_item_ul {
	display: flex;
    gap: 11px;
	align-items: center;
}
.section_left_filtr_item_ul1 {
	background: #ffffff;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	cursor:pointer
}
.section_left_filtr_item_ul1 svg {
	display:none
}
.section_left_filtr_item_ul1_active {
	background: #46AE4D;
	justify-items: center;
    align-content: center;
}
.section_left_filtr_item_ul1 svg {
	display:flex;
}
.section_left_filtr_item_ul2 {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	width: 81px;
	height: 16px;
	display: flex;
	gap: 5px;
	width: 100%;
}
.section_left_filtr_item_ul2 span {
	color: #a7a7a7;
}
.section_left_filtr_erase {
	display: flex;
    background: #ffffff;
    border-radius: 6px;
    width: 100%;
    height: 46px;
    justify-content: center;
    margin: auto;
    align-items: center;
    color: #a7a7a7;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
	cursor:pointer;
	border: 0;
}
.section_left_filtr_submit {
	display: flex;
    background: #46AE4D;
    border-radius: 6px;
    width: 100%;
    height: 46px;
    justify-content: center;
    margin: 20px auto 10px auto;
    align-items: center;
    color: #fff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
	cursor:pointer;
	border: 0;
}
.section_right {
	display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
	position: relative;
}
.section_right1 {
	padding-left:20px;
}
.section_right1_1 {	
	display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    width: auto;
    overflow-x: auto;
	padding-bottom: 10px;
}

.section_right1_item {
	border-radius: 6px;
    border-style: solid;
    border-color: #F08644;
    border-width: 1px;
    width: -webkit-fill-available;
	width: auto;
	min-width: 140px;
    height: 52px;
    display: flex;
    padding: 0 25px;
    justify-content: center;
    align-items: center;
    color: #F08644;
    text-align: left;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
	text-align:center
}
.section_right1_item:hover {
	text-decoration: none;
	color: #F08644;
}
.section_right2 {
	display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}
.section_right2 h1 {
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.section_right2_sort {
	display: flex;
    gap: 10px;
}
.section_right2_sort span {
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: #000000;
	cursor:pointer
}
.section_right2_sort_active {
	font-weight: 700;
	border-bottom:1px dashed #46ae4d;
}
.section_right3 {
	display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e3e3e3;
}
.section_items_dalee {
	background: #46ae4d;
    border-radius: 6px;
    width: 116px;
    height: 46px;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 10px auto;
}
.section_items_dalee:hover, .section_items_dalee:active {
	color:#fff;
	text-decoration:none
}
.section_item {
	display: flex;
    flex-direction: column;
    border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
    width:25%;
	min-width: 240px;
    padding: 0 20px 20px 20px;
	position:relative;
}
.section_item:hover {
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
}
.section_item_img {
	display: flex;
    margin: 24px 0 28px auto;
    min-height: 127px;
}
.section_item_img img {
	width: 100%;
    height: auto;
    display: flex;
}
.section_item_labels {
	display: flex;
    gap: 10px;
    position: absolute;
	top:15px
}
.section_item_label {
	display: flex;
    height: 26px;
    border-radius: 4px;
	color: #ffffff;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 14px;
	line-height: 10px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 10px;
    align-items: center;
}
.section_item_label1 {
	background: #ff0000;
}
.section_item_label2 {
	background: #faba2d;
}
.section_item_sklad {
	font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
	min-height: 32px;
}
.section_item_sklad_in {
	color: #46ae4d;
}
.section_item_sklad_malo {
	color: #2b2b2a;
	font-size: 14px;
    line-height: 14px;
}
.section_item_sklad_out {
	color: #a7a7a7;
	font-size: 14px;
    line-height: 14px;
}

.section_item_title {
	color: #2b2b2a;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    min-height: 58px;
    overflow-y: hidden;
	font-family:"MyriadPro-Bold", sans-serif
}
.section_item_info_price {
	color: #a7a7a7;
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;
	padding-top:19px
}
.section_item_price {
	font-family: "MyriadPro-Bold", sans-serif;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    color: #2b2b2a;
    margin: 8px 0 29px 0;
	text-align:center;
	min-height:72px
}
.section_item_cart {
	display: flex;
    width: 100%;
    gap: 12px;
	min-height: 46px;
}
.section_item_cart_min, .section_item_cart_plus {
	background: #f4f4f4;
    border-radius: 6px;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer
}
.section_item_cart_incart {
	background: #46ae4d;
    border-radius: 6px;
    width: 116px;
    height: 46px;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer;
	margin-left: auto;
}
.section_item_cart_incart svg {
	display:none
}
.section_item_cart_kolv {
	width: 20px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 16px;
	line-height: 10px;
	font-weight: 700;
}
.section_item_cart_in {
	background: #424b54;
    border-radius: 6px;
    width: 100%;
    height: 46px;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_item_properties {
	display: flex;
    flex-direction: column;
    color: #2b2b2a;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
	min-height: 95px;
	width:100%;
	max-width:250px;
	margin:0 auto
}
.section_item_property {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	position:relative;
	overflow:hidden
}

.section_item_property:before {
	position: absolute;
    content: " ..........................................................................................................................................................................................";
    z-index: 0;
    bottom: 0;
}
.section_item_property1, .section_item_property2 {
	z-index: 1;
    background: #fff;
}
.section_item_property1 {
	padding-right: 3px;
}
.section_item_property2 {
	padding-left: 3px;
}
.catalog_items {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	border-top: 1px solid #e3e3e3;
}
.catalog_item {
	display: flex;
    flex-direction: column;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    width: 25%;
	min-width: 180px;
    padding: 20px 20px 20px 0;
    position: relative;
}
.catalog_item:hover {
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
}
.catalog_item_img img {
	height: auto;
    display: flex;
    width: 100%;
}
.catalog_item_img {
    display: flex;
	margin: 0 0 48px auto;
}
.catalog_item_kolv {
	color: #a7a7a7;
	font-size: 14px;
	line-height: 10px;
	font-weight: 400;
	padding-left: 25px;
}
.catalog_item_title {
	color: #46ae4d;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration:none;
	margin-top:10px;
	padding-left: 25px;
	min-height: 45px;
}
.catalog_item_title:hover, .catalog_item_section a:hover {
	text-decoration:underline
}
.catalog_item_section {
	position:relative;	
	padding-left: 25px;
}
.catalog_item_section a {
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 14px;
	line-height: 12px;
	font-weight: 700;
	text-transform: uppercase;
	height: 40px;
    text-decoration: none;
    width: 100%;
    padding-left: 0px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
	padding-left: 20px;
}
.catalog_item_section a:last-child {
	border-bottom: none;
} 

.catalog_item_section a:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDcgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjkwMDM5MSAwLjkwMDAyNEw1LjkwMDM5IDYuOTAwMDJMMC45MDAzOTEgMTIuOSIgc3Ryb2tlPSIjRDlEOUQ5IiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    color: #BFBFBF;
    position: absolute;
    width: 7px;
    height: 14px;
    left: 25px;
}
.catalog_item_dop {
	border-radius: 6px;
    border-style: solid;
    border-color: #46ae4d;
    border-width: 2px;
    width: auto;
    height: 46px;
    margin-left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    color: #46ae4d;
    text-transform: uppercase;
	text-decoration:none
}
.catalog_item_dop:hover {
	color: #FFF;
	background: #46ae4d;
}
.global_serv {
	display: flex;
    width: auto;
    flex-direction: column;
}
.global_serv_title, .customer {
	display: flex;
    gap: 10px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.global_serv_title h1, .customer h1, .zakaz_history h1, .pfofil h1 {
    color: #2b2b2a;
    text-align: left;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.global_services {
	display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 1200px;
}
.global_services1 {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
	justify-content: center;
}
.global_services1 img {
	width: auto;
    height: 100%;
	display: flex;
	position: absolute;
    z-index: 0;
}
.global_service {
	display: flex;
    position: relative;
    border-radius: 6px;
	width: 380px;
    height: 209px;
    flex-direction: column;
	text-decoration: none;
	overflow: hidden;
	background: url(images/serv_glob_dost.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.global_service_info {
	display: flex;
    flex-direction: column;
    height: 100%;
    padding: 35px 70px 35px 35px;
}
.global_service_title {
	display: flex;
    flex-direction: column;
    gap: 5px;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
	z-index: 1;
}
.global_service_title span {
	color: #46ae4d;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.global_service svg {
	position: absolute;
    top: 39%;
    right: 20px;
}
.global_service_text {
	z-index: 1;
    color: #ffffff;
    text-align: left;
    font-family: "MyriadPro-Regular", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 5px 0 18px 0;
}
.global_service_ssilka {
	display: flex;
    background: #46ae4d;
    border-radius: 6px;
    width: 100px;
    height: 36px;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
    justify-content: center;
    align-items: center;
}
.global_service:hover {
    animation: autoReset 0.5s forwards;
}
.contacts {
	display: flex;
    gap: 35px;
	width: 100%;
    max-width: 1440px;
    margin: auto;
}
.contacts_left {
	display: flex;
    flex-direction: column;
    gap: 20px;
	flex: 1;
}
.contacts_left_title {
	display: flex;
    gap: 20px;
    color: #46ae4d;
    text-align: left;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.contacts_left_title1 {
	border-bottom: 1px dashed #46ae4d;
	cursor:pointer;
	color:#46ae4d
}
.contacts_left_title1_act {
	border-bottom: none;
	color: #2b2b2a;
}
.contacts_left_info {
	display: flex;
    flex-direction: column;
    gap: 25px;
}
.contacts_left_info_adr {
	color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.contacts_left_info_tel {
	display: flex;
    flex-direction: column;
    color: #000000;
    line-height: 26px;
    font-weight: 300;
    font-size: 16px;
}
.contacts_left_info_tel1 {
	display: flex;
    flex-direction: column;
    gap: 25px;
    border-left: 2px solid #46ae4d;
    padding-left: 20px;
}
.contacts_left_info_tel1_1 {
	display: flex;
    gap: 50px;
}
.contacts_left_info_tel1 a {
	color: #46ae4d;
	border-bottom: 1px dashed #46ae4d;
	text-decoration:none
}
.contacts_left_info_tel_right span {
	font-family: "MyriadPro-Bold", sans-serif;
	font-weight: 700;
}
.contacts_left_info_map {
	width:100%;
	height:300px;
	border:1px solid #ccc;
	overflow:hidden
}
.contacts_right {
	background: #f4f4f4;
	border-radius: 6px;
	height: max-content;
    height: -webkit-fill-available;
	width:100%;
	max-width:330px;
	display:flex;
	flex-direction:column;
	padding:20px;
	gap: 20px;
	margin: auto;
	position: relative;
}
.contacts_right1 {
	width:100%;
	display:flex;
	flex-direction:column;
	gap:15px
}
.section_left_catalog_tema {
	background: #ffffff;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 12px;
	justify-content: center;
	cursor:pointer;
	gap:5px
}
.section_left_catalog_tema_title, .section_left_catalog_input_title {
	color: #a4a4a4;
	font-size: 14px;
	line-height: 10px;
	font-weight: 400;
}
.section_left_catalog_tema_vidor {
	font-family: "MyriadPro-Bold", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 10px;
}	
.section_left_catalog_tema2 {
	background: #ffffff;
    border-radius: 6px;
    width: 250px;
    height: auto;
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
    border: 1px solid #f4f4f4;
    padding: 15px;
	top: 61px;
    left: 40px;
    z-index: 2;
}
.contacts_right_input, .contacts_right_textarea {
	background: #ffffff;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 12px;
	justify-content: center;
	cursor:pointer;
	gap:5px	
}
.contacts_right_textarea {
	flex: 1;
	justify-content: flex-start;
	padding:12px;
	height: 100%;
}
.contacts_right_input input, .contacts_right_textarea textarea {
	color: #2b2b2a;
	font-size: 14px;
	line-height: 10px;
	font-weight: 400;
	border: 0;
	height:auto;
	width: 100%;
}	
.contacts_right_textarea textarea {
	height:100%
}
.contacts_right_input input:focus, .contacts_right_textarea textarea:focus  { 
	border-color: inherit!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline:none!important;
}
.contacts_right_input input::-webkit-input-placeholder, .contacts_right_textarea textarea::-webkit-input-placeholder {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #bfbfbf;
	text-overflow: ellipsis;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}
.contacts_right_input input:-moz-placeholder, .contacts_right_textarea textarea:-moz-placeholder {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #bfbfbf;
	text-overflow: ellipsis;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.contacts_right_buton {
	background: #46ae4d;
    border-radius: 6px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    font-family: "MyriadPro-Bold", sans-serif;
    cursor: pointer;
}
.contacts_right_otvet {
	font-size: 14px;
    line-height: 16px;
	text-align:center
}
.customer {
	flex-direction:column
}
h2 {
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 0 10px 0;
}
.customer_info_important {
	background: #f4f4f4;
    border-radius: 6px;
    height: 70px;
    position: relative;
    padding: 15px 190px 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
	height: auto;
    min-height: 80px;
	margin-bottom: 20px;
	display: grid;
    align-items: center;
}
.customer_info_important span {
	color: #46ae4d;
	font-family: "MyriadPro-Bold", sans-serif;
	font-weight: 700;
	padding-left:20px
}
.customer_info_important a {
	background: #46ae4d;
	border-radius: 6px;
	width: 151px;
	height: 46px;
    display: flex;
    position: absolute;
	color: #ffffff;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 14px;
	line-height: 10px;
	font-weight: 700;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    right: 20px;
	top: 50%;
    transform: translate(0, -50%);
}
.customer_info blockquote {
	border-left: 2px solid #46ae4d;
    padding-left: 10px;
}
.cart {
	display: flex;
    flex-direction: column;
    gap: 30px;
}
.cart_titles {
	display: flex;
    gap: 18px;
}
.cart_title {
	gap:7px;
	display:flex;
	align-items: center;
	cursor:pointer
}
.cart_title .cart_title_kolv {
	display: flex;
    width: 24px;
    height: 24px;
    background: #424b54;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 11px;
    font-weight: 700;
}
.cart_title_name {
	color: #46ae4d;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom:1px dashed #46ae4d;	
}
.cart_title_act .cart_title_name {
	color: #2b2b2a;
	border-bottom:none;
}
.cart_info {
	display: flex;
    width: 100%;
    gap: 35px;
}
.cart_info_left {
	display: flex;
    flex: 1;
}
.cart_info_items {
	display: flex;
    flex-direction: column;
	flex: 1;
}
.cart_info_item {
	display: flex;
    gap: 20px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
}
.cart_info_item:last-child {
	border-bottom: none;
}
.cart_info_item1, .cart_info_item2 {
	display: flex;
    gap: 20px;
	align-items: center;
    padding: 27px 0;
	position: relative;
}
.cart_info_item1 {
	flex:1
}
.cart_info_item_del_mob, .cart_info_item_otl_mob {
	display:none
}
.cart_info_item2_mob {
	display:none;
	flex-direction: row-reverse;
    align-items: center;
    gap: 15px;
}
.cart_info_item_name {
	color: #2b2b2a;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-decoration: underline;
    display: flex;
    flex: 1;
}
.cart_info_item_otl {
	color: #46ae4d;
    text-align: left;
    font-family: "MyriadPro-Regular", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    border-bottom: 1px dashed #46ae4d;
	text-decoration:none
}
.cart_info_item_ves {
	color: #2b2b2a;
    font-size: 16px;
    line-height: 10px;
    font-weight: 400;
}
.cart_info_item_kolv {
	display: flex;
    gap: 15px;
}
.cart_info_item_min, .cart_info_item_plus {
	background: #f4f4f4;
    border-radius: 6px;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.cart_info_item_kolv1 {
	width: 20px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2b2b2a;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 16px;
    line-height: 10px;
    font-weight: 700;
	border:none;
	text-align: center;
}
.cart_info_item_kolv1:focus { 
	border-color: inherit!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline:none!important;
}
.cart_info_item_kolv1::-webkit-input-placeholder {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #bfbfbf;
	text-overflow: ellipsis;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 10px;
}
.cart_info_item_kolv1:-moz-placeholder {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #bfbfbf;
	text-overflow: ellipsis;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 10px;
    font-weight: 700;
}
.cart_info_item_price {
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	display: flex;
    align-items: center;
}
.cart_info_item_del, .cart_info_item_del_mob {
	cursor:pointer
}
.cart_info_right {
	background: #f4f4f4;
	border-radius: 6px;
	height: 350px;
	width:331px;
	padding: 20px 20px 40px 20px;
	gap:30px;	
	display: flex;
    flex-direction: column;
}
.cart_info_right_items {
	display: flex;
    flex-direction: column;
    gap: 25px;
}
.cart_info_right_item {
	display: flex;
    color: #2b2b2a;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    justify-content: space-between;
	position:relative;
	overflow: hidden;
}

.cart_info_right_item:before {
	position: absolute;
	color: #a7a7a7;
	font-size: 14px;
	font-weight: 300;
    content: " ....................................................................................................";
    z-index: 0;
    bottom: 0;
}
.cart_info_right_item_left, .cart_info_right_item_right {
	z-index: 1;
	background:#f4f4f4;
}
.cart_info_right_item_left {
	padding-right: 5px;
}
.cart_info_right_item_right {
	padding-left: 5px;
}
.cart_info_right_botton {
	background: #46ae4d;
    border-radius: 6px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
	text-decoration:none;
}
.cart_info_right_info, .cart_info_right_info a {
	color: #a4a4a4;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
}
.cart_info_right_info a {
	text-decoration:none;
	border-bottom:1px dashed #a4a4a4;
}
.section_right_article {
	display: flex;
    gap: 25px;
}
.section_right_article_left {
	display: flex;
    width: 126px;
}
.section_right_article_right {
	display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.section_right_article_title {
	color: #46ae4d;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
}
.section_right_article_anons {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
.zakaz_history {
	display: flex;
    flex-direction: column;
    gap: 30px;
}
.zakaz_history_items {
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.zakaz_history_item {
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.zakaz_history_item1 {
	position:relative;
	background: #f4f4f4;
    border-radius: 6px;
    height: 70px;
    display: flex;
    padding: 0 45px 0 25px;
    justify-content: space-between;
    align-items: center;
	cursor:pointer;
	gap: 10px;
}
.zakaz_history_item1_right_svg {
	position: absolute;
    right: 15px;
}
.zakaz_history_item1_left {
	color: #2b2b2a;
    text-align: left;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.zakaz_history_item1_right {
	color: #bfbfbf;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 14px;
	line-height: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
}
.zakaz_history_item_act .zakaz_history_item1_right_svg {
	transform: rotate(180deg);
}
.zakaz_history_item_act .zakaz_history_item1_right_svg path {
	stroke: #46ae4d;
}
.zakaz_history_item2 {
	position: relative;
    background: #f4f4f4;
    border-radius: 6px;
    display: none;
    flex-direction: column;
    padding: 25px;
	gap:30px
}
.zakaz_history_item_act .zakaz_history_item2 {
	display: flex;
}
.zakaz_history_item2_1_left1_left, .zakaz_history_item2_1_left1_right {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	z-index:1;
	background: #f4f4f4;
}
.zakaz_history_item2_1_left1_left {
	padding-right:5px;	
}
.zakaz_history_item2_1_left1_right {
	padding-left:5px;	
}
.zakaz_history_item2_1 {
	display: flex;
    gap: 50px;
    width: 100%;
}
.zakaz_history_item2_1_left {
	display: flex;
    flex-direction: column;
	flex: 1;
}
.zakaz_history_item2_1_left1 {
	display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: auto;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	position:relative;
	overflow:hidden;
}
.zakaz_history_item2_1_left1:before {
	position: absolute;
	color: #a7a7a7;
	font-size: 14px;
	font-weight: 300;
    content: " ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................";
    z-index: 0;
    bottom: 0;
}
.zakaz_history_item2_1_right {
	display: flex;
    gap: 15px;
    flex-wrap: wrap;
	justify-content: center;
}
.zakaz_history_item2_1_right_povt, .zakaz_history_item2_1_right_del {
	background: #46ae4d;
    border-radius: 6px;
    width: 142px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.zakaz_history_item2_1_right_del {
	background: #424b54;
}	
.zakaz_history_item2_2 {
	display: flex;
    flex-direction: column;
}
.zakaz_history_item2_2_items {
	display: flex;
    flex-direction: column;
	border-top: 1px solid #e4e4e4;
	padding: 0;
}
.zakaz_history_item2_2_item {
	display: flex;
    padding: 20px 0;
	gap:30px;
	border-bottom: 1px solid #e4e4e4;
	position:relative
}
.zakaz_history_item2_2_item img {
	max-width:150px
}
.zakaz_history_item2_2_item1 {
	display: flex;
    gap: 25px;
    flex: 1;
	align-items: center;
}
.zakaz_history_item2_2_item2 {
	display: flex;
    gap: 25px;
	align-items: center;
}
.zakaz_history_item2_2_item_name {
	color: #2b2b2a;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.zakaz_history_item2_2_item_type {
	color: #c3c3c3;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.zakaz_history_item2_2_item_kolv {
	color: #2b2b2a;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;	
}
.zakaz_history_item2_2_item_price {
	color: #2b2b2a;
    font-family: "MyriadPro-Bold", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;	
}
.zakaz_history_item2_2_item_del {
	cursor:pointer
}
.pfofil {
	display: flex;
    flex-direction: column;
    gap: 30px;
	width: 100%;
    max-width: 1440px;
    margin: auto;
}
.pfofil_title1 {
	display: flex;
    gap: 20px;
	margin-bottom: 20px;
}
.pfofil_title1 a {
	color: #46ae4d;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px dashed #46ae4d;	
    text-decoration: none;
	height: 22px;
}
.pfofil form {
	width: 100%;
    max-width: 1000px;
    margin: auto;
	text-align:center
}
.pfofil_items {
	display: flex;
	flex-wrap: wrap;
    gap: 20px;
	justify-content: center;
	margin-bottom:20px
}
.pfofil_item {
    background: #F4F4F4;
    border-radius: 6px;
	width:100%;
	max-width:calc(50% - 15px);
    height: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 12px;
    justify-content: center;
    cursor: pointer;
    gap: 5px;
}
.pfofil_item_captcha {
    border-radius: 6px;
	width:100%;
	max-width:calc(50% - 15px);
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
	align-items: center;
    padding-left: 12px;
    justify-content: center;
    cursor: pointer;
    gap: 5px;
}
.pfofil_item_checkbox {
	width: 100%;
    max-width: calc(50% - 15px);
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 12px;
    justify-content: center;
    cursor: pointer;
    gap: 5px;
    margin: auto;
}
.pfofil_item_captcha .pfofil_item_1 {
	background: #F4F4F4;
}
.pfofil_item_title {
	color: #a4a4a4;
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;
}
.pfofil_item input, .pfofil_item textarea, .pfofil_item_captcha input {
    color: #2b2b2a;
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;
    border: 0;
    height: auto;
    width: 100%;
    background: #F4F4F4;
}

.pfofil_item input:focus, .pfofil_item textarea:focus  { 
	border-color: inherit!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline:none!important;
}
.pfofil_item input::-webkit-input-placeholder, .pfofil_item textarea::-webkit-input-placeholder {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #bfbfbf;
	text-overflow: ellipsis;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}
.pfofil_item input:-moz-placeholder, .pfofil_item textarea:-moz-placeholder {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #bfbfbf;
	text-overflow: ellipsis;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.pfofil_item_select_title {
	width:100%;
}
.pfofil_item_select_tema {
    background: #F4F4F4;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 12px;
    justify-content: center;
    cursor: pointer;
    gap: 5px;
}
.pfofil_item_select_vidor {
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
}
.pfofil_item_select_svg {
    display: flex;
    position: absolute;
    right: 20px;
}
.pfofil_item_select_tema2 {
    background: #ffffff;
    border-radius: 6px;
    width: 250px;
    height: auto;
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
    border: 1px solid #f4f4f4;
    padding: 15px;
    top: 45px;
    left: 20px;
    z-index: 2;
}
.pfofil_botton {
	background: #46ae4d;
    border-radius: 6px;
    height: 60px;
    display: flex;    
    width:100%;
	max-width:calc(33.3% - 15px);
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
	cursor:pointer;
	margin: 20px auto;
	border: 0;
	text-align: center;
}
.pfofil_botton:hover {
    animation: autoReset 0.5s forwards;
}
.profil_fogot {
	text-align:center;
	display: block;
}
.bx-ui-slider-range .left {
    border-bottom: 22px solid #6ac14c !important;
    border-left: 22px solid transparent;
}
.bx-ui-slider-range .right {
    border-bottom: 22px solid #6ac14c !important;
    border-right: 22px solid transparent;
}
.bx-ui-slider-track {
    background-color: #72d64c;
}
.fimg {
    float: left;
    margin-right: 20px;
}
.top_perv {
	position:relative
}
.top_perv_nav {
	position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    gap: 20px;
	cursor:pointer
}
.item_dololn .top_perv_nav {
	top: -8px;
}
.top_perv_left h2 {
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
	text-transform: uppercase;
}
.text_perv {
	display: flex;
    flex-direction: column;
    margin-top: 100px;
}
.text_perv h1 {
	color: #2b2b2a;
	font-family: "MyriadPro-Bold", sans-serif;
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
	text-transform: uppercase;
}
.text_perv h1 span {
	color: #46ae4d;
}
.text_perv_services {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
	width: 100%;
    max-width: 1200px;
    margin: 25px auto 80px auto;
}
.text_perv_services img {
    width: 100%;
    height: auto;
    display: flex;
}
.text_perv_info {
	display: flex;
}
.text_perv_info h2 {
	color: #2b2b2a;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.text_perv_info_right h2 span {
	color:#46AE4D;
}
.text_perv_info_left, .text_perv_info_right {
	padding:10px 50px 30px 50px;
}
.text_perv_info_left1 {
	border-left: 2px solid #46ae4d;
    padding-left: 20px;
}
.text_perv_info a {
	color: #46ae4d;
	text-decoration: underline;
}
.text_perv_info_right {
	background: #f4f4f4;
	border-radius: 6px;
}
.section_right_actions_left {
	width:250px;
	min-width: 250px;
}
.section_right_actions_left img {
	width:100%
}
mark {
    background: 0;
    margin: 0;
    padding: 0;
    color: red;
}
.order_zakaz, #order_form_content .bx_section {
	width: 100%;
    max-width: 600px;
    margin: auto;
}
.order_zakaz1 {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.order_zakaz1 .pfofil_item{
	max-width: 100%;
}
.radio_img {
    margin-top: 21px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.img_radio {
    width: 116px;
    height: 85px;
    background-color: #fbfbfc;
    background-image: -moz-linear-gradient(bottom, #fbfbfc 0, #FFF 100%);
    background-image: -o-linear-gradient(bottom, #fbfbfc 0, #FFF 100%);
    background-image: -webkit-linear-gradient(bottom, #fbfbfc 0, #FFF 100%);
    background-image: linear-gradient(to top, #fbfbfc 0, #FFF 100%);
    border: 3px solid #f5f5f6;
    display: flex;
    text-align: center;
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 16px;
}
.img_radio_acrive {
    border: 3px solid #72d64c !important;
}
.img_radio input {
    position: absolute;
    left: 0;
    top: -6px;
    width: 110px;
    height: 81px;
    cursor: pointer;
    opacity: 0;
}
.img_radio img {
	display: flex;
    margin: auto;
}
.title_radio {
	font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    display: block;
}
.text_radio, .prise_radio {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    display: block;
} 
#order_form_content .bx_section .settings_link {
	display:none
}
#order_form_content .order_form label {
	display: flex;
    flex-direction: column;
	gap:5px
}	
#order_form_content .order_form label span {
	font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
#order_form_content textarea, .coment_order textarea {
    background: #fff;
    border: 1px solid #c1c5c8;
    border-radius: 2px;
    color: #000;
    box-shadow: inset 2px 2px 2px -1px rgba(180, 188, 191, 0.5);
    display: inline-block;
    outline: none;
    vertical-align: middle;
    font-size: 16px;
    padding: 6px 8px;
	width: 100%;
}
mark p {
    background: 0;
    margin: 0;
    padding: 0;
    color: red;
	margin-bottom:10px
}
.order_botton {
	background: #46ae4d;
    border-radius: 6px;
    height: 60px;
    display: flex;    
    width:100%;
	max-width:400px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: "MyriadPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
	cursor:pointer;
	margin: 40px auto;
	border: 0;
	text-align: center;
	
}
.error {
	border: 1px solid red;
}
.__jivoMobileButton {
	z-index:999 !important
}
















/*old css*/
.bx-filter-parameters-box-container, .section_left_filtr_item_item {padding:0 !important}


















@media only screen and (max-width: 1600px) {
	header, main {padding:0 30px 0 30px;}
	.footer_line1, .footer_line2 {padding: 30px;}
}
@media only screen and (max-width: 1400px) {
	.section_item {width: 33.33%;}
}
@media only screen and (max-width: 1200px) {
	.cart_info_item {flex-direction: column;gap: 10px;}
	.cart_info_item1 {padding:10px 0 0 0}
	.cart_info_item2 {padding:0 0 10px 0;justify-content: space-between;}
	.cart_info_item_otl, .cart_info_item_ves {display:none}
	.cart_info_item2_mob, .cart_info_item2_mob .cart_info_item_otl, .cart_info_item2_mob .cart_info_item_ves {display:flex}
	.cart_info_item_del {position: absolute;right: 0;bottom: 78px;}
	.cart_info_item_name {padding-right:40px}
}
@media only screen and (max-width: 1100px) {
	.header1, .header2, .header3 {display:none}
	.header2_mobile, .header3_mobile {display:flex}
	.item_str1_title {width:100%}
	.item_str {flex-direction: column;gap: 20px;}
	.item_str1 {width: 100%;max-width: 380px;flex-direction: row;gap: 10px;margin: auto;height: 197px;}
	.item_str1_min {display:flex;flex-direction: column;gap: 5px;width: 90px;height: 197px;padding-right: 5px;flex-wrap: nowrap;overflow-y: auto;}
	.item_str1_min_img {width: 100%;height: auto;}
	.item_str3 {margin: auto;}
	.item_str3_price {margin:0}
	.item_services {max-width: 770px;}
	.item_services1 {gap: 15px;}
	.item_service {width:360px;height:auto}
	.section {gap: 0;}
	.section_left {width: 197px;position: absolute;}
	.section_left_catalog, .section_left_filtr_act, .section_item_cart_incart span, .section_left_catalog, .section_left_filtr_items {display:none}
	.section_left_filtr_mobile {display:flex}
	.section_item_cart_incart svg {display:flex}
	.section_item_cart_incart {background: #f4f4f4;width:46px}
	.section_item {min-width:200px}
	.section_item:nth-child(3n + 1) {padding-left: 0;}
	.section_right3 {border-top:none;margin-top: 80px;}
	.section_left_filtr_mobile {display:flex;padding-bottom: 0;top: 35px;left: 0;position: absolute;width:calc(100vw - 30px);max-width: 300px;z-index: 2;}
	.section_left_filtr_title_svg {transform: rotate(0deg);}
	.section_right2 {margin-top: 0;padding-left:0;}
	.section_right2_sort {display:none}
	.section_right2 h1 {position: absolute;}
	.catalog_right2 h1 {position:relative}
	.section_right1 {padding-left: 0;}
	.global_service {width: calc(50% - 15px);max-width: 380px;}
	.contacts {flex-direction: column;}
	.contacts_left_info_tel1_1 {flex-direction: column-reverse;gap: 20px;}
	.cart_info {gap: 15px;}
	.cart_info_item_name {font-size: 14px;line-height: 17px;}
	.cart_info_item_min, .cart_info_item_plus {width: 35px;height: 35px;}
	.cart_info_item_kolv1 {width: 15px;height: 35px;font-size: 14px;}
	.cart_info_item_ves, .cart_info_item_otl {font-size: 14px;}
	.cart_info_item_del {bottom: 100px;}
	.cart_info_right {width: 250px;}
	.zakaz_history_item2_1_right {flex-direction: column;}
	.pfofil_item, .pfofil_botton {max-width: calc(50% - 20px);} 
	.item_faqs, .item_services {margin: 30px auto 0 auto;}
	.text_perv_services {gap:15px}
	.item_service {width: 360px;height: auto;}
	
	
	.footer_line1_2  {display:none}
	.footer_line1_4 {width:35%}
}
@media only screen and (max-width: 800px) {
	header {position: fixed;z-index: 10;top: 0;width: 100vw;background: #fff;box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);align-items: flex-start;}
	main {margin-top:170px}
	.header2_mobile, .header3_mobile {width: calc(100% - 60px);}
	.header3_mobile_left, .header3_mobile_right {gap:10px}
	.header3_mobile_right {flex:0}
	.header3_mobile_calc {width: 47px;}
	.header3_mobile_calc span, .header2_search, .header2_soc2 span {display:none}
	.header2_mobile_search {display:flex}
	.header2_soc2 {width: 45px;height:45px}	
	.item_str1_title {flex-direction: column-reverse;}
	.item_str1_title h1 {font-size: 16px;line-height: 20px;}
	.item_str1_title_metki {line-height: 23px;height: 23px;font-size: 10px;}
	.section_item {width:50%}	
	.section_item:nth-child(3n + 1) {padding: 0 20px 20px 20px;}	
	.section_item:nth-child(2n + 1) {padding-left: 0}
	.section_item_label {height: 20px;font-size: 10px;}
	.catalog_item {width: 33.3%;padding: 15px 15px 15px 0;min-width: 160px;}
	.catalog_item_title, .catalog_item_kolv, .catalog_item_section {padding-left: 15px}
	.catalog_item_dop {margin-left:15px}
	.catalog_item_section a:before {left:15px}
	.catalog_item_title {font-size: 14px;}
	.catalog_item_section a {font-size: 11px;}
	.global_service {height: calc(((100vw - 90px) / 2) * 0.55);}
	.global_services1 img {width: 100%;height: auto;}
	.global_service_info {padding: 20px 30px 20px 20px;}
	.global_service_title {font-size: 14px;line-height: 14px;}
	.global_service_title span {font-size: 16px;line-height: 20px;}
	.global_service_text {display:none}
	.global_service_ssilka {width: 80px;height: 26px;margin-top: auto;}
	.cart_info {flex-direction: column;gap: 40px;}
	.cart_info_right {width: 100%;max-width: 331px;margin: auto;}
	.zakaz_history_item2_1 {flex-direction: column;gap: 10px;}
	.zakaz_history_item2_1_right {flex-direction: row;margin: auto;}
	.zakaz_history_item1_left, .zakaz_history_item1_right {font-size: 14px;line-height: 14px;}
	.text_perv_services {flex-wrap: nowrap;width: 100%;overflow-x: auto;padding: 0;margin-bottom: 25px;padding-bottom: 5px;scrollbar-width: none;-ms-overflow-style: none;justify-content: flex-start;}
	.text_perv_services .item_service {width: 340px;min-width: 340px;}
	.text_perv_info {flex-direction: column;}
	.text_perv_info_right {position: relative;left: -30px;width: 100vw;border-radius: inherit;padding: 10px 30px 30px 30px;}
	.text_perv_info_left {padding: 10px 0 10px 0;}
	.section_right1_item {min-width: 120px;height: 40px;padding: 0 20px;font-size: 10px;line-height: 12px;}	
	.section_right1_1 {scrollbar-width: none;-ms-overflow-style: none;}
	.section_right1_1::-webkit-scrollbar {display: none;} 
	
	.footer_line1_3, .footer_line1_1_a  {display:none}
	.footer_line1 {flex-direction: column;width: auto;max-width: 360px;}
	.footer_line1_1, .footer_line1_4 {width: 100%;align-items: center;padding-top: 0;}
	.footer_line1_1_adr {gap: 5px;text-align: center;}
	.footer_line1_4_adr {text-align:center}
	.footer_line1_4_doc {display:flex}
	.footer_line1_4_adr {margin: 5px 0 15px 0;}
}
@media only screen and (max-width: 550px) {
	header, main {padding:0 15px 0 15px;}
	main {margin-top: 105px;}
	.header2_mobile, .header3_mobile {width: calc(100% - 30px)}
	.header2_mobile {height: 45px;gap:10px;padding: 10px 0;}
	.header2_mobile_soc {gap: 10px;}
	.header3_mobile {gap:10px;padding-bottom: 10px;}
	.header2_soc1, .header2_soc2 {width: 30px;height: 30px;border-radius: 2px;}
	.header3_mobile_catalog {gap: 5px;width: 90px;height: 30px;}
	.header3_mobile_calc {gap: 5px;width: 30px;height: 30px;}
	.header2_mobile_logo svg {width: 100px;}
	.item_str1_main_lupa {width: 35px;height: 35px;}
	.item_str1_main_lupa svg {width: 15px;height: 15px;}
	.item_dololn_title1 {font-size: 15px;line-height: 18px;}
	.item_dololn_title1_mobil, .item_dololn_item_cart_incart svg {display:flex}
	.item_dololn_title1_desc, .item_dololn_item_cart_incart span {display:none}
	.item_dololn_item {width: 200px;padding-right: 15px;}
	.item_dololn_item_cart {gap:10px}
	.item_dololn_item_cart_incart {background: #f4f4f4;width: 46px;}
	.item_img_full_close {padding: 7px 7px 3px 7px;}
	.item_img_full_close svg {width: 15px;height: 15px;}
	.section_right2 {margin-top: 0;}
	.section_right2 h1 {font-size: 16px;line-height: 21px;}
	.section_item {padding: 0 15px 15px 15px;min-width: 175px;}
	.section_item_title {min-height: 95px;}
	.section_item_properties {font-size: 14px;line-height: 16px;}
	.section_item_cart {gap: 6px;}
	.catalog_item {width: 50%;padding: 15px 15px 15px 0;}
	.global_service {width:100%;height: calc((100vw - 60px) * 0.55);max-height: 209px;}
	.global_service_text {display:flex}
	.customer_info_important {padding: 15px;text-align: center;}
	.customer_info_important a {position: relative;right: 0;top: 0;transform: none;margin: 20px auto 0 auto;}
	.section_right_article_title {font-size: 14px;line-height: 18px;}
	.section_right_article_anons {font-size: 14px;line-height: 16px;}
	.zakaz_history_item2 {gap: 15px;}
	.zakaz_history_item2_2_item {flex-direction: column;padding: 10px 0;gap: 0;}
	.zakaz_history_item2_2_item_name {color: #2b2b2a;font-size: 14px;line-height: 16px;}
	.zakaz_history_item2_2_item_del {position: absolute;right: 0px;}
	.zakaz_history_item2_1_left1_left, .zakaz_history_item2_1_left1_right {font-size: 14px;line-height: 18px;}
	.zakaz_history_item2_2_item_type {display:none}
	.zakaz_history_item1_left, .zakaz_history_item1_right {font-size: 10px;line-height: 14px;}
	.pfofil_item, .pfofil_botton {max-width: 400px;} 
	.pfofil_botton {margin: 20px auto;} 
	.top_cart {width: 15px;height: 15px;font-size: 8px;bottom: 0px;right: 0px;}
	.mobile_menu {padding: 15px;}
	.mobile_menu_close {top: -3px;right: 3px;}
	.text_perv_info h2, .top_perv_left h2 {font-size:18px}
	.pfofil_title1 {gap: 10px;}
	.pfofil_title1 h1, .pfofil_title1 a {font-size: 16px;line-height: 20px;height: 20px;} 
	.pfofil_title1 a span {display:none}
	.section_right_actions {flex-direction: column;align-items: center;}
	.section_right_article_right {text-align: center;}
	
	
	
	
	
	
	
	
	
}
@media only screen and (max-width: 450px) {
	.item_str1 {height: calc((100vw - 130px) * 0.65)}
	.item_str1_main {width: calc(100vw - 130px);height: calc((100vw - 130px) * 0.65)}
	.item_str1_min {width: 90px;height: calc((100vw - 130px) * 0.65)}
	.cart_title_name {font-size: 15px;line-height: 18px;}
	.cart_info_item_name {font-size: 14px;line-height: 15px;}
	.cart_info_item_kolv {gap: 5px;}
	.cart_info_item_price {font-size: 14px;line-height: 17px;margin-left: 5px;}
	.cart_info_item_ves, .cart_info_item_otl {font-size: 14px;}
	.cart_info_item2_mob {gap:5px}
	.zakaz_history_item2_1_left1_left, .zakaz_history_item2_1_left1_right {font-size: 10px;line-height: 16px;}
	.text_perv_services .item_service {width: 240px;min-width: 240px;}
	.text_perv_services .item_service_title {left: 7%;top: 15%;gap: 0px;}
	.text_perv_services .item_service_title span {font-size: 16px;line-height: 20px;}
	.item_dololn .top_perv_nav {top: -40px;}
	.cart_info_item_img img {width: 100px;}
	.cart_info_item_del {bottom: 78px;}
	.pfofil_title1 {gap: 5px;}
	.pfofil_title1 h1, .pfofil_title1 a {font-size: 14px;line-height: 16px;height: 16px;} 
}
@media only screen and (max-width: 420px) {
	.catalog_item {width: 100%;}
	.global_service_text {display:none}
}
@media only screen and (max-width: 380px) {
	.section_item {width: 100%;}	
	.section_item, .section_item:nth-child(2n + 1) {padding: 0 0 20px 0;border-right: none}	
}
@media only screen and (max-width: 350px) {
	.mobile_menu, .mobile_catalog {padding: 15px;}
	.item_dololn_title1 {font-size: 13px;}
}