@import url(fonts.css);

.row{
	margin: 0 -10px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
	padding: 0 10px;
}

.container{
	max-width: 1135px;
	padding: 0 15px;
	margin: 0 auto;
}

.flex-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

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

.flex-wrap{
	flex-wrap: wrap;
}

.justify-between{
	justify-content: space-between;
}

.n_header-control.justify-end{
	justify-content: flex-end;
}

.n_header{
	/*box-shadow: 0 3px 27px rgba(0,0,0,0.08);*/
	transition: all ease .3s;
	top: 0;
	position: relative;
	z-index: 9999;
	background: #fff;
	/*font-family: 'HelveticaNeueCyr';*/
	line-height: 1.15
}

.n_header.fixed{
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,.9);
	height: 70px;
}

.n_header.fixed .n_header-col:first-child{
	display: none;
}

.n_header.fixed .n_header-phones{
	display: none;
}

.n_header.fixed .n_header-col{
	display: flex;
	align-items: center;
}

.n_header.fixed .n_header-col__right{
	position: absolute;
	right: 0;
	padding-right: 30px;
	min-width: 195px;
}

.n_header.fixed .n_header-row{
	height: 70px;
	justify-content: center
}

.logo img{
	display: inline-block;
	vertical-align: middle;
}

.n_header.fixed .logo img{
	width: 111px;
}

.n_header.fixed .logo{
	margin: 35px 0;
	position: absolute;
	left: 20px;
}

.n_header.fixed .navigation > li > a{
	padding: 29px 0 23px;
}

.n_header-row{
	padding: 0 30px 0 20px;
	justify-content: space-between;
}

.n_header-city{
	margin-top: 40px;
}

.plane-icon{
	background: url(../images/plane-icon.svg) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
}

.n_header-city a{
	display: flex;
	align-items: center;
	color: #202c38;
	text-decoration: none;
}

.n_header-col{
	min-width: 165px
}

.logo{
	margin: 40px 0 28px;
	text-align: center;
}

.navigation{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.navigation > li{
	margin: 0 20px;
}

.navigation > li > a{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	padding: 15px 0;
	color: #000;
	border-bottom: 4px solid transparent;
}

.navigation li.has-drop:hover a{
	border-color: #202c38;
}

.n_header-control{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	align-items: center;
	margin-bottom: 20px;
	width: 100%;
}

.search-icon{
	display: inline-block;
	background: url(../images/search-icon.svg) no-repeat;
	width: 21px;
	height: 22px;
}

.icon-search{
	display: inline-block;
	background: url(../images/search-icon.svg) no-repeat;
	width: 21px;
	height: 21px;
}


.icon-favorite{
	display: inline-block;
	background: url(../images/heart-icon.svg) no-repeat;
	background-size: 100% 100%;
	width: 23px;
	height: 22px;
	position: relative;
}

.icon-user{
	display: inline-block;
	background: url(../images/user-icon.svg) no-repeat;
	width: 22px;
	height: 22px;
}

.cart-icon{
	display: inline-block;
	background: url(../images/cart-icon.svg) no-repeat;
	width: 22px;
	height: 22px;
	position: relative;
}

.cart-icon i{
	position: absolute;
	display: flex;
	width: 15px;
	height: 15px;
	background: #D62598;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	right: -10px;
	top: -13px;
	align-items: center;
	justify-content: center;
}

.n_header-phones div{
	margin-bottom: 8px;
}

.n_header-phones a{
	color: #202c38;
	font-size: 15px;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.phone-icon{
	display: inline-block;
	background: url(../images/phone-icon.svg) no-repeat;
	width: 18px;
	height: 18px;
	transform: rotate(5deg);
}

.fluid-banner{
	height: 60px;
	background: #D62598;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;

}

.button-reg{
	display: inline-block;
	height: 46px;
	line-height: 46px;
	color: #202c38;
	font-size: 13px;
	text-decoration: none;
	background: #fff;
	padding: 0 10px 0 10px;
	display: flex;
	align-items: center;
	margin-left: 40px;
}

.button-reg i{
	display: inline-block;
	background: url(../images/arrow.svg) no-repeat;
	width: 14px;
	height: 11px;
	margin-left: 10px;
}

.fluid-banner__close{
	display: block;
	position: absolute;
	background: url(../images/close.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	right: 15px;
	top: 20px;
}

.n_cart{
	position: relative;
}

.n_cart-drop{
	position: absolute !important;
	z-index: 10;
	background: #fff;
	padding: 15px 15px 15px 15px;
	width: 355px;
	right: 0;
	top: 40px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	transition: all ease .3s;
	transform: translate(0, 20px);
	opacity: 0;
	visibility: hidden;
}

.n_cart-drop.open{
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.n_cart-img{
	min-width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center
}

.n_cart-img img{
	max-width: 100%;
	max-height: 100%
}

.n_cart-item{
	display: flex;
	align-items: center;
}

.n_cart-toping{
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.n_cart-img2{
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 20px;
}

.n_cart-img2 img{
	height: 100%;
	display: inline-block;
}

.n_cart-vol{
	font-size: 13px;
	color: #999;
}

.n_cart-desc{
	padding-left: 10px;
	width: calc(100% - 90px);
}

.spinner{
	display: flex;
	align-items: center;
}

.spinner span{
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	margin: 0 10px;
}

.spinner-up,
.spinner-down{
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #202c38;
	border-radius: 50%;
	text-decoration: none;
	font-size: 0;
}

.spinner-up{
	background: url(../images/plus-icon2.svg) no-repeat center;
}

.spinner-down{
	background: url(../images/minus-icon.svg) no-repeat center;
	background-size: 64%;
}

@media  (min-width: 1024px){
	.spinner-up:hover{
		background: #202C38 url(../images/plus-icon3.svg) no-repeat center;
	}

	.spinner-down:hover{
		background: #202C38 url(../images/minus-icon2.svg) no-repeat center;
		background-size: 64%;
	}
}

.n_cart-title{
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 150%;
	max-width: 160px;
}

.n_cart-control{
	display: flex;
	justify-content: space-between;
}

.rub{
	font-family: 'PT Rouble Sans';
	font-style: normal;
}

.n_cart-remove{
	display: inline-block;
	position: absolute;
	width: 9px;
	height: 9px;
	background: url(../images/close2.svg) no-repeat;
	right: 15px;
	top: 0;
}

.n_cart-item{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #F1F1F1;
	padding-right: 15px;
}

.n_cart-scroll{
	height: auto !important;
	max-height: 325px;
	margin-bottom: 20px;
	overflow: auto;
}

.n_cart-scroll::-webkit-scrollbar{
	width: 6px;
	background: #dedede;
}

.n_cart-scroll::-webkit-scrollbar-thumb{
	background: #999;
	border-radius: 3px;
}

.slimScrollDiv{
	height: auto !important;
}

.n_cart-coupon{
	width: 150px;
	position: relative;
}

.n_cart-coupon input{
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #A9A9A9;
	font-size: 14px;
	/*font-family: 'HelveticaNeueCyr';*/
	height: 30px;
}

.n_cart-coupon input.error{
	background: url(../images/error.svg) no-repeat right center;
	border-color: #F4364C
}

.n_cart-coupon input.success{
	background: url(../images/check.svg) no-repeat right center;
	border-color: #009718
}

.error-mess{
	position: absolute;
	color: #F4364C;
	font-size: 9px;
	bottom: -15px;
}

.success-mess{
	position: absolute;
	color: #009718;
	font-size: 13px;
	bottom: -20px;
}

.n_cart-total{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 15px;
	margin-bottom: 35px;
}

.n_cart-total__price span{
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
}

.n_cart-total__price{
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
}

.n_cart-total__delivery{
	font-size: 14px;
	margin-bottom: 10px;
	padding-right: 15px;
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.n_cart-total__delivery span{
	font-size: 18px;
	float: right;
	font-weight: 500;
}

.n_cart-total__delivery span i{
	text-transform: lowercase;
}

.button1{
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff !important;
	background: #202C38;
	text-decoration: none;
	font-size: 16px !important;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border: none;
	max-width: 375px;
	/*font-family: 'HelveticaNeueCyr';*/
}

.button1:disabled{
	background: #DDDDDD;
	cursor: default;
	pointer-events: none
}

.n_cart-btns{
	text-align: center;
	padding-right: 15px;
}

.n_cart-btns .button1{
	margin-bottom: 15px;
}

.n_cart-btns a{
	display: inline-block;
	margin-bottom: 15px;
	color: #6C6463;
	text-decoration: none;
	font-size: 14px;
}

.button1 span{
	position: relative;
	z-index: 2;
}

.button1:before{
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 35%;
	top: 46%;
	background: #202c38;
	opacity: 0;
	transition: transform ease .8s;
}

.button1:hover:before{
	transform: scale(96);
	opacity: 1;
}

.overlay{
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background: rgba(0,0,0,0.5);
}

.n_cart-link{
	position: relative;
	z-index: 10
}

.n_cart-link.active .cart-icon{
	/*background-image: url(../images/cart-icon2.svg);*/
}

.n_header.fixed .n_cart-link.active .cart-icon{
	background-image: url(../images/cart-icon.svg);
}

.city-modal{
	width: 455px;
}

.city-modal__title{
	font-size: 19px;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.city-modal__title .plane-icon{
	margin-left: 5px;
}

.city-modal__form label{
	display: block;
	font-size: 14px;
	color: #6C6463;
	margin-bottom: 10px;
}

.city-modal__input{
	display: block;
	width: 100%;
	height: 48px;
	border: 1px solid #202c38;
	padding: 0 15px;
	/*font-family: 'HelveticaNeueCyr';*/
	margin-bottom: 30px;
}

.ui-autocomplete{
	display: block;
	position: absolute;
	background: #fff;
	margin: 0;
	padding: 0;
	z-index: 99995;
	list-style: none;
	border: 1px solid #202c38;
	border-top: 0;
	margin-top: -1px;
	/* width: 100% !important; */
}

.ui-autocomplete li *{
	display: block;
	padding: 7px 15px;
	font-size: 16px;
}

.ui-autocomplete li *:hover{
	background: #F1F1F1;
	cursor: pointer;
}

.ui-helper-hidden-accessible{
	display: none;
}

.n_footer{
	background: #202C38;
	padding: 50px 0;
	margin-top: 60px;
	/*font-family: 'HelveticaNeueCyr';*/
	line-height: 1.15;
}

.n_footer-row{
	justify-content: space-between;
}

.n_footer-col{
	width: 25%;
	padding-right: 50px;
}

.n_footer-col:last-child{
	padding-right: 0;
	max-width: 193px
}

.n_footer-menu{
	margin: 0;
	padding: 0;
	list-style: none;
}

.n_footer-menu li{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin-bottom: 8px;
}

/* .n_footer-menu li:first-child{
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
} */

.n_footer-menu li a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.n_footer-menu li a:hover,
.n_footer-contact a:hover{
	color: #6C6463;
}

.n_footer-info{
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	color: #fff;
	margin-top: 30px;
}

.n_footer-info div{
	margin-bottom: 12px;
}

.n_footer-info a{
	color: #fff;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px;
}

.n_footer-info a:hover{
	text-decoration: none;
}

.n_footer-form{
	margin-bottom: 30px;
}

.n_footer-form span{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 35px;
}

.n_footer-form input{
	display: block;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	color: #A9A9A9;
	font-size: 14px;
	/*font-family: 'HelveticaNeueCyr';*/
	height: 30px;
	background: url(../images/arrow2.svg) no-repeat right center;
	padding-right: 15px;
}

.n_footer-contact div{
	margin-bottom: 10px;
}

.n_footer-contact a{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.n_footer-contact{
	margin-bottom: 30px;
}

.wa-icon{
	display: inline-block;
	background: url(../images/wa-icon1.svg) no-repeat;
	width: 12px;
	height: 11px;
}

.n_footer-social{
	display: flex;
}

.n_footer-social a{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 11px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	background: #fff;
}

.n_footer-social a i{
	display: inline-block;
	width: 15px;
	height: 15px;
}

.n_footer-social a:hover{
	background: #F1F1F1;
}

.inst-icon{
	background: url(../images/inst-icon.svg) no-repeat center;
}

.yt-icon{
	background: url(../images/yt-icon.svg) no-repeat center;
	height: 9px !important;
}

.vk-icon{
	background: url(../images/vk-icon.svg) no-repeat center;
	height: 10px !important;
	margin-right: 1px;
	margin-top: 1px;
}

.fb-icon{
	background: url(../images/fb-icon.svg) no-repeat center;
}

.navigation-drop{
	position: absolute;
	background: rgba(255,255,255,.95);
	z-index: 10;
	width: 100%;
	left: 0;
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #202c38;
}

.subnavigation{
	max-width: 825px;
	display: flex;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.subnavigation > li a{
	text-decoration: none;
	color: #202c38;
}

.subnavigation > li > a:hover{
	text-decoration: none;
}

.subnavigation a:hover,
.navigation-drop__list li a:hover{
	text-decoration: underline;
}

.subnavigation-title{
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #202C38;
	display: block;
	width: 100%;
	font-weight: 500;
	margin-bottom: 15px;
}

.subnavigation-list{
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.subnavigation-list li{
	padding: 0 10px;
	margin-bottom: 10px;
	width: 50%;
}


.subnavigation-list li:nth-of-type(2n+1) {
	width: 64%;
}


.subnavigation-list li:nth-of-type(2n+2) {
	width: 35%;
}


.subnavigation-list li a,
.series__list li a,
.navigation-drop__list li a,
.subnavigation-list li,
.series__list li,
.navigation-drop__list li{
	font-size: 14px;
	color: #202c38;
	text-decoration: none;
	text-transform: uppercase;
}

.series__list li{
	margin-bottom: 10px;
}

.new{
	position: absolute;
	bottom: 39px;
	padding: 0 10px;
	font-size: 14px !important
}

.new a{
	color: #202c38;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

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

.series__list > ul:first-child{
	width: 40%;
}

.series__list > ul:last-child{
	width: 60%;
}

.series__list{
	display: flex;
}

.series__list > ul > li:first-child a{
	font-weight: 700;
}

.navigation-drop{
	display: none;
}

.desktop .navigation > li:hover .navigation-drop{
	display: block;
}

.navigation-drop__list{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation-drop__list li {
	margin: 0 15px;
}

.sm-visible{
	display: none;
}

.menu-btn{
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 20px;
	z-index: 11;
	top: 21px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.menu-btn span{
	display: block;
	height: 2px;
	width: 100%;
	position: relative;
	background: #25282a;
	top: 50%;
	margin-top: -2.5px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
}

.menu-btn span:before,
.menu-btn span:after{
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #25282a;
}

.menu-btn span:before{
	top: -10px;
	transition-property: top, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}

.menu-btn span:after{
	bottom: -10px;
	transition-property: bottom, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}

.menu-btn.active  span{
	background: transparent;
}

.menu-btn.active  span:before{
	top: 0;
	transition-delay: 0s, 0.2s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.menu-btn.active  span:after{
	bottom: 0;
	transition-delay: 0s, 0.2s;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navigation-coltrol{
	display: none;
}

.navigation-drop__back{
	display: none;
}

.n_phone-time{
	display: block;
	font-size: 12px;
	color: #999;
	margin: 5px 0 0;
}

.city-modal__form-row{
	margin-bottom: 30px;
}

.city-modal__form-row .jq-selectbox__select{
	height: 48px;
	line-height: 48px;
	cursor: pointer;
}

.city-modal__form-row .jq-selectbox__dropdown{
	top: 48px !important;
}

.city-modal p,
.text-modal p{
	font-size: 14px;
	color: #6C6463;
	margin: 8px 0;
	line-height: 1.5;
}

.city-modal .button2,
.text-modal .button2{
	width: 100%;
	text-align: center;
}

.city-modal__text{
	margin-bottom: 30px;
}

.n_header-control.justify-end > a{
	margin-left: 20px;
}

.text-right .n_header-phones a{
	text-align: right;

}

.justify-end{
	justify-content: flex-end;
}

.n_slider-item{
	min-height: 0 !important;
	height: 76vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.n_slider-item__bg{
	/* min-height: 700px; */
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	position: absolute;
}

.n_slider-item__bg2 {
	width: 100%;
	/* min-height: 700px; */
	height: 76vh;
	position: absolute;
	top: 0;
}

.n_slider-item__bg2 img{
	width: 100%;
	/* height: 100%; */
	display: block;
	object-fit: cover;
	position: absolute;
	right:0;
}

.n_slider-item .container{
	position: relative;
	z-index: 2;
	max-width: 100%;
	width: 100%;
	padding-left: 17%;
}

@media(max-width:1280px){
	.n_slider-item .container{
		padding-left: 10%;
	}

	.n_slider-item__bg{
		min-height: 600px;
	}

	.n_slider-item{
		height: 600px;
		min-height: 600px !important;
	}
}

@media(max-width:1024px){
	.n_slider-item__bg{
		min-height: 520px;
		height: 520px;
	}

	.n_slider-item{
		height: 520px !important;
		min-height: 520px !important;
	}

	.n_slider-item .container{
		padding-left: 15px;
	}
}

@media(max-width:730px){
	.search-form .close-btn:before,
	.search-form .close-btn:after{
		background-color: #000;
	}

	.search-form .close-btn{
		top: 73px;
		right: 10px
	}

	.search-form .search-form__container__empty-field{
		padding-top: 65px;
	}

	.search-form .container button[type=submit]{
		right: 40px
	}

	.title-search-wait-image{
		left: auto !important;
		right: 40px
	}
}

@media(max-width:500px){
	.n_slider-item{
		display: block;
		height: auto !important;
		padding: 0 !important;
	}
	.n_slider-item__bg{
		width: 100vw;
		position: static;
		height: 375px;
		min-height: 375px;
		margin-bottom: 25px;
	}
	.n_slider-item__bg2{
		width: 100vw;
		position: relative;
		height: 375px;
		min-height: 375px;
		margin-bottom: 25px;
		display: flex;
		justify-content: flex-start;
	}

	.n_slider-item__bg2 img{
		height: 100%;
		position: static;
		display: block;
	}

	.n_slider-text{
		max-width: 100% !important;
	}

	.n_slider-text p{
		color: #202c38 !important;
	}

	.n_slider-title{
		font-size: 45px !important;
		line-height: 1 !important;
	}
}

.arrow1{
	display: inline-block;
	background: url(../images/arrow2.svg) no-repeat;
	width: 14px;
	height: 11px;
	margin-left: 10px;
	background-size: 14px;
}

.n_slider-btn .button1{
	max-width: 240px
}

.n_slider-title{
	font-size: 75px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 500;
}

.n_slider-text p{
	line-height: 1.5;
}

.n_slider-text{
	max-width: 490px
}

.n_slider-btn{
	margin-top: 30px;
	position: relative;
}

.n_slider .slick-dots{
	display: block;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translate(0, -50%);
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	bottom: auto;
}

.n_slider .slick-dots li{
	margin: 10px 0;
	display: block;
}

.n_slider .slick-dots li button{
	width: 9px;
	height: 9px;
	background: #E3E3E3;
	display: block;
	font-size: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
}

.n_slider .slick-dots li.slick-active button{
	background: #fff;
}

.n_slider .slick-dots li button:focus,
.n_slider .slick-dots li button:active{
	outline: none !important;
	border: none;
	box-shadow: none;
}

.bblond{
	padding-top: 0;
}

p.download{
	margin-bottom: 50px;
}

.page_content{
	padding-top: 0;
}

.bloquote{
	font-size: 16px;
	font-weight: 400;
	/*font-family: 'HelveticaNeueCyr';*/
	line-height: 150%;
	position: relative;
	margin: 80px 0;
}

.bloquote:before{
	content: "";
	display: block;
	position: absolute;
	background: url(../images/quotes.svg) no-repeat;
	width: 45px;
	height: 45px;
	background-size: 100%;
	top: -45px;
	left: -45px;
}

.bloquote span{
	display: block;
	text-align: right;
	font-size: 20px;
	margin-top: 30px;
}

.button2{
	display: inline-block;
	height: 45px;
	line-height: 43px;
	color: #202c38;
	text-decoration: none;
	border: 1px solid #202c38;
	padding: 0 39px;
	background: transparent;
	cursor: pointer;
	/*font-family: 'HelveticaNeueCyr';*/
}

.button2:hover{
	background: #202C38;
	color: #fff;
}

.sign{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.sign a{
	text-decoration: underline;
}

.subnavigation-drop__title{
	display: none;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	outline: none;
}

.jq-selectbox {
	position: relative;
	z-index: 100;
}
.jq-selectbox select {
	display: none;
}
.jq-selectbox__select {
	border: 1px solid #6C6463;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	background: url(../images/down.svg) no-repeat;
	width: 11px;
	height: 6px;
	right: 15px;
	top: 50%;
	margin-top: -3px;
}
.jq-selectbox__dropdown {
	position: absolute;
	border: 1px solid #202c38;
	width: 100%;
	margin-top: -1px;
	background: #fff;
}
.city-modal__form .jq-selectbox__dropdown{
	width: 100% !important;
}
.jq-selectbox__dropdown ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.jq-selectbox__dropdown ul li{
	padding: 8px 15px;
	font-size: 14px;
	cursor: pointer;
}

.jq-selectbox__dropdown ul li:hover{
	background: #F1F1F1;
}
body {
	/*font-family: 'Helvetica Neue',sans-serif;*/
	font-size: 1em;
	background: #fff;
}

.text-modal{
	width: 356px;
}

.slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: none;
    font-size: 0;
    padding: 0;
    border: none;
}

.product-carousel__list{
	margin: 0 -10px;
}

.product-carousel__list .product-item{
	margin: 10px;
	position: relative;
}

.product-carousel__list .slick-arrow{
	width: 40px;
	height: 40px;
	border: 1px solid #202C38;
	border-radius: 50%;
	cursor: pointer;
}

.product-carousel__list .slick-prev{
	left: -50px;
	top: 35%;
	background: url(../images/prev.svg) no-repeat center;
}

.product-carousel__list .slick-prev:hover{
	background: #202C38 url(../images/prev2.svg) no-repeat center;
}

.product-carousel__list .slick-next{
	right: -50px;
	top: 35%;
	background: url(../images/next.svg) no-repeat center;
}

.product-carousel__list .slick-next:hover{
	background: #202C38 url(../images/next2.svg) no-repeat center;
}

.slick-dots{
	display: block;
	position: absolute;
	width: 100%;
	bottom: -30px;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slick-dots li{
	display: inline-block;
	margin: 0 10px;
}

.slick-dots li button{
	background: none;
	border: none;
	font-size: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ccc;
	padding: 0;
}

.slick-dots li.slick-active button{
	background: #202c38;
}

.product__gallery__list{
	max-width: 1135px;
	width: auto !important;
	padding: 0 15px;
	margin: 0 auto;
}


.tag1{
	display: block;
	position: absolute;
	height: 20px;
	background: #FFB549;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	padding: 0 10px;
	top: 25px;
	right: 20px;
	z-index: 2;
}

.tag2{
	display: block;
	position: absolute;
	height: 20px;
	background: #F4364C;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	padding: 0 10px;
	top: 25px;
	right: 20px;
	z-index: 2;
}

.tag3{
	display: block;
	position: absolute;
	height: 20px;
	background: #EB6FBD;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	padding: 0 10px;
	top: 25px;
	right: 20px;
	z-index: 2;
}

.city-search{
	position: relative;
}

.n_slider-item-link{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}