@font-face {
    font-family: 'RalewayRegular';
    src: url('/css/fonts/Raleway-Regular.woff2') format('woff2'),
         url('/css/fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RalewaySemiBold';
    src: url('/css/fonts/Raleway-SemiBold.woff2') format('woff2'),
         url('/css/fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway-Bold';
    src: url('/css/fonts/Raleway-Bold.woff2') format('woff2'),
         url('/css/fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url('/css/fonts/Raleway-ExtraBold.woff2') format('woff2'),
        url('/css/fonts/Raleway-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Arimo';
    src: local('Arimo Regular'), 
    	 local('Arimo-Regular'), 
    	 url('/css/fonts/arimo.woff2') format('woff2'), 
    	 url('/css/fonts/arimo.woff') format('woff'), 
    	 url('/css/fonts/arimo.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Arimo-Bold';
    src: local('Arimo Bold'), 
    	 local('Arimo-Bold'), 
    	 url('/css/fonts/arimobold.woff2') format('woff2'), 
    	 url('/css/fonts/arimobold.woff') format('woff'), 
    	 url('/css/fonts/arimobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-bold';
    src: url('/css/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('/css/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.clearfix:after { 
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

* {
	/*font-family: 'RalewayRegular';*/
	font-family: 'Arimo';
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	box-sizing:border-box;
	color: #7a6035;
}

table {
border-collapse: collapse;
    background: #FFF;
    margin-bottom: 20px;
}

td {
    border: 1px solid #f5eee0;
padding: 0 10px;	 
}
.section-content-text td p {
margin:0;	 
}

p {
	margin-bottom: 20px;
	font-size: 18px;
    line-height: 40px;
}
ul {
    padding: 0 0 0 20px;
}
li {
	margin-bottom: 20px;
	font-size: 18px;
}


/* Обертка */
html, body {
    height: 100%;
}

h1, .h1 {
	font-family: 'Arimo-Bold';
    color: #6e552e;
    text-align: center;
    font-size: 46px;
    margin-bottom: 60px;
}

.padding-default.front-catalog-lock {
    padding-top: 80px;
    background: url(/images/front-strujka-1.png) left 10% no-repeat, 
    			url(/images/front-strujka-2.png) right 50% no-repeat;
    background-color: #FFF;
}

/* FLEX */

.flex-center {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.flex-space-between {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.flex-space-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flex-middle {
	display: flex;
    align-items: center;
}
.flex-end {
    display: flex;
    align-items: flex-end;
}


#wrapper {
	background: url(/images/fon-inner.jpg) center top no-repeat fixed;
    background-size: cover;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px auto;
    padding: 0;
    overflow: hidden;
}
#wrapper-content {
	
}
.wrapper-content {
	color: #7a6035;
	max-width: 1420px;
    margin: 0 auto;

}
#header {
	background: url(/images/head-inner.jpg) center top no-repeat;
	padding-top: 35px;
	padding-bottom: 0;
}
.header-content {
	max-width: 1420px;
	margin:0 auto;
}
#footer-push, #footer {
    min-height: 100px;
}

#footer {
    background: url(/images/footer-fon-big.jpg) center bottom no-repeat;
}
.footer-content {
	max-width:1420px;
    margin: 20px auto 0 auto;
}
.padding-default {
	padding:40px;
}

.main-menu {
	
}
.main-menu ul {
	display:table;
	width: 100%;
	padding: 0;
}
.main-menu ul li {
	display:table-cell;
}
.main-menu ul li a {
	font-family: 'RalewaySemiBold';
	display: block;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    background: #a0844b;
    text-decoration: none;
    font-size: 12.4px;
    padding: 17px;
    border-right: 1px solid #381e12;
}
.main-menu ul li a:hover {
	background:#bb9954;
}

.header-top-info-box.contacts {
    width: 300px;
}

.header-top-info-box.phones {
	width: 300px;
	text-align:right;
}
.ico-3.hed-ico a,
.ico-2.hed-ico a,
.hed-ico {
	color: #e4e3d4;
	font-size: 14px;
	font-family: 'Raleway-Bold';
	padding: 9px 0 9px 40px;
	text-shadow: 5px 5px 5px #000;
}
.ico-2.hed-ico a {
	padding:0;
}
.ico-2.hed-ico a:hover {
	text-decoration:none;
}
.ico-1.hed-ico {
	background:url(/images/ico-1.png) left center no-repeat;
}
.ico-2.hed-ico {
	background:url(/images/ico-2.png) left center no-repeat;
}
.ico-3.hed-ico a {
	text-decoration: none;
    background: url(/images/ico-3.png) left center no-repeat;
    padding-left: 25px;
    border-bottom: 1px dashed;
    padding-bottom: 4px;
    margin-bottom: 5px;
    display: inline-block;
}
.main-phone,
.main-phone a {
	font-family: 'OpenSans-bold';
    color: #d2b07c;
    font-size: 28px;
    text-shadow: 5px 5px 5px #000;
    line-height: 30px;
    text-decoration: none;
}
.main-phone a:hover {
	color: #e4e3d4;
} 
.header-logo {
	display: flex;
    align-items: center;
}
.header-logo a {
	display:block;
}
.header-top-info {
    margin-bottom: 15px;
}
.fot-menu.fot-box {
	width: 225px;
}
.fot-copy.fot-box {
	width: 225px;
}

.fot-menu.fot-box .main-menu {
	width: 300px;
}
.fot-menu.fot-box .main-menu ul {
	display: block;
}
.fot-menu.fot-box .main-menu ul li {
	display: inline-block;
    width: 49%;
    margin-bottom: 0;
}
.fot-menu.fot-box .main-menu ul li a {
	background: no-repeat;
	text-align: left;
	border: 0;
	padding: 0;
	color: #b79c64;
	margin-bottom: 12px;
}
.fot-menu.fot-box .main-menu ul li a:hover {
	color:#fff;
}
.fot-logo.fot-box a {
	display:block;
	text-align:center;
	text-decoration:none;
}
.fot-logo.fot-box a span {
	display:block;
	color: #b79c64;
	font-size: 15px;
	margin: 16px 0 0 0;
}

.fot-copy.fot-box {

}
.fot-copy.fot-box a.copyright {
	color: #b79c64;
	font-size: 15px;
	display: block;
	margin-bottom: 20px;
	line-height: 22px;
}
.fot-copy.fot-box a.copyright:hover {
	text-decoration:none;
}
.fot-copy.fot-box a.it-don {
	color: #b79c64;
	font-size: 15px;
	text-decoration: none;
	background: url(/images/ico-5.png) right center no-repeat;
	padding: 5px 80px 5px 0;
	display: inline-block;
}
.fot-copy.fot-box a.it-don:hover {
	color:#FFF;
}

#breadcrumbs {
	margin-bottom: 35px;
}
#breadcrumbs * {
	font-size:15px;
	color:#7a6035;
}
span.delimiter {
    display: inline-block;
    background: url(/images/ico-4.png) center no-repeat;
    width: 30px;
    height: 10px;
}
#catalog {
    margin-bottom: 30px;
}
.catalog {
	position:relative;
    max-width: 360px;
    width: 100%;
    background: #FFF;
    text-align: center;
    margin: 0 15px 60px;
    box-shadow: 0px 15px 50px #AAA;
}

.catalog img {
	max-width: 100%;
}
.catalog.price-link-box img {
	max-width: none;
}

.catalog .p {
	font-family: 'Raleway-Bold';
	color: #7a6035;
	font-size: 25px;
	margin: 10px 0 35px 0;
}

.catalog a {
	background: url(/images/but-1.png) center no-repeat;
	display: block;
	width: 260px;
	height: 75px;
	margin: 0 auto 40px auto;
	font-family: 'Raleway-Bold';
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 0 5px #000;
	font-size: 18px;
	padding: 22px 0 0 0;
}

img.price-link {
    position: absolute;
    top: -30px;
    left: -20px;
}
.catalog.price-link-box {
    box-shadow: 0 0 0;
    background: 0;
}
.catalog.price-link-box p {
	position:relative;
}
.catalog.price-link-box a {
	position:relative;
}
.section {
	/*
	margin-bottom: 100px;
	*/
}
.catalog-menu {
	width: 340px;
	float: left;
}
.catalog-menu ul {
	background: #FFF;
    padding: 20px 0;
}
.catalog-menu ul.show {
	display:block !important;
}
.catalog-menu ul li {
	list-style: none;
	margin-bottom: 0;
}
.catalog-menu ul li a {
	background: url(/images/marrow.png) 44px center no-repeat;
	display: block;
	text-decoration: none;
	color: #6e552e;
	font-size: 18px;
	padding: 20px 0 20px 80px;
}
.catalog-menu ul li a.active {
	font-family: 'Arimo-Bold';
}
.catalog-menu-title {
	background: #a0844b url(/images/cat-menu.png) 50px center no-repeat;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    padding: 30px 0;
}
.section-content {
	
}
.catalog-menu-place {
    box-shadow: 0 0 20px #6666;
    margin: 0 0 60px 0;
}
.section-content-right {
	float: right;
	margin-left: 100px;
}
.section-content-right > img {
	width: 100%;
    max-width: 400px;
    display: block;
    margin-bottom: 60px;
    box-shadow: 0 0 50px #aaa;
    border-radius: 200px
}
.section-content-right .catalog {
	background: none;
    box-shadow: 0 0 0;
    margin-bottom: 30px;	
}
.section-content-right .catalog a {
	line-height: 24px;
	margin-bottom: 65px;
}
.section-content-text {
    width: calc(100% - 340px);
    padding: 0 0 0 30px;
    float: right;
    color: #7a6035;
    font-size: 18px;
    font-family: 'OpenSans';
    line-height: 40px;
}
.section-content-text p {
	margin-bottom:20px;
}

.section-content-items {
	/*
    margin-left: -50px;
    width: calc(100% + 50px);
    */
    margin-bottom: 50px;
}

.catalog-down-price .catalog {
	background: 0;
    box-shadow: 0 0 0;
    margin: 0 auto 50px auto;
}
.catalog-down-price .catalog a {
	padding: 15px 0 0 0;
}

table.catalog-table {
	border-collapse: collapse;
    width: 100%;
    box-shadow: 0 0 20px #6666;
}
table.catalog-table tr {
 
}
table.catalog-table tr th,
table.catalog-table tr td {
	border: 1px solid #f5eee0;
    background: #FFF;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: #b98631;
    height: 50px;
    padding: 0 5px;
}
table.catalog-table tr th {
	background: #a0844b;
	border: 1px solid #a0844b;
	color: #FFF;
	font-weight: normal;
	line-height: 18px;
	border-right: 1px solid #f5eee0;
	height: 100px;
}
table.catalog-table tr th:last-child {
	border-right: 1px solid #a0844b;
}
table.catalog-table tr td {
 
}
table.catalog-table tr td img {
 
}
table.catalog-table tr td a {
	font-family: 'Raleway-Bold';
	color: #b98631;
}
table.catalog-table tr td a:hover {
	text-decoration:none;
}
.catalog-stock-place {
    position: relative;
    max-width:340px;
}
.catalog-stock-place img {
	display:block;
	width:100%;
}
.catalog-stock-place a {
	box-shadow: 0 0 20px #6666;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: url(/images/green-fon-2.png) bottom center repeat-x;
	text-decoration: none;
}
.catalog-stock-place a strong {
    display: block;
    font-size: 17px;
    font-family: 'Arimo-Bold';
    color: #a0844b;
    background: #FFF;
    text-align: center;
    width: 140px;
    padding: 20px 0;
    margin: 90px auto 80px auto;
    border-radius: 30px;	
}
.catalog-stock-place a p {
	font-size: 21px;
	font-family: 'Arimo-Bold';
	color: #FFF;
	text-align: center;
	margin: 0 0 20px 0;
}
.catalog-stock-place a span {
	font-size: 15px;
	display: block;
	text-align: center;
	color: #FFF;	
}
.catalog-element-place {
    background: #FFF;
    box-shadow: 0 0 20px #6666;
    padding: 35px;
    max-width: 1140px;
    margin: 0 auto;
}
.element-image-data-place {
	display: flex;	
	margin-bottom: 70px;
}
.element-image {
    margin-right: 80px;
}
.element-data {
	color: #a0844b;
	font-size: 18px;
	line-height: 40px
}
.element-data > p {
	line-height: 25px;
}
.element-data > p strong {
	font-family: 'Arimo-Bold';	
}
.element-data .price {
	
}
.element-data .price p strong {
	font-family: 'Arimo-Bold';
	font-size: 25px;
	line-height: 115px;
}

.element-action {
	
}
.pm {
    background: #f5eee0;
    width: 40px;
    text-align: center;
    height: 40px;
    float: left;	
    cursor: pointer;
    user-select: none;
}
.pm-place {
	border: 2px solid #f5eee0;
    overflow: hidden;
    float: left;
    margin: 10px 25px 0 0;
}
.pm.minus {
	
}
.pm.plus {
	
}
.pm-place input {
	width: 40px;
	text-align: center;
	font-size: 18px;
	color: #a0844b;
	height: 40px;
	float: left;	
}
.pm-but {
	float: left;
}
.pm-but a {
    background: url(/images/but-2.png) center no-repeat;
    display: block;
    width: 210px;
    height: 65px;
    margin: 0;
    font-family: 'Raleway-Bold';
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 0 5px #000;
    font-size: 16px;
    padding: 10px 0 0 0;
    text-align: center;	
}

ul.element-tabs {
	
}
ul.element-tabs li {
	font-family: 'Arimo-Bold';
	font-size: 18px;
	color: #a0844b;
	display: inline-block;
	list-style: none;
	padding: 0 35px 0 0;
	margin: 0 40px 50px 0;
	background: url(/images/marrow.png) right center no-repeat;
	cursor: pointer;
}
ul.element-tabs li.active {
	background: url(/images/barrow.png) right center no-repeat;
}
ul.element-tabs-data {
    list-style: none;
}
ul.element-tabs-data li {
    display:none;
    line-height: 40px;
    font-size: 18px;
}
ul.element-tabs-data li.active {
    display:block;
}

/* SLICK */
.slick-list {
    max-width: 1420px;
    margin: 0 auto;
}
.catalog-stock-place.slk-item {
	margin: 0 auto;
	overflow: hidden;
	height: 440px;
}
.catalog-stock-place.slk-item a {
	background: url(/images/green-fon-2.png) bottom center repeat-x;
	padding: 0 15px;
}
.catalog-stock-place.slk-item a strong {
	font-size: 20px;
	padding: 23px 0;
	width: 210px;
	border-radius: 100px;
	margin: 120px auto 60px auto;
}
.catalog-stock-place.slk-item a .p {
	font-size: 25px;
}
.catalog-stock-place.slk-item a .s  {
    font-size: 18px;
    line-height: 30px;	
}
.carusel-place {
    position: relative;
}

.carusel-place .flex-direction-nav {
    position: relative;
    top: -80px;
    max-width: 720px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    display: none !important;
}
.h1.h2 {
    font-size: 20px;
    font-family: 'RalewayRegular';
}
.front-bottom-slider {
    padding: 50px 0 30px 0;
}
.about-front {
    background: url(/images/bred-2.jpg) bottom center no-repeat;
    min-height: 920px;
}
.catalog.price {
	position: relative;
    max-width: 320px;
}
.catalog.price:after {
	content: '';
    background: url(/images/price-listiki.png) bottom center no-repeat;
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    bottom: -10px;
}
.catalog.price img {
	max-width:100%;
}
.catalog.price a {
	background-size: 225px 70px;
}
.stock-item {
    max-width: 680px;
    background: #FFF;
    box-shadow: 0px 15px 50px #AAA;
    margin: 0 0 40px 0;
    width: 49%;
}
a.stock-img-place {
	max-width: 285px;
	float: left;
	display: block;
	max-height: 265px;
}
.stock-img-place img {
	display:block;
}
.stock-data-place {
    float: left;
    width: calc(100% - 285px);
    padding: 30px 40px 0 40px;
}
.stock-data-place a {
	background: url(/images/but-stocks.png) center no-repeat;
    display: block;
    width: 174px;
    height: 55px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 0 5px #000;
    font-family: 'Raleway-Bold';
    padding: 16px 0 0 0;
    font-size: 15px;
}
.stock-data-place p {
	line-height: 30px;
}
.stock-data-hdn {
	height: 120px;
    overflow: hidden;
    margin-bottom: 25px;
}
.form-form {
	text-align: center;
	background: #f4eee0;
	padding: 30px 40px 40px 40px;
	max-width: 540px;
	width: 100%;
}
.form-form .form-name {
	width: 100%;
    font-family: 'Raleway-Bold';
    font-size: 24px;
    margin: 0 0 30px 0;
}
.form-form input[type=text],
.form-form input[type=email],
.form-form textarea{
	display: block;
	width: 100%;
	text-align: center;
	padding: 16px 10px;
	background: url(/images/but-4-4.png) center no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	margin: 0 0 20px 0;
}
.form-form textarea {
	text-align: left;
    resize: none;
    height: 100px;
    padding: 16px 20px 20px 20px;
}
.form-form input[type=submit] {
	background: url(/images/but-stocks.png) center no-repeat;
    display: block;
    width: 174px;
    height: 55px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 0 5px #000;
    font-family: 'Raleway-Bold';
    padding: 0 0 3px 0;
    font-size: 15px;
    cursor: pointer;
    margin: 0 auto;	
}
.form-form p {
	text-align: center;
    font-size: 15px;
}
.form-form .field-conf {
	text-align: left;
}
.form-form .field-conf a:hover {
	text-decoration:none;
}
.form-form input[type=checkbox] {
	width:14px;
	height:14px;
	position:relative;
	top: 2px;
}
#form-place {
    display: none;
}
input:invalid{
    box-shadow:none;
}
.front-okk {
    text-align: center;
    margin: -45px 0 25px 0;
    color: green;
    font-size: 18px;
    font-family: 'Arimo-Bold';
}
.form-okk {
	display:none;
	color: green;
    font-size: 22px;
    font-family: 'Arimo-Bold';
}
ul.element-tabs-data li.active table.catalog-table {
	box-shadow: 0 0 0 #6666;
}
ul.slick-dots {
    display: none !important;
}
.menu-close {
	background: url(/images/x.jpg);
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	display:none;
}
.mobile {
	display:none;
}
.pie {
    position: absolute;
    top: 5px;
    right: 0;
    cursor:pointer;
}
.pie-line {
    background: #d2b07c;
    width: 60px;
    height: 3px;
    margin: 0 0 13px 0;
    box-shadow: 0 0 12px #000;
}
.header-top-info {
	position:relative;
}

.catalog-table.ul.mobile {
	box-shadow: 0 0 20px #6666;
	background: #FFF;
}
.catalog-table.ul.mobile ul {
	border-top: 1px solid #c5a979;
	list-style:none;
	overflow:hidden;
}
.catalog-table.ul.mobile ul li {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
}
.catalog-table.ul.mobile ul li.th {
	color: #FFF;
    background: #a0844b;
    padding: 0 10px;
    text-align: center;
}
.catalog-table.ul.mobile ul li a {
	font-family: 'Raleway-Bold';
}
.catalog-table.ul.mobile hr {
	height: 40px;
	border-top: 1px solid #c5a979;
}
.catalog-table.ul.mobile hr:last-child {
	display:none;
}

.fixed-top {
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px 10px 0 10px;
    background: url(/images/head-inner.jpg) center top no-repeat;
    display: none;
}
.fixed-top .pie {
	top: 17px;
    right: 17px;
}
.fixed-top a {
    display: block;
    max-width: calc(100% - 80px);
    height: 60px;
}
.fixed-top img {
	max-width:100%;
}
.brb {
	border-bottom: 1px solid #f5eee0 !important;
}
table.catalog-table.collapse-table tr th, 
table.catalog-table.collapse-table tr td {
	height: 60px;
}
a.collapse.fancybox.order {
	background: #b98631;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-size: 14px;
	line-height: 14px;
	display: block;
	margin: 0 auto 5px;
	width: 90px;
}
a.collapse-name {
	font-size: 14px;
	line-height: 14px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
span.collapse-span {
    display: block;
    line-height: 20px;
    margin: 5px auto 10px;
}
td.collapse-name-plase {
    height: 36px !important;
}
table.catalog-table * {
	font-family: 'Arimo';
}
table.catalog-table.desktop th {
	/*
	width:12%;
	*/
}
.pm-pm {
    overflow: hidden;
    margin: 0 0 30px 0;
    float: left;
}
.pm-count {
	overflow: hidden;
	margin: 10px 25px 0 0;
	display: block;
	border: 2px solid #f5eee0;
	float: left;
}
.pm-count select {
	font-size: 18px;
	cursor: pointer;
	padding: 0 0 0 10px;
}
.fot-box-req.fot-box {
    width: 150px;
}
.fot-box-req.fot-box span {
	color: #b79c64;
	display:block;
	margin: 0 0 10px 0;
}
.fot-box-req.fot-box span b {
	color: #b79c64;
}
.fot-logo.fot-box {
    margin-bottom: 10px;
}
.fot-box-free.fot-box {
    width: 150px;
}

.catalog-table.ul.mobile ul li a.order,
table.catalog-table tr td a.order {
	background: url(/images/but-1.png) center no-repeat;
    background-size: 100% 100%;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    padding: 7px 15px;
}

.flexslider .slides img{
    margin: auto;
}

.slick-list{
    margin: auto !important;
}
.fot-menu .copyright {
	color: #b79c64;
    font-size: 14px;
    width: 315px;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.shema-class,
.shema-class * {
	font-size: 14px;
	color: #b79c64;
	line-height: 20px;
}
.shema-class {
	margin-bottom: 10px;
}
a.map-link {
    height: 640px;
    display: block;
    width: 100%;
}