@charset "utf-8";
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
html, body {
  height: 100%;
}
.mainContent {
    min-height: calc(100vh - 509px);
}
.sberbank-result-message{
    //min-height: calc(100vh - 509px);
}
/*----------fonts--------------*/
@font-face {
    font-family: "Weber-Regular_old";
    src: url("../font/Weber-Regular.eot");
    src: url("../font/Weber-Regular.eot?#iefix")format("embedded-opentype"),
    url("../font/Weber-Regular.woff") format("woff"),
    url("../font/Weber-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Weber-Medium";
    src: url("../font/Weber-Medium.eot");
    src: url("../font/Weber-Medium.eot?#iefix")format("embedded-opentype"),
    url("../font/Weber-Medium.woff") format("woff"),
    url("../font/Weber-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Weber-Light";
    src: url("../font/Weber-Light.eot");
    src: url("../font/Weber-Light.eot?#iefix")format("embedded-opentype"),
    url("../font/Weber-Light.woff") format("woff"),
    url("../font/Weber-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "RUBSN";
    src: url("../font/RUBSN.eot");
    src: url("../font/RUBSN.eot?#iefix")format("embedded-opentype"),
    url("../font/RUBSN.woff") format("woff"),
    url("../font/RUBSN.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
	font-family: "Weber-Regular_new";
	url("../font/Inter-VariableFont_opsz,wght.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/*----------/fonts--------------*/
body{
	font:14px/1.4 "Weber-Regular", Arial, sans-serif;
	color:#343433;
	text-align: left;
	background:#fff
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"]{
	padding:0; 	
	font:14px "Weber-Regular", Arial, sans-serif;
}
::-webkit-input-placeholder {color: #343433; opacity:1;}
::-moz-placeholder          {color: #343433; opacity:1;}/* Firefox 19+ */
:-moz-placeholder           {color: #343433; opacity:1;}/* Firefox 18- */
:-ms-input-placeholder      {color: #343433; opacity:1;}

:focus::-webkit-input-placeholder { color:transparent; }
:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
:-ms-input-placeholder { color:transparent; } /* IE 10+ */

a:focus, a:active, a:visited, :focus, :active, :visited, button:focus, button:visited, button:active {
  outline: none;
  text-decoration: none;
  outline-offset: inherit;
}
/*-----------------wrapper-------------------*/
.icon_b-nav{
	display: inline-block;
	margin: 0 8px 0 0;
	overflow: hidden;
}
.icon_b-nav--menu{
	width: 37px;
	height: 26px;
	background: url(../img/menu-icon.png) 0 0 no-repeat;
}
.icon_b-nav--contacts{
	width: 26px;
	height: 31px;
	background: url(../img/adress-icon.png) 0 0 no-repeat;
}
.title{
	font-size: 56px;
	line-height: 1;
	margin: 0 0 50px;
	text-align: center;
	color: #343433;
	font-family: "Weber-Medium";
	font-weight: normal;
}
.shadow{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 69;
	background-color: rgba(0,0,0,.8);
	transition: all ease .5s;
	opacity: 0;
	visibility: hidden;
}
.shadow.active{
	opacity: 1;
	visibility: visible;
}
html.over{
	overflow: hidden;
}
/*-----------------Header-------------------*/
.panel-top{
	padding: 15px 0;
}
.panel-top .container{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.panel-top .social-b-top li{
	margin: 0 0 0 15px;
}
.social-b-top{
	margin: 0;
	padding: 0;
	flex-grow: 1;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.social-b-top li{
	list-style-type: none;
}
.social-b-top li a{
	display: block;
	cursor: pointer;
}
.social-b-top li a img{
	display: block;
	max-width: 100%;
}
.panel-gray{
	height: 84px;
}
.panel-fix{
	background-color: #343433;
	left: 0;
	right: 0;
	top: 0;
	height: 84px;
	z-index: 200;
}
.panel-fix.fixed{
	position: fixed;
	transition: all ease .5s;
	box-shadow: 0 2px 5px rgba(0,0,0,.5);
}
.panel-gray .container{
	height: 84px;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.sec-left{
	padding: 0 50px 0 0;
}
.sec-left, .sec-center, .sec-right{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.sec-center{
	-webkit-box-flex:1;
    -ms-flex-positive:1;
        flex-grow:1
}
.logo{
	display: block;
}
.logo img{
	display: block;
	max-width: 140px;
	height: auto;
}
.basket-link{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: white;
}
.basket-link:after{
	content: '\e800';
	font-family: "fontello";
	color: black;
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 50%;
	margin: -11px 0 0 -11px;
	left: 50%;
	z-index: 1;
}
.basket-link .count{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 16px;
	color: #343433;
	border: 1px solid #343433;
	position: absolute;
	top: 50%;
	margin: -8px -8px 0 0;
	right: 0;
	background-color: #fff;
}
.phone-wrap{
	margin: 0 0 0 50px;
	position: relative;
	padding: 0 0 0 30px;
}
.phone-wrap:after{
	content: "";
	position: absolute;
	top: 50%;
	margin: -15px 0 0 0;
	left: 0;
	z-index: 2;
	width: 18px;
	height: 30px;
	background: url(../img/mobile-lg.png) 0 0 no-repeat;
}
.phone-link{
	font-family: "Weber-Light";
	font-size: 22px;
	line-height: 1;
	text-decoration: none;
	color: white;
	display: block;
}
.phone-link:hover{
	text-decoration: none;
	color: #ae009a;
}
/*---------------Navigation-----------------*/
.main-nav{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin: 0;
    padding: 0;
}
.main-nav li{
	list-style-type: none;
	font-size: 17px;
	text-transform: uppercase;
	border-left: 1px solid #231f20;
	font-family: "Weber-Light";
}
.main-nav li:first-child{
	border-left: none;
}
.main-nav li a{
	cursor: pointer;
	min-height: 42px;
	padding: 0 20px;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
	color: #fff;
	text-decoration: none;
}
.main-nav li a.current, .main-nav li a:hover{
	color: #ae009a;
}
.main-nav li a:hover .icon_b-nav--menu, .main-nav li a.current .icon_b-nav--menu{
	background-position: 0 -26px;
}
.main-nav li a:hover .icon_b-nav--contacts, .main-nav li a.current .icon_b-nav--contacts{
	background-position: 0 -31px;
}
/*-----------------menu-trigger------------------*/
.menu-trigger {
	width: 50px;
	height: 50px;
	transition: all 0.2s ease-in-out 0s;
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 92;
	display: none;
}
.menu-trigger-icon {
  top: 50%;
  left: 8px;
  right: 8px;
  height: 3px;
  background-color: white;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }
  
  .menu-trigger-icon:before, .menu-trigger-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    height: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    transition: transform 0.2s linear; }
  .menu-trigger-icon:after {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px); }
    .menu-trigger.active .menu-trigger-icon {
  background-color: transparent; }
  .menu-trigger.active .menu-trigger-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-trigger.active .menu-trigger-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
/*--------------Main Contetn----------------*/
.catalog-wrap{
	padding: 160px 0 20px;
}
.contacts-wrap{
	padding: 90px 0 0 0;
}
.map-wrap{
	height: 600px;
	background: url(../img/bg-contacts.jpg) 50% 0 no-repeat;
}
.filter-nav{
	margin: 0 0 50px;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.filter{
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 1;
	color: #6d6e71;
	font-family: "Weber-Light";
	cursor: pointer;
	margin: 0 5px 10px;
	padding: 15px 20px;
	border: 2px solid #a7a9ac;
	border-radius: 30px; 
}
.filter.active{
	border-color: #ae009a;
	color: #ae009a;
}
.menu-mb-mod .filter.active{
	color: #fff;
	background: #ae009a;
}
.catalog-container .mix{
	width: 33.3%;
	padding: 0 60px;
	display: none;
}
.catalog-container{
	margin: 0 -60px;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
}
.products-item{
	position: relative;
	padding: 70px 0 0 0;
	margin: 0 0 70px;
}
.products-item--hit:after,
.products-item--new:after{
	content: "HIT";
	position: absolute;
	top: 40px;
	right: -10px;
	z-index: 2;
	width: 136px;
	height: 100px;
	font-family: "Weber-Medium";
	font-size: 46px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 32px 0 0 0;
	background: url(../img/bg-emblem.png) 0 0 no-repeat;
}
.products-item--new:after{
	content: "New";
}
.products-item__img{
	position: relative;
	z-index: 1;
	height: 200px;
	line-height: 200px;
	margin: 0 0 30px;
	text-align: center;
}
.products-item__img img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.emblem{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.products-item__name{
	font-family: "Weber-Medium";
	color: #999;
	text-align: center;
	/*margin: 0 0 15px;*/
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	transition: all ease .5s;
	display: block;
	min-height: 74px;
	max-height: 74px;
	overflow: hidden;
}
.products-item__name:hover{
	color: black;
	text-decoration: none;
}
.products-item__text{
	font-size: 13px;
	margin: 0 0 15px;
	color: #999;
	text-align: center;
	max-height: 55px;
	overflow: hidden;
}
.products-item__btn{
	display: block;
	text-align: center;
	transition: all ease .5s;
	background-color: #ae009a;
	padding: 20px 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1;
	font-family: "Weber-Light";
	border-radius: 30px;
	margin: 0 15px;
}
.products-item__btn:hover, .products-item__btn:focus{
	color: #fff;
	text-decoration: none;
	background-color: black;
}
.products-item__set{
	margin: 0 15px 20px;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.products-item__price{
	font-size: 50px;
	line-height: 1;
	color: #ae009a;
}
.b-select{
	display: inline-block;
	min-width: 85px;
}
.b-select .chosen-container-single .chosen-single{
	height: 44px;
	padding: 0 0 0 20px;
	border-radius: 30px;
	border: 2px solid #999;
	line-height: 42px;
	font-size: 24px;
	color: #343433;
	font-family: "Weber-Light";
}
.b-select .chosen-container-single .chosen-single span{
	margin: 0 30px 0 0;
}
.b-select .chosen-container-single .chosen-single div{
	width: 30px;
}
.b-select .chosen-container-single .chosen-single div b{
	background: url(../img/arrows-bot.png) 0 50% no-repeat !important;
}
.b-select .chosen-container-single .chosen-drop{
	border-radius: 10px;
	margin: 2px 0 0 0;
	border: 2px solid #999;
	overflow: hidden;
}
.b-select .chosen-container .chosen-results{
	color: #343433;
	margin: 0;
}
.b-select .chosen-container .chosen-results li.highlighted{
	background-color: #b6ba24;
}
.b-select .chosen-container .chosen-results li{
	padding: 8px 5px 8px 20px;
	font-size: 20px;
	color: #343433;
	font-family: "Weber-Light";
}
.select-cafe-inner{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.title-select{
	font-size: 16px;
	line-height: 1;
	margin: 0 10px 0 0;
}
.panel-top .b-select .chosen-container-single .chosen-single{
	font-size: 18px;
	height: 36px;
	line-height: 34px;
	padding: 0 0 0 15px;
}
.panel-top .b-select .chosen-container-single .chosen-single span{
	margin: 0 35px 0 0;
}
.slide__img-b{
	height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.main-slider-wrap{
	position: relative;
}
.slider-arrows{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	bottom: 0;
}
.slider-arrows .slick-arrow{
	font-size: 0;
	padding: 0;
	border-radius: 0;
	width: 16px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin: -25px 0 0 0;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
}
.slider-arrows .slick-prev{
	left: 15px;
	background-image: url(../img/arrows-slider.png);
	transform: rotateY(180deg);
}
.slider-arrows .slick-next{
	right: 15px;
	background-image: url(../img/arrows-slider.png);
}
.main-slider .slide{
	vertical-align: top;
}
.slider-dots-wrap{
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	z-index: 5;
	height: 16px;
}
.slider-dots-wrap .slick-dots{
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 0;
	right: 40px;
	width: 424px;
	height: 16px;
}
.slider-dots-wrap .slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}
.slider-dots-wrap .slick-dots li button{
	padding: 0;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid #7a7775;
	font-size: 0;
	background-color: transparent;
	position: relative;
	display: block;
}
.slider-dots-wrap .slick-dots li.slick-active button:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 10px;
	height: 10px;
	border-radius: 1px;
	background-color: #7a7775;
	margin: -5px 0 0 -5px;
}
.slider-info-wrap{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.slider-info{
	background-color: rgba(255,255,255,.8);
	width: 424px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	z-index: 3;
	padding: 80px 35px 0;
}
.slider-info__img{
	display: block;
	max-width: 100%;
	margin: 0 0 20px;
}
.slider-info__text{
	font-family: "Weber-Light";
	color: #808080;
	font-size: 18px;
}
.slider-info__text p{
	margin: 0 0 20px;
}
.box-modal{
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.box-modal--md{
	max-width: 800px;
}
.box-modal--lg{
	max-width: 1030px;
}
.box-modal__heading{
	position: relative;
	padding: 15px 50px 12px;
	background-color: #ae009a;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-family: "Weber-Medium";
}
.ordering-content{
	padding: 35px 50px 45px;
}
.arcticmodal-container_i{
	width: 100%;
}
.arcticmodal-container_i2{
	padding: 0;
}
.col-title{
	font-size: 23px;
	line-height: 1;
	text-transform: uppercase;
	border-bottom: 1px solid #343433;
	margin: 0 0 15px;
	font-family: "Weber-Medium";
}
.box-modal_close{
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 1;
	cursor: pointer;
	background: url(../img/close-wh.png) 0 0 no-repeat;
	width: 18px;
	height: 16px;
	margin: -8px 0 0 0;
}
.basket-table{
	width: 100%;
	margin: 0 0 10px;
}
.basket-table tr td{
	padding: 0 0 20px 15px;
	vertical-align: middle;
}
.basket-table tr td.td-img{
	width: 90px;
}
.basket-table tr td.td-delete{
	text-align: right;
}
.basket-table tr td:first-child{
	padding: 0 0 20px;
}
.basket-table__img{
	max-width: 90px;
	width: 100%;
}
.basket-table__img img{
	display: block;
	max-width: 100%;
}
.basket-table__content{
	max-width: 320px;
}
.basket-table__content .name{
	font-family: "Weber-Light";
	font-size: 23px;
	line-height: 1;
	text-transform: uppercase;
	color: #343433;
	transition: all ease .5s;
	text-decoration: none;
	margin: 0 8px 0 0;
}
.basket-table__content .name:hover{
	color: #ae009a;
	text-decoration: none;
}
.basket-table__content .name-size{
	font-size: 23px;
	line-height: 1;
	text-transform: uppercase;
	color: #343433;
	font-family: "Weber-Medium";
}
.basket-table__content .composition{
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	font-family: "Weber-Light";
}
.b-counter{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	padding: 0 27px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	border: 1px solid #cbce67;
}
.b-counter__btn{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 27px;
	cursor: pointer;
	background-color: #dbdcdd;
	transition: all ease .5s;
	z-index: 3;
}
.b-counter__btn:hover{
	background-color: #cbce67;
}
.b-counter__btn--minus{
	left: 0;
}
.b-counter__btn--minus:after{
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -4px;
	height: 1px;
	background-color: #808080;
	z-index: 2;
	width: 8px;
}
.b-counter__btn--plus{
	right: 0;
}
.b-counter__btn--plus:after{
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -4px;
	height: 1px;
	background-color: #808080;
	z-index: 2;
	width: 8px;
}
.b-counter__btn--plus:before{
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 0;
	height: 1px;
	background-color: #808080;
	z-index: 3;
	width: 1px;
	height: 8px;
}
.b-counter__control{
	height: 26px;
	border: none;
	border-left: 1px solid #cbce67;
	border-right: 1px solid #cbce67;
	text-align: center;
	background-color: #fff;
	width: 100%;
	padding: 0;
	font-size: 16px;
	line-height: 1;
	color: #808080;
}
.basket-table__price{
	font-size: 28px;
	line-height: 1;
}
.basket-table__close{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	background: url(../img/close-circle.png) 0 0 no-repeat;
	cursor: pointer;
}
.input-b label{
	display: block;
	margin: 0;
	font-size: 18px;
	line-height: 1;
	font-family: "Weber-Light";
}
input.input-b__control{
	display: block;
	width: 100%;
	height: 45px;
	padding: 0 15px;
	background-color: #fff;
	border: 1px solid #40403f;
	border-radius: 5px;
	font-size: 22px;
	font-family: "Weber-Light";
}
textarea.input-b__area{
	display: block;
	width: 100%;
	height: 130px;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #4d4d4c;
	border-radius: 5px;
	font-size: 22px;
	font-family: "Weber-Light";
	resize: none;
}
.mrt{
	padding: 40px 0 0 0;
}
.radio-wrap--pay{
	padding: 15px 0 0 0;
}
.radio-item{
	margin: 0 0 8px;
}
.radio-item input[type="radio"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}
.radio-item input[type="radio"]:checked + label:before{
	display: block;
}
.radio-item input[type="radio"]:checked + label{
	color: #343433;
}
.radio-item label{
	margin: 0;
	font-weight: normal;
	font-family: "Weber-Light";
	color: #b3b3b3;
	font-size: 23px;
	line-height: 1;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 30px;
}
.radio-item label:after{
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #b3b3b3;
	z-index: 1;
}
.radio-item input[type="radio"]:checked + label:after{
	border-color: #343433;
}
.radio-item label:before{
	content: "";
	position: absolute;
	top: 6px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #ae009a;
	z-index: 2;
	display: none;
}
.input-submit-wrap{
	padding: 35px 0 0 0;
}
.input-b__submit{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 230px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: "Weber-Light";
	background-color: #ae009a;
	font-size: 21px;
	border-radius: 30px;
	transition: all ease .5s;
	border: none;
	height: 60px;
}
.input-b__submit:hover{
	background-color: #b5b923;
}
.pay-order{
	padding: 15px 0 0 0;
}
.pay-order__item{
	margin: 0 0 30px;
}
.pay-order__item .row{
	margin: 0 -10px;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.pay-order__item .col-lg-7{
	width: 61%;
	padding: 0 10px;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.pay-order__item .col-lg-5{
	width: 39%;
	padding: 0 10px;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.pay-order__item .radio-item{
	margin: 0;
}
.radio-item--sm b{
	font-family: "Weber-Medium";
	font-weight: normal;
	font-size: 20px;
}
.radio-item input[type="radio"]:checked + label b{
	color: #ff0000;
}
.radio-item--sm label{
	font-size: 16px;
	padding: 0 0 0 25px;
}
.radio-item--sm label:after, .radio-item--clock label:after{
	top: 50%;
	margin: -7px 0 0 0;
}
.radio-item--sm label:before, .radio-item--clock label:before{
	top: 50%;
	margin: -4px 0 0 0;
}
.radio-item--sm span{
	display: block;
}
.radio-item--clock label{
	padding: 0 0 0 25px;
}
.radio-item--clock input[type="radio"]:checked + label input.input-clock{
	border: 1px solid #343433;
	color: #343433;
}
.radio-item--clock input[type="radio"]:checked + label .title-input{
	color: #343433;
}
.radio-item--clock .title-input{
	position: absolute;
	top: -20px;
	left: 25px;
	display: block;
	width: 114px;
	z-index: 2;
	color: #999;
	font-size: 16px;
}
input.input-clock{
	width: 114px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #cfcfcf;
	font-size: 26px;
	font-family: "Weber-Light";
	color: #999;
}
input.input-clock::-webkit-input-placeholder {color: #999; opacity:1;}
input.input-clock::-moz-placeholder          {color: #999; opacity:1;}/* Firefox 19+ */
input.input-clock:-moz-placeholder           {color: #999; opacity:1;}/* Firefox 18- */
input.input-clock:-ms-input-placeholder      {color: #999; opacity:1;}

.radio-item--clock input[type="radio"]:checked + label input.input-clock::-webkit-input-placeholder {color: #343433; opacity:1;}
.radio-item--clock input[type="radio"]:checked + label input.input-clock::-moz-placeholder          {color: #343433; opacity:1;}/* Firefox 19+ */
.radio-item--clock input[type="radio"]:checked + label input.input-clock:-moz-placeholder           {color: #343433; opacity:1;}/* Firefox 18- */
.radio-item--clock input[type="radio"]:checked + label input.input-clock:-ms-input-placeholder      {color: #343433; opacity:1;}
.pay-order__item .b-select-adress{
	min-width: 245px;
	margin: 0 0 0 30px;
}
.b-select-adress .b-select{
	display: block;
	width: 100%;
}
.b-select-adress .b-select .chosen-container-single .chosen-single{
	border-radius: 5px;
	border: 1px solid #bcbcbc;
	font-size: 20px;
	padding: 0 0 0 15px;
}
.b-select-adress .b-select .chosen-container-single .chosen-single span{
	margin: 0 42px 0 0;
}
.b-select-adress .b-select .chosen-container-single .chosen-single div{
	width: 42px;
}
.b-select-adress .b-select .chosen-container-single .chosen-single div b{
	background: none !important
}
.b-select-adress .b-select .chosen-container-single .chosen-single div b:after{
	content: "";
	position: absolute;
	top: 50%;
	margin: -4px 0 0 0;
	right: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 9px 0 9px;
	border-color: #b3b3b3 transparent transparent transparent;
	z-index: 1;
}
.b-select-adress .b-select .chosen-container-single .chosen-drop{
	border-radius: 5px;
	border: 1px solid #bcbcbc;
}
.b-select-adress .b-select .chosen-container .chosen-results li{
	padding: 8px 5px 8px 15px
}
.cafe-row{
	padding: 45px 30px 35px;
}
.cafe-list{
	position: relative;
	font-size: 18px;
	color: #cdcece;
}
.cafe-item{
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 5px;
}
.cafe-list:hover{
	color: #58595b;
}
.over-link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}
.cafe-item--metro{
	font-family: "Weber-Medium";
}
.cafe-list:hover .cafe-item:after{
	background-position: 0 -23px;
}
.cafe-item--metro:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 19px;
	height: 23px;
	background: url(../img/metro-gray.png) 0 0 no-repeat;
}
.cafe-item--adress{
	font-size: 13px;
	min-height: 36px;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family: "Weber-Light";
    -webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.cafe-item--adress:after{
	content: "";
	position: absolute;
	top: 50%;
	margin: -13px 0 0 0;
	left: 0;
	z-index: 1;
	width: 19px;
	height: 23px;
	background: url(../img/adress-gray.png) 0 0 no-repeat;
}
.cafe-item--phone{
	font-family: "Weber-Light";
}
.cafe-item--phone:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 14px;
	height: 23px;
	background: url(../img/phone-gray.png) 0 0 no-repeat;
}
#mapgeo{
	height: 600px;
}
/*-----------------modal-option-------------------*/
.box-modal--lg{
	max-width: 1060px;
}
.box-modal-option{
	border-radius: 20px;
	padding: 65px 55px 55px;
	margin: 20px auto;
}
.p-card-wrap__img-w img{
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.p-card-wrap{
	margin: 0 -30px;
}
.p-card-wrap__item{
	padding: 0 30px;
	position: relative;
}
.p-card-wrap{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
}
.p-card-wrap__content{
	padding: 20px 0 94px 0;
}
.p-card-wrap__caption{
	font-family: "Weber-Medium";
	font-size: 38px;
	line-height: 40px;
	text-transform: uppercase;
	color: #343433;
	margin: 0 0 20px;
}
.p-card-wrap__text{
	font-family: "Weber-Light";
	font-size: 18px;
	line-height: 25px;
	color: #343433;
}
.p-card-wrap__content .b-counter{
	width: 134px;
	padding: 0 50px;
	border-radius: 10px;
	border: 1px solid #999;
	position: absolute;
	bottom: 20px;
	left: 30px;
	z-index: 1;
}
.p-card-wrap__content .b-counter__btn{
	width: 50px;
	background-color: transparent;
}
.p-card-wrap__content .b-counter__control{
	font-family: "Weber-Medium";
	height: 42px;
	border: none;
	font-size: 20px;
	color: #343433;
}
.p-card-wrap__content .b-counter__btn--minus:after,
.p-card-wrap__content .b-counter__btn--plus:before,
.p-card-wrap__content .b-counter__btn--plus:after{
	background-color: #343433;
}
.p-card-wrap__content .b-counter__btn--minus:after{
	width: 9px;
}
.p-card-wrap__content .b-counter__btn--plus:before{
	height: 9px;
}
.p-card-wrap__content .b-counter__btn--plus:after{
	width: 9px;
}
.option-wrap{
	padding: 45px 0 0 0;
}
.option-wrap__caption{
	font-family: "Weber-Medium";
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	color: #999999;
}
.option-wrap__row{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    padding: 0 0 40px;
}
.radio-wrap, .check-wrap{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin: 0 0 15px;
}
.radio-col input[type="radio"], .check-col input[type="checkbox"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.radio-col input[type="radio"]:checked + label,
.check-col input[type="checkbox"]:checked + label{
	color: #343433;
}
.radio-col label, .check-col label{
	position: relative;
	font-family: "Weber-Light";
	margin: 0;
	font-size: 18px;
	line-height: 25px;
	color: #999;
	margin: 0;
	padding: 0 15px 0 35px;
	cursor: pointer;
	transition: all ease .3s;
	display: block;
	width: 100%;
}
.radio-col label:after, .check-col label:after{
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #999999;
	z-index: 1;
	transition: all ease .3s;
	background-color: transparent;
}
.check-col label:after{
	border-radius: 5px;
}
.radio-col input[type="radio"]:checked + label:after,
.check-col input[type="checkbox"]:checked + label:after{
	border: 1px solid #ae009a;
	background-color: #ae009a;
}
.radio-col label:before{
	content: "";
	position: absolute;
	top: 7px;
	left: 8px;
	z-index: 2;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	transition: all ease .3s;
	opacity: 0;
	visibility: hidden;
}
.check-col label:before{
	content: "";
	position: absolute;
	top: 6px;
	left: 5px;
	z-index: 2;
	width: 15px;
	height: 10px;
	background: url(../img/check-wh.svg) 0 0 no-repeat;
	background-size: contain;
	transition: all ease .3s;
	opacity: 0;
	visibility: hidden;
}
.radio-col input[type="radio"]:checked + label:before,
.check-col input[type="checkbox"]:checked + label:before{
	opacity: 1;
	visibility: visible;
}
.radio-col input[type="radio"]:checked + label + .radio-rub,
.check-col input[type="checkbox"]:checked + label + .radio-rub{
	color: #343433;
}
.radio-rub{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	white-space: nowrap;
	font-size: 18px;
	line-height: 25px;
	color: #999;
	transition: all ease .3s;
	position: relative;
	top: -3px;
}
.radio-col, .check-col{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
}
.radio-rub:after{
	content: "о";
	font-family: "RUBSN";
	margin: 0 0 0 5px;
}
.b-panel-info{
	border-top: 1px solid #ae009a;
    padding: 45px 0 0 0;
	-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.add-button{
	font-family: "Weber-Light";
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #ae009a;
	border-radius: 30px;
	transition: all ease .3s;
	min-width: 270px;
	padding: 20px 10px;
	cursor: pointer;
	border: none;
}
.add-button:hover{
	color: #fff;
	text-decoration: none;
	background-color: black;
}
.price-total{
	font-size: 50px;
	line-height: 1;
	color: #ae009a;
	text-transform: uppercase;
}
.price-total:after{
	content: "и";
	font-family: "RUBSN";
	margin: 0 0 0 8px;
	color: #ae009a;
	font-size: 42px;
}
.box-modal-option .box-modal_close{
	width: 28px;
	height: 28px;
	top: 30px;
	background: none;
	margin: 0;
	right: 35px;
	z-index: 5;
}
.box-modal-option .box-modal_close:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -3px;
	width: 6px;
	background: #ae009a;
	z-index: 1;
	transform: rotateZ(45deg);
}
.box-modal-option .box-modal_close:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -3px;
	width: 6px;
	background: #ae009a;
	z-index: 2;
	transform: rotateZ(-45deg);
}
/*-----------------Footer-------------------*/
footer{
	background-color: #343433;
	padding: 25px 0;
	min-height: 330px;
}
footer .container{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.sec-f-right{
	min-width: 400px;
	padding: 0 0 0 30px;
}
.sec-f-right .social-b-top li{
	margin:0 0 0 10px;
}
.sec-f-right .phone-wrap{
	margin: 30px 0 0 0;
	float: right;
}
.adress-list{
	padding: 0;
	margin:0;
}
.adress-list li{
	list-style-type: none;
	cursor: pointer;
}
.adress-list li.current .adress-heading:after{
	display: block;
}
.box-adress{
	display: none;
}
.box-adress.visib{
	display: block;
}
.sec-f-left, .sec-f-center{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.sec-f-center{
	padding: 0 0 0 50px;
	-webkit-box-flex:1;
    -ms-flex-positive:1;
        flex-grow:1
}
.row-contacts{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
        flex-grow:1
}
.sec-f-left{
	flex-basis: 160px;
	width: 160px;
	min-width: 160px;
}
.logo-f{
	display: block;
}
.logo-f img{
	display: block;
	max-width: 160px;
}
.adress-wrap{
	position: relative;
	padding: 0 0 0 60px;
}
.row-contacts > div{
	position: relative;
}
/*.row-contacts > div:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 1px;
	background-color: #252222;
	z-index: 1;
}
.row-contacts > div:first-child:after{
	display: none;
}*/
.adress-heading{
	color: #ae009a;
	font-size: 20px;
	line-height: 1;
	margin: 0 0 12px;
	position: relative;
	min-height: 40px;
	padding: 0 0 0 40px;
}
.adress-heading:after{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 1;
	background: url(../img/adress-icon.png) 0 -31px no-repeat;
	width: 26px;
	height: 31px;
	display: none;
}
.adress-heading .name-cafe{
	font-family: "Weber-Medium";
}
.adress-heading .name-adress{
	font-family: "Weber-Light";
}
.adress-item{
	color: #fff;
	display: block;
	margin: 0 0 10px;
	position: relative;
	text-decoration: none;
	font-size: 17px;
	line-height: 1;
	font-family: "Weber-Light";
	padding: 0 0 0 25px;
}
.adress-item--metro{
	padding: 2px 0 3px 25px;
}
.adress-item--metro:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 21px;
	z-index: 1;
	background: url(../img/metro-icon.png) 0 0 no-repeat;
}
.adress-item--email:after{
	content: "";
	position: absolute;
	top: 0;
	left: 3px;
	z-index: 1;
	width: 14px;
	height: 16px;
	background: url(../img/email-icon.png) 0 0 no-repeat;
}
.adress-item--phone{
	padding: 4px 0 0 25px;
}
.adress-item--phone:after{
	content: "";
	position: absolute;
	top: 0;
	left: 3px;
	z-index: 1;
	width: 13px;
	height: 21px;
	background: url(../img/mobile.png) 0 0 no-repeat;
}
.adress-item:hover{
	color: #fff;
	text-decoration: none;
}
.filter-nav.menu-mb-mod{
	margin-bottom: 0;
}

/* contacts footer */

.sec-f-right {
    min-width: 400px;
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
}
.contacts-footer {
    width: 100%;
    max-width: 368px;
	margin-bottom: 20px;
}
.contacts-footer>h4{
	color: #ffffff;
	font-family: "Weber-Medium";
	font-size: 16px;
	padding: 0;
	margin: 10px 0 15px;
	line-height: 1;
}
.contacts-footer>p{
	color: #ffffff;
	font-family: "Weber-Light";
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 1.2;
	display: flex;
}
.contacts-footer>p>a{
    text-decoration: none;
    color: white;
    display: block;
	font-size: 14px;
}
.payment-footer{
	display: flex;
}
.payment-footer>a{
	display: block;
	margin-right: 10px;
	height: 25px;
}
.payment-footer>a:hover{}
.payment-footer>a>img{
	height: 100%;
	display: block;
}
.sec-f-left{
	display: flex;
	flex-direction: column;
}
.copyright-footer{
	margin-top: 15px;
}
.copyright-footer>p{
	color: #ffffff;
	font-family: "Weber-Light";
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 1.2;
	display: flex;
}

/* delivery block on main page */

.delivery-info{
	padding: 30px 0;
}
.delivery-info>p{
	color: #000000;
	font-family: "Weber-Light";
	font-size: 16px;
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

/* delivery page */

.delivery-block{
	padding: 30px 0 0 0;
}

/* ordering, payment stage, sbrf icon */

.sale_order_full_table .ps_logo>img {
    width: 70px !important;
    height: auto;
    padding: 10px 0;
}
.sale_order_full_table{
	display: block;
    width: 100%;
}
.sale_order_full_table tbody,
.sale_order_full_table tr,
.sale_order_full_table td,
.sberbank__content {
	display: block;
    width: auto;
}

/* map-block on main page */

.map-block{
	display: flex;
    align-items: center;
    justify-content: center;
}

/* privacy policy modal */

.privacy-policy-modal-btn {
    background-color: transparent;
    color: white;
    line-height: 1;
    padding: 10px 0;
    text-decoration: underline;
}
.privacy-policy-modal-btn:focus,
.privacy-policy-modal-btn:active,
.privacy-policy-modal-btn:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ae009a;
}

#privacyPolicy .box-modal__heading{
	padding: 15px 40px 12px 20px;
    font-size: 25px;
}
.privacyPolicy-content {
    padding: 10px 20px;
}
.privacyPolicy-content>h5 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.privacyPolicy-content>p {

}
.privacyPolicy-content a {
    color: #83861d;
    text-decoration: underline;
}
.privacyPolicy-content a:focus,
.privacyPolicy-content a:active,
.privacyPolicy-content a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #83861d;
}

/* страница оформления доставки */

.delivering-block{}
.delivering-block .container{
	padding-top: 40px;
	padding-bottom: 66px;
}
.delivering-block .title{
	text-align: start;
}

.delivering-form-inner-wrap{
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	overflow: hidden;
	width: 100%;
}
.delivering-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.delivering-main{
	width: 67%;
	display: flex;
	flex-wrap: wrap;
	padding: 52px 40px 63px;
	background: #FFFFFF;
	border: 1px solid #999999;
	box-sizing: border-box;
	border-radius: 18px;
	transition: all linear 200ms;
	margin: 0 33% 0 0;
}
.delivering-total{
	display: flex;
	flex-wrap: wrap;
	padding: 52px 30px 63px;
	background: #FFFFFF;
	border: 1px solid #999999;
	box-sizing: border-box;
	border-radius: 18px;
	width: 32%;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    float: right;
}
.delivering-form__title{
	margin-bottom: 30px;

	font-family: "Weber-Medium";
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	color: #343433;
	width: 100%;

	display: flex;
    align-self: flex-start;
}
.delivering-form__subtitle{
	margin-bottom: 13px;

	font-family: "Weber-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #343433;
	width: 100%;
}
.delivering-form__radio-group{
	/*margin-bottom: 37px;*/
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.delivering-form__radio{
	width: 50%;
	position: relative;
	margin-bottom: 28px;
}
.delivering-form__radio>input{
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}
.delivering-form__radio>label{
	width: 100%;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding-left: 35px;
	font-family: "Weber-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #343433;
}
.delivering-form__radio>label::before{
	border-radius: 50%;
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #999999;
	box-sizing: border-box;
}
.delivering-form__radio>input:checked+label::before{
	border: 8px solid #ae009a;
}
.delivering-form__input-group{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;
    justify-content: space-between;
}
.delivering-form__input-group.disabled{
	display: none;
}
.delivering-form__input{
    width: 49%;
	margin-bottom: 12px;
}
.delivering-form__input.self-pick-up-time{
    width: 201px;
}
.delivering-form__input>input{
	border: 1px solid #999999;
	box-sizing: border-box;
	border-radius: 10px;
	height: 55px;
	display: flex;
	align-items: center;
	padding: 0 22px;
	font-family: "Weber-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #999999;
	line-height: 1;
	width: 100%;
}
/* Chrome, Safari, Edge, Opera */
.delivering-form__input>input::-webkit-outer-spin-button,
.delivering-form__input>input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.delivering-form__input>input[type=number] {
  -moz-appearance: textfield;
}
.delivering-form__input>input::placeholder{
	font-family: "Weber-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #999999;
}
.delivering-form__textarea{
	width: 100%;
	margin-bottom: 12px;
}
.delivering-form__textarea>textarea{
	width: 100%;
	border: 1px solid #999999;
	box-sizing: border-box;
	border-radius: 10px;
	height: 55px;
	font-family: "Weber-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #999999;
    line-height: 17px;
	padding: 18px 26px 15px;
	resize: none;
}
.delivering-form__textarea>textarea::placeholder{
	font-family: "Weber-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #999999;
}
.delivering-form__input.street{
	width: 58%;
}
.delivering-form__input.building{
	width: 19%;
}
.delivering-form__input.facility{
	width: 19%;
}
.delivering-form__input.entrance{
	width: 22.5%;
}
.delivering-form__input.code{
	width: 22.5%;
}
.delivering-form__input.floor{
	width: 22.5%;
}
.delivering-form__input.apartment{
	width: 26.5%;
}
.delivering-form__delivery-time{
	background: #FFFFFF;
	border: 1px solid #ae009a;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 8px 20px;
	display: flex;
	align-items: center;
    margin-top: 15px;
}
.delivering-form__delivery-time>img{
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 12px;
}
.delivering-form__delivery-time>p{
	font-family: "Weber-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	display: flex;
	color: #343433;
    margin: 0;
}
.delivering-form__delivery-time>p>span{
	color: #F15A24;
}
.delivering-form__payment-icons{
	display: flex;
	width: 100%;
    margin-bottom: 5px;
}
.delivering-form__payment-icons>a{
	display: block;
    margin-right: 14px;
}
.delivering-form__payment-icons>a>img{
	display: block;
}
.delivery-form__privacy-policy{
	width: 100%;
	display: flex;
	position: relative;
    align-items: center;
}
.delivery-form__privacy-policy>input{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}
.delivery-form__privacy-policy>label{
	padding-left: 23px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;

    font-family: "Weber-Regular";
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #999999;
}
.delivery-form__privacy-policy>label>p{
    font-family: "Weber-Regular";
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #999999;
}
.delivery-form__privacy-policy>label>p>a{
    font-family: "Weber-Regular";
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #999999;
	text-decoration: underline !important;
}
.delivery-form__privacy-policy>label>p>a:hover{
	text-decoration: none !important;
}
.delivery-form__privacy-policy>label::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: transparent;
	border-radius: 3px;
	border: 1px solid #999999;
	z-index: 1;
}
.delivery-form__privacy-policy>input:checked+label::before{
	background: #ae009a;
	border: 1px solid #ae009a;
}
.delivery-form__privacy-policy>input:checked+label::after{
	content: "";
	position: absolute;
    top: 4px;
    left: 3px;
	width: 11px;
	height: 9px;
	background: url("/bitrix/templates/version2/assets/img/privacy-check-icon.png") center / contain no-repeat;
	z-index: 2;
}
.delivering-form__order-list-wrap{
	width: 100%;
	padding-bottom: 45px;
	position: relative;
	border-bottom: 1px solid #ae009a;
	margin-bottom: 35px;
}
.edit-order-icon-link{
	display: block;
	position: absolute;
	top: -40px;
	right: 0;
}
.edit-order-icon-link>img{
	display: block;
}
.delivering-form__order-list{
	width: 100%;
	margin-bottom: 40px;
}
.delivering-form__order-list-item-wrap{
	width: 100%;
	display: flex;
    align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 16px;
}
.delivering-form__order-list-item{
	width: 100%;
	padding: 0 5px 0 0;
	/*width: 78%;*/
	display: flex;
	/*align-items: center;*/
	flex-direction: column;

	font-family: "Weber-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #343433;
}
.delivering-form__optional{
	font-size: 9px;
	line-height: 1.4;
}
.delivering-form__order-list-item-amount{
	/*width: 5%;*/
	display: flex;
	justify-content: center;
	align-items: center;

    font-family: "Weber-Regular";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #343433;
	white-space: nowrap;
}
.delivering-form__order-list-item-price{
	display: flex;
	align-items: center;
    justify-content: flex-end;
	/*width: 17%;*/

	font-family: "Weber-Regular";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #343433;
	white-space: nowrap;
}
.delivering-form__order-list-line{
	font-size: 16px;
	line-height: 26px;
	margin: 0 2px;
}
.delivering-form__order-list-item-price>span{
    font-family: "RUBSN";
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
    line-height: 1;
    color: #343433;
    padding-bottom: 5px;
}
.delivering-form-p-table{
	font-family: "Weber-Medium";
	font-size: 18px;
	line-height: 1;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.delivering-form-p-table__count{
	white-space: nowrap;
	position: relative;
	top: -2px;
	color: #343433;
	font-size: 20px;
}
.delivering-form-p-table__count span{
	font-family: "RUBSN";
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
    line-height: 1;
    color: #343433;
    padding-bottom: 5px;
}
.info-delivery-price{
	white-space: nowrap;
	position: relative;
	top: 0;
	color: #343433;
	font-size: 18px;
}
.info-delivery-price span{
	font-family: "RUBSN";
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
    line-height: 1;
    color: #343433;
    padding-left: 5px;
    position: relative;
    top: 1px;
}
.delivering-form__order-flatware{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;

	font-family: "Weber-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #343433;
}
.delivering-form__order-flatware-amount{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
    justify-content: space-around;
	width: 104px;
	height: 34px;

	border: 1px solid #999999;
	box-sizing: border-box;
	border-radius: 10px;

	font-family: "Weber-Medium";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 18px;
	color: #343433;
}
.change-flatware-amount{
	font-family: "Weber-Medium";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 18px;
	color: #343433;
	cursor: pointer;
}
.flatware-amount{
	font-family: "Weber-Medium";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 18px;
	color: #343433;
}
.delivering-form__delivery-price-wrap{
	width: 100%;
	padding-bottom: 45px;
	position: relative;
	border-bottom: 1px solid #ae009a;
	margin-bottom: 35px;
}
.delivering-form__delivery-price{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;

	font-family: "Weber-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #343433;

	margin-bottom: 22px;
}
.delivering-form__delivery-price-block{
	display: flex;
	align-items: center;
    justify-content: flex-end;
	width: 17%;

	font-family: "Weber-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #F15A24;
}
.delivering-form__delivery-price-block>span{
    font-family: "RUBSN";
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
    line-height: 1;
    color: #F15A24;
    padding-bottom: 5px;
}
.delivering-form__delivery-price-warning{
	background: #FFFFFF;
	border: 1px solid #ae009a;
	box-sizing: border-box;
	border-radius: 10px;

	padding: 13px 16px 13px 38px;
	position: relative;
	display: flex;
	width: 100%;

    font-family: "Weber-Regular";
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #343433;
}
.delivering-form__delivery-price-warning>p{
	margin: 0;
}
.delivery-price-warning-img{
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 16px;
	top: 13px;
}
.delivery-price-warning-red-span{
	color: #F15A24;
	/*padding: 0 5px;*/
}
.delivery-price-warning-currency-span{
    font-family: "RUBSN";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
    line-height: 1;
	color: #F15A24;
    padding-bottom: 5px;
	/*padding: 0 5px 0 0;*/
}
.delivering-form__coupon-wrap{
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.delivering-form__coupon-wrap>input{
	border: 1px solid #999999;
	box-sizing: border-box;
	border-radius: 10px;
	height: 55px;
	display: flex;
	align-items: center;
    width: 74%;
	padding: 0 22px;

    font-family: "Weber-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #999999;
}
.delivering-form__coupon-wrap>input:placeholder{
    font-family: "Weber-Light";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #999999;
}
.delivering-form__coupon-wrap>button{
	background: #ae009a;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22%;
	height: 55px;
	cursor: pointer;
	border: 1px solid #ae009a;
	outline: none;
}
.delivering-form__coupon-wrap>button>img{
	display: block;
	width: 14px;
	height: 23px;
}
.delivering-form__order-total-price-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-bottom: 35px;

	font-family: 'Weber-Medium';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #343433;
}
.delivering-form__order-total-price{
	display: flex;

	font-family: 'Weber-Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	line-height: 56px;
	text-transform: uppercase;
	color: #ae009a;
}
.delivering-form__order-total-price-wrap>p {
    margin: 0 0 5px 0;
}
.delivering-form__order-total-price>span{
	font-family: "RUBSN";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ae009a;
    padding-left: 12px;
}
.submit-delivering-form{
	background: #ae009a;
	border-radius: 30px;
	border: 1px solid #ae009a;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 20px;
	width: 100%;
	height: auto;
	outline: none;

	font-family: 'Weber-Light';
	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.delivering-form__input-group .check-wrap{
	flex-grow: 1;
    margin: 0 0 12px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.half{
	margin: 0 0 15px;
}
.inst-list{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.inst-list__item{
	cursor: pointer;
	margin: 0 20px 0 0;
	color: #343433;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.inst-list__img{
	width: 26px;
	height: 26px;
	min-width: 26px;
	margin: 0 5px 0 0;
}
.inst-list__img img{
	display: block;
	max-width: 100%;
}
.inst-list__text{
	text-decoration: underline;
}
.inst-list__item:hover{
	color: #343433;
}
.inst-list__item:hover .inst-list__text{
	text-decoration: none;
}
.errorCentre{
	display: none;
	padding: 0 0 10px;
}
.errorCentre.current{
	display: block;
	color: red;
}
.errorCentre.current + .checkinner .radio-col label:after, .errorCentre.current + .checkinner .check-col label:after,
.errorCentre.current + .option-wrap__row .radio-col label:after,
.errorCentre.current + .option-wrap__row .check-col label:after,
.error-check + label::before{
	border-color: red;
}

@media all and (max-width: 1200px) {

	.delivering-main {
		width: 100%;
	}
	.delivering-total {
		width: 100%;
		margin: 0 0 20px;
	}
	.delivering-form__delivery-price-warning {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}
@media all and (max-width: 992px) {

	.delivering-form__input>input {
		padding: 0 16px;
	}
	.delivering-form__textarea>textarea {
		padding: 18px 16px;
	}
}
@media all and (max-width: 768px) {

	.delivering-form__input.street {
		width: 100%;
	}
	.delivering-form__input.facility,
	.delivering-form__input.entrance,
	.delivering-form__input.code,
	.delivering-form__input.floor,
	.delivering-form__input.apartment,
	.delivering-form__input.building {
		width: 49%;
	}
	.delivering-form__subtitle{
		display: block !important;
	}
	.delivering-form__subtitle .half{
		width: 100%;
	}
	.delivering-form__subtitle .checkinner{
		padding: 15px 0 0 0;
		display: block;
	}
	.checkinner{
		display: block;
	}
}
@media all and (max-width: 576px) {
	.delivering-total, .delivering-main{
		padding: 25px 20px 20px;
	}
	.delivery-form__privacy-policy>label::before{
		width: 22px;
		height: 22px;
	}
	.delivery-form__privacy-policy>label>p{
		font-size: 14px;
	}
	.delivery-form__privacy-policy>label{
		padding-left: 30px;
		padding-top: 3px;
	}
	.delivery-form__privacy-policy>input:checked+label::after{
		top: 6px;
		left: 6px;
	}
	.delivering-form__order-total-price-wrap{
		position: fixed;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    background-color: #fff;
	    margin: 0;
	    padding: 15px 30px 10px;
	    z-index: 200;
	    box-shadow: 0 -1px 3px rgba(0,0,0,.2);
	}
	.delivering-form__order-total-price{
		font-size: 46px;
		line-height: 1;
	}
	.delivering-form__order-total-price>span{
		font-size: 34px;
		line-height: 1;
		padding-left: 8px;
	}
	footer{
		min-height: inherit;
		margin-bottom: 71px;
	}
	.couponinner{
		border-bottom: none;
	}
}
@media all and (max-width: 540px) {

	.delivering-form__radio {
		width: 100%;
	}
}
@media all and (max-width: 450px) {

	.delivering-main {
		padding: 25px 25px;
	}
	.delivering-total {
		padding: 25px 25px;
	}
	.delivering-form__input {
		width: 100%;
	}
	.delivering-form__input.facility, 
	.delivering-form__input.entrance, 
	.delivering-form__input.code, 
	.delivering-form__input.floor, 
	.delivering-form__input.apartment, 
	.delivering-form__input.building {
		width: 100%;
	}
	.delivering-block .title {
		font-size: 35px;
	}
	.delivering-form__delivery-price-warning {
		width: auto;
	}
	.delivering-form__delivery-time>p {
		display: block;
	}
	.delivering-form__order-list-item-amount {
		/*width: 8%;*/
	}
	.delivering-form__order-list-item {
		/*width: 67%;*/
	}
}
@media all and (max-width: 370px) {

	.delivering-form__payment-icons {
		flex-wrap: wrap;
	}
	.delivering-form__payment-icons>a {
		margin-right: 0;
		width: 55px;
    	margin-bottom: 5px;
	}
	.delivering-form__order-total-price{
		font-size: 40px;
	}
	.delivering-form__order-total-price>span{
		font-size: 30px;
	}
	.delivering-form__order-total-price-wrap{
		font-size: 20px;
		line-height: 1;
	}
	footer{
		margin-bottom: 65px;
	}
	.delivering-form__order-total-price-wrap{
		padding: 15px 15px 10px;
	}
}

.emailField.error-field,
.couponValue.error-field,
.prop-required.error-field,
.delivery-form__privacy-policy>input.errorField+label::before{
	border: 1px solid red;
}
.errorOrder{
	color: red;
}

.payment-procedure-modal-btn {
    background-color: transparent;
    color: white;
    line-height: 1;
    padding: 10px 0;
    text-decoration: underline;
}
.payment-procedure-modal-btn:focus, 
.payment-procedure-modal-btn:active, 
.payment-procedure-modal-btn:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ae009a;
}

.exchange-return-modal-btn {
    background-color: transparent;
    color: white;
    line-height: 1;
    padding: 10px 0;
    text-decoration: underline;
}
.exchange-return-modal-btn:focus, 
.exchange-return-modal-btn:active, 
.exchange-return-modal-btn:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ae009a;
}
.adress-popup__title{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 13px;
	line-height: 1.8;
	text-decoration: underline;
	color: #343433;
	padding: 0 0 0 25px;
	cursor: pointer;
}
.adress-popup__title:hover,
.adress-popup__title:focus{
	text-decoration: underline;
	color: #343433;
}
.adress-popup{
	position: relative;
}
.adress-popup__title:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/marker.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 1;
	width: 16px;
	height: 22px;
}
.panel-top .social-b-top li.adress-popup{
	margin: 0 35px 0 15px;
}
.panel-top .social-b-top li.adress-popup:hover .adress-popup__body{
	display: block;
}
.adress-popup__body{
	display: none;
	position: absolute;
	top: 100%;
	left: -105px;
	z-index: 10;
	padding: 12px 0 0 0;
}
.adress-popup__inner{
	width: 246px;
	border-radius: 10px;
	background: #FFFFFF;
	padding: 30px 15px 15px;
	box-shadow: 0px 2px 3px rgba(52, 52, 51, 0.1), 0px 0px 11px rgba(52, 52, 51, 0.08);
	box-sizing: border-box;
}
.adress-popup__body:after{
	content: "";
	position: absolute;
	top: 2px;
	z-index: 5;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;
	left: 145px;
}
.adress-popup__label{
	font-family: "Weber-Medium";
    font-weight: normal;
    font-size: 16px;
	line-height: 18px;
	color: #343433;
	margin: 0 0 25px;
}
.radio-col__title{
	font-family: "Weber-Medium";
	display: block;
	font-size: 15px;
}
.radio-col__text{
	font-size: 13px;
    display: block;
    line-height: 1.4;
    padding: 2px 0 0 0;
}
.box-modal-delivery{
    max-width: 880px;
}
.b-delivery{
	color: #343433;
}
.b-delivery__title{
	font-family: "Weber-Medium";
	text-align: center;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.b-delivery__info{
	font-family: 'Weber-Light';
	margin: 0 0 15px;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
}
.b-delivery__map{
	display: block;
	margin: 0 auto 25px;
	width: 100%;
}
.b-delivery .radio-col__title{
	font-size: 17px;
}
.b-delivery .radio-col__text{
	font-size: 16px;
	padding: 2px 0 0 0;
	line-height: 1.6;
}
.b-delivery .option-wrap__row{
	padding: 0 15px 10px;
}
.b-delivery .b-panel-info{
	padding: 35px 0 0 0;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}