

/* Start:/local/templates/zolotoshvei_new/components/bitrix/sale.basket.basket.line/header/style.css?17391757224227*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.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{
		/*width: 200px;*/
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.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;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.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;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/local/templates/zolotoshvei_new/components/bitrix/sale.basket.basket.line/.default/style.css?17391757224227*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.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{
		/*width: 200px;*/
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.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;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.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;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/local/templates/zolotoshvei_new/styles.css?173917572269*/
.p14_04{font-size: 14px;letter-spacing: 0.4px;}.p16{font-size:16px;}

/* End */


/* Start:/local/templates/zolotoshvei_new/template_styles.css?176951729327644*/
.top {
  padding-top: 30px;
}
.bottom {
  padding-bottom: 100px;
}
#bx-panel {
  position: absolute !important;
  width: 100% !important;
}
.search-page {
  display: none;
}
.horizontalsmartfilter {
  position: relative;
  padding: 0 40px;
  display: table;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.filter_button {
  position: absolute;
  top: 0;
  right: 25px;
}
.filter_button_set {
  right: 170px;
}
.subfilterli {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 0px !important;
  margin-bottom: 0;
}
#set_filter,
#set_filter:active,
#set_filter:focus,
.subfilter,
.subfilter:hover,
.subfilter:active,
.subfilter:focus {
  color: #000;
  border: 1px solid #000;
  font-size: 12px;
  letter-spacing: 1.1px;
  font-family: FuturaPT-Demi;
  background: none;
  text-transform: uppercase;
  margin: -5px 10px;
  padding: 4px 35px;
}
#del_filter,
#del_filter:focus,
#del_filter:active {
  color: #000;
  background: #dfdede;
  font-size: 12px;
  letter-spacing: 1.1px;
  font-family: FuturaPT-Demi;
  text-transform: uppercase;
  margin: -5px 10px;
  padding: 4px 35px;
}
#set_filter,
#set_filter:active,
#set_filter:focus,
#del_filter,
#del_filter:focus,
#del_filter:active {
  border-radius: 16px;
  outline: none;
}
#del_filter,
#del_filter:focus,
#del_filter:active {
  margin-right: 0;
}
.subfilter,
.subfilter:hover,
.subfilter:focus,
.subfilter:active {
  width: 100%;
  display: block;
  height: 30px;
  padding: 0;
  margin: 0 0;
  line-height: 30px;
}
#set_filter:hover,
.subfilter:hover,
#del_filter:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
}
.popup-window,
.popup-window p,
.popup-window span,
.popup-window div,
.popup-window a,
.popup-window button,
.popup-window .popup-window-titlebar-text,
.popup-window .popup-window-titlebar-text-version {
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  font-family: FuturaPT-Medium;
  letter-spacing: 1.1px;
  font-weight: 400;
}
.popup-window p {
  padding-top: 5px;
}
.popup-window .btn.btn-default,
.popup-window .btn.btn-default:hover {
  background: none;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-family: FuturaPT-Medium;
  letter-spacing: 1.1px;
  border: 0 none;
  box-shadow: none;
}
.navigation {
  padding-top: 60px;
  text-align: center;
}
.navigation .navigation-pages {
  display: inline-block;
}
.navigation a,
.navigation span {
  background: none;
  color: #b7b5b4;
  font-size: 12px;
  font-family: FuturaPT-Medium;
  border: 0 none;
  box-shadow: none;
  border: 1px solid #fff;
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}
.navigation a:not(.navigation-button):hover {
  background: #f6f5f3;
  border-radius: 12px;
  color: #252525;
  border: 1px solid #f6f5f3;
}
.navigation a:hover,
.navigation span:hover {
  text-decoration: none;
}
.navigation .navigation-button,
.navigation .navigation-button:hover,
.navigation .navigation-button:focus,
.navigation .navigation-button:active {
  font-size: 18px;
  color: #252525;
  text-decoration: none;
  width: 30px;
  height: 24px;
  font-family: FuturaPT-Thin;
}
.navigation span.first {
  background: url(/local/templates/zolotoshvei_new/img/s-nazad.svg) 50% 50% no-repeat;
  background-size: 20px;
}
.navigation span.last {
  background: url(/local/templates/zolotoshvei_new/img/s-vpered.svg) 50% 50% no-repeat;
  background-size: 20px;
}
.navigation span.nav-current-page {
  color: #252525;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #252525;
}
.navigation span.navigation-disabled,
.navigation span.navigation-disabled:hover {
  color: #b7b5b4;
}
.filter ul li ul li {
  display: block;
  white-space: nowrap;
  text-align: left;
}
.filter ul li ul li.subfilterli {
  padding-top: 10px;
  text-align: center;
}
.popup_gallery-slider {
  overflow: hidden;
}
#sortFormHeader,
#sortFormHeader li {
  background: #f0efed;
}
input[type="text"].error_field,
input[type="email"].error_field,
textarea.error_field,
.error_field {
  border: 1px solid rgb(255, 0, 131) !important;
}
.product-item-detail-info-container .btn-grad:hover {
  color: #252525;
  text-decoration: none;
}

.new_order .bx-soa-pp-company-smalltitle {
  font-size: 17px !important;
}

.product-item-count {
  font-size: 12px;
  letter-spacing: 1.1px !important;
}
.profile-form .form-column .form-columns {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .cart-title:after {
    right: -17px !important;
  }
}
.mobile-quantity .quantity {
  font-family: "FuturaPT-Book" !important;
  font-size: 12px !important;
}
.tabs-header .active {
  padding-right: 0px !important;
}
.tabs-header .cart-title {
  display: block;
}
.cart-tabs-header .tabs-header,
.auth .cart-tabs-header .tabs-header {
  display: -webkit-box;
}
.cart-title + .cart-title {
  margin-left: 30px !important;
}
.catalog-single {
  padding-bottom: 0px !important;
}
.addtocart .cat_properties {
  padding: 39px 60px !important;
}
.mobile-search-form-input {
  margin-left: 3px !important;
}
.form-btn-search {
  left: 5px !important;
}
.cart-table .products-table-available {
  margin-right: unset !important;
  margin-left: 7px !important;
}
.products-table-cell .products-table-price,
.products-table-cell .products-table-total {
  padding-top: 2px !important;
}
.cart_calc_inner .quantity {
  padding-top: 2px !important;
}
.mobile-search-form {
  padding: 0px 25px 0px 25px !important;
}
#bx-soa-orderSave {
  margin-top: 14px !important;
}
.mobile-auth {
  display: none !important;
}
.sp-form[sp-id="148176"] {
  background-image: url("/local/templates/zolotoshvei/img/futer-podpiska.jpg") !important;
}

.main-user-consent-request-popup-header {
  max-width: unset !important;
}
@media (min-width: 420px) and (max-width: 480px) {
  .main-user-consent-request-popup-cont {
    width: calc(100vw - 24px);
    height: calc(100vh - 94px);
  }
  .main-user-consent-request-popup-text {
    height: 45vh !important;
  }
}
@media (min-width: 320px) and (max-width: 419px) {
  .main-user-consent-request-popup-cont {
    padding: 41px 24px !important;
    width: calc(100vw - 30px);
    height: calc(100vh - 54px);
  }
  .main-user-consent-request-popup-text {
    height: 45vh !important;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .main-user-consent-request-popup-cont {
    max-width: 640px;
    max-height: 445px;
    width: calc(100vw - 24px);
    height: calc(100vh - 94px);
  }
}
@media (max-width: 540px) {
  .popup-review-auth-fail {
    width: min-content;
  }
  .popup-message-validate {
    padding: 50px 25px 57px !important;
  }
  .review--auth {
    display: inline-block !important;
    margin: 0px !important;
  }
}
@media (min-width: 541px) {
  .review--auth {
    display: inline-block !important;
    margin: 20px !important;
    margin-top: 40px !important;
  }
}
.catalog-single {
  padding-top: 0 !important;
}
.popup-theme-default {
  height: unset !important;
}
.review--text {
  max-width: 360px;
  display: inline-block;
}
.review--reg {
  background: #dedddd !important;
  display: inline-block !important;
  margin: 20px !important;
  margin-top: 40px !important;
}
.popup-text {
  width: unset !important;
}

.main-user-consent-request-popup-text {
  color: #252525 !important;
}
@media (max-width: 698px) {
  .sp-ann .main-user-consent-request-announce span {
    min-width: unset;
    width: calc(70vw - 24px);
  }
}
.sp-ann .main-user-consent-request-announce {
  color: white;
}
.form-column {
  width: 100% !important;
}
.form-columns {
  margin-bottom: 20px;
}
.reg-form .form-columns {
  margin-bottom: 0px !important;
}
.bx-soa-pp-delivery-cost {
  top: 2px !important;
}
.profile-nav-btn,
.profile-content-item-info p {
  letter-spacing: 1.1px !important;
}
.profile-open {
  margin-top: 5px;
}
.foot-navi ul li a {
  font-family: "FuturaPT-Medium" !important;
  font-size: 10px !important;
}
.socnm {
  font-family: "FuturaPT-Medium" !important;
  font-size: 10px !important;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .cart-main-content {
    display: flex !important;
  }
  .cart-main-content-right {
    top: inherit !important;
    right: inherit !important;
  }
}
.quantitymob {
  font-size: 12px !important;
  font-family: FuturaPT-Book !important;
  letter-spacing: 0px !important;
}
.cart-list .mobile-quantity {
  justify-content: unset !important;
}
@media (max-width: 19200px) {
  .cart-main-content-right {
    right: 144px;
  }
}
.cart_calc a,
.products-table-fav {
  width: 24px !important;
  height: 24px !important;
}
.cart_calc .plus {
  transition: none !important;
}
.cart_calc .minus {
  transition: none !important;
}
.cart-tabs-header {
  top: 0px !important;
}
@media only screen and (min-width: 341px) and (max-width: 440px) {
  .main-user-consent-request-announce span {
    position: absolute;
    min-width: 300px;
  }
}
@media only screen and (min-width: 441px) {
  .main-user-consent-request-announce span {
    position: absolute;
    min-width: 400px;
  }
}
@media only screen and (min-width: 241px) and (max-width: 340px) {
  #bx-soa-orderSave {
    margin-bottom: 60px !important;
  }
  .main-user-consent-request-announce span {
    position: absolute;
    min-width: 200px;
  }
}
.jq-checkbox {
  border: none !important;
}
.bx-soa-pp-company-graf-container {
  height: 0 !important;
}
.bx-soa-pp-delivery-cost {
  top: 0px !important;
}
.new_order .bx-soa-pp-company-graf-container span {
  top: 2.5px !important;
}
.modal-action .order .order-container {
  overflow: unset !important;
}
.btn-standart:hover,
.btn-standart:focus {
  background: #b7b5b4 !important;
}
.main-user-consent-request-popup-button-rej {
  background: #dedddd !important;
  box-shadow: none !important;
}
.main-user-consent-request-popup-button-rej:hover {
  background: #b7b5b4 !important;
}
a.btn,
.btn {
  font-family: FuturaPT-Demi !important;
  font-size: 12px !important;
  letter-spacing: 1.1px !important;
}
.btn-grad {
  background: linear-gradient(90deg, #fadf9d, #e6c584) !important;
  box-shadow: none !important;
}

.new_order:hover,
.bx-soa-pp-company-graf-container:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-standart {
  letter-spacing: 1.1px !important;
}
.review {
  border-bottom: 0px solid #252525 !important;
}
.sp-form {
  border-style: none !important;
  border-width: 0 !important;
}
label[data-bx-user-consent] input {
  margin-top: 1px !important;
}
.form-btn-close {
  right: -4px !important;
}
.sp {
  padding: 25px 14px !important;
  color: white;
  width: 60%;
  margin: 0 auto;
}
.sp_cons {
  top: -4.3px;
  left: -0.5px;
}
.super-slider-link,
.super-slider-link:hover,
.super-slider-link:active,
.slick-slider,
.slide,
.slick-slide,
.slick-current,
.slick-active,
.slick-slider:focus,
.slide:focus,
.slick-slide:focus,
.slick-current:focus,
.slick-active {
  outline: none !important;
}
.main-user-consent-request-announce span {
  font-family: FuturaPT-Book !important;
  font-size: 14px !important;
  letter-spacing: 0.4px !important;
}
.empty-cart,
.cart-title {
  letter-spacing: 1.1px !important;
  line-height: normal !important;
}
.empty-cart {
  border-top: 3px solid #252525 !important;
}
.cart-header-wrap:before {
  display: none;
}
.empty-cart {
  font-family: FuturaPT-Book !important;
  font-size: 12px !important;
  letter-spacing: 1.1px !important;
}
.products-table-color,
.products-table-name,
.products-table-articul {
  letter-spacing: 1.1px !important;
}
.cart-table {
  border-top: 3px solid #252525 !important;
}
.sp-form[sp-id="148176"] input[type="checkbox"] {
  display: none !important;
}
.form-block-popup-button {
  border-top: none !important;
}
.sp-form button {
  margin: 0 auto !important;
}
.form-block-shadow {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  overflow: hidden !important;
  z-index: 9000 !important;
}
.form-block-popup-container {
  border-radius: 0 !important;
  padding: 60px !important;
}
@media (min-width: 1000px) {
  .form-block-popup-container {
    min-height: 400px;
    min-width: 640px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-auth {
    display: block !important;
  }
  .cart-header-wrap .tabs-header {
    padding-top: 20px;
  }
  .order-container .cart-header {
    padding-top: 20px !important;
    padding-bottom: 22px !important;
  }
  .order-container {
    padding-top: 0px !important;
  }
  .tabs .order-container {
    padding-top: 65px !important;
  }
  .popup-message-filter .navbar-nav li.nohover ul li,
  .nav-main-link {
    border-bottom: 1px solid #f2f2f2 !important;
  }
  .social ul li {
    padding: 0 7px;
  }
  .socnm {
    display: none !important;
  }
  .social ul li span {
    width: unset !important;
    height: unset !important;
  }
  .podzag {
    font-family: FuturaPT-Medium;
    font-size: 18px;
    letter-spacing: 1.1px;
  }
  .sp-invalid {
    margin-top: 51px !important;
    margin-left: 4px;
  }
  .social {
    margin-top: 40px;
  }
  .sp-ann {
    margin: 20px 0 55px 0 !important;
  }
  .sp-form[sp-id="148176"] .sp-form-control {
    font-family: FuturaPt-Book;
    font-size: 16px;
    padding: 0 8.75px;
    margin-top: 20px !important;
    border: 1px solid #dedddd;
    border-radius: 0;
    background: #ffffff;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    height: 40px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cart-btn {
    margin-top: 36px !important;
  }
  .basket-delay {
    border-bottom: unset !important;
    padding-bottom: unset !important;
    margin-bottom: unset !important;
  }
  .cart-title {
    font-family: FuturaPT-Medium !important;
    font-size: 18px !important;
    letter-spacing: 1.1px !important;
  }
  .menu-button,
  .mob_filter {
    font-size: 14px !important;
    letter-spacing: 1.1px !important;
    font-family: FuturaPT-Medium !important;
  }
  .navbar-nav > li > a.active::after {
    background-position: center right 0px !important;
  }
  .nav > li a.nav-main-link.active,
  .nav > li:not(.nohover):hover a.nav-main-link,
  .nav > li:active a.nav-main-link {
    color: #252525 !important;
  }

  .navbar-nav > li {
    border-bottom: 1px solid #f2f2f2 !important;
  }
  .navbar-offcanvas {
    border-bottom: 0px solid #dedddd !important;
  }
  .navbar-nav > li > a {
    padding: 17.5px 24px !important;
  }
  .navbar-nav > li > a {
    font-family: "FuturaPT-Medium" !important;
    font-size: 14px !important;
  }
  .nav-content-block_container_secondary-menu ul {
    padding-bottom: 20px !important;
  }
  .reviews .btn {
    padding: 10px 0 9px 0 !important;
  }
  .mainpage-list_block_description h4 {
    font-size: 18px !important;
    padding-bottom: 12px !important;
  }
  .desc {
    font-family: "FuturaPT-Medium" !important;
    font-size: 10px !important;
    letter-spacing: 1.1px !important;
    text-transform: uppercase !important;
  }
  .sp-form-caption {
    font-family: "FuturaPT-Medium" !important;
    font-size: 18px !important;
    letter-spacing: 1.1px !important;
    text-transform: uppercase !important;
  }
  .sp-form h1,
  .sp-form h2,
  .sp-form h3,
  .sp-form h4,
  .sp-form h5,
  .sp-form p {
    line-height: 1.4 !important;
    text-align: center !important;
  }
  .sp-control-label {
    font-family: "FuturaPT-Medium" !important;
    font-size: 16px !important;
    letter-spacing: 1.1px !important;
  }
  .sp-form-snoska {
    font-family: "FuturaPT-Book" !important;
    font-size: 14px !important;
    letter-spacing: 0.4px !important;
    text-align: center !important;
  }
  .sp-form[sp-id="148176"] .sp-button {
    padding: 10px 0 8px 0 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-family: "FuturaPT-Demi" !important;
    font-weight: 400 !important;
    letter-spacing: 0.6px;
    text-align: center !important;
  }
  .sp-form-outer {
    padding-bottom: 40px;
  }
  .sp-form[sp-id="148176"] {
    padding: 50px 24px 110px 24px !important;
  }
  .nav-main-link {
    background: url(/local/templates/zolotoshvei_new/img/mainpage/razvernut.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center right 20px;
    background-size: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    margin: 0 !important;
    transition: none;
    color: #252525;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    line-height: 20px;
    position: relative;
    display: block;
    padding: 18px 24px;
    font-family: "FuturaPT-Medium";
    text-transform: uppercase;
    letter-spacing: 1.1px;
  }
  a.nav-main-link::after {
    display: none !important;
  }
  .catalog-item-container:hover > div {
    border: 1px solid #fff !important;
  }
  h2.title,
  .cat_properties h2.title {
    font-size: 18px !important;
    font-family: FuturaPT-Book !important;
    letter-spacing: 1.1px !important;
  }
  .check--auth--modal {
    margin-left: unset !important;
    width: 100% !important;
  }
  .product-item-detail-review {
    padding-bottom: 80px !important;
  }
  h1 {
    letter-spacing: 1.1px !important;
  }
  .popup-message-validate .popup-head {
    font-size: 18px !important;
    letter-spacing: 1.1px !important;
    font-family: FuturaPT-Medium !important;
  }
  .main-user-consent-request-popup-header {
    font-size: 18px !important;
    letter-spacing: 1.1px !important;
    font-family: FuturaPT-Medium !important;
  }
}

@media only screen and (min-width: 992px) {
  .social ul li span {
    display: inherit !important;
  }
  .podzag {
    font-family: FuturaPT-Book;
    font-size: 24px;
    letter-spacing: 1.1px;
  }
  .sp-invalid {
    margin-top: 51px !important;
    margin-left: 124px;
  }
  .sp-form[sp-id="148176"] .sp-form-control {
    font-family: FuturaPt-Book;
    font-size: 16px;
    padding: 0 8.75px;
    margin-top: 20px !important;
    border: 1px solid #dedddd;
    border-radius: 0;
    background: #ffffff;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .sp-ann {
    padding: 0 20% !important;
    margin: 14px 0 45px 0 !important;
  }
  .cart-header-sum {
    font-size: 12px !important;
    letter-spacing: 1.1px !important;
  }
  .products-table-info-small,
  .cart-table .products-table-available {
    font-size: 12px;
  }
  .cart-btn {
    margin-top: 40px !important;
  }
  .cart-title {
    font-family: FuturaPT-Book !important;
    font-size: 24px !important;
    letter-spacing: 1.1px !important;
  }
  .mainpage-list_block_description h4 {
    font-size: 24px !important;
    padding-bottom: 16px !important;
  }
  .desc {
    font-family: "FuturaPT-Medium" !important;
    font-size: 12px !important;
    letter-spacing: 1.1px !important;
    text-transform: uppercase !important;
  }
  .btn-standart,
  .btn-lg {
    padding: 7px 0 6px 0 !important;
  }
  .sp-form-caption {
    font-family: "FuturaPT-Book" !important;
    font-size: 24px !important;
    letter-spacing: 1.1px !important;
    text-transform: uppercase !important;
  }
  .sp-form h1,
  .sp-form h2,
  .sp-form h3,
  .sp-form h4,
  .sp-form h5,
  .sp-form p {
    line-height: 1.4 !important;
    text-align: center !important;
  }
  .sp-control-label {
    font-family: "FuturaPT-Book" !important;
    font-size: 20px !important;
    letter-spacing: 1.1px !important;
  }
  .sp-form-snoska {
    font-family: "FuturaPT-Book" !important;
    font-size: 14px !important;
    letter-spacing: 0.4px !important;
    text-align: center !important;
  }
  .sp-form[sp-id="148176"] .sp-button {
    padding: 7px 0 5px 0 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-family: "FuturaPT-Demi" !important;
    font-weight: 400 !important;
    letter-spacing: 0.6px;
    text-align: center !important;
  }
  .sp-form-outer {
    padding-bottom: 40px;
  }
  .sp-form[sp-id="148176"] {
    padding: 90px 0px 80px 0px !important;
  }
  .sp-form[sp-id="148176"] .sp-form-fields-wrapper {
    width: 600px !important;
  }
  .sp-form-control {
    width: 60% !important;
    margin: 0 20% !important;
  }
  .sp-checkbox-option {
    padding-top: 10px;
  }
  .jq-checkbox {
    border: 0px solid #000 !important;
  }
  .product-item-detail-reviews h2,
  .cat_properties h2.title {
    font-family: FuturaPT-Book !important;
    font-size: 24px !important;
    letter-spacing: 1.1px !important;
  }
  .product-item-detail-reviews-header {
    max-width: 1600px;
    margin: 0 auto;
  }
  .product-item-detail-review {
    padding-bottom: 100px !important;
  }
  h1 {
    letter-spacing: 1.1px !important;
  }
  .popup-message-validate .popup-head {
    font-size: 24px !important;
    letter-spacing: 1.1px !important;
    font-family: FuturaPT-Book !important;
  }
  .main-user-consent-request-popup-header {
    font-size: 24px !important;
    letter-spacing: 1.1px !important;
    font-family: FuturaPT-Book !important;
  }
  .main-user-consent-request-popup-cont {
    padding: 60px !important;
  }
}

.tabs-spravka .nav-tabs > li a:hover {
  border-bottom: 1px solid #252525 !important;
  display: inline-block;
}

#sdek-pm .btn,
#sdek-s .btn {
  padding: 5px;
}
#sdek-pm .btn:hover,
#sdek-s .btn:hover {
  background-color: #265a88;
}
.new_order .bx-soa-pp-company-smalltitle {
  padding-right: 57px;
}

.news-title {
  margin-top: 40px;
}
.products-list-card {
  padding: 5px 25px 5px 10px;
}

.calendar .container {
  position: relative;
}
.calendar__filter {
  margin-top: 64px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.calendar__filter .type-exhibits {
  padding: 15px;
  border: 1px solid #d0d0d0;
  width: 220px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.calendar__filter .bx-active {
  margin-left: 24px;
}
.calendar__filter .bx-active:first-of-type {
  margin-left: 0;
}
.calendar__filter .type-exhibits span {
  font-family: Futura PT Demi;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #252525;
}
.calendar__filter .type-exhibits img {
  width: 12px;
  transition: 0.4s;
}
.calendar__filter .type-exhibits .dropdown-list {
  position: absolute;
  top: 46px;
  width: 100%;
  left: -1px;
  border: 1px solid #d0d0d0;
  border-top: 0px;
  display: none;
  background: white;
  z-index: 3;
}
.calendar__filter .type-exhibits .dropdown-list .item {
  font-family: Futura PT Demi;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #252525;

  transition: 0.4s;
}
.calendar__filter .type-exhibits .dropdown-list .item label {
  display: block;
  align-items: center;
  padding: 15px;
  min-height: 1px;
}
.calendar__filter .type-exhibits .dropdown-list .item:hover {
  background: #d0d0d0;
}
.calendar__filter .month-exhibits {
  padding: 15px;
  border: 1px solid #d0d0d0;
  width: 220px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-left: 24px;
}
.calendar__filter .month-exhibits span {
  font-family: Futura PT Demi;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #252525;
}
.calendar__filter .month-exhibits img {
  width: 12px;
  transition: 0.4s;
}
.calendar__filter .month-exhibits .dropdown-list {
  position: absolute;
  top: 46px;
  width: 100%;
  left: -1px;
  border: 1px solid #d0d0d0;
  border-top: 0px;
  display: none;
  background: white;
  z-index: 3;
}
.calendar__filter .month-exhibits .dropdown-list .item {
  font-family: Futura PT Demi;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #252525;
  padding: 15px;
  transition: 0.4s;
}
.calendar__filter .month-exhibits .dropdown-list .item:hover {
  background: #d0d0d0;
}
.calendar__slider {
  margin-top: 55px;
  padding-left: 7%;
  padding-right: 7%;
}
.calendar__slider .slide {
  padding-top: 11px;
  padding-bottom: 11px;
  transition: 0.4s;
}
.calendar__slider .slide.active {
  cursor: pointer;
}
.calendar__slider .slide.active:hover {
  background: #f9f4e9;
}
.calendar__slider .slide.current {
  background: #f9f4e9;
}
.calendar__slider .slide .week-day {
  font-family: Futura PT Book;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  margin: 0;
}
.calendar__slider .slide .date {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: -2px;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0;
}
.calendar__slider .slide.current .week-day {
  color: black;
}
.calendar__slider .slide.current .date {
  color: #d7b56d;
}
.calendar__slider .slide.active .week-day {
  color: black;
}
.calendar__slider .slide.active .date {
  color: #d7b56d;
}
.calendar .slick-next,
.calendar .slick-arrow {
  display: none !important;
}
.calendar .prev-slide,
.calendar .next-slide {
  width: 64px;
  height: 64px;
  background: white;
  border: 1px solid #d7b56d;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  width: 64px;
}
.calendar .prev-slide {
  position: absolute;
  top: 265px;
  left: 250px;
  transform: translate(0, -50%);
}
.calendar .prev-slide:hover,
.calendar .next-slide:hover {
  background: #fadf9d;
}
.calendar .next-slide {
  position: absolute;
  top: 265px;
  right: 250px;
  transform: translate(0, -50%);
}
.calendar .next-slide img {
  transform: rotate(180deg);
}
.calendar .slider-data {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-family: Futura PT Book;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase;
}
.calendar .news__list .item .description .data span.event {
  color: black;
}



.article p {margin-top: 10px; margin-bottom: 10px; width: 70%;}
.article ul {font-size: 16px; width: 70%;}
.article h2.search-title {padding: 45px 0 15px 0px; text-transform: none;}
.article img {width: 70%;}
.article a {color: #d7b56d;}
@media (max-width: 700px) {
.article p {width: 100%;}
.article ul {width: 100%;}
.article img {width: 100%;}
}


/* СOOKIE */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 15px 20px;
  z-index: 1000;
  display: none;
  font-family: Arial, sans-serif;
}
.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cookie-content p {
  margin: 0;
  flex: 1;
  min-width: 300px;
  line-height: 1.5;
  color:#fff;
}
.cookie-content a {
  color: #4dabf7;
  text-decoration: underline;
}
.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: opacity 0.3s;
}
.cookie-btn:hover {
  opacity: 0.9;
}
.accept-btn {
  background: #2ecc71;
  color: white;
}
.reject-btn {
  background: #e74c3c;
  color: white;
}

#reviews .main-user-consent-request-announce span{
  display:inline;
  position: unset;
}
#reviews .custom-checkbox ~ .main-user-consent-request-announce::before{
  top:2px;
}
/* End */
/* /local/templates/zolotoshvei_new/components/bitrix/sale.basket.basket.line/header/style.css?17391757224227 */
/* /local/templates/zolotoshvei_new/components/bitrix/sale.basket.basket.line/.default/style.css?17391757224227 */
/* /local/templates/zolotoshvei_new/styles.css?173917572269 */
/* /local/templates/zolotoshvei_new/template_styles.css?176951729327644 */
