*::-webkit-input-placeholder {
	color: #838383;
	opacity: 1;
}
*:-moz-placeholder {
	color: #838383;
	opacity: 1;
}
*::-moz-placeholder {
	color: #838383;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #838383;
	opacity: 1;
}
body {
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	color: #000;
}
a,a:hover,a:focus {
	color: #F4A13D;
}
a.main_btn, button.main_btn, .main_btn {
	background: linear-gradient(92deg, #FFB052 4.06%, #FF8B00 93.67%);
	border-radius: 15px;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	color: #000;
	line-height: 1;
	padding: 16px 35px;
	text-align: center;
}
.main_title {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 25px;
}

.header_top {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	padding: 20px 0;
}
.header_top .logo {
	display: block;
}
.header_top .search_wrap form {
	position: relative;
}
.header_top .search_wrap form input[type="text"] {
	width: 300px;
	height: 50px;
	max-width: 100%;
	border: 2px solid #F4A13D;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	font-size: 14px;
	padding: 0 40px 0 20px;
}
.header_top .search_wrap form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	background: rgba(0,0,0,0);
	border: none;
	cursor: pointer;
	z-index: 1;
}
.header_top .search_wrap form img {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 15px;
	
}
.header_top .contacts_wrap {
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-align: right;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
}
.header_top .contacts_wrap .phone {
	font-size: 20px;
	display: block;
	text-decoration: none;
	color: #3D2A99;
}
.header_top .contacts_wrap .email {
	margin-top: 5px;
	display: block;
	text-decoration: none;
	color: #404040;
}
.toggle_nav {
	display: none;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-align-items: center;
	        align-items: center;
	margin-left: 10px;
}
.toggle_nav .button {
	display: block;
	width: 36px;
	height: 36px;
	padding: 6px 0;
	border-radius: 5px;
	background: linear-gradient(92deg, #FFB052 4.06%, #FF8B00 93.67%);
	position: relative;
}
.toggle_nav .button span {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 2px;
	background: #fff;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
	    -ms-transition: all .4s ease-in-out;
	     -o-transition: all .4s ease-in-out;
	        transition: all .4s ease-in-out;
}
.toggle_nav .button span:nth-child(1) {
	top: 9px;
}
.toggle_nav .button span:nth-child(2) {
	top: 16px;
}
.toggle_nav .button span:nth-child(3) {
	top: 23px;
}
.toggle_nav .button.open span:nth-child(1) {
	top: 17px;
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	     -o-transform: rotate(135deg);
	        transform: rotate(135deg);
}
.toggle_nav .button.open span:nth-child(2) {
	left: -10px;
	opacity: 0;
}
.toggle_nav .button.open span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	     -o-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.header_nav {
	background: linear-gradient(90deg, #FFB051 1.47%, #FF8B00 97.94%);
	box-shadow: 0px 2px 2px rgba(78, 78, 78, 0.25);
	border-radius: 15px;
	margin-bottom: 30px;
	padding: 0 20px;
}
.header_nav>ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.header_nav>ul>li>a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	line-height: 1;
	padding: 17px 35px;
}
.main_catalog {
	margin-bottom: 50px;
}
.main_catalog .item_list {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -13px;
}
.main_catalog .item_wrap {
	width: 33.3333%;
	padding: 0 13px 26px;
}
.main_catalog .item {
	display: block;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	overflow: hidden;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	flex-direction: column;
	padding: 20px 30px;
	text-decoration: none;
	border: 1px solid #AEAEAE;
}
.main_catalog .item .title {
	background: rgba(81, 65, 145, 0.90);
	border-radius: 10px;
	font-weight: 700;
	color: #FFF;
	font-size: 18px;
	padding: 5px 10px;
	line-height: 1.2;
}
.main_catalog .item .link {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
	line-height: 1;
	background: linear-gradient(91deg, #FFB051 8.34%, #FF8B00 96.66%);
	border-radius: 10px;
	color: #000;
	font-size: 18px;
	padding: 6px 25px;
	opacity: 0;
	margin-left: -5px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.main_catalog .item .link:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/arrow_right.svg) center /16px no-repeat;
	margin-left: 5px;
}
.main_catalog .item:hover .link {
	opacity: 1;
	margin-left: 0;
}
.popular_slider {
	margin-bottom: 35px;
}
.popular_slider .item {
	text-align: center;
}
.popular_slider .item .img_cont {
	width: 100%;
	height: 200px;
	border: 1px solid #AEAEAE;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
.popular_slider .item .img_cont img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popular_slider .item .title {
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
	height: 54px;
	overflow: hidden;
}
.popular_slider .item .title a {
	color: inherit;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}
.popular_slider .item .price {
	font-weight: 700;
	color: #3D2A99;
	font-size: 19px;
	line-height: 1;
	margin-bottom: 12px;
}
.popular_slider .item .link {
	display: block;
}
.owl-nav {
	text-align: center;
	margin-top: 35px;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	border: 1px solid rgba(39, 39, 39, 0.4);
	margin: 0 15px;
	background: url(../img/slide_left.svg) center no-repeat;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.owl-carousel .owl-nav button.owl-next {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover {
	opacity: .5;
}
.text_block .img_cont {
	max-width: 500px;
	margin-top: -50px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}
.text_block {
	margin-bottom: 50px;
}
.text_block .link {
	max-width: 260px;
	display: block;
	margin-top: 30px;
}
.main_reviews {
	margin-bottom: 50px;
}
.main_reviews .item_list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.main_reviews .item_wrap {
	width: 25%;
	padding: 0 10px 20px;
}
.main_reviews .item {
	background: #efefef;
	height: 100%;
	padding: 20px;
	border-radius: 15px;
	position: relative;
}
.main_reviews .item::before {
	content: "❞";
	display: block;
	font-size: 80px;
	line-height: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: .05;
}
.main_reviews .name {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.main_reviews .text {
	font-size: 15px;
}
.main_form_wrapper {
	background: linear-gradient(153deg, #FFAC48 5.04%, #FF8F0B 105.58%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	padding: 35px 65px;
	margin-bottom: 60px;
}
.main_form_wrapper .title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}
.main_form_wrapper input {
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 15px;
	background: none;
	height: 50px;
	padding: 0 25px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.main_form_wrapper input::-webkit-input-placeholder {
	color: #272727;
}
.main_form_wrapper input:-moz-placeholder {
	color: #272727;
}
.main_form_wrapper input::-moz-placeholder {
	color: #272727;
}
.main_form_wrapper input:-ms-input-placeholder {
	color: #272727;
}
.main_form_wrapper button {
	background: #FFFFFF;
	border-radius: 15px;
	display: block;
	width: 100%;
	height: 50px;
	font-weight: 700;
	font-size: 15px;
	border: none;
	cursor: pointer;
}
.footer_links {
	background: #efefef;
	padding-top: 40px;
	padding-bottom: 30px;
}
.footer_links .title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #EFEFEF;
	position: relative;
}
.footer_links .title:after {
	content: "";
	width: 60px;
	height: 2px;
	background: #3D2A99;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.footer_links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
.footer_links ul li a {
	color: #828282;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.footer_links ul li a:hover {
	opacity: .7;
}
.footer_contacts_wrapper {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	padding: 15px 0;
}
.footer_contacts .logo {
	margin-bottom: 20px;
}
.footer_contacts .social ul {
	max-width: 160px;
	padding: 0;
	margin: 0 0 20px;
	list-style-type: none;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.footer_contacts .social ul li {
	margin-right: 10px;
	margin-bottom: 6px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.footer_contacts .social ul li:hover {
	opacity: .7;
}
.footer_contacts .address {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
}
.footer_contacts .address .icon {
	width: 15px;
	min-width: 15px;
	height: auto;
	margin-right: 5px;
}
.footer_contacts .phone {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 700;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
}
.footer_contacts .phone .icon {
	width: 15px;
	min-width: 15px;
	height: auto;
	margin-right: 5px;
}
.footer {
	padding: 20px 0;
	background: #e9e9e9;
	font-size: 14px;
	color: #828282;
}
.footer a {
	color: #828282;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.footer a:hover {
	opacity: .7;
}
.footer_wrapper {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}

/* INDEX */

/* POPUP */

.popup {
	max-width: 340px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	padding: 30px 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2), 0px 15px 25px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2), 0px 15px 25px rgba(0,0,0,0.1);
	box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2), 0px 15px 25px rgba(0,0,0,0.1);
}
.popup .article {
	font-size: 24px;
	margin-bottom: 5px;
	color: #333;
}
.popup .text {
	color: #333;
	margin-bottom: 15px;
}
.popup form .form_item {
	margin-bottom: 20px;
}
.popup form input[type="text"],
.popup form input[type="email"]{
	display: block;
	width: 100%;
	height: 45px;
	padding: 0 15px;
	background: rgba(0,0,0,0.1);
	border: 1px solid rgba(255,255,255,0.05);
	-webkit-box-shadow: inset 0px 3px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0px 3px 0px rgba(0,0,0,0.05);
    box-shadow: inset 0px 3px 0px rgba(0,0,0,0.05);
	color: #333;
	border-radius: 10px;
}
.popup form textarea {
	display: block;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.05);
	background: rgba(0,0,0,0.1);
	padding: 10px 15px 2px;
	resize: vertical;
	min-height: 100px;
	-webkit-box-shadow: inset 0px 3px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0px 3px 0px rgba(0,0,0,0.05);
    box-shadow: inset 0px 3px 0px rgba(0,0,0,0.05);
	color: #333;
	border-radius: 10px;
}
.popup form button {
	border: none;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	width: 100%;
}
.popup form input[type="submit"] {
    border: none;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	width: 100%;
}
.popup .privacy {
	font-size: 11px;
	line-height: 1;
	color: #777;
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.my-mfp-zoom-in .mfp-figure {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.7); 
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	-o-transform: scale(0.7); 
	transform: scale(0.7); 
}
.my-mfp-zoom-in.mfp-ready .mfp-figure {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .mfp-figure {
	opacity: 0;
	-webkit-transform: scale(0.7); 
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	-o-transform: scale(0.7); 
	transform: scale(0.7); 
}

/* POPUP */

/* INN */

.breadcrumb {
	background: none;
	padding: 0;
	margin: 5px 0 15px;
	font-size: 14px;
}
.white_form .main_form_wrapper {
	background: none;
	border: 3px solid #F4A13D;
	padding-top: 25px;
	padding-bottom: 25px;
}
.white_form .main_form_wrapper .title {
	margin-bottom: 20px;
}
.white_form .main_form_wrapper input {
	border: 2px solid #F4A13D;
}
.white_form .main_form_wrapper button {
	background: linear-gradient(92deg, #FFB052 4.06%, #FF8B00 93.67%);
}
.main_preim .item_list {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 30px;
}
.main_preim .item_list .item_wrap {
	width: 25%;
	text-align: center;
	margin-bottom: 30px;
}
.main_preim .item_list .item .img_cont img {
	height: 75px;
	width: auto;
}
.main_preim .item_list .item .img_cont {
	margin-bottom: 20px;
}
.main_preim .item_list .item .title {
	font-size: 18px;
	font-weight: 700;
}
.page_wrapper {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	margin-bottom: 30px;
	width: 100%;
}
.left_nav_wrap {
	width: 280px;
	min-width: 280px;
	padding-right: 30px;
}
.page_right_wrap {
	width: calc(100% - 280px);
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.left_nav>ul {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
}
.left_nav>ul>li {
	margin-bottom: 5px;
	background: #efefef;
	border-radius: 15px;
}
.left_nav>ul>li>a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	background: #efefef;
	display: block;
	border-radius: 15px;
	padding: 5px 15px;
	line-height: 1;
	height: 45px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.left_nav>ul>li.active>a {
	font-weight: 500;
	background: linear-gradient(92deg, rgb(255, 176, 82) 4.06%, rgb(255, 139, 0) 93.67%);
}
.left_nav>ul>li:not(.active)>ul {
    display: none;
}
.left_nav>ul>li>ul {
	margin: 0;
	padding: 10px 20px 10px 30px;
	list-style-type: none;
}
.left_nav>ul>li>ul>li>a {
	text-decoration: none;
	color: #000;
	font-size: 15px;
	display: block;
	line-height: 1;
	margin: 10px 0;
}
.left_nav>ul>li>ul>li>a:hover,
.left_nav>ul>li>ul>li.active>a {
	color: #F4A13D;
}
.prod_list {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -10px;
	width: calc(100% + 20px);
}
.prod_list .item_wrap {
	width: 33.3333%;
	padding: 0 10px 30px;
}
.prod_list .item {
	text-align: center;
}
.prod_list .item .img_cont {
	width: 100%;
	height: 200px;
	border: 1px solid #AEAEAE;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
.prod_list .item .img_cont a {
    display: block;
    width: 100%;
    height: 100%;
}
.prod_list .item .img_cont img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prod_list .item .title {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
	height: 40px;
	overflow: hidden;
	text-align: center;
}
.prod_list .item .title a {
	color: inherit;
	text-decoration: none;
}
.prod_list .item .price {
	font-weight: 700;
	color: #960075;
	font-size: 19px;
	line-height: 1;
	margin-bottom: 12px;
}
.prod_list .item .link {
	display: block;
}
.prod_description {
	margin-bottom: 50px;
}
.prod_left {
	width: 455px;
	padding-right: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.prod_right {
	width: calc(100% - 455px);
}
.lSSlideWrapper {
	border: 1px solid #AEAEAE;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}
.lSSlideWrapper li {
	height: 320px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
.lSSlideOuter .lSPager.lSGallery li {
	border: 1px solid #AEAEAE;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	height: 90px;
}
.lSSlideOuter .lSPager.lSGallery li.active, 
.lSSlideOuter .lSPager.lSGallery li:hover {
	border: 1px solid #F4A13D;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}
.lSSlideOuter .lSPager.lSGallery li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 0;
	left: 0;
	right : 0;
	height: 95px;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
}
.fancybox-thumbs>ul {
	margin: 0 auto;
}
.fancybox-thumbs>ul>li:before {
	border: 3px solid #F4A13D;
}
.prod_right .shortdesc {
	margin-bottom: 20px;
	font-size: 15px;
}
.prod_right .shortdesc ul {
    list-style-type: square;
    padding-left: 20px;
}
.prod_right .price {
	text-align: right;
	color: #960075;
	font-size: 24px;
	font-weight: 700;
	margin: 20px 0 20px;
}
.prod_right .buy a {
	display: block;
	margin: 20px 0;
}
.prod_right .question a {
	display: block;
	margin: 20px 0;
	background: none;
	border: 2px solid #F4A13D;
}
.main_contacts {
	margin-bottom: 30px;
}
.map_wrapper {
	width: 100%;
	height: 400px;
	border: 2px solid #F4A13D;
	margin-bottom: 30px;
}
.search_list {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -10px;
}
.search_list .item_wrap {
	width: 25%;
	padding: 0 10px 30px;
}
.search_list .item {
	text-align: center;
}
.search_list .item .img_cont {
	width: 100%;
	height: 200px;
	border: 1px solid #AEAEAE;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
.search_list .item .img_cont a {
    display: block;
    width: 100%;
    height: 100%;
}
.search_list .item .img_cont img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.search_list .item .title {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
	height: 40px;
	overflow: hidden;
	text-align: center;
}
.search_list .item .title a {
	color: inherit;
	text-decoration: none;
}
.search_list .item .price {
	font-weight: 700;
	color: #960075;
	font-size: 19px;
	line-height: 1;
	margin-bottom: 12px;
}
.search_list .item .link {
	display: block;
}
