/* @import url(stylesheet.css); */
@import url(sizes.css);

:root {
	--a-color: #f0541e;
	--all-h-color: #1a2f10;
	--a-color-hover: #cf4532;
	--button-color: #f0541e;
	--button-color-hover: #cf4532;
	--h-color: #f0541e;
	--text-danfer-color: rgb(255, 71, 71);
	--bg-gr:#f6f4f2;
	--bg-bl:#2d3f53;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
	text-decoration: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}

main {
	min-height: 600px;
}

li {
	list-style: none;
}

button, .button {
	background-color: var(--button-color);
	color: #fff;
	padding: 8px 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-weight: 400 !important;
}

button:hover, .button:hover {
	color: #fff;
	background-color: var(--button-color-hover);
}

input.button {
	height: 31px !important;
}

img {
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--h-color);
	font-weight: 500;
	letter-spacing: .01em;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	font-family: 'Alumni Sans', sans-serif;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
	margin: 30px 0;
}

h3 {
	font-size: 25px;
	margin: 25px 0;
}

h4 {
	font-size: 20px;
	margin: 20px 0;
}

h5 {
	font-size: 18px;
}

h5 {
	font-size: 13px;
}

a {
	color: var(--a-color);
	font-weight: 300;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

a:hover {
	color: var(--a-color-hover);
}
p{

}
.table-block {
	overflow: auto;
}

table {
	border-collapse: collapse;
	margin-bottom: 30px;
}

table, tr, td {
	border: 1px solid #f1f1f1;
}

.table {
	font-weight: 100;
}

.table > tbody>tr.cart-table-block {
	background-color: #f6f4f2;
    padding: 10px;
    min-height: 130px;
    border-radius: 10px;
    border: 2px solid #57667505;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}
.table td {
	padding: 5px;
	width: 15%;
	text-align: center;
}

.table td input {
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 10px;
}

.table td button {
	text-align: center;
	background-color: transparent;
	padding: 0;
	margin-right: 10px;
}

.table td button>img {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.table-total {
	font-weight: 100;
}

.table-total td {
	padding: 10px;
	min-width: 90px;
}

.table-total strong {
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.check, .agree {
	margin-right: 10px;
}

.text-danger {
	color: rgb(255, 71, 71);
}

/* HEADER */

.nav-top-links {
	display: none;
}

.nav-top-links>a {
	color: #fff;
}

.nav-top-links>a::after {
	content: '|';
	margin-right: 5px;
	margin-left: 5px;
}

.nav-top-links>a:last-child::after {
	content: '';
}

.header {
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	width: 100%;
	z-index: 9999;
	box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, .1);
	transition: background-color .4s;
}

.main-header {
	height: 70px;
	z-index: 999;
}

.main-header img.ico, img.ico {
	height: 20px;
	width: 20px;
}

.main-header img.ico:hover, img.ico:hover {
	cursor: pointer;
}

.sub-header {
	/* background-color: #212121; */
	background-color: var(--bg-bl);
	height: 30px;
}

.sub-header>div>div {
	height: 30px;
}

.sub-header>div>div>div {
	/* margin: 0px 20px; */
}

.sub-header .header-phone {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.sub-header button:not(.currency-select) {
	height: 24px;
    padding: 4px 10px;
    background-color: #ed2939;
}
.sub-header .header-phone>a {
	font-weight: 600;
	color: #fff;
}

.sub-header .header-phone>a:hover {
	font-weight: 600;
	color: rgb(255, 255, 255);
}

.currency-block {
	height: 100%;
	display: flex;
	align-items: center;
	/* background-color: #ebebeb; */
	padding: 0;
}

.currency-select {
	background: transparent;
	color: #fff;
	font-size: 6px;
	font-weight: 600 !important;
	border: none;
	margin-right: 3px;
	padding: 0;
}

.currency-select:hover {
	background: transparent;
	color: rgb(252, 235, 235);
	font-weight: 600;
}

.currency-select:first-of-type::after {
	content: " | ";
	color: #fff;
	margin: 0 3px;
}

#logo {
	width: 100px;
	z-index: 9999;
	position: relative;
}

#logo>a {
	display: flex;
	color: white;
	font-family: 'Dosis', sans-serif;
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: 300;
}

#logo img {
	width: 100%;
	max-height: 48px;
}


#language {
	font-size: 11px;
	line-height: 1.5;
	text-transform: uppercase;
}

#language li>a {
	color: #fff;
	font-weight: 600;
	margin-right: 5px;
}
.currency-list{
	display: none;
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: 1s;
	transition-delay: 1s;
}
.currency-list >li{
	width: 100%;
	cursor: pointer;
}
#currency{
	z-index: 10;
}
.currency-list-show{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    padding: 20px;
    width: 130px;
    font-size: 12px;
    text-transform: none;
    top: 25px;
    opacity: 1;
    background-color: #2d3f53;
    visibility: visible;
}

#switcher {
	position: absolute;
	left: -999999px;
	visibility: hidden;
}

#search-block {
	position: absolute;
	top: -999999px;
	visibility: hidden;
}

.close, .open {
	display: flex;
	align-items: center;
	width: 35px;
	justify-content: center;
	z-index: 9999;
}

.open {
	order: 2;
}

.close>img, .open>img {
	width: 100%;
}

#switcher:checked~.header-nav {
	left: 0;
	background-color: rgba(255, 255, 255, 1);
}

#search-block:checked~#search {
	top: -30px;
}

.header:has(#switcher.checked) {
	background-color: rgba(0, 0, 0, 1);
}

.close {
	position: absolute;
	right: 24px;
	top: 24px;
}

.header-nav {
	position: fixed;
	left: 100%;
	padding-top: 100px;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.1);
	transition: left .4s, background-color .4s;
	z-index: 999;
}

.header-more>.header-contact-us>button {
	padding: 5px;
}

#search {
	position: absolute;
	width: 100%;
	height: 140px;
	top: -9999px;
	left: 0;
	background-color: rgb(255, 255, 255);
	transition: top .4s, background-color .4s;
	z-index: 9999;
	box-shadow: 0 0 20px rgba(100, 100, 100, 0.1);
}

#search .search-input {
	font-size: 15px;
	width: 75%;
	height: 40px;
	border: none;
	padding-left: 20px;
	background-color: #fbfbfb;
	margin: 0 20px;
}

#search input.search-input::placeholder {
	color: black;
	font-weight: 300;
}

#search button, .header-account button, #cart>button {
	padding: 0;
	background-color: inherit;
}

#menu {
	margin-bottom: 50px;
}

#menu>ul {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#menu li {
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
}

#menu li:first-child {
	border-top: 1px solid #f5f5f5;
}

#menu li>a {
	color: rgba(0, 0, 0, 0.8);
	display: block;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: 500;
	font-family: 'Alumni Sans', sans-serif;
    font-size: 23px;
}

#menu li>a:hover {
	color: rgba(0, 0, 0, 1);
}

.header-more>div {
	margin: 0 5px;
}

#content, .container {
	padding-top: 100px;
}

#cart {
	position: relative;
}

#cart-total {
	position: absolute;
	color: #fff;
	font-size: 10px;
	top: -5px;
	right: -8px;
	background-color: black;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	text-align: center;
	vertical-align: middle;
	line-height: 13px;
}

.more-info {
	background-color: #f5f5f5;
}

.info {
	padding: 10px 0;
}

.info>.info-img {
	width: 30px;
	margin-right: 20px;
}

.info>.info-img>img {
	width: 100%;
}

.info>.info-text>a, .info>.info-text {
	color: rgba(0, 0, 0, 0.8);
	font-size: 15px;
}

/* END HEADER */

/* breadcrumb */

.breadcrumb {
	margin: 20px 0;
}

.breadcrumb li {
	margin-right: 5px;
}

.breadcrumb li a {
	color: var(--bg-bl);
	text-transform: lowercase;
	font-size: 13px;
	/* letter-spacing: 0.1em; */
}

.breadcrumb li:last-child a {
	font-weight: 400;
	color: var(--bg-bl);
}

.breadcrumb li::after {
	content: none;
}

.breadcrumb li:last-child::after {
	content: none;
}

/* end breadcrumb */

/* alert */

.alert {
	position: fixed;
	height: 100%;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 0;
}

.alert a {
	margin: 5px 0;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 17px;
}

.alert a.button {
	color: #fff;
	text-align: center;
	font-weight: 500;
	max-width: 45%;
	font-size: 15px;
	min-width: 135px;
}

.alert a.button:hover {
	background-color: var(--button-color-hover);
}

.alert-center {
	height: 350px;
	min-width: 370px;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 20px rgba(100, 100, 100, 0.1);
	border-radius: 20px;
	border: 2px solid #f6f6f6;
	font-size: 18px;
	position: relative;
	font-weight: 100;
	line-height: 1.1;
}

.alert-center>div {
	width: 100%;
}

.close-alert {
	width: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.text-danger {
	color: var(--text-danfer-color);
}

/* end alert */

/* category */

.sub-category-block .sub-category-block-item .sub-category-a {
	width: 100%;
	min-height: 200px;
}

.sub-category-block .sub-category-block-item .sub-category-a>img {
	max-width: 150px;
	max-height: 150px;
	/* box-shadow: 0px 5px 9px -8px #808080; */
}

.sub-category-block .sub-category-block-item .sub-category-a>.sub-category-name {
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: black;
	font-family: 'Montserrat', sans-serif;
}

.sub-category-block .sub-category-block-item .sub-category-a>.back-color {
	position: absolute;
	width: 100%;
	height: 70%;
	background-color: #fdf9f7;
	z-index: -1;
	top: 0;
}

.product-block {
	padding: 10px;
}
.product-block>.product {
	padding: 10px;
    background-color: #f6f4f2;
    /* border: 1px solid #e4e4e4; */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 7px -5px #000000;
    min-height: 320px;
    /* min-height: 400px; */
	position: relative;
}
.product-block>.product > .image {
	/* min-height: 220px; */
	min-height: 140px;
}
.product-block>.product > .image>a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.product-block>.product .caption .price {
	margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
}
.product-block>.product .caption .price>.price-old {
	font-weight: 400;
	font-size: 13px;
	margin-right: 5px;
	text-decoration: line-through;
}
.product-block>.product .caption .price>.price-new {
	color: #ed2939;
}

.product-block>.product .caption>h4 {
	display: flex;
	min-height: 50px;
	align-items: center;
}

.product-block>.product .caption>h4>a {
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	color: var(--bg-bl);
	letter-spacing: 0;
	font-family: 'Open Sans', sans-serif;
}

.product-block>.product .caption>.module-attr {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
}

.category-description h2 {
	letter-spacing: 0;
    line-height: 1.4;
    font-size: 22px;
}
.category-description p {
	font-weight: 300;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-size: 14px;
}
.category-description li {
	font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 10px;
}
.category-description li::before {
		content: '-';
		margin-right: 5px;
}
.text-desc-univ{
	font-weight: 300;
    line-height: 1.2em;
    font-size: 14px;
    margin: 30px 0;
    background-color: var(--bg-gr);
    padding: 10px;
}
.pagination-block {
	margin: 30px 0 0;
}

.pagination>li {
	margin: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 22px;
	border: 1px solid transparent;
}

.pagination>li:hover {
	border: 1px solid var(--bg-bl);
	border-radius: 50%;
}

.pagination>li span, .pagination>li a {
	font-size: 13px;
}

.pagination>li.active {
	border: 1px solid var(--bg-bl);
	border-radius: 50%;
	color: white;
	background-color: var(--bg-bl);
}

/* end category */

/*  product page */

.product-img {
	padding: 10px;
}

.wishlist {
	background-color: transparent;
	/* position: absolute;
	padding: 0;*/
	padding-left: 0;
	font-weight: 400;
    color: var(--bg-bl);
    font-size: 13px;
    letter-spacing: 0.05em;
}
.wishlist:hover {
	background-color: transparent;
	color: var(--bg-bl);
}

.wishlist img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.header-h1 {
	text-align: left;
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 400;
}

.sku>span {
	font-weight: 400;
    color: var(--bg-bl);
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.product-info {
	position: relative;
	margin-bottom: 30px;
}

.attr-info {
	margin: 20px 0 20px;
}

.attr-info>.fbc {
	margin-bottom: 5px;
}

.attr-info .fbc>div {
	font-size: 20px;
	font-weight: 300;
	line-height: initial;
	text-transform: lowercase;
	letter-spacing: 0.01em;
}

.attr-info .fbc>div.sex {
	font-size: 19px;
	font-weight: 100;
	font-family: sans-serif;
	line-height: initial;
	letter-spacing: initial;
	margin: initial;
	letter-spacing: 0.07em;
}

.attr-info .fbc>div:first-child {
	font-size: 13px;
	letter-spacing: 0.1em;
	font-family: sans-serif;
	color: var(--bg-bl);
    opacity: 80%;
    font-weight: 600;
    text-transform: uppercase;
}

.product-info  .important {
	font-weight: 400;
    color: var(--bg-bl);
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 5px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    background-color: #f0541f05;
}
.product-info > div {
	padding: 10px;
}
.product-info span>a {
	font-size: 19px;
	font-weight: 100;
	color: #6D321B;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
	display: block;
}

.product-price {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.product-price>.price-usuall {
	text-decoration: line-through;
    margin-right: 5px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}
.product-price>.price-special {
	color: #ed2939;
}

/* .product-price span {
	font-weight: 100;
	line-height: initial;
	letter-spacing: 0.07em;
	text-transform: lowercase;
	font-size: 11px;
	display: block;
	margin-top: 10px;
} */

.select-option {
	margin-bottom: 20px;
}

.select-option label {
	font-weight: 100;
	line-height: initial;
	letter-spacing: 0.07em;
	text-transform: lowercase;
}

.select-option select {
	height: 35px;
	text-align: center;
	text-align-last: center;
	width: 100%;
	border: 1px solid #0e181d;
	border-radius: 5px;
	text-transform: lowercase;
	font-weight: 100;
}

.cart-form .buy-button {
	width: 80%;
}

.cart-form .buy-button>button {
	width: 100%;
	height: 35px;
}

.cart-input-quntity {
	height: 35px;
	text-align: center;
	width: 15%;
	border: 1px solid #0e181d;
	border-radius: 5px;
}

.quantity-box {
	width: 17%;
	height: 100%;
	align-self: flex-end;
}

/* .quantity-box::before {
	content: 'кол-во';
	position: absolute;
	font-weight: 100;
    line-height: initial;
    letter-spacing: 0.07em;
    text-transform: lowercase;
	top: -22px;
} */

#input-quantity {
	position: absolute;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

.qty_change {
	display: block;
	font-weight: 700;
	color: #1d1d1b;
	line-height: 35px;
	cursor: pointer;
}

.qty_change.sub {
	padding-left: 5px;
}

.qty_change.add {
	padding-right: 5px;
}

.quantity-box-cart {
	z-index: 1;
}
.quantity-box-cart>.quantity-box {
	width: 60px;
	margin-right: 10px;
}

.quantity-box-cart>.quantity-box input {
	position: absolute;
	z-index: -1;
	width: 60px;
}
.spec-info img{
	height: 30px;
	width: 30px;
}
.spec-info span{
	font-weight: 400;
    color: var(--bg-bl);
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}
.more-product-info{
	background-color: #f6f4f2;
	padding: 10px;
    min-height: 310px;
    border-radius: 10px;
    border: 2px solid #57667505;
}
.more-product-info > div{
	margin-bottom: 20px;
	/* border-bottom: 1px solid var(--bg-bl); */
}
.more-product-info > div:last-child{
	margin-bottom: 0;
	/* border-bottom: 1px solid var(--bg-bl); */
}
.more-product-info > div> img{
	width: 40px;
    height: 40px;
    margin-right: 20px;
}
.more-product-info > div> span{
	font-weight: 400;
    color: var(--bg-bl);
    font-size: 13px;
    letter-spacing: 0.05em;
}
.more-product-info > div.order-info-block> span{
	font-weight: 600;
    color: var(--a-color);
    margin-left: 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.self-order{
	order: -1;
}
.input-data-block img{
	height: 110px;
	width: 110px;
}
.input-data-block span.h-name{
	color: #2d3f53;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Alumni Sans', sans-serif;
}

/* .input-data-block-img img{
	height: auto;
    width: 100%;
} */
.input-data-block-img img{
	height: 75px;
    width: auto;
}
.input-data-block-img input[type="radio"]{
	/* z-index: -1; */
}
.input-data-block-img input[type="checkbox"]{
	position: absolute;
	height: 20px;
    width: 20px;
}
.input-data-block-img > input[type="radio"]:checked ~.input-data-block-img span.price{
	color: var(--a-color-hover);
}
.input-data-block-img span.price{
	color: #212121;
    font-size: 13px;
    font-weight: 600;
}
.input-data-block span{
	color: #212121;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.input-data-block span.h-name-sm{
	color: #941a00;
    font-size: 13px;
    font-weight: 500;
    text-transform: inherit;
}
.error-massage{
	color: #f01f1f;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: uppercase;
}
.final-price{
	font-size: 30px;
    text-align: center;
    font-family: 'Alumni Sans', sans-serif;
    color: #2d3f53;
    font-weight: 500;
    background-color: #f6f4f2;
}
.header-desc {
	color: #2d3f53;
    /* letter-spacing: 0.05em; */
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.text-desc {

	font-size: 16px;
	clear: both;
	font-weight: 100;
	line-height: 2em;
	letter-spacing: 0.05em;
}

.notes {
	font-size: 15px;
    font-weight: 100;
    line-height: 2em;
    /* min-height: 3.5em; */
    padding: 5px 0;
    letter-spacing: 0.05em;
    vertical-align: top;
    /* text-transform: lowercase; */
    border-bottom: solid 1px #5766752e;
}

.notes>div {
	width: 70%;
}

.notes>div:first-child {
	width: 30%;
	padding-right: 5px;
	font-weight: 400;
	color: #576675;
}

.notes:last-child {
	border: none;
}

.product-tags {
	font-size: 15px;
	text-transform: lowercase;
}

/* end product page */

/* form */

input:not(.bf-buttonclear), select:not(.bf-buttonclear) {
    height: 35px;
    text-align: center;
    width: 100%;
    border: 1px solid #0e181d;
    border-radius: 5px;
    margin-right: 5px;
}

input[type="radio"] {
	width: 15px;
	height: 15px;
}

input::placeholder {
	color: #c5c5c5;
}

fieldset {
	border: none;
}

fieldset>legend {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 10px;
	padding: 20px 0;
}

.form-group {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.control-label {
	margin-right: 20px;
	min-width: 50px;
}

.form-control {
	min-width: 200px;
	text-align: left;
	padding-left: 10px;
}

/* end form */

/* cart page */
.cart-table-block>td:last-child{
	font-weight: 600;
}
.cart-img {
	max-width: 200px;
}
.cart-td {
    width: 60% !important;
    height: 100% !important;
    /* min-height: 190px; */
}
/* end cart page */

/* module news */

.news .caption h4{
	text-align: left;
    margin: 0 0 10px 0;
    line-height: 1;
}
.news .caption h4>a{
	color: #2d3f53;
    font-weight: 500;
}
.news .caption p{
	font-weight: 300;
}
.news .more >.news-more-button{
	background: transparent;
    color: #f0541f;
    padding: 0;
    text-transform: inherit;
}
.news .more > span{
	color: #f0541f;
}
.news-item img {
	border-radius: 5px;
}

.news-desc {
	font-weight: 300;
	line-height: 1.2;
	text-align: justify;
	min-height: 132px;
}

.news-name {
	font-weight: 500;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: var(--h-color);
	min-height: 32px;
}

.news-more span {
	font-size: 12px;
	font-weight: 300;
	color: var(--a-color);
}

/* end module news */

/* footer */

footer {
	margin-top: 50px;
	background-color: var(--bg-gr);
	padding: 20px 0 0;
}

footer img {
	max-width: 310px;
    margin-bottom: 20px;
	align-self: center;
}
footer .sub-footer-img {
	font-weight: 500;
    font-family: 'Alumni Sans', sans-serif;
    color: var(--a-color);
    width: 300px;
    font-size: 30px;
    line-height: 34px;
}

footer h5 {
	align-self: flex-start;
	margin-bottom: 15px;
}

footer a {
	color: #212121;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Alumni Sans', sans-serif;
}
footer ul{
	margin-bottom: 20px;
}
footer li{
	color: #212121;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Alumni Sans', sans-serif;
}
footer li>img{
	max-width: 15px;
	max-height: 15px;
	margin: 0;
}
footer li>a>img{
	max-width: 30px;
	max-height: 30px;
	margin-right: 10px;
}

.footer-bottom-block{
	background-color: #d0cccc;
    padding: 7px 0;
    text-align: center;
    margin: 20px 0 0;
    font-size: 12px;
    font-weight: 500;
}
.footer-payment span, .footer-payment img{
margin: 5px 10px;
}
.footer-payment img{
	height: 30px;
	max-width: 35px;
}
/* search page */

.search-input {
	padding: 30px 0;
}

.search-input input {
	height: 35px;
	text-align: center;
	width: 35%;
	border: 1px solid #0e181d;
	border-radius: 5px;
	font-size: 16px;
	text-align: left;
	padding-left: 20px;
	margin-right: 20px;
}

/* end search page */

/* news */

.news-page h1 {
	margin-bottom: 30px;
}

.news-desc h4 {
	text-align: left;
}

.news-desc ul, .text-desc ul {
	margin: 10px 20px 0;
}

.news-desc li, .text-desc li {
	margin-bottom: 5px;
}

.news-desc li::before, .text-desc li::before {
	content: "-";
	padding-right: 5px;
}

.news-desc ul {
	margin: 10px 20px 0;
}

.news-page .news-img {
	max-width: 400px;
}

.news-desc, .text-desc {
	font-weight: 300;
	line-height: 1.5em;
	font-size: 15px;
	margin-bottom: 30px;
}

.news-desc p, .text-desc p {
	margin-bottom: 5px;
}

.posted, .viewed {
	font-weight: 400;
	line-height: 2em;
	font-size: 15px;
	margin-bottom: 30px;
}

.posted {
	margin-right: 30px;
}

/* end news */

/* account */

.account-block {
	padding: 5px;
	display: flex;
	flex-direction: column;
	width: 200px;
	height: 200px;
	border: 1px solid #ccc;
	border-radius: 20px;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
}

.account-block img {
	height: 80px;
	opacity: 0.6;
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.account-block .img {
	margin-bottom: 20px;
}

.well p {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 100;
	margin-bottom: 20px;
}

.well strong {
	font-size: 20px;
	color: #212121;
	margin-bottom: 20px;
	display: block;
	font-weight: 400;
}

/* end account */

/* information page */

.information-page h4 {
	text-align: left;
}

.information-page p {
	line-height: 1.2;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}

/* end information page */
/* contact page */

.contact-block {
	min-width: 250px;
	min-height: 250px;
	padding: 20px;
}

.contact-block>.contact-information {
	background-color: #f6f4f2;
    border-radius: 10px;
    border: 2px solid #57667505;
    width: 100%;
    height: 100%;
}

.contact-block>.contact-information>img {
	max-height: 40px;
	min-width: 40px;
	margin-bottom: 20px;
}

.contact-block>.contact-information>.name {
	color: #202020;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 15px;
}

.contact-block>.contact-information>.info {
	margin-bottom: 10px;
	font-weight: 300;
}

.contact-block>.contact-information .social-img {
	width: 25px;
	margin-right: 10px;
	margin-top: 10px;
}
/* end contact page */

/* blocks */
.popular-category-name{
	min-height: 40%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Alumni Sans', sans-serif;
    text-transform: uppercase;
    background-color: #2d3f53cc;
}
.promo-block >div:first-child{
	background-color: #c3ad98;
    opacity: 0.25;
	height: 100%;
}
.promo-block >div:last-child{
	opacity: 90%;
	background-color: #f0ebe5;
}
.promo-block >div:last-child>div:first-child{
	font-size: 40px;
    text-transform: uppercase;
    color: #f0541f;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
    font-family: 'Alumni Sans', sans-serif;
    letter-spacing: 0.04em;
}
.promo-block >div:last-child>div:last-child{
	font-size: 20px;
    color: #000000;
    font-weight: 300;
    line-height: 1.3;
    width: 75%;
    margin-bottom: 100px;
}
.reason{
	padding: 5px;
}
.reason img{
	width: 80px;
	height: 80px;
	opacity: 80%;
	margin-bottom: 20px;
}
.reason span:first-of-type{
	width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 10px;
    color: var(--a-color-hover);
	text-align: center;
}
.reason span:last-child{
    font-size: 15px;
	text-align: center;
    font-weight: 300;
	width: 80%;
}

.reasons{
	background-color: var(--bg-gr);
}
.hello-block{
	background-image: url(/image/catalog/blocks/wood.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}
.hello-block > div{
	background: rgb(255 255 255 / 90%);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    padding: 30px 10px;
    min-height: 350px;
    border-radius: 10px;
}
.text-more{
    max-height: 350px;
    overflow:hidden;
	font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
}
.text-more  p, .text-more li {
	margin-bottom: 10px;
}
.text-more .read-more {
    position: absolute;
    bottom: 0px;
    right: 4px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: #f9a825;
    cursor: pointer;
    background: linear-gradient(
90deg
, transparent 0, #fff 25%, #fff 100%);
    transition: bottom .5s;
    z-index: 1;
    width: 140px;
    text-align: right;
}
 .read-more {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #2d3f53;
    cursor: pointer;
    transition: bottom .5s;
    z-index: 1;
    font-family: 'Alumni Sans', sans-serif;
    width: 80px;
    border-bottom: 2px solid #f0541f;
    margin-bottom: 30px;
    margin-top: 10px;
    display: block;
}
.text-more.opened {
    max-height: 100%;
    overflow: auto;
}
/* end blocks */

@media (min-width:768px) {
	#logo {
		width: 150px;
	}
	input, select {
		width: auto;
	}
	.alert a {
		width: 75%;
	}
	.header-more>div {
		margin: 0 10px;
	}
	.header-more>.header-contact-us>button {
		padding: 8px 10px;
	}
	.popup-block {
		padding: 80px 30px 50px 30px;
		top: 15%;
	}
	.popup-block .log:last-of-type {
		margin-bottom: 50px;
	}
	.product-block>.product .caption>h4>a {
		font-size: 14px;
	}
	.product-block>.product {
		min-height: 380px;
	}
	.product-block>.product > .image {
		min-height: 200px;
	}
	.text-desc {
		width: 80%;
	}
	.currency-select {
		font-size: 13px;
	}
	.control-label {
		margin-right: 30px;
		min-width: 150px;
	}

	.form-control {
		min-width: 200px;
		text-align: left;
		padding-left: 10px;
	}
}

@media (min-width:1024px) {
	.close, .open, .more-info {
		display: none;
	}
	.nav-top-links {
		display: block;
	}
	#menu {
		margin-bottom: inherit;
	}
	#menu>ul {
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	#menu a {
		margin-right: 20px;
	}
	#menu li>a {
		line-height: unset;
	}
	#menu li {
		border-bottom: none;
	}
	#menu li:first-child {
		border-top: none;
	}
	.header-nav {
		position: inherit;
		width: inherit;
		height: inherit;
		background-color: transparent;
		transition: left .4s;
		z-index: inherit;
		display: flex;
		align-items: center;
		padding-top: inherit;
	}
	.header-contact-us {
		display: block;
	}
	.open {
		order: inherit;
	}
	#menu li {
		border: none;
	}
	.currency-block {
		padding: 0 10px;
	}
	.self-order{
		order: 2;
	}
}

@media (min-width:1280px) {
	#menu li>a::before {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 50%;
		width: 0;
		height: 2px;
    background: #cf4532;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
		transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	}
	#menu li:hover>a::before {
		width: 100%;
	}
	#menu li>a {
		position: relative;
		min-width: 175px;
	}
	#logo {
		width: 20%;
	}
	#logo>a>img {
		width: 230px;
	}
	.main-header {
		height: 90px;
	}
	#content, .container {
		padding-top: 120px;
	}
	#content > div.block:first-of-type {
		margin-top: 20px;
	}
	.header-more div.header-phone {
		display: block;
		margin-right: 40px;
	}
}

.bf-attr-header {
	background-color: #f6f4f2 !important;
    border-bottom: 1px solid #f6f4f2 !important;
    font-size: 11px;
    line-height: 2em;
    letter-spacing: .2em;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #2d3f53 !important;
}

.bf-cell label {
	color: #000;
	font-size: 11px;
	letter-spacing: .03em;
}

.bf-count {
	background: #fff !important;
	color: #000 !important;
	font-size: 11px;
}

.bf-count::before {
	content: "( ";
	position: absolute;
	left: -1px;
}

.bf-count::after {
	content: " )";
	position: absolute;
	right: -1px;
}

.bf-responsive.bf-active .bf-check-position {
	top: 114px !important;
}

.bf-btn-show {
	background: rgb(226, 99, 99) !important;
}
@media (min-width:1440px) {
	.product-block>.product > .image {
		min-height: 220px;
	}
}
