* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Montserrat", Verdana, Arial, sans-serif;
	background: #FFFFFF;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	color: #000000;
}
a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #C59875;
		text-decoration: underline;
}
a:focus,
a:hover {
    text-decoration: underline;
    color: #B17D55;
    outline: none;
}
.h1,
h1 {
	 margin-bottom: 40px;
	 font-weight: 700;
	 font-size: 40px;
	 line-height: 110%;
	 color: #000000;
	 text-align: center;
	 text-wrap: balance;
} 
.h2,
h2 {
	 margin-bottom: 20px;
	 font-size: 34px;
	 font-weight: 700;
	 line-height: 1.3;
	 text-wrap: balance;
} 
.h3,
h3 {
	 margin-bottom: 15px;
	 font-size: 28px;
	 font-weight: 700;
	 line-height: 1.4;
	 text-wrap: balance;
} 
.h4,
h4 {
	 margin-bottom: 10px;
	 font-size: 24px;
	 font-weight: 600;
	 line-height: 1.4;
	 text-wrap: balance;
} 
.smaller {
	font-size: 70%;
} 
.btn,
.btn:first-child,
.btn:focus,
input.btn,
input.btn:focus {
	font-size: 15px;
	font-weight: 400;
  text-decoration: none;
  display: inline-block;
  color: #FFFFFF;
  padding: 14px 48px 12px 48px;
  text-transform: uppercase;
  background-color: #C59875;
  border-radius: 0px;
  position: relative;
	border: none;
}
.btn:first-child:hover, 
.btn:hover,
.btn:active,
input.btn:hover,
input.btn:active,
.btn:first-child:hover,
:not(.bwalter-check)+.btn:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B17D55;
}
.dark .btn,
.dark .btn:first-child,
.dark .btn:focus,
.dark input.btn,
.dark input.btn:focus {
	font-size: 16px;
	font-weight: 700;
  text-decoration: none;
  display: inline-block;
  color: #C59875;
	background-color: #ffffff;
  padding: 14px 48px 12px 48px;
  text-transform: uppercase;
  border-radius: 15px;
  position: relative;
	border: 2px solid #C59875;
}
.dark .btn:first-child:hover, 
.dark .btn:hover,
.dark .btn:active,
.dark .btn.active,
.dark input.btn:hover,
.dark input.btn:active,
.dark .btn:first-child:hover,
.dark :not(.bwalter-check)+.btn:hover {
	color: #ffffff;
	background-color: #C59875;
}
.btn.bwalter-small {
	padding: 10px 20px 9px 20px;
	font-size: 12px;
	height: auto;
  line-height: 12px;
	font-weight: 700;
}
.btn.bwalter-primary,
input.btn.bwalter-primary {
	background-color: #C59875;
	color: #ffffff;
	padding: 16px 45px 14px 45px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
}
.btn.bwalter-primary:hover,
.btn.bwalter-primary:active,
input.btn.bwalter-primary:hover,
input.btn.bwalter-primary:active {
	background-color: #B17D55;
	color: #ffffff;
}
.btn.bwalter-back {
	background-color: #D2D2D2;
}
.btn.bwalter-back:hover,
.btn.bwalter-back:active {
	background-color: #CCCCCC;
}
.btn.disabled, 
.btn:disabled, 
fieldset:disabled .btn {
	background-color: #D2D2D2;
}
input {	
	font-size: 16px;
	padding: 10px 15px 10px 15px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #C59875;
	border-radius: 0px;
	width: 480px;
	max-width: 100%;
	margin-bottom: 15px;
	background-color: transparent;
}
textarea {	
	font-size: 16px;
	padding: 10px 15px 10px 15px;
	border: 2px solid #C59875;
	border-radius: 0px;
	width: 480px;
	max-width: 100%;
	margin-bottom: 15px;
	min-height: 100px;
	background-color: transparent;
}
input:focus,
input:active,
textarea:focus {
	outline: none;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5) inset;
}
.modal input,
.modal textarea {
	width: 100%;
}
.forms-white input[type="text"],
.forms-white input[type="password"] {
	width: 100%;
	background-color: transparent;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #AAAAAA;
	border-radius: 0;
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
}
.forms-white input[type="text"]:focus,
.forms-white input[type="text"]:active,
.forms-white input[type="password"]:focus,
.forms-white input[type="password"]:active {
	background-color: #f1f1f1;
	border-bottom: 1px solid #AAAAAA;
	color: #000000;
}
.forms-white input::placeholder {
	color: #666666;
}
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  margin: 0;
	padding: 0;
	position: relative;
  font: inherit;
  color: #B17D55;
  width: 20px;
  height: 20px;
  border: 2px solid #B17D55;
  border-radius: 50%;
  display: inline-block;
}
input[type="radio"]::before {
  content: "";
  width: 10px;
	display: block;
  height: 10px;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	position: absolute;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #B17D55;
}
input[type="radio"]:checked::before {
  transform: scale(1);
}
input[type="radio"]:focus {
  box-shadow: none;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
	padding: 0;
	position: relative;
  font: inherit;
  color: #B17D55;
  width: 21px;
  min-width: 21px;
  height: 20px;
  border: 2px solid #B17D55;
	border-radius: 2px;
  display: inline-block;
}
input[type="checkbox"]::before {
  content: "✔";
  width: 12px;
  display: block;
  height: 12px;
  top: 1px;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
  font-size: 16px;
	position: absolute;
  transform: scale(0);
  transition: 120ms transform ease-in-out;

}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
input[type="checkbox"]:focus {
  box-shadow: none;
}
.sog {
	font-size: 75%;
	margin-bottom: 20px;
}
.modal .sog {
	margin-bottom: 0px;
	font-size: 72%;
}
@media (max-width: 991.98px) {
	.btn.bwalter-primary {
		font-size: 14px;
	}
	.h1,
	h1 {
		margin-bottom: 30px;
		font-size: 32px;
	} 
	.h2,
	h2 {
		margin-bottom: 30px;
		font-size: 26px;
		line-height: 1.1;
	} 
	.h3,
	h3 {
		font-size: 22px;
		line-height: 1.1;
	} 
	.h4,
	h4 {
		font-size: 16px;
		line-height: 1.1;
	} 
	input {
		padding: 12px 25px 10px 25px;
	}
}
@media (max-width: 461.98px) {	
	.h1,
	h1 {
		margin-bottom: 20px;
		font-size: 21px;
	} 
	.h2,
	h2 {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 1.1;
	} 
	.h3,
	h3 {
		font-size: 16px;
		line-height: 1.1;
	} 
	.h4,
	h4 {
		font-size: 14px;
		line-height: 1.1;
	} 
	.btn, .btn:first-child, .btn:focus {
		font-size: 18px;
  	padding: 13px 20px 12px 20px;
	}
	.btn.bwalter-small {
		padding: 7px 10px 6px 10px;
		font-size: 12px;
	}
	input {	
		width: 100%;
	}
	textarea {
		width: 100%;
	}
	.bee-form .checkbox .checkbox__label {
		line-height: 1;
	}
}
@media (max-width: 374.98px) {
	body {
		font-size: 13px;
		line-height: 1.2;
	}
}
p {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
ul {
  list-style: none;
	margin: 0.5em 0 1em 1em;
	padding-left: 10px;
}
ul li {
  padding-left: 0.2em;
	margin: 0 0 0.2em 0;
}
.page-area ul li::before,
.content ul li::before,
ul.small-marker li::before  {
  content: "\2022";
  color: #C59875;
  font-weight: bold;
  display: inline-block;
  width: 0.8em;
	font-size: 22px;
	margin-left: -0.8em;
}
ol li::marker {
	color: #C59875;
	font-size: 120%;
}
ul.smile-marker li {
	position: relative;
	margin-bottom: 20px;
}
ul.smile-marker li::before {
  content: "\263B";
	position: absolute;
  color: #C59875;
  display: inline-block;
  width: 1.2em;
	top: -7px;
	font-size: 34px;
	margin-left: -1.2em;
	line-height: 34px;
}
ul.ok-marker li {
	position: relative;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 20px;
}
ul.ok-marker li::before {
  content: "\27A4";
	position: absolute;
  color: #C59875;
  display: inline-block;
  width: 1.2em;
	top: -4px;
	font-size: 34px;
	margin-left: -1.2em;
	line-height: 34px;
}
.strong {
	font-weight: 700;
	display: inline;
}
.header__wrap {
	display: grid;
  grid-template-columns: 1fr 266px 1fr;
	padding-top: 20px;
	padding-bottom: 5px;
}
.header__wrap__left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header__cat-btn {
	position: relative;
}
.header__cat-btn__button {
	position: relative;
	padding: 15px 24px;
	background-color: #333333;
	border: none;
	color: #FFFFFF;
	display: flex;
	transition: all 0.2s ease-in-out;
}
.header__cat-btn__button:hover,
.header__cat-btn__button.open {
	background-color: #C59875;
	color: #FFFFFF;
}
.header__cat-btn__button__lines {
	margin-right: 10px;
}
.header__cat-btn__button__lines span {
	display: block;
	width: 26px;
	height: 3px;
	background-color: #C59875;
	border-radius: 15px;
	margin: 4px 0px 4px 0px;
	transition: all 0.2s ease-in-out;
}
.header__cat-btn__button:hover .header__cat-btn__button__lines span,
.header__cat-btn__button.open .header__cat-btn__button__lines span {
	background-color: #333333;
}
.header__cat-btn__button.open .header__cat-btn__button__lines span:nth-of-type(1) {
	transform: rotate(45deg);
	transform-origin: 6px 5px;
}
.header__cat-btn__button.open .header__cat-btn__button__lines span:nth-of-type(2) {
	display: none;
}
.header__cat-btn__button.open .header__cat-btn__button__lines span:nth-of-type(3) {
	transform: rotate(-45deg);
	transform-origin: 12px 1px;
}
.header__cat-btn__button .navbar-menu-cap {
	display: inline-block;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 1px;
}
.header__address {
	margin-left: 60px;
	font-size: 14px;
  line-height: 1.2;
	padding-left: 32px;
	background-image: url(../images/location-arrow.svg);
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 22px 22px;
}
.header__address .header__address__city {
	text-transform: uppercase;
  font-weight: 500;
	padding-bottom: 4px;
}
.header__address .header__address__link a {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	color: #C59875;
	border-bottom: 1px dashed #C59875;
}
.header__address .header__address__link a:hover {
	text-decoration: none;
	color: #B17D55;
	border-color: #B17D55;
}
.header__address a:hover {
	text-decoration: underline;
}
.header__logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header__logo__pic {
	width: 266px;
}
.header__logo__pic-mobile {
	display: none;
}
.header__phonelinks {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header__phone {	
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 40px;
}
.header__phone a {	
	display: inline-block;
	min-height: 30px;
	padding-left: 32px;
	background-image: url(../images/phone.svg);
	background-color: transparent;
	background-position: left 2px;
	background-repeat: no-repeat;
	background-size: 28px 28px;
}
.header__phone a.navbar__phone__link {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}
.header__phone a.navbar__phone__link:hover {
	color: #C59875;
	text-decoration: none;
}
.header__socials {
	margin-right: 60px;
}
.header__socials a.navbar__socials__soc {
	margin-right: 6px;
}
.header__socials a.navbar__socials__soc img {
	transition: all 0.2s ease-in-out;
 }
.header__socials a.navbar__socials__soc:hover img {
	transform: scale(1.25);
}
.header__cart-wrap, .header__cart-wrap2 {
	min-width: 39px;
}
.header__cart__link {
	display: inline-block;
	position: relative;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.header__cart__link.noempty {
	margin-right: 5px;
}
.header__cart__link .header__cart__link__quant {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -5px;
	min-width: 16px;
	text-align: center;
	height: 16px;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	padding: 1px 1px 1px 1px;
	border-radius: 40px;
	background-color: #a92222;
}
.header__cart__link:hover {
	transform: scale(1.25);
}
/* Выпадающее меню*/
.header__cat__menu {
	opacity: 0;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 880px;
	height: auto;
	min-height: 400px;
	transition: all 0.2s ease-in-out;
  transform: scale(0);
	transform-origin: 0% 0%;
	background-color: #000000;
	border: 1px solid #C59875;
	padding: 20px 30px;
	z-index: 18;
	background-image: url(../images/cat-menu-bg.webp);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.header__cat__menu.open {
	opacity: 1;
  transform: scale(1);
	transition: all 0.2s ease-in-out;
}
.title-search {
	position: relative;
}
.title-search .search_submit_btn,
.header__cat__menu__searchblock input[type="submit"] {
	position: absolute;
	width: 30px;
	height: 40px;
	left: 0;
	top: 0;
	background: transparent;
	border: none;
}
.title-search table.title-search-result th {
 width: 0;
 display: none;
}
.title-search-item__link {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.title-search-item__pic {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 50px;
	background: #ffffff;
	margin-right: 10px;
	outline: 1px solid #8d6e57;
	margin-bottom: 10px;
}
.header__cat__menu__block {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 5px;
}
.header__cat__menu-nav-catalog {
	margin: 0;
	padding: 0;
}
.header__cat__menu-nav-catalog:first-child {
	margin-right: 50px;
}
.header__cat__menu-nav-item {
	margin: 8px 0px;
}
.header__cat__menu-nav-item a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
}
.header__cat__menu-nav-item a:hover {
	color: #C59875;
	text-decoration: none;
}
.header__cat__menu-nav-dropdown a {
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	position: relative;
}
.header__cat__menu-nav-dropdown a:hover,
.header__cat__menu-nav-dropdown a.active {
	color: #C59875;
	text-decoration: none;
}
.header__cat__menu-nav-dropdown a::before {
	content: '\2022';
	padding-right: 6px;
	display: inline-block;
}
.header__cat__menu-nav-dropdown {
	margin: 0 0 12px 5px;
	padding: 0;
}
.header__cat__menu-nav-dropdown-item {
	margin: 2px 0px;
}
.header__cat__menu__searchblock input[type="text"] {
	background: transparent;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #C59875;
	border-radius: 0px;
	color: #FFFFFF;
	padding-left: 30px;
	background-image: url(../images/search.svg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
}
.header__cat__menu__searchblock.header__cat__menu__searchblock-mobile input[type="text"]:focus,
.header__cat__menu__searchblock.header__cat__menu__searchblock-mobile input[type="text"]:active {
	-webkit-box-shadow: -2px -1px 2px -1px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: -2px -1px 2px -1px rgba(0, 0, 0, 0.4) inset;
	box-shadow: -2px -1px 2px -1px rgba(0, 0, 0, 0.4) inset;
}
.header__cat__menu__searchblock form {
	position: relative;
}
.header__cat__menu__searchblock.header__cat__menu__searchblock-mobile input[type="text"] {
	color: #333333;
}

.header__cat__menu__searchblock.header__cat__menu__searchblock-mobile form .search_submit_btn {
  position: absolute;
  width: 30px;
  height: 40px;
  left: 0;
  top: 0;
  background: transparent;
  border: none;
}
/* Навигация */
.header__menu {
	background: rgb(255,255,255);
}
.phone-mobile {
	display: none;
}
.walter-navbar {
	display: flex;
	justify-content: center;
}
.rd-navbar-static.rd-navbar--is-clone .phone-static {
    display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel2 {
  display: flex;
}
.cat-btn-static {
	position: relative;
}
.rd-navbar-static.rd-navbar--is-clone .phone-static a {
	display: block;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	color: #C59875;
	text-decoration: none;
}
.rd-navbar-static.rd-navbar--is-clone .phone-static a.callbacklink {
	display: none;
}
.rd-navbar-static.rd-navbar--is-clone .phone-static a:hover {
	color: #c1a98f;
	text-decoration: none;
}
.rd-navbar-static.rd-navbar--is-clone .socseti-static {
	display: flex;
}
.rd-navbar-static.rd-navbar--is-clone {
	background: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 1px -1px 5px 0px rgba(29, 33, 36, 0.3);
}
.rd-navbar-static.rd-navbar--is-clone .logo-static, .rd-navbar-static.rd-navbar--is-clone .phone-static {
	display: flex;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-outer {
	width: 100%;
	max-width: 1320px;
	--bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
    display: flex;
		align-items: center;
		justify-content: flex-end;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
}
.rd-navbar-wrap {
	width: 100%;
	position: relative;
}
.rd-navbar-static .rd-navbar-inner {
	padding: 0;
	background: transparent;
}
.rd-navbar-static .rd-navbar-main-outer {
	width: 100%;
	position: relative;
}
.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	background: transparent;
	width: 100%;
	margin: 0;
}
.rd-navbar-main-element {
	position: relative;
	width: 100%;
}
.rd-navbar-static .rd-navbar-nav-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .44s ease-in-out;
	width: 100%;
}

.rd-navbar-static .rd-navbar-panel {
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 0px 0px;
}
.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck .rd-navbar-static .rd-navbar-panel {
	display: flex;
}
.rd-navbar-static .rd-navbar-nav {
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .44s ease-in-out;
	width: 100%;
}
.rd-navbar-static .logo-mobile {
	display: none;
}
.rd-navbar-static .logo-mobile {
	display: none;
}
.rd-navbar-static .rd-navbar-panel2 {
	display: none;
}
.menu-mobile-cap {
	display: none;
}
.rd-navbar-static .rd-navbar-nav.rd-navbar-nav-catalog {
	display: none;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
	padding: 5px 0px;
}
.rd-navbar-static .rd-navbar-nav > li {
	margin: 0;
  padding: 0px 30px 0px 30px;
}
.rd-navbar-static .rd-navbar-nav > li:first-child {
	padding-left: 0px;
}
.rd-navbar-static .rd-navbar-nav > li:last-child {
	padding-right: 0px;
}
.rd-navbar-static .rd-nav-item {
	display: inline-block;
	position: relative;
}
.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 0px;
}
.rd-navbar-static .rd-navbar-nav > li > a {
  display: inline-block;
  font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	background-color: #ffffff;
	position: relative;
	color: #333333;	
  padding: 0px;
  text-transform: uppercase;
	text-decoration: none;
}
.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-static .rd-navbar-nav > li.opened > a, .rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li > a:hover, .rd-navbar-static .rd-navbar-nav > li > a:hover, .rd-navbar-static .rd-navbar-nav > li.current-menu-parent > a, .rd-navbar-static .rd-navbar-nav > li.current-menu-item > a {
	color: #C59875;
	text-decoration: underline;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > a {
  font-size: 14px;
	line-height: 16px;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > a:hover {
  text-decoration: underline;
}
.rd-navbar-static .rd-nav-link {
    position: relative;
    display: inline-block;
    color: #ffffff;
    transition: .25s;
}
.rd-navbar-static .rd-navbar-submenu-toggle {
  margin-left: 0px;
	font-family: "Material Design Icons";
  font-size: 20px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.rd-navbar-static .rd-navbar-submenu-toggle::before {
	position: relative;
	transition: .22s;
	content: '\f236';
	color: #ffffff;
	display: none;
}
.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
	transform: rotate(180deg);
}
.rd-navbar-static .rd-navbar-dropdown {
    position: absolute;
    left: 0;
    width: 230px;
    background: #ffffff;
    z-index: 5;
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
	color: #C59875;
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
	margin-top: 0px;
}
.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 10px;
	margin-right: 6px;
}
.rd-navbar-static .rd-nav-item:last-child {
	margin-right: 0px;
}
.rd-navbar-static .rd-nav-item + .rd-nav-item.rd-navbar-submenu {
	margin-right: 0px;
}
.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	color: #C59875;
	transition: .25s;
}
.rd-navbar-static .rd-nav-link:hover {
	color: #C59875;
}
.rd-navbar-static .rd-nav-item.rd-navbar-submenu.focus > a {
}
.rd-navbar-static .rd-menu {
	position: absolute;
	z-index: 15;
	display: block;
	padding: 16px 27px;
	margin-top: 22px;
	margin-left: -27px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	box-shadow: 0px 3px 4px 0px rgba(29, 33, 36, 0.3);
	transform: translate3d(0, 30px, 0);
}
.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	width: 240px;
	background: #ffffff;
	z-index: 5;
	list-style: none;
	padding: 0px 0px;
	border-radius: 0px;
	margin: 0px 30px 0px 30px;	
}
.rd-navbar-static .rd-navbar-dropdown .rd-dropdown-item {
	list-style: none;
	padding: 0 20px;
	position: relative;
	margin: 0px;	
	display: block;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: 0px;
	left: 100%;
	z-index: 2;
	margin-top: 0px;
	margin-left: -1px;
	padding: 10px 0px 10px 0px;	
	transform: translate3d(30px, -1px, 0);
	box-shadow: 2px 3px 4px 0px rgba(29, 33, 36, 0.3);
	background-color: #ffffff;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
  top: 0px;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
	left: 0;
	width: 230px;
	line-height: 17px;	
	margin: 0px 0px 0px -20px;	
	padding: 10px 0px 10px 0px;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown.rd-navbar-dropdown-170 {
	width: 170px;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown.rd-navbar-dropdown-250 {
	width: 250px;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 15px;
	transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
	color: #333333;
}
.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link:hover, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link:hover {
	color: #C59875;
}
.rd-navbar-static .rd-navbar-dropdown li.focus {
	background-color: #f6f6f6;
}
.rd-navbar-static .rd-navbar-dropdown li.focus > a {
	background-color: transparent;
}
.rd-navbar-static .rd-dropdown-link {
	color: #333333;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #C59875;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
	line-height: 16px;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #f3f3f3;
	padding: 6px 0px 7px 0px;
}
.rd-navbar-static .rd-navbar-dropdown li:last-child > a,
.rd-navbar-static .rd-megamenu-list li:last-child > a {
	border-bottom: none;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-static .rd-navbar-dropdown li > a:active,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a:focus,
.rd-navbar-static .rd-megamenu-list li > a:active {
	color: #333333;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
	color: #C59875;
	text-decoration: underline;
	background: none;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a::before {
	transition: all .2s ease-in-out;
}
.rd-navbar--is-clone.rd-navbar-static .rd-navbar-main-element,
.rd-navbar--is-clone.rd-navbar-static .rd-navbar-nav,
.rd-navbar--is-clone.rd-navbar-static .rd-navbar-nav-wrap {
  width: auto;
}
.rd-navbar--is-clone.rd-navbar-static .rd-navbar-nav-wrap {
	padding: 0px 20px;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li {
  padding: 0px 15px 0px 15px;
	margin: 0;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  position: relative;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > a:hover,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li.focus > a {
  color: #C59875;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li.active > a, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li.opened > a, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li.focus > a, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > a:hover, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > a:hover, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li.current-menu-parent > a, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li.current-menu-item > a {
	color: #C59875;
	text-decoration: underline;
}
.phone-mobile-top {
	display: none;
}
.rd-navbar-panel2__phonesoc {
	display: flex;
}
.rd-navbar-panel2 .header__socials {
  margin-right: 40px;
}
.rd-navbar-panel2 .header__phone {
  margin-right: 20px;
}
.rd-navbar-panel3 {
	display: none;
}
/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed .rd-navbar-toggle {
	display: block;
	background: transparent;
	border: none;
	color: #333333;
	border-radius: 5px;
	outline: none;
	position: relative;
  top: auto;
  left: auto;
	right: auto;
	width: 38px;
  height: 30px;
}
.rd-navbar-fixed .rd-navbar-toggle span:after, 
.rd-navbar-fixed .rd-navbar-toggle span:before, 
.rd-navbar-fixed .rd-navbar-toggle span {
  width: 26px;
  height: 3px;
  border-radius: 6px;
}
.rd-navbar-fixed .rd-navbar-toggle span:after {
  top: 7px;
}
.rd-navbar-fixed .rd-navbar-toggle span:before {
  top: -7px;
}
.rd-navbar-fixed .rd-navbar-toggle.active span {
  background-color: #FFFFFF;
}
.rd-navbar-fixed .rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: 9px;
  width: 28px;
}
.rd-navbar-fixed .rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: -8px;
  width: 28px;
}
.rd-navbar-fixed .rd-navbar-toggle.active {
	outline: none;
}

.rd-navbar-fixed .rd-navbar-toggle span:after, .rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span {
    background-color: #333333;
}
.rd-navbar-fixed .rd-navbar-toggle.active span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	top: 0;
	margin-left: 6px;
	text-align: left;
	right: 0;
	left: 0;
	padding-left: 56px;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
}

.ios .rd-navbar-fixed .rd-navbar-brand, .ipad .rd-navbar-fixed .rd-navbar-brand {
	padding-left: 14px;
}
.rd-navbar-fixed .rd-navbar-brand .top-phones {
	float: right;
}
.rd-navbar-fixed .rd-navbar-brand .pm-header-logo-a {
	display: none;
}
.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 160px;
	max-height: 58px;
	width: auto;
	height: auto;
	display: none;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	right: auto;
	left: 0;
	top: 50px;
	bottom: 0px;
	color: #333333;
	background: transparent;
	border-left: 0px;
	z-index: 1079;
	width: 100%;
	padding: 0px 0 0px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 14px;
	transform: translateX(-110%);
}
.rd-navbar-fixed .rd-navbar-nav-wrap-wrap {
	background: #ffffff;
	padding-bottom: 20px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #C1A98F;
	border: none;
	border-radius: 5px;
	opacity: .2;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #f5ebe1;
	border: none;
	border-radius: 0;
}
.rd-navbar-fixed .rd-navbar-nav {
    margin: 0;
}
.rd-navbar-fixed .rd-navbar-panel2 {
  display: flex;
} 

.rd-navbar-fixed .rd-navbar-nav > li {
    margin: 0;
    padding: 0;
}
.rd-navbar-fixed .rd-navbar-nav li.active > a {
    color: #fff;
    background: #C1A98F;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle {
  width: 50px;
  height: 39px;
  text-align: center;
  color: #C1A98F;
  cursor: pointer;
	border-left: 1px solid #f3f3f3;
	display: none;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle:hover {
  color: #C1A98F;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle:before {
  content: '+';
	position: relative;
  display: inline-block;
  transition: .22s;
  text-align: center;
	transition: .22s;
	top: 49%;
}
.rd-navbar-fixed .opened > .rd-navbar-submenu-toggle:before {
	transform: rotate(45deg);
	top: 22%;
}
.rd-navbar-fixed .rd-navbar-nav:before, .rd-navbar-fixed .rd-navbar-nav:after {
	height: 0;
}
.rd-navbar-fixed .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-megamenu {
	margin: 0;	
	background: #fbfbfb;
	padding: 0;
}
.rd-navbar-fixed .rd-navbar-submenu > .rd-navbar-dropdown > .rd-navbar-submenu > .rd-navbar-submenu-toggle {
  height: 32px;
}
.rd-navbar-fixed .rd-navbar-submenu.opened .rd-navbar-submenu .rd-navbar-submenu-toggle:before {
	top: 49%;
}
.rd-navbar-fixed .rd-navbar-submenu.opened .rd-navbar-submenu.opened .rd-navbar-submenu-toggle:before {
	top: 13%;
}
.rd-navbar-fixed .rd-navbar-nav li > a {
  padding: 6px 36px 5px 16px;
	color: #333333;
	font-size: 14px;
  text-decoration: none;
  line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.rd-navbar-fixed .rd-navbar-nav li.opened > a, .rd-navbar-fixed .rd-navbar-nav li a:hover,
.rd-navbar-fixed .rd-navbar-nav li.opened > a, .rd-navbar-fixed .rd-navbar-nav li a.active {
  color: #C1A98F;
}
.rd-navbar-fixed .rd-navbar-submenu > .rd-navbar-dropdown > .rd-navbar-submenu > .rd-navbar-dropdown > li > a {
  font-weight: 400;
	font-size: 11px;
	padding-left: 45px;
}
.rd-navbar-fixed .rd-navbar-nav li li.rd-dropdown-item {
	margin: 0 10px 0 0;
  padding: 0;
}
.rd-navbar-fixed .rd-navbar-nav li li.rd-dropdown-item a {
	padding: 5px 10px 6px 25px;
	color: #333333;
	line-height: 13px;
	font-size: 14px;
	text-transform: none;
}
.rd-navbar-fixed .rd-navbar-nav li li.rd-dropdown-item a.active {
	color: #C1A98F;
}
.rd-navbar-fixed .logo.logo-mobile {
	display: block;
	padding: 20px 20px 10px 20px;
	text-align: center;
}
.logo.logo-mobile span {
	margin-top: 10px;
}
.rd-navbar-contacts {
	display: none;
	padding: 10px 15px 0px 15px;
}
.rd-navbar-contacts .phone.phones {
	line-height: 22px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.rd-navbar-contacts .phone.phones a {
  font-size: 18px;
  line-height: 27px;
	color: #C59875;
}
.rd-navbar-contacts-phones {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rd-navbar-contacts .socseti__wap img {
  display: inline-block;
  width: 38px;
  height: 38px;
}
.rd-navbar-contacts .address-mobile.address {
	margin-top: 10px;
}
.rd-navbar-contacts .address-mobile.address a {
	color: #C59875;
	font-size: 15px;
}
.header__cat__menu__searchblock.rd-navbar-nav-searchblock {
	display: none;
	padding: 10px 25px 0px 25px;
}
.rd-navbar-nav-wrap-wrap .menu-mobile-cap {
  display: none;
	color: #BDBDBD;
	margin-top: 10px;
	padding: 10px 25px 10px 25px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.rd-navbar-fixed .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-megamenu {
  display: block;
	background: none;
	margin-bottom: 10px;
}


@media (max-width: 1399.98px) {
	.rd-navbar-static .rd-navbar-nav > li > a {
		font-size: 12px;
	}
	.phones-soc {
		padding-left: 0;
		padding-right: 0;
	}
	.rd-navbar-static.rd-navbar--is-clone {
		display: none;
	}
	.header__wrap {
		grid-template-columns: 1fr 200px 1fr;
	}
	.header__address {
		margin-left: 20px;
	}
	.header__address .header__address__link a {
		border-bottom: none;
	}
	.header__phone {
		margin-right: 20px;
	}
	.header__phone a.navbar__phone__link {
		font-size: 16px;
	}
	.header__socials {
		margin-right: 20px;
	}
	.logo-static {
		height: 60px;
		width: 70px;
		line-height: 58px;
		margin: 0px 0px 0px 0px;
	}	
	.address-mob a {
		font-size: 13px;
	}
	.header__logo {
		justify-content: center;
	}	
	.header__wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }
	.header__logo__pic {
		display: none;
	}
	.header__logo__pic-mobile {
    display: flex;
    height: 40px;
  }
	.header__logo__pic-mobile__cap {
    line-height: 14px;
    font-size: 12px;
    font-weight: 300;
    padding-top: 6px;
    padding-left: 10px;
  }
}
@media (max-width: 1023.98px) {	
	.rd-navbar-fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: transparent;
		background-position: -100% 0;
		height: 50px;
		z-index: 1001;	
		padding-right: calc(var(--bs-gutter-x)* .5);
  	padding-left: calc(var(--bs-gutter-x)* .5);
	}
	.rd-navbar-fixed.scrolled,
	.rd-navbar-fixed.opened {
		background-color: #ffffff;
		background-position: 0 0;
		box-shadow: 0px 1px 7px 0px #e3e3e3;
	}
	.rd-navbar-panel2__phantom {
		width: 40px;
	}
	.rd-navbar-fixed.opened {
		transition: all .2s linear;
	}
	.topmenubg {
		height: auto;
	}
	.rd-navbar-wrap {
		border-top: none;
	}
	.rd-navbar-main {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 50px;
	}
	.rd-navbar-main-element {
		height: auto;
		width: auto;
	}
	.rd-navbar-panel {
		display: none;		
		position: absolute;
	}
	.logo-static {
		display: none;
		width: 0;
	}
	.rd-navbar-panel2 {
		margin-right: 5px;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		padding-left: 30px;
	}
	.rd-navbar-static.rd-navbar--is-clone .phone-static a.callbacklink {
		display: block;
	}
	.rd-navbar-panel2 .header__phone {
    display: none;
  }
	.logo-static {
		height: 60px;
		width: 70px;
		line-height: 58px;
		margin: 0px 0px 0px 0px;
	}	
	.address-mob a {
		font-size: 13px;
	}
	.header__logo {
		justify-content: center;
	}	
	.header__phonelinks {
		justify-content: center;
		margin-top: 15px;		
	}
	.header__phone {
    padding-top: 4px;
  }
	.header__phone a.navbar__phone__link {
    font-size: 18px;
  }
	.socseti-static {
		display: flex;
		align-items: center;
		height: auto;
		justify-content: flex-end;
		padding-top: 0px;
	}	
	.socseti-static .socseti-static__wap a {
    width: 26px;
    height: 26px;
  }
	.phone-static {		
		display: flex;
		align-items: flex-start;
		height: auto;
		justify-content: center;
		margin-left: 0px;
 		width: auto;
	}
	.phone-static.phones a {
		font-size: 13px;
		line-height: 16px;
		display: block;
	}
	.phone-static.phones a.callbacklink {
    padding-left: 24px;
		font-size: 12px;
    line-height: 16px;
		margin-top: 3px;
  }
	.rd-navbar-contacts {
		display: block;
	}
	.rd-navbar-panel3 {
		display: flex;
		justify-content: flex-end;
		margin-right: 0px;
		width: 38px;
	}
	.address-mob a {
		font-size: 16px;
	}
	.header__wrap__left {
		display: none;
	}
	.header__wrap .header__cart {
		display: none;
	}
	.header__wrap {
		display: flex;
		flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }
	.rd-navbar-panel2 {
		display: none;
		position: absolute;
		padding-left: 0px;
	}
	.phones-soc {
    display: block;
  }
	.phones-soc .phones {
    display: none;
  }
	.phone-static {
    width: 100%;
		height: auto;
		text-align: center;
		align-items: center;
  }
	.rd-navbar-panel {
		display: none;
	}
	.rd-navbar-panel2 .header__phone {
		display: none;
	}
	.rd-navbar-panel2 .header__socials {
		display: none;
	}
	.rd-navbar-panel2 {
    width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		padding-right: 22px;
  }
	.rd-navbar-fixed.scrolled .rd-navbar-panel2,
	.rd-navbar-fixed.opened .rd-navbar-panel2 {
    justify-content: space-between;
  }
	.rd-navbar-panel2__phonesoc {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.rd-navbar-fixed.scrolled .rd-navbar-panel2 .header__phone,
	.rd-navbar-fixed.opened .rd-navbar-panel2 .header__phone {
    display: block;
		margin-right: 15px;
		padding-top: 7px;
  }
	.rd-navbar-fixed.scrolled .rd-navbar-panel2 .header__phone a.navbar__phone__link,
	.rd-navbar-fixed.opened .rd-navbar-panel2 .header__phone a.navbar__phone__link {
		font-size: 16px;
		background-position: left 1px;
		background-size: 24px 24px;
		padding-left: 25px;
	}
	.rd-navbar-fixed.scrolled .rd-navbar-panel2 .header__socials,
	.rd-navbar-fixed.opened .rd-navbar-panel2 .header__socials {
    display: block;
		margin-right: 0px;
		margin-left: 5px;
  }
	.rd-navbar-fixed.scrolled .rd-navbar-panel2 .header__socials a.navbar__socials__soc img,
	.rd-navbar-fixed.opened .rd-navbar-panel2 .header__socials a.navbar__socials__soc img {
		width: 22px;
		height: 22px;
	}
	.header__cat__menu__searchblock.rd-navbar-nav-searchblock {
		display: block;
	}
	.rd-navbar-nav-wrap-wrap .menu-mobile-cap {
		display: block;
	}
}
@media (max-width: 767.98px) {
	.header__wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }
	.socseti-static .socseti-static__wap a {
		width: 26px;
		height: 26px;
	}
	.socseti-static a img {
		width: 26px;
		height: 26px;
	}
	.phones-sep {
		display: inline-block;
	}
	.rd-navbar-panel3 {
    width: auto;
  }
	.logo-static {
		height: 60px;
		width: 70px;
		line-height: 58px;
		margin: 0px 0px 0px 0px;
	}	
	.address-mob a {
		font-size: 13px;
	}
	.header__logo {
		justify-content: center;
	}	
	.header__logo__pic {
		display: none;
	}
	.header__logo__pic-mobile {
		display: flex;
		height: 40px;
	}
	.header__logo__pic-mobile img {
		height: 40px;
		width: auto;
	}	
	.header__logo__pic-mobile__cap {
		line-height: 14px;
		font-size: 12px;
		font-weight: 300;
		padding-top: 6px;
		padding-left: 10px;
	}
	.header__phonelinks {
		margin-top: 6px;
		margin-left: 3px;
		justify-content: center;
	}
	.header__phone {
    margin-right: 15px;
    padding-top: 8px;
	}
	.header__phone a.navbar__phone__link {
		font-size: 16px;
    background-position: left 1px;
    background-size: 24px 24px;
    padding-left: 25px;
  }	
	.header__socials {
    margin-right: 0px;
    margin-left: 5px;
	}
	.header__socials a.navbar__socials__soc img {
		width: 22px;
		height: 22px;
	}
	.walter-navbar {
		margin: 0;
		padding: 0;
	}
	.header__cart__link:hover {
		transform: none;
	}
	
}
@media (max-width: 374.98px) {	
	.phone-mobile-top a {
		background: none;
		padding-left: 0px;
	}
	.socseti-static .socseti-static__wap a {
		width: 22px;
		height: 22px;
	}
	.socseti-static a img {
		width: 22px;
		height: 22px;
	}
	.rd-navbar-fixed.scrolled .rd-navbar-panel2 .header__phone a.navbar__phone__link {
    font-size: 12px;
    background-position: left 3px;
    background-size: 18px 18px;
    padding-left: 20px;
  }
	.rd-navbar-fixed.scrolled .rd-navbar-panel2 .header__socials a.navbar__socials__soc img {
    width: 20px;
    height: 20px;
  }
	.phone-static.phones a {
		font-size: 12px;
	}
	.header__phone a.navbar__phone__link {
    padding-top: 4px;
  }
}
/* баннер */
.main-top {
	position: relative;
	padding-top: 10px;
}
.main-slider .swiper-slide {
  height: 500px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}
.swiper-slide__picture {
	width: 100%;
  position: absolute;
	z-index: 1;
	height: 100%;
	text-align: center;
}
.swiper-slide__picture img {	
  height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.swiper-slide__content {
	width: 100%;
  height: 100%;
	text-align: left;
	color: #ffffff;
	font-size: 22px;
}
.swiper-slide__content .container {
	padding-top: 30px;
	padding-bottom: 30px;
  height: 100%;
	display: flex;
	align-items: center;
}
.swiper-slide__item {
	display: inline-block;
}
.swiper-slide__content__cap-big {
	font-size: 60px;
	line-height: 64px;
	font-weight: 700;
}
.swiper-slide__content__text {
	font-size: 22px;
	margin-top: 20px;
}
.swiper-slide__content__text a {
	color: #C59875;
	text-decoration: none;
}
.swiper-slide__content__more {
	font-size: 22px;
	margin-top: 30px;
	font-weight: 700;
}
.swiper-slide__content__more a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 40px;
	background-image: url(../images/arrow-right-2.svg);
	background-color: transparent;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}
.swiper-slide__content__more a:hover {
	color: #C59875;
}
.swiper-button-prev, 
.swiper-button-next {
	display: inline-block;
	position: absolute;
	width: 55px;
	height: 61px;
	margin-top: 0;
	margin-left: 0;
	bottom: 30px;
	top: auto;
	left: auto;
	right: 40px;
	z-index: 30;
	-webkit-filter: brightness(100);
	filter: brightness(100);
}
.swiper-button-prev {
	background-image: url(../images/arrows_l.png);
	background-color: transparent;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;	
	right: 100px;
}
.swiper-button-next {
	background-image: url(../images/arrows_r.png);
	background-color: transparent;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
  content: '';
	display: none;
}
.swiper-button-prev:hover, 
.swiper-button-next:hover {
	-webkit-filter: brightness(1);
	filter: brightness(1);
}
@media (max-width: 1199.98px) {
	.swiper-slide__content__cap-big {
		font-size: 52px;
		line-height: 56px;
	}
}
@media (max-width: 991.98px) {
	.main-slider .swiper-slide {
		height: 400px;
		position: relative;
	}
	.swiper-slide__content {
		padding-bottom: 30px;
	}
	.swiper-slide__content__cap-big {
		font-size: 48px;
		line-height: 52px;
	}
	.swiper-button-prev, .swiper-button-next {
		display: inline-block;
		position: absolute;
		width: 40px;
		height: 42px;
		bottom: 20px;
		top: auto;
		left: auto;
		right: auto;
		z-index: 30;
		right: 50%;
		transform: translateX(-20%);
	}
	.swiper-button-next {
		right: 50%;
		transform: translateX(80%);
	}
}
@media (max-width: 767.98px) {
	.main-slider .swiper-slide {
		height: auto
	}
	.swiper-slide__content__cap-big {
		font-size: 30px;
		line-height: 34px;
	}
	.swiper-slide__content .container {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.swiper-slide__content__text {
		font-size: 20px;
		margin-top: 20px;
		line-height: 22px;
	}
	.swiper-slide__content__more {
		font-size: 20px;
		line-height: 22px;
		margin-top: 40px;
	}
	.swiper-slide__content__more a {
		padding-right: 30px;
	}
	.main-top {
		display: none;
	}
}
@media (max-width: 374.98px) {
	.swiper-slide__content__cap-big {
		font-size: 26px;
		line-height: 28px;
	}
}

.content {
	padding-top: 50px;
}
.content.main-content {
	text-align: center;
	text-wrap: balance;
}
.top-content-more-mobile {
	display: none;
	margin-bottom: 5px;
}
.top-content-more-mobile a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #C59875;
	color: #FFFFFF;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 9px 10px;
}
.top-content-more-mobile__icon {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-image: url(../images/cat-mobile__icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.top-content-more-mobile__cap {
	display: inline-block;
	padding-top: 2px;
}
.top-content-more-mobile__arrow {
	display: block;
	width: 23px;
	height: 21px;
	margin-left: 6px;
	background-image: url(../images/arrow-right.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}
.main-text {
	margin-bottom: 50px;
}
.main-catalog {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 40px;
}
.main-catalog-left-block {
	width: 39%;
}
.main-catalog-center-block {
	width: 39%;
}
.main-catalog-right-block {
	width: 19%;
}
.main-catalog__block {
	width: 100%;
	margin-bottom: 20px;
}
.main-catalog__block a {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	background-color: #F6F6F6;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-top: 74%;
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	background-position: center 30px;
	background-repeat: no-repeat;
}
.main-catalog__block a:hover {
	background-color: #F6F6F6;
	text-decoration: none;
	color: #C59875;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 4px;
}
.main-catalog__block.main-catalog__block-rightpic a {
	background-position: right top;
}
.main-catalog__block.main-catalog__block-big a {
	padding-top: 76%;
}
.main-catalog__block.main-catalog__block-wide a {
	padding-top: 35%;
}
.main-catalog__block.main-catalog__block-height a {
	padding-top: 138%;
}
.main-catalog__block.main-catalog__block-smaller a {
	padding-top: 70%;
}
.main-catalog__block-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.main-catalog__block-wrap .main-catalog__block {
	width: 48%;
}
@media (max-width: 1199.98px) {
	.main-catalog__block {
		margin-bottom: 15px;
	}
	.main-catalog__block a {
		background-size: 80%;
	}
	.main-catalog__block a {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 16px;
		font-size: 14px;
		padding-top: 81%;
	}
	.main-catalog__block.main-catalog__block-big a {
		padding-top: 76%;
		background-size: 91%;
	}
	.main-catalog__block.main-catalog__block-wide a {
		padding-top: 39%;
	}
	.main-catalog__block.main-catalog__block-height a {
		padding-top: 140%;
		background-size: 59%;
	}
}
@media (max-width: 991.98px) {
	.main-catalog {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.main-catalog-left-block {
		width: 49%;
	}
	.main-catalog-center-block {
		width: 49%;
	}
	.main-catalog-right-block {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.main-catalog-right-block .main-catalog__block {
		width: 49%;
	}
	.main-catalog-right-block .main-catalog__block.main-catalog__block-height a {
		padding-top: 64%;
    background-size: 34%;
	}
	.main-catalog-right-block .main-catalog__block.main-catalog__block-smaller a {
  padding-top: 71%;
}
}
@media (max-width: 767.98px) {
	.content {
		padding-top: 10px;
		font-size: 14px;
	}
	.top-content-more-mobile {
		display: flex;
	}
	.content h1.main-cap {
    display: none;
  }
	.main-text {
		display: none;
	}
	.main-catalog {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.main-catalog-left-block {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.main-catalog-center-block {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.main-catalog-right-block {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.main-catalog__block-wrap {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.main-catalog-right-block .main-catalog__block {
    width: 100%;
  }
	.main-catalog__block-wrap .main-catalog__block {
		width: 100%;
	}
	/*.main-catalog__block.main-catalog__block-big a {
    padding-top: 61%;
    background-size: 84%;
  }
	.main-catalog__block.main-catalog__block-big2 a {
    background-size: 75%;
  }
	.main-catalog-right-block .main-catalog__block.main-catalog__block-height a {
    padding-top: 74%;
    background-size: 30%;
		background-position: center 20px;
  }
	.main-catalog-right-block .main-catalog__block.main-catalog__block-smaller a {
    padding-top: 87%;
  }
	.main-catalog__block a {
    font-size: 13px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
	}
	.main-catalog__block.main-catalog__block-smaller a {
    font-size: 13px;
		padding-right: 10px;
	}*/
	.main-catalog__block {
		width: 100%;
		margin-bottom: 5px;
	}
	.main-catalog__block a,
	.main-catalog__block.main-catalog__block-big a,
	.main-catalog__block.main-catalog__block-wide a,
	.main-catalog-right-block .main-catalog__block.main-catalog__block-height a,
	.main-catalog-right-block .main-catalog__block.main-catalog__block-smaller a {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		font-size: 13px;
		font-weight: 600;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 13px;
		padding-bottom: 11px;
		background-position: right center;
  	background-size: contain;
	}
	.main-catalog__block a br {
		display: none;
	}
}

.our-works {
	background-color: #F6F6F6;
	text-align: left;
	margin-bottom: 50px;
	width: 100%;
	height: 312px;
	display: flex;
}
.our-works-wrap {
	width: 100%;
	padding-left: calc((100% - 1296px) / 2);
	display: flex;
}
.our-works .our-works__left {
	position: relative;
	width: 400px;
	height: 312px;
}
.our-works__left__wrap {
	position: absolute;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 400px;
	height: 312px;
	z-index: 10;
	background-color: #F6F6F6;
}
.our-works .h1 {
	text-align: left;
	margin-bottom: 20px;
}
.our-works__text {
	text-wrap: balance;
}
.our-works__right {
	width: 77%;
	height: 312px;
}
.our-works__right-wrap {
	overflow: hidden;
	width: 100%;
	height: 312px;
}
.works-slider {
	height: 312px;
	width: 100%;
	display: flex;
}
.our-works .swiper-wrapper {
	width: calc(100% - 400px);
}
.swiper-slide-work {
	width: 312px;
	height: 312px;
	min-width: 312px;
}
.swiper-slide-work a {
	display: block;
	width: 312px;
	height: 312px;
	min-width: 312px;
}
.swiper-slide-work img {
	display: block;
	object-fit: cover;
	object-position: center;
	min-width: 312px;
}
.swiper-button-prev.swiperw-button-prev, .swiper-button-next.swiperw-button-next {
  margin-top: 0;
  margin-left: 0;
  bottom: 30px;
  top: auto;
  left: 0px;
  right: auto;
	z-index: 40;
}
.swiper-button-next.swiperw-button-next {
  left: 60px;
}
.swiper-button-prev.swiperw-button-prev, .swiper-button-next.swiperw-button-next {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.swiper-button-prev.swiperw-button-prev:hover, .swiper-button-next.swiperw-button-next:hover {
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media (max-width: 1199.98px) {
	.our-works-wrap {
		padding-left: calc((100% - 940px) / 2);
	}
	.our-works .swiper-wrapper {
		width: calc(100% - 350px);
	}
	.our-works__left__wrap {
		width: 350px;
	}
	.our-works .our-works__left {
		width: 350px;
	}
}
@media (max-width: 991.98px) {
	.our-works {
		height: 240px;
	}
	.works-slider {
		height: 240px;
	}
	.our-works-wrap {
		padding-left: calc((100% - 700px) / 2);
	}
	.our-works .swiper-wrapper {
		width: calc(100% - 300px);
	}
	.our-works__left__wrap {
		width: 300px;
		height: 240px;
	}
	.our-works .our-works__left {
		width: 300px;
		height: 240px;
	}
	.swiper-slide-work {
		width: 240px;
		height: 240px;
		min-width: 240px;
	}
	.swiper-button-prev.swiperw-button-prev, .swiper-button-next.swiperw-button-next {
		left: 7px;
	}
	.swiper-button-next.swiperw-button-next {
		left: 7px;
	}
}
@media (max-width: 767.98px) {
	.our-works {
		display: none;
	}
}
.about {
	padding-bottom: 50px;
}
.about__h1 {
	background-image: url(../images/sepline.svg);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: left;
	padding-bottom: 30px;
	margin-top: 50px;
}
.about__text {
	padding-right: 30%;
}
.more-link {
	margin-top: 30px;
}
.more-link a {
	display: inline-block;
	text-decoration: none;
  padding-right: 40px;
  background-image: url(../images/arrow-right-2.svg);
  background-color: transparent;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
	font-weight: 700;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
@media (max-width: 1199.98px) {
	.about__text {
		padding-right: 0;
	}
}
@media (max-width: 991.98px) {
	.about__h1 {
		margin-top: 0px;
	}
}
@media (max-width: 767.98px) {
	.about {
		display: none;
	}
}

.advantages {
	margin-top: 50px;
	margin-bottom: 110px;
}
.advantages__block {
	width: 200px;
	height: 115px;
	background: #F4F4F4;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.advantages__block:before {
	content: "";
	position: absolute;
	top: -50px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 50px solid #F4F4F4;
}
.advantages__block:after {
	content: "";
	position: absolute;
	bottom: -50px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 50px solid #F4F4F4;
}
.advantages__cap {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 19px;
	margin-top: 14px;
}
@media (max-width: 991.98px) {
	.advantages__block {
		width: 150px;
		height: 97px;
	}
	.advantages__block:before {
		top: -35px; 
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
		border-bottom: 35px solid #F4F4F4;
	}
	.advantages__block:after {
		bottom: -35px; 
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
		border-top: 35px solid #F4F4F4;
	}
	.advantages__cap {
		font-size: 12px;
		line-height: 14px;
	}
}
@media (max-width: 767.98px) {
	.advantages {
		display: none;
	}
}

.na-zakaz {
	background-color: #332D2D;
	color: #FFFFFF;
}
.na-zakaz__h1 {
	background-image: url(../images/sepline.svg);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-top: 70px;	
	color: #FFFFFF;
}
.na-zakaz__pic {
	margin-top: 50px;
}
.na-zakaz__pic__mobile {
	display: none;
}
.na-zakaz__form {
	margin-top: 70px;
}
.na-zakaz__form__input {
	margin-bottom: 5px;
}
.na-zakaz__form__textarea {
	margin-top: 20px;
}
.na-zakaz__form__input input {
	color: #FFFFFF;
}
.na-zakaz__form__input textarea {
	color: #FFFFFF;
	margin-bottom: 5px;
	min-height: 120px;
}
.na-zakaz__form .sog {
	margin-top: 28px;
}
.na-zakaz__form .sog .checkbox {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
.na-zakaz__form .sog .checkbox__icon {
  width: 1.375em;
  height: 1.375em;
  flex-shrink: 0;
  overflow: visible;
}
.na-zakaz__form .sog .checkbox__label {
  margin-left: 10px;
	line-height: 110%;
	color: #7c7171;
}
.na-zakaz__form .sog .checkbox__label a {
	color: #8d6e57;
}
.na-zakaz__form .sog .checkbox__label a:hover {
	color: #c59875;
}
.na-zakaz__form__files {
	margin-bottom: 20px;
}
.na-zakaz__form__files .dropzone {
  width: 100%;
}
.na-zakaz__form__files .dropzone .dz-message {
  text-align: left;
  margin: 0;
	padding-left: 24px;
	background-image: url(../images/paper-clip.svg);
	background-position: left 4px;
	background-repeat: no-repeat;
} 
.info span.error {
  display: block;
  color: #cb2121;
	font-weight: 500;
  margin-bottom: 5px;
  border: 1px solid #cb2121;
  border-radius: 10px;
  padding: 5px 20px;
	width: 480px;
  max-width: 100%;
}
.info span.inf {
  display: block;
  font-size: 19px;
	font-weight: 600;
  line-height: 1.2;
  color: #53d923;
  margin-bottom: 5px;
  border: 2px solid #53d923;
  border-radius: 10px;
  padding: 5px 20px;
	width: 480px;
  max-width: 100%;
}

@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
	.na-zakaz__pic {
		display: none;
	}
	.na-zakaz__pic__mobile {
		display: block;
		margin-top: 30px;
	}
	.na-zakaz__form {
		margin-top: 30px;
	}
}
@media (max-width: 767.98px) {
	.na-zakaz {
		font-size: 14px;
	}
}
@media (max-width: 374.98px) {
	.na-zakaz__form__files .dropzone .dz-message {
		background-position: left 0px;
	}
	input[type="checkbox"]::before {
		margin-top: -3px;
	}
}

/* внутренние */
.content-in {
	border-top: 1px solid #C3C3C3;
	padding-top: 40px;
	padding-bottom: 60px;
	margin-top: 10px;
	font-size: 14px;
}
.top_breadcrumbs {
	font-size: 12px;
	color: #979797;
}
.top_breadcrumbs a {
	text-decoration: none;
}
.top_breadcrumbs a:hover {
	text-decoration: underline;
}
.left-menu {
	margin-top: 35px;
	margin-bottom: 40px;
}
.left-menu__cap {
	background-color: #F6F6F6;
	text-align: center;
	padding: 10px 0px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.left-menu__nav {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}
.left-menu__nav .rd-nav-item {
	margin-bottom: 20px;
}
.left-menu__nav .rd-nav-item::before {
	display: none;
}
.left-menu__nav .rd-navbar-dropdown {
	margin-bottom: 20px;
	margin-top: 2px;
}
.left-menu__nav a {
	display: inline-block;
	width: 100%;
}
.left-menu__nav .rd-nav-item a.rd-nav-link {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
.left-menu__nav li.rd-dropdown-item::before {
  font-size: 17px;
}
.left-menu__nav .rd-nav-item a.rd-dropdown-link {
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
.left-menu__nav .rd-nav-item a.rd-nav-link.active {
	color: #c59875;
	text-decoration: none;
	background-image: url(../images/polygon.svg);
	background-position: right 5px;
	background-repeat: no-repeat;
}
.left-menu__nav .rd-nav-item a.rd-nav-link:hover,
.left-menu__nav .rd-nav-item a.rd-dropdown-link:hover {
	color: #c59875;
	text-decoration: underline;
}
.left-menu__nav .rd-nav-item a.rd-dropdown-link.active {
	color: #c59875;
	text-decoration: underline;
}
.catalog {
	padding-top: 33px;
}
.catlist__block-wrap {
	position: relative;
  height: 100%;
}
.catlist__block {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
  padding: 20px 0px 0px 0px;
	height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
	transition: all 0.2s ease-in-out;
}
.catlist__block__pic {
  position: relative;
  display: block;
	width: 100%;
	padding: 0px 20px;
}
.product-item-image-wrapper {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding-top: 67%;
  width: 100%;
  transition: all 300ms ease;
}
.catlist__block__pic .product-item-image-original, 
.catlist__block__pic .product-item-image-alternative {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 100ms linear;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
  transition: all .1s;
}
.catlist__block__name {
  margin: 15px 30px 15px 30px;
}
.catlist__block__name a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  text-decoration: none;
  display: inline-block;
}
.catlist__block__name a:hover {
  color: #C59875;
  text-decoration: underline;
}
.product-item-info-container-title {
	font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: left;
	margin: 0px 30px;
  color: #666666;
}
.product-item-info-container-title.nalichie {
  color: #39A400;
}
.product-item-info-container-title.nonalichie {
  color: #a92222;
}
.product-item-info-container {
  clear: both;
  margin-bottom: 8px;
}
.catlist__block__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;	
	margin: 14px 30px 30px 30px;
  color: #333333;
}
.product-item-info-container-qnb {
	display: none;
  align-items: center;
  justify-content: center;
	width: 100%;
	transition: all 0.2s ease-in-out;
}
.product-item-info-container-props {
	font-size: 12px;
  line-height: 12px;
  font-weight: 400;
	margin: -3px 30px 0px 30px;
  color: #666666;
}
.product-item-info-container-props__pp {
	margin-bottom: 5px;
}
.catlist__block-wrap.hover .catlist__block {
	position: absolute;
  height: auto;
	border-color: #C59875;
	z-index: 5;
}
.catlist__block-wrap.hover .catlist__block .product-item-info-container-qnb {
  display: flex;
}

.product-item-info-container-q {
	width: 50%;
}
.product-item-info-container-btn {
	width: 50%;
}
.product-item-info-container-btn .btn {
	padding: 10px;
	width: 100%;
	height: 52px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}
.product-item-amount {
	background-color: #F5F5F5;
}
.product-item-amount-field-container {
	background-color: #F5F5F5;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-item-amount-field-block {
	width: 33%;
}
.product-item-amount-field {
	width: 100%;
	height: 52px;
	line-height: 52px;
	margin-bottom: 0;
	border: none;
	padding: 0;
	text-align: center;
	-moz-appearance: textfield;
}
.product-item-info-container-q .product-item-amount-field-btn-plus,
.product-item-info-container-q .product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	width: 33%;
	height: 52px;
	color: #000000;
	align-content: center;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}
.bx-retina .product-item-info-container-q .product-item-amount-field-btn-plus,
.bx-retina .product-item-info-container-q .product-item-amount-field-btn-minus { border-width: .5px; }
.product-item-info-container-q .product-item-amount-field-btn-plus:hover,
.product-item-info-container-q .product-item-amount-field-btn-minus:hover { background: #d7d7d7; }
.product-item-info-container-q .product-item-amount-field-btn-plus:after,
.product-item-info-container-q .product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	content: "";
	transition: opacity 300ms ease, background 300ms ease;
}
.product-item-info-container-q .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus,
.product-item-info-container-q .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus {
	cursor: default;
}
.product-item-info-container-q .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-info-container-q .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	cursor: default;
}
.product-item-info-container-q .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-info-container-q .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #d7d7d7; }
.product-item-info-container-q .product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	content: "";
	transition: opacity 300ms ease;
}
.product-item-info-container-q .product-item-amount-field-btn-plus:after {
	background: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Crect width='24' height='24' fill='none'%3E%3C/rect%3E%3Cpath d='M12 6V18' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M6 12H18' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center;
	background-size: 25px;
}
.product-item-info-container-q .product-item-amount-field-btn-minus:after {
	background: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Crect width='24' height='24' fill='none'%3E%3C/rect%3E%3Cpath d='M6 12H18' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center;
	background-size: 25px;
}
.product-item-info-container-q .product-item-amount-field-btn-plus:hover:after,
.product-item-info-container-q .product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.text {
	text-wrap: balance;
}
.delivery-services {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 60px;
}
.delivery-services__pic {
	margin: 0px 30px;
}
.payment-metod {
	background-color: #F6F6F6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 30px;
	height: 240px;
	margin-top: 30px;
}
.payment-metod__pic {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
.payment-metod__desc__cap {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 20px 0px 10px 0px;
}
.payment-metod__desc__text {
	text-align: center;
	font-size: 14px;
	text-wrap: balance;
}
.deliv-pay__text {
	margin-top: 30px;
}
.deliv-pay__text a {
	font-weight: 600;
}
.deliv-pay__cap {
	color: #C59875;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}

.cat-detail__pic {
	border: 1px solid #C3C3C3;
	box-shadow: 10px 10px 0px 0px #F6F6F6;
	min-height: 380px;
}
.cat-detail__block {
	padding-left: 70px;
	position: relative;
}
.cat-detail__block::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 3px;
	background-color: #C59875;
	top: 23px;
	left: 15px;
}
.cat-detail__block__price {
	font-weight: 700;
	font-size: 30px;
}
.cat-detail__block__nalichie {
	margin-top: 10px;
	color: #39A400;
	font-size: 12px;
}
.cat-detail__block__controls {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 380px;
}
.cat-detail__block__controls .product-item-info-container-q {
	margin-right: 20px;
}
.cat-detail__block__delivery {
	margin-top: 40px;
	font-size: 14px;
}
.cat-detail__block__delivery__cap {
	font-weight: 700;
	font-size: 16px;
}
.cat-detail__block__delivery__services {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cat-detail__block__delivery__pic {
	margin: 0px 10px;
}
.cat-detail__block__payment {
	margin-top: 30px;
	font-size: 14px;
}
.cat-detail__block__payment__cap {
	font-weight: 700;
	font-size: 16px;
}
.cat-detail__block__payment__services ul {
  padding-left: 0px;
	margin-left: 10px;
}
.cat-detail__block__payment__services ul li::before {
  font-size: 14px;
}
.cat-detail__block__weight__text {
	font-weight: 700;
	margin-top: 20px;
  font-size: 14px;
}
.srok-dostavki {
	background-color: #F6F6F6;
	background-image: url(../images/calendar.svg);
	background-position: 30px center;
	background-repeat: no-repeat;
  display: flex;
	flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 30px 20px 100px;
  margin-top: 30px;
  margin-bottom: 30px;
	font-weight: 600;
}
.srok-dostavki__left {
	margin-right: 50px;
}
.srok-dostavki__desc {
	margin-bottom: 50px;
}
.stoimost-dostavki {
	background-color: #F6F6F6;
  padding: 40px 50px 45px 50px;
	margin-top: 30px;
}
.stoimost-dostavki__cap {
	font-size: 20px;
	font-weight: 700;
	background-image: url(../images/truck.webp);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 70px;
	margin-bottom: 15px;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-width: 4px;
  border-color: var(--fancybox-accent-color, rgba(197, 152, 117, 0.96));
}
.grecaptcha-badge {
	display: none;
}
@media (max-width: 1199.98px) {
	.left-menu__nav .rd-nav-item a.rd-nav-link {
		font-size: 14px;
		font-weight: 600;
	}
	.left-menu__nav .rd-nav-item a.rd-dropdown-link {
		font-size: 15px;
		line-height: 15px;
	}
	.left-menu__nav li.rd-dropdown-item::before {
		font-size: 14px;
	}
	.catlist__block__name {
		margin: 15px 15px 15px 15px;
	}
	.product-item-info-container-title.nalichie {
		margin: 0px 15px;
	}
	.catlist__block__price {
		margin: 14px 15px 20px 15px;
	}
	.payment-metod {
		padding: 20px;
		height: 240px;
		margin-top: 30px;
	}
	.payment-metod__pic {
		max-height: 60px;
		width: 100%;
	}
	.payment-metod__pic img {
		max-height: 60px;
		width: auto;
	}
	.cat-detail__block {
		padding-left: 10px;
	}
	.cat-detail__block::before {
		display: none;
	}
	.cat-detail__pic {
		min-height: auto;
	}
}
@media (max-width: 991.98px) {
	.content-in {
		padding-top: 0px;
		margin-top: 0px;
		border: none;
	}	
	.cat-list-row .col-6 {
		min-height: 0px;
	}
	.payment-metod {
    height: 210px;
	}
	.payment-metod__desc__cap {
		font-size: 14px;
		line-height: 15px;
	}
	.payment-metod__desc__text {
		font-size: 13px;
		line-height: 14px;
	}
}
@media (max-width: 767.98px) {
	.content-in {
    margin-top: 5px;
		font-size: 13px;
  }
	.top_breadcrumbs {
		overflow-x: auto;
		background-color: #f7f7f7;
		padding: 2px 5px;
		white-space: nowrap;		
    margin-bottom: 20px;
	}
	.catalog {
		padding-top: 23px;
	}
	.left-menu-wrap {
		display: none;
	}
	.catlist__block {
		padding: 10px 0px 0px 0px;
	}
	.catlist__block__pic {
		padding: 0px 10px;
	}
	.catlist__block__name {
    margin: 10px 10px 10px 10px;
  }
	.product-item-info-container-title.nalichie {
    margin: 0px 10px;
  }
	.product-item-info-container-props {
		margin: -3px 10px 15px 10px;
	}
	.catlist__block__name a {
		font-size: 14px;
		line-height: 16px;
    display: inline-block;
	}
	.catlist__block__price {
    margin: 5px 10px 15px 10px;
		font-size: 17px;
  	line-height: 18px;
		font-weight: 600;
  }
	.catlist__block .product-item-info-container-qnb {
		display: flex;
	}
	.catlist__block .product-item-amount-field-container {
		height: 36px;
	}
	.catlist__block .product-item-amount-field {
		font-size: 12px;
		height: 36px;
		line-height: 36px;
	}
	.catlist__block .product-item-info-container-q .product-item-amount-field-btn-plus, .product-item-info-container-q .product-item-amount-field-btn-minus {
		height: 36px;
	}
	.catlist__block .cat-detail__block__controls .product-item-info-container-q .product-item-amount-field-btn-plus, .product-item-info-container-q .product-item-amount-field-btn-minus {
		height: 100%;
	}
	.catlist__block .product-item-info-container-q .product-item-amount-field-btn-minus:after {
		background-size: 16px;
	}
	.catlist__block .product-item-info-container-q .product-item-amount-field-btn-plus:after {
		background-size: 16px;
	}
	.catlist__block .product-item-info-container-btn .btn {
		padding: 2px;
		height: 36px;
		font-size: 11px;
		line-height: 11px;
		font-weight: 600;
	}
	.delivery-services__pic {
		margin: 0px 5px;
	}
	.payment-metod {
    height: auto;
		margin-top: 10px;
    min-height: 170px;
  }
	.payment-metod__pic {
    max-height: 40px;
  }
	.payment-metod__pic img {
    max-height: 40px;
  }
	.payment-metod__desc__cap {
    font-size: 11px;
    line-height: 12px;
  }
	.payment-metod__desc__text {
    font-size: 11px;
    line-height: 12px;
  }
	.deliv-pay__cap {
		font-size: 17px;
    line-height: 19px;
		margin-top: 17px;
		display: inline-block;
	}
	.cat-detail__block {
    padding-left: 0px;
  }
	.cat-detail__block__controls {
		max-width: none;
	}
	.cat-detail__block__weight__text {
		font-weight: 600;
	}
	.srok-dostavki {
		padding: 20px 30px 20px 85px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.srok-dostavki__desc {
		margin-bottom: 0px;
	}
	.stoimost-dostavki {
		background-color: #F6F6F6;
		padding: 30px 20px 25px 30px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width: 374.98px) {
  .product-item-info-container-btn .btn {
    padding: 1px;
    font-size: 10px;
  }
}



@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {

}
@media (max-width: 767.98px) {

}
@media (max-width: 374.98px) {

}


/* footer */
.walter-footer {
	padding: 60px 0px 0px 0px;
	background-color: #FFFFFF;
}
.walter-footer.walter-footer-in {
	border-top: 1px solid #DBDBDB;
}
.walter-footer__logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.walter-footer__logo__pic {
	margin-bottom: 30px;
}

.walter-footer__address-wrap {
	display: flex;
	justify-content: center;
}
.walter-footer__phonelinks-wrap {
	display: flex;
	justify-content: center;
}
.walter-footer__address.header__address {
  margin-left: 0px;
}
.walter-footer__phonelinks {
	margin-top: 20px;
	margin-left: 10px;
}
.walter-footer__phonelinks .header__socials {
	margin-top: 20px;
}
.walter-footer__menu-cap {
	padding-left: 50px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #979797;
	margin-bottom: 15px;
}
.walter-footer__nav-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-left: 50px;
}
.walter-footer__nav {
	font-size: 16px;
	padding-left: 0;
	margin-left: 0;
}
.walter-footer__nav .rd-nav-item {
	margin-bottom: 15px;
}
.walter-footer__nav .rd-nav-link {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.walter-footer__nav .rd-dropdown-link {
	font-size: 14px;
	color: #8A8A8A;
	text-decoration: none;
}
.walter-footer__nav .rd-nav-link:hover,
.walter-footer__nav .rd-dropdown-link:hover {
	color: #c59875;
	text-decoration: underline;
}
.walter-footer__nav .rd-dropdown-link::before {
  content: '\2022';
  padding-right: 6px;
  display: inline-block;
}
.walter-footer__nav .rd-navbar-dropdown {
	margin-left: 5px;
	margin-bottom: 20px;
}
.walter-footer__nav2-wrap {
	margin-top: 10px;
	padding-left: 50px;
}
.walter-footer__nav2-wrap .rd-navbar-nav {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-left: 0;
	padding-left: 0;
}
.walter-footer__nav2-wrap .rd-navbar-nav a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #979797;
	text-decoration: none;
}
.walter-footer__nav2-wrap .rd-navbar-nav a:hover {
	color: #c59875;
	text-decoration: underline;
}
.walter-footer__copy {
	font-size: 14px;
	margin-top: 20px;
	border-top: 1px solid #DBDBDB;
	padding: 25px 0px;
	margin-top: 40px;
	text-align: center;
}

.btn.totop-btn,
.btn:focus.totop-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 180;
	display: none;
	padding: 10px 12px;
}
.btn.totop-btn img,
.btn:focus.totop-btn img {
	filter: brightness(100);
	transform: rotate(-90deg);
}
.btn.totop-btn:hover img,
.btn:focus.totop-btn:hover img {
	filter: brightness(1);
}

@media (max-width: 1199.98px) {
	.walter-footer__address.header__address {
		margin-left: 0px;
	}
	.walter-footer__phonelinks {
		margin-left: 0px;
	}
	.walter-footer__menu-cap,
	.walter-footer__nav-wrap,
	.walter-footer__nav2-wrap {
		padding-left: 0px;
	}
}
@media (max-width: 991.98px) {
	.walter-footer__menu-cap {
		font-size: 14px;
	}
	.walter-footer__nav .rd-nav-link {
		font-size: 14px;
		line-height: 110%;
	}
	.walter-footer__nav2-wrap .rd-navbar-nav {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.walter-footer__nav2-wrap .rd-navbar-nav li {
		margin-right: 20px;
	}
	.walter-footer__nav2-wrap .rd-navbar-nav a {
		font-size: 14px;
		font-weight: 700;
	}
}
@media (max-width: 767.98px) {
	.walter-footer__logo {
		justify-content: center;
	}
	.walter-footer__phonelinks {
		display: flex;
	}
	.walter-footer__phonelinks .header__socials {
		margin-top: 5px;
	}
	.walter-footer__menu-cap {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.walter-footer__menu-top {
		float: left;
		width: 52%;
	}
	.walter-footer__nav-wrap {
		flex-direction: column;
	}
	.walter-footer__nav {
		font-size: 16px;
		padding-left: 0;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.walter-footer__nav .rd-nav-item {
		margin-bottom: 0px;
	}
	.walter-footer__nav2-wrap {
		float: left;
		width: 48%;
		padding-left: 20px;
		margin-top: 20px;
  }
	.walter-footer__nav .rd-navbar-dropdown {
		display: none;
	}
	.walter-footer__copy {
		font-size: 12px;
		padding: 18px 0px;
	}
	.btn.totop-btn,
	.btn:focus.totop-btn {
		right: 4px;
		bottom: 4px;
		border-radius: 8px;
		padding: 4px 8px 5px 8px;
	}
	.btn.totop-btn img {
		width: 18px;
		height: 18px;
	}
}
@media (max-width: 374.98px) {
	.walter-footer__phonelinks .header__socials {
    margin-top: 9px;
  }
	.walter-footer__menu-cap {
    margin-bottom: 8px;
  }
	.walter-footer__nav2-wrap .rd-navbar-nav li {
		margin-bottom: 10px;
  }
	.walter-footer__nav2-wrap .rd-navbar-nav a {
    font-size: 12px;
  }
	.walter-footer__nav .rd-nav-item {
		margin-bottom: 10px;
  }
	.walter-footer__nav .rd-nav-link {
    font-size: 12px;
    line-height: 120%;
  }
	.btn.totop-btn,
	.btn:focus.totop-btn {
		right: 4px;
		bottom: 4px;
		border-radius: 8px;
		padding: 2px 8px 3px 8px;
	}
	.btn.totop-btn img {
		width: 14px;
		height: 14px;
	}
}

.dropzone,.dropzone * {
  box-sizing: border-box
}

.dropzone.dz-clickable {
  cursor: pointer
}

.dropzone.dz-clickable * {
  cursor: default
}

.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message * {
  cursor: pointer
}

.dropzone.dz-started {
  padding: 14px 14px;
  border: 2px dashed #c59875;
	width: 480px;
  max-width: 100%;
	position: relative;
}
.dropzone.dz-started::after {
  content: "Кликните по этой области, чтобы прикрепить ещё";
	position: absolute;
	top: 0px;
	right: 3px;
	display: inline-block;
	font-size: 12px;
	color: #8d6e57;
}

.dropzone.dz-started .dz-message {
  display: none
}

.dropzone.dz-drag-hover {
  border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
  opacity: .5
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0
}

.dropzone .dz-message .dz-button {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  min-height: 100px;
	border: 1px solid #C59875;
}

.dropzone .dz-preview:hover {
  z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom,#eee,#ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0,0,0,.9);
  line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200,200,200,.8);
  background-color: rgba(255,255,255,.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255,255,255,.4);
  padding: 0 .4em;
  border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10
}

.dropzone .dz-preview .dz-image img {
  display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
  -moz-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
  -ms-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
  -o-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
  animation: passing-through 3s cubic-bezier(.77,0,.175,1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
  -moz-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
  -ms-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
  -o-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
  animation: slide-in 3s cubic-bezier(.77,0,.175,1)
}

.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 54px;
  height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity .4s ease-in;
  -moz-transition: opacity .4s ease-in;
  -ms-transition: opacity .4s ease-in;
  -o-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
  opacity: 0;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255,255,255,.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom,#666,#444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -ms-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom,#be2626,#a92222);
  padding: .5em 1.2em;
  color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626
}

.modal-footer {
  justify-content: space-between;
}
.text-center {
	text-align: center;
}
.bigger1 {
	font-size: 125%;
	font-weight: 500;
}
.bigger {
	font-size: 150%;
	font-weight: 500;
}