/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./css/validate.css ***!
  \******************************************************************************************************************************************/
/** контейнер вывода ошибок */
.message-top.fail,
.message.fail,
.alerts.errors {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background-color: rgba(255, 0, 0, 0.25);
    font-size: 14px;
    color: rgba(255, 0, 0, 1);
}

.message-top,
.message {
    font-size: 14px;
}
.message-top.fail,
.message.fail {
    color: rgba(255, 0, 0, 1);
}
.message-top.success,
.message.success {
    color: green;
}

.field-error { display:block; font-size:12px; line-height:1.3; color:#c0392b; margin-top:4px; }
.error { border-color:#c0392b !important; }
.form-message.fail { color:#c0392b; }
.form-errors-summary { margin:8px 0 0; padding-left:18px; }
.form-errors-summary li { margin:2px 0; }
.form-errors-summary a { -webkit-text-decoration:underline; text-decoration:underline; cursor:pointer; }
.form-message ul li:not(:last-child) { margin-bottom: 0; }


/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./css/preloader.css ***!
  \*******************************************************************************************************************************************/
.quiver {
    display:none;
}
body .wrapper {
    display:inline;
    display:initial;
}
body.loading .pswp,
body.loading .wrapper {
    display:none;
}
body.loading .quiver {
    display:block;
    position: fixed;
    bottom: 50%;
    left: 50%;
    z-index: 899;
    margin-bottom: -50px;
    margin-left: -50px;
    width: 100px;
}

body.loading .quiver .arrows {
    animation: equalizor cubic-bezier(0.77, 0, 0.175, 1) 0.5s alternate-reverse infinite;
    vertical-align: baseline;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 1px 10px;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #0B486B rgba(255, 255, 255, 0);
}

body.loading .preloader-st {
    border-bottom-color: #0B486B;
}

body.loading .preloader-nd {
    border-bottom-color: #3B8686;
}

body.loading .preloader-rd {
    border-bottom-color: #79BD9A;
}

body.loading .preloader-th {
    border-bottom-color: #A8DBA8;
}

body.loading .preloader-fth {
    border-bottom-color: #CFF09E;
}

body.loading .quiver span:nth-child(1) {
    animation-delay: 0s;
}

body.loading .quiver span:nth-child(2) {
    animation-delay: 0.1s;
}

body.loading .quiver span:nth-child(3) {
    animation-delay: 0.2s;
}

body.loading .quiver span:nth-child(4) {
    animation-delay: 0.3s;
}

body.loading .quiver span:nth-child(5) {
    animation-delay: 0.4s;
}
@keyframes equalizor {
    from {
        border-bottom-width: 60px;
    }
    to {
        border-bottom-width: 1px;
    }
}
* {
    backface-visibility: hidden;
}

html, body {
    height: 100%;
    margin: 0;
}

body.loading .loading_str {
    display: block;
    font: normal 22px/1em "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    color: #CFF09E;
}

/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./css/style.css ***!
  \***************************************************************************************************************************************/
/*  Reset styles
	------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font:inherit;vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
a{-webkit-text-decoration:none;text-decoration:none;}


*,
*:before,
*:after {
	box-sizing: border-box;
	transition: all 0.5s ease-out 0s;
}

a {
	color: #000;
	color: var(--color-black);
	outline: none;
	transition: 0.3s;
	-webkit-text-decoration:none;
	text-decoration:none;
}
a:hover{-webkit-text-decoration:none;text-decoration:none;}
label a {
	-webkit-text-decoration:underline;
	text-decoration:underline;
}
svg {
	flex-shrink: 0;
}
img {
	max-width: 100%;
}
video {
	/*max-width: 100%;*/
}

ol{ counter-reset: myCounter;}
ol li{ list-style: none;}
section ol li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: #065f2c;
	color: var(--color-green);
	display: inline-block;
	text-align: center;
	font-family: 'Roboto Slab';
	font-weight: 700;
	font-size: calc(20px + 6*var(--respon));
	line-height: calc(30px + 9*var(--respon));
	letter-spacing: 0.02em;
	vertical-align:middle;
}
ul li { list-style-type: none; }
section ul li::before {
	color: #0b0b0b;
	color: var(--color-basic);
	content: "•";
	font-size: 16px;
	vertical-align: text-bottom;
	margin-right: 8px;
}
p {
	margin-bottom: 20px;
	line-height: 28px;
}
@media (min-width:1280px) {
	body {
		--respon:1px;
	}
}
@media (min-width:768px) and (max-width:1279px) {
	body {
		--respon: calc((100vw - 768px)/511);
	}
}
@media (max-width:768px) {
	body {
		--respon: 0px;
	}
}

/*  body
	------------------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
	--color-basic:#0b0b0b;
	--color-black:#000;
	--color-white:#fff;
	--color-lightgreen:#eff3e5;
	--color-darkgreen:#396935;
	--color-gray:#bdbdbd;
	--color-green:/*#51934c*/#065f2c;
}
html,
body {
	/* height: 100%; */
}
body {
	position: relative;
	color: #0b0b0b;
	color: var(--color-basic);
	background-color: #fff;
	background-color: var(--color-white);
	font-size:20px;
	line-height: 28px;
	font-family: 'Mulish', sans-serif;
}
.h1, .h2, .h3, .h4, .h5,
h1, h2, h3, h4, h5{
	font-weight:700;
	font-size:calc(24px + 12*var(--respon)); 
	line-height: calc(30px + 15*var(--respon));
	color: #000;
	color: var(--color-black);
	margin:0;
}
.h1, h1{
	text-transform: uppercase;
	margin-bottom: 23px;
}
.h2, h2 {
	font-size:24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.h3, h3 {
	font-size:calc(20px + 2*var(--respon));
	line-height: calc(25px + 3*var(--respon));
	font-weight:600;
}
.h4, h4 {
	font-size:calc(10px + 8*var(--respon));
	line-height: calc(15px + 12*var(--respon));
}
.h5, h5 {
	font-size:calc(10px + 4*var(--respon));
	line-height: calc(15px + 6*var(--respon));
}
p {font-size:20px;}
li {font-size:20px;}

.fnt14{font-size:14px;}
.fnt16{font-size:16px;}
.fnt20{font-size:20px;}
.fnt24{font-size:24px;}

.btn{
	border-radius: 6px;
	background-color: #065f2c;
	background-color: var(--color-green);
	height: 48px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	color: var(--color-white);
	font-weight: 400;
	text-transform: uppercase;
	line-height: 48px;
	font-family: 'Mulish', sans-serif;
	display: inline-block;
	transition: all 0.5s ease-out 0s;	
	cursor:pointer;
	padding: 0 40px;
	border: 1px solid #065f2c;
	border: 1px solid var(--color-green);
}
.btn:hover{background-color: #396935;background-color: var(--color-darkgreen);border-color: #396935;border-color: var(--color-darkgreen);}
.wrapper {
	overflow: hidden;
	margin: 0 auto;
	height: 100%;
}
.row {
	display: flex;
	align-items: flex-start;
}
.row_space_between {
	justify-content: space-between;
}
.row_justify_center {
	justify-content: center;
}
.align-item-center {
	align-items: center;
}
.wrap-items {
	flex-wrap: wrap;
}
.row_center{
	align-items: center;
}
.row_end{
	align-items: flex-end;
}
.row_justify_end{
	justify-content: flex-end;
}
.row_reverse {
	flex-direction: row-reverse;
}
.stretch{align-items: stretch;}
.margin_auto{margin-left:auto;margin-right:auto;}
.container{
	max-width:1232px;
	margin:0 auto;
	position: relative;
	padding:1px;
}
.owl-theme .owl-nav [class*="owl-"] {
	border-radius: 0;
	position: absolute;
	width: 32px;
	height: 32px;
	transition: all 0.5s ease-out 0s;
	top: 50%;
	transform: translateY(-50%);
	background:transparent;
}
.owl-theme .owl-nav [class*="owl-"]:hover {background:transparent;}
.owl-theme .owl-nav [class*="owl-"] svg{height: 32px;}
.owl-theme .owl-nav [class*="owl-"]:hover svg{}
.owl-carousel .owl-nav .owl-prev {left:10px;}
.owl-carousel .owl-nav .owl-next {right:10px;}
.owl-carousel .owl-nav .owl-prev svg {transform: rotate(180deg);}
.fw600{font-weight:600;}
.bold{font-weight:700;}
.normal{font-weight:400;}
.txt_uppercase{text-transform: uppercase;}
.txt_no_uppercase{text-transform: none;}
.txt_right{text-align:right;}
.txt_center{text-align:center;}
.txt_left{text-align:left;}
.d_block{display:block;}
.d_ib{display:inline-block;}
.d_flex{display:flex;}
/*  form UI	------------------------------------------------------- */
.form_block {
	border-radius: 0px 16px 16px 0;
	background-color: #fff;
	background-color: var(--color-white);
	background-image:url(/templates/ligno/dist/dev/assets/form_bg.8a6c018d.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width: 68%;
	padding: calc(40px + 35*var(--respon)) calc(15px + 35*var(--respon)) 10px calc(15px + 43*var(--respon));
}
.form_block_ttl {
	font-size: calc(17px + 9*var(--respon));
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #71b8db;
	padding-bottom: 13px;
	margin-bottom: calc(15px + 3*var(--respon));
}
.form_sub_ttl {
	line-height: 1.5;
	text-align: center;
	margin: 0 auto calc(7px + 13*var(--respon));
	font-size: calc(12px + 10*var(--respon));
	letter-spacing: calc(0.1px + 0.2*var(--respon));
}
.form_block_ttl:after{
	content:'';
	display:block;
	background-color: #71b8db;
	position: absolute;
	left: 50%;
	top: 100%;
	transform:translateX(-50%);
	width: 200px;
	height: 3px;
}
input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
select,
input,
textarea {
	font-family: 'Mulish', sans-serif;
	border: 1px solid #bdbdbd;
	border: 1px solid var(--color-gray);
	border-radius: 6px;
	background-color: #fff;
	background-color: var(--color-white);
	margin: 0 0 20px;
	outline: none;
	box-shadow: none;
	width:100%;
	height:50px;
	text-transform:none;
	font-weight: normal;
	padding: 0 0px 0 15px;
	font-size: 16px;
	color: #0b0b0b;
	color: var(--color-basic);
}
input.focus,
select:focus,
input:focus,
textarea:focus {
	
	border-color: #065f2c;
	
	border-color: var(--color-green);
}
.error select,
.error input,
.error textarea {
	border-color: #065f2c;
	border-color: var(--color-green);
}
.error label{color:#065f2c;color:var(--color-green);}
.error label:after{
	content:'!';
	color:#065f2c;
	color:var(--color-green);
}
textarea {
	height: 100px;
	padding-top: 15px;
	margin-bottom: 20px;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: #bdbdbd;
	color: var(--color-gray);
	opacity: 1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: #bdbdbd;
	color: var(--color-gray);
}
textarea::-webkit-input-placeholder ,
input::-webkit-input-placeholder {
	color: #bdbdbd;
	color: var(--color-gray);
}
select {
	padding-left: 15px;
}
label {
	font-size: 20px;
	font-family: 'Mulish', sans-serif;
	margin-bottom: 8px;
	display: block;
	font-weight: 600;
}
input[type="submit"], 
button[type="submit"], 
.submit {
	font-size: 16px;
	cursor: pointer;
	padding: 0 42px;
	border: none;
}
.radiobox_block input,
.checkbox_block input{display:none;}
.checkbox_block label {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
	color:#0b0b0b;
	color:var(--color-basic);
	font-weight:400;
}
.checkbox_block label::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 0px;
	background-color: #fff;
	background-color: var(--color-white);
	border-radius: 2px;
	width: 16px;
	height: 16px;
	transition: none;
	border: solid 1px #0b0b0b;
	border: solid 1px var(--color-basic);
}
.checkbox_block input:checked + label:before {
	background-image: url(/templates/ligno/dist/dev/assets/checked.ddf04644.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border-color:#065f2c;
	border-color:var(--color-green);
}
.radiobox_block label span, 
.checkbox_block label span {
	display: inline-block;
	width: calc(100% - 40px);
	vertical-align: middle;
}
.form_block .checkbox_block label span {white-space: nowrap;}
.radiobox_block label span{vertical-align: middle;}
.radiobox_block label {
	line-height: 20px;
	margin-bottom: 13px;
	font-size:16px
}
.radiobox_block label::before {
	content: ' ';
	display: inline-block;
	border-width: 1px;
	border-color: #bdbdbd;
	border-color: var(--color-gray);
	border-style: solid;
	border-radius: 50%;
	background-color: #fff;
	background-color: var(--color-white);
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 10px;
	transition: none;
}
.radiobox_block input:checked + label::before {
	border: 4px solid #065f2c;
	border: 4px solid var(--color-green);
}
.form_block_inside .row .checkbox_block {
	padding-top: 8px;
	width: 100%;
	flex: auto 0 0;
}
input[type="file"] {
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor:pointer;
}
.file_upload{position:relative;}
.file_upload svg{
	fill:var(--color-blue);
	width:15px;
}
.file_upload span {
	position: absolute;
	right: 20px;
	top: 50%;
}
.form_block .btn {
	border-radius: 5px;
	max-width: 255px;
}
.btn_block {margin-top: 10px;}
/* ------------------------------------------------------- */
.breadcrumbs {
	width: 100%;
	font-size: 12px;
	color: #bdbdbd;
	color: var(--color-gray);
	margin-top: 0;
	margin-bottom: 0;
	line-height: 16px;
}
.separator,
.breadcrumbs a{
	color:#bdbdbd;
	color:var(--color-gray);
}
.separator {
	display:inline-block;
	background:url(/templates/ligno/dist/dev/assets/arrow_left_s.734e8158.svg) no-repeat 0 0;
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-right: 3px;
}
.header {
	padding-top: 15px;
	position: relative;
	padding-bottom: 15px;
}
.header > .container{position:static;position:initial;}
.header_right {
	width: 265px;
}
.menu_block {
	width: 555px;
	margin-top: 5px;
}
.menu li::before,
.li_no_marker li::before{content:none;}
.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.1px;
}
.menu li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.menu a{color:#0b0b0b;color:var(--color-basic);}
.open > a,
.menu a:hover{color:#065f2c;color:var(--color-green);}
.submenu {
	position: absolute;
	top: 100%;
	z-index: 99;
	left: 0;
	width: 100%;
	background: url(/templates/ligno/dist/dev/assets/bg-menu.c4edc157.svg) no-repeat right bottom #fff;
	background: url(/templates/ligno/dist/dev/assets/bg-menu.c4edc157.svg) no-repeat right bottom var(--color-white);
	border-top: 1px solid #065f2c;
	border-top: 1px solid var(--color-green);
	box-shadow: 0px 20px 32px rgba(11, 11, 11, 0.2);
	font-weight: 700;
	font-size: calc(18px + 6*var(--respon));
	line-height: calc(25px + 5*var(--respon));
	font-family: 'Mulish', sans-serif;
	text-transform: none;
	max-height:0;
	overflow: hidden;
	opacity: 0;
}
.open .submenu {max-height:999px;opacity: 1;}
.submenu .container{
	padding-top: 50px;
	padding-bottom: 50px;
}
.submenu ul{
	font-weight: 600;
	font-size: calc(16px + 4*var(--respon));
	line-height: calc(20px + 5*var(--respon));
}
.pr-10p{padding-right:10%;}
.submenu li + li {margin-top: 24px;}

.top_cart path,
.prod_menu_icon path{stroke: #0b0b0b;stroke: var(--color-basic);}
.top_cart:hover path,
.prod_menu_icon.open path,
.prod_menu_icon:hover path{stroke: #065f2c;stroke: var(--color-green);}
.prod_menu_icon svg {
	vertical-align: text-bottom;
	margin-right: 5px;
}
.prod_menu_icon .closem{display:none;}
.prod_menu_icon.open .closem{display:inline;}
.prod_menu_icon.open .bars{display:none;}
.top_phone {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-align: right;
	letter-spacing: 0.1px;
}
.callback{
	font-size: 14px;
	line-height: 19px;
	color: #065f2c;
	color: var(--color-green);
	cursor:pointer;
}
.lang {
	margin-top: 5px;
	margin-left: 20px;
	cursor:pointer;
}
.top_cart {
	margin-top: 7px;
	width: 24px;
	position:relative;
}
.cart_count {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	color: var(--color-white);
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background: #065f2c;
	background: var(--color-green);
	position: absolute;
	top: -10px;
	right: -10px;
	display:block;
}
.main_first_section {
	background: url(/templates/ligno/dist/dev/assets/header_bg.a4216051.jpg) no-repeat left 75px !important;
	margin-top: 10px;
}
.main_ttl {
	font-weight: 600;
	font-size: calc(32px + 16*var(--respon));
	line-height: calc(40px + 22*var(--respon));
	text-transform: uppercase;
	transition: none;
}
.main_ttl svg {
	vertical-align: text-bottom;
	margin-left: -5px;
	height: calc(40px + 31*var(--respon));
	width: calc(36px + 26*var(--respon));
}
.main_subttl {
	font-weight: 600;
	font-size: calc(18px + 20*var(--respon));
	line-height: calc(25px + 25*var(--respon));
	text-transform: uppercase;
	margin-top: 3px;
}
.txt_green{color: #065f2c;color: var(--color-green);}
.main_phone {
	font-weight: 600;
	font-size: 36px;
	line-height: 45px;
	text-align: right;
	margin-top: 18px;
}
.main_price {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 47px;
	text-align: right;
}
.price_arrow {
	background: url(/templates/ligno/dist/dev/assets/ellipse.03f952d2.svg) no-repeat right center;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	line-height: 115px;
	padding-right: 50px;
	margin-left: -23px;
}
.main_top_img {
	max-width: 1359px;
	min-height: 360px;
	height: 450px;
	overflow: hidden;
	border-radius: 16px 16px;
	width: 120%;
	margin: 0 -5%;
	-webkit-border-radius: 16px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.main_top_img video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center 55%;
	   object-position: center 55%;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.main_top_img img{
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.about_video {
	height: 500px;
}
.about_video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center 50%;
	   object-position: center 50%;
}
.prod_b{
	overflow:hidden;
	border-radius: 16px;
	background: #eff3e5;
	background: var(--color-lightgreen);
	margin-bottom: 33px;
	max-width: 600px;
	transition: border, background 0.5s ease-out 0s;	
}
.prod_txt{
	font-weight: 600;
	font-size: 20px;
}
.prod_b:hover {
	background:#065f2c;
	background:var(--color-green);
	/* margin-bottom: 28px; */
}
.prod_b:hover a{
	color:#fff;
	color:var(--color-white);
}
.prod_b a {
	display: block;
}
.prod_b:hover .prod_img img {	
	transform:scale(1.1);
}
.prod_img img {	min-width:100%;}
.prod_txt a{
	font-weight: 600;
	padding: 18px 25px 23px;
	line-height: 25px;
}
.prod_img {
	line-height: 0;
	overflow: hidden;
	border-radius: 16px 16px 0 0;
	position:relative;
}
.prod_img a::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border:5px solid transparent;
	position: absolute;
	top: 0;
	border-radius: 16px 16px 0 0;
	border-bottom: none;
	z-index: 1;
	left:0;
}
.prod_b:hover .prod_img a::before {
	border-color: #065f2c;
	border-color: var(--color-green);
}
.bg_lightgreen{background:#eff3e5;background:var(--color-lightgreen);}
.lh_20,
.lh_20 p {
	line-height: 20px;
}
.lh_18,
.lh_18 p {
	line-height: 18px;
}
.form_img {
	border-radius: 16px 0 0 16px;
	overflow: hidden;
	line-height: 0;
	background:#fff;
	background:var(--color-white);
	width: 32%;
}
.footer {
	padding-top: 75px;
}
.footer a:hover{
	color:#065f2c;
	color:var(--color-green);
}
.footer_ttl{
	font-size: calc(20px + 2*var(--respon));
	line-height: calc(25px + 3*var(--respon));
	margin-bottom: 20px;
}
.footer ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size: calc(14px + 2*var(--respon));
	line-height: calc(17px + 3*var(--respon));
	
}
.footer ul li::before{content:none;}
.footer ul li{margin-bottom:12px;}
.footer ul li{margin-bottom:12px;}
.footer_phone {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 25px;
}
.footer_bottom {
	border-top: 1px solid #eff3e5;
	border-top: 1px solid var(--color-lightgreen);
	margin-top: 43px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.h100 {height: calc(100% - 33px);}
.serv_b {background: #fff;background: var(--color-white);}
.serv_b .prod_txt {
	background: #fff;
	background: var(--color-white);
	border-left: 1px solid #065f2c;
	border-left: 1px solid var(--color-green);
	border-right: 1px solid #065f2c;
	border-right: 1px solid var(--color-green);
	border-bottom: 1px solid #065f2c;
	border-bottom: 1px solid var(--color-green);
	border-radius: 0 0 16px 16px;
}
.serv_b:hover .prod_txt{background:#065f2c;background:var(--color-green);}
.serv_b .prod_txt a {padding: 18px 25px 15px;}	
.download_btn {width: 180px;}	
.desc_cat {
	max-width: 910px;
}
.desc_cat p{
	font-size:16px;
	line-height:20px;
}
.product_img_thumb {
	padding: 0 55px;
	margin-top: 15px;
}
.product_img_thumb .owl-nav [class*="owl-"] {
	border: 1px solid #065f2c;
	border: 1px solid var(--color-green);
	border-radius: 8px;
	width: 50px;
	height: 50px;
}
.product_img_thumb .owl-nav [class*="owl-"] path{stroke:#065f2c;stroke:var(--color-green);}
.product_img_thumb .owl-nav [class*="owl-"]:hover {background:#065f2c;background:var(--color-green);}
.product_img_thumb .owl-nav [class*="owl-"]:hover path{stroke:#fff;stroke:var(--color-white);}
.product_img_thumb .owl-nav .owl-prev {left: 0px;}
.product_img_thumb .owl-nav .owl-next {right: 0px;}
.product_img_thumb .owl-item {cursor:pointer;position:relative;}
.product_img_thumb .owl-item.current::before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	bottom:0;
	border:3px solid #065f2c;
	border:3px solid var(--color-green);
	border-radius: 8px;
}
.ui-selectmenu-button.ui-button {
	width: 100%;
	height: 50px;
	border: 1px solid #bdbdbd;
	border: 1px solid var(--color-gray);
	border-radius: 6px;
	padding: 0 0 0 15px;
	line-height: 45px;
	font-size: 16px;
	margin-bottom: 20px;
	background: #fff;
	background: var(--color-white);
}
.ui-selectmenu-button.ui-button.ui-selectmenu-button-open{border-radius: 6px 6px 0 0;}
.ui-button .ui-icon {
	background-image: url(/templates/ligno/dist/dev/assets/select.cc28aafc.svg);
	background-position: center;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 10px;
	transition: none;
}
.ui-selectmenu-button-open .ui-icon{
	transform:translateY(-50%) scaleY(-1);
}	
.ui-menu-item::before {content: none;}	
.ui-selectmenu-menu {
	padding: 5px 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #bdbdbd;
	border: 1px solid var(--color-gray);
	transition: none;
	font-size: 16px;
	border-radius: 0 0 6px 6px;
	background: #fff;
	background: var(--color-white);
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 5px 0 4px 20px;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: 0;
	background:#bdbdbd;
	background:var(--color-gray);
}
.row_center label {
	margin-bottom: 20px;
	margin-right: 28px;
}
.price_block {
	font-size: calc(24px + 8*var(--respon));
	line-height: calc(30px + 10*var(--respon));
}
sup{font-size:0.7em;}
.q_block {
	position: relative;
	max-width: 120px;
	margin-bottom: 20px;
	margin-left:-8px;
}
.q_block input{
	padding-left:48px;
	padding-right:48px;	
	margin: 0;
}
.math_btn {
	position: absolute;
	top: 1px;
	bottom: 1px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.math_btn.minus {left:1px;}
.math_btn.plus {right:1px;}	
.math_btn path{stroke:#0b0b0b;stroke:var(--color-basic);}
.math_btn:hover path{stroke:#065f2c;stroke:var(--color-green);}
.owl-carousel .owl-item img {margin: 0 auto;}
.overlay{
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #000000;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	z-index: 99;
	display:none;
	height: 100%;
	position: fixed;
}
.add2cart{
	position: absolute;
	width: 500px;
	min-height: 280px;
	left: 50%;
	top: 317px;
	background: #fff;
	background: var(--color-white);
	border-radius: 16px;
	padding:20px 30px;
	z-index: 100;
	transform:translateX(-50%);
	display:none;
}
.close_add2cart {
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;
}
.product_cart_img {
	width: 90px;
	margin-right: 12px;
}
.product_cart_name {
	width: 318px;
}
.cart_name a,
.product_cart_name a {
	color:#0b0b0b;
	color:var(--color-basic);
	font-size: 20px;
}
.cart_name a:hover,
.product_cart_name a:hover {color:#065f2c;color:var(--color-green);}
.add2cart .btn {
	font-size: 14px;
	padding: 0;
	width: 100%;
}
.btn_white{
	background:#fff;
	background:var(--color-white);
	border:1px solid #065f2c;
	border:1px solid var(--color-green);
	color:#065f2c;
	color:var(--color-green);
}
.btn_white:hover{
	background:#065f2c;
	background:var(--color-green);
	border:1px solid #065f2c;
	border:1px solid var(--color-green);
	color:#fff;
	color:var(--color-white);
}
.cart_block {
	background: #eff3e5;
	background: var(--color-lightgreen);
	border: 1px solid #eff3e5;
	border: 1px solid var(--color-lightgreen);
	border-radius: 16px;
	padding:0 20px 5px;
}
.row_cart{
	border-top:1px solid #fff;
	border-top:1px solid var(--color-white);
}
.cart_num{width: 25px;}
.cart_cell {width: calc(100% - 175px);}
.cart_img {width: 120px;}
.cart_img img{border-radius:8px;}
.cart_name {width: 52%;}
.cart_sum,
.cart_price {width: 120px;}
.cart_q {width: 130px;}
.cart_del {width: 20px;}
.th_row{padding:20px 0;}
.td_row{padding:20px 0 10px;}
.addinfo {
	font-size: 14px;
	line-height: 21px;
	margin-top: 5px;
	min-height: 52px;
}
.addinfo span{color:#bdbdbd;color:var(--color-gray);}
.cart_q .q_block {
	margin-bottom: 0;
	margin-left: 0;
}
.cart_del path{stroke:#bdbdbd;stroke:var(--color-gray);}
.cart_del:hover path{stroke:#065f2c;stroke:var(--color-green);}
.cart_total {
	margin-right: 27px;
}
.total_sum {
	font-size: 32px;
	line-height: 50px;
	margin-left: 3px;
}
.cart_btn .btn {
	font-size: 14px;
	padding: 0 32px;
}
.thanx_section{
	height: calc(100vh - 531px);
	display: flex;
	align-items: center;
	min-height: 500px;
}
.tab_lnk.btn {
	width: 50%;
	font-size: 16px;
	padding: 0;
	text-transform: none;
	background-color: #fff;
	background-color: var(--color-white);
	color: #065f2c;
	color: var(--color-green);	
}
.tab_lnk.btn:hover{
	background:#eff3e5;
	background:var(--color-lightgreen);
	color:#065f2c;
	color:var(--color-green);	
}
.tab_lnk.btn.active{
	background:#065f2c;
	background:var(--color-green);
	color:#fff;
	color:var(--color-white);	
}
.radiobox_block:first-child .shipping_type,
.tab_lnk:first-child{border-radius:6px 0 0 6px;}
.radiobox_block:last-child .shipping_type,
.tab_lnk:last-child{border-radius:0 6px 6px 0;}
.tab_content {
	margin-top: 43px;
}
.tab_content_item input {
	margin-bottom: 0;
}
.radiobox_block .shipping_type {
	background-color: #fff;
	background-color: var(--color-white);
	color: #065f2c;
	color: var(--color-green);
	text-transform: none;
	padding: 0 40px;
	border: 1px solid #065f2c;
	border: 1px solid var(--color-green);
	width: 100%;
	line-height: 40px;
}
.radiobox_block .shipping_type:hover{
	background:#065f2c;
	background:var(--color-green);
	color:#fff;
	color:var(--color-white);
}
.radiobox_block .shipping_type.active {
	background-color: #eff3e5;
	background-color: var(--color-lightgreen);
	color: #065f2c;
	color: var(--color-green);
}
.radiobox_block .shipping_type::before{content:none;}
.radiobox_block.unit label::before {
	vertical-align: baseline;
	margin-right: 0px;
}
.radiobox_block.unit label{
	line-height: 1.2;
	font-size:20px;
}
.list_product {
	font-size: 14px;
	line-height: 17px;
	margin-top: 20px;
}
.va_t{vertical-align:top;}
.list_product_total {
	border-top: 1px solid #065f2c;
	border-top: 1px solid var(--color-green);
	margin-top: 21px;
	padding-top: 18px;
}
.checkbox_btn {
	margin-top: 23px;
	padding: 0 30px;
	font-size: 14px;
}
.help_popup,
.checkout_help_block {
	position: absolute;
	background: #eff3e5;
	background: var(--color-lightgreen);
	border-radius: 6px;
	padding: 8px 20px 11px;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}
.help_popup ul li::before,
.checkout_help_block ul li::before {
	color: #065f2c;
	color: var(--color-green);
	font-size: 12px;
	margin-right: 6px;
}
.help_popup li + li,
.checkout_help_block li + li {
	margin-top: 5px;
}
.help_popup li,
.checkout_help_block li{
	cursor:pointer;
}
input + .help_popup {
	margin-top: -20px;
}
.contact_block{
	min-height: 400px;
	background: #eff3e5;
	background: var(--color-lightgreen);
	border-radius: 16px;
	overflow:hidden;	
}
.contact_info {
	padding: 45px 40px;
	height:400px;
}
.phone {font-size: calc(28px + 8*var(--respon));}
.map_block {
	/* min-height: 400px; */
	line-height:0;
	height:400px;
}
.larch_list li > div,
.shipping_list li >  div {
	display: inline-block;
	width: calc(100% - 23px);
	vertical-align: top;
}
.shipping_list li + li {margin-top: 20px;}
.larch_list li::before,
.shipping_list li::before {
	color: #065f2c;
	color: var(--color-green);
	font-size: 12px;
	margin-right: 6px;
}
.border_radius_8 {
	border-radius:8px;
	-webkit-border-radius: 8px;
}
.border_radius_16 {
	border-radius: 16px;
	-webkit-border-radius: 16px;
}
.border_radius_16.video {
	-webkit-border-radius: 16px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.border_radius_16 video {
	border-radius:16px;
	-webkit-border-radius: 16px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.map_section img {width: 100%;}
.map_section {
	line-height: 0;
	max-height: 380px;
	overflow: hidden;
}
.article_owl {
	margin-top: 30px;
	margin-bottom: 95px;
}
.article_owl .owl-nav [class*="owl-"] {
	width: 50px;
	height: 50px;
	background: #065f2c;
	background: var(--color-green);
	border: 1px solid #065f2c;
	border: 1px solid var(--color-green);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.article_owl .owl-nav [class*="owl-"]:hover {background: #396935;background: var(--color-darkgreen); border: 1px solid #396935; border: 1px solid var(--color-darkgreen);}
.article_owl .owl-nav .owl-prev {left: 0;transform:translate(-50%, -50%);}
.article_owl .owl-nav .owl-next {right: 0;transform:translate(50%, -50%);}
.article_owl_caption .owl-nav [class*="owl-"] {top: 40%;}
.bg_first {background: url(/templates/ligno/dist/dev/assets/header_bg.a4216051.jpg) no-repeat 0 0;}
.larch {
	font-size: calc(32px + 16*var(--respon));
	font-weight: 600;
	line-height: calc(40px + 20*var(--respon));
	color: #065f2c;
	color: var(--color-green);
}
.sticky {
	position: sticky;
	top: 150px;
}
.larch_bg {background-position: left 90px;}
.larch_list {line-height: 25px;}
.larch_list li + li {margin-top: 50px;}
.ligno72 {
	font-size: calc(42px + 30*var(--respon));
	line-height: calc(52px + 38*var(--respon));	
}
.lh_0 {line-height: 0;}
.bg_second {
	background: url(/templates/ligno/dist/dev/assets/bg2.55589064.jpg) no-repeat;
	background-position: right 250px;
}
.bg_white {background-color:#fff;background-color:var(--color-white);}

.w5{width: 5%;}
.w13{width: 13%;}
.w15{width: 15%;}
.w16{width: 16%;}
.w17{width: 17%;}
.w18{width: 18%;}
.w19{width: 19%;}
.w20{width: 20%;}
.w21{width: 21%;}
.w22{width: 22%;}
.w23{width: 23%;}	
.w24{width: 24%;}	
.w25{width: 25%;}	
.w26{width: 26%;}
.w27{width: 27%;}
.w28{width: 28%;}
.w29{width: 29%;}
.w30{width: 30%;}
.w31{width: 31%;}
.w31_5{width: 31.5%;}
.w32{width: 32%;}
.w33{width: 33%;}
.w34{width: 34%;}
.w35{width: 35%;}
.w40{width: 40%;}
.w42{width: 42%;}
.w43{width: 43%;}
.w44{width: 44%;}
.w46{width: 46%;}
.w47{width: 47%;}
.w48{width: 48%;}
.w49{width: 49%;}
.w50{width: 50%;}
.w51{width: 51%;}
.w52{width: 52%;}
.w54{width: 54%;}
.w55{width: 55%;}
.w56{width: 56%;}
.w57{width: 57%;}
.w58{width: 58%;}
.w60{width: 60%;}
.w64{width: 64%;}
.w65{width: 65%;}
.w66{width: 66%;}
.w70{width: 70%;}
.w71{width: 71%;}
.w73{width: 73%;}
.w74{width: 74%;}
.w74_5{width: 74.5%;}
.w75{width: 75%;}
.w76{width: 76%;}
.w77{width: 77%;}
.w80{width: 80%;}
.w84{width: 84%;}
.w95{width: 95%;}
.w100{width: 100%;}

.pr_xl_6p {padding-right: 6%;}

.ph_xl_22 {
	padding-left:22px;
	padding-right:22px;
}

.pl_xl_1_5p {padding-left: 1.5%;}
.pl_xl_3p {padding-left: 3%;}
.pl_10 {padding-left:10px;}

.pr_10 {padding-right:10px;}



.mr_xl_17 {margin-right: 17px;}
.mr_xl_25 {margin-right:25px;}

.ml_xl_10 {margin-left:10px;}

.hidden {display:none;}

@media screen and (max-width: 1389px) {
	.main_top_img {
		width: 100%;
		margin: 0;
	}
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
} /*1389*/
@media screen and (max-width: 1279px) {
	.hidden_lg{display:none;}
	.d_block_lg{display:block;}
	.d_ib_lg{display:inline-block;}
	.d_flex_lg{display:flex;}
	.menu_block {
		display: block;
		width: 100%;
		position: absolute;
		left: -1300px;
		top: 67px;
		background: #fff;
		background: var(--color-white);
		z-index: 9;
		padding-bottom: 111px;
	}
	.menu_block.open{left:0;}
	.menu {
		display: block;
		padding: 5px 15px;
		font-weight: 600;
	}
	.menu > li {margin-bottom: 26px;}
	.submenu {
		position: relative;
		max-height: 999px;
		background: none;
		border: none;
		box-shadow:none;
	}
	.submenu .container {padding: 0;max-width: none;}
	.submenu_ttl{
		font-size:18px;
		text-transform:uppercase;
		margin-bottom: 18px;
	}
	.submenu li + li {margin-top: 12px;}	
	.submenu_ttl + div {margin-bottom: 28px;}	
	.submenu_ttl + div:last-child {margin-bottom: 0px;}	
	.menu_block .callback {
		font-size: 18px;
		padding: 0 15px;
		margin-top: 13px;
		font-weight: 600;
	}
	.lang {
		margin-top: 21px;
		margin-left: 15px;
	}
	.lang svg {
		height: 25px;
		width: 21px;
	}

	.top_logo svg {
		height: auto;
		width: 126px;
	}
	.header > .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header_right {width: 31%;}
	.top_cart {
		margin-top: 2px;
		margin-right: 5px;
	}
	.mob_menu {
		display: block;
		margin-top: 2px;
		cursor: pointer;
	}
	.close_menu{display:none;}
	.open .close_menu{display:inline-block;}
	.open .open_menu{display:none;}

	.pr_lg_0 {padding-right:0;}
	
	.w14_lg {width:14%;}
	.w16_lg {width:16%;}
	.w20_lg {width:20.6%;}
	.w22_lg {width:22.5%;}
	.w25_lg {width:25.5%;}
	.w31_lg {width:31%;}
	.w39_lg {width:39%;}
	.w40_lg {width:40%;}
	.w46_lg {width:46%;}
	.w48_lg {width:48%;}
	.w50_lg {width:50%;}
	.w51_lg {width:51%;}
	.w57_lg {width:57%;}
	.w60_lg {width:60%;}
	.w65_lg {width:65.5%;}
	.w80_lg {width:80%;}
	.w83_lg {width:83%;}
	.w98_lg {width:98%;}
	.w100_lg {width:100%;}
	.w173_lg {width: 173px;}

	.mt_lg_0{margin-top: 0;}
	.mt_lg_5 {margin-top: 5px;}
	.mt_lg_8 {margin-top: 8px;}
	.mt_lg_10 {margin-top: 10px;}
	.mt_lg_12 {margin-top: 12px;}
	.mt_lg_13 {margin-top: 13px;}
	.mt_lg_15 {margin-top: 15px;}
	.mt_lg_16 {margin-top: 16px;}
	.mt_lg_17 {margin-top: 17px;}
	.mt_lg_18 {margin-top: 18px;}
	.mt_lg_20 {margin-top: 20px;}
	.mt_lg_22 {margin-top: 22px;}
	.mt_lg_23 {margin-top: 23px;}
	.mt_lg_25 {margin-top: 25px;}
	.mt_lg_28 {margin-top: 28px;}
	.mt_lg_30 {margin-top: 30px;}
	.mt_lg_33 {margin-top: 33px;}
	.mt_lg_35 {margin-top: 35px;}
	.mt_lg_40 {margin-top: 40px;}
	.mt_lg_45 {margin-top: 45px;}
	.mt_lg_48 {margin-top: 48px;}
	.mt_lg_50 {margin-top: 50px;}
	.mt_lg_55 {margin-top: 55px;}
	.mt_lg_60 {margin-top: 60px;}
	.mt_lg_63 {margin-top: 63px;}
	.mt_lg_65 {margin-top: 65px;}
	.mt_lg_70 {margin-top: 70px;}
	.mt_lg_75 {margin-top: 75px;}
	.mt_lg_78 {margin-top: 78px;}
	.mt_lg_80 {margin-top: 80px;}
	.mt_lg_85 {margin-top: 85px;}
	.mt_lg_90 {margin-top: 90px;}
	.mt_lg_95 {margin-top: 95px;}
	.mt_lg_100 {margin-top: 100px;}
	.mt_lg_255 {margin-top: 255px;}
	
	.mr_xl_25 {margin-right:25px;}
} /*1280*/
@media screen and (max-width: 1256px) {
	.article_owl .owl-nav .owl-prev {transform: translate(-30%, -50%);}	
	.article_owl .owl-nav .owl-next {transform: translate(30%, -50%);}
}
@media screen and (max-width: 991px) {
	.hidden_md{display:none;}
	.d_block_md{display:block;}
	.d_ib_md{display:inline-block;}
	.d_flex_md{display:flex;}
	.header {
		padding-top: 10px;
		padding-bottom: 18px;
	}	

	.main_subttl {margin-top: 10px;}
	.main_price {
		margin-top: 4px;
		text-align: left;
	}
	.main_top_img {
		padding: 0;
	}
	.main_top_img video {
		margin-bottom: -8px;
	}
	.main_first_section {background: none;}
	.prod_txt a {padding: 15px 15px 13px;}
	.prod_b {margin-bottom: 23px;max-width: none;}
	.prod_b:hover .prod_img img {
		transform:scale(1.0);
		transition: none;
	}
	select, input {margin: 0 0 10px;}
	textarea {margin-bottom: 10px;}
	.form_block {
		border-radius: 16px;
		background-image: none;
		width: 100%;
		padding: 40px 15px;
	}
	.footer {padding-top: 18px;}
	.footer > .container > div:first-child{order:2;}
	.footer > .container > div:last-child{order:1;}
	.footer_phone {margin-bottom: 20px;}
	.footer_ttl {margin-bottom: 16px;}
	.footer ul li {
		margin-bottom: 18px;
		font-size:14px;
	}
	.txt_left_md{text-align:left;}
	.txt_center_md{text-align:center;}
	.footer_bottom {
		margin-top: 0px;
		padding-top: 18px;
		text-align: center;
	}
	.h_auto_md{height:auto;}
	.product_img_thumb.owl-carousel.owl-loaded {display: none;}
	.owl-theme .owl-dots .owl-dot span {
		margin: 5px 4px;
		background: #fff;
		background: var(--color-white);
		border-radius: 0;
		border: 1px solid #065f2c;
		border: 1px solid var(--color-green);
	}
	.product_name {
		font-size: 26px;
		line-height: 32px;
		margin-top: 18px;
	}
	.add2cart {
		width: 92.3%;
		padding: 20px;
		max-width: 500px;
	}
	.product_cart_img {
		width: 80px;
		margin-right: 12px;
	}
	.product_cart_name {width: 58%;}
	.close_add2cart {
		top: 23px;
		right: 20px;
	}
	.cart_block {padding: 0 15px 15px;}	
	.cart_img {width: 88px;}
	.cart_cell {width: calc(100% - 135px);}
	.cart_name {
		width: 37%;
		font-size: 16px;
		line-height: 20px;
	}
	.thanx_section {height: calc(100vh - 90px);}
	.tab_lnk.btn {
		font-size: 14px;
		padding: 6px 10px;
		line-height: 17px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.tab_content {margin-top: 32px;}
	.radiobox_block .shipping_type {padding: 0;}
	.list_product_total {
		margin-top: 28px;
		padding-top: 8px;
	}	
	.delivery_content_item .radiobox_block label span {vertical-align: top;}
	.contact_info {padding: 33px 13px 35px;}	
	.map_block {min-height: 194px;}
	.article_owl .owl-nav .owl-prev {transform: translate(-30%, -85%);}	
	.article_owl .owl-nav .owl-next {transform: translate(30%, -85%);}
	.article_owl {
		margin-top: 30px;
		margin-bottom: 50px;
		max-width: 390px;
		margin-left: auto;
		margin-right: auto;
	}
	.bg_first, .bg_second {background: none;}	
	
	.row_start_md {
		align-items: flex-start;
	}
	.larch_list li + li {margin-top: 20px;}
	.fact_img {text-align: center;}

	.w40_md {width:40%;}	
	.w44_md {width:44%;}	
	.w45_md {width:45%;}
	.w48_md {width:48%;}
	.w49_md {width:49%;}
	.w50_md {width:50%;}
	.w52_md {width:52%;}
	.w55_md {width:55%;}
	.w94_md {width:94%;}
	.w98_md {width:98%;}
	.w100_md {width:100%;}
	
	.mr_md_20{margin-right:20px;}

	.mb_md_5{margin-bottom:5px;}
	.mb_md_10{margin-bottom:10px;}
	.mb_md_13{margin-bottom:13px;}
	.mb_md_15{margin-bottom:15px;}
	.mb_md_18{margin-bottom:18px;}
	.mb_md_20{margin-bottom:20px;}
	.mb_md_25{margin-bottom:25px;}
	.mb_md_30{margin-bottom:30px;}
	.mb_md_35{margin-bottom:35px;}
	.mb_md_40{margin-bottom:40px;}
	.mb_md_45{margin-bottom:45px;}
	.mb_md_50{margin-bottom:50px;}
	.mb_md_55{margin-bottom:55px;}
	.mb_md_60{margin-bottom:60px;}
	
	.pt_md_0 {padding-top: 0;}
	.pt_md_5 {padding-top: 5px;}
	.pt_md_10 {padding-top: 10px;}
	.pt_md_15 {padding-top: 15px;}
	.pt_md_20 {padding-top: 20px;}
	.pt_md_25 {padding-top: 25px;}
	.pt_md_30 {padding-top: 30px;}
	.pt_md_35 {padding-top: 35px;}
	.pt_md_40 {padding-top: 40px;}
	.pt_md_45 {padding-top: 45px;}
	.pt_md_50 {padding-top: 50px;}
	.pt_md_55 {padding-top: 55px;}
	.pt_md_60 {padding-top: 60px;}

	.pr_md_0 {padding-left: 0px;}
	
	.pl_md_0 {padding-left: 0px;}
	.pl_md_7 {padding-left: 7px;}

	.pb_md_0 {padding-bottom: 0;}
	.pb_md_5 {padding-bottom: 5px;}
	.pb_md_10 {padding-bottom: 10px;}
	.pb_md_15 {padding-bottom: 15px;}
	.pb_md_20 {padding-bottom: 20px;}
	.pb_md_25 {padding-bottom: 25px;}
	.pb_md_30 {padding-bottom: 30px;}
	.pb_md_35 {padding-bottom: 35px;}
	.pb_md_38 {padding-bottom: 38px;}
	.pb_md_40 {padding-bottom: 40px;}
	.pb_md_45 {padding-bottom: 45px;}
	.pb_md_50 {padding-bottom: 50px;}
	.pb_md_55 {padding-bottom: 55px;}
	.pb_md_60 {padding-bottom: 60px;}
	.pb_md_65 {padding-bottom: 65px;}

	.mt_md_m5 {margin-top: -5px;}
	.mt_md_0 {margin-top: 0px;}
	.mt_md_3 {margin-top: 3px;}
	.mt_md_5 {margin-top: 5px;}
	.mt_md_6 {margin-top: 6px;}
	.mt_md_8 {margin-top: 8px;}	
	.mt_md_9 {margin-top: 9px;}	
	.mt_md_10 {margin-top: 10px;}
	.mt_md_12 {margin-top: 12px;}
	.mt_md_13 {margin-top: 13px;}
	.mt_md_14 {margin-top: 14px;}
	.mt_md_15 {margin-top: 15px;}
	.mt_md_18 {margin-top: 18px;}
	.mt_md_19 {margin-top: 19px;}
	.mt_md_20 {margin-top: 20px;}
	.mt_md_23 {margin-top: 23px;}
	.mt_md_25 {margin-top: 25px;}
	.mt_md_27 {margin-top: 27px;}
	.mt_md_28 {margin-top: 28px;}
	.mt_md_30 {margin-top: 30px;}
	.mt_md_33 {margin-top: 33px;}
	.mt_md_35 {margin-top: 35px;}
	.mt_md_38 {margin-top: 38px;}
	.mt_md_40 {margin-top: 40px;}
	.mt_md_45 {margin-top: 45px;}
	.mt_md_48 {margin-top: 48px;}
	.mt_md_50 {margin-top: 50px;}
	.mt_md_53 {margin-top: 53px;}
	.mt_md_55 {margin-top: 55px;}
	.mt_md_58 {margin-top: 58px;}
	.mt_md_60 {margin-top: 60px;}
	.mt_md_70 {margin-top: 70px;}
} /*992*/	

@media screen and (max-width: 768px) {
	.hidden_sm{display:none;}
	.d_block_sm{display:block;}
	.d_ib_sm{display:inline-block;}
	.d_flex_sm{display:flex;}
	.cart_cell {width: calc(100% - 99px);}
	.cart_name {
		width: 100%;
		font-size: 16px;
		line-height: 20px;
	}
	.cart_sum, .cart_price {
		width: 100%;
		margin-top: 5px;
	}
	.cart_sum::before,
	.cart_price::before {
		content: attr(data-ttl);
		font-size: 14px;
		line-height: 17px;
		color: #bdbdbd;
		color: var(--color-gray);
		margin-right: 5px;
	}
	.cart_q {
		order: 4;
		margin-top: 10px;
	}
	.cart_sum {
		order: 3;
		margin-top: 10px;
	}
	.cart_del {
		width: auto;
		order: 5;
	}
	.cart_del::after {
		content: attr(data-ttl);
		font-size: 14px;
		line-height: 17px;
		color: #bdbdbd;
		color: var(--color-gray);
		margin-left: 5px;
	}
	.cart_total {
		margin-right: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	.cart_btn {
		margin-top: 15px;
		max-width:200px;
	}

	.row_start_sm {
		align-items: flex-start;
	}

	.w100_sm {width: 100%;}		
	
	.mt_sm_0{margin-top: 0;}
	.mt_sm_5 {margin-top: 5px;}
	.mt_sm_8 {margin-top: 8px;}
	.mt_sm_10 {margin-top: 10px;}
	.mt_sm_12 {margin-top: 12px;}
	.mt_sm_13 {margin-top: 13px;}
	.mt_sm_15 {margin-top: 15px;}
	.mt_sm_18 {margin-top: 18px;}
	.mt_sm_20 {margin-top: 20px;}
	.mt_sm_23 {margin-top: 23px;}
	.mt_sm_25 {margin-top: 25px;}
	.mt_sm_30 {margin-top: 30px;}
	.mt_sm_33 {margin-top: 33px;}
	.mt_sm_35 {margin-top: 35px;}
	.mt_sm_40 {margin-top: 40px;}
	.mt_sm_45 {margin-top: 45px;}
	.mt_sm_50 {margin-top: 50px;}
	.mt_sm_55 {margin-top: 55px;}
	.mt_sm_60 {margin-top: 60px;}
	.mt_sm_63 {margin-top: 63px;}
	.mt_sm_65 {margin-top: 65px;}
	.mt_sm_70 {margin-top: 70px;}
	.mt_sm_75 {margin-top: 75px;}
	.mt_sm_78 {margin-top: 78px;}
	.mt_sm_80 {margin-top: 80px;}
	.mt_sm_85 {margin-top: 85px;}
	.mt_sm_90 {margin-top: 90px;}
	.mt_sm_95 {margin-top: 95px;}
	.mt_sm_100 {margin-top: 100px;}	
}/*768*/

@media screen and (max-width: 370px) {
	.price_arrow {
		padding-right: 20px;
		margin-left: -30px;
	}
}

.pr-2p {
	padding-right: 2%;
}
.w12 {
	width: 12%;
}
.menu_block {
	width: 600px !important;
}

/*# sourceMappingURL=module.99fc05ad.css.map*/