@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Bellota:wght@700&display=swap');a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:#000;font-family:'Montserrat',sans-serif;background:#fff}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,td,th{text-align:left;font-weight:400}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #eceff4;border-radius:5px;margin:0 2px;padding:.35em .625em .75em}fieldset.error{border-color:red;box-shadow:0 0 0 1px red}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.container:after,.container:before,.row:after,.row:before{display:table;content:" "}.container:after,.row:after{clear:both}html{font-size:10px;-webkit-tap-highlight-color:transparent}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #e9e9e9
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-left-xs {
	text-align: left
}

.text-center-xs {
	text-align: center
}

.text-right-xs {
	text-align: right
}

@media (min-width:768px) {
	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px
	}
	.text-left-sm {
		text-align: left
	}
	.text-center-sm {
		text-align: center
	}
	.text-right-sm {
		text-align: right
	}
}

@media (min-width:992px) {
	.container {
		width: 100%
	}
	.text-left-md {
		text-align: left
	}
	.text-center-md {
		text-align: center
	}
	.text-right-md {
		text-align: right
	}
}

@media (min-width:1190px) {
	.container {
        width: 100%;
        max-width: 1440px;
        padding: 0 22px;
    }
	.text-left-lg {
		text-align: left
	}
	.text-center-lg {
		text-align: center
	}
	.text-right-lg {
		text-align: right
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -10px;
	margin-right: -10px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1190px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-style: italic;
	line-break: auto;
	line-height: 1.42857143;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	font-size: 16px
}

.modal .form-group .tooltip {
	min-width: 160px;
	left: inherit!important;
	right: 0!important
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	padding: 18px 25px 15px;
	color: #000;
	text-align: left;
	background-color: #ffe828;
	border-radius: 4px;
	border: 1px solid #ffe828;
	font-size: 16px;
	left: 1px;
	width: 300px
}

.tooltip-arrow {
	position: absolute;
	background: url(images/ttiparr.png) 0 0 no-repeat;
	height: 10px;
	width: 12px;
	margin-left: -9px;
	margin-top: -10px
}

.form-control {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 15px;
	border: 2px solid #ededed;
	border-radius: 0;
	background: #ededed;
	color: #696e73;
	text-shadow: none;
	font-size: 14px;
	line-height: 1.42857143;
	margin-bottom: 20px;
	border-radius: 3px
}

.form-control.mini {
	height: 40px
}

.form-control:focus {
	background: #fff;
	border-color: #d9dde1
}

.form-control[readonly]:focus {
	border-color: #e3e3e4
}

.form-control.error {
	border-color: #ff1a00
}

.form-control::-moz-placeholder {
	color: #6b6f7d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6b6f7d
}

.form-control::-webkit-input-placeholder {
	color: #6b6f7d
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto;
	max-width: 100%;
	min-height: 115px;
	resize: none;
	padding-top: 10px
}

input:focus::-moz-placeholder {
	opacity: 0
}

input:focus:-ms-input-placeholder {
	opacity: 0
}

input:focus::-webkit-input-placeholder {
	opacity: 0
}

textarea:focus::-moz-placeholder {
	opacity: 0
}

textarea:focus:-ms-input-placeholder {
	opacity: 0
}

textarea:focus::-webkit-input-placeholder {
	opacity: 0
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table!important
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1189px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table!important
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1189px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1189px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px) and (max-width:1189px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1190px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table!important
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1190px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1190px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1190px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1189px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1190px) {
	.hidden-lg {
		display: none!important
	}
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}

.fancybox-lock {
	overflow: hidden!important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden!important
}

.fancybox-lock-test {
	overflow-y: hidden!important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0, 0, 0, .8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

.jq-checkbox {
	top: -1px;
	width: 13px;
	height: 13px;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	background: #f6f6f6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
	vertical-align: middle;
	cursor: pointer
}

.jq-checkbox.checked .jq-checkbox__div {
	width: 9px;
	height: 9px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #aaa
}

.jq-checkbox.focused {
	border: 1px solid #08c
}

.jq-checkbox.disabled {
	opacity: .55
}

.jq-radio {
	width: 18px;
	height: 18px;
	border: 1px solid #8f8f8f;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer
}

.jq-radio.checked .jq-radio__div {
	width: 8px;
	height: 8px;
	margin: 4px 0 0 4px;
	border-radius: 50%;
	background: #2c2c2c
}

.jq-radio.focused {
	border: 1px solid #08c
}

.jq-radio.disabled {
	opacity: .55
}

.jq-file {
	width: 270px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	border-radius: 4px
}

.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em
}

.jq-file__name {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 0 80px 0 10px;
	color: #333;
	font: 14px/30px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #f1f1f1;
	background: #fff
}

.focused .jq-file__name {
	border: 1px solid #5794bf
}

.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	border-radius: 0 4px 4px 0;
	background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
	color: #333;
	text-shadow: 1px 1px #fff;
	font: 14px/30px Arial, sans-serif
}

.jq-file:hover .jq-file__browse {
	background-color: #e6e6e6;
	background-position: 0 -10px
}

.jq-file:active .jq-file__browse {
	background: #f5f5f5;
	box-shadow: inset 1px 1px 3px #ddd
}

.jq-file.disabled .jq-file__name {
	color: #888
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer
}

.jq-selectbox__select {
	height: 35px;
	padding: 0 45px 0 10px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAjCAYAAABVcWC0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAHElEQVQYV2P4DwRMQMwAIRiAAImLTWzglPxnAACW6U727Go5vAAAAABJRU5ErkJggg==) repeat-x;
	box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
	color: #333;
	text-shadow: 1px 1px #fff
}

.jq-selectbox__select:hover {
	background-color: #e6e6e6;
	background-position: 0 -10px
}

.jq-selectbox__select:active {
	background: #f5f5f5;
	box-shadow: inset 1px 1px 3px #ddd
}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888
}

.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #ccc
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	opacity: .3
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: .3
}

.jq-selectbox__dropdown {
	top: 38px;
	width: 100%!important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	font: 14px/18px Arial, sans-serif
}

.jq-selectbox__search {
	margin: 5px
}

.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #f1f1f1;
	color: #333;
	-webkit-appearance: textfield;
	font-size: 16px;
	line-height: 20px
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none
}

.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #f0f0f0;
	font-size: 13px
}

.jq-selectbox ul {
	margin: 0;
	padding: 0
}

.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231f20;
	white-space: normal!important
}

.jq-selectbox li.selected {
	background-color: #a3abb1;
	color: #fff
}

.jq-selectbox li:hover {
	background-color: #08c;
	color: #fff
}

.jq-selectbox li.disabled {
	color: #aaa
}

.jq-selectbox li.disabled.selected {
	background: 0 0
}

.jq-selectbox li.disabled:hover {
	background: 0 0
}

.jq-selectbox li.optgroup {
	font-weight: 700
}

.jq-selectbox li.optgroup:hover {
	background: 0 0;
	color: #231f20;
	cursor: default
}

.jq-selectbox li.option {
	padding-left: 25px
}

.jq-select-multiple {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
	background: #fff;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default
}

.jq-select-multiple.focused {
	border: 1px solid #5794bf
}

.jq-select-multiple.disabled {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888
}

.jq-select-multiple ul {
	margin: 0;
	padding: 0
}

.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none
}

.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
	background: #08c;
	color: #fff
}

.jq-select-multiple li.disabled {
	color: #aaa
}

.jq-select-multiple li.selected.disabled,
.jq-select-multiple.disabled li.selected {
	background: #ccc;
	color: #fff
}

.jq-select-multiple li.optgroup {
	font-weight: 700
}

.jq-select-multiple li.option {
	padding-left: 25px
}

input[type=email].styler,
input[type=number].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
	color: #333;
	font: 14px Arial, sans-serif
}

input[type=search].styler {
	-webkit-appearance: none
}

textarea.styler {
	overflow: auto
}

input[type=email].styler:hover,
input[type=number].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
	border-color: #b3b3b3
}

input[type=email].styler:focus,
input[type=number].styler:focus,
input[type=password].styler:focus,
input[type=search].styler:focus,
input[type=tel].styler:focus,
input[type=text].styler:focus,
input[type=url].styler:focus,
textarea.styler:focus {
	border-color: #ccc;
	border-top-color: #b3b3b3;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	outline: 0
}

button.styler,
input[type=button].styler,
input[type=reset].styler,
input[type=submit].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: 0;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
	color: #333;
	text-shadow: 1px 1px #fff;
	font: 14px Arial, sans-serif;
	cursor: pointer
}

button.styler::-moz-focus-inner,
input[type=button].styler::-moz-focus-inner,
input[type=reset].styler::-moz-focus-inner,
input[type=submit].styler::-moz-focus-inner {
	padding: 0;
	border: 0
}

button.styler:after {
	content: ''
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=reset].styler:hover,
input[type=submit].styler:not([disabled]):hover {
	background-color: #e6e6e6;
	background-position: 0 -10px
}

button.styler:not([disabled]):active,
input[type=button].styler:not([disabled]):active,
input[type=reset].styler:active,
input[type=submit].styler:not([disabled]):active {
	background: #f5f5f5;
	box-shadow: inset 1px 1px 3px #ddd
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888
}

.jq-selectbox__select.error {
	border: 1px solid #ff2424!important
}

.jspContainer {
	overflow: hidden;
	position: relative
}

.jspPane {
	position: absolute;
	width: 100%!important
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	width: 6px;
	background: #e9e9e9
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red
}

.jspCap {
	display: none
}

.jspHorizontalBar .jspCap {
	float: left
}

.jspTrack {
	position: relative
}

.jspDrag {
	background: #787878;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer
}

.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
	float: left;
	height: 100%
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d
}

.jspVerticalBar .jspArrow {
	height: 16px
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%
}

.jspVerticalBar .jspArrow:focus {
	outline: 0
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%
}

.asd {
	padding: 20px
}
 

body,
html {
	height: 100%!important
}

svg {
	max-width: 100%;
	max-height: 100%
}

svg use {
	width: 100%;
	height: 100%
}

.main-wrapper {
	min-height: 100%;
	height: auto
}

.footer-wrapper {
    position: relative;
    z-index: 310;
    padding-top: 45px;
    padding-bottom: 50px;
    background: rgba(243, 177, 77, 0.1);
}

.footer-push {
	display: none
}

.footer-top .col-md-3 {
	padding-left: 0
}

.footer-menu>ul>li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-right: 30px
}
.footer-menu.footer-menu1 > ul > li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 30px;
}
.footer-menu a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    line-height: 41px;
    color: #A0410D;
}

.footer-menu a:hover {
	    opacity: 0.5;
}

 

.footer-social .title {
	margin-bottom: 30px;
	color: #fff;
	font-size: 16px;
	
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase
}

.footer-social .social-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px
}

.footer-social .social-links a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 25px
}

.footer-social .social-links a.vk {
	width: 37px;
	height: 22px
}

.footer-social .social-links a.inst {
	width: 30px;
	height: 30px
}

.footer-social .social-links a svg {
	fill: #A0410D;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.footer-social .social-links a:hover svg {
    opacity: 0.5;
}

.footer-info {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 31px;
    color: #A0410D;
    margin-top: 30px;
}
.footer-top .title {
    font-family: Bellota;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #A0410D;
    margin-bottom: 10px;
}
.footer-phone{
    margin-top: 47px;
}
.footer-top .row {
    margin-left: 110px;
    position: relative;
    z-index: 4;
}
.footer-phone {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.footer-wrapper .container{
    padding-bottom: 100px;
}
.footer-wrapper {
    padding-bottom: 0px;
}
.footer-top{
    position: relative;
}
.footer-top #rest_rect5 {
    background-color: transparent !important;
}
.f-img-1 {
    position: absolute;
    bottom: 0;
    left: 0px;
}
.f-img-2 {
    position: absolute;
    bottom: 0;
    right: 0px;
}
.footer-phone a {
	font-weight: bold;
	font-family: Bellota;
    font-size: 22px;
    line-height: 28px;
	text-decoration: none
}

.footer-phone a:hover {
	opacity: 0.5;
}

@media (max-width:1189px) {
	.footer-menu>ul>li {
		padding-right: 20px
	}
}

@media (max-width:991px) {
	.footer-menu {
		margin: 0 -15px 30px;
		padding: 0 15px 20px
	}
	.footer-top .col-md-3 {
		padding-left: 10px
	}
	.footer-menu>ul>li {
		width: 48%
	}
}

@media (max-width:767px) {
	.footer-menu>ul>li {
		margin-bottom: 20px
	}
	.footer-menu {
		padding-bottom: 0
	}
	.footer-menu a {
		font-size: 14px
	}
	.footer-social .title {
		font-size: 14px
	}
	.footer-social .social-links {
		margin-bottom: 40px
	}
	.footer-info.text-default {
		font-size: 14px
	}
}

@media only screen and (max-width:399px) {
	.footer-menu>ul>li {
		width: 100%
	}
	.footer-menu>ul>li>a {
		margin-bottom: 20px
	}
}

.footer-bottom {
	background: #242424
} 
body {
    font-size: 18px;
    color: #a0410d;
    overflow-x: hidden;
    background-color: #fffbef;
}
.content ol,
.content ul {
	margin-bottom: 25px
}

.content ol>li,
.content ul>li {
	margin-bottom: 10px;
	position: relative
}

.content ul>li {
	padding-left: 18px
}

.content ul>li:after {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #A0410D;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	content: ''
}

.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
	padding-top: 10px;
	padding-left: 10px
}

.content ol ul li,
.content ul ul li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px
}

.content ol ul li:after,
.content ul ul li:after {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	top: 9px;
	left: 0;
	border: 1px solid #999;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.content ol ol li,
.content ul ol li {
	list-style: decimal;
	padding-left: 3px;
	margin-left: 12px;
	margin-bottom: 10px
}

.content ol {
	counter-reset: item
}

.content ol li {
	display: block
}

.content ol li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	padding: 0 5px 0 10px;
	color: #5e3e1b
}

.content ol ul ol li:after,
.content ul ul ol li:after {
	display: none
}

.content a {
	font-weight: 300;
}
 
.title-h1, h1 {
    margin-top: 0;
	margin-bottom: 40px;
    font-family: Bellota;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #A0410D;
}
@media only screen and (max-width:991px) {
	.title-h1,
	h1 {
		margin-bottom: 40px;
		font-size: 30px;
		line-height: 40px
	}
}

.title-h2,
h2 {
	margin-bottom: 20px;
	color: #A0410D;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase
}

@media only screen and (max-width:991px) {
	.title-h2,
	h2 {
		font-size: 18px;
		line-height: 26px
	}
}

h3 {
	margin-bottom: 20px;
	color: #A0410D;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}

h4 {
	margin-bottom: 20px;
	color: #A0410D;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.title_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.title_block .title-h1 {
	margin-bottom: 75px
}

@media only screen and (max-width:991px) {
	.title_block .title-h1 {
		margin-bottom: 20px
	}
}

.title_block .link-in-header {
    margin-left: 15px;
    font-weight: bold;
    font-size: 12px;
    line-height: 135.4%;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #F3B14D;
    border-bottom: 2px dotted #F3B14D;
    text-decoration: none;
    padding-bottom: 1px;
}
.title_block .link-in-header:hover{
    color: #A0410D;
    border-bottom: 2px dotted #A0410D;
}
@media only screen and (max-width:767px) {
	.title_block .link-in-header {
		display: block;
		margin-left: 0
	}
}

.text-default {
    opacity: 0.7;
    color: #a0410d;
    font-size: 18px;
    font-weight: 400;
    line-height: 29.49px;
}

blockquote {
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	font-size: 16px;
	border-left: 3px solid #36f
}

a {
	color: #A0410D;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	text-decoration: underline;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

a:hover {
	text-decoration: none
}

a:focus {
	outline: 0
}

a.invert {
	color: #A0410D
}

a.invert:hover {
	color: #36f
}

.btn {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 200px;
	padding: 12.5px 38px; 
	
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-decoration: none;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
	box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
	border: none;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.btn svg {
	width: 17px;
	height: 10px;
	margin-left: 20px;
	fill: #5e3e1b;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.btn:hover:not([disabled]) {
	-webkit-box-shadow: 0 4px 15px #f0f1ce;
	box-shadow: 0 4px 15px #f0f1ce
}

.btn:hover:not([disabled]) svg {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px)
}

.btn.red {
	padding: 17.5px 38px;
	color: #fff;
    box-shadow: 0 0 20px rgba(174, 90, 45, 0.6);
    background: linear-gradient(262.49deg, #C75F25 0%, #F3B14D 99.05%);
}

.btn.red.min {
	padding: 12.5px 38px
}

.btn.red svg {
	fill: #fff
}

.btn.red:hover:not([disabled]) {
	-webkit-box-shadow: 0 3px 24px 0 rgba(255, 60, 60, .004);
	box-shadow: 0 3px 24px 0 rgba(255, 60, 60, .004)
}

.btn.disabled {
	cursor: default;
	opacity: .5
}

.form-group {
	position: relative
}

p {
	margin-bottom: 20px
}

.bold,
b,
strong {
	font-weight: 700
}

input:focus::-moz-placeholder {
	opacity: 0
}

input:focus:-ms-input-placeholder {
	opacity: 0
}

input:focus::-webkit-input-placeholder {
	opacity: 0
}

textarea:focus::-moz-placeholder {
	opacity: 0
}

textarea:focus:-ms-input-placeholder {
	opacity: 0
}

textarea:focus::-webkit-input-placeholder {
	opacity: 0
}

.strike {
	text-decoration: line-through
}

.hide {
	display: none
}

.show {
	display: block
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-justify {
	text-align: justify
}

:invalid {
	-webkit-box-shadow: none;
	box-shadow: none
}

:-moz-submit-invalid {
	box-shadow: none
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

em,
i {
	font-style: italic
}

.cleaner,
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	display: block!important
}

.cleaner-hr,
.clear-hr {
	height: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
	border: none
}

hr {
	border-color: rgba(94, 62, 27, .2)
}

.left {
	float: left
}

.right {
	float: right
}

.upper {
	text-transform: uppercase
}

img {
	max-width: 100%
}

img.left {
	float: left;
	margin-right: 20px
}

img.right {
	float: right;
	margin-left: 20px
}

.dashed {
	text-decoration: none;
	border-bottom: 1px dashed
}

.dotted {
	text-decoration: none!important;
	border-bottom: 1px dotted
}

.dashed:hover,
.dotted:hover {
	border-bottom-color: transparent
}

.static {
	position: static
}

.hidden {
	display: none!important
}

.row.min {
	margin-left: -5px;
	margin-right: -5px
}

.row.min>div[class^=col-] {
	padding-left: 5px;
	padding-right: 5px
}

.row.no-padding {
	margin-left: 0;
	margin-right: 0
}

.row.no-padding>div[class^=col-] {
	padding-left: 0;
	padding-right: 0
}

.table {
	display: table;
	width: 100%;
	height: 100%
}

.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle
}

.decoration {
	text-decoration: underline
}

.decoration:hover {
	text-decoration: none
}

.decoration-none {
	text-decoration: none!important
}

.decoration-hover {
	text-decoration: none
}

.decoration-hover:hover {
	text-decoration: underline
}

.round {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

a.absolute {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}

.box {
	display: none
}

.box.visible {
	display: block
}

.fancybox-inner {
	overflow: visible!important
}

.fancybox-wrap {
	padding: 35px 0 0
}

.fancybox-skin {
	margin-bottom: 35px
}

.fancybox-overlay {
	background: rgba(0, 0, 0, .8)
}

.fancybox-close {
	top: -36px!important;
	right: -6px!important;
	width: 34px!important;
	height: 34px!important;
	cursor: pointer;
	z-index: 8040;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.fancybox-close:after {
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	content: '';
	display: block;
	position: absolute;
	background: #333;
	margin-left: -1px
}

.fancybox-close:after {
	background: url(../images/close.png) 50% 50% no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	content: '';
	display: block;
	position: absolute;
	margin-top: -10px;
	margin-left: -10px;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.fancybox-close:hover {
	background: rgb(160, 65, 13);
}

.fancybox-close:hover:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fancybox-skin {
	background-color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
	box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
	-webkit-border-radius: 0;
	border-radius: 0
}

.fancybox-nav span {
	visibility: visible;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.fancybox-next span {
	background: rgba(0, 0, 0, .4);
	width: 24px;
	height: 40px;
	margin-top: -20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 10px
}

.fancybox-prev span {
	background: rgba(0, 0, 0, .4);
	width: 24px;
	height: 40px;
	margin-top: -20px;
	left: 10px
}

.fancybox-next span:after,
.fancybox-prev span:after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 14px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -4px;
	background: url(../images/fancy-arrow.png) 0 0 no-repeat
}

.fancybox-next span:hover,
.fancybox-prev span:hover {
	background: #3c3c3c
}

.fancybox-title-float-wrap {
	left: 0;
	margin-bottom: -28px;
	width: 100%;
	text-align: left;
	overflow: hidden
}

.fancybox-title-float-wrap .child {
	background: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-shadow: none; 
	display: block;
	font-size: 14px;
	padding: 12px 20px;
	font-weight: 400
}

.fancybox-title-float-wrap .child {
	white-space: normal;
	width: 100%
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block; 
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto
}

.slider-wrapper .item img {
	min-height: 300px
}

.slick-dots {
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	display: block;
	margin-top: 20px;
	bottom: 10px
}

.slick-dots li button {
	position: absolute;
	top: -5px;
	left: -5px;
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	opacity: 0
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin: 0 15px 0;
	cursor: pointer;
	position: relative; 
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
    background: #F3B14D;
    opacity: 0.2;
}

.slick-dots li:hover {
	opacity: 1
}

.slick-dots li.slick-active {
	background: #F3B14D; 
    box-shadow: 0px 0px 20px rgba(174, 90, 45, 0.6);
	opacity: 1
}

.slick-next, .slick-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; 
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(160, 65, 13, 0.2);
}

.slick-next svg,
.slick-prev svg {
	width: 21px;
	height: 12px;
	fill: transparent;
	stroke: #A0410D
}

.slick-prev svg {
	margin-right: 2px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.slick-next svg {
	margin-left: 2px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.slick-next:hover svg,
.slick-prev:hover svg{
	 opacity: 0.5;
}

@media only screen and (min-width:992px) {
	body::-webkit-resizer {
		background-image: url("");
		background-repeat: no-repeat;
		width: 8px;
		height: 1px
	}
	body::-webkit-scrollbar {
		width: 8px
	}
	body::-webkit-scrollbar-button {
		background-image: url("");
		background-repat: no-repeat;
		width: 8px;
		height: 0
	}
	body::-webkit-scrollbar-thumb {
		-webkit-border-radius: 0;
		border-radius: 0;
		background-color: #A0410D
	}
	body::-webkit-scrollbar-track {
		background-color: rgba(80, 160, 69, .2)
	}
}

#up {
	position: fixed;
	z-index: 311;
	bottom: 20px;
	right: 20px;
	display: none;
	width: 50px;
	height: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
	box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

#up svg {
	display: block;
	width: 12px;
	height: 22px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	fill: rgba(94, 62, 27, .5);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

#up:hover {
	-webkit-box-shadow: 0 4px 15px #f0f1ce;
	box-shadow: 0 4px 15px #f0f1ce
}

#up:hover svg {
	fill: #5e3e1b
}

.delay-250 {
	-webkit-animation-delay: 250ms;
	animation-delay: 250ms
}

.delay-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.delay-750 {
	-webkit-animation-delay: 750ms;
	animation-delay: 750ms
}

.delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.delay-1250 {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s
}

.delay-1500 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.delay-1750 {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s
}

.delay-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.delay-2500 {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s
}

.delay-3000 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.delay-3500 {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s
}

#preloader {
	background: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	position: fixed;
	z-index: 9999;
	display: block;
	-webkit-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
	opacity: 1
}

#preloader.hid {
	opacity: 0;
	visibility: hidden
}

.no-preloader #preloader {
	display: none
}

#preloader img {
	width: 200px
}

.agreement {
	position: relative;
	margin-bottom: 20px;
	color: #7c7f8c;
	font-size: 13px
}

.agreement.black {
	color: #5e3e1b
}

.agreement input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden
}

.agreement label {
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	display: inline-block;
	color: rgba(94, 62, 27, .5);
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}

.agreement label a {
	color: rgba(94, 62, 27, .5);
	font-size: 14px;
	font-weight: 300;
}

.agreement label a:hover {
	color: rgba(94, 62, 27, .5)
}

.agreement label .box {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border: 1px solid rgba(94, 62, 27, .2);
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.agreement label .box::after,
.agreement label .box::before {
	position: absolute;
	top: 7px;
	width: 7px;
	height: 1px;
	background-color: #5e3e1b;
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	content: ''
}

.agreement label .box::before {
	left: 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.agreement label .box::after {
	right: 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.agreement input:checked+label .box::after,
.agreement input:checked+label .box::before {
	opacity: 1
}

.agreement input.error+label {
	color: red
}

.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px 0 30px!important;
	overflow: hidden;
	padding-left: 1px!important
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	padding: 6px 12px; 
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	text-decoration: none;
	/* background-color: #fff */
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	cursor: default
}

.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	text-decoration: underline
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2; 
	font-weight: 500;
	text-decoration: underline;
	cursor: default
}

.pagination svg {
	width: 20px;
	height: 10px;
	fill: transparent;
	stroke: #5e3e1b;
	-webkit-transition: fill .2s;
	-o-transition: fill .2s;
	transition: fill .2s;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.pagination a:hover svg {
	stroke: rgb(160, 65, 13);
}

.pagination>.prev a svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media (max-width:767px) {
	.pagination .control {
		display: none
	}
	.pagination>li:first-child>a,
	.pagination>li:first-child>span,
	.pagination>li:last-child>a,
	.pagination>li:last-child>span {
		-webkit-border-radius: 0;
		border-radius: 0
	}
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: -470px;
	background-color: #fff;
	height: 100%;
	width: 370px;
	max-width: 100%;
	z-index: 1000;
	overflow-y: scroll;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	padding-top: 59px;
	-webkit-box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
	box-shadow: 0 4px 20px rgba(152, 182, 148, .3)
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: -100;
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.mobile-logo {
	padding: 0 0 0 10px
}

.mobile-logo img {
	height: 80px
}

.mobile-menu li {
	position: relative
}

.mobile-menu>div>ul>li.down>a {
	padding-right: 60px
}

.mobile-menu .dropdown-button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 48px;
	z-index: 10
}

.mobile-menu .dropdown-button svg {
	position: absolute;
	top: 18px;
	left: 17px;
	width: 20px;
	height: 10px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	stroke: #a1420e;
	fill: transparent;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.mobile-menu .dropdown-button.active svg {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	stroke: #A0410D
}

.mobile-menu>div>ul>li>ul {
	position: static;
	width: 100%;
	display: none
}

.mobile-menu>div>ul>li>a {
	display: block;
	text-decoration: none; 
	padding: 15px 20px 12px;
	text-transform: uppercase;
	font-size: 14px;
}

.mobile-menu>div>ul>li.active>a {
	color: rgba(94, 62, 27, .5)
}

.mobile-menu>div ul ul ul .active a,
.mobile-menu>div>ul>li>ul>li.active>a {
	color: rgba(94, 62, 27, .5)
}

.mobile-menu>div ul ul ul a,
.mobile-menu>div>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 10px 12px 30px; 
	font-size: 16px;
	font-weight: 300;
	text-decoration: none
}

.mobile-menu>div ul ul ul a {
	padding: 9px 10px 9px 45px;
	font-size: 14px;
	font-weight: 300;
}

.mobile-menu .dropdown-button+ul {
	position: static;
	width: 100%;
	display: none;
	margin-bottom: 10px
}

.mobile-menu ul ul .dropdown-button:before {
	width: 6px;
	height: 6px;
	content: "+";
	border: none;
	color: #fff;
	-webkit-transform: rotate(0)!important;
	-ms-transform: rotate(0)!important;
	transform: rotate(0)!important;
	top: 8px!important;
	left: 17px;
	font-size: 18px
}

.mobile-menu a[href="javascript:void()"] {
	text-transform: uppercase;
	color: #fff!important;
	padding-left: 20px
}

.mobile-menu a[href="javascript:void()"]:before {
	display: none
}

@media only screen and (max-width:1199px) {
	.mobile-menu.open {
		right: 0
	}
	.mobile-menu.open+.overlay {
		z-index: 810;
		opacity: 1
	}
}

@media only screen and (max-width:440px) {
	.mobile-menu {
		width: 100%
	}
}

@media (min-width:1200px) {
	.mobile-menu,
	.mobile-menu.open+.overlay {
		display: none!important
	}
}

.modal {
	display: none;
	width: 480px;
	max-width: 100%;
	background: #fff;
	padding: 40px 25px 40px
}

.modal .form-control {
	height: 50px;
	padding: 11px 30px; 
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	background-color: rgba(94, 62, 27, .05);
	border: 1px solid transparent;
	-webkit-border-radius: 25px;
	border-radius: 25px
}

.modal .form-control:focus {
	background-color: transparent;
	border-color: rgba(94, 62, 27, .2)
}

.modal .title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center
}

@media only screen and (max-width:991px) {
	.modal .title {
		font-size: 18px;
		line-height: 26px
	}
}

.modal .btn {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.modal.big-modal {
	width: 600px
}

#responseMessage .modal-content.error {
	color: #ff4632
}

.header-top {
    background-color: #FFFBEF;
    position: relative;
    z-index: 100;
    border-bottom: 1px solid rgba(160, 65, 13, 0.2);
}

.header-top .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 20px 0 15px;
}

.header-top .inner .address {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 50px
}

@media only screen and (max-width:1299px) {
	.header-top .inner .address {
		margin-right: 20px
	}
}

.header-top .inner .address a {
    text-decoration: none;
    font-size: 18px;
    line-height: 31px;
    color: #A0410D;
    max-width: 200px;
}

.header-top .inner .address a:hover {
	color: #F3B14D
}

@media only screen and (max-width:1299px) {
	.header-top .inner .address a {
		font-size: 14px
	}
}

.header-top .inner .address svg {
	width: 21px;
	height: 27px;
	margin-right: 28px;
	fill: #fff
}

@media only screen and (max-width:1299px) {
	.header-top .inner .address svg {
		margin-right: 20px
	}
}

.header-top .inner .header-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.header-top .inner .search-form-block {
	width: 240px;
	margin-right: 40px
}

@media only screen and (max-width:1200px) {
	.header-top .inner .search-form-block {
		display: none
	}
}

.header-top .inner .search-form-block form {
	width: 100%
}

.header-top .inner .search-form-block .form-group {
	height: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background-color: #f9f6ee
}

.header-top .inner .search-form-block .form-group:focus {
	border-color: #5e3e1b
}

.header-top .inner .search-form-block .form-group input.form-control {
	width: 100%;
	height: 50px;
	margin-bottom: 0;
	padding: 0 0 0 68px;
	-webkit-border-radius: 50px;
	border-radius: 50px; 
	font-size: 16px; 
	font-weight: 500;
	line-height: 27px;
	background-color: transparent;
	border: 1px solid transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.header-top .inner .search-form-block .form-group input.form-control:focus {
	border-color: rgba(94, 62, 27, .2)
}

.header-top .inner .search-form-block .form-group button {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 68px;
	height: 100%;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent
}

.header-top .inner .search-form-block .form-group button svg {
	width: 23px;
	height: 24px;
	margin-left: 25px;
	margin-right: 20px;
	fill: rgba(94, 62, 27, .5);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.header-top .inner .search-form-block .form-group button:hover svg {
	fill: #5e3e1b
}

.header-top .inner .search-switch-btn {
	display: none
}

@media only screen and (max-width:1200px) {
	.header-top .inner .search-switch-btn {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 50px;
		height: 50px;
		margin-right: 15px;
		background-color: #fff;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		-webkit-box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
		box-shadow: 0 4px 20px rgba(152, 182, 148, .3)
	}
	.header-top .inner .search-switch-btn:hover {
		-webkit-box-shadow: 0 4px 15px #f0f1ce;
		box-shadow: 0 4px 15px #f0f1ce
	}
	.header-top .inner .search-switch-btn svg {
		width: 23px;
		height: 24px;
		fill: rgba(94, 62, 27, .5);
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

.header-top .inner .viber,
.header-top .inner .whatsapp {
	height: 60px; 
}

.header-top .inner .viber a, .header-top .inner .whatsapp a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    box-shadow: 0 0 20px rgba(174, 90, 45, 0.6);
    background: linear-gradient(262.49deg, #C75F25 0%, #F3B14D 99.05%);
    padding: 0 20px;
    color: #fdfaf7;
    font-family: 'Bellota', cursive;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
}
.header-tel-wrapper span{
    font-size: 18px;
    line-height: 25px;  
    color: #A0410D;
    opacity: 0.5;
}
.header-top .inner .viber a:hover,
.header-top .inner .whatsapp a:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}
.header-top .inner .whatsapp a svg{
    width: 31px;
    height: 31px;
    margin-right:12px;
}
.header-top .inner .viber {
	margin-right: 25px
}

.header-top .inner .viber svg {
	width: 100%;
	height: 100%
}

.header-top .inner .whatsapp {
	margin-right: 50px;
}

@media only screen and (max-width:1299px) {
	.header-top .inner .whatsapp {
		margin-right: 25px;
		width: 60px;
	}
}

.header-top .inner .whatsapp svg {
	width: 100%;
	height: 100%
}

.header-top .inner .header-callback-btn {
	height: 50px;
	margin-right: 70px;
	padding: 15px 20px;
	color: #A0410D;
	font-size: 16px; 
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background-color: #fff
}

.header-top .inner .header-callback-btn:hover {
	-webkit-box-shadow: 0 4px 15px #f0f1ce;
	box-shadow: 0 4px 15px #f0f1ce
}

.header-top .inner .header-callback-btn svg {
	display: none
}

.header-top .inner .header-tel .header-tel-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.header-top .inner .header-tel a {
    margin-bottom: 10px;
    text-decoration: none;
    font-family: 'Bellota', cursive;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #A0410D;
    margin-left: 50px;
}

.header-top .inner .header-tel a:last-child {
	margin-left: 30px
}

.header-top .inner .header-tel a:hover {
	color: #F3B14D
} 
.header-bottom {
    position: relative;
    padding-top: 20px;
    padding-bottom: 5px;
}
.header-bottom.fixed {
	-webkit-box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
	box-shadow: 0 4px 20px rgba(152, 182, 148, .3)
}

@media only screen and (max-width:991px) {
	.header-bottom {
		-webkit-box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
		box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
		background-color: #fff
	}
}

@media (min-width:768px) {
	.header-bottom.fixed {
        height: 110px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 800;
        background-color: #fef3df;
        padding: 0px;
    }
}

.header-bottom.fixed+.header-bottom-push {
	height: 122px
}

.header-bottom.fixed .inner {
	padding-top: 0
}

.header-bottom>.container {
	height: 100%
}

.header-bottom .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    -webkit-justify-content: flex-end; 
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

@media only screen and (max-width:1399px) {
	.header-bottom .inner {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.header-bottom .inner .logo {
	position: relative;
	z-index: 350;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: auto
}

@media only screen and (max-width:1399px) {
	.header-bottom .inner .logo {
		margin-right: auto
	}
}

.header-bottom .inner .logo img {
	max-width: 100%
}

@media only screen and (max-width:991px) {
	.header-bottom .inner .logo img {
		max-height: 60px
	}
}

.header-bottom .inner .header-bottom-bar {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.header-bottom .inner .header-bottom-bar .header-cart {
	position: relative;
	display: inline-block
}

@media only screen and (max-width:991px) {
	.header-bottom .inner .header-bottom-bar .header-cart {
		padding-top: 3px
	}
}

.header-bottom .inner .header-bottom-bar .header-cart #msMiniCart {
    position: relative; 
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(160, 65, 13, 0.2);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#msMiniCart .not_empty {
    display: none !important;
}
#msMiniCart:hover svg{
    opacity: 0.5;
}
#msMiniCart.full .not_empty { 
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#msMiniCart .empty {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#msMiniCart.full .empty {
    display: none !important;
}
.header-bottom .inner .header-bottom-bar .header-cart #msMiniCart>div {
	width: 100%;
	height: 100%
}

.header-bottom .inner .header-bottom-bar .header-cart #msMiniCart svg {
 
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s; 
}

.header-bottom .inner .header-bottom-bar .header-cart #msMiniCart .ms2_total_count {
	position: absolute;
	top: -5px;
	right: 0;
	display: block;
	min-width: 25px;
	padding: 0 2px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 25px;
	text-align: center;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-color: #A0410D
}

.header-bottom .inner .header-bottom-bar .header-cart #msMiniCart .not_empty:hover svg {
	fill: #5e3e1b
}

@media only screen and (max-width:991px) {
	.header-top .inner {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.header-top .inner .header-top-right {
		width: 100%
	}
	.header-top .inner .address {
		display: none
	}
	.header-top .inner .header-callback-btn {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 50px;
		height: 50px;
		padding: 0
	}
	.header-top .inner .header-callback-btn svg {
		display: block;
		width: 20px;
		height: 30px;
		fill: #A0410D
	}
	.header-top .inner .header-callback-btn span {
		display: none
	}
	.header-top .inner .header-tel {
		margin-right: 0;
		margin-left: auto
	}
	.header-top .inner .header-tel a {
		font-size: 18px
	}
	.header-top .inner .header-tel svg {
		display: none
	}
	.header-top .inner .header-tel span {
		font-size: 14px
	}
	.header-bottom {
		height: 80px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 800
	}
	.header-bottom.fixed {
		height: 80px
	}
	.header-bottom:before {
		display: none
	}
	.header-bottom .inner {
		padding-top: 0
	}
	.header-bottom+.header-bottom-push {
		height: 0!important
	}
	.header-top-push {
		height: 80px
	}
}

@media only screen and (max-width:470px) {
	.header-top .inner {
	    height: unset;
		/* height: 80px */
	}
	.header-top .inner .header-callback-btn,
	.header-top .inner .search-switch-btn,
	.header-top .inner .viber,
	.header-top .inner .whatsapp {
		width: 40px;
		height: 40px;
		margin-right: 8px
	}
	.header-top .inner .header-callback-btn svg,
	.header-top .inner .search-switch-btn svg,
	.header-top .inner .viber svg,
	.header-top .inner .whatsapp svg {
		max-width: 35px;
		max-height: 35px
	}
	.header-top .inner .header-callback-btn a,
	.header-top .inner .search-switch-btn a,
	.header-top .inner .viber a,
	.header-top .inner .whatsapp a {
		background-color: #fff
	}
	.header-top .inner .header-callback-btn {
		margin-right: 20px
	}
	.header-top .inner .header-callback-btn svg {
		max-height: 25px
	}
	.header-top .inner .header-callback-btn {
		background-color: #fff
	}
	.header-top .inner .viber svg {
		max-width: 35px;
		max-height: 35px
	}
	.header-top .inner .header-tel a {
		font-size: 14px;
		line-height: 20px
	}
	.header-top .inner .header-tel span {
		font-size: 12px
	}
	.header-bottom .inner {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.header-bottom .inner .logo {
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 30px
	}
	.header-bottom .inner .top-menu-wrapper {
		display: none
	}
}

@media only screen and (max-width:370px) {
	.header-top .inner {
	    height: unset;
		/* height: 80px */
	}
	.header-top .inner .header-callback-btn,
	.header-top .inner .search-switch-btn,
	.header-top .inner .viber,
	.header-top .inner .whatsapp {
		width: 32px;
		height: 32px;
		margin-right: 8px
	}
	.header-top .inner .header-callback-btn svg,
	.header-top .inner .search-switch-btn svg,
	.header-top .inner .viber svg,
	.header-top .inner .whatsapp svg {
		max-width: 30px;
		max-height: 30px
	}
	.header-top .inner .header-callback-btn {
		margin-right: 20px
	}
	.header-top .inner .header-callback-btn svg {
		max-width: 24px;
		max-height: 20px
	}
	.header-top .inner .viber svg {
		max-width: 30px;
		max-height: 30px
	}
}

.top-menu-wrapper {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	margin-right: 40px
}

@media only screen and (max-width:1399px) {
	.top-menu-wrapper {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}
}

.top-menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.top-menu>ul>li {
	padding: 0;
	position: relative;
	margin-left: 65px
}

@media only screen and (max-width:1399px) {
	.top-menu>ul>li {
		margin-left: 40px
	}
}

.top-menu>ul>li:first-of-type {
	padding-left: 0
}

.top-menu>ul>li:last-of-type {
	padding-right: 0
}

.top-menu>ul>li>a {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 147.4%;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #A0410D;
    position: relative;
    z-index: 555;
}

.top-menu>ul>li>a svg {
	display: none
}

.top-menu>ul>li.active>a,
.top-menu>ul>li:hover>a {
	opacity: 0.5;
}

.top-menu>ul>li.down>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.top-menu>ul>li.down>a svg {
	display: block;
	width: 6px;
	height: 13px;
	margin-top: 2px;
	margin-left: 13px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	fill: #5e3e1b
}

.top-menu>ul>li.down {
	padding-right: 10px
}

.top-menu>ul>li.down:after {
	display: none
}

.top-menu>ul>li>div {
	position: absolute;
	width: 274px;
	top: 20px;
	padding-top: 20px;
	left: 0;
	text-align: left;
	z-index: 300;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.top-menu>ul>li:hover>div {
	visibility: visible;
	top: 20px;
	opacity: 1
}

.top-menu>ul>li>div>ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
	box-shadow: 0 4px 20px rgba(152, 182, 148, .3)
}

.header-bottom.fixed .top-menu>ul>li:hover>div {
	top: 16px
}

.top-menu>ul ul li {
	position: relative
}

.top-menu ul ul li>a {
	text-decoration: none
}

.top-menu>ul ul li>a span {
	position: relative;
	z-index: 1;
	display: block
}

.top-menu>ul ul li>a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 10px 12px 10px; 
	font-size: 16px; 
	font-weight: 500;
	line-height: 27px;
}

.top-menu>ul ul li>a svg {
	display: none
}

.top-menu ul ul li.down>a>svg {
	display: block;
	width: 6px;
	height: 13px;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 13px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	fill: #5e3e1b
}

.top-menu>ul ul li>a:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background: #fff;
	opacity: .1;
	z-index: 5
}

.top-menu>ul ul li:first-of-type>a:before {
	display: none
}

.top-menu>ul ul li.active>a,
.top-menu>ul ul li:hover>a {
	color: rgba(94, 62, 27, .5)
}

.top-menu>ul ul li.active+li>a:before,
.top-menu>ul ul li.active>a:before,
.top-menu>ul ul li:hover+li>a:before,
.top-menu>ul ul li:hover>a:before {
	opacity: 0
}

.top-menu ul ul>li>div {
	position: absolute;
	left: 100%;
	visibility: hidden;
	opacity: 0;
	top: 10px;
	padding-left: 1px
}

.top-menu ul ul ul {
	width: 250px
}

.top-menu ul ul li:hover>div {
	visibility: visible;
	opacity: 1;
	top: 0
}

.menu-button {
	display: none;
	width: 35px;
	height: 35px;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	position: relative;
	vertical-align: top;
	right: 0;
	top: 0;
	margin-left: 3px
}

.header-bottom-bar .menu-button {
	width: 44px;
	height: 44px;
	margin-left: 6px;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.icon-menu-burger {
	height: 2px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -10px;
	-webkit-transition: transform .2s ease 0s;
	-o-transition: transform .2s ease 0s;
	transition: -webkit-transform .2s ease 0s;
	transition: transform .2s ease 0s;
	transition: transform .2s ease 0s, -webkit-transform .2s ease 0s;
	-webkit-transition: -webkit-transform .2s ease 0s
}

.icon-menu-burger__line {
	background: #A0410D;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: transform .2s linear .2s;
	-o-transition: transform .2s linear .2s;
	transition: -webkit-transform .2s linear .2s;
	transition: transform .2s linear .2s;
	transition: transform .2s linear .2s, -webkit-transform .2s linear .2s;
	-webkit-transition: -webkit-transform .2s linear .2s
}

.icon-menu-burger:after,
.icon-menu-burger:before {
	background: #A0410D;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0
}

.menu-button.active .icon-menu-burger:after,
.menu-button.active .icon-menu-burger:before,
.menu-button.active .icon-menu-burger__line {
	background: #A0410D
}

.icon-menu-burger:before {
	top: -6px;
	-webkit-transition: top .2s linear .4s;
	-o-transition: top .2s linear .4s;
	transition: top .2s linear .4s
}

.icon-menu-burger:after {
	bottom: -6px;
	-webkit-transition: bottom .2s linear .4s;
	-o-transition: bottom .2s linear .4s;
	transition: bottom .2s linear .4s
}

.menu-button.active .icon-menu-burger {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform .2s linear .4s;
	-o-transition: transform .2s linear .4s;
	transition: -webkit-transform .2s linear .4s;
	transition: transform .2s linear .4s;
	transition: transform .2s linear .4s, -webkit-transform .2s linear .4s;
	-webkit-transition: -webkit-transform .2s linear .4s
}

.menu-button.active .icon-menu-burger__line {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.menu-button.active .icon-menu-burger:before {
	-webkit-transition: top .2s linear;
	-o-transition: top .2s linear;
	transition: top .2s linear;
	top: 0
}

.menu-button.active .icon-menu-burger:after {
	-webkit-transition: bottom .2s linear;
	-o-transition: bottom .2s linear;
	transition: bottom .2s linear;
	bottom: 0
}

.mobile-menu .menu-button {
	position: absolute;
	top: 12px;
	right: 10px
}

.top-menu-catalog-wrapper {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.top-menu-catalog-wrapper .title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #a0410d; 
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.42px;
    line-height: 17.69px;
    text-transform: uppercase;
    cursor: pointer;    
    z-index: 555;
}

.top-menu-catalog-wrapper .title .burger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: -2px;
	margin-right: 27px
}

.top-menu-catalog-wrapper .title .burger .line {
	width: 17px;
	height: 2px;
	background-color: #a0410d;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.top-menu-catalog-wrapper .title .burger .line:nth-child(2) {
	margin-top: 5px;
	width: 13px;
	margin-bottom: 5px
}

.top-menu-catalog-wrapper .title svg {
    width: 17px;
    height: 8px;
    margin-left: 13px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    fill: transparent;
    stroke: #A0410D;
}
 
 

.top-menu-catalog-inner:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	top: -40px;
	left: 0
}

.top-menu-catalog-inner {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	padding: 20px 30px 10px;
	-webkit-box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
	box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
	z-index: 300;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.top-menu-catalog-inner:hover,
.top-menu-catalog-wrapper .title:hover+.top-menu-catalog-inner {
	visibility: visible;
	opacity: 1
}

.top-menu-catalog-inner>ul>li {
	width: 25%;
	float: left;
	position: relative;
	margin: 0 0 10px;
	padding: 0 20px 0 0
}

.top-menu-catalog-inner>ul>hr:nth-of-type(4n) {
	clear: both
}

.top-menu-catalog-inner>ul>li>a {
	display: inline-block;
	text-decoration: none;
	padding-bottom: 5px;
	color: #A0410D;
	font-size: 16px; 
	font-weight: 500;
	line-height: 27px;
}

.top-menu-catalog-inner>ul>li>ul a {
	display: inline-block;
	text-decoration: none;
	padding: 3px 0;
	font-size: 16px;
	
	font-weight: 500;
	line-height: 27px;
}

.top-menu-catalog-inner a:hover,
.top-menu-catalog-inner li.active>a {
    opacity: 0.5;
}

@media only screen and (max-width:1199px) {
	.top-menu,
	.top-menu-catalog-wrapper {
		display: none
	}
	.menu-button {
		display: inline-block
	}
}

.top-slider-wrapper {
	position: relative; 
}

@media only screen and (max-width:767px) {
	.top-slider-wrapper .container {
		padding: 0
	}
}

.top-slider-wrapper .decoration-1 {
	display: none
}

@media only screen and (max-width:767px) {
	.top-slider-wrapper .decoration-1 {
		position: absolute;
		bottom: 0;
		right: 0;
		display: block
	}
}

.top-slider-wrapper .decoration-2 {
	display: none
}

@media only screen and (max-width:767px) {
	.top-slider-wrapper .decoration-2 {
		position: absolute;
		top: 40px;
		right: 10px;
		display: block
	}
}

 

@media only screen and (max-width:767px) {
	.top-slider .slick-list {
		height: 100%
	}
}

.top-slider.slick-slider {
	overflow: inherit
}

.top-slider .element-img {
     max-width:100%;
}
.top-slider .element { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 160px;
}

.top-slider-wrapper:before {
    content: '';
    width: 313px;
    height: 790px;
    position: absolute;
    left: 0;
    top: -160px;
    background-image: url(../images/top-bg-l.png);
    background-position: top;
}
.top-slider-wrapper:after {
    content: '';
    width: 202px;
    height: 623px;
    position: absolute;
    right: 0;
    top: -25px;
    background-image: url(../images/top-bg-r.png);
    background-position: top;
}
.top-slider .slick-next,
.top-slider .slick-prev {
	top: -webkit-calc(50% - 25px);
	top: calc(50% - 25px)
}

.top-slider .slick-prev {
	left: -90px
}

@media only screen and (max-width:1599px) {
	.top-slider .slick-prev {
		left: -70px
	}
}

@media only screen and (max-width:1499px) {
	.top-slider .slick-prev {
		left: 20px
	}
}

.top-slider .slick-next {
	right: -90px
}

@media only screen and (max-width:1599px) {
	.top-slider .slick-next {
		right: -70px
	}
}

@media only screen and (max-width:1499px) {
	.top-slider .slick-next {
		right: 20px
	}
}

.dostavka {
    margin-right: -50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.dostavka .img {
    width: 69px;
    height: 69px;
    border: 1px solid rgba(160, 65, 13, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 20px;
}
.dostavka span {
    font-size: 18px;
    line-height: 25px;
    color: #A0410D;
    opacity: 0.7;
}
.top-slider .slider-content-inner {
    width: 455px;
    max-width: 100%;
    padding: 120px 0 130px 85px;
}

@media only screen and (max-width:1499px) {
	.top-slider .slider-content-inner {
		width: 610px;
		padding-left: 90px
	}
}

@media only screen and (max-width:767px) {
	.top-slider .slider-content-inner {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 60px
	}
}

@media only screen and (max-width:500px) {
	.top-slider .slider-content-inner {
		padding-bottom: 100px
	}
}

.top-slider .title {
    margin-bottom: 20px;
    color: #a0410d;
    font-family: 'Bellota', cursive;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    position: relative;
}
.top-slider .title:before {
    position: absolute;
    content: '';
    width: 29px;
    height: 41px;
    top: -64px;
    opacity: 0.3;
    left:50%;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAoCAYAAAACJPERAAAEQElEQVRYR9VY3VnbWBScudo3sONUsN4K1lSwkhuIUwFSBYYK8FYQUoFMB6YBpK0AtoJABTGIfbM1+c61b1Yx/g3sw+qFD2HfOT8zc86F+I+fq/j4QnQDySVZOZ0aHN8CM487HWAeZ2U1Cef5d5xPII1IFmlRfcd6E9Bx0r4V9JgVVRxA/TvpMxBNwPk4K6pB+NurQfP+8SXg7u3A7Obp0n6O+61c4EN28zTK41bq/1ZW4zcBzfvtEaRuVlSpHW4HexAitnc+gKR9mxZPJ802virTcdL6ItUfs/KfuzxplQTfEWKtKA6kWXwmOgm/v4pIedzpOs7L06Lq2kF5fNQDXK9ZxsV7n/mAxFfV0bmB/3SmeXwcg0xDGXepII9bAzh2re8HgZoMQpmWBJk2ZbIN2H/esXMQqLHUiYNaUc+A86Q1gaK02attoOOkVUhRlpXT+70ytf6B80uQd/7gWndwirOb57NdZfV97bfPIPVCK/YENa1FpUWZJy3TWxeKBvtkaQGT89slg72e9wPtt0cm9O09+7ffzc/5sgIPTcK9IejCHFYDMwLR4UN6U308yJGMNE3vXJexEW1Tj4NVBpvcM9PNBy4NwJv5Nvk0A98TdH1PzSCy8rn0mdS/jDYRy/RNzu/ToursT6T4qGf++qJfxmRFZ3Cz0Tb5LILiXej5Xpmu7aF5rYsGqGUy2OhM3pMd02ZQPw9qY62uS5Bn60hmJXWYDWuH96gxoeMQYhfU3Q+gZsp7e2nSKm0VgXNxU8NXcXsop1gCCXywKgi4hjS2AAnEq6ApoHsjxy4jsP2HgIKfBrujNJSihJgNRZ5YYOE8P1vJK1oZIs5+ty9JrldTJ7vGlVWERE7g4bSoeiFA65+jG9fAtAkWVhgKiQ0M+jlHpBAmjhgJ+FWK3m/zVVtTKF1IyNa5ULNKXi5unkMYiDz3o23pFtPQFz8RajfeCupXE/yxK7iwOVhVloFMzfg5TlpfrdlpUf22z5haLFstEfi7WdpN310ag2HY82gGQRtVBE4lJbsItIj8qEe6W1Gfd83T0HsA3onCdzyRHOd3Ar6kRZXsytZPDSKX6pN1LvVDP/vtM0qfltb3ELYOL5kl6+xKMDwtquutcum3R05Kwxa4uay+IoVlaa2oVachyO86DcCWcVN7L/y2sWBvArRLUw0+kLgQdb06DFbMwZe6NNlQujwtn/9cC7q4QrzYJGzqkO4ToJ5puJbSdTx54b3+tuVmI4pDEBMIHQGPYfPzV4kVUM9QzC7M5jxhgCubPptkt9HwLWpHjgW8a2a9CrpkqJGluy27ZsW2TpnFvXPWg8PAibGkAmQPYEeqzxeTA7Y1PIq05c3f2nY9e4+2Rdlrk8BF49BHUeNtW8O6APYGDV9emoPZ4HR5O/O77CHPwaBe1zZLyXLXLrwpkP8PqA0JAX/t2oXfPlNbxhr/vDikp98A3siiMHhRSCsAAAAASUVORK5CYII=);
    
}
@media only screen and (max-width:991px) {
	.top-slider .title {
		font-size: 30px; 
		line-height: 40px;
	}
}
.top-slider .subtitle {
	width: 400px;
	max-width: 100%;
	margin-bottom: 70px;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase
}

.top-slider .text {
	display: none
}

.top-slider .slick-dots {
	position: absolute;
	bottom: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 11px
}

.top-slider .slick-dots li {
	width: 31px;
	height: 31px;
	margin: 0 5px;
	background-color: transparent;
	border: none
}

.top-slider .slick-dots li button {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 31px;
	height: 31px;
	padding: 10px;
	color: transparent;
	font-size: 0;
	background-color: transparent;
	opacity: 1
}

.top-slider .slick-dots li button::before {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	content: ''
}

.top-slider .slick-dots li button:hover::before {
	background: #F3B14D; 
    box-shadow: 0px 0px 20px rgba(174, 90, 45, 0.6);
}

.top-slider .slick-dots li.slick-active button::before {
	background: #F3B14D; 
    box-shadow: 0px 0px 20px rgba(174, 90, 45, 0.6);
}

.advantages-block {
	position: relative;
	padding-top: 60px
}

.advantages-block::before {
	position: absolute;
	content: ''
}

.advantages-block .container {
	position: relative
}

.advantages-block .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -10px
}

@media only screen and (max-width:991px) {
	.advantages-block .inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.advantages-block .element-wrapper {
	width: 25%;
	padding: 0 10px
}

@media only screen and (max-width:991px) {
	.advantages-block .element-wrapper {
		width: 50%
	}
}

@media only screen and (max-width:469px) {
	.advantages-block .element-wrapper {
		width: 100%
	}
}

.advantages-block .element {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%; 
	align-items: center;
}
.advantages-block .element .element-img {
    width: 200px;
    height: 200px;
    left: 84px;
    top: 789px;
    background: rgba(243, 177, 77, 0.5);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.advantages-block .element img {
    display: block;
    max-width: initial;
    max-height: 183px;
    margin: 0 auto;
}
@media only screen and (max-width:991px) {
	.advantages-block .element {
		height: -webkit-calc(100% - 20px);
		height: calc(100% - 20px);
		margin-bottom: 20px
	}
}



@media only screen and (max-width:991px) {
	.advantages-block .element img {
		 
	}
}

@media only screen and (max-width:469px) {
	.advantages-block .element img {
	 
	}
}

.advantages-block .element .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0 10px;
    text-align: center;
    color: #a0410d;
    font-family: 'Bellota', cursive;
    font-size: 22px;
    font-weight: 700;
}

@media only screen and (max-width:1299px) {
	.advantages-block .element .title {
		font-size: 15px;
	}
}

@media only screen and (max-width:469px) {
	.advantages-block .element .title {
		margin-bottom: 20px
	}
}

select {
	height: 34px;
	padding: 6px 24px 5px 15px;
	border: 1px solid #e3e3e4;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font-size: 14px;
	font-weight: 300;
	font-family: Roboto;
	background: #fff
}

.cloned-select-styler,
.select-styler {
	width: 100%;
	margin-bottom: 20px;
	display: block!important
}

.jq-selectbox__search input::-moz-placeholder {
	opacity: 0
}

.jq-selectbox__search input:-ms-input-placeholder {
	opacity: 0
}

.jq-selectbox__search input::-webkit-input-placeholder {
	opacity: 0
}

.jq-selectbox__select {
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 34px;
	padding: 6px 24px 5px 15px;
	border: 1px solid #e3e3e4;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #333;
	text-shadow: none;
	font-size: 14px;
	font-weight: 300;
	font-family: Roboto;
	background: #fff
}

.jq-selectbox__select:hover {
	border-color: #9da8a5
}

.filters-block .jq-selectbox__select {
	border: 1px solid transparent
}

.form-group .opened .jq-selectbox__select {
	border-color: transparent;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3)
}

.form-group .opened .jq-selectbox__select:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 6px;
	bottom: -3px;
	left: 0;
	background: #fff;
	z-index: 10
}

.jq-selectbox__select:hover {
	background: #fff
}

.jq-selectbox__select:active {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.opened .jq-selectbox__select {
	border-color: #bbb
}

.jq-selectbox__trigger {
	border-left: none;
	width: 24px
}

.jq-selectbox__trigger-arrow {
	opacity: 1;
	border: none;
	top: 15px;
	background: url(../images/down-arrow.png) 0 0 no-repeat;
	width: 12px;
	height: 6px;
	right: 8px
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 13px
}

.jq-selectbox__dropdown {
	top: 30px!important;
	bottom: inherit!important;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-height: 260px;
	overflow: hidden;
	border: none;
	border: 1px solid #bbb
}

.jq-selectbox ul {
	max-height: 230px!important
}

.jq-selectbox li {
	padding: 0 15px;
	color: #666;
	white-space: normal!important;
	font-size: 14px;
	font-family: Roboto;
	font-weight: 700;
	margin: 12px 0
}

.jq-selectbox li:hover {
	color: #36f;
	background: 0 0
}

.jq-selectbox li.sel {
	color: #36f;
	background: 0 0
}

.jq-selectbox li:last-of-type {
	border-bottom: none
}

.jq-selectbox__select-text {
	font-size: 14px;
	font-weight: 300
}

.form-group.error .jq-selectbox__select {
	border-color: #f6392f;
	background: #fdf0e8
}

.jq-selectbox__dropdown .jspVerticalBar {
	width: 10px;
	right: 10px;
	background: #f2f2f2
}

.jspDrag {
	background: #c1c1c1;
	-webkit-border-radius: 0;
	border-radius: 0
}

.element-counter {
	display: inline-block;
	vertical-align: top
}

.element-counter .input-group {
	position: relative
}

.element-counter .form-control {
	border: 1px solid rgba(94, 62, 27, .2);
	background: 0 0
}

.element-counter .input-number {
	width: 60px;
	height: 50px;
	padding: 0 20px 0 5px;
	border-color: rgba(94, 62, 27, .2);
	font-size: 16px;
	
	font-weight: 500;
	line-height: 27px;
	margin-bottom: 0
}

.element-counter .btn-number {
	background-color: rgba(94, 62, 27, .1);
	border: none;
	position: absolute;
	width: 16px;
	height: 24px;
	padding: 0
}

.element-counter .btn-number.btn-plus {
	top: 1px;
	right: 1px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px
}

.element-counter .btn-number.btn-minus {
	bottom: 1px;
	right: 1px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px
}

.element-counter .btn-number.btn-plus span {
	display: inline-block;
	border-bottom: 5px solid #9da8a5;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	top: 8px
}

.element-counter .btn-number.btn-minus span {
	display: inline-block;
	border-top: 5px solid #9da8a5;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 8px
}

.element-counter .btn-number:hover:not([disabled=disabled]) {
	background: #ccd3d1
}

.msoptionsprice-spinner {
	visibility: hidden;
	opacity: 0
}

.index-template .content-section {
	position: relative
}

.index-template .content-section .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index-template .content-section .text-block {
    width: 580px;
    padding-top: 221px;
    margin-left: 120px;
}

@media only screen and (max-width:400px) {
	.index-template .content-section .text-block h1 {
		font-size: 25px;
	}
}

.index-template .content-section .image-block {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 575px;
	padding-top: 160px
}

@media only screen and (max-width:991px) {
	.index-template .content-section .image-block {
		width: 300px;
		margin-left: 30px
	}
}

@media only screen and (max-width:767px) {
	.index-template .content-section .content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.index-template .content-section .image-block,
	.index-template .content-section .text-block {
		width: 100%
	}
	.index-template .content-section .image-block .decoration-1,
	.index-template .content-section .image-block .main-image,
	.index-template .content-section .text-block .decoration-1,
	.index-template .content-section .text-block .main-image {
		display: none
	}
	.index-template .content-section .image-block {
		padding-top: 100px
	}
}

.index-template .content-section .decor-1 {
	position: absolute;
	top: -111px;
	left: 0; 
}
.index-template .content-section .decor-2 {
	position: absolute;
	top: -205px;
	right: 0; 
}
.index-template .content-section.content2 .image-block {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 557px;
    padding-top: 0px;
    margin-left: 100px;
    margin-bottom:40px;
}
.index-template .content-section .decor-4 {
    position: absolute;
    top: 0px;
    right: 0;
}
.index-template .content-section.content2 .text-block {
    width: 580px;
    padding-top: 120px;
    margin-left: 0;
    margin-right: 135px;
}
@media only screen and (max-width:991px) {
	.index-template .content-section .decoration-3 {
		top: 140px;
		right: 70px
	}
}

.index-template .content-section .decoration-4 {
	position: absolute;
	top: 550px;
	right: 200px
}

@media only screen and (max-width:991px) {
	.index-template .content-section .decoration-4 {
		top: 410px;
		right: 90px
	}
}

.index-template .content-section .decoration-5 {
	position: absolute;
	top: 120px;
	left: 100px
}

@media only screen and (max-width:991px) {
	.index-template .content-section .decoration-5 {
		left: 40px
	}
}

.index-template .content-section .decoration-6 {
	position: absolute;
	top: 410px;
	left: 0
}

@media only screen and (max-width:991px) {
	.index-template .content-section .decoration-6 {
		top: 350px
	}
}

.index-template .content-section .decoration-7 {
	position: absolute;
	top: 30px;
	left: 105px
}

.index-template .content-section .decoration-8 {
	position: absolute;
	right: 65px;
	bottom: 40px
}

#msOrder {
	margin-top: 0!important
}

.cart-body {
	margin: 10px 0 0
}

.cart-body .element {
	position: relative;
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb
}

.cart-body .element:first-child {
	border-top: 1px solid #ebebeb
}

@media only screen and (max-width:399px) {
	.cart-body .element {
		padding: 20px 0
	}
}

.cart-body .element-counter {
	display: inline-block
}

.cart-body .element-price {
	display: inline-block
}

.cart-body .element-delete {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 20;
	display: block;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: 0 0;
	cursor: pointer
}

.cart-body .element-delete::after,
.cart-body .element-delete::before {
	position: absolute;
	width: 15px;
	height: 1px;
	left: 5px;
	background-color: rgba(94, 62, 27, .5);
	content: ''
}

.cart-body .element-delete::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.cart-body .element-delete::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.cart-body .element-delete:hover::after,
.cart-body .element-delete:hover::before {
	background-color: #A0410D
}

.cart-body .subelement2 {
	padding-left: 120px;
	min-height: 100px
}

.cart-body .element .element-counter,
.cart-body .element .element-price,
.cart-body .subelement2 .text {
	height: 100px
}

.cart-body .subelement2 .text h4 a {
	color: #A0410D;
	font-size: 18px;
	font-weight: 700;
}

.cart-body .subelement2 .text h4 a:hover {
	color: #F3B14D;
}

#msCart.cart-body .element .element-price .price {
	font-size: 20px;
	line-height: 30px
}

#msCart.cart-body .element .element-price .old_price {
	color: #A0410D;
	font-style: normal
}

.cart-body .element .element-img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 1
}

.cart-body .element a:hover .element-img {
	opacity: .8
}

.cart-body .element hr {
	margin: 10px 0
}

.cart-body .subelement2 h4 {
	margin-bottom: 0
}

.cart-body .cart-total-wrapper {
	margin-top: 60px
}

.cart-body .cart-total-wrapper h4 {
	margin-bottom: 60px
}

@media only screen and (max-width:767px) {
	.cart-body .element .element-img {
		margin-bottom: 20px
	}
	.cart-body .subelement2 {
		padding-left: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.cart-body .subelement2 .element-img {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		position: relative
	}
	.cart-body .element .element-counter,
	.cart-body .element .element-price,
	.cart-body .subelement2 .text {
		height: auto
	}
}

.order-wrapper #msOrder .error {
	border-color: #A0410D!important
}

.product-detail .jq-selectbox__select {
	height: 40px
}

.product-detail .jq-selectbox__dropdown {
	top: 37px!important
}

.product-detail select {
	height: 40px
}

.product-detail .jq-selectbox__select {
	padding-top: 9px
}

.product-detail .jq-selectbox__trigger-arrow {
	top: 18px
}

.product-detail .element-counter .input-number {
	width: 100%;
	height: 50px;
	text-align: center
}

.product-detail .element-counter .btn-number {
	height: 24px
}

.product-detail-options .form-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.product-detail-options .form-group::after {
	position: relative;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	height: 1px;
	margin: 0 10px;
	content: '';
	border-bottom: 2px dotted rgba(94, 62, 27, .2)
}

.product-detail-options .form-group .control-label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	width: auto;
	padding: 0
}

.product-detail-options .form-group .form-control-static {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	width: auto;
	padding: 0;
	text-align: right
}

.product-detail-select-options label {
	display: block;
	margin-top: 5px
}

.product-detail-select-options input {
	position: relative;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #5e3e1b;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.product-detail-select-options input:hover {
	border-color: #A0410D
}

.product-detail-select-options input::before {
	position: absolute;
	top: 2px;
	right: 2px;
	left: 2px;
	bottom: 2px;
	background-color: #A0410D;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.product-detail-select-options input:checked::before {
	opacity: 1
}

.product-carousel .slick-prev {
	left: 5px
}

.product-carousel .slick-next {
	right: 5px
}

.product-carousel {
	height: 435px;
	overflow: hidden
}

.product-carousel .item {
	height: 350px;
	line-height: 350px
}

.product-carousel .item a {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.product-carousel .item img {
	max-height: 100%
}

.product-thumb-carousel {
	text-align: center;
	height: 109px;
	overflow: hidden;
	opacity: 0
}

.product-thumb-carousel.slick-slider {
	height: auto;
	opacity: 1
}

.product-thumb-carousel .item {
	float: none;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	position: relative;
	background: #fff;
	border: 1px solid transparent;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden
}

.product-thumb-carousel .item .img-wrapper>img {
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 1
}

.product-thumb-carousel .item.slick-current,
.product-thumb-carousel .item:hover {
	border-color: rgba(94, 62, 27, .2)
}

.product-thumb-carousel .item svg {
	display: none
}

@media (max-width:1399px) {
	.product-carousel {
		height: 32vw
	}
	.product-carousel .item {
		height: 32vw;
		line-height: 32vw
	}
}

@media (max-width:991px) {
	.crop-gallery .product-carousel {
		height: 61.2vw
	}
	.crop-gallery .product-carousel .item {
		height: 61.2vw;
		line-height: 61.2vw
	}
	.none-crop-gallery .product-carousel {
		height: 50vw
	}
	.none-crop-gallery .product-carousel .item {
		height: 50vw;
		line-height: 50vw
	}
}

.product-carousel.slick-initialized {
	height: auto!important
}

.price-wrap {
	margin: 30px 0 10px
}
.price-dilivery{
    margin-bottom: 20px;
    font-size: 14px;
}
.price-wrap .old-price {
	margin-right: 10px;
	color: #A0410D;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	text-decoration: line-through
}

.price-wrap .price {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.product-article {
	margin-bottom: 10px;
	color: rgba(94, 62, 27, .5);
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase
}

.product-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0
}

.product-buttons .element-counter {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	margin-right: 20px
}

.product-buttons>button {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px
}

.product-buttons>a {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media only screen and (max-width:1299px) {
	.product-buttons .btn,
	.product-buttons .btn.red.min {
		max-width: 100%;
		min-width: 150px;
		padding-right: 20px;
		padding-left: 20px
	}
}

@media only screen and (min-width:992px) {
	.product-detail h1 {
		font-size: 34px
	}
}

.order-content {
	padding-top: 30px
}

@media (min-width:992px) {
	.order-content {
		padding-left: 20px;
		padding-top: 0
	}
}

.getOrderMessage {
	padding: 50px;
	margin-bottom: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
	box-shadow: 0 4px 20px rgba(152, 182, 148, .3)
}

.id-58 h1 {
	display: none
}

.fotorama__thumb {
	border: 1px solid #c7c7c7
}

.fotorama__thumb-border {
	border-color: #272727!important
}

.product-img-wrapper.fotorama__stage {
	margin-bottom: 10px
}

.product-img-wrapper .stickers div {
	display: inline;
	padding: 6px 12px;
	font-size: 16px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.product-img-wrapper .stickers .sale-sticker {
	color: #fff;
	background-color: #A0410D
}

.product-img-wrapper .stickers .new-sticker {
	color: #fff;
	background-color: #A0410D
}

.product-img-wrapper .stickers .hit-sticker {
	color: #fff;
	background-color: #A0410D
}

.product-img-wrapper .stickers .favorite-sticker {
	color: #fff;
	background-color: #A0410D
}

.fotorama--fullscreen .fotorama__stage {
	border: none
}

.product-img-wrapper .fotorama__nav {
	text-align: left!important
}

.fotorama--fullscreen .fotorama__nav {
	text-align: center!important
}

.fotorama--fullscreen .fotorama__stage .fotorama__img {
	max-height: inherit!important;
	margin-top: 0;
	max-width: inherit!important
}

.product-img-wrapper .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
	width: 100%!important;
	height: auto!important;
	left: 0!important
}

.char-wrapper {
	margin-bottom: 60px
}

.props_list {
	width: 100%;
	margin: 0 0 0;
	color: #555
}

table.props_list {
	border: 0;
	table-layout: fixed;
	border-collapse: collapse
}

.char_block td {
	text-align: right;
	padding: 2px 0 2px 10px;
	font-size: 16px;
	
	font-weight: 500;
	line-height: 27px;
}

.props_list td {
	position: relative;
	vertical-align: bottom;
	vertical-align: top;
	background: url(../images/dott.png) repeat-x;
	background-position: 0 14px;
	width: 50%
}

.props_list tr td:first-child {
	text-align: left;
	padding-right: 10px;
	padding-left: 0
}

.props_list .props_item {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.props_list .props_item span {
	background: #fff;
	padding-right: 10px
}

.nbg.props_list td.char_value {
	text-align: left;
	background: 0 0
}

.catalog_detail .props_list td.char_value {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.catalog_detail .props_list td.char_value span {
	padding: 0 0 0 10px
}

@media only screen and (max-width:767px) {
	.char_block .props_list table,
	.char_block .props_list tr {
		display: block!important;
		background: #fff;
		width: 100%;
		padding: 0
	}
	.char_block .props_list td {
		display: inline-block!important;
		background: #fff;
		width: auto;
		padding: 0!important
	}
	.char_block .props_list tr {
		margin-bottom: 5px;
		border-bottom: 1px dotted #cfcfcf
	}
	.props_list .props_item span {
		padding-right: 0;
		font-weight: 700
	}
}

.breadcrumbs-wrapper {
	margin: 20px 0 30px
}

.breadcrumbs-wrapper li {
	display: inline-block;
	color: rgba(94, 62, 27, .5);
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}

.breadcrumbs-wrapper a {
	color: rgba(94, 62, 27, .5);
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	text-decoration: none
}

.breadcrumbs-wrapper a:hover {
	color: #5e3e1b
}

.breadcrumbs-wrapper a:after {
	display: inline-block;
	margin: 0 2px 0 5px;
	content: '/'
}

@media only screen and (min-width:992px) {
	.product-detail .row.flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.product-detail .row.flex .product-detail-content {
		height: 100%
	}
	.product-detail-content {
		padding-left: 30px
	}
}

.product-detail {
	margin-bottom: 120px
}

@media only screen and (max-width:767px) {
	.product-detail {
		margin-bottom: 50px
	}
}

.product-detail-content {
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

@media only screen and (max-width:767px) {
	.product-detail-content {
		padding-top: 40px
	}
}

.product-template .content {
	margin-bottom: 60px
}

.product-template .catalog-wrapper {
	margin-bottom: 120px
}

@media only screen and (max-width:991px) {
	.product-template .catalog-wrapper {
		margin-bottom: 80px
	}
}

.categories-wrapper {
    position: relative;
    z-index: 1;
    padding: 140px 0 1px;
}
 

.categories-wrapper .decoration-1 {
    position: absolute;
    top: 30%;
    left: 0px;
}

.categories-wrapper .decoration-2 {
    position: absolute;
    top: -80px;
    right: 0px;
}


@media only screen and (max-width:767px) {
	.categories-wrapper .decoration-6 {
		display: none
	}
}

.categories-wrapper .decoration-7 {
	position: absolute;
	bottom: -170px;
	left: 0;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg)
}

@media only screen and (max-width:767px) {
	.categories-wrapper .decoration-7 {
		display: none
	}
}

.categories-wrapper .decoration-8 {
	position: absolute;
	right: 110px;
	bottom: -65px
}

@media only screen and (max-width:767px) {
	.categories-wrapper .decoration-8 {
		display: none
	}
}

.categories-wrapper .decoration-9 {
	position: absolute;
	bottom: -70px;
	left: 180px
}

.categories-wrapper .decoration-10 {
	position: absolute;
	right: 80px;
	bottom: 60px
}

@media only screen and (max-width:767px) {
	.categories-wrapper .decoration-10 {
		display: none
	}
}

.categories .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -35px
}

.categories .element-wrapper {
    width: 25%;
    padding: 0px 35px;
    margin-bottom: 110px;
}

@media only screen and (max-width:991px) {
	.categories .element-wrapper {
		width: 33.333%
	}
}

@media only screen and (max-width:767px) {
	.categories .element-wrapper {
		width: 50%
	}
}

@media only screen and (max-width:499px) {
	.categories .element-wrapper {
		width: 100%
	}
}

.categories .element {
	position: relative;
	display: block;
	text-decoration: none; 
}

.categories .element img {
	position: relative;
	width: 100%;
	box-shadow: 13px 25px 22px rgba(86, 55, 44, 0.23);
}

@media only screen and (max-width:499px) {
	.categories .element img {
		max-height: 250px
	}
}

.categories .element .title {
    position: relative;
    display: block;
    padding: 0px 14px;
    text-align: center;
    font-family: Bellota;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #A0410D;
    margin-top: 35px;
}
.categories .element:hover .title{
     color: #F3B14D;
}
@media only screen and (max-width:991px) {
	.categories .element .title {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 60px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px
	}
}

 

.categories.categories-bg>.row.no-padding {
	margin-left: -10px;
	margin-right: -10px
}

.categories.categories-bg>.row>div {
	margin: 0;
	padding: 0 10px
}

.categories.categories-bg .element {
	margin-bottom: 20px;
	border: none;
	height: 260px;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden
}

.categories.categories-bg .element .element-bg {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.categories.categories-bg .element .element-bg:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	background: rgba(0, 0, 0, .5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .8)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .8));
	background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .8));
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .8))
}

.categories.categories-bg .element:hover .element-bg {
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg)
}

.categories.categories-bg .element .title {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 30px;
	color: #fff;
	line-height: 1.2;
	padding: 0 15px
}

@media only screen and (max-width:767px) {
	.categories.categories-bg .element {
		height: 50vw
	}
	.categories.categories-bg .element .title {
		bottom: 20px
	}
}

.jgrowlHide #jGrowl {
	display: none!important
}

.search-form-block-after,
.search-form-block.xs {
	display: none
}

@media only screen and (max-width:1200px) {
	.search-form-block.xs {
		position: fixed;
		top: -98px;
		right: 0;
		left: 0;
		z-index: 805;
		display: block;
		height: 98px;
		margin: 0;
		padding: 25px 65px 25px 25px;
		background: #fff;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
	.search-form-block.xs .form-control {
		width: 100%;
		height: 50px;
		padding: 11px 30px 11px 68px;
		font-size: 16px;
		font-weight: 300;
		line-height: 25px;
		background-color: rgba(94, 62, 27, .05);
		border: 1px solid transparent;
		-webkit-border-radius: 25px;
		border-radius: 25px
	}
	.search-form-block.xs .form-control:focus {
		background-color: transparent;
		border-color: rgba(94, 62, 27, .2)
	}
	.search-form-block .search-btn {
		position: absolute;
		top: 0;
		left: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 68px;
		height: 100%;
		padding: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		background-color: transparent
	}
	.search-form-block .search-btn svg {
		width: 23px;
		height: 24px;
		margin-left: 25px;
		margin-right: 20px;
		fill: rgba(94, 62, 27, .5);
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
	.search-form-block .search-btn:hover svg {
		fill: #5e3e1b
	}
	.search-form-block.xs.active {
		top: 0
	}
	.search-form-block-after {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 802;
		display: block;
		background: rgba(0, 0, 0, .8);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
	.search-form-block.xs.active+.search-form-block-after {
		visibility: visible;
		opacity: 1
	}
	.search-form-block-close {
		background: #5e3e1b url(../images/close-mask.svg) center center no-repeat;
		width: 16px;
		height: 16px;
		display: block;
		position: absolute;
		right: 25px;
		top: 50%;
		margin-top: -8px
	}
}

@media only screen and (max-width:767px) {
	.search-form-block.xs {
		padding: 15px 45px 15px 15px;
		top: -78px;
		height: 78px
	}
	.search-form-block-close {
		right: 15px
	}
}

.customradio {
	position: relative;
	min-height: 24px;
	margin-bottom: 10px
}

.customradio input[type=radio] {
	position: fixed;
	top: -100000px
}

.customradio input[type=radio]+label {
	position: relative;
	padding-left: 25px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	font-size: 16px
}

.customradio input[type=radio]+label:before {
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(94, 62, 27, .2);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	content: ''
}

.customradio input[type=radio]+label:after {
	position: absolute;
	top: 8px;
	left: 4px;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #A0410D;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	content: ''
}

.customradio input[type=radio]:checked+label:after {
	opacity: 1
}

.customradio label strong {
	font-weight: 500
}

.customradio p {
	padding-left: 25px;
	font-size: 14px
}

.customradio p a {
	font-size: 14px;
}

.customradio.disabled label,
.customradio.disabled label strong,
.customradio.disabled label::before {
	cursor: default!important;
	color: #848484
}

.content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px
}

.content table td,
.content table th {
	padding: 10px;
	border: none;
	border-bottom: 1px solid rgba(94, 62, 27, .05);
	vertical-align: middle;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}

.content table th {
	font-weight: 500
}

.table-wrapper {
	width: 100%;
	overflow: auto
}

@media (min-width:1190px) {
	.aside {
		padding-right: 30px
	}
}

.aside-menu {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin-bottom: 40px
}

@media only screen and (max-width:991px) {
	.aside-menu {
		margin-bottom: 20px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
		background-color: #fff;
		-webkit-box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
		box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
		overflow: hidden
	}
}

.aside-menu a {
	display: block;
	padding: 12px 30px 12px 0;
	color: #A0410D;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	text-decoration: none!important; 
}

.aside-menu a:hover {
	opacity: 0.5;
}

.aside-menu ul ul a {
	border-top: none
}

.aside-menu .active>a {
	opacity: 0.5;
}

.aside-menu>ul ul {
	display: none
}

.aside-menu .active>ul {
	display: block
}

.aside-menu>ul li {
	position: relative
}

.aside-menu>ul>li {
	border-bottom: 1px solid rgba(94, 62, 27, .2)
}

.aside-menu>ul .dropdown-button {
	height: 100%;
	width: 36px;
	height: 49px;
	display: block;
	z-index: 20;
	top: 0;
	right: 0;
	position: absolute;
	cursor: pointer
}

.aside-menu>ul .dropdown-button svg {
	position: absolute;
	top: 18px;
	right: 0;
	width: 6px;
	height: 13px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	fill: #5e3e1b;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

@media only screen and (max-width:991px) {
	.aside-menu>ul .dropdown-button svg {
		right: 10px
	}
}

.aside-menu>ul .dropdown-button.active svg {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.aside-menu>ul ul .dropdown-button {
	height: 36px
}

.aside-menu ul ul .dropdown-button:after {
	top: 10px
}

.aside-menu ul ul .dropdown-button.active:after {
	top: 14px
}

.aside-menu ul ul a {
	position: relative;
	padding: 7.5px 30px 7.5px 30px;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}

.aside-menu ul ul {
	padding-bottom: 18px
}

.aside-menu ul ul ul {
	padding-bottom: 0
}

.aside-menu ul ul ul a {
	padding: 7.5px 0 7.5px 40px
}

@media (max-width:991px) {
	.aside-menu ul ul ul a {
		padding: 8px 36px 8px 42px
	}
	.aside-menu>ul .dropdown-button:after {
		right: 5px
	}
}

.aside-menu ul ul ul a:before,
.aside-menu ul ul ul ul a:before {
	display: none
}

.aside-menu ul ul ul ul a {
	padding: 8px 36px 8px 40px
}

.aside-menu ul ul ul ul ul a {
	padding: 8px 36px 8px 50px
}

.aside-menu-title {
	position: relative;
	padding: 15px 42px 12px 20px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 0;
	background: #fff;
	text-transform: uppercase
}

.aside-menu-title svg {
	display: none
}

@media only screen and (max-width:991px) {
	.aside-menu-title svg {
		position: absolute;
		top: 18px;
		right: 25px;
		display: block;
		width: 20px;
		height: 10px;
		fill: transparent;
		stroke: #A0410D;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

.active .aside-menu-title svg {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

@media (min-width:992px) {
	.aside-menu-title {
		padding: 0;
		background: 0 0;
		margin-bottom: 20px
	}
}

@media (max-width:991px) {
	.aside-menu>ul {
		display: none;
		padding: 15px
	}
	.aside-menu.active>ul {
		display: block
	}
	.aside {
		border-right: none
	}
	.aside-menu.active>ul {
		margin-bottom: 20px
	}
	.aside-menu>ul>li>a {
		padding-left: 13px
	}
	.aside-menu>ul>li:first-of-type>a {
		border-top: none
	}
	.aside-menu>ul>li:last-of-type>a {
		border-bottom: none
	}
	.aside-menu ul ul a {
		padding-left: 33px
	}
	.aside-menu ul ul>li>a:before {
		left: 18px
	}
}

#mse2_sort .sort[data-dir=desc] span::after {
	content: "↓"
}

#mse2_sort .sort[data-dir=asc] span::after {
	content: "↑"
}

.sort-block a {
	text-transform: lowercase;
	font-weight: 500;
	text-decoration: none
}

.sort-block a:hover {
	opacity: 0.5;
}
.blog-item img {
    width: 100%;
}
.aside-accordeon>li>ul {
	display: none
}

.aside-accordeon>li.active ul {
	display: block
}

.aside-accordeon>li>ul {
	background: #fff;
	padding: 1px 0 10px
}

.aside-accordeon>li.filter-price>ul {
	padding: 0 10px 20px 0
}

.aside-accordeon>li>span {
	position: relative;
	display: block;
	padding: 13px 30px 13px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	border-bottom: 1px solid rgba(94, 62, 27, .2);
	cursor: pointer
}

.aside-accordeon>li>span svg {
	position: absolute;
	top: 18px;
	right: 3px;
	width: 6px;
	height: 13px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	fill: #5e3e1b;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.aside-accordeon>li.active>span svg {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.aside-accordeon>li>.title .switch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9
}

.aside-accordeon fieldset {
	border: none;
	margin: 0;
	padding: 0
}

.aside-accordeon .filter-price fieldset {
	padding: 0!important
}

.aside-accordeon figure {
	max-height: 170px!important;
	color: #303030;
	overflow: auto
}

.aside-accordeon .filter-price figure {
	overflow: visible
}

.aside-accordeon li>figure>.jspContainer .jspVerticalBar {
	right: 10px;
	width: 7px;
	background: #d5d5d5
}

.aside-accordeon>li.active>ul {
	border-bottom: 1px solid #ededed
}

.aside-accordeon>li.active>span {
	border-bottom-color: transparent
}

.aside-filters-title {
	position: relative;
	padding: 15px 42px 12px 20px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 0;
	background: #fff;
	text-transform: uppercase
}

.aside-filters-title svg {
	display: none
}

@media only screen and (max-width:991px) {
	.aside-filters-title svg {
		position: absolute;
		top: 18px;
		right: 25px;
		display: block;
		width: 6px;
		height: 13px;
		fill: #5e3e1b;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s
	}
}

.active .aside-filters-title svg {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.aside-filters-block {
	margin: 0 0 30px
}

@media (min-width:992px) {
	.aside-filters-title {
		padding: 0;
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: 500;
		line-height: 25px;
		background-color: transparent
	}
}

@media (max-width:991px) {
	.aside-filters-block {
		margin: 0 0 50px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
		background-color: #fff;
		-webkit-box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
		box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
		overflow: hidden
	}
	.aside-filters-block-inner {
		display: none;
		padding: 15px
	}
	.aside-filters-block.active .aside-filters-block-inner {
		display: block
	}
	.aside-accordeon>li>span:after {
		right: 5px
	}
}

.form-group {
	position: relative
}

.filter-customcheck {
	position: relative;
	margin-bottom: 10px
}

.filter-customcheck input[type=checkbox] {
	position: fixed;
	top: -100000px
}

.filter-customcheck input[type=checkbox]+label {
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}

.filter-customcheck input[type=checkbox]+label .box {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border: 1px solid rgba(94, 62, 27, .2);
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.filter-customcheck input[type=checkbox]+label .box::after,
.filter-customcheck input[type=checkbox]+label .box::before {
	position: absolute;
	top: 7px;
	width: 7px;
	height: 1px;
	background-color: #5e3e1b;
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	content: ''
}

.filter-customcheck input[type=checkbox]+label .box::before {
	left: 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.filter-customcheck input[type=checkbox]+label .box::after {
	right: 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.filter-customcheck input[type=checkbox]:checked+label .box::after,
.filter-customcheck input[type=checkbox]:checked+label .box::before {
	opacity: 1
}

.filter-customcheck[data-css-value="0"] {
	display: none
}

.statuses {
	padding-top: 20px
}

.statuses .filter-customcheck input[type=checkbox]+label {
	font-size: 16px
}

.aside-filters-block .ui-slider {
	height: 4px;
	border: none!important;
	background-color: rgba(94, 62, 27, .05);
	margin-bottom: 20px;
	margin-top: 10px;
	width: 100%;
	margin: 10px auto 20px;
	padding: 0;
	right: -4px
}

.aside-filters-block .ui-slider-range {
	background-color: rgba(80, 160, 69, .2);
	-webkit-border-radius: 0!important;
	border-radius: 0!important
}

.aside-filters-block .ui-slider-handle {
	width: 14px!important;
	height: 14px!important;
	margin-top: 0!important;
	background: #fff!important;
	cursor: pointer!important;
	border: 1px solid #2e2e2e!important
}

.aside-filters-block .ui-slider-horizontal .ui-slider-handle {
	margin-left: -.6em
}

.aside-filters-block .ui-corner-all,
.aside-filters-block .ui-corner-right,
.aside-filters-block .ui-corner-top,
.aside-filters-block .ui-corner-tr {
	-webkit-border-radius: 0!important;
	border-radius: 0!important
}

.aside-filters-block .ui-slider-handle.ui-state-default.ui-corner-all {
	-webkit-border-radius: 50%!important;
	border-radius: 50%!important;
	background-color: #A0410D!important;
	border: none!important;
	top: -5px;
	opacity: 1!important
}

.reset-filters-btn {
	position: relative;
	padding: 0 0 0 28px;
	background: 0 0;
	border: none;
	font-size: 16px;
	font-weight: 300;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.reset-filters-btn::after,
.reset-filters-btn::before {
	position: absolute;
	top: 11px;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #5e3e1b;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	content: ''
}

.reset-filters-btn::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.reset-filters-btn::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.reset-filters-btn:hover {
	color: rgba(94, 62, 27, .5)
}

.reset-filters-btn:hover::after,
.reset-filters-btn:hover::before {
	background-color: rgba(94, 62, 27, .5)
}

.reset-filters-btn img {
	display: none
}

.reset-filters-btn.hidden {
	display: none
}

.reset-filters-btn {
	margin-top: 20px
}

.mse2_number_inputs {
	overflow: hidden;
	margin: 0 -12px 0 0;
	height: 55px
}

.mse2_number_inputs .row {
	margin-right: -13px;
	margin-left: -13px
}

.mse2_number_inputs .row .form-group {
	padding: 0 13px
}

.mse2_number_inputs label {
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}

.mse2_number_inputs .form-control {
	height: 30px;
	margin-bottom: 0;
	background-color: rgba(94, 62, 27, .05);
	border: 1px solid transparent;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.mse2_number_inputs .form-control:focus {
	background-color: #fff;
	border-color: rgba(94, 62, 27, .2)
}

.aside-filters-block #mse2_filters .mse2_number_slider {
	margin-bottom: 20px;
	margin-right: -2px
}

.row.no-padding.rows#mse2_results {
	padding: 0 30px 30px
}

#mse2_results {
    margin-bottom: 60px !important;
}

.aside-filters-block .jspContainer {
	margin-bottom: 10px;
	max-height: 160px
}

.brands-carousel-wrapper {
	margin: 0 -15px
}

.brands-carousel {
	height: 130px;
	overflow: hidden
}

.brands-section {
	padding-top: 70px;
	padding-bottom: 120px
}

@media only screen and (max-width:767px) {
	.brands-section {
		padding-top: 30px;
		padding-bottom: 50px
	}
}

.brands-section .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	height: 130px
}

@media only screen and (max-width:1189px) {
	.brands-carousel-wrapper {
		margin: 0 -15px
	}
	.brands-section .item {
		padding: 0 15px
	}
}

.catalog.catalog-main {
	position: relative;
	padding-top: 110px;
	padding-bottom: 90px
}

@media only screen and (max-width:767px) {
	.catalog.catalog-main {
		padding-top: 45px;
		padding-bottom: 30px
	}
}

.catalog.catalog-main .title-h1 {
	margin-bottom: 30px
}

@media only screen and (max-width:991px) {
	.catalog.catalog-main .title-h1 {
		margin-bottom: 10px
	}
}

.catalog.catalog-sale {
	position: relative
}

.catalog.catalog-sale .container {
	position: relative
}

.catalog.catalog-sale .decoration-1 {
	position: absolute;
	right: 45px;
	bottom: 55px
}

.catalog.catalog-sale .decoration-2 {
	position: absolute;
	bottom: -175px;
	left: -25px;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg)
}

@media only screen and (max-width:767px) {
	.catalog.catalog-sale .decoration-2 {
		display: none
	}
}

.catalog.catalog-sale .decoration-3 {
	position: absolute;
	top: 0;
	right: 0
}

.catalog.catalog-sale::before {
	position: absolute;
	top: 0;
	right: -3000px;
	bottom: 0;
	left: -3000px;
	background-color: rgba(200, 223, 192, .51);
	content: ''
}

.catalog.catalog-sale .title-h1 {
	position: relative
}

.catalog.catalog-new .container {
	position: relative
}

.catalog.catalog-new .decoration-1 {
	position: absolute;
	top: 0;
	right: 0
}

.catalog.catalog-new .decoration-2 {
	position: absolute;
	bottom: -130px;
	left: 20px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

@media only screen and (max-width:767px) {
	.catalog.catalog-new .decoration-2 {
		display: none
	}
}

.catalog.catalog-new .decoration-3 {
	position: absolute;
	bottom: -45px;
	left: 35px
}

.catalog.catalog-new .decoration-4 {
	position: absolute;
	top: 180px;
	right: 65px
}

.catalog.catalog-new .decoration-5 {
	position: absolute;
	right: 85px;
	bottom: 35px
}

@media only screen and (max-width:767px) {
	.catalog.catalog-new .decoration-5 {
		display: none
	}
}

.catalog-carousel.slick-slider {
	height: auto;
	opacity: 1;
	overflow: visible
}

.catalog-carousel.slick-slider .slick-track {
	overflow-y: visible
}

.catalog-carousel {
	opacity: 0
}

.catalog-carousel .slick-next,
.catalog-carousel .slick-prev {
	top: -80px
}

@media only screen and (max-width:991px) {
	.catalog-carousel .slick-next,
	.catalog-carousel .slick-prev {
		top: -68px
	}
}

.catalog-carousel .slick-next {
	right: 0
}

.catalog-carousel .slick-prev {
	right: 70px
}

.catalog-carousel .slick-list {
	overflow-y: visible;
	max-height: 100%;
	margin: 0 -20px;
	padding: 30px 10px
}

@media only screen and (max-width:700px) {
	.catalog-carousel .slick-list {
		margin: 0;
		padding: 30px 0
	}
}

.catalog .row.rows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.catalog .row.rows .element-wrapper {
	width: 33.333%;
	margin-bottom: 20px
}
 
 
.element__bottom {
    height: 0;
    opacity: 0;
    transform: translateY(-90px);
    position: absolute;
    width: 100%;
    padding: 0 20px 20px;
    left: 0;
    background-color: #ffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index:444;
    transition: all 0.3s;
}
.element-wrapper:hover .element__bottom{
    height: auto;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s;
}
@media only screen and (max-width:767px) {
	.catalog .row.rows .element-wrapper {
		width: 50%
	}
}

@media only screen and (max-width:520px) {
	.catalog .row.rows .element-wrapper {
		width: 100%
	}
}

.catalog .element-wrapper {
	width: 335px;
	padding: 0 10px;
	overflow-y: visible
}

.catalog .element-wrapper.slick-active .element {
	 
	z-index: 1
}

.catalog .element-wrapper.slick-active .element:hover {
	 
}

.catalog .element {
    position: relative;
    display: block;
    padding: 20px;
    background-color: #ffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
}

.catalog .element .stickers {
    position: absolute;
    top: -34px;
    left: 34px;
    z-index: 5;
}
.catalog .element .stickers span {
    font-family: Bellota;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FDFAF7;
    border-radius: 6px;
    background: rgba(243, 177, 77, 0.9);
}
.product-img-wrapper .stickers .sale-sticker{
    background: rgba(243, 177, 77, 0.9);
    border-radius: 6px;
}
.catalog .element .stickers span.new-sticker,.product-img-wrapper .stickers .new-sticker{
    background: rgba(199, 95, 37, 0.9);
    border-radius: 6px;
}
.catalog .element .stickers span.hit-sticker,.product-img-wrapper .stickers .hit-sticker{
    background: rgba(160, 65, 13, 0.9);
    border-radius: 6px;
}
.catalog .element .img-wrapper {
    display: block;
    margin-bottom: 20px;
    margin-top: -52px;
    box-shadow: 13px 25px 22px rgba(86, 55, 44, 0.23);
}
.catalog .row.rows .element-wrapper .element {
     
    padding-top: 1px;
    margin-top: 52px;
} 

@media only screen and (max-width:767px) {
	.catalog .element .img-wrapper img {
		display: block;
		margin-right: auto;
		margin-left: auto
	}
}

.catalog .element .title {
    display: block;
    height: 76px;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 16px;
    font-family: Bellota;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #A0410D;
}
.title__block{
    display: flex;
    justify-content: space-between; 
    align-items: center;
}
.title__block .element-bottom-prices {
    width: 36%;
    flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
}
.catalog .element .description {
    display: block;
    width: 55%;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
    line-height: 147.4%;
    color: #A0410D;
    opacity: 0.5;
}
.element-bottom button{
    background: linear-gradient(268.45deg, #C75F25 0%, #F3B14D 99.05%);
    box-shadow: 0px 0px 20px rgba(174, 90, 45, 0.6);
    width: 60px;
    height: 60px;
    border: navajowhite;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.element-bottom button:hover{
    box-shadow:none;
}
.catalog .element .element-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; 
	align-items: center;
}

.catalog .element .element-bottom-prices .element-oldprice {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-decoration-line: line-through;
    color: #A0410D;
    opacity: 0.45;
    text-align:right;
}

.catalog .element .element-bottom-prices .element-price {
    display: block;
    height: 22px;
    font-family: Bellota;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #F3B14D;
    text-align:right;
}

.catalog .element .element-bottom-prices .element-weight {
	display: block;
	height: 16px;
	color: rgba(94, 62, 27, .6);
	font-size: 11px;
	
	font-weight: 400;
	line-height: 13px;
}

.catalog .element .element-bottom-link {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 147.4%;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #F3B14D;
    text-decoration: none;
    border-bottom: 2px dotted #F3B14D;
}
.element-weight {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: #A0410D;
}
.catalog .element .element-bottom-link:hover{
    color: #A0410D;
}
.banners-carousel-section {
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: rgba(200, 223, 192, .51);
    background: rgba(243, 177, 77, 0.1);
}

.banners-carousel-section {
    position: relative;
}
.banners-carousel-section .decoration-1 {
    position: absolute;
    top: -140px;
    left: 0;
}
.banners-carousel-section .decoration-2{
    position: absolute;
    top: -120px;
    right: 0;
}
.present{
    position: absolute;
    right: 10px;
    top: 10px;
    background: linear-gradient(268.45deg, #C75F25 0%, #F3B14D 99.05%);
    box-shadow: 0px 0px 20px rgba(174, 90, 45, 0.6);
    width: 60px;
    height: 60px;
    box-shadow: 0 0 20px rgba(174, 90, 45, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 55;
}
@media only screen and (max-width:767px) {
	.banners-carousel-section {
		padding-top: 45px;
		padding-bottom: 30px
	}
}

.banners-carousel-section .title-h1 {
	margin-bottom: 30px
}

.banners-carousel.slick-slider {
	opacity: 1;
	height: auto;
	overflow: inherit
}

.banners-carousel {
	height: 360px;
	overflow: hidden;
	opacity: 0
}

.banners-carousel .slick-list {
    overflow: hidden;
    margin: 0px -32px;
    padding: 30px 10px;
}

.banners-carousel .slick-next, .banners-carousel .slick-prev {
    top: -81px;
}

.banners-carousel .slick-prev {
    right: 60px;
}

.banners-carousel .slick-next {
	right: -0px
}

.banners-carousel .element-wrapper {
    padding: 0 27px;
}
.banners-carousel .element-wrapper a.absolute{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 39.06%, rgba(0, 0, 0, 0.59) 92.71%);
    border-radius: 10px;
}
.banners-carousel .element {
	position: relative;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}
.banners-carousel .element:hover .present{
     box-shadow:none;
}
.banners-carousel .element:hover{ 
      box-shadow: 0px 0px 20px rgba(174, 90, 45, 0.6);
}
.banners-carousel .element img {
	 
	border-radius: 10px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

 

.banners-carousel .element .title {
    position: absolute;
    text-align: left;
    z-index: 21;
    height: 84px;
    left: 5.67%;
    right: 5.67%;
    bottom: 30px;
    font-family: Bellota;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: flex-end;
    color: #FDFAF7;
}

@media only screen and (max-width:399px) {
	.banners-carousel .element .title {
		right: 10px;
		bottom: 10px;
		left: 10px;
		font-size: 14px
	}
}

#yandex_map {
	height: 450px
}

@media only screen and (max-width:767px) {
	#yandex_map {
		height: 350px
	}
}

#yandex_map .ymaps-2-1-31-balloon {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 12px;
	font-size: 16px;
	line-height: 1.5;
	margin-top: -25px
}

#yandex_map .ymaps-2-1-31-balloon__tail {
	-webkit-box-shadow: none;
	box-shadow: none
}

#yandex_map .ymaps-2-1-31-balloon-content__header {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 22px;
	text-shadow: none;
	margin-right: 20px;
	line-height: 1.2
}

#yandex_map .schedule-row {
	font-size: 15px;
	margin-bottom: 5px
}

#yandex_map .schedule-row>span {
	display: inline-block;
	width: 50px;
	margin-right: 20px
}

#yandex_map .schedule-row>span>span {
	display: inline-block;
	color: #fff;
	background: #36f;
	font-size: 11px;
	font-weight: 700;
	padding: 1px 7px;
	text-transform: uppercase;
	line-height: 1.3
}

#yandex_map .schedule-row>span>span.output {
	background: #ff474d
}

#yandex_map .placemark-text-title {
	font-size: 14px;
	margin: 14px 0 5px;
	font-weight: 600
}

#yandex_map .placemark-text {
	font-size: 15px;
	color: #87898c
}

.map-list {
	width: 1030px;
	margin: auto;
	max-width: 100%
}

.map-list-element {
	border-top: 1px solid #ededee;
	padding: 25px 0
}

.map-list-element>.title {
	margin-bottom: 25px;
	font-size: 20px
}

.map-list-element .img-wrapper {
	margin-bottom: 30px
}

.map-list-element .img-wrapper img {
	width: 100%
}

.map-button {
	display: block;
	text-decoration: none;
	padding: 15px;
	position: relative;
	border: 1px solid #e5e5e5;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 24px
}

.map-button span {
	position: relative;
	display: inline-block;
	padding-right: 20px
}

.map-button span:after {
	border-top: 4px solid transparent;
	border-left: 7px solid #0065c7;
	border-bottom: 4px solid transparent;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px
}

.map-button:hover {
	background-color: #f1f2f3;
	border-color: #f1f2f3
}

.map-button:hover span:after {
	border-left-color: #2a8ff0
}

.map-list-schedule {
	margin-bottom: 30px
}

.map-list-schedule .title {
	margin-bottom: 7px;
	color: #5e3e1b
}

.map-list-schedule-element {
	margin-right: 20px
}

.map-list-schedule-element span {
	display: block;
	margin: 5px 10px 0 0;
	float: left
}

.map-list-schedule-element span b {
	display: block;
	color: #fff;
	background: #36f;
	font-size: 11px;
	font-weight: 700;
	padding: 0 5px;
	text-transform: uppercase
}

.map-list-schedule-element span.output b {
	background: #ff474d
}

.map-list-services {
	margin-bottom: 30px
}

.map-list-services .title {
	margin-bottom: 7px;
	color: #5e3e1b
}

.trans-info {
	margin-bottom: 35px
}

.trans-info-element {
	padding-left: 60px;
	margin-right: 45px;
	min-height: 37px;
	padding-top: 6px
}

.trans-info-element.element1 {
	background: url(../images/metro-icon.png) 0 0 no-repeat;
	-webkit-background-size: 50px 36px;
	background-size: 50px 36px
}

.trans-info-element.element2 {
	background: url(../images/bus.png) 0 0 no-repeat;
	-webkit-background-size: 50px 36px;
	background-size: 50px 36px;
	margin-right: 0
}

.map-list-element-description .title {
	margin-bottom: 7px;
	color: #5e3e1b
}

@media only screen and (max-width:767px) {
	.trans-info-element.element1 {
		margin-bottom: 15px
	}
}

.index-blog-wrapper {
	padding-top: 110px;
	padding-bottom: 100px
}

@media only screen and (max-width:767px) {
	.index-blog-wrapper {
		padding-top: 45px;
		padding-bottom: 40px
	}
}

.blog-list__wrapper {
	margin: 0 -10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.blog-list__item {
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px
}

@media only screen and (max-width:991px) {
	.blog-list__item {
		width: 33.333%
	}
	.blog-list__item:nth-of-type(4) {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.blog-list__item {
		width: 315px
	}
	.blog-list__item:nth-of-type(4) {
		display: block
	}
}

.blog-item {
	position: relative;
	display: block;
	height: 100%;
	padding-bottom: 70px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 20px rgba(152, 182, 148, .3);
	box-shadow: 0 4px 20px rgba(152, 182, 148, .3)
}

.blog-item:hover {
	-webkit-box-shadow: 0 4px 15px #f0f1ce;
	box-shadow: 0 4px 15px #f0f1ce
}

.blog-item__img {
	display: block;
	margin-bottom: 15px
}

.blog-item__title {
	display: block;
	padding: 20px 20px 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase
}

.blog-item__text {
	display: block;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}

.blog-item__read {
	position: absolute;
	bottom: 0;
	left: 20px;
	height: 70px;
	color: #A0410D;
	font-size: 14px;
	font-weight: 500;
	line-height: 70px;
	text-decoration: underline;
	text-transform: uppercase
}

@media only screen and (max-width:991px) {
	.blog-item__title {
		font-size: 16px
	}
}

#mse2_mfilter .sort-block {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.base-template:not(.product-template) .middle .content {
	padding-bottom: 120px
}

@media only screen and (max-width:767px) {
	.base-template:not(.product-template) .middle .content {
		padding-bottom: 50px
	}
}

.base-template .middle .content {
	font-size: 16px;
	
	font-weight: 500;
	line-height: 27px;
}

.base-template .middle .content p:last-child {
	margin-bottom: 0
}

.order-wrapper .form-control,.modal .form-control {
    height: 50px;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    background-color: transparent;
    border: 1px solid transparent;
    border: 1px solid rgba(160, 65, 13, 0.2);
    -webkit-border-radius: 25px;
    border-radius: 25px;    
    color: #A0410D;
}

.order-wrapper .form-control:focus,.modal .form-control:focus {
	background-color: transparent;
	 border: 1px solid rgba(160, 65, 13, 0.5);
}
.form-control::placeholder{
        color: #A0410D;
}
.order-wrapper #ms2_order_cost {
	font-weight: 700
}

.catalog-wrapper.additional .title-h1 {
	margin-bottom: 30px
}
@media only screen and (max-width:1380px) {
    .top-slider-wrapper:before { 
    left: -25px; 
}
.top-slider-wrapper:after { 
    right: -25px;  
}
.top-slider .slider-content-inner {
    width: 508px;
    padding-left: 28px;
}
.top-slider .element-img {
    max-width: 100%;
    width: 450px;
}
.top-slider .title { 
    font-size: 36px;
    line-height: 45px; 
}

}
@media only screen and (max-width:1280px) {
    .index-template .content-section.content2 .text-block { 
    margin-right: 15px;
}
.header-top .inner .viber a, .header-top .inner .whatsapp a{
    padding:15px;
}
.header-top .inner .viber a, .header-top .inner .whatsapp a svg{
    margin:0;
}
.header-top .inner .viber a, .header-top .inner .whatsapp a span{
    display: none;
}
.menu-button { 
    top: 8px;
}
}
@media only screen and (max-width:1180px) {
    .index-template .content-section .text-block {
    width: 580px;
    margin-left: 0px;
}
.catalog .element .description {
    display: block;
    width: 100%;
    height: 40px;
}
.element__bottom{
    padding:0;
}
 .index-template .content-section.content2 .image-block { 
    margin-left: 50px;  
}   
.footer-top .row {
    margin-left: 50px;
}
.header-top .inner .whatsapp{
    margin:0;
}
.catalog .row.rows .element-wrapper {
    width: 50%;
    margin-bottom: 20px;
}
.element__bottom{
    height: auto;
    opacity: 1;
    position: initial;
    transform: translateY(0px);
    transition: all 0.3s;
}


}

.m-logo {
    display:none;
}
@media only screen and (max-width:1100px) {
    
   .top-slider-wrapper:before { 
    left: -100px; 
}
.top-slider-wrapper:after { 
    right: -100px;  
}
.top-slider .slider-content-inner {
    width: 508px;
    padding: 100px 0 100px 45px;
}
.top-slider .element-img {
    max-width: 100%;
    width: 450px;
}
.top-slider .title { 
    font-size: 36px;
    line-height: 45px; 
}
.top-slider .element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px;
}
.categories .element-wrapper {
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 60px;
}
.categories-wrapper { 
    padding: 100px 0px 1px; 
}
.categories .inner { 
    margin: 0 -15px;
}
.banners-carousel-section .decoration-2 { 
    right: -126px;
    top: -102px;
}
.banners-carousel-section .decoration-1 { 
    left: -45px;
        top: -102px;
}
.banners-carousel-section {
    padding-top: 75px;
    padding-bottom: 75px;
}
.banners-carousel .element .title {
    font-size: 18px;
}
.banners-carousel .element-wrapper {
    padding: 0px 15px;
}
.banners-carousel .slick-list {
    overflow: hidden;
    margin: 0px -15px;
    padding: 30px 0px;
}
.index-template .content-section .image-block { 
    width: 490px;
}
.index-template .content-section.content2 .image-block { 
    width: 490px;
} 
.header-top .inner .whatsapp{
    margin:0;
}


}

@media only screen and (max-width:900px) {
    .m-logo {
    display:block;
}
.header-bottom .inner { 
    justify-content: space-between;
}
.header-bottom {
    padding-top: 6px;
    padding-bottom: 10px;
}
.logo {
    display:none;
}
.top-slider .slider-content-inner {
    width: 100%;
    padding: 25px 0 50px 45px;
}
.top-slider .element { 
    flex-wrap: wrap;
}
.top-slider .title br{
    display:none;
}
.top-slider .element-img {
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
}
.dostavka {
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.categories .element-wrapper {
    width: calc(100% / 3); 
    margin-bottom: 40px;
}
.categories .element .title {
    height: 50px;
    padding-top: 0px;
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    justify-content: center;
}
.banners-carousel {
    width:90%; 
    margin: 0 auto;
}
.index-template .content-section .decor-1 { 
    z-index: -1;
}
.index-template .content-section .content { 
    flex-wrap: wrap;
}
.index-template .content-section.content2 .content { 
    flex-wrap: wrap-reverse;
}
.index-template .content-section .text-block {
    width: 90%;
    margin-left: 0px;
    margin: 0 auto;
}
.index-template .content-section.content2 .text-block {
    width: 90%;
    margin-left: 0px;
    margin: 0 auto;
    padding-top: 20px;
}
.index-template .content-section .image-block {
    width: 538px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.index-template .content-section .decor-1 { 
    left: -75px;
}
.index-template .content-section .decor-4 { 
    right: -50px;
}
.index-template .content-section.content2 .image-block {
    width: 578px;
    max-width: 100%;
    margin: 0 auto;
    padding-left:40px;
    padding-top: 10px;
}


}

@media only screen and (max-width:760px) {
    .m-logo { 
        width: 140px;
    }
    .header-top .inner .header-top-right{
        flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    }
    .header-tel.mob{
        /* display:none; */
        margin-left: auto;
    }
    .header-top .inner .viber a, .header-top .inner .whatsapp a {
        padding: 9px;
    }
    .header-top .inner .header-tel a {
        font-size: 16px; 
        margin: 0;
    }
    .top-slider .title {
    font-size: 26px;
    line-height: 32px;
    text-align:center;
}

.catalog .row.rows .element-wrapper {
    width: 100%;
    margin-bottom: 20px;
}
.top-slider-wrapper:before {
    left: -111px;
    z-index: -1;
}
.top-slider .slider-content-inner {
    width: 100%;
    padding:30px 25px;
}
.advantages-block .element .title { 
    margin-top: 10px;
}
.categories-wrapper {
    padding: 15px 0px 1px;
}
.categories-wrapper .decoration-2 {
    right: -57px;
    top: -177px;
    z-index: -1;
}
.categories .element-wrapper {
    width: 100%;
    margin-bottom: 30px;
}
.index-template .content-section .decor-2 {
    position: absolute;
    top: -205px;
    right: -61px;
    z-index: -1;
}
.index-template .content-section .text-block {
    width: 90%;
    margin-left: 0px;
    margin: 0 auto;
    padding-top: 91px;
}
.index-template .content-section .image-block .main-image{
    display: block;
}
.index-template .content-section.content2 .image-block{
    padding:0;
    margin-right: -30px;
}
.footer-menu.footer-menu1 > ul > li { 
    margin: 0;
    padding: 0;
}
.footer-menu>ul>li>a {
    margin-bottom: 0;
}
.footer-top .row {
    margin-left: 0;
}
.footer-menu>ul>li {
    margin-bottom:  0px;
}
.index-template .content-section .decor-1 {
    left: -86px;
    z-index: -1;
}
.f-img-1 { 
    left: -189px;
}
.f-img-2 { 
    right: -50px;
}
.catalog .element .description,.catalog .element .title { 
    height: auto;
}
.footer-menu>ul>li {
    width: 100%;
}
.footer-menu { 
    margin-bottom: 0;
}
.product-img-wrapper .stickers {
    margin-bottom: 15px;
}
#mse2_results {
    margin-bottom: 0px !important;
}
.product-buttons { 
    flex-wrap: wrap;
}
.product-buttons .element-counter, .product-buttons .btn, .product-buttons .btn.red.min {
    margin-bottom: 15px;
    font-size: 13px;
    min-width: auto;
    margin-right: 8px;
}
.product-buttons .btn{
    margin-right: 0px;
}

}


.lg-sub-html{
    display: none;
}

.copyright__created a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #A0410D
}

.copyright__created{
    text-align: left;
}

.card-related{
    margin-top: 40px;
}
.card-related .title-h2{
    margin-bottom: 20px;
}
.card-related .card-related__item{
    margin-bottom: 10px;
}
.card-related .card-related__item:last-child{
    margin-bottom: 0;
}
.card-related__item{
    display: flex;
    align-items: center;
}

.card-related .price{
    /* margin-left: auto; */
    font-weight: 700;
    margin-left: 10px;
}

.card-related label .box {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 1px solid #a0410d;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.card-related label .box::after, .card-related label .box::before {
    position: absolute;
    top: 7px;
    width: 7px;
    height: 1px;
    background-color: #5e3e1b;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    content: '';
}
.card-related label .box::before {
    left: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.card-related label .box::after {
    right: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.card-related input:checked+label .box::after, .card-related input:checked+label .box::before {
    opacity: 1;
}


.cart-related__list{
    display: flex;
    align-items: center;
}
.cart-related__item{
    margin-right: 10px;
    font-size: 14px;
}
.cart-related__item:last-child{
    margin-bottom: 0;
}
.cart-related__item .price{
    margin-left: 4px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .card-related{
        margin-top: 30px;
    }
}
