/* Variable Italic */
@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: italic;
}

/* Variable Regular */
@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: normal;
}

a{
	text-decoration: none;
	color:#211f1f;
}
a:hover{
	color:#959494;
}
p{
	margin:0;
}
body{
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
	color: #211f1f;
	font-size: 16px;
}
ul,ol{
	list-style: none;
	margin:0;
}
input[name="surname"] {
	display: block !important;
	width: 2px !important;
	height: 3px !important;
	opacity: .01 !important;
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
}
.ajax_form .error{
	border-color:red;
	background: #efd7d7;
}
.btn:not(.fa){
	display: inline-block;
	outline: 0;
	position: relative;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: .3em;
	font-weight: 500;
	text-transform: uppercase;
	box-sizing: border-box;
	border:none;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: background-color .2s cubic-bezier(.165,.84,.44,1),color .15s cubic-bezier(.165,.84,.44,1),border-color .1s cubic-bezier(.165,.84,.44,1);
	transition: background-color .2s cubic-bezier(.165,.84,.44,1),color .15s cubic-bezier(.165,.84,.44,1),border-color .1s cubic-bezier(.165,.84,.44,1);
	padding: 13px 42px;
}
.btn-default:not(.fa){
	padding: 14px 18px;
	color: #000;
	background-color: transparent;
	border: 0;
	vertical-align: middle;
}
.btn-default:not(.fa):hover{
	color: #000!important;
	background-color: transparent!important;
	border-color: transparent!important;
}
.btn-default:not(.fa):before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 33%;
	height: 100%;
	background-color: #ffe9e2;
	z-index: -1;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: -webkit-transform .3s,width .3s .25s;
	-webkit-transition: width .3s .25s,-webkit-transform .3s;
	transition: width .3s .25s,-webkit-transform .3s;
	transition: transform .3s,width .3s .25s;
	transition: transform .3s,width .3s .25s,-webkit-transform .3s;
	will-change: transform;
}
.btn-default:not(.fa):hover:before {
	width: 100%;
	-webkit-transform: scaleX(.33);
	-ms-transform: scaleX(.33);
	transform: scaleX(.33);
	-webkit-transition: -webkit-transform .3s .25s,width .3s;
	-webkit-transition: width .3s,-webkit-transform .3s .25s;
	transition: width .3s,-webkit-transform .3s .25s;
	transition: transform .3s .25s,width .3s;
	transition: transform .3s .25s,width .3s,-webkit-transform .3s .25s;
}
.btn-secodary{
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
}
.btn-secodary:hover{
	color:#fff;
	background: #000;
}
.btn-primary{
	color: #000 /* !important */;
	background: #ffe9e2 /* !important */;
	text-decoration: none !important;
	padding: 14px 43px;
	border: 0;
	outline: 1px solid transparent;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	overflow: hidden;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transition: none;
	transition: none;
}
.btn-primary:hover{
	color: #fff!important;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.btn-primary.btn-reverse{
	color: #fff;
	background: #000;
}
.btn-primary.btn-reverse:hover{
	color: #000!important;
}
.btn-primary .btn-primary-background{
	background: #000;
	border-radius: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	display: block;
	position: absolute;
	z-index: -1;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: width 0s .3s,height 0s .3s,opacity .3s cubic-bezier(.15,.7,.54,.99);
	transition: width 0s .3s,height 0s .3s,opacity .3s cubic-bezier(.15,.7,.54,.99);
}
.btn-primary:hover .btn-primary-background{
	width: 500px;
	height: 300px;
	opacity: 1;
	-webkit-transition: width .85s,height .85s,opacity .4s cubic-bezier(.15,.7,.54,.99);
	transition: width .85s,height .85s,opacity .4s cubic-bezier(.15,.7,.54,.99);
}
.btn-primary.btn-reverse .btn-primary-background{
	background: #ffe9e2;
}
.btn-light{
	color:#000;
	background: transparent;
	border:1px solid transparent;
}
.btn-light:hover{
	color:#aaa;
	background: #fff;
	border:1px solid transparent;
}
.btn-info{
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	display: inline-block;
}
.btn-info.btn-arrow{
	position: relative;
	padding-right: 20px;
}
.btn-link{
	border:none;
	background: transparent;
	cursor: pointer;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
}
.btn-remove{
	border:none;
	background: transparent;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 12px;
	height: 12px;
	position: relative;
}
.btn-remove:after,
.btn-remove:before{
	content:'';
	position: absolute;
	width: 14px;
	height: 1px;
	background: #959494;
}
.btn-remove:hover:after,
.btn-remove:hover:before{
	background: #211f1f;
}
.btn-remove:after{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left:0;
	top:50%;
}
.btn-remove:before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left:0;
	top:50%;
}
.btn-small{
	padding: 9px 32px;
	font-size: 10px;
}
.link{
	text-decoration: underline;
}
.btn-link:hover, .link:hover{
	color:#959494;;
	text-decoration: none;
}
.c-white{
	color:#fff !important;
}
.c-black{
	color:#000 !important;
}
.c-grey{
	color:#959494 !important;
}
.lh-1{
	line-height: 1;
}
.lh-2{
	line-height: 1.2;
}
.lh-3{
	line-height: 1.5;
}
.space-02{
  letter-spacing: .2em;
}
.space-005{
  letter-spacing: .05em;
}
.bg-black{
	background-color: #211f1f;
}
.title{
	font-size: 15px;
	line-height: 1.4667em;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.middle{
	font-size: 20px;
}
.medium{
	font-size: 14px;
}
.small{
	font-size: 11px;
}
.uppercase{
	text-transform: uppercase;
	color:#686868;
}
.wrapper{
	padding: 80px 0;
}
.h-line{
	position: relative;
}
.h-line:before{
	content:'';
	position: absolute;
	bottom: 0;
	width: 31px;
	display: inline-block;
	border-top: 1px solid currentColor;
	box-sizing: border-box;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.h1,h1{
	font-size: 55px;
}
.h2,h2{
	font-size: 45px;
}
.h3,h3{
	font-size: 35px;
}
.h4,h4{
	font-size: 24px;
}
.h5,h5{
	font-size: 20px;
}
.h6,h6{
	font-size: 16px;
}
.lightbold{
	font-weight: 500;
}
.bold{
	font-weight: bold;
}
.line{
	border-bottom:1px solid #fff;
}
.dash{
	position: relative;
	padding-left: 40px;
}
.dash:before{
	content:'';
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	left:0;
	width: 35px;
	height: 2px;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}
.dash.c-white{
	background: rgba(255, 255, 255, 0.5);
}
.form-group{
	margin-bottom: 15px;
}
.form-group label{
	font-size: 11px;
	letter-spacing: .2em;
	text-transform: uppercase;
	padding-bottom: 10px;
	display: inline-block;
}
.form-control, .current{
	background: #FFFFFF;
	border: 1px solid #ededed;
	box-sizing: border-box;
	padding: 12px 18px;
	width: 100%;
	outline: 0;
	font-size: 11px;
	letter-spacing: .2em;
	height: auto;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}
.form-control::-webkit-input-placeholder{
	font-size: 11px;
	text-transform: uppercase;
}
.form-control:-ms-input-placeholder{
	font-size: 11px;
	text-transform: uppercase;
}
.form-control::-ms-input-placeholder{
	font-size: 11px;
	text-transform: uppercase;
}
.form-control::placeholder{
	font-size: 11px;
	text-transform: uppercase;
}
.form-control:focus{
	border-color: #cccccc;
}
select.form-control, .current{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding-right: 30px;
	background: url(../images/svg/shevron.svg) no-repeat 95% center #fff;
}
select::-ms-expand {
	display: none;
}
textarea.form-control{
	height: 138px;
	resize: none;
	font-size: 15px;
}
.breadcrumb li{
	display: inline-block;
}
.breadcrumb a{
	text-decoration: none;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.breadcrumb span{
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .2em;
	color: #959494;
	text-transform: uppercase;
}
.breadcrumb a:hover{
	color: #959494;
	opacity: .9;
}
.pagination li{
	display: inline-block;
	width: 38px;
	text-align: center;
	position: relative;
}
.pagination a, .pagination span{
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .2em;
}
.pagination a:hover{
	color: #211f1f;;
}
.pagination li:after{
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	left: 0;
	width: 0;
	height: 4px;
	background-color: #ffe9e2;
	z-index: -1;
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
}
.pagination li:hover:after,
.pagination li.active:after{
	width: 23px;
}
.slick-arrow:focus{
	outline: none;
}
.navbar-header{
	/* display: none; */
	padding: 0 10px;
  line-height: 0;
}
.header-mobil{
	display:none;
}
.navbar-toggle{
	background: transparent;
	border: none;
	position: relative;
	height: 31px;
	width: 18px;
	padding: 10px 0;
}
span.navbar-toggle{
	height: 11px;
}
.navbar-toggle .icon-bar{
	position: absolute;
	width: 18px;
	left:0;
	top: 47%;
	border-bottom: 1px solid #000;
	-webkit-transition: all 0.5s 0s;
	transition: all 0.5s 0s;
}
.navbar-toggle .icon-bar:first-child{
	top:10px;
}
.navbar-toggle .icon-bar:last-child{
	bottom:10px;
}
span.navbar-toggle .icon-bar{
	position: absolute;
	width: 18px;
	left:0;
	top: 49%;
	border-bottom: 1px solid #000;
	-webkit-transition: all 0.5s 0s;
	transition: all 0.5s 0s;
}

.navbar-toggle.active .icon-bar{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:14px;
}
.navbar-toggle.active .icon-bar:first-child{
	display: none;
}
.navbar-toggle.active .icon-bar:last-child{
	bottom:16px;
  top:auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top{
	position: fixed;
	bottom: 10%;
	right: 5%;
	text-align: center;
	cursor: pointer;
	display: none;
	border-radius: 50%;
	border:1px solid black;
}
#top p{
	width: 50px;
	height: 50px;
	display: inline-block;
	color: black;
	font-size: 16px;
	line-height: 49px;
	border-radius: 50%;
}
#top.active{
	display: block;
}
#top:hover{
	border:1px solid #fff;
	background: #ffe9e2;
}

#top p:hover{
	color: #fff;
}
#top:hover path{
	stroke:#fff;
}
#top span{
	text-transform: none;
	display: block;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#top path{
	stroke: #376FB2;
}
#header{
	position: fixed;
	top:0;
	left:0;
	right: 0;
	background: #fff;
	z-index: 10;
	border-bottom: 1px solid #ededed;
}
.top-padding{
	padding-top: 100px;
}
.top-padding-god{
	padding-top: 100px;
}
.sub-menu{
	display: none;
	position: absolute;
}
.help-info{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #000;
	text-align: center;
	width: 18px;
	height: 18px;
	line-height: 19px;
	border-radius: 50%;
}
.header-info{
	position: relative;
	cursor: pointer;
  padding:0 10px 0 7px;
}
.modal-help_info{
	position: absolute;
	right:0;
	left: auto;
	top: -webkit-calc(100% + 50px);
	top: calc(100% + 50px);
	width: 400px;
	background: transparent;
	padding-top: 12px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
	-webkit-transition: all .35s cubic-bezier(.53,.01,.18,1);
	transition: all .35s cubic-bezier(.53,.01,.18,1);
}
.help-info_content{
	background-color: #fff;
	border: 1px solid #ededed;
	padding: 15px;
}
.header-info.visible .modal-help_info{
	top:100%;
	opacity: 1;
	visibility: visible;
}
.modal-help_close{
  position:absolute;
  right:5px;
  top:17px;
}
.menu-about{
  display:none;
}
.menu a, .menu span, .menu-office a, .menu-office span{
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	display: block;
	position: relative;
}
.menu-office a, .menu-office span{
  padding-top:10px;
  padding-bottom:10px;
}
.menu>li>a, .menu>li>span{
	padding: 20px 10px;
}
.menu a:before, .menu span:before, .menu-office a:before, .menu-office span:before{
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 2px);
	top: calc(50% - 2px);
	left: -5px;
	width: 0;
	height: 2px;
	background-color: #ffe9e2;
	z-index: -1;
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
}
.menu a:hover, .menu-office a:hover{
	color:#211f1f;
}
.menu a:hover:before, .menu span:before, .menu-office a:hover:before, .menu-office span:before{
	width: 52px;
}
.menu .sub-menu{
	left:0;
	right:0;
	background: #fff;
	z-index: 10;
	border-top: 1px solid #ededed;
}
.menu .sub-menu_wr{
	max-width: 1300px;
	margin:0 auto;
	padding: 15px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.menu .sub-menu_wr a, .menu .sub-menu_wr span{
	padding: 8px 0;
	width: 300px;
}
.menu .sub-menu_wr a:before, .menu .sub-menu_wr span:before{
	left:-18px;
}
.office-profile{
  position:relative;
}
.menu-office{
  display:none;
  position: absolute;
  right:0;
	z-index: 10;
	padding-top:13px;
}
.menu-office ul{
  background: #fff;
  padding:0 15px;
  min-width:150px;
}
.main-item_wr{
	position: relative;
	max-height: 600px;
	overflow: hidden;
}
.main-item_img{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.main-item_container{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.main-item{
	padding: 80px 0;
	box-sizing: border-box;
	max-width: 800px;
}
.main-item_img img{
	width: 100%;
}
.main-img_small{
	display: none;
}
.section-item{
	position: relative;
}
.section-link{
	position: absolute;
	bottom: 30px;
	left:30px;
	right: 30px;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.section-item:hover .section-link{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.section-title{
	background: #fff;
	padding: 20px 30px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	display: block;
	box-sizing: border-box;
}
.section-img img{
	display: block;
	width: 100%;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
.section-item:hover .section-img img{
	opacity: 0.9;
}
.catalog-grid{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: repeat(2,1fr);
}
.grid-1{
	grid-column: span 2;
	grid-row: span 2;
}
.grid-1 .section-title{
	max-width: 50%;
}
.grid-2{
	grid-column: 3;
	grid-row: 1;
}
.grid-3{
	grid-column: 3;
	grid-row: 2;
}
.grid-4{
	grid-column: 4;
	grid-row: span 2;
}
.footer{
	padding: 70px 0 30px;
}
.footer-menu a, .footer-contact p, .footer-contact p>a{
	color: #bfbfbf;
	font-size: 14px;
	padding: 7px 0;
	display: block;
	font-weight: 500;
}
.footer-menu a:hover, .footer-contact a:hover{
	color:#fff;
}
.footer-social{
	padding-top: 15px;
}
.social a{
	margin-right: 15px;
}
.footer-social svg{
	fill: #bfbfbf;
}
.footer-social a:hover svg{
	fill: #fff;
}
.footer-bottom{
	border-top:1px solid #999;
}
.cart-total{
	position: relative;
	top: -5px;
	left: -3px;
	font-size: 12px;
	letter-spacing: .1em
}
.float-right{
	float:right;
}
.content-img{
	width: -webkit-calc(50vw - 20px);
	width: calc(50vw - 20px);
	box-sizing: border-box;
}
.breadrambs-wr{
	padding: 30px 0;
	background-color: #fbfbfb;
}
.sub-item{
	margin: 0 5px 10px;
}
.options-group{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 15px;
}
.options-group .control-label{
	-webkit-align-self: center;
	align-self: center;
}
.control-label{
	font-size: 15px;
	padding-right: 5px;
}
.prod-options .form-control{
	max-width: 96px;
}
.bg-band{
	position: relative;
	z-index: 1;
}
.bg-band:before{
	content:'';
	position: absolute;
	left:0;
	right: 0;
	top:50%;
	background: #ffe9e2;
	height: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.price{
	font-size: 28px;
	line-height: 1;
}
.price-wr svg{
	position: relative;
	top: 2px;
}
.old_price{
  text-decoration: line-through;
}
.list-item{
	height: 100%;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	border: 1px solid transparent;
	border-bottom: 0;
	padding: 15px 15px 30px;
}
.list-options{
	max-height: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	background: #fff;
	left: -1px;
	right: -1px;
	padding:15px;
	border: 1px solid transparent;
	border-top:0;
	opacity: 0;
	-webkit-transition: all 0.5s 0s;
	transition: all 0.5s 0s;
}
.list-item:hover{
	border-color: #ededed;
}
.list-item:hover .list-options{
	max-height: 200px;
	opacity: 1;
	border-color: #ededed;
}
.product-thumb{
	width: 120px;
}
.product-img{
	width: 100%;
}
.thumb-sliders{
	display: none;
}
.table-responsive td {
	font-size: 12px;
	padding:5px 10px;
	vertical-align: middle;
	font-weight: bold;
}
.table-responsive td:last-child{
text-align: right;
}
.input-count_wr{
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
	padding: 7px 10px;
}
.input-count .form-control{
	border:none;
	background: transparent;
	height: 100%;
	width: 50px;
	box-sizing: border-box;
	padding: 12px 13px;
	text-align: center;
}
.product-wr{
	background: url(../images/temp/bg.png) no-repeat 120px top;
	background-size: 100% 100%;
}
input#product_count::-webkit-outer-spin-button,
input#product_count::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.input-count{
	position: relative;
}
.changeCount{
  top:0;
  bottom:0;
  width:15px;
  position: absolute;
  z-index:1;
}
.changeCount:before{
  content:'';
	position: absolute;
	width: 7px;
	height: 7px;
	background: transparent;
	border-top:2px solid #d2d2d2;
	border-left:2px solid #d2d2d2;
	top:50%;
	z-index: 1;
	cursor: pointer;
}
.changeCount:hover:before{
	border-color:#211f1f;
}
.minus{
  left:0;
}
.plus{
  right:0;
}
.minus:before{
	left:2px;
	-webkit-transform: translateY(-50%)  rotate(315deg);
	-ms-transform: translateY(-50%)  rotate(315deg);
	transform: translateY(-50%)  rotate(315deg);
}
.plus:before{
	right:2px;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}
.favorites{
	letter-spacing: .3em;
}
.tab-content{
	padding: 15px 0;
}
.tab-content div[class^=tab]:not(.active),
.tab-modal_content div[class^=tab]:not(.active) {
	display: none;
}
.tab-header, .modal-tab {
	border-bottom: 1px solid #ededed;
}
.tab-header li, .modal-tab li{
	display: inline-block;
	margin: 0 0 -1px;
}
.tab-header button, .modal-tab button{
	display: inline-block;
	padding: 14px 39px;
	text-transform: uppercase;
	border:none;
	border-bottom: 1px solid transparent;
	background: transparent;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .2em;
	-webkit-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
	cursor: pointer;
}
.tab-header button:hover,
.tab-header button.active,
.modal-tab button:hover,
.modal-tab button.active{
	border-color: #211f1f;
}
#comment-new-link{
	padding: 15px 0;
}
.rating-hide {
	display: none;
}
.related-slider{
	display: none;
	padding: 0 30px;
}
.related-slider .slick-list{
	padding-bottom: 160px;
}
.slider-prev, .slider-next {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
	background: transparent;
	border: none;
}
.slider-prev{
	left:0;
}
.slider-next{
	right:0;
}
.slider-prev:before, .slider-next:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 11px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #959494;;
	border-left: 2px solid #959494;;
}
.slider-prev:before {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}
.slider-next:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 6px;
}
.slider-prev:hover:before, .slider-next:hover:before {
	border-color: #ffe9e2;
}
.training-img{
	width:62%;
	position: relative;
}
.training-padding{
	padding-bottom: 11%;
}
.training-content{
	width: 38%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.training-small{
	width:35%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.training-title{
	-webkit-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	transform: translateX(-80px);
}
.training-descr{
	font-size: 16px;
	line-height: 1.6875em;
	font-weight: 300;
}
.flex-row-reverse .training-title{
	-webkit-transform: translateX(80px);
	-ms-transform: translateX(80px);
	transform: translateX(80px);
}
.flex-row-reverse .training-content{
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex-row-reverse .training-align{
	text-align: right;
}
#calendar {
	border: 0px;
	width: 100%;
}
#calendar th {
	background-color: transparent;
	border: none;
	color: #000;
	text-align: center;
	padding: 5px 3px;
	font-size: 14px;
}
.sel_month_booking {
	color: #000;
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 25px;
	box-shadow: 0 1px 10px #aaa;
	text-align: center;
	line-height: 25px;
}
#calendar td {
	border: none;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
}
#calendar td>span {
	border-radius: 50%;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 27px;
	text-align: center;
	color: #ddd;
}
#calendar .featureclass>span {
	background-color: transparent;
	color: #211f1f;
	border: 1px solid #211f1f;
}
#calendar th.calendar_head {
	background-color: #F4F4F4;
}
#calendar tbody tr {
	height: 40px;
}
#calendar td.today>span {
	background-color: #ffe9e2;
	border-color: #ffe9e2;
}
.post-accordion{
	border-top: 1px solid #ededed;
}
.accordion-item{
	border-bottom: 1px solid #ededed;
}
.accordion-header{
	padding: 15px 0;
	cursor: pointer;
}
.accordion-header>*:before{
	content:'+';
	display: inline-block;
	width: 24px;
	text-align: center;
}
.accordion-item.active .accordion-header>*:before{
	content:'-';
}
.accordion-content{
	padding-bottom: 15px;
	display: none;
}
.autor-wr{
	background-color: #ffe9e2;
	padding: 30px;
	min-height: 170px;
}
.autor-wr>div{
	background: #fff;
}
.autor-descr{
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #959494;
}
.table-responsive #korzina td{
	font-size: 14px;
	font-weight: 500;
}
#korzina .cart-val-com-p {
    padding-bottom: 10px;
    display: none;
}
#korzina .cart-val-com {
    display: none;
}
input.cart-count::-webkit-outer-spin-button,
input.cart-count::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#office-auth-form-order{
	position: absolute;
	display: none;
	top: 55px;
	right: 50px;
	width: 30%;
}
#office-auth-form-order.active {
	display: block;
}
.radio, .checkbox{
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
}
.radio:before{
	content:'';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border:1px solid #D2D2D2;
	left:0;
	top:0;
}
input[type="radio"],
input[type="checkbox"]{
	display: block;
	height: 0;
	width: 0;
	padding:0;
	margin:0;
}
input[type="radio"]:checked+.radio:after{
	background: #ffe9e2;
	content:'';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left:2px;
	top:2px;
}
input[type="radio"]:disabled+.radio{
  display:none;
}
.checkbox:before{
	content:"";
	text-align: center;
	position: absolute;
	width: 16px;
	height: 16px;
	top: -3px;
	left: 0;
	border: 1px solid #D5DBE2;
}

input[type="checkbox"]:checked+.checkbox:after{
	content: "";
	border-top: 3px solid #ffe9e2;
	border-right: 3px solid #ffe9e2;
	position: absolute;
	width: 16px;
	height: 9px;
	top: -4px;
	left: 0px;
	-webkit-transform: rotateZ(130deg);
	-ms-transform: rotate(130deg);
	transform: rotateZ(130deg);
}
.wrapper-search{
	max-width: 90%;
	position: relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	vertical-align: middle;
	padding: 23px 53px 23px 23px;
	border: 1px solid #ededed;
	box-sizing: border-box;
  background: #fff;
}
.wrapper-search .p-search{
	display: inline-block;
	vertical-align: top;
	width: 202px;
	margin: 0;
	line-height: 48px;
	text-align: center;
	border-right: 1px solid #211f1f;
	box-sizing: border-box;
	font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.search-form{
	width: -webkit-calc(100% - 202px);
	width: calc(100% - 202px);
}
.input-search{
	width: 100%;
	box-sizing: border-box;
	border: none;
	outline: 0;
	background: transparent;
	padding: 10px 35px;
}
.btn-search{
	position: absolute;
	right:5px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.modal-dialog {
	max-width: 600px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	box-shadow: 0 0 18px rgb(0 0 0 / 10%);
}
.modal-header {
	padding: 15px;
}
.modal-body{
	padding: 15px;
}
body .fancybox-slide--html .fancybox-close-small{
	padding: 0;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
#city-select ul {
	padding: 15px 0 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#city-select ul li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	margin-bottom: 1rem;
}
/*---bonus---*/
.bonus-wrapper{
	background: #ffe9e2;
    display: flex;
	position: relative;
	margin-bottom: 35px;
}
.bonus-sum{
	position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    background: #000;
}
.bonus-row{
	border-right: 1px solid #fff;
    position: relative;
    height: 24px;
}
.bonus-proc{
	position: absolute;
    top: -25px;
    right: 0;
    transform: translateX(50%);
    color: #000;
}
.bonus-porog{
	position: absolute;
    bottom: -25px;
    right: 0;
    transform: translateX(50%);
    color: #000;
    min-width: 44px;
}
.first .bonus-proc, .first .bonus-porog{
  left:0;
  transform: none;
}
/* --- end bonus ---*/
#ticketForm [name="content"], #comment-editor{
  padding: 15px;
}
.comment-reply{
  padding-top: 10px;
}
.comment-reply>a{
  font-size: 11px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
}
/*body .ms2-message-success{
  background-color: #ffe9e2 !important;
}*/
body .ms2-message-success .jGrowl-message{
  color:#000;
}
body #msOrder .radio {
    min-height: auto;
    margin-bottom: 0;
}
body .fancybox-slide{
  padding:0px;
}
#modal-search{
  background-color: #fff6f3;
}
body .jGrowl{
  z-index: 99999;
}

.fancybox-can-swipe .fancybox-content {
    cursor: default;
}
.price-training{
    padding-bottom: 15px;
    justify-content: space-between;
}

.col-3 .list-item .list-title .h5{
    color: #686868;
}

.mt170{
    margin-top: 170px;
}

.align-center{
    align-items: center;
}

.fon-prise-pear{
    position: relative;
}
.fon-prise{
/*  
    background: rgb(255, 233, 226);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 30px;
    right: -1px;
    clip-path: polygon(105% 80%, 105% 105%, 50% 105%);
*/
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    box-sizing: border-box;
    border-bottom: 20px solid rgb(255, 233, 226);
    position: absolute;
    border-right: 61px solid rgb(255, 233, 226);
    border-top: 20px solid transparent;
    border-left: 61px solid transparent;
    
    
    
    
}

.list-footer{
	z-index: 2;
}


.list-img > .sale::before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;top: 0;
    box-sizing: border-box;
    border-bottom: 20px solid transparent;
    border-right: 61px solid transparent;
    border-top: 20px solid rgb(255, 233, 226);
    border-left: 61px solid rgb(255, 233, 226);
}
.list-img > .sale > p{
    position: absolute;
    left: 10px;
    top: 5px;
    font-weight: bold;
}





.est-tov a::before {
    content: ' ';
    position: absolute;
    background: #ffe9e2;
    transform: rotate(320deg);
    width: 23px;
    height: 23px;
    z-index: -1;
}

.jGrowl{
    bottom: 5% !important;
    left: 50% !important;
    top: auto !important;
    width: 325px !important;
    -webkit-transform: translate(-webkit-calc(-50% - 0.5px)) translateZ(0) scale(1, 1) !important;
    transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1) !important;
}

body .ms2-message-success{
    background-color: #ffe9e2 !important;
    opacity: 1 !important;
    border: 1px solid #ededed !important;
    border-radius: 0 !important;
    display: flex !important;
    font-weight: 600;
}
.jGrowl-close{
    display:none !important;
}

.nov-god-img{
    margin: 0 10px;
    position: relative;
    bottom: -28px;
}
/* .histori .x-panel-body-noborder{
    overflow-x: scroll;
} 
.histori table{
    width: 1024px !important;
}

.histori .x-grid3-header-offset table thead tr td{
    width: 253px !important;
}

.histori .x-grid3-scroller table tbody tr td{
    width: 253px !important;
} */


.duga {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.duga>div{
    position: relative;
    overflow: hidden;
}
.duga .left:before {
    content: '';
    position: absolute;
    left: 70%;
    top: -10%;
    width: 60%;
    height: 120%;
    border-radius: 80%;
    box-shadow: -300px 0px 0px 1000px #ffe9e2;
    z-index: -1;
}
.duga .left:after {
    content: '';
    position: absolute;
    left: 72%;
    top: -10%;
    width: 60%;
    height: 120%;
    border-radius: 80%;
    box-shadow: -300px 0px 0px 1000px #fff;
    z-index: -2;
}


.left>div{
    width: 60%;
} 
.duga>img{
    position: absolute;
    width: 50%;
    right: 0;
    z-index: -3;
} 
.duga .left {
    width: 70%;
}
.duga .left p, .duga .left{
    text-align: center;
}

.kak-dob {
    display: flex;
    flex-wrap: nowrap;
}
.kak-dob>div{
    width: 50%;
}  
.kak-dob>div>p{
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffe9e2;
    border-radius: 100%;
    padding: 0;
    margin-bottom: 24px;
}

.grid-img {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(2,1fr);
}
.grid-img-big{
    grid-column: span 2;
    grid-row: span 2;
}
.grid-img-min-1{
    grid-column: span 2;
}
.grid-img-min-2{
    grid-column: span 2;
    margin-top: 7px;
}
.test-iframe .Footer-Link{
	display: none;
}

.menu-head > .first > a {
    background: #ffe9e2;
    padding: 7px 8px 7px 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.menu-head > .first > a:before, .menu-head > .first span:before {
    content: none;
}
.menu-head > .first .navbar-toggle {
        margin-left: 10px;
}

.menu-head > .first > a:hover .navbar-toggle .icon-bar{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:14px;
}
.menu-head > .first > a:hover .navbar-toggle .icon-bar:first-child{
	display: none;
}
.menu-head > .first > a:hover .navbar-toggle .icon-bar:last-child{
	bottom:16px;
  top:auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.slick-prev:before, .slick-next:before {
    /* opacity: 1;
    color: #000; */
    content: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-prev {
    left: 0;
    z-index: 1;
    background: url(/assets/files/images/icons/icon-str.jpg) no-repeat;
    width: 32px;
    height: 32px;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(180deg);
}
.slick-next:hover, .slick-next:focus, .slick-next {
    right: 0;
    z-index: 1;
    background: url(/assets/files/images/icons/icon-str.jpg) no-repeat;
    width: 32px;
    height: 32px;
}
#msCart #korzina .product_name, #msCart #korzina .itog_summ{
    font-size: 16px;
}
#msCart #korzina .itog_summ,#msCart #korzina .count{
    text-align: center;
}
#korzina tr {
    border-bottom: 1px solid #ededed;
}
.cart{
    padding-top: 20px;
}

#korzina .table-footer{
    border-bottom: none;
    border-top: 1px solid #ededed;
}
.order-total_wr{
    position: sticky;
    top: 110px;
}
.order-item{
    background:#FBFBFB;
    border:1px solid #C9C9C9;
    margin-bottom:30px;
}
.minw-300px{
    min-width: 300px;
}
.border {
  border:1px solid #C9C9C9;
}
.border-top{
  border-top:1px solid #C9C9C9;
}
.bg-white{
  background-color:#fff;
}
.radio-delivery, .radio-payment{display: none}

.radio-delivery:checked+.delivery-item{
	border-color: var(--dark);
}
.radio-delivery:checked+.delivery-item .btn-delivery{
	background: #000;
	color:#fff;
}
.delivery-item{
	margin-bottom: 24px;
}
.delivery-item:last-child{
	margin-bottom: 0;
}
.payment-item{
	width: 250px;
	display: block;
	padding: 15px;
	box-sizing: border-box;
	margin-right: 24px;
	cursor: pointer;
}
.payment-item:last-child{
	margin-right: 0;
}
.radio-payment:checked+.payment-item{
	border-color: #333;
}
.box-shadow {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
#ms_cdek2_status_point{
    font-size: 12px;
    text-align: right;
}
.order-accordion_content {
    display: none;
}
/* COOKIES START */
.cookies-wrapper {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    justify-content: left;
    padding: 20px;
    pointer-events: none;
}

.cookies {
    border: none;
    border-radius: 6px;
    width: 320px;
    height: 160px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
}

.cookies-btn {
    padding: 10px 20px !important;
    font-size: 12px !important;
}

.cookies-link {
    text-decoration: underline;
    text-decoration-color: var(--color);
}
/* COOKIES END */

main {
    min-height: 80vh
}
