

/* Start:/local/templates/main/components/bitrix/sale.basket.basket.line/basket_line/style.css?17631275504754*/
.bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 25px;
	white-space: nowrap;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(/local/templates/main/components/bitrix/sale.basket.basket.line/basket_line/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/local/templates/main/components/bitrix/sale.basket.basket.line/basket_line/images/cart.svg); }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }


.mainwrapper * {

	color: #000;
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/.default/style.css?1763127550623*/
.bx-breadcrumb {
	margin: 20px 0;
	display:flex;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	/*float: left;*/
	/*margin-bottom: 10px;*/
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
	display:flex;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/components/mycomp/main.feedback/templates/reg_for_lesson/style.css?17631275491488*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}


.validate_message{
    box-sizing: content-box;
    padding: 20px 0px 0px 50px;
}
.ok-message {
    margin: 0;
    /* background: yellow; */
    position: absolute;
    top: 30%;
    left: 50%;
    margin-right: -26%;
    transform: translate(-50%, -50%);
}

.forminput{
    outline: none;
    border: 1px solid #C4C4C4;
    width: 180px;
    line-height: 1;
    font-size: 14px;
    color: #000;
    padding: 12px 10px
}
.online_sign input[type=checkbox]{
    display: none;
}

textarea{
    border: 1px solid #C4C4C4;
    margin-bottom: 20px;
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
    outline: none
}
textarea:focus{
    border: 1px solid #000;
}

.record_submit {
    background: #5D1C41;
    border: 1px solid #5D1C41;
    border-radius: 3px;
    margin-top: 10px;
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
}

label.main-user-consent-request {
    display: block;
}

label.main-user-consent-request input[type="checkbox"] {
    display: initial!important;
    -webkit-appearance: checkbox!important;
}
#myModal {
    height: 270px!important;
}

/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17216492204354*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */


/* Start:/local/templates/main/demo.css?17631275501652*/
﻿@charset "utf-8";
/* CSS Document */

html,body
{
	margin:0;
	padding:0;
	background:url(/local/templates/main/images/bg.gif);
	 font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}
.page
{
	max-width:95%;
	width:960px;
	margin:0 auto;
}
.demowrap
{
	padding-top:65.5%;
	border: 4px solid #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	display:block;
	position: relative;
	overflow: hidden;
}
.demowrap img
{
	width:auto;
	height: 100%;
	position:absolute;
	top:0;
	left: 50%;
	transform:translate(-50%, 0);
}
.left
{
	width:40%;
	float:left;
}
.right
{
	width:55%;
	float:right;
	color:#333;
	text-shadow:1px 1px 0 #fff;
}
h1{
	color: #555;
	font-size:36px;
	line-height:36px;
	padding:20px 10px;
	border-bottom:1px #999 dashed;
	text-shadow:2px 1px 1px #fff;
	margin:20px 0;
}
h1 span
{
	font-size:15px;
	font-weight:normal;
	padding-left:20px;
}
h3
{
	margin:5px 0;
	padding:8px 0;
	border-bottom:1px solid #ddd;
}
h3 span
{
	color:#F30;
	font-weight:normal;
	font-size:14px;
	padding-left:10px;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.info
{
	text-indent:1em;
}
.box
{
	margin-bottom:40px;
}

h2
{
	border-bottom:1px solid #aaa;
	padding:10px 0;
}

#option ul
{
	list-style:square;
	line-height:2em;
}
#option b
{
	color:#333;
	padding:0 5px;
	text-shadow:1px 1px 0 #fff;
	
}
#option i
{
	color:#F30;
	margin-left:5px;
}
/* End */


/* Start:/local/templates/main/es-cus.css?17631275503917*/
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Elastislide Style */

.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
	
}

.elastislide-wrapper {
	position: relative;
	/*background-color: #fff;*/
	margin: 0 auto;
	min-height: 40px;
	/*box-shadow: 1px 1px 3px rgba(0,0,0,0.2);*/
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(/local/img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	padding:4px 0;
}

.elastislide-vertical {
	padding: 36px 4px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
	font-size:0pt;
	max-height: none !important;
}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
	
}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
	padding:3px;
	max-height: none !important;
	max-width: none !important;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	padding-top:63.9%;
	width: 100%;
	height: 0;
	display:block;
	outline:none;
	border:4px solid #fff;
	-webkit-transition:border-color .2s ease-in , background-color .2s ease-in;
	-moz-transition:border-color .2s ease-in , background-color .2s ease-in;
	-o-transition:border-color .2s ease-in , background-color .2s ease-in;
	-ms-transition:border-color .2s ease-in , background-color .2s ease-in;
	transition:border-color .2s ease-in , background-color .2s ease-in;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	position:relative;
	overflow: hidden;
	box-sizing:border-box;
}

.elastislide-carousel ul li a img {
	display: block;
	width: 100%;
	/*border:4px solid #fff;*/
	border:none;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.elastislide-carousel ul li a:hover {
	
}
.elastislide-carousel ul li.active a
{
	border:4px solid #ba8967;
}

/* Navigation Arrows */
.elastislide-horizontal nav span {
	position:absolute;	
  background: rgba(0,0,0,0.8);
	  width: 36px;
	  height: 36px;
	cursor:pointer;
	background-position: -8px center;
	background-repeat:no-repeat;
	border-radius: 50%;
	font-size: 0;
	
}
.elastislide-horizontal nav span {
	top: 50%;
	left: 10px;
	margin-top: -16px;
}
.elastislide-horizontal nav span:hover {
	background: rgba(0,0,0,0.5);
}
.elastislide-horizontal nav span:before {
  content: '';
  margin-top: -7px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  border-top: 2px solid #fff;
}
.elastislide-horizontal nav span.elastislide-next {
	right: 10px;
	left: auto;
	background-position:-128px center;
}
.elastislide-horizontal nav span.elastislide-next:before {
  margin-right: -4px;
  right: 50%;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);	
}
.elastislide-horizontal nav span:hover {
	background-position:-48px center;
}
.elastislide-horizontal nav span.elastislide-next:hover {
	background-position:-88px center;
}
.elastislide-horizontal nav span.elastislide-prev:before {
	  margin-left: -4px;
  left: 50%;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* End */


/* Start:/local/templates/main/css/magnific-popup.css?17631275507213*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/main/css/fed_custom.css?1763127550883*/
/* .popup300 {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.popup300 .mfp-content {
    max-width: 295px;
}

.popup-report {
    background-color: #fafafa;
   padding: 19px 9px;
   border-radius: 4px;
   text-align: center;
}
.js-popup-report {
   text-align: center;
   padding-top: 5px;
   display: block;
   color: #919191;
   font-size: 14px;
}

.sales-info {
    padding-bottom: 15%;
}


/* .popup-report {
    background-color: #fafafa;
    width: 298px;
    height: 235px;
    padding: 19px 9px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    text-align: center;
}
.js-popup-report {
    text-align: center;
    padding-top: 5px;
    display: block;
    color: #919191;
    font-size: 14px;
} */

/* End */


/* Start:/local/templates/main/styles.css?176312755018113*/
.header__logo a, .hidden-nav .hidden-nav__logo a {
    color: inherit;
}
.header .header__logo { 
    position: relative;
    z-index: 20; 
}

.main-video {
	padding-top: 56.5%;
}
.main-video iframe {
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

.video-pane-over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 1;
	color: #fff;
}
.video-pane-btn {
	margin: -40px 0 0 -40px;
	width:80px;
	height:80px;
	position:absolute;
	top:50%;
	left: 50%;
	font-size: 64px;
	background:#fff;
	border-radius: 50%;
}
.video-pane-btn:before {
	content: '';
	margin: -11px 0 0 -7px;
	width: 0;
	height:0;
	position: absolute;
	top: 50%;
	left:50%;
	border-left:20px solid #000;
	border-top:13px solid transparent;
	border-bottom:13px solid transparent;
}


.product-details dt {
	display: flex !important;
	align-items: flex-end;
}



/* Slider */
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-list .slick-track,
.slick-list .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
  float: left;
}
.slider-for__image a {
	padding-top: 66.5%;
	display: block;
	position: relative;
}

.slider-for__image img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height:auto;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}

.slick-slide img {
	
  display: block;
}

.slick-slide .slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  height: auto;
  display: block;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  height: 10px;
  position: absolute;
  right: 70px;
  bottom: 30px;
}
.slick-dots li {
  margin-left: 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  background: #025489;
}
.slick-dots button {
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  text-indent: -30px;
}
.slick-arrow {
  margin-top: -18px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  border: 0;
  background: rgba(0,0,0,0.8);
  border-radius: 50%;
  cursor: pointer;
}

.slick-arrow:hover {
  background: rgba(0,0,0,0.5);
}
.slick-arrow:before {
  content: '';
  margin-top: -7px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  border-top: 2px solid #fff;
}
.slick-next {
  right: 5px;
}
.slick-next:before {
  margin-right: -4px;
  right: 50%;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-prev {
  left: 5px;
}
.slick-prev:before {
  margin-left: -4px;
  left: 50%;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slider-for {
	margin-bottom:10px;
}
.slider-nav .slider-nav-image {
	margin: 0 5px;
	box-sizing: border-box;
	border: 1px solid transparent;
	overflow: hidden;
}
.slider-image-wrap {
	padding-top: 60%;
	position: relative;
}
.slider-nav .slider-nav-image img {
	position: absolute;
	top:50%;
	left: 0;
	transform: translate(0, -50%);
}
.slider-nav .slick-current {
	border: 1px solid #cc0000;
}





.news-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.news-item {
	margin: 0 3% 3% 0;
	max-width: 340px;
	width: 30%;
}
.news-list-img {
	margin-bottom: 16px;
	padding-top:63.53%;
	position: relative;
}
.news-list-img a,
.news-list-img span {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	text-decoration: none;
	overflow:hidden;
}
.news-list-img img {
	width: 100%;
	display: block;
}
.news-list-title {
	margin-bottom: 8px;
	font-size: 22px;
}
.news-list-title a {
	color: #000;
}
.news-list-prevtext {
	line-height: 24px;
	font-size:15px;
	color: #595959;
}



/*pagination*/
.modern-page-navigation {
	width:100%;
	text-align: center;
}
.modern-page-navigation a,
.modern-page-navigation span {
	padding: 0 !important;
	width:27px;
	display:inline-block;
	vertical-align: top;
	line-height:28px;
	font-size: 18px;
	color:#ba8967;
	border:0 !important;	
}
.modern-page-navigation span.modern-page-current {
	color:#8c8c8c;
	font-weight:normal;
}
.modern-page-navigation a.modern-page-previous,
.modern-page-navigation a.modern-page-next {
	width:37px;
	overflow: hidden;
	text-indent: -999px;
	box-shadow: 0 0 0 1px #dcc4b3 inset;
	border-radius: 5px;
	position:relative;
}
.modern-page-navigation a.modern-page-previous:before,
.modern-page-navigation a.modern-page-next:before {
	content: '';
	margin: -1px 0 0 -5px;
	width:10px;
	height:2px;
	position: absolute;
	top:50%;
	left:50%;
	background: #dcc4b3;
}
.modern-page-navigation a.modern-page-previous:after {
	content: '';
	margin: -3px 0 0 -5px;
	width:4px;
	height:4px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 2px solid #dcc4b3;	
	border-left: 2px solid #dcc4b3;
	transform: rotate(-45deg);
}

.modern-page-navigation a.modern-page-next:after {
	content: '';
	margin: -3px -5px 0 0;
	width:4px;
	height:4px;
	position: absolute;
	top: 50%;
	right: 50%;
	border-top: 2px solid #dcc4b3;	
	border-right: 2px solid #dcc4b3;
	transform: rotate(45deg);
}


.news-page-wrap,
.back_btn {
	width: 100%;
}
.back_btn { 
	margin-bottom: 30px;
}
.back_btn a {
	padding: 0 20px 0 30px;
	display: inline-block;
	vertical-align: top;
	line-height: 27px;
	font-size: 14px;
	color: #aa8266;
	text-decoration: none;
	box-shadow: 0 0 0 1px #dcc4b3 inset;
	border-radius: 5px;
	position: relative;
}

.back_btn a:hover {
	opacity: .7;
}

.back_btn a:before {
	content: '';
	margin: -1px 0 0 0;
	width:10px;
	height:1px;
	position: absolute;
	top:50%;
	left:12px;
	background: #aa8266;
}
.back_btn a:after {
	content: '';
	margin: -3px 0 0 0;
	width:4px;
	height:4px;
	position: absolute;
	top: 50%;
	left: 12px;
	border-top: 1px solid #aa8266;	
	border-left: 1px solid #aa8266;
	transform: rotate(-45deg);
}
.news-page {
	width:100%;
	display: flex;
	justify-content: space-between;
}
.news-detail ul {
	margin-left: 40px;
	list-style: disc outside;
}
.news-detail {
	max-width: 740px;
	width: 100%;
	line-height: 28px;
	font-size: 15px;
	font-weight: 300;	
}
.news-detail img {
	margin-bottom: 20px;
	max-width: 100%;
	/*width: auto;*/
	display: block;
}
.news-detail h2 {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 300;
}
.news-detail h3 {
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 300;
}
.news-detail h4 {
	font-size: 18px;
	font-weight: 300;
}
.news-detail p {
	margin-bottom: 20px;
	font-weight: 300;
}
.news-detail span {
	margin-top: -20px;
	margin-bottom: 20px;
	display: block;
	font-size: 13px;
	color:#848484;
	font-weight: 300;
}


.news-detail-right {
	margin-left:30px;
	width: 340px;
}
.mod-news {
	width: 100%;
}
.mod-news-title {
	margin-bottom: 16px;
	font-size: 26px;
}
.mod-news-list {
	width: 100%;
}
.mod-news-item {
	margin-bottom: 50px;
}
.mod-news-img {
	margin-bottom: 20px;
}
.mod-news-text {
	width: 100%;
	font-size:15px;
	line-height: 24px;
	color: #595959;
}
.mod-news-item-title {
	margin-bottom: 10px;
	font-size: 22px;
	color: #000;
}


.check-box {
	margin-right:10px;
	width: 175px;
	display: inline-block !important;
	vertical-align: top;
}

.check-box .check-box__text:before {
	top:9px !important;
}



/*error*/

.buy__maxw,
.form-block__form {
	position: relative;
}
.error-field,
.error_field input
{
	border-color: #e14546 !important;
	color: #e14546 !important;
}

.error_field + .errortext {
	margin-top: -15px;
	margin-bottom: 15px;
	color:#e14546;
	font-size: 12px;
	text-align: left;
}

.error {
	display: none !important;
}
.error-block .error {
	width:150px;
	display: block;
	color:#e14546;
	font-size: 12px;
	position: absolute;
	top:13px;
	right:-165px;
	text-align: left;
}

.form--error .form-block__caption {
	color:#e14546;
}

.form--error .form-block__field {
	border:1px solid #e14546 !important;
}

.reserve {
	text-align: center;
	justify-content:center;
	font-size: 20px;
}
.reserve__text {
	text-align: left;
	color: #000;
}


.filter__reset {
	position: absolute;
	top: 13px;
	right:10px;
	display: none;
}
.filter__block .filter__reset {
	position: static;
	display: block;
}
.sort .sort__hidden {
	border: 1px solid #c5c5c5 !important;
}
.sort .sort__hidden:before {
	    border-bottom: 10px solid #c5c5c5 !important;
}

.modal-window .buy {
	text-align: center;
	font-size: 16px;	
    justify-content: center;
	color: green;
}

.overflow {
	overflow: hidden;   
	overflow-y: scroll;
	position: fixed;
	width: 100%;
}

.product-block {
	padding: 0 15px 29px !important;
	position: relative;
}
.es-product-old-price {
	padding: 0 15px 60px !important;
}
.product-block__price,
.es-price-wrap {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.es-price-wrap .product-block__price {
	position: static;
}
.text-format {
	padding-bottom: 20px;
}




.buy__title,
.buy__info {
	text-align: left;
	color: #000;
}
.buy .buy__form {
	padding-left:8% !important;	
	max-width: 230px;
	width: 40.350877% !important;
	box-sizing: content-box;
}



#buy,
#offer{
	max-width: 630px !important;
}
.buy__image {
	max-width: 290px;
	width: 50.8771929% !important;
}
.buy__image img {
	display: block;
}
.modal-window .buy {
	color: #000;
	justify-content: space-between !important;
}
.modal-window .buy .es-buy-ok {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
}


.lb-dataContainer {
	display: none  !important;
}


.search-res__img {
	width: 240px;
	flex-shrink: 0;
}

.search-res__title {
	margin-bottom: 10px;
}








@media (max-width: 800px) {
	.news-item {
		width: 47%;
	}
	
	
	.news-page {
		flex-direction: column;
	}
	.news-detail-right {
		margin-top: 40px;
		margin-left: 0;
		width: 100%;
	}
	
	.hidden-nav_active {
		width: 55% !important;
	}
	
	.lb-next,
	.lb-prev {
		opacity:1 !important;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	.filter__reset--desk {
		display: none;
	}
	
}

@media (max-width: 700px) {
	.error-block .error {
		display: none !important;
	}
}



@media (max-width: 540px) {
	.buy .buy__image,
	.buy .buy__form {
		width: 100% !important;
		max-width: 100%;
	}
}



@media (max-width: 520px) {
	.news-item {
		margin-right: 0;
		margin-bottom:30px;
		width: 100%;
		max-width:100%;
	}
	.news-list-img {
		padding: 0;
	}
	.news-list-img a {
		position: static;
	}
	
	.search-res__header form {	
		flex-direction: column;
	}
	.search-res__field {
		margin: 0 0 10px 0;
	}
	
	
}



@media (max-width: 449px) {
	.hidden-nav_active {
		width: 100% !important;
	}	
}

@media (max-width: 440px) {
	.check-box {
		width: 100%;
	}
	
	.filter .filter__open {
		text-align: left !important;
	}
}
.footer-nav .footer-nav__title {
	cursor: pointer;
}
.window_modal_city {
	position:absolute;
	display:none;
	width:40%;
	height:120px;
	background: #fff;
	box-shadow: 0 7px 25px rgba(0, 0, 0, .1);
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

.window_modal_city_active {
	display:block;
}

.modal-window-text {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	position:absolute;
	top:40%;
}
.modal-window__close-modal {
	cursor:pointer;
}
.window_modal_city-text {
	height:100%;
	position:relative;
}









.link__quest {
	font-size: 16px;
}


.link__quest {
	padding: 12px 20px;
	border-radius: 35px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	right: 0;
	transition: 0.5s;
}


.link__quest:hover {
	right: 30px;
	opacity: .8;
}

.link__quest--green {
	padding: 12px 20px;
}


.link__quest--green {
	background-color: #39b54a;
	color: #fff;
	padding: 16px 20px;
}


.modal {
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.modal-body {
	width: 100%;
	height: 100%;
	background: white;
	border-radius: 20px;
	max-width: 320px;
	max-height: 280px;

}

.quest__block-zag {
	z-index: 2;
	position: relative;
}


.quest__block-zag {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}


.center {
	width: 250px; /* Ширина элемента в пикселах */
	padding: 10px; /* Поля вокруг текста */
	margin: auto; /* Выравниваем по центру */

}


#myModal {
	width: 298px; height: 235px;
	padding: 18px 9px;
	border-radius: 4px;
	background: #fafafa;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	margin: auto;
	display: none;
	opacity: 0;
	z-index: 38;
	text-align: center;
}

#myModal #myModal__close {
	width: 21px; height: 21px;
	position: absolute;
	font-size: 29px;
	top: 1px; right: 11px;
	cursor: pointer;
	display: block;
}


#myOverlay {
	z-index: 37;
	position: fixed;
	background: rgba(0,0,0,.7);
	width: 100%; height: 100%;
	top: 0; left: 0;
	cursor: pointer;
	display: none;
}

.record_submit{

	border-radius: 3px;
	background-color: #ba8967;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	width: 80%;
	padding: 14px;
	border: 0px;
	border-radius: 2px;
}

.center{

	text-align: -webkit-center;
}


.myLinkModal{

	border-radius: 3px;
	background-color: #ba8967;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	width: 100%;
	padding: 14px;

	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;

}

.footer-company {
	text-align: right;
	padding-left: 56px;!important;
	width: 25%;
}

.mynewposition{

	position: relative;
	top: -7px;
	left: 13px;
}

.address_footer{
	display: block;
	color: #7a7a7a;
	margin-bottom: 10px;
}

.mynewposition .myLinkModal{

	font-size: 13px;
}

.myLinkModal.newbatton{

	background-color: initial;
	color: #000;
	display: initial;
	text-decoration: underline;
	text-transform: unset;
	padding: 3px;
	font-size: 13px;

}

@media screen and (max-width: 800px){

	.myLinkModal.newbatton {
		display: none;
	}
}

.myLinkModal.newbatton:hover{
	color: #ba8967;
}





ul.list-style {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 20px;
}

ul.list-style li {
	padding-left: 10px;
}


.bold{
	font-weight: bold;
}




.basket-items-list-item-price.basket-items-list-item-price-for-one.hidden-xs{
	display: none;
}

div.bx-blue .btn.btn-default:hover {
	background-color: #a9724d;
	border-color: #a9724d;
}


.basket-checkout-container, .basket-items-list-wrapper {
	border: 1px solid #a9724d;

}


.dop-text{
	margin-top: 3px;
	display: none;
}


.basket-line-block-icon-cart:hover{
	text-decoration: underline;
}

div.bx-blue .btn.btn-default {
	/* outline: none; */
	/* background-color: #1485CE; */
	/* border-color: #1485CE; */
	/* color: #FFF; */
	border-color: #ba8967;
	border-radius: 3px;
	background-color: #ba8967;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	/* width: 100%; */
	padding: 14px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}


.mynewposition{

	margin-top: 10px;
	position: inherit;
}


.buy-info__button-addbasket{
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	background-color: #ba8967;
	border: #ba8967 2px solid;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 14px 35px 11px;
	line-height: 1;
}

.reserved-class {
    opacity: 0.8;
}
.reserved-class.archive-class {
    opacity: 1;
}

.rezerved {
    position: absolute;
    z-index: 10;
    height: 30 px;
    top: calc(50% - 15px);
    width: 100%;
    background: #f6f6f67a;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
}


.filter-button-border {
	background: #ba8967;
	width: 100px;
}
.filter-button-text{
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	display: block;
	letter-spacing: 1.2px;
	padding: 10px 0 10px 15px;
	position: relative;
}


/*---------product__adv-items---------*/

.product__adv-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1.2fr;
	gap: 30px 50px;
	margin-top: 20px;
	padding: 25px 53px;
}

.product__adv-item {
	display: flex;
	align-items: center;
	gap: 15px;
}

.product__adv-item svg {
	min-width: 28px;
}

.product__adv-item span {
	color: #B38B6C;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
}
@media (max-width: 1280px) {
	.product__adv-items {
		padding-left: 10px;
		padding-right: 10px;
		gap: 15px 30px;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1024px) {
	.product__adv-item {
		gap: 8px;
	}
	.product__adv-items {
		padding: 0;
		gap: 15px;
	}
}

@media (max-width: 600px) {
	.product__adv-items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 500px) {
	.product__adv-item span {
		font-size: 12px;
	}
}
/* End */


/* Start:/local/templates/main/template_styles.css?176312755071695*/
.footer .footer__wrap, .header .header__wrap, .main .main__wrap, .mainwrapper_wrap {
    max-width: 1200px;
    width: 100%;
    margin: auto
}

/*auction*/

.bx-auth-reg input {
    border: 1px solid #c2c2c2;
}

.auction_block {
    width: 100%;
}

.first_block {
    /*display: flex;*/
}

.timer {
    width: 100%;
}

.block_price {
    width: 100%;
}

.block_stavka {
    display: flex;
    padding-top: 5%;
    min-height: 50px;
}

.block_price {
    display: grid;
}

.block_price_title {
    font-size: 15px;
    font-weight: 500;
}

#curr_auc {
    margin-left: 1%;
}

.countdown {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 23px;
}

.countdown-number {
    padding: 7px;
    border-radius: 3px;
    background: #baa190;
    display: inline-block;
}

.countdown-time {
    padding: 9px;
    border-radius: 3px;
    background: #ba8967;
    display: inline-block;
}

.countdown-text {
    display: block;
    padding-top: 5px;
    font-size: 16px;
}

.forma_block {
    padding-top: 20px;
    padding-bottom: 20px;
}

#my_price {
    height: 25px;
    width: 30%;
    font-size: 13px;
    padding: 6px 0 4px 10px;
    border: 1px solid #cecece;
    background: #ffffff;
    border-radius: 8px;

}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
    color: #8a6d3b;
    background-color: #c1faac;
    border-color: #c1faac;
}

.block_mess {
    padding-top: 7px;
    padding-left: 2%;
    padding-bottom: 7px;
    margin-bottom: 15px;
    display: none;
}

.but_auction {
    margin-left: 3%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px !important;
    background-color: #ba8967;
    border: #ba8967 2px solid;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 6px 26px 5px;
    line-height: 1;
}

.add_zadatok {
    cursor: pointer;
}

#close_reg {
    cursor: pointer;
}

.modal_zadatok {

    top: 60%;
    left: 50%;
    position: absolute;
    background-color: white;
    width: 450px;
    padding: 44px;
    box-shadow: 2px 7px 14px 6px rgb(0 0 0 / 20%);
    z-index: 100;
}

.modal_quest {

    top: 25%;
    left: 45%;
    position: absolute;
    background-color: white;
    width: 450px;
    padding: 44px;
    box-shadow: 2px 7px 14px 6px rgb(0 0 0 / 20%);
    z-index: 100;
}

.question_register {
    font-size: 14px;
    top: 23% !important;
    left: 45% !important;
}

/*auction*/
body {
    min-width: 320px;
    padding: 0
}

.mainwrapper input {
    -webkit-appearance: none;
    border-radius: 0
}

body, figure, hr, html {
    margin: 0;
    padding: 0
}

.mainwrapper * {
    box-sizing: border-box
}

button, input, option, select, textarea {
    outline: none !important
}

article, aside, audio, footer, header, nav, section, video {
    display: block
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: top
}

button, input {
    line-height: normal
}

.owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

button, select {
    text-transform: none
}

button, input[type=button], input[type=clear], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

textarea {
    resize: none
}

address {
    font-style: normal
}

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

a {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a:active, a:focus, a:hover {
    outline: 0
}

h1, h2, h3, h4, h5, p {
    margin: 0
}

button {
    cursor: pointer
}

button, input, textarea {
    border: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

iframe {
    border: 0
}

.mainwrapper_clearfix:after {
    display: table;
    clear: both;
    content: ""
}

@font-face {
    font-family: Tatiac;
    src: url(/local/templates/main/../../fonts/tatiac.eot);
    src: url(/local/templates/main/../../fonts/tatiac.eot) format("embedded-opentype"), url(/local/templates/main/../../fonts/tatiac.woff2) format("woff2"), url(/local/templates/main/../../fonts/tatiac.woff) format("woff"), url(/local/templates/main/../../fonts/tatiac.ttf) format("truetype"), url(/local/templates/main/../../fonts/tatiac.svg#tatiac) format("svg");
    font-weight: 400
}

@font-face {
    font-family: ProximaNova;
    src: url(/local/templates/main/../../fonts/proximanovalight.eot);
    src: local("☺"), url(/local/templates/main/../../fonts/proximanovalight.woff) format("woff"), url(/local/templates/main/../../fonts/proximanovalight.ttf) format("truetype"), url(/local/templates/main/../../fonts/proximanovalight.svg) format("svg");
    font-weight: 300
}

@font-face {
    font-family: ProximaNova;
    src: url(/local/templates/main/../../fonts/proximanovasemibold.eot);
    src: local("☺"), url(/local/templates/main/../../fonts/proximanovasemibold.woff) format("woff"), url(/local/templates/main/../../fonts/proximanovasemibold.ttf) format("truetype"), url(/local/templates/main/../../fonts/proximanovasemibold.svg) format("svg");
    font-weight: 600
}

@font-face {
    font-family: icomoon;
    src: url(/local/templates/main/../../fonts/icomoon.eot?41tjan);
    src: url(/local/templates/main/../../fonts/icomoon.eot?41tjan#iefix) format("embedded-opentype"), url(/local/templates/main/../../fonts/icomoon.ttf?41tjan) format("truetype"), url(/local/templates/main/../../fonts/icomoon.woff?41tjan) format("woff"), url(/local/templates/main/../../fonts/icomoon.svg?41tjan#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ruble;
    src: url(/local/templates/main/../../fonts/RUBSN.eot);
    src: local("☺"), url(/local/templates/main/../../fonts/RUBSN.woff) format("woff"), url(/local/templates/main/../../fonts/RUBSN.ttf) format("truetype"), url(/local/templates/main/../../fonts/RUBSN.svg) format("svg");
    font-weight: 400
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow:before {
    content: "\e906"
}


.icon-logo-en:before {
    background: url(/local/img/logo-eng.svg);
}

.icon-logo-ru:before {
    background-image: url(/local/img/logo-rus.svg);
}

.icon-logo:before {
    /*content: "\e905"*/
    background-repeat: no-repeat;
    content: "";
    height: 70px;
    width: 100px;
    /*background-size:cover;*/
    display: inline-block;
}

.icon-cross:before {
    content: "\e904"
}

.icon-play:before {
    content: "\e903"
}

.icon-envelope:before {
    content: "\e900"
}

.icon-phone:before {
    content: "\e901"
}

.icon-search:before {
    content: "\e902"
}

body, button, input, option, textarea {
    font-family: ProximaNova, sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 13px
}

.footer .footer__wrap, .header .header__wrap, .main .main__wrap, .mainwrapper_wrap {
    padding-left: 15px;
    padding-right: 15px
}

.header {
    background-color: #f6f6f6;
    margin-bottom: 30px
}

.header .header__lang {
    font-size: 13px;
    display: inline-block;
    color: #bf9578;
    border-bottom: 1px solid #bf9578;
    margin-bottom: 3px;
    margin-right: 13px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.header .header__lang:hover {
    color: #000
}

.header .header__mobile-nav, .header .header__mobile-search {
    display: none
}

.header .header__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    padding: 20px 0
}

.header .header__nav {
    vertical-align: middle;
    width: 40%
}

.header .header__logo {
    text-align: center;
    font-size: 70px;
    line-height: 1
}

.header .header__logo i {
    display: block
}

.header .header__aside {
    text-align: right;
    max-width: 260px;
    width: 40%
}

.header .header__phone {
    margin-left: 12px;
    padding-bottom: 2px
}

.search {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.search_active {
    border-bottom: 1px solid #dfdfdf
}

.search .search__link {
    display: inline-block;
    font-size: 17px;
    vertical-align: middle;
    line-height: 1;
    color: #bf9578
}

.search .search__link i {
    display: block
}

.search .search__link i.icon-cross {
    font-size: 15px
}

.search .search__link:hover {
    color: #000
}

.search .search__field {
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    height: 36px;
    width: 100%
}

.search .search__wrap {
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.search .search__hidden {
    display: block;
    width: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

.search .search__hidden_active {
    width: 140px;
    left: -140px;
    border-bottom: 1px solid #dfdfdf;
}

.whatsapp-btn {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.header .whatsapp-btn {
    margin-left: 13px;
}

.whatsapp-btn a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(/local/img/icn-whatsapp.svg) no-repeat center;
}

input::-ms-clear {
    display: none
}

.phone {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}

.phone .phone__link {
    color: #242424;
    white-space: nowrap
}

.phone .phone__link--mob {
    display: none;
}

.phone .phone__link .icon-phone {
    color: #bf9578;
    margin-right: 4px;
    font-size: 17px
}

.phone .phone__link .icon-phone, .phone .phone__link span {
    display: inline-block;
    vertical-align: middle
}

.phone .phone__link:hover, .phone .phone__link:hover .icon-phone {
    color: #bf9578
}

.nav-line {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px;
    letter-spacing: 1.1px
}

.nav-line .nav-line__link {
    color: #242424;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    margin: 0 8px
}

.nav-line .nav-line__link:hover, .nav-line .nav-line__link_active {
    background-color: #eee
}

.mobile-nav .mobile-nav__open {
    position: relative;
    width: 20px;
    height: 20px;
    display: block
}

.mobile-nav .mobile-nav__open span {
    top: 9px
}

.mobile-nav .mobile-nav__open span, .mobile-nav .mobile-nav__open span:before {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    background-color: #d4b9a7;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-nav .mobile-nav__open span:before {
    top: -8px;
    content: ""
}

.mobile-nav .mobile-nav__open span:after {
    width: 100%;
    height: 2px;
    background-color: #d4b9a7;
    position: absolute;
    left: 0;
    bottom: -8px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ""
}

.mobile-nav .mobile-nav__open_active span {
    background-color: transparent
}

.mobile-nav .mobile-nav__open_active span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0
}

.mobile-nav .mobile-nav__open_active span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.nav .nav__open {
    position: relative;
    width: 20px;
    height: 20px;
    display: block
}

.nav .nav__open span {
    top: 9px
}

.nav .nav__open span, .nav .nav__open span:before {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    background-color: #d4b9a7;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav .nav__open span:before {
    top: -8px;
    content: ""
}

.nav .nav__open span:after {
    width: 100%;
    height: 2px;
    background-color: #d4b9a7;
    position: absolute;
    left: 0;
    bottom: -8px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ""
}

.nav .nav__open_active span {
    background-color: transparent
}

.nav .nav__open_active span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0
}

.nav .nav__open_active span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
}

.nav .nav__hidden {
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav .nav__hidden_active {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.nav .nav__link {
    color: #424242;
    margin: 2px 5px;
    display: inline-block;
    padding: 4px 10px
}

.nav .nav__link:hover {
    background-color: #eee
}

.hidden-nav {
    display: none
}

.main {
    margin-bottom: 80px;
    display: block
}

.main_page {
    padding-top: 5px;
    margin-bottom: 40px
}

.main_product {
    margin-bottom: 60px
}

.cell-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.cell-info .cell-info__video {
    width: 57%;
    margin-bottom: 30px
}

.cell-info .cell-info__info {
    width: 43%;
    padding-left: 30px;
    margin-bottom: 30px;
    text-align: center
}

.main-video {
    position: relative
}

.main-video .main-video__poster {
    width: 100%
}

.main-video .main-video__play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 64px;
    line-height: 1;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.main-video .main-video__play:hover {
    color: #d4b9a7
}

.company-info .company-info__image {
    margin-bottom: 30px
}

.company-info .company-info__title {
    font-size: 22px;
    padding-bottom: 22px;
    color: #0a0b11;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1.1px;
    position: relative
}

.company-info .company-info__title:after {
    background: #eee;
    width: 100%;
    height: 1px;
    max-width: 390px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    content: ""
}

.company-info .company-info__text {
    font-family: Tatiac;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.71;
    font-size: 14px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto
}

.block-title {
    font-size: 24px;
    color: #0a0b11;
    margin-bottom: 25px;
    font-weight: 300
}

.header__telegram {
    margin-bottom: 25px;
    padding: 8px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.header__telegram h3 {
    margin-bottom: 0;
    padding: 0;
    border: 0;
}

@media (max-width: 340px) {
    .header__telegram h3 {
        font-size: 18px;
    }
}

.header__telegram-box span {
    margin-right: 10px;
    font-size: 13px;
    color: #444444;
    font-weight: 400;
}

@media (max-width: 767px) {
    .header__telegram-box span {
        display: none;
    }
}

.header__telegram-box a {
    padding: 0 18px 0 39px;
    display: inline-block;
    line-height: 34px;
    font-size: 10px;
    color: #957256;
    text-transform: uppercase;
    font-weight: 400;
    box-shadow: 0 0 0 1px #957256 inset;
    border-radius: 4px;
    background: url(/local/img/icn-telegram.png) no-repeat 15px center;
}

.product-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px
}

.product-wrap_block {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px
}

.product-wrap_theme-33 .product-wrap_block {
    width: 33.333%
}

.product-wrap_no-marg {
    margin-bottom: 0
}

.product-block .product-block__image {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 67%;
    position: relative;
    overflow: hidden
}

.product-block .product-block__image a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.product-block .product-block__image a:hover {
    filter: grayscale(100%);
}

.product-block .product-block__image img {
    display: block;
    width: 100%;
}

.product-block .product-block__title {
    display: block;
    text-align: center;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 10px
}

.product-block .product-block__title:hover {
    color: #bf9578
}

.product-block .product-block__price {
    text-align: center;
    color: #ba8967;
    font-size: 20px;
    display: block
}

.product-block .product-block__text {
    margin-bottom: 24px;
}

.product-block .product-block__currency {
    text-align: center;
    padding-top: 5px;
    display: block;
    color: #919191;
    font-size: 14px
}

.product-block .product-block__currency .ruble {
    font-size: 13px
}

.ruble {
    font-family: ruble;
    font-style: normal
}

.blog-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px
}

.blog-wrap_block {
    width: calc(25% - 30px);
    margin: 0 15px 25px
}

.blog-block .blog-block__image {
    width: 100%;
    margin-bottom: 15px
}

.blog-block .blog-block__image a {
    display: block;
    padding-top: 65%;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-block .blog-block__image a:hover {
    filter: sepia(100%)
}

.blog-block .blog-block__image img {
    display: block;
    width: 100%
}

.blog-block .blog-block__link {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #000
}

.blog-block .blog-block__link:hover {
    color: #bf9578
}

.web_forms {
    max-width: 400px;
}

.web_forms .form-block__button {
    margin: 15px 0px;
}

.form-block {
    border-radius: 3px;
    background-color: #f8f8f8;
    padding: 30px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5
}

.form-block .form-block__caption {
    display: block;
    margin-bottom: 20px
}

.form-block .form-block__field,
.web_forms input[type="text"] {
    border: 1px solid #e8e7e5;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    height: 40px;
    width: 100%;
    margin-bottom: 15px
}

.form-block .form-block__button {
    border-radius: 3px;
    background-color: #ba8967;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    width: 100%;
    padding: 14px
}

.form-block .form-block__button:hover {
    background-color: #a9724d
}

.archive-wrap {
    margin-left: -4px;
    margin-right: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex
}

.archive-wrap .archive-wrap__block {
    width: 16.666%;
    padding: 0 4px;
    margin-bottom: 8px;
    display: block
}

.archive-wrap .archive-wrap__block img {
    display: block;
    width: 100%
}

.archive-wrap .archive-wrap__block:hover {
    filter: sepia(100%)
}

.footer {
    background-color: #f8f8f8;
    padding: 40px 0
}

.footer .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-word-wrap: nowrap
}

.footer-nav {
    padding-right: 20px
}

.footer-nav .footer-nav__title {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    display: block;
    margin-bottom: 17px;
    letter-spacing: 1.1px
}

.footer-nav .footer-nav__title:hover {
    color: #bf9578
}

.footer-nav .footer-nav__link {
    display: block;
    color: #7a7a7a;
    margin-bottom: 10px
}

.footer-nav .footer-nav__link:hover {
    color: #bf9578
}

.footer-company {
    text-align: right;
    padding-left: 56px;
    width: 25%
}

.footer-company .footer-company__address {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-company .footer-company__address .whatsapp-btn {
    margin-right: 15px;
}

.footer-company_margin {
    margin-bottom: 10px
}

.phone-big {
    font-size: 22px;
    display: block;
    color: #000;
    line-height: 1
}

.phone-big:hover {
    color: #ba8967
}

.email-link {
    color: #757575;
    white-space: nowrap
}

.email-link .icon-envelope {
    font-size: 12px;
    margin-right: 5px;
    color: #bf9578
}

.email-link .icon-envelope, .email-link span {
    display: inline-block;
    vertical-align: middle
}

.email-link:hover {
    color: #000
}

.smart-nav .smart-nav__link {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #7a7a7a;
    font-size: 12px
}

.smart-nav .smart-nav__link:hover {
    color: #bf9578
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px
}

.product .product__mobile {
    display: none
}

/*.product_padding-top {
    padding-top: 44px
}*/

.product .product__image {
    width: 43%;
    -webkit-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1
}

.product .noimage .slider-nav {
    display: none;
}

.product .product__info {
    margin-left: 40px;
    width: 375px;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    box-sizing: border-box;
}

.product .product__info.w100 {
    width: 100%;
}

.product__gallery {
    width: calc(100% - 415px);
}

.product .product__carousel {
    overflow: hidden
}

.product .product__description {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px
}

.product .product__thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-left: -5px;
    margin-right: -5px
}

.product .product__thumbnails li {
    display: block;
    width: 33.333%;
    padding: 10px 5px;
    filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70)
}

.product .product__thumbnails li.active {
    filter: grayscale(0);
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.product__title-wrap {
    width: 100%;
}

.product .product__title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    border-bottom: 0;
}

.buy-info {
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px
}

.buy-info .buttons {
    margin-top: 10px;
}

.buy-info .buy-info__left {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle
}

.buy-info .buy-info__button {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #ba8967;
    border: #ba8967 2px solid;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 14px 35px 11px;
    line-height: 1
}

.buy-info .buy-info__button:hover {
    background-color: #a9724d;
    border-color: #a9724d
}

.buy-info .offer-info__button {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    border: #ba8967 2px solid;
    text-transform: uppercase;
    color: #ba8967;
    font-size: 14px;
    font-weight: 300;
    padding: 14px 35px 11px;
    line-height: 1
}

.buy-info .offer-info__button:hover {
    border-color: #a9724d
}

@media (max-width: 450px) {
    .buy-info .offer-info__button {
        width: 100%;
        text-align: center;
        padding: 17px 35px 14px;
        margin-top: 5px;
    }
}

.buy-info .buy-info__button-red {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #e14646;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 14px 35px 11px;
    line-height: 1
}

.buy-info .buy-info__button-red:hover {
    background-color: #d82323
}

.product-price {
    font-size: 28px;
    color: #ba8967;
    margin-right: 12px
}

.product-currency, .product-price {
    display: inline-block;
    vertical-align: middle
}

.product-currency {
    color: #919191;
    font-size: 12px;
    text-transform: uppercase
}

.product-currency .product-currency__info {
    display: block;
    margin-bottom: 2px
}

.product-currency .product-currency__info:last-child {
    margin-bottom: 0
}

.smart-title {
    color: #242424;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 12px;
    display: block
}

.text-format {
    line-height: 1.62;
    font-size: 13px;
    color: #242424;
}

.text-format-limit {
    height: 84px;
    overflow: hidden;
    margin-bottom: 5px;
}

.text-format p {
    margin-bottom: 20px
}

.text-format a {
    text-decoration: underline;
    color: #ba8967
}

.text-format a:hover {
    color: #c49b7e;
    text-decoration: none
}

.product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.product-details dt {
    width: 51%;
    display: block;
    margin: 0;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 12px;
    color: #242424;
    font-weight: 600;
    overflow: hidden;
    position: relative
}

.product-details dt:before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    font-size: 12px;
    color: #dcdcdc;
    content: "........................................................................................................................................................................................................"
}

.product-details dt span {
    position: relative;
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    letter-spacing: 1.2px
}

.product-details dd {
    width: 49%;
    display: block;
    margin: 0;
    margin-bottom: 22px;
    padding-left: 10px;
    color: #242424
}

.owl-next, .owl-prev {
    color: #fff;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    font-size: 26px;
    line-height: 1;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -13px;
    height: 26px
}

.owl-next:before, .owl-prev:before {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906"
}

.owl-next {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: auto;
    right: 10px
}

.mobile-link-back {
    font-size: 13px;
    display: none;
    color: #bf9377;
    margin-bottom: 15px
}

.mobile-link-back i {
    font-family: Arial, Helvetica, sans-serif
}

.mobile-link-back span {
    border-bottom: 1px solid #eadbd1;
    display: inline-block
}

.center-title {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 300
}

.frame {
    display: table;
    width: 100%;
    table-layout: fixed
}

.frame .frame__aside {
    width: 300px;
    padding-right: 30px
}

.show_section {
    padding-bottom: 15px;
}

.show_section a {
    text-decoration: none;
    display: block;
    color: #7a7a7a;
    margin-bottom: 10px;
    font-size: 16px;
}

.show_section a:hover {
    color: #bf9578;
}

.frame .frame__aside, .frame .frame__main, .show_section {
    display: table-cell;
    vertical-align: top;
}

.show_section + .frame__aside {
    float: left;
}

.no-mess {
    padding: 0 15px;
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.filter {
    background-color: #f8f8f8;
    border-radius: 3px
}

.filter .slimScrollDiv {
    margin-right: -15px
}

.filter .filter__open {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #242424;
    display: none;
    padding: 15px 20px;
    text-align: center
}

.filter .filter__open span {
    display: inline-block;
    position: relative;
    letter-spacing: 1.2px
}

.filter .filter__open span:before {
    border: 4px solid transparent;
    border-top: 4px solid #c5c5c5;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 5px;
    content: ""
}

.filter .filter__footer {
    padding-top: 20px
}

.filter .filter__title {
    font-size: 12px;
    text-transform: uppercase;
    color: #242424;
    font-weight: 600;
    display: block;
    letter-spacing: 1.2px;
    padding: 10px 0 10px 15px;
    position: relative
}

.filter .filter__title:before {
    border: 4px solid transparent;
    border-left: 4px solid #c5c5c5;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: ""
}

.filter .filter__title_active:before {
    border-left: 4px solid transparent;
    border-top: 4px solid #c5c5c5;
    top: 15px
}

.filter .filter__hidden {
    /*display: none;*/
    padding: 5px 15px;
    border-bottom: 1px solid #e9e9e9
}

.filter__input-line {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.filter__input-line:after {
    content: '';
    margin-left: -6px;
    width: 12px;
    height: 1px;
    position: absolute;
    bottom: 13px;
    left: 50%;
    background: #000;
}

.filter__input-box {
    padding: 6px 27px 6px 10px;
    width: 41%;
    position: relative;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #e8e7e5;
    box-sizing: border-box;
}

.filter__input-box:after {
    content: '$';
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: ProximaNova;
    font-size: 13px;
    font-weight: 300;
    color: #c6c6c6;
    transform: translateY(-50%);
}

.filter__input-box input {
    width: 100%;
    font-family: ProximaNova;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.filter .filter__reset {
    background-color: transparent;
    font-size: 13px;
    font-weight: 300;
    color: #ba8967;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.filter .filter__reset .icon-cross {
    font-size: 10px;
    margin-right: 2px
}

.filter .filter__reset:hover {
    color: #000
}

.filter .filter__block {
    padding: 14px 15px
}

.check-box {
    display: block;
    margin-bottom: 10px
}

.check-box input {
    display: none
}

.check-box .check-box__num {
    font-size: 10px;
    vertical-align: top;
    color: #ba8967
}

.check-box .check-box__text,
.es-form-block .check-box label {
    display: block;
    color: #242424;
    font-size: 13px;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
    text-align: left;
}

.check-box .check-box__text:before,
.es-form-block .check-box label:before {
    border-radius: 3px;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background-color: #fff;
    width: 12px;
    height: 12px;
    display: block;
    content: ""
}

.check-box .check-box__text.radio_box:before {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

input:checked + .check-box__text:before,
.es-form-block input:checked + label:before {
    border: 1px solid #ba8967;
    background-image: url(/local/templates/main/../../img/icn-check.png);
    background-position: 50%;
    background-repeat: no-repeat
}

input:checked + .check-box__text.radio_box:before {
    border: 1px solid #ba8967;
    background-color: #ba8967;
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat
}

.check-box_disabled .check-box__num, .check-box_disabled .check-box__text,
.check-box_disabled label {
    pointer-events: none;
    color: #969696
}

input[type="file"] {
    border: 1px solid #e8e7e5;
    background-color: #fff;
}

.white-input {
    border-radius: 3px;
    border: 1px solid #e8e7e5;
    background-color: #fff;
    height: 30px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px
}

.sort {
    margin-bottom: 20px;
    text-align: right
}

.sort .sort__select {
    display: inline-block;
    text-align: left;
    position: relative
}

.sort .sort__select-link {
    color: #bf9377;
    font-size: 13px;
    border-bottom: 1px dashed #eadbd1;
    position: relative;
    margin-right: 15px
}

.sort__active {
    display: none;
}

.sort .sort__select-link:hover {
    color: #000
}

.sort .sort__hidden {
    background: #fff;
    display: none;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #f7f7f7;
    position: absolute;
    right: 0;
    top: 100%;
    width: 180px;
    z-index: 490;
    margin-top: 20px
}

.sort .sort__hidden:before {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #f7f7f7;
    position: absolute;
    right: 10px;
    top: -20px;
    display: block;
    margin-left: -10px;
    content: ""
}

.sort .sort__hidden a {
    display: block;
    color: #bf9377;
    padding: 7px 15px
}

.sort .sort__hidden a:hover {
    background-color: #f7f7f7
}

.sort .sort__hidden .sort__active {
    display: none
}

.filter-mobile {
    display: none;
    margin-bottom: 25px
}

input[placeholder] {
    text-overflow: ellipsis
}

input:-moz-placeholder, input::-moz-placeholder {
    text-overflow: ellipsis
}

input:-ms-input-placeholder {
    text-overflow: ellipsis
}

.modal-window {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    max-width: 1000px;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: none;
    background: #fff;
    box-shadow: 0 7px 25px rgba(0, 0, 0, .1)
}

.modal-window.modal-window_absolute {
    position: absolute;
    top: 0 !important;
    width: 100%;
    height: 100%;
    overflow: auto
}

body.modal-window_active {
    overflow: hidden !important
}

.modal-window.modal-window_active {
    display: block;
    z-index: 9999
}

.modal-window__close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ba8967;
    font-size: 14px;
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: block
}

.modal-window__close-modal:hover {
    color: #000
}

.modal-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 9000
}

.modal-shadow.modal-window_active {
    display: block
}

#reserve {
    max-width: 640px
}

.reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding: 60px 30px
}

.reserve .reserve__text {
    font-size: 20px;
    line-height: 1.35;
    padding-right: 35px;
    width: 55%
}

.reserve .reserve__form {
    width: 45%
}

.text-field {
    border: 1px solid #e8e7e5;
    border-radius: 3px;
    background-color: #fff;
    height: 42px;
    color: #000;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.text-field_center {
    text-align: center
}

.button {
    border-radius: 3px;
    background-color: #ba8967;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    width: 100%;
    padding: 14px;
    line-height: 1
}

.button:hover {
    background-color: #a9724d
}

#buy,
#offer {
    max-width: 852px;
    padding: 30px
}

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

.buy .buy__image {
    width: 37%
}

.buy .buy__image img {
    width: 100%
}

.buy .buy__form {
    width: 63%;
    padding-left: 60px
}

.buy .buy__title {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 14px
}

.buy .buy__maxw {
    max-width: 240px
}

.buy .buy__info {
    margin-bottom: 25px
}


.product__imgarea-big {
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}

.product__imgarea-big img {
    width: 100%;
    display: block;
}

.product__box-wrap {
    width: 100%;
    display: flex;
}

.product__box-list {
    width: 100%;
    overflow: hidden;
}

.product__box-list .slick-list {
    margin-left: -14px;
    width: calc(100% + 14px);
}

.product__box-item {
    margin: 0 0 0 14px;
    position: relative;
}

.product__box-list a {
    display: block;
}

.product__box-list a.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 3px #ba8967 inset;
}

.product__box-list img {
    width: 100%;
    display: block;
}

.product__details-list {
    width: 100%;
}

.product__details-item {
    margin-bottom: 22px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px dotted #000;
}

.product__details-label {
    margin-bottom: -1px;
    width: 50%;
    display: block;
    font-size: 12px;
    color: #242424;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}

.product__details-label span {
    padding-right: 10px;
    display: inline-block;
    background: #fff;
}

.product__details-value {
    margin-bottom: -1px;
    padding-left: 10px;
    width: 50%;
    display: block;
    color: #242424;
    background: #fff;
    box-sizing: border-box;
}

.product__details-hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms linear;
}

.product__details-hidden--open {
    max-height: 1000px;
}

.product__details-link {
    display: inline-block;
    font-size: 13px;
    color: #bf9377;
    cursor: pointer;
    border-bottom: 1px dashed #bf9377;
}

.product__details-link:hover {
    border-bottom: 1px dashed transparent;
}


@media (max-width: 1100px) {
    .company-info .company-info__image {
        margin-bottom: 15px
    }

    .company-info .company-info__image img {
        width: 100px
    }

    .company-info .company-info__title {
        margin-bottom: 10px;
        padding-bottom: 5px
    }

    .product-block .product-block__title {
        padding-left: 0;
        padding-right: 0
    }

    .product-wrap {
        margin-left: -10px;
        margin-right: -10px
    }

    .product-wrap_block {
        padding-left: 10px;
        padding-right: 10px
    }

    .blog-wrap {
        margin-left: -10px;
        margin-right: -10px
    }

    .blog-wrap_block {
        width: calc(25% - 20px);
        margin: 0 10px 25px
    }

    /*.product .product__info {
        padding-left: 30px
    }*/
    .frame .frame__aside {
        padding-right: 20px
    }

    .search .search__hidden_active {
        width: 110px;
        left: -110px;
    }

    .header .header__lang {
        margin-right: 13px
    }

    .header .header__phone {
        margin-left: 12px;
        z-index: 11;
        position: relative;
    }
}

@media (max-width: 960px) {
    .buy-info .buy-info__button-red {
        padding-left: 15px;
        padding-right: 15px
    }

    .frame .frame__aside {
        width: 250px
    }

    .filter .filter__title {
        letter-spacing: normal
    }

    .filter .slimScrollDiv {
        margin-right: 0
    }

    .footer {
        padding: 25px 0 10px
    }

    .footer .footer__wrap {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-company {
        margin-top: 5px;
        padding-left: 0;
        padding-right: 0
    }

    .footer-company .footer-company__address {
        justify-content: center;
    }

    .email-link {
        width: 100%;
    }

    .footer-company, .smart-nav {
        border-top: 1px solid #e7e7e7;
        padding-top: 20px
    }

    .smart-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .smart-nav .smart-nav__link {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
        margin-left: 15px
    }

    .footer-nav {
        display: inline-block;
        margin-bottom: 15px;
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 0;
        width: auto
    }

    .footer-nav .footer-nav__link {
        display: none
    }

    .footer-nav .footer-nav__title {
        margin-bottom: 0
    }

    .footer-company {
        display: block;
        width: 100%;
        text-align: center
    }

    .nav .nav__link {
        margin-left: 0;
        margin-right: 0
    }

    .product-block .product-block__title {
        font-size: 16px
    }

    .search .search__hidden_active {
        width: 110px
    }

    .header .header__logo {
        font-size: 50px;
        width: 10%
    }

    .header .header__aside, .header .header__nav {
        width: 45%
    }

    .cell-info .cell-info__info {
        padding-left: 15px;
        width: 34%
    }

    .cell-info .cell-info__video {
        width: 66%
    }

    .company-info .company-info__image {
        margin-bottom: 15px
    }

    .company-info .company-info__image img {
        width: 70px
    }

    .filter .filter__hidden {
        padding: 5px 0
    }
}

@media (max-width: 870px) {
    .search .search__hidden_active {
        width: 90px;
        left: -90px;
    }
}

@media (max-width: 800px) {
    .mainwrapper {
        padding-top: 100px
    }

    .buy .buy__form {
        padding-left: 30px
    }

    .frame .frame__aside {
        display: none
    }

    .filter-mobile, .frame .frame__main {
        display: block
    }

    .filter {
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        z-index: 500
    }

    .filter .filter__open {
        display: block
    }

    .filter .filter__block {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #f8f8f8;
        width: 100%;
        border-top: 1px solid #e9e9e9;
        padding-top: 10px
    }

    .product .product__image {
        width: 34%
    }

    .product__box-wrap {
        flex-direction: column;
    }

    .product__gallery {
        margin-bottom: 40px;
        width: 100%;
    }

    .product .product__info {
        width: 100%;
        margin-left: 0;
    }

    .product__box-list {
        max-width: 100%;
        width: 100%;
    }

    .product__details-label {
        width: 60%;
    }

    .product__details-value {
        width: auto;
        white-space: nowrap;
    }

    .product .product__title {
        padding-top: 10px;
        font-size: 24px;
        margin-bottom: 20px
    }

    .buy-info {
        padding-bottom: 20px
    }

    .product-details dd, .product-details dt {
        margin-bottom: 15px
    }

    .blog-wrap_block {
        width: calc(33.333% - 20px)
    }

    .blog-wrap_form {
        width: calc(100% - 20px);
        margin: 30px 10px 0
    }

    .form-block .form-block__form {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .product-wrap_block {
        width: 33.333%;
        margin-bottom: 30px
    }

    .cell-info {
        display: block;
        margin-bottom: 0
    }

    .cell-info .cell-info__video {
        display: block;
        width: 100%;
        margin-bottom: 25px
    }

    .cell-info .cell-info__info {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px
    }

    .company-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: box;
        display: flex;
        text-align: center;
        -webkit-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .company-info .company-info__image {
        display: block;
        width: 25%
    }

    .company-info .company-info__image img {
        width: auto
    }

    .company-info .company-info__text {
        max-width: 100%
    }

    .company-info .company-info__text-wrap {
        padding-left: 30px;
        padding-right: 30px;
        width: 75%;
        margin-bottom: 15px
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2000;
        min-width: 300px;
        margin: 0
    }

    .header .phone__link {
        display: none;
    }

    .header .phone__link--mob {
        display: block;
    }

    .header .header__logo {
        font-size: 40px;
        width: 33.333%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .icon-logo:before {
        height: 41px;
        width: 57px;
    }

    .header .header__nav {
        display: none
    }

    .header .header__aside {
        width: 33.333%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .header .header__line {
        padding: 10px 0
    }

    .header .header__mobile-nav {
        display: none;
        width: 33.333%
    }

    .header_opacity {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    .header_opacity, .header_opacity * {
        cursor: default;
        pointer-events: none
    }

    body.overflow {
        overflow: hidden;
    }

    .search .search__hidden_active {
        width: 140px;
        left: -140px;
    }

    .nav-line .nav-line__link {
        margin: 0
    }

    .hidden-nav {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #f6f6f6;
        width: 0;
        height: 100%;
        z-index: 1000;
        display: block;
        left: -100px;
        -webkit-transition: .5s ease;
        transition: .5s ease
    }

    .hidden-nav .hidden-nav__wrap {
        position: absolute;
        top: 60px;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        overflow: auto
    }

    .hidden-nav_active {
        left: 0;
        width: 100%
    }

    .hidden-nav .hidden-nav__logo {
        font-size: 70px;
        padding: 30px 25px
    }

    .hidden-nav .hidden-nav__links {
        padding-left: 25px;
        padding-right: 25px;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 30px
    }

    .hidden-nav .hidden-nav__link {
        color: #424242;
        margin-bottom: 25px;
        display: inline-block
    }

    .hidden-nav .hidden-nav__address {
        padding: 0 25px
    }

    .hidden-nav .hidden-nav__lang, .hidden-nav .hidden-nav__phone {
        border-top: 1px solid #e7e7e7;
        padding: 20px 0;
        display: block
    }

    .hidden-nav .hidden-nav__lang {
        font-size: 14px;
        color: #bf9578;
        margin: 0 25px
    }

    .product-block .product-block__title {
        font-size: 15px
    }

    .product-block .product-block__price {
        font-size: 18px
    }

    .title-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .title-box_order1 {
        display: block;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -o-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .title-box_order2 {
        -webkit-box-ordinal-group: 1;
        -o-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
        display: block;
        width: 100%
    }

    .sort {
        text-align: center
    }

    .sort .sort__hidden {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .sort .sort__hidden:before {
        right: auto;
        left: 50%
    }
}

@media (min-width: 801px) {
    .filter .filter__block {
        display: block !important
    }
}


@media (max-width: 700px) {
    .nav-line {
        display: table;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        padding: 0
    }

    .nav-line .nav-line__link {
        border-right: 1px solid #e9e9e9;
        padding: 10px;
        display: table-cell
    }

    .nav-line .nav-line__link:last-child {
        border-right: 0
    }

    .mobile-link-back {
        display: block
    }

    .product_padding-top {
        padding-top: 0
    }

    .archive-wrap {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .archive-wrap .archive-wrap__block {
        width: 33.333%
    }

    .product .product__image {
        width: 100%;
        margin-bottom: 25px
    }

    .product .product__info {
        width: 100%;
        padding-left: 0
    }

    .product .product__thumbnails {
        display: none
    }

    .product .product__mobile {
        display: block;
        width: 100%
    }

    .product .product__mobile .product__title {
        font-size: 28px;
        margin-bottom: 15px
    }

    .js-cloned-title {
        width: 100%
    }

    .js-clone-title {
        display: none
    }

    .buy-info {
        border-bottom: 0;
        padding-bottom: 0
    }

    /*.header .header__lang {
        display: none
    }*/
}

@media (max-width: 540px) {

    .header .header__mobile-search .whatsapp-btn {
        position: relative;
        top: 10px;
    }

    .header .header__phone {
        position: relative;
        top: 10px;
    }
    .buy {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .buy .buy__image {
        width: 100%;
        margin-bottom: 20px
    }

    .buy .buy__form {
        width: 100%;
        padding-left: 0
    }

    .buy .buy__maxw {
        max-width: 100%
    }

    .buy .buy__title {
        font-size: 20px
    }

    .reserve {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 25px;
        padding-right: 25px
    }

    .reserve .reserve__text {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        padding-right: 0
    }

    .reserve .reserve__form {
        width: 100%
    }

    .smart-nav .smart-nav__link {
        margin-right: 10px;
        margin-left: 10px
    }

    .main {
        margin-bottom: 40px
    }

    .blog-wrap_mobile-tw .blog-wrap_block {
        width: calc(50% - 20px)
    }

    .blog-wrap_mobile-tw .blog-wrap_block:nth-child(3) {
        display: none
    }

    .blog-wrap_mobile-tw .blog-wrap_form {
        width: calc(100% - 20px)
    }

    .product-wrap_block, .product-wrap_theme-33 .product-wrap_block {
        width: 50%
    }

    .product-block .product-block__title {
        font-size: 17px
    }

    .product-wrap {
        margin-left: -10px;
        margin-right: -10px
    }

    .footer .footer__wrap, .main .main__wrap, .mainwrapper_wrap {
        padding-left: 10px;
        padding-right: 10px
    }

    .header .header__wrap {
        padding-left: 0;
        padding-right: 0
    }

    .company-info .company-info__text-wrap {
        padding-left: 20px;
        padding-right: 0;
        text-align: left;
        width: 80%
    }

    .company-info .company-info__text {
        font-size: 12px
    }

    .company-info .company-info__title {
        font-size: 17px;
        padding-bottom: 10px
    }

    .company-info .company-info__image {
        width: 20%
    }

    .nav-line {
        font-size: 10px;
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    .mobile-nav {
        padding-left: 10px
    }

    .header .header__logo {
        width: 57px;
    }

    .header .header__line {
        position: relative
    }

    .header .header__mobile-search {
        display: block;
        width: 130px;
        text-align: right;
    }

    .header .header__phone {
        margin: 0 12px 0 0;
        margin-right: 38px;
    }

    .header .header__mobile-search .whatsapp-btn {
        margin-right: 15px;
        margin-left: 0;
        z-index: 11;
        position: relative;
    }

    .header .header__mobile-search .header__lang {
        margin-right: 40px;
        float: right;
    }

    .header .header__aside {
        display: none
    }

    .header .header__mobile-nav {
        position: relative;
        z-index: 500
    }

    .mobile_opacity {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        z-index: 1
    }

    .search_mobile {
        position: absolute;
        right: 10px;
        top: 50%;
        width: calc(100% - 80px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .search_active {
        z-index: 2000
    }

    .search .search__wrap {
        -webkit-box-pack: end;
        -o-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .search .search__hidden_active {
        width: calc(100% - 30px);
        z-index: 2000;
        left: 15px;
    }
}

@media (max-width: 450px) {
    .center-title {
        font-size: 20px
    }

    .product-details dt {
        width: 52%;
        border-bottom: 1px dotted #e0e0e0;
        padding-bottom: 4px;
        margin-bottom: 15px
    }

    .product-details dt:before {
        display: none
    }

    .product-details dt span {
        letter-spacing: normal
    }

    .product-details dd {
        padding-left: 5px;
        width: 48%;
        margin-bottom: 15px;
        font-size: 13px;
        text-align: right;
        border-bottom: 1px dotted #e0e0e0;
        padding-bottom: 4px
    }

    .blog-wrap_mobile-tw .blog-wrap_block {
        width: calc(50% - 10px);
        margin-right: 5px;
        margin-left: 5px
    }

    .blog-wrap_mobile-tw .blog-wrap_form {
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 0
    }

    .archive-wrap {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .archive-wrap .archive-wrap__block {
        width: 50%
    }

    .archive-wrap_mobile-tw .archive-wrap__block:nth-child(5), .archive-wrap_mobile-tw .archive-wrap__block:nth-child(6) {
        display: none
    }

    .blog-block .blog-block__image {
        margin-bottom: 10px
    }

    .blog-block .blog-block__link {
        font-size: 14px;
        line-height: 1.29
    }

    .product-block .product-block__title {
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 1.29
    }

    .product-wrap {
        margin-left: -5px;
        margin-right: -5px
    }

    .product-wrap_block {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px
    }

    .block-title {
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px
    }

    .company-info .company-info__text-wrap {
        padding-left: 10px;
        padding-right: 0
    }

    .company-info .company-info__text {
        font-size: 10px
    }

    .company-info .company-info__title {
        font-size: 14px;
        padding-bottom: 10px;
        letter-spacing: normal;
        margin-bottom: 5px;
        border-bottom: 0;
        padding-bottom: 0
    }

    .company-info .company-info__title:after {
        display: none
    }

    .product .product__mobile .product__title {
        font-size: 22px
    }

    .product .product__image {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px)
    }

    .buy-info .buy-info__button {
        display: block
    }

    .buy-info .buy-info__button, .buy-info .buy-info__button-red {
        width: 100%;
        text-align: center;
        padding: 17px 35px 14px
    }

    .buy-info .buy-info__left {
        margin-bottom: 20px
    }
}

@media (max-width: 390px) {
    .nav-line {
        font-size: 9px
    }

    .nav-line .nav-line__link {
        padding: 10px 5px;
        font-size: 8px;

    }

    .footer-nav {
        display: block;
        width: 100%;
        text-align: center
    }

    .company-info .company-info__text-wrap {
        width: 76%
    }

    .company-info .company-info__image {
        width: 24%
    }

    .product-block .product-block__title {
        font-size: 14px;
        letter-spacing: normal
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: a
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/local/templates/main/../../img/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

body:after {
    content: url(/local/templates/main/../../img/close.png) url(/local/templates/main/../../img/loading.gif) url(/local/templates/main/../../img/prev.png) url(/local/templates/main/../../img/next.png);
    display: none
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/local/templates/main/../../img/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/local/templates/main/../../img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/local/templates/main/../../img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/local/templates/main/../../img/close.png) 100% 0 no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.sort_hide {
    display: none;
}

.sort_asc:before {
    border: 4px solid transparent;
    border-top: 4px solid #bf9377;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: -15px;
    top: 7px;
    content: ""
}

.sort_desc:before {
    border: 4px solid transparent;
    border-bottom: 4px solid #bf9377;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: -15px;
    top: 3px;
    content: ""
}


.es-form-title h1 {
    text-align: center;
}

.es-form-block {
    margin: 0 auto;
    max-width: 400px;
    background: none;
}


.es-form-block .field-wrap {
    display: flex;
    justify-content: space-between;
}

.es-form-block .check-box {
    width: auto;
}

.es-form-block .check-box:last-child {
    margin-right: 0;
}

.file-upload-wrap {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.file-upload-label {
    width: 100%;
    display: block;
    text-align: left;
}

.file-upload {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}

.file-upload:hover {
    background: #7aad55;
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid #e8e7e5;
    box-sizing: border-box;
}

.file-upload span {
    width: 100px;
    display: block;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ba8967;
}

.web_forms input.filename {
    padding-right: 110px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    border: 0;
}

.insta_logo {
    max-width: 260px;
    width: 40%;
}

.insta_logo a {
    display: block;
    width: 30px;
}

.footer__bottom {
    margin: 20px auto 0;
    padding: 0 15px;
    max-width: 1200px;
}

.footer__bottom:after {
    clear: both;
    content: "";
}

.footer__developed-by {
    text-align: right;
}

.footer__pivacy-policy {
    float: left;
}

@media (max-width: 1024px) {
    .footer__pivacy-policy {
        max-width: 500px;
    }

    .footer__bottom {
        min-height: 30px;
    }
}

@media (max-width: 768px) {
    .footer__pivacy-policy {
        max-width: 300px;
    }

    .footer__bottom {
        min-height: 40px;
    }
}

@media (max-width: 540px) {
    .footer__pivacy-policy {
        text-align: center;
        float: none;
        margin-bottom: 20px;
        max-width: initial;
    }
}


.footer__bottom a {
    color: #000;
}

.footer__bottom a:hover {
    color: #ba8967;
}

.es-form__text {
    width: 100%;
}

.es-form__text p {
    margin-bottom: 10px;
}

.es-form__text ul {
    margin-left: 30px;
}

.es-form__text li {
    padding-left: 20px;
    position: relative;
}

.es-form__text li:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 5px;
    left: 0;
    background: #000;
    border-radius: 50%;
}

.mobile_filter_btn {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    text-align: center;
    width: 100%;
    color: #ba8967;
    font-weight: bold;
    padding: 10px 0px;
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
}

.mobile_filter_btn:hover {
    cursor: pointer;
}

.header_with_link {
    position: relative;
}

.header_with_link .review_all {
    position: absolute;
    right: 0px;
    margin-right: 10px;
    display: block;
    top: 50%;
    color: #757575;

}

.header_with_link .review_all:hover {
    color: #000;
}

#desktop_slider, #mobile_slider {
    display: none;
}

.zoomWindow {
    height: 100% !important;
}


@media (max-width: 540px) {
    .insta_logo {
        margin-left: 15px;
        width: 130px;
    }
}

@media (max-width: 379px) {
    .es-form-block .field-wrap {
        flex-direction: column;
    }

    .insta_logo {
        width: 75px;
    }
}


.flex {
    display: flex;
}


.insta_logo {
    padding: 6px;
    max-width: 260px;
    width: 48%;
}

.youtube a {
    display: block;
    width: 40px;
}



/* End */
/* /local/templates/main/components/bitrix/sale.basket.basket.line/basket_line/style.css?17631275504754 */
/* /local/templates/main/components/bitrix/breadcrumb/.default/style.css?1763127550623 */
/* /local/components/mycomp/main.feedback/templates/reg_for_lesson/style.css?17631275491488 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17216492204354 */
/* /local/templates/main/demo.css?17631275501652 */
/* /local/templates/main/es-cus.css?17631275503917 */
/* /local/templates/main/css/magnific-popup.css?17631275507213 */
/* /local/templates/main/css/fed_custom.css?1763127550883 */
/* /local/templates/main/styles.css?176312755018113 */
/* /local/templates/main/template_styles.css?176312755071695 */
