@font-face {
  font-family: "Marvin";
  src: url("../fonts/marvin.otf") format("opentype");
}

body {
  color: #fff !important;
  background: #012151;
  line-height: 24px;
  color: #000;
  font-family: Roboto,sans-serif;
  height: 100%;
  letter-spacing: .025rem;
}

a {
  color: #e60029;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

strong {
  font-weight: 600;
}

p {
  font-size: 16px;
}

ul, ol {
  font-size: 16px;
}

.footer {
  float: left;
  width: 100%;
}

.scroll-mask-wrapper {
  float: left;
  width: 100%;
}

.imageSlider {
   background-size: cover !important;
   background-position: center !important;
}

.fixed-top {
  padding: 20px 0;
}

#bx-panel {
  top: 110px;
}
.logoText {
  color: #fff;
  padding: 10px 10px 0 10px;
  font-size: 1.1rem;
}

.imgCenter {
  text-align: center;
}

.bgblue {
  background-color: #001330!important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(251, 251, 251, 0.55)!important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8)!important;
}

.bannerDetail {
  width: 60%;
  height: 60%;
}

.section {
color: #000;
background: #fff;
}

.section.blue {
  background: #001330;
  color: #fff;
  padding: 20px;
  background: -webkit-linear-gradient(86deg, #14243e,#1f2c3e,#252a3e);/* Chrome 10-25, Safari 5.1-6 */                          
  background: linear-gradient(86deg, #14243e,#1f2c3e,#252a3e);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  
 }

.section.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1f2c3e;
}

.gameUrl {
  display: none;
}
.playDemo iframe {
  display: block;
  width: 100%;
  height: 500px;
}

.videoCook {
  width: 750px;
  height: 390px;
}
.floatRight {
  float: right;
}
.bx-breadcrumb {
  padding-left: 15px;
}
.product-info-cols .bx-breadcrumb {
  padding-left: 0;
}

.product-headline {
  width: 100%;
  float: left;
  padding: 0 0 15px;
}

.container {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.container.main-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrapper {
  float: left;
  padding-top: 28px;
}

.nav-wrapper {
  margin-bottom: 18px;
}

.nav-menu {
  margin-top: 8px;
  float: left;
  margin-top: 30px;
  padding-left: 45px;
}

.navbar {
  z-index: 99;
  padding-top: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.cart-wrapper {
  float: right;
}

.cart-counters-wrapper {
  display: inline-block;
  padding-right: 20px;
  float: left;
  color: #868686;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
}


.cart-button-wrapper {
  display: inline-block;
}


.btn-engage {
  height: 64px;
  background: url(../images/red.png) 0 0 repeat-x #000;
  -webkit-transition: none;
  /* border-radius: 10px; */
  transition: none;
  display: block;
  position: absolute;
  width: 215px;
  color: #f7d104;
  letter-spacing: 1.6px;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  left: 10px;
  font-weight: 500;
  font-family: "Marvin";
  /* text-shadow: 3px 2px 1px #012151; */
  text-shadow: #012151 1px 1px 0, #195dc3 -1px -1px 0, #012151 -1px 1px 0, #2767c7 1px -1px 0;
  text-decoration: none;
}

.btn-engage:hover {
  color: #fff;
  text-decoration: none;
  filter: none;
  background-position: 0 -65px;
}
.btn-engage:hover:after {
  height: 84px;
  top: -21px;
  background-position: 0 -145px;
}
.btn-engage:before {
  content: '';
  width: 23px;
  height: 64px;
  background: url("../images/sprite-button.png") center no-repeat;
  background-position: 0 0;
  position: absolute;
  left: -23px;
  top: 0;
}
.btn-engage:after {
  content: '';
  width: 55px;
  height: 82px;
  background: url("../images/sprite-button.png") center no-repeat;
  background-position: 0 -64px;
  position: absolute;
  right: -55px;
  top: -17px;
}

.accent-btn {
  border-radius: 3px;
  background-color: rgb(226, 37, 37);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 15px;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.accent-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgb(210, 37, 37);
}

.accent-btn.act {
  color: #e60029;
  background-color: #fff;
  font-weight: bold;
}
.accent-btn.act:hover {
  background-color: #fff;
  font-weight: bold;
}

.accent-btn:active {
  background-color: #e60029;
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}
.detail-game-aviator {
  margin-bottom: 15px;
}
.accent-btn.green {
  text-align: center;
  width: 250px;
  background-color: rgb(19, 147, 34)!important;
}
.accent-btn.green:hover {
  background-color: rgb(24, 179, 42)!important;
}
.accent-btn.green:active {
  background-color: rgb(24, 179, 42)!important;
}


.accent-btn.big {
  padding: 15px 24px;
}

.nav-link {
  padding: 2px 0px;
  font-weight: 400;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  margin-top: 10px;
}

.nav-link:hover {
  color: #e60029;
}

.nav-link.w--current {
  color: #e60029;
  border-bottom-color: #e60029;
  font-weight: 700;
}

.cart-counter {
  color: #e60029;
  font-weight: 700;
}

.rub {
  padding-right: 5px;
}

.logo-block {
  display: inline-block;
}

.logo {
  display: inline-block;
  position: relative;
  z-index: 999;
}
.logo img {
  margin-left: -10px;
}

.delivery-header-info {
  display: inline-block;
  padding-left: 10px;
  color: #868686;
}

.inline-txt-accent {
  color: #e60029;
  font-size: 18px;
  margin-left: 10px;
}

.header-time {
  font-weight: 600;
}

.login-block {
  float: right;
}

.phone-header-container {
  display: inline-block;
  padding-top: 6px;
  color: #868686;
  font-weight: 600;
}
.greyText {
  display: block;
  float: left;
  margin-right: 10px
}

.phone-header-container a {
  color: #e60029;
  font-size: 22px;
}

.login-container {
  display: inline-block;
  float: right;
}

.stroked-btn {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #e60029;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}

.stroked-btn:hover {
  background-color: rgba(230, 0, 41, .08);
  color: #e60029;
}

.stroked-btn:active {
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.slide {
  height: 700px;
  padding-right: 80px;
  padding-left: 80px;
  background-image: url('../images/IMG_2687-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}

.arrow-slider {
  width: 50px;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 30px;
}

.arrow-slider:hover {
  opacity: 0.9;
}

.buttonSlider {
    float: left;
    margin-right: 50px;
    position: absolute;
    top: 265px;
    left: 150px;

}
.slider-label-container {
  width: 360px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}



.sliderText {
  position: absolute;
  top: 240px;
  left: 100px;
  color: #fff;
  font-size: 25px;
  line-height: 1.55;
  font-weight: 600;
}

.sliderText .text span {
  color: #e50439;
}

.sliderPromo {
  color: #ffffff;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
}
.sliderPromo .salePromo {
  float: left;
}
.sliderPromo .textPromo {
  float: left;
  color: #b3b3b3;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 2px;
  margin-left: 15px;
}

.sliderButton
{
  display: table;
  width: 500px;
  height: 80px;
  text-align: center;
  padding-top: 20px;
}

.sliderButton a {
  width: 500px;
  height: 80px;
  padding-top: 22px;
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  background-color: #0aa619;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-shadow: 6px 6px 40px 10px rgba(126,0,184,0);
}
.openSliderPopup {
  padding: 10px;
  background: #ff0000 !important; 
}

.slider-description {
  max-width: 280px;
  margin-bottom: 40px;
  padding-top: 30px;
  color: #fff;
}

.benefits-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}

.benefit-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.benefit-block.last {
  -webkit-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
}

.icon-wrapper {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* background: url("../images/sprite.png") no-repeat; */
}

/* .blockImage2 {
  background-position: -378px -202px;
  width: 77px;
  height: 27px;
} */

.topM {
  margin-top: 130px;
}

.text-wrapper {
  display: inline-block;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}

.container-heading-wrapper {
  padding-top: 30px;
  padding-bottom: 16px;
}

.main-products-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-product-col {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.titleSection {
  float: left;
  width: 100%;
  padding: 15px;
}
.main-product-card {
  background: #041125;
  padding: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-product-card:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
}

.main-product-img-wrapper {
  text-align: center;
}

.main-product-description {
  margin-bottom: 25px;
  padding-top: 15px;
}


.product-name {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.product-name.past {
  color: #868686;
}

.description {
  color: #868686;
  height: 38px;
  overflow: hidden;
}

.main-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
}

.radios {
  padding-top: 4px;
}

.size-select {
  display: inline-block;
  padding: 5px 8px 5px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5 transparent #e5e5e5 #e5e5e5;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #868686;
  font-size: 13px;
}

.size-select:hover {
  border-color: #868686;
  color: #000;
}

.size-select.right {
  padding-right: 12px;
  padding-left: 8px;
  border-right-color: #e5e5e5;
  border-radius: 0px 20px 20px 0px;
}

.size-select.right:hover {
  border-color: #868686;
}

.btn-cart-wrapper {
  display: block;
  position: relative;
}

.count-cart-wrapper {
  display: none;
}

.count-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.count-btn {
  width: 28px;
  height: 38px;
  border-radius: 3px;
  background-color: #e60029;
  background-image: url('../images/minus.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 13px;
  text-transform: uppercase;
}

.count-btn:hover {
  background-color: #fa1f46;
}

.count-btn:active {
  background-color: #e60029;
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.count-btn.plus {
  background-image: url('../images/plus.svg');
  background-size: auto;
}

.item-cointer {
  width: 54px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}

.select-and-cart-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.select-and-cart-wrapper.no-select {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-price {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 88px;
  -ms-flex: 1 0 88px;
  flex: 1 0 88px;
  line-height: 38px;
  font-weight: 600;
}

.product-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.product-card {
  height: 100%;
  position: relative;
  margin-bottom: 70px;
  padding-top: 0px;
}

.product-card .price-wrapper {
  width: 100%;
  position: absolute;
  bottom: 30px;
}
.product-col {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 23.2%;
  box-sizing: border-box;
  padding: 30px;
  margin: 10px;
  background: #041125;
}

.container-small-heading-wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
}

.product-content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.select-cart-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.price-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
}

.price {
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 88px;
  -ms-flex: 1 0 88px;
  flex: 1 0 88px;
  line-height: 38px;
  font-weight: 600;
  position: absolute;
}

.chef-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* background-color: #c30023; */
  background: url("../images/banner.jpg") no-repeat;
  background-size: cover;
}

.chef-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -24px;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 365px;
  -ms-flex: 0 365px;
  flex: 0 365px;
  text-align: right;
}

.chef-col-info {
  padding: 44px 80px 34px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  letter-spacing: 0.04em;
}

.tv-logos-container {
  padding-top: 14px;
}

.tv-logo-wrapper {
  display: inline-block;
  margin-right: 40px;
}

.chef-name {
  margin-bottom: 18px;
  font-size: 48px;
  line-height: 115%;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.chef-position {
  margin-bottom: 6px;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.chef-info {
  max-width: 400px;
}

.price-inline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
}

.price-inline {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 88px;
  -ms-flex: 1 0 88px;
  flex: 1 0 88px;
  line-height: 38px;
  font-weight: 600;
}

.cart-btn-wrapper {
  display: inline-block;
  float: right;
}

.container-smalest-heading-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-smalest-heading-wrapper.past-action {
  color: #868686;
}

.actions-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.action-col {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.action-description-wrapper {
  padding-top: 24px;
  padding-right: 30px;
}

.action-due {
  margin-bottom: 14px;
}

.action-due .inline-txt-accent {
  margin-left: 0;
}

.action-due.past {
  opacity: 0.6;
}

.delivery-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.delivery-info-col {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.delivery-map-col {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 66.66%;
  -ms-flex-preferred-size: 66.66%;
  flex-basis: 66.66%;
}

.map {
  height: 380px;
}

.delivery-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.delivery-item-text {
  padding-top: 5px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input {
  height: 38px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-size: 13px;
}

.input:hover {
  border-color: #d7dce2;
  background-color: #fafafa;
}

.input:focus {
  border-color: #aeb8c2;
}

.input.search {
  width: 100%;
  height: 46px;
  padding-right: 48px;
  padding-left: 14px;
  background-image: url('../images/search-icon.svg');
  background-position: 96% 50%;
  background-repeat: no-repeat;
}

.input.phone {
  width: 180px;
}

.search-district-container {
  padding-top: 10px;
}

.search-district-wrapper {
  margin-bottom: 20px;
}

.district-card-container {
  padding: 30px 30px 20px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
}

.color-zone-container {
  position: relative;
  margin-bottom: 20px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 600;
}

.zone-color {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #88df72;
}

.delivery-detail-container {
  font-size: 12px;
}

.delivery-detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.detail-1st-col {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 60px;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  font-weight: 600;
}

.detail-2nd-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.payment-col-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 192px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.payment-col-info.first {
  padding-top: 2px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.payment-benefit-wrapper {
  padding-top: 4px;
  padding-left: 10px;
}

.download-link {
  font-size: 12px;
}

.show-more-wrapper {
  padding-top: 0;
  text-align: center;
}

.action-slider {
  height: auto;
  background-color: transparent;
}

.actions-slide-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.media-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-col {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 66.67%;
  -ms-flex-preferred-size: 66.67%;
  flex-basis: 66.67%;
}

.images-col {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.grid-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.product-img-wrapper img {
  height: 100%;
}

.image-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.footer-cols-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo-col {
  -webkit-flex-basis: 180px;
  -ms-flex-preferred-size: 180px;
  flex-basis: 210px;
  color: #bbb;
  font-size: 12px;
}

.footer-links-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-link-wrapper {
  padding-top: 20px;
  text-align: right;
}

.social-link {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-link:hover {
  background-image: url('../images/instagram_hover.svg');
  background-size: auto;
}

.social-link.vk {
  background-image: url('../images/vk-social-network-logo.svg');
  background-size: auto;
}

.social-link.vk:hover {
  background-image: url('../images/vk-social-network-logo_hover.svg');
  background-size: auto;
}

.social-link.fb {
  background-image: url('../images/facebook-logo.svg');
  background-size: auto;
}

.social-link.fb:hover {
  background-image: url('../images/facebook-logo_hover.svg');
  background-size: auto;
}

.nav-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-col .item {
  margin-top: -15px;
  margin-left: 60px;
  color: #bfe3f4;
}

.footer-nav-link {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #868686;
  line-height: 40px;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #000;
}

.contacts-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-label {
  display: inline-block;
  color: #868686;
  line-height: 40px;
  text-decoration: none;
}

.contact-label.bold {
  font-weight: 600;
}

.float-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1004;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translate(0px, -120%);
  -ms-transform: translate(0px, -120%);
  transform: translate(0px, -120%);
}

.float-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.float-nav-container .nav-menu {
  margin-top: 0;
}

.float-logo-container {
  display: inline-block;
  margin-right: 20px;
  padding-top: 20px;
}

.CopyButton {
  position: absolute;
  top: 265px;
  right: 290px;
}

.copyPromo {
  padding: 8px;
  border: 2px solid #ff0000;
  background-color: transparent;
  border-radius: 30px;
}

.copyPromo:hover {
  background-color: #ff0000;
  opacity: 0.9;
}
.accent-btn-cart {
  padding: 9px 15px;
  border-radius: 3px;
  background-color: #ff0000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.accent-btn-cart:hover {
  background-color: #fa1f46;
}

.accent-btn-cart:active {
  background-color: #e60029;
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.radio__input {
  display: none;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio__fake {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 59px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-size: 13px;
}

.mobile-map-container {
  display: none;
}
.sectionNew {
  float: left;
  width: 100%;
}

.icons-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.login-button-container {
  display: none;
}

.login-btn-wrapper {
  display: none;
}

.logined-user-wrapper {
  display: inline-block;
}

.stroked-dropdown {
  padding: 5px 35px 7px 14px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
}

.stroked-dropdown:hover {
  background-color: rgba(230, 0, 41, .08);
  color: #e60029;
}

.login-dropdown {
  z-index: 1002;
  border: 1px solid #e60029;
  border-radius: 3px;
}

.dropdown-arrow {
  position: absolute;
  top: 13px;
  right: 12px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.drop-list {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

.drop-list.w--open {
  left: -1px;
  top: 31px;
  right: -1px;
  padding-right: 14px;
  padding-left: 14px;
  border-right: 1px solid #e60029;
  border-bottom: 1px solid #e60029;
  border-left: 1px solid #e60029;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
  font-size: 13px;
}

.drop-link {
  padding: 6px 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.drop-link:hover {
  color: #e60029;
}

.drop-link.w--current {
  color: #000;
  font-weight: 700;
}

.exit-wrapper {
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 8px;
  border-top: 1px solid #e5e5e5;
}

.product-image {
  width: 100%;
}

.product-image.past {
  opacity: 0.6;
}
.bx-breadcrumb {
  margin: 5px 0 !important;
}
.delivery-drop-info {
  display: none;
  padding-left: 25px;
  color: #868686;
}

.phone-drop-container {
  display: none;
}

.bx-breadcrumb .bx-breadcrumb-item span {
  color: #ffffff;
}
.drop-heading-wrapper {
  display: none;
}

.product-info-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-info-image {
  margin-top: 80px;
  max-width: 480px;
  padding-right: 40px;
}
.mainTitle {
  color: rgb(150, 130, 130);
  font-weight: 300;
  font-size: 28px;
}
.product-info-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-headline h1 {
  font-family: "Marvin";
  font-size: 30px;
  font-weight: 300;
  margin-top: 0;
}

.product-parameters-wrapper {
  margin-top: 24px;
  margin-bottom: 22px;
  color: #868686;
}

.product-parameter {
  display: inline-block;
  margin-right: 40px;
}

.product-table-container {
  padding-top: 20px;
}

.product-table {
  max-width: 400px;
  margin-top: 10px;
}

.product-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._1st-product-col {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

._2nd-product-col {
  padding-left: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.product-table-headline {
  font-weight: 700;
}

.product-price-container {
  padding-top: 30px;
}

.product-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
}

.actions-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.action-static-col {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.contact-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-info-col {
  padding-top: 30px;
  padding-right: 40px;
  -webkit-flex-basis: 470px;
  -ms-flex-preferred-size: 470px;
  flex-basis: 470px;
}

.contact-map-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.work-graphic-table {
  max-width: 418px;
  font-size: 13px;
}

.work-graphic-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.work-graphic-col {
  padding-left: 30px;
  font-weight: 600;
}

.contact-map {
  height: 250px;
}

.contact-headline {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.contact-phone {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.app-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  padding-top: 90px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.app-info-col {
  padding-top: 80px;
  -webkit-flex-basis: 470px;
  -ms-flex-preferred-size: 470px;
  flex-basis: 470px;
}

.app-screen-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.download-app-wrapper {
  padding-top: 30px;
}

.orders-container-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.order-container-col {
  display: inline-block;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.order-card {
  padding: 24px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.order-headline {
  margin-bottom: 24px;
  font-size: 15px;
}

.order-status {
  float: right;
  color: #e60029;
}

.order-hradline {
  display: inline-block;
}

.product-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.product-action-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-image-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-description-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-item-name-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-parameters-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.parameter-col {
  width: 58px;
  text-align: right;
}

.price-col {
  width: 90px;
  text-align: right;
}

.order-button-container {
  padding-top: 26px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.total-order-wrapper {
  width: 80px;
  padding-top: 32px;
  border-top: 2px solid #000;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.secondary-heading-wrapper {
  padding-bottom: 30px;
  color: #868686;
  font-size: 16px;
  font-weight: 600;
}

.secondary-heading-wrapper.top-padding {
  padding-top: 40px;
}

.stroked-standart-btn {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #e60029;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}

.stroked-standart-btn:hover {
  background-color: rgba(230, 0, 41, .08);
  color: #e60029;
}

.stroked-standart-btn:active {
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.count-col {
  width: 58px;
  text-align: right;
}

.product-cart-items-container {
  max-width: 850px;
}

.promo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 798px;
  padding-bottom: 20px;
}

.product-cart-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.delete-row-wrapper {
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cart-item-block {
  padding: 4px 24px 4px 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.delete-cart-item-btn {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('../images/error.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.delete-cart-item-btn:hover {
  background-image: url('../images/error_hover.svg');
  background-size: auto;
}

.cart-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-item-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-item-name-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-item-name-wrapper a {
  color: #000;
}

.selectors-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.price-cart-item-wrapper {
  width: 80px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.radio-item-wrapper {
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.total-row-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.total-cart-label {
  display: inline-block;
  margin-right: 30px;
  font-size: 18px;
}

.sale-label {
  display: inline-block;
  margin-right: 30px;
}

.sale-number {
  color: #e60029;
  font-weight: 600;
}

.promo-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bonus-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.promo-input-wrapper {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.promo-btn-wrapper {
  padding-left: 14px;
}

.bonus-label-wrapper {
  width: 82px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.bonus-input-wrapper {
  max-width: 90px;
  padding-right: 14px;
  padding-left: 14px;
}

.radio-counter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pop-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .18);
}

.pop-close-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.pop-block {
  position: relative;
  display: block;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 50px 50px;
  background-color: #fff;
}

.pop-close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.pop-close-button:hover {
  background-image: url('../images/close_hover.svg');
  background-size: auto;
}

.pop-headline-wrapper {
  padding-bottom: 10px;
  text-align: center;
}

.resume-order-container {
  padding-top: 40px;
  text-align: center;
}

.resume-table {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

._1st-resume-col {
  width: 60px;
  font-weight: 600;
}

._2nd-resume-col {
  padding-left: 30px;
}

.resume-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.total-order-label {
  padding-top: 20px;
  font-size: 18px;
  text-align: center;
}

.comment-pop-wrapper {
  padding-top: 40px;
  padding-bottom: 10px;
  color: #868686;
  text-align: center;
}

.pop-paragraph-wrapper {
  padding-bottom: 20px;
  text-align: center;
}

.payment-selectors-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.payment-selector-col {
  padding-right: 10px;
  padding-left: 10px;
}

.payment-selector-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px 14px;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.payment-selector-card:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
}

.payment-selector-card.selected {
  border-color: #e60029;
}

.payment-selector-card.selected:hover {
  box-shadow: none;
}

.payment-txt-col {
  padding-top: 6px;
  padding-left: 14px;
}

.pop-wide-block {
  position: relative;
  display: block;
  overflow: auto;
  max-height: 100vh;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 50px;
  background-color: #fff;
}

.payment-logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #f2f2f2;
}

.text-block {
  font-size: 12px;
  font-weight: 500;
}

.payment-heading-wrapper {
  padding-top: 40px;
  padding-bottom: 12px;
  font-weight: 600;
  text-align: center;
}
.footer-logo-wrapper img {
  margin-left: -10px;
}

.redo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pop-headline-left-wrapper {
  padding-bottom: 35px;
}

.total-order {
  font-size: 18px;
}

.form-item-wrapper {
  max-width: 450px;
  margin-bottom: 30px;
}

.big-field-label {
  margin-bottom: 10px;
  font-weight: 600;
}

.delivery-time-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.delivery-time-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.delivery-fast-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-bottom: 3px;
}

.specific-wrapper {
  padding-bottom: 3px;
}

.specific-input-wrapper {
  max-width: 90px;
  padding-left: 10px;
}

.payment-selectors-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.payment-method-col {
  padding-right: 10px;
}

.checkbox-wrapper {
  padding-top: 30px;
}

.total-final-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.total-price-wrapper {
  font-size: 18px;
}

.delivery-price-wrapper {
  color: #868686;
}

.cart-order-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-btn-order-wrapper {
  padding-right: 20px;
}

.settings-block {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.settings-headline {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.settings-cols-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.setting-col {
  max-width: 255px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.setting-col.wide {
  max-width: 552px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.setting-row {
  margin-bottom: 20px;
}

.field-label {
  clear: none;
  color: #868686;
  font-size: 12px;
  font-weight: 500;
}

.add-field-wrapper {
  padding-top: 24px;
}

.settings-save-wrapper {
  padding-top: 10px;
}

.notify-cols-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 30px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.notification-col {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.text-block-2 {
  font-weight: 500;
}

.notifications-switchers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 18px;
}

.switcher-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.label-col {
  padding-right: 20px;
}

.on-off-cap {
  padding: 3px 8px;
  border-radius: 20px;
  background-color: #d1d1d1;
  font-size: 12px;
}

.profile-delete-wrapper {
  font-size: 12px;
}

.succ-message {
  display: inline-block;
  padding-left: 16px;
  color: #e60029;
  font-size: 12px;
}

.link-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #e60029;
  background-image: url('../images/arrow-to-top.svg');
  background-position: 50% 47%;
  background-repeat: no-repeat;
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .16);
}

.pop-login-block {
  position: relative;
  display: block;
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 670px;
  -ms-flex: 0 670px;
  flex: 0 670px;
  background-color: #fff;
}

.login-tab-btn {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e60029;
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
}

.login-tab-btn:hover {
  color: #e60029;
}

.login-tab-btn.w--current {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-container {
  padding-top: 48px;
}

.centered-forms-container {
  display: block;
  max-width: 410px;
  margin-right: auto;
  margin-left: auto;
}

.centered-forms-container.centered-txt {
  text-align: center;
}

.login-input-wrapper {
  margin-bottom: 16px;
}

.sign-in-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-up-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sign-up-info-wrapper {
  padding-top: 8px;
  padding-bottom: 16px;
  font-size: 12px;
  line-height: 18px;
}

.agreement-wrapper {
  padding-top: 24px;
  color: #868686;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.gray {
  color: #868686;
}

.pass-restore-wrapper {
  padding-top: 8px;
  padding-bottom: 24px;
}

.err {
  max-width: 410px;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 20px;
  border-radius: 4px;
  color: #e60029;
  font-size: 12px;
  line-height: 18px;
}

.succ {
  padding: 0px 0px 10px;
  background-color: transparent;
  text-align: left;
}

.restore-heading-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.restore-txt {
  padding-top: 10px;
  padding-bottom: 10px;
}

.remove-txt {
  padding-top: 10px;
}

.delete-btns-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.delete-button-col {
  padding-right: 10px;
  padding-left: 10px;
}

.delete-txt {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sect_recom {
  width: 100%; 
}

@media (max-width: 1440px){
  .logoText {
    display: none;
  }
}

@media (max-width: 991px) {

.imageSlider {
   background-size: contain !important; 
   background-position: top !important; 
}

.w-slider {
  max-height: 200px; 
}
.w-slider-mask .slider-label-container {
  margin-top: 170px;
}

.logoText {
  color: #fff;
  padding: 0;
  max-width: 200px;
  font-size: 1rem;
}

.navbar-light .navbar-toggler {
    background: rgb(226, 37, 37);
}
  .main-price-wrapper {
    padding: 20px;
  }
  .main-price .bx_price {
    font-size: 14px;
  }
  .videoCook {
    width: 100%;
    height: 200px;
  }
  .mainTitle {
    display: none;
    font-size: 21px;
    line-height: 30px;
  }
  .mobileFix {
    position: fixed;
    background: #151d29;
    z-index: 999999;
    width: 100%;
    top: 0;
  }
  .mobileFix img {
    width: 90%;
  }
  .container.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-wrapper {
    margin-bottom: 0px;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 81px;
    right: 0px;
    z-index: 20;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    background-color: #151d29;
    box-shadow: 0 21px 25px -5px rgba(0, 0, 0, .1);
  }
  .navbar {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
  }
  .nav-link {
    display: block;
    margin-right: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom-width: 1px;
    border-bottom-color: #f1f1f1;
  }
  .nav-link:hover {
    color: #000;
  }
  .nav-link.w--current {
    border-bottom-color: #f1f1f1;
    color: #e60029;
  }
  .nav-link.last-nav {
    border-bottom-style: none;
  }
  .cart-counter {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
  }
  .rub {
    display: none;
  }
  .delivery-header-info {
    display: none;
  }
  .login-block {
    padding-top: 7px;
    padding-left: 20px;
  }
  .phone-header-container {
    padding-top: 0px;
  }
  .login-container {
    display: none;
  }
  .slide {
    padding-right: 60px;
    padding-left: 60px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .57)), to(rgba(0, 0, 0, .37))), url('../images/IMG_2687-2.png');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .37)), url('../images/IMG_2687-2.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .arrow-slider {
    display: none;
  }
  .benefits-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .benefit-block {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
 
  .container-heading-wrapper {
    padding-top: 0;
  }
  .container-heading-wrapper h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    text-align: left;
  }
  .main-products-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-col {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .chef-container {
    position: relative;
  }
  .chef-col {
    position: absolute;
    left: 43px;
    bottom: 0px;
  }
  .chef-col-info {
    padding-top: 60px;
  }
  .tv-logos-container {
    position: absolute;
    left: 410px;
    bottom: 182px;
  }
  .tv-logo-wrapper {
    display: block;
    margin-bottom: 20px;
  }
  .delivery-info-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .delivery-map-col {
    display: none;
  }
  .media-grid-container {
    margin-right: -10px;
    margin-left: -10px;
  }
  
  .float-nav {
    display: none;
  }
  .menu-button {
    width: 48px;
    height: 48px;
    margin-right: -25px;
    padding: 0px;
    background-image: url('../images/menu.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .menu-button.w--open {
    background-color: transparent;
    background-image: url('../images/menu_hover.svg');
    background-size: auto;
  }
  .accent-btn-cart {
    width: 48px;
    height: 48px;
    background-color: transparent;
    background-image: url('../images/shopping-cart.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition-property: none;
    transition-property: none;
  }
  .accent-btn-cart:hover {
    background-color: transparent;
  }
  .btn-cart-label {
    display: none;
  }
  .count-item-label {
    display: none;
  }
  .mobile-map-container {
    display: block;
    margin-bottom: 20px;
  }
  .icons-col {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .login-button-container {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }
  .logined-user-wrapper {
    display: block;
  }
  .stroked-dropdown {
    display: none;
  }
  .login-dropdown {
    position: static;
    border-style: none;
  }
  .drop-list {
    display: block;
    background-color: transparent;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .drop-link {
    padding-top: 14px;
    padding-bottom: 14px;
    border-color: #f1f1f1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 15px;
  }
  .drop-link.w--current {
    color: #e60029;
  }
  .drop-link.last-nav {
    border-bottom-style: none;
  }
  .exit-wrapper {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
  }
  .delivery-drop-info {
    display: block;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 0px;
    text-align: left;
  }
  .phone-drop-container {
    display: none;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #868686;
    font-weight: 600;
    text-align: left;
  }
  .drop-heading-wrapper {
    display: block;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
  }
  .product-info-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-info-image {
    width: auto;
    text-align: center;
  }
  .product-info-col {
    padding-left: 0px;
  }
  .action-static-col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .contact-table {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-info-col {
    margin-bottom: 30px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .app-table {
    padding-top: 80px;
  }
  .app-info-col {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .app-screen-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .orders-container-grid {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .order-container-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .promo-input-wrapper {
    width: auto;
  }
  .bonus-input-wrapper {
    width: 80px;
    max-width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .specific-input-wrapper {
    max-width: 100px;
  }
  .notify-cols-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .notification-col {
    margin-bottom: 40px;
  }
  .notification-col.last {
    margin-bottom: 0px;
  }
  .link-to-top {
    z-index: 18;
    display: inline-block;
  }
  .restore-heading-wrapper {
    line-height: 24px;
  }
}




