*[data-href]{
	cursor:pointer;
}
.b-popup{
	display: block !important;
	margin-bottom:0 !important;
	margin-top:0 !important;
}
.fancybox-slide > *{
	padding:0 !important;
}
.popup-prev{
	overflow: visible !important;
}

.js-header-auth .note{
	font-size: 10px;
	width: 170px;
}
.js-header-auth .note p{
	margin:0;
}
.js_parts_div{
	display: none;
}
.js_parts_div.active{
	display: block;
}
.b-product:after{
	content: '';
	display: table;
	clear: both;
}
.b-product__additional{
	clear: both;
}
.error{
	color:red;
}
#error_show{
	display: none;
}
.ui-widget{
	z-index: 100000 !important;
}

.btn_border {
	color: #77aa2b;
	background: transparent;
	border: 1px solid #77aa2b;
	border-radius: 0;
	padding:10px 10px;
	text-decoration: none !important;
}

.btn_border:hover {
	color: #ff6802;
	border-color: #ff6802;
}
.b-header{
	background: #fff;
	z-index: 200;
}
.b-header.sticky{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/****news****/
.news-block {
	margin-bottom: 39px;
}

.news-carousel {
	padding-top: 7px;
}

.news-carousel__item {
	padding: 0 37px;
}

.news-item {

}

.news-item__image {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 13px;
}

.news-item__meta {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 7px;
	color: #666666;
}

.news-item__title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 22px;
}

.news-item__title a {

}

.news-item__text {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 22px;
}

.news-item__footer {
	text-align: right;
}

.news-item__btn {

}
.news-date{
	margin:0 0 10px 0;
}

.news-list .news-carousel__item{
	float: left;
	width: 33.33%;
	padding: 0 37px;
	margin-bottom: 30px;
}

.news-list .news-carousel__item:nth-child(3n+1) {
	clear: both;
}
.b-page-header.sm{
	margin-top:15px;
	margin-bottom:20px;
}
.b-page-header.sm .b-page-header__title{
	font-size: 44px;
	line-height: 1.3;
}
.note-window{
	padding:30px 30px !important;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	max-width: 420px;
	min-width: 260px;
	overflow: hidden !important;
}
.note-window .text{
	margin:0 0 20px 0;
	text-align: center;
}
.note-window .btns{
	text-align: center;
}
.basket-coupon-div{
	margin:10px 0 0 0;
	text-align: right;
}
.basket-coupon-div:after{
	content: '';
	display: table;
	clear: both;
}
.basket-coupon-div .b-form-row{
	display: inline-block;
}
.basket-coupon-div .b-input{
	padding: 10px 10px 10px 50px;
	height: 40px;
}
.basket-coupon-div .b-input-icon{
	width: 45px;
}
.basket-coupon-div .b-btn{
	position: relative;
	top:-2px;
	height: 38px;
	font-size:22px;
	padding:0 15px;
	line-height: 38px;
}
/***********/

/****text block*****/

.text-block {
	font-size: 16px;
	line-height: 24px;
	margin:0 0 30px 0;
}
.text-block form{
	max-width: 600px;
	margin-left:auto;
	margin-right:auto;
}
.text-block h1 {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 300;
	margin-bottom: 37px;
}

.text-block h2 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 300;
	margin-bottom: 20px;
}

.text-block h3 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: normal;
	margin-bottom: 28px;
}

.text-block h4 {

}

.text-block h5 {

}

.text-block h6 {

}

.text-block p {
	margin-bottom: 24px;
}

.text-block ul {
	font-size: 19px;
	list-style: none;
	padding: 0 0 0 50px;
	margin: 0 0 26px 0;
}

.text-block ul ul {
	font-size: 17px;
	margin: 7px 0 0 0;
	padding-left: 28px;
}

.text-block ul ul ul {
	font-size: 15px;
	padding-left: 16px;
	margin-top: 9px;
}

.text-block ul ul ul ul {
	font-size: 13px;
	padding-left: 20px;
	margin-top: 6px;
}

.text-block ul ul ul ul ul {
	padding-left: 18px;
}

.text-block li {
	position: relative;
	margin-bottom: 8px;
}

.text-block ul ul li {
	margin: 3px 0 0 0;
}

.text-block ul ul ul li {
	margin: 0;
}

.text-block ul li:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: #77aa2b;
	left: -30px;
	top: 3px;
}

.text-block ul ul li:before {
	width: 12px;
	height: 12px;
	background: #77aa2b;
	left: -28px;
	top: 2px;
}

.text-block ul ul ul li:before {
	width: 8px;
	height: 8px;
	background: #77aa2b;
	left: -18px;
	top: 6px;
}

.text-block ul ul ul ul li:before {
	width: 4px;
	height: 4px;
	background: #77aa2b;
	left: -12px;
	top: 10px;
}

.text-block ul ul ul ul ul li:before {
	width: 2px;
	height: 2px;
	background: #77aa2b;
	left: -8px;
	top: 9px;
}

.text-block ol {
	font-size: 18px;
	list-style: none;
	padding: 0 0 0 50px;
	margin: 0 0 26px 0;
	counter-reset: point;
}

.text-block ol li {
	margin-bottom: 34px;
}

.text-block ol li:before {
	position: absolute;
	content: counter(point)'.';
	counter-increment: point 1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #009fe3;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	left: -40px;
	top: 0;
}

.text-block table {
	max-width: 600px;
	font-size: 16px;
	line-height: 19px;
}

.text-block table th,
.text-block table td {
	padding: 7px 18px;
	vertical-align: top;
}

.text-block table b,
.text-block table strong {
	font-weight: 500;
}

.text-block table tr:nth-child(odd) td {
	background: #eff9fd;
}

.text-block table td + td {
	border-left: 1px solid #a4dcf4;
}

.text-block img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.text-block img.img-left {
	float: left;
	margin-right: 40px;
	max-width: 50%;
}

.text-block img.img-right {
	float: right;
	margin-left: 40px;
	max-width: 50%;
}

/******************/

/****Order list*******/

.order-list {
	margin-bottom: 94px;
}

.order-list__item {
	margin-bottom: -1px;
	position: relative;
}

.order-list__item.is-active {
	box-shadow: 0 0 0 2px #ff6802 inset;
	z-index: 1;
}
.order-list .where-order{
	font-size:14px;
}
.order-list__item-header {
	cursor: pointer;
}

.order-list__item-content {
	padding-top: 1px;
	display: none;
}

.order-list__item.is-active .order-list__item-content {
	display: block;
}

.order-list .basket-table__row:last-child .basket-table__cell {
	border-bottom: none;
}

.order-list .basket-table {
	margin-top: 10px;
	margin-bottom: 0;
	max-width: 100%;
}

.order-list .basket-table__cell {
	padding: 12px 10px;
}

.order-list .basket-table__cell_head {
	padding-top: 0;
	padding-bottom: 16px;
}

.order-list .basket-table__cell_image {
	width: 21%;
}

.order-list .basket-table__cell_title {
	width: 25%;
}

.order-item-header {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 18px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.order-list__item.is-active .order-item-header {
	border-color: transparent;
}

.order-item-header__cell {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 0;
	text-align: center;
}

.order-item-header__cell_num {
	width: 13%;
}

.order-item-header__cell_date {
	width: 37%;
}

.order-item-header__cell_status {
	width: 15%;
}

.order-item-header__cell_total {
	width: 23%;
	text-align: right;
}

.order-item-header__cell_total b {
	font-size: 18px;
	white-space: nowrap;
}

.order-item-header__cell_btn {
	padding-left: 24px;
}
.order-item-header__cell .courier-info,
.order-item-header__cell .small{
	font-size:14px;
}

.order-item-header__arrow {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: #fff url('images/order-item-arrow.png') -1px -1px no-repeat;
	border: 1px solid #999999;
	cursor: pointer;
}

.order-item-header:hover .order-item-header__arrow {
	border-color: #373a41;
}

.order-list__item.is-active .order-item-header__arrow {
	border-color: #373a41;
	background-color: #373a41;
	background-position: 0 -50px;
}

.order-list-header {
	padding-top: 35px;
}

.order-list-header .order-item-header {
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	border: none;
}

.order-list-header .order-item-header__cell {
	padding-top: 0;
	padding-bottom: 13px;
}
.basket-table__title{
	font-size:16px !important;
}
.mess-note-window{
	padding:30px;
	line-height: 30px;
	vertical-align: middle;
	font-size:20px;
	text-align: center;
	color: #ffbd26;
}
.mess-note-window.error{
	color:red;
}

/*****************/

.js-popup-open{
	cursor: pointer;
}


.vh-autocomplate{

}
.vh-autocomplate li{
	padding: 7px 15px 7px 64px !important;
	border:none !important;
}
.vh-autocomplate li:hover{
	color: #ff6802;
}
.vh-autocomplate li .ui-menu-item-wrapper{
	font-size:15px !important;
	border:none !important;
	padding:0 !important;
	font-family: "Arimo",Helvetica,Arial,sans-serif;
	margin:0 !important
}
.vh-autocomplate li:hover .ui-menu-item-wrapper{
	color: #ff6802 !important;
}
.b-content__main .b-product{
	margin-bottom:30px;
}

.hidden-tg{
	display: none;
}
.new-address-div{
	padding:20px 0 0 0;
}
.new-address-div.show{
	display: block;
}
.js-map-prev{
	display: none;
	overflow: visible !important;
}
#ya-map-departments{
	max-width: 650px;
	max-height: 650px;
	width: 100vw;
	height: 90vh;
	overflow: hidden;
}

.btn-map-ch {
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	font-family: 'YanoneKaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	background: #77aa2b;
	border: none;
	border-radius: 2px;
	box-shadow: 0 2px 0 #5f8b1f;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	white-space: nowrap;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn-map-ch:hover {
	text-decoration: none;
}

.link-go-up{
	position: fixed;
	right:0;
	bottom:79px;
	width: 79px;
	height: 40px;
	background: #dbdbdb url(images/icon-go-up.png) center no-repeat;
	background-size: 18px auto;
	opacity: 0.95;
	display: none;
}
.link-go-up:hover{
	opacity: 1;
}

.mess-note-window{
	padding:30px;
	line-height: 30px;
	vertical-align: middle;
	font-size:20px;
	text-align: center;
	color: #ffbd26;
}
.mess-note-window.error{
	color:red;
}
#loading_ld{
	position: fixed;
	top:47%
}
.dadata-ch-map{
	display: block;
	color:gray;
	font-style: italic;

}
.dv-input-map-a{
	text-align: right;
	font-size:12px;
}
.dadata-error-window-pre{
	overflow: hidden !important;

}
.dadata-error-window{
	max-width: 460px;
	margin:30px;
	text-align: center;
	font-size:16px;
}
.dadata-error-window .btns{
	margin: 30px 0 0 0;
	text-align: center;
}
.dadata-error-window .btns .b-btn{
	margin: 0 15px;
	padding: 2px 15px 3px 15px;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
}
.dadata-error-window .btns .b-btn.gray{
	background-color: #969696;
	box-shadow: 0 2px 0 #969696;
}
.address-map-prev{
	overflow: visible !important;
	height: 500px;

}
.order-info-history{
	display: none;
}
.address-map{
	max-width: 100%;
	width: 800px;
	position: relative;
	height: 100%;
}
.address-map .courier-info{
	position: absolute;
	bottom:30px;
	right:30px;
	padding:15px;
	background: rgba(0,0,0,0.55);
	max-width:250px;
	min-width: 220px;
	z-index: 2;
	color:#fff;
	font-size:16px;
	border-radius: 5px;
}
.address-map .courier-info .line{
	margin:7px 0;
}
.address-map .courier-info a{
	color:#fff;
}
.address-map .order-info-history{
	display: block;
	position: absolute;
	top:30px;
	right:30px;
	padding:15px;
	background: rgba(0,0,0,0.55);
	max-width:250px;
	min-width: 220px;
	z-index: 2;
	color:#fff;
	font-size:16px;
	border-radius: 5px;

}
.address-map .order-info-history .line{
	margin:7px 0;
}
.small-14{
	font-size:14px;
	font-weight: normal;
}
@media only screen and (max-width : 767px) {
	.address-map-prev{
		position: absolute !important;
		top: 30px;
		left: 10px;
		width: calc(100% - 20px);
		height: 450px;
	}
}
.address-map .address-tlt{
	margin:0 0 20px 0;
	text-align: center;
	color:#333;
	font-size:20px;
}
.address-map .btns{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	padding:20px 0 20px 0;
	text-align: center;
	background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
	z-index: 2;
}
.address-map .btns .b-btn{
	margin: 0 15px;
	padding: 2px 15px 3px 15px;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
}
.address-map .map-adr{
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
}
.b-nav__item {
	position: relative;
}
.b-nav__item .subdiv{
	position: absolute;
	left:0;
	top:58px;
	background: #fb872b;
	z-index: 2;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	min-width: 100%;
	margin:0;
	padding:0;
	display: none;
}
.b-nav__item:hover .subdiv{
	display: block;
}
.b-nav__item .subdiv:before{
	content: '';
	background: rgba(0,0,0,0.1);
	height: 1px;
	width:60%;
	position: absolute;
	left:20%;
	top:0;
}
.b-nav__item:last-child .subdiv{
	left:auto;
	right:0;
	list-style: none;
	color:#fff;
}
.b-nav__item .subdiv li{
	white-space: nowrap;
	list-style: none;
	display: block;
	margin: 0;
	text-align: center;
	font-size:20px;
}
.b-nav__item .subdiv li a {
	color: #fff;
	text-decoration: none;
	font-family: 'YanoneKaffeesatz', Helvetica, Arial, sans-serif;
	padding:10px;
	display: block;
}
.b-nav__item .subdiv li:first-child a{
	padding-top:20px;
}
.b-nav__item .subdiv li:last-child a{
	padding-bottom:20px;
}
.b-nav__item .subdiv li a:hover span{
	border-bottom: 2px dotted #fff;
}
.window-small{
	max-width: 520px;
}
.btns-line{
	padding:15px;
	text-align: center;
}
.btns-line a{
	display: inline-block;
	margin:10px 20px;
	font-size:24px;
}

/*****************/

/***cloudpayments***/
.pay-form-cp{
	max-width: 520px;
	margin:30px auto;
	text-align: left;
	font-family: 'Oswald', sans-serif;
}
.pay-form-cp h3{
	font-size:20px;
	text-transform: uppercase;
}
.pay-form-cp .pay-form-order-desc{
	margin:15px 0;
	border:1px solid #e0e0e0;
	padding:20px 95px 20px 20px;
	font-size:18px;
	color:#53565a;
	position: relative;
}
.pay-form-cp .pay-form-order-desc:after{
	content: '';
	position: absolute;
	top:calc(50% - 37px);
	right:0;
	width: 79px;
	height: 75px;
	background: url(images/pay-form-cp-logo.png) center no-repeat;
	background-size: contain;
}
.pay-form-cp .two-bank-cards{
	position: relative;
	padding:0 0 10px 0;
}
.pay-form-cp .two-bank-cards .bank-card{
	width:calc(100% - 115px);
	height: 235px;
	border:1px solid #505050;
	border-radius: 9px;
	padding:15px;
	z-index: 2;
	position: relative;
	background: #fff;
}
.pay-form-cp .two-bank-cards .bank-card.cvv{
	position:absolute;
	right:0;
	top:10px;
	z-index: 1;
	padding-top:75px;
}
.pay-form-cp .two-bank-cards .bank-card.cvv .line-black{
	position: absolute;
	left:0;
	top:14px;
	background: #505050;
	height: 53px;
	width: 100%;
}
.pay-form-cp .two-bank-cards .bank-card.cvv .line-small{
	position: absolute;
	left:0;
	top:95px;
	background: #dbdbdb;
	height: 6px;
	width: 100%;
}
.pay-form-cp .two-bank-cards .bank-card.cvv .line-small.l2{
	top:106px;
}
.pay-form-cp .two-bank-cards .bank-card.cvv .line-small.l3{
	top:117px;
}



.pay-form-cp .two-bank-cards .bank-card.cvv .input-field{
	width: 70px;
	float: right;
	margin:0 8px 0 0;
	position: relative;
	z-index: 2;
	font-weight: 300;
	font-size:12px;
	color:#75787b;
	font-family: 'Arimo', sans-serif;
}
.pay-form-cp .two-bank-cards .bank-card.cvv .input-field input{
	text-align: center;
	width: 73px;
}

.pay-form-cp input[type=text]{
	border:1px solid #505050;
	padding: 12px;
	color:#505050;
	font-size:18px;
	line-height: 16px;
	font-weight: 500;
	height: 40px;
	margin:5px 0;
	font-family: 'Oswald', sans-serif;
	box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	display: inline-block;
	width: calc(100% - 35px);
}
.pay-form-cp .help-tlp{
	display: inline-block;
	width: 30px;
	height: 40px;
	text-align: center;
	position: relative;
	cursor: pointer;
	top:-5px;
}
.pay-form-cp .help-tlp .qst{
	background: #505050;
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	color:#fff;
	font-size:12px;
	font-weight: 500;
	line-height: 17px;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	top:2px;
}
.pay-form-cp .help-tlp .desc-q{
	position: absolute;
	z-index: 3;
	bottom:43px;
	left:-60px;
	width: 150px;
	border: 1px solid #505050;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	padding:7px;
	font-size:12px;
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
	display: none;
}
.pay-form-cp .help-tlp:hover .desc-q{
	display: block;
}
.pay-form-cp .nm{
	font-family: 'Arimo', sans-serif;
	color:#75787b;
	font-size:12px;
}
.pay-form-cp .two-bank-cards .bank-card .field-numcard{
	position: relative;
}
.pay-form-cp .two-bank-cards .bank-card .field-datecard{
	margin:20px 0 0 0;
	max-width: 300px;
	position: relative;
}
.pay-form-cp .two-bank-cards .bank-card .field-datecard:after{
	content: '';
	display: table;
	clear: both;
}
.pay-form-cp .two-bank-cards .bank-card .field-datecard .nm{
	width: 44.6%;
	padding:5px 9px 0 0;
	float:left;
	text-align: right;
	height: 40px;
}
.pay-form-cp .two-bank-cards .bank-card .field-datecard .inp-my{
	width: 54px;
	float: left;
	height: 40px;
}
.pay-form-cp .two-bank-cards .bank-card .field-datecard .inp-my input{
	width: 100%;
	margin:0;
	text-align: center;
}
.pay-form-cp .two-bank-cards .bank-card .field-datecard .razd{
	width: 24px;
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
}
.pay-form-cp .two-bank-cards .bank-card .field-datecard .help-tlp{
	margin-left:3px;
}
.pay-form-cp .two-bank-cards .bank-card .field-datecard .qst{
	top:12px;
}
.pay-form-cp .two-bank-cards .bank-card .field-ownercard{
	max-width: 300px;
	margin:12px 0 0 0;
	position: relative;
}
.pay-form-cp label.error {
	position: absolute;
	bottom:-3px;
	line-height: 14px;
	margin-bottom: 0;

}
.pay-form-cp .email-line{
	margin:15px 0 20px 0;
}
.pay-form-cp .email-line input{
	width: 100%;
}
.pay-form-cp .btn-div{
	text-align: center;
}
.pay-form-cp .b-btn{
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
	margin:0;
	display: inline-block;
	min-width: 206px;
	width: 240px;
	height: 40px;
	border-bottom:0;
	border-radius: 4px;
	background: #505050;
	box-shadow:none;
	line-height: 40px;
	font-size:16px;
}
.pay-form-cp .error-div{
	padding:10px 0;
	color:red;
	font-size:16px;
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
	display: none;
}
.pay-form-cp .savecard-line{
	margin:15px 0 20px 0;
}
.pay-form-cp .savecard-line .b-check-row__input{
	width: 22px;
	height: 22px;
}
.pay-form-cp .savecard-line .b-check-row__input:not(checked) + .b-check-row__text:before {
	width: 22px;
	height: 22px;
}
.pay-form-cp .b-check-row__input:not(checked) + .b-check-row__text:before {
	font-size:18px;
	padding-top:2px;
	line-height: 18px !important;
}
.pay-form-cp .b-check-row__label{
	font-size:16px;
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
	line-height: 22px;
	vertical-align: middle;
}
.cp-success-pay{
	margin:50px auto;
	max-width: 800px;
	border:1px solid green;
	padding:40px;
	font-size:18px;
	text-align: center;
}
.cp-error-pay{
	margin:40px auto;
	max-width: 800px;
	border:1px solid red;
	color:red;
	padding:40px;
	font-size:18px;
	text-align: center;
}
.cp-repeat-pay{
	max-width: 800px;
	text-align: center;
}
.cp-repeat-pay .b-btn{
	display: inline-block;
	margin:15px;
	min-width: 120px;
	width: auto;
}
.cp-form-card.hide{
	display: none;
}
.cp-cards-list{
	margin:15px 0 20px 0;
}
.cp-cards-list .card-item{
	margin:0 0 20px 0;
	border:1px solid #e0e0e0;
	border-radius: 12px;
	padding:15px 45px 15px 15px;
	cursor: pointer;
	font-size:16px;
	position: relative;
}
.cp-cards-list .card-item.checked{
	border-color: #fb872b;
}
.cp-cards-list .card-item .b-check-row__input{
	width: 22px;
	height: 22px;
}
.cp-cards-list .card-item .b-check-row__input + .b-check-row__text{
	padding-left:35px;
}
.cp-cards-list .card-item .b-check-row__input:not(checked) + .b-check-row__text:before {
	width: 22px;
	height: 22px;
}
.cp-cards-list .card-item .b-check-row__input:not(checked) + .b-check-row__text:before {
	font-size:18px;
	padding-top:2px;
}
.cp-cards-list .card-item .delete-card{
	position: absolute;
	width: 22px;
	height: 22px;
	right:5px;
	top:15px;
}
.cp-cards-list .card-item .delete-card:before{
	content: '';
	position: absolute;
	background: #505050;
	width: 2px;
	height: 100%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cp-cards-list .card-item .delete-card:after{
	content: '';
	position: absolute;
	background: #505050;
	width: 2px;
	height: 100%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cp-cards-list .card-item .delete-card:hover:before,
.cp-cards-list .card-item .delete-card:hover:after{
	background-color: red;
}
.apple-google-btns{
	text-align: center;
}
.apple-google-btns .apple-btn{
	display: none;
	margin:20px 0;
	min-width: 206px;
	width: 240px;
	height: 40px;
	border-radius: 4px;
	background: #000 url(images/apple-buy-btn.png) center center no-repeat;
	background-size: auto 27px;
	-webkit-appearance: -apple-pay-button;
	-apple-pay-button-type: buy;
	-apple-pay-button-style: black;
}
.apple-google-btns .apple-btn.vs{
	display: block;
}
.apple-google-btns .google-btn{
	display: none;
	margin:20px 0;
	min-width: 206px;
	width: 240px;
	border-radius: 4px;
	background: #000 url(images/google-buy-btn.png) center center no-repeat;
	background-size: auto 36px;
}
.apple-google-btns .gpay-button,
.apple-google-btns .gpay-button.short{
	min-width: 206px;
	width: 240px;
	height: 40px;
	margin:20px 0;
}
.apple-google-btns .google-btn.vs{
	display: block;
}
@media only screen and (max-width : 767px) {
	.pay-form-cp .two-bank-cards .bank-card .field-datecard,
	.pay-form-cp .two-bank-cards .bank-card .field-ownercard{
		width: 100%;
	}
	.pay-form-cp .two-bank-cards .bank-card .field-datecard .nm{
		width: 30%;
	}
}
@media only screen and (max-width : 480px) {
	.pay-form-cp .two-bank-cards .bank-card {
		width: calc(100% - 80px);
	}
	.pay-form-cp .two-bank-cards .bank-card.cvv .input-field {
		width: 60px;
		font-size: 10px;
		margin-right:5px;
	}
	.pay-form-cp .two-bank-cards .bank-card .field-datecard .nm{
		width: 35%;
	}
	.pay-form-cp .two-bank-cards .bank-card .field-datecard .inp-my {
		width: 45px;
	}
	.pay-form-cp .two-bank-cards .bank-card.cvv {
		padding-right:5px;
	}
	.pay-form-cp .two-bank-cards .bank-card.cvv .input-field input{
		width: 100%;
	}
}
.theme-orange .pay-form-cp .two-bank-cards .bank-card{
	border-color:#fb872b;
}
.theme-orange .pay-form-cp input[type=text]{
	border-color:#fb872b;
}
.theme-orange .pay-form-cp .help-tlp .desc-q{
	border-color:#fb872b;
}
.theme-orange .pay-form-cp .help-tlp .qst,
.pay-form-cp .b-btn{
	background-color:#fb872b;
}
.theme-orange .pay-form-cp .two-bank-cards .bank-card.cvv .line-small{
	background: #f4e5dc;
}

.r-btns-line{
	margin:25px 0 0 0;
	display: flex;
	justify-content: space-around;
}
.b-content__main .b-product {margin-top: 40px;}
.b-item__title {font-size: 17px!important;}
@media only screen and (max-width: 767px) {
.b-item__title {
    font-size: 24px!important;
	}}
.b-item__image {border-radius: 10px 10px 0 0;}
.b-item__inner {border-radius: 0 0 10px 10px;}
.img-responsive {max-width: 100%; height: auto;}



/*****/
.row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row.spr{
	justify-content: space-around;
}
.row .col-1{
	width: calc(100% / 12 - 15px);
}
.row .col-2{
	width: calc(100% / 6 - 15px);
}
.row .col-3{
	width: calc(100% / 4 - 15px);
}
.row .col-4{
	width: calc(100% / 3 - 15px);
}
.row .col-5{
	width: calc(100% / 12 * 5 - 15px);
}
.row .col-6{
	width: calc(100% / 2 - 15px);
}
.row .col-7{
	width: calc(100% / 12 * 7 - 15px);
}
.row .col-8{
	width: calc(100% / 12 * 8 - 15px);
}
.row .col-9{
	width: calc(100% / 12 * 9 - 15px);
}
.row .col-10{
	width: calc(100% / 12 * 10 - 15px);
}
.row .col-11{
	width: calc(100% / 12 * 11 - 15px);
}
.row .col-12{
	width: 100%;
}

.slick-dots li:before{
	display: none;
}

.b-sel .jq-selectbox{
	font-size:16px;
}
#address-session-window{
	padding:30px;
	width: 560px;
}
.js-address-error{
	padding-bottom: 20px !important;
}
.no-can-use-bonuses{
	display: none;
}
.r-order-comment{
	margin-top:65px;
}
.delivery-btns{
	display: flex;
	justify-content: space-between;
}
.delivery-btns .b-btn{
	width: 44%;
	font-size: 22px;
	height: 35px;
	line-height: 35px;
	font-weight: 400;
}
.delivery-btns .b-btn.disabled{
	font-weight: 300;
	opacity: 0.6;
}
.js-delivery-address,
.js-samovivoz-div{
	padding-top:30px;
}
.restaurant-item{
	text-align: center;

}
.restaurant-item img{
	width: 300px;
	max-width: 100%;
}
.restaurant-item .tlt{
	font-size:18px;
}
.menu-rest-list{
	margin:40px 0 0 0;
	position: relative;
}
.menu-rest-list h2,
h2.r-line{
	text-align: center;
	font-weight: bold;
	font-family: 'YanoneKaffeesatz', Helvetica, Arial, sans-serif;
	display: block;
	font-size: 40px;
	position: relative;
}
h2.r-line{
	font-size:34px;
}
.menu-rest-list h2:before,
h2.r-line:before{
	content: '';
	position: absolute;
	top: 50%;
	left:0;
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
}
.menu-rest-list h2 span,
h2.r-line span{
	padding:0 20px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.fs16{
	font-size:16px;
}
.only-look{
	margin:15px 0 0 0;
	position: relative;
	top:5px;
	text-align: center;
}
.only-look a{
	color:gray;
	border-bottom: 1px dashed gray;
	text-decoration: none !important;
}
.contacts-feedback{
	margin:40px 0 0 0;
}
.contacts-feedback h2{
	text-align: center;
}
.btns-rest{
	margin:25px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.btns-rest a{
	margin:0 15px 15px 0;
}
.btns-rest a:last-child{
	margin-right:0;
}
.menu-rest-list a{
	margin-bottom:15px;
}
.restaurant-contacts{
	margin:0 0 20px 0;
}
.restaurant-contacts .address{
	font-size:18px;
	font-weight: bold;
}
.suggestions-wrapper{
	position: absolute;
	width: 100%;
}
.r-call-to-restaurant{
	margin:45px 0 0 0;
	text-align: center;
}
.r-call-to-restaurant h3{
	font-size:32px;
	margin:0 0 7px 0;
	overflow: hidden;
}
.r-call-to-restaurant .b-btn{
	font-weight: bold;
}
.map-colors .ln{
	margin:0 0 5px 0;
}
.map-colors .tlt{
	font-size: 18px;
	font-weight: bold;
	color: #AA182C;
	margin:0 0 10px 0;
}
.map-colors.new .deliv-time:nth-child(2n){
	text-align: right;
}
.map-colors .deliv-time.w100{
	width: 100%;
}
.b-popup.b-map-delivery-window{
	width: 100%;
	max-width: 900px;
	padding: 48px 30px 30px;
}
.b-popup .b-popup__header{
	display: block !important;
}
.coupon-info-window{
	font-size:18px;
	color:green;
	text-align: center;
	max-width: 360px;
}
.b-main-menu-secs{
	margin:10px 0;
	text-align: center;
}
.b-main-menu-secs .b-btn{
	margin:10px;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	font-size: 22px;
}
.input-address{
	margin:0 0 15px 0;
}
.address-session{
	font-size:16px;
}
.r-section-descr{
	padding:20px 0 30px 0;
	text-align: center;
	font-size:18px;
}
.ny-warr-mass{
	font-size:18px;
	text-align: center;
	color:red;
	margin:0 0 30px 0;
}


.js_energy_div{
	display: none;
}
.b-product__count-div .b-product__count-field{
	float: none;
}
.r-product-inf{
	float: right;
	position: relative;
	width: 30px;
	height: 30px;
	margin:10px 10px 0 0;
	z-index: 20;
}
.r-product-inf:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/bzhu.svg) center no-repeat;
	background-size: contain;
	cursor: pointer;
}
.r-product-inf .r-product-inf-show{
	position: absolute;
	display: none;
	z-index: 2;
	right:calc(100% + 15px);
	top:-10px;
	width: 160px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	padding: 5px 15px;
}
.r-product-inf:hover .r-product-inf-show,
.r-product-inf:focus .r-product-inf-show,
.r-product-inf:active .r-product-inf-show{
	display: block;
}
.r-product-inf .r-product-inf-show:after{
	content: '';
	position: absolute;
	right:-16px;
	top:15px;
	z-index: 3;
	border: 8px solid transparent;
	border-left: 8px solid #fff;
}
.r-product-inf .r-product-inf-show .ln{
	display: flex;
	align-content: space-between;
	margin:10px 0;
}
.r-product-inf .r-product-inf-show .ln .nm{
	width: 77px;
}
.r-product-inf .r-product-inf-show .ln .vl{
	text-align: right;
	width: calc(100% - 77px);
}

.jq-selectbox.b-input li{
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}
body .fancybox-content{
	overflow: visible;
}
@media only screen and (max-width : 767px) {
	.jq-selectbox.b-input li{
		padding-left:15px !important;
	}
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgba(207, 24, 31, 1);
}
.many {background-color: #ffcc00;}

.smartbanner {position: absolute;margin-top: 30px;display: block;}

html.is-start-header .b-header {
	background: rgba(255, 255, 255, 0.05);}

*{padding:0;margin:0;}
img{display: block;
  margin-left: auto;
  margin-right: auto;}
 .btn1{text-align:center;margin: 20px;}
 .text{text-align:center;font-size:20px;margin-bottom:40px;}
 .error-text{text-align:center;padding:20px;  font-family: Cursive;
} .error1{font-size:1.5rem;text-decoration:none;padding:15px;background:#e12528;color:#fff;border-radius:10px;}

.b-main-menu__item {
    border-radius: 20px;
}


#zatemnenie {
        background: rgba(102, 102, 102, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
      }
      #okno {
        max-width: 640px;
        height: auto;
        text-align: center;
        padding: 15px;       
        border-radius: 10px;
        color: #ccc;
        position: relative;
        box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
        margin: 50px auto;
        background: #fff;
        z-index: 9999999;
      }
      #zatemnenie:target {display: block;}
      .close {
        display: inline-block;
        border: 1px solid #ff0000;
        color: #fff;
        padding: 0 12px;
        margin: 10px;
        text-decoration: none;
        background: #ff0000;
        font-size: 14pt;
        cursor:pointer;
      }
      .close:hover {background: #e6e6ff;}
      .b24-widget-button-block, .b24-widget-button-inner-mask {display: none}