.header {
    border-bottom: 1px solid #c4c4c4;
    z-index: 1000;
}
.header__top {
    background: #f5f5f5;
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 16px;
}
.header__wrap {
    max-width: 1860px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__contacts,
.header__wrap {
    display: -ms-flexbox;
    display: flex;
}
.header__contacts-item {
    margin-right: 45px;
    display: flex;
    flex-wrap: wrap;
}

.header__contacts-item .accent-link {
    display: inline-block;
    border-bottom: 1px solid rgba(58,58,58,0);
    font-weight: 500;
    transition: all .6s;
}

.header__contacts-item .accent-link:hover {
    border-bottom-color: rgba(58,58,58,255);
    font-weight: 700;
}


.header__contacts-item:last-child {
    margin-right: 0;
}
.header__right {
    display: -ms-flexbox;
    display: flex;
}
.header__cash {
    margin-right: 50px;
}
.header__nav {
    padding-top: 38px;
    padding-bottom: 36px;
}
.header__buttons {
    display: -ms-flexbox;
    display: flex;
}
.header__buttons li {
    margin-right: 30px;
}
.header__buttons li:last-child {
    margin-right: 0;
}
.header__menu-contacts,
.header__menu-mobile {
    display: none;
}
.header__menu-contacts-item {
    margin-bottom: 10px;
}
.header__logo img {
    width: 278px;
}
.header__city-btn {
    font-size: 16px;
    color: #3a3a3a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header__city-btn:after {
    content: "";
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #3a3a3a;
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
    margin-left: 8px;
}
.header__city-name {
    border-bottom: 1px dashed;
}
.header__btn-search img {
    vertical-align: top;
}
.header__btn-menu {
    display: none;
}
.header__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

/*города в мобильном меню*/
.mob-menu-specials {
     margin-top: -40px;
     margin-bottom: 20px;
 }
.mob-menu-specials__link {
    display: block;
    font-size: 24px;
    padding-top: 10px;
    line-height: 20px;
    padding-bottom: 10px;
}

.product__btn-buy {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product__btn-buy-icon {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

@media (max-width: 1024px) {
    .mob-menu-specials {
        display: block;
    }
}
@media (min-width: 1025px) {
    .mob-menu-specials {
        display: none;
    }
}


.btn-menu {
    position: relative;
    font-size: 0;
    width: 20px;
    height: 20px;
    border: none;
    padding: 0;
    background: none;
}
.btn-menu:focus {
    outline: none !important;
}
.btn-menu__lines {
    position: relative;
}
.btn-menu__lines,
.btn-menu__lines:after,
.btn-menu__lines:before {
    width: 20px;
    height: 2px;
    background: #3a3a3a;
    display: block;
    transition: 0.2s linear;
}
.btn-menu__lines:after,
.btn-menu__lines:before {
    content: "";
    position: absolute;
    left: 0;
}
.btn-menu__lines:before {
    top: -6px;
}
.btn-menu__lines:after {
    bottom: -6px;
}
.btn-menu.open .btn-menu__lines {
    background: none;
}
.btn-menu.open .btn-menu__lines:before {
    top: 0;
    transform: rotate(45deg);
}
.btn-menu.open .btn-menu__lines:after {
    bottom: 0;
    transform: rotate(-45deg);
}
.navbar-nav.main-menu.main-menu-card > li {
    margin-right: 30px;
}
.navbar-nav.main-menu.main-menu-card > li:last-child {
    margin-right: 0;
}
.navbar-nav.main-menu.main-menu-card > li > a {
    text-transform: none;
    font-size: 18px;
    color: #3a3a3a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-nav.main-menu.main-menu-card > li > a.dropdown-toggle:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: none;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #3a3a3a;
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
    margin: -2px 0 0 15px;
}
.navbar-nav.main-menu.main-menu-card {
    margin-top: 0;
}
.button-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.button-count__ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}
.button-count__title {
    margin-right: 5px;
    font-size: 14px;
}
.button-count__count {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #355cdb;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
}
.wrap,
.wrap-lg {
    padding-left: 34px;
    padding-right: 34px;
}
.wrap-lg {
    max-width: 1508px;
    margin: 0 auto;
}
.btn {
    text-align: center;
}
.btn_blue {
    background: #355cdb;
    color: #fff;
}
.btn_blue:hover {
    background: #fff;
    color: #3a3a3a;
}
.btn_disabled {
    pointer-events: none;
    background: #777;
    color: #fff;
    border-color: #777;
}
.btn-blue-border {
    background: none;
}
.btn-blue-border:hover {
    background: none;
    background: #355cdb;
    color: #fff;
}
.link,
.link-upper {
    color: #355cdb;
}
.link-upper {
    text-transform: uppercase;
}
.metro {
    color: #777;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-left: 21px;
}
.metro__circle {
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.section-advantage {
    margin-top: 200px;
    margin-bottom: 150px;
}
label {
    text-shadow: none;
    text-transform: none;
}
.nowrap {
    white-space: nowrap;
}
.page-inner {
    margin-top: 60px;
    margin-bottom: 60px;
}
.page-inner h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
    font-family: HeliosCondBold, sans-serif;
    font-weight: 700;
}
.page-inner a:not([class]) {
    color: #355cdb;
}
.page-inner a:not([class]):hover {
    text-decoration: underline;
}
.reservation {
    margin-bottom: 98px;
}
.reservation__title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    font-family: HeliosCondBold, sans-serif;
    margin-bottom: 18px;
    max-width: 996px;
    transition: 0.2s linear;
}
.reservation__title_error {
    color: #ed6363;
}
.reservation__text {
    max-width: 610px;
}
.reservation__text p {
    margin-bottom: 15px;
}
.reservation__text .btn {
    margin: 10px 0 40px;
}
.reservation__shops {
    margin-bottom: 25px;
}
.reservation-shop {
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    padding: 15px 15px 15px 30px;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
}
.reservation-shop_error {
    border-color: #ed6363;
}
.reservation-shop__left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 440px;
    padding-right: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.reservation-shop__count {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
}
.reservation-shop__info {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-left: 35px;
}
.reservation-shop__checkbox {
    position: absolute;
    left: 0;
    top: 2px;
}
.reservation-shop__title {
    font-family: HeliosCondBold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
.reservation-shop__address,
.reservation-shop__time-work {
    color: #777;
}
.reservation-shop__products {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}
.reservation-shop__products .product-item {
    width: 50%;
}
.reservation-shop__total {
    font-family: HeliosCondBold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.reservation-time {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 360px;
}
.reservation-time img {
    margin-right: 20px;
}
.product-item {
    padding: 15px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    transition: 0.3s linear;
}
.product-item__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 114px;
    height: 150px;
    margin-right: 15px;
    background-position: 50%;
    background-size: cover;
}
.product-item__description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-item__title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
    padding-right: 20px;
    display: inline-block;
}
.product-item__article,
.product-item__info {
    font-size: 13px;
    line-height: 18px;
    color: #777;
    margin-bottom: 5px;
}
.product-item__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-item__info-item {
    margin-right: 20px;
}
.product-item__info-value {
    color: #3a3a3a;
}
.product-item__price-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.product-item__price {
    font-size: 24px;
    font-family: HeliosCondBold, sans-serif;
    margin-right: 20px;
}
.product-item__price-old {
    font-size: 16px;
    color: #777;
    text-decoration: line-through;
    margin-top: 5px;
}
.product-item__count {
    margin-right: 15px;
}
.product-item__remove {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 0;
    width: 20px;
    height: 20px;
}
.product-item__remove:after,
.product-item__remove:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 9px;
    width: 28px;
    height: 1px;
    background: #ed639e;
}
.product-item__remove:before {
    transform: rotate(45deg);
}
.product-item__remove:after {
    transform: rotate(-45deg);
}
.product-item__like {
    position: absolute;
    right: 12px;
    top: 55px;
    width: 22px;
    height: 20px;
    opacity: 0;
    transition: 0.2s linear;
}
.product-item__like:after,
.product-item__like:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 20px;
    transition: 0.2s linear;
}
.product-item__like:before {
    background: url(../img/ico-like.svg);
}
.product-item__like:after {
    opacity: 0;
    background: url(../img/ico-like-pink.svg);
}
.product-item__like.is-like:before,
.product-item__like:hover:before {
    opacity: 0;
}
.product-item__like.is-like:after,
.product-item__like:hover:after {
    opacity: 1;
}
.product-item__return {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: hsla(0, 0%, 100%, 0.8);
    color: #355cdb;
    font-size: 23px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear, visibility 0s linear 0.2s;
}
.product-item__return:hover {
    color: #355cdb;
}
.product-item__return img {
    margin-bottom: 5px;
}
.product-item_deleted .product-item__return {
    opacity: 1;
    visibility: visible;
    transition: 0.2s linear;
}
.product-item-lg {
    display: -ms-flexbox;
    display: flex;
}
.product-item-lg__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 210px;
    width: 320px;
    margin-right: 20px;
    background-position: 50%;
    background-size: cover;
}
.product-item-lg__title {
    font-size: 24px;
    line-height: 28px;
    font-family: HeliosCondBold, sans-serif;
    margin-bottom: 10px;
}
.product-item-lg__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-item-lg__property {
    margin-bottom: 5px;
    font-size: 16px;
}
.product-item-lg__property-name {
    color: #777;
}
.product-item-lg__price {
    font-size: 30px;
    line-height: 35px;
    font-family: HeliosCondBold, sans-serif;
}
.product-item-sm {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.product-item-sm__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 110px;
    height: 120px;
    margin-right: 15px;
    background-position: 50%;
    background-size: cover;
}
.product-item-sm__description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-item-sm__title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
    display: inline-block;
}
.product-item-sm__article,
.product-item-sm__info {
    font-size: 14px;
    line-height: 18px;
    color: #777;
    margin-bottom: 5px;
}
.product-item-sm__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-item-sm__info-item {
    margin-right: 20px;
}
.product-item-sm__info-value {
    color: #3a3a3a;
}
.product-item-sm__price-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.product-item-sm__price {
    font-size: 20px;
    line-height: 24px;
    font-family: HeliosCondBold, sans-serif;
}
.product-item-sm__count {
    margin-right: 20px;
}
.count-control,
.count-control__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.count-control__btn {
    width: 15px;
    height: 20px;
    border: none;
    background: none;
    padding: 0;
    font-size: 0;
    -ms-flex-pack: center;
    justify-content: center;
}
.count-control__btn_less:before {
    content: "-";
    font-size: 16px;
    margin-top: -2px;
}
.count-control__btn_more:before {
    content: "+";
    font-size: 16px;
    margin-top: -4px;
}
.count-control__btn:focus {
    outline: none !important;
}
.count-control__val {
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 1px solid #c4c4c4;
    background: #fff;
    text-align: center;
    font-size: 16px;
}
.count-control__val:focus {
    outline: none !important;
}
.checkbox-custom__label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    min-width: 15px;
    height: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none;
}
.checkbox-custom__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #847f7f;
    transition: 0.2s linear;
    border-radius: 2px;
}
.checkbox-custom__label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: -6px;
    width: 8px;
    height: 17px;
    border: 2px solid #355cdb;
    border-left: none;
    border-top: none;
    transform: rotate(45deg) skew(3deg, 3deg);
    opacity: 0;
    border-radius: 1px;
    transition: 0.2s linear;
}
.checkbox-custom__input {
    position: absolute;
    opacity: 0;
}
.checkbox-custom__input:disabled + .checkbox-custom__label {
    cursor: default;
}
.checkbox-custom__input:disabled + .checkbox-custom__label:before {
    border-color: #777;
}
.checkbox-custom__input:disabled + .checkbox-custom__label:after {
    background: #777;
}
.checkbox-custom__input:checked + .checkbox-custom__label:after {
    opacity: 1;
}
.radio-custom__label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    min-width: 18px;
    height: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    -ms-flex-align: center;
    align-items: center;
}
.radio-custom__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #847f7f;
    transition: 0.2s linear;
    border-radius: 50%;
}
.radio-custom__label:after {
    content: "";
    left: 6px;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #355cdb;
    border-radius: 50%;
    transition: 0.2s linear;
}
.radio-custom__input,
.radio-custom__label:after {
    position: absolute;
    opacity: 0;
}
.radio-custom__input:disabled + .radio-custom__label {
    cursor: default;
}
.radio-custom__input:disabled + .radio-custom__label:before {
    border-color: #777;
}
.radio-custom__input:disabled + .radio-custom__label:after {
    background: #777;
}
.radio-custom__input:checked + .radio-custom__label:after {
    opacity: 1;
}
.popup {
    width: 680px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 40px 50px;
    position: relative;
}
.popup__title {
    font-family: HeliosCondBold, sans-serif;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 38px;
    padding-right: 40px;
}
.popup__title:last-child {
    margin-bottom: 0;
}
.popup__title_sm {
    font-size: 20px;
    line-height: 24px;
}
.popup__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.popup__buttons .btn {
    margin-right: 25px;
    min-width: 136px;
}
.popup_sm {
    padding: 40px;
    width: 540px;
}
.popup__product {
    margin-top: 34px;
    padding-bottom: 38px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.popup__product-sizes {
    padding-bottom: 45px;
    margin-top: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.shop-list {
    margin-bottom: 20px;
}
.shop-list__item {
    border: 1px solid #c4c4c4;
    padding: 30px 30px 30px 60px;
    position: relative;
    transition: 0.2s linear;
}
.shop-list__item.active {
    background: #f4f6fd;
}
.shop-list__item + .shop-list__item {
    border-top: 0;
}
.shop-list__radio {
    position: absolute;
    left: 30px;
    top: 34px;
}
.shop-list__title {
    font-family: HeliosCondBold, sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
    color: #3a3a3a;
    cursor: pointer;
}
.shop-list__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #777;
    font-size: 16px;
    line-height: 22px;
}
.shop-list__right {
    width: 140px;
    margin-left: 20px;
}
.shop-list__email {
    color: #355cdb;
}
.product-sizes__title {
    text-align: center;
    margin-bottom: 37px;
}
.product-sizes__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-sizes__item {
    width: 33.33%;
    padding: 0 10px;
    text-align: center;
}
.product-sizes__name {
    font-size: 14px;
    color: #777;
    margin-bottom: 4px;
}
.product-sizes__size {
    font-family: HeliosCondBold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 13px;
}
.order {
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
}
.order__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f4f6fd;
    padding: 16px 30px;
    font-family: HeliosCondBold, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #777;
}
.order__number-val,
.order__status-val {
    color: #3a3a3a;
}
.order__description {
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
}
.order__shop {
    margin-bottom: 5px;
}
.order__price,
.order__shop {
    font-family: HeliosCondBold, sans-serif;
    font-size: 20px;
    line-height: 24px;
}
.order__price {
    margin-top: 30px;
    margin-bottom: 30px;
}
.order__text {
    font-size: 18px;
    line-height: 23px;
}
.order__info {
    width: 450px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.order__products {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.order__products-item {
    width: 50%;
    padding-right: 30px;
}
.order-wrap {
    margin-top: 40px;
    margin-bottom: 140px;
}
.page-form {
    max-width: 852px;
    margin: 0 auto 200px;
    padding-left: 34px;
    padding-right: 34px;
}
.form {
    background: #f4f6fd;
    padding: 40px 55px;
}
.form__title {
    font-family: HeliosCondBold, sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 35px;
}
.form__cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.form__col {
    width: 50%;
    padding: 0 10px;
}
.form__col-full {
    width: 100%;
    padding: 0 10px;
}
.form__submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.form__submit .btn {
    margin-right: 30px;
    min-width: 210px;
}
.form__submit-agree {
    font-size: 14px;
    color: #777;
    max-width: 280px;
}
.form-footer {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: #777;
}
.form-item {
    margin-bottom: 10px;
}
.form-item__label {
    display: block;
    color: #3a3a3a;
}
.form-item__field {
    width: 100%;
    background: #fff;
    border: 1px solid #c4c4c4;
    height: 54px;
    padding: 10px 20px;
}
.form-item__field:focus {
    outline: none !important;
}
.form-item__password {
    text-align: right;
    font-size: 14px;
    line-height: 18px;
}
.form-item__mess {
    font-size: 14px;
    line-height: 18px;
    color: #847f7f;
}
.form-item__field-wrap {
    position: relative;
}
.form-item__field-success {
    display: none;
    position: absolute;
    right: 15px;
    top: 17px;
}
.form-item__field-success:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #847f7f;
    border-radius: 50%;
}
.form-item__field-success:after {
    content: "";
    position: absolute;
    left: 9px;
    top: -4px;
    width: 8px;
    height: 17px;
    border: 2px solid #355cdb;
    border-left: none;
    border-top: none;
    transform: rotate(45deg) skew(3deg, 3deg);
    border-radius: 1px;
}
.form-item__field-btn {
    position: absolute;
    right: 15px;
    top: 16px;
    color: #355cdb;
    text-transform: uppercase;
}
.form-item_success .form-item__field-success {
    display: block;
}
.form-item_success .form-item__field-btn {
    display: none;
}
.agree,
.tab__nav {
    margin-bottom: 30px;
}
.tab__nav {
    display: -ms-flexbox;
    display: flex;
}
.tab__btn {
    width: 100%;
    font-family: HeliosCondBold, sans-serif;
    font-size: 30px;
    line-height: 35px;
    color: #777;
    text-align: center;
    padding: 15px;
    box-shadow: inset 0 -1px 0 #e5e5e5;
    border-right: 1px solid #e5e5e5;
    transition: 0.2s linear;
}
.tab__btn:last-child {
    border-right: 0;
}
.tab__btn.active {
    color: #ed639e;
    box-shadow: inset 0 -3px 0 #ed639e;
}
.tab__btn:hover {
    color: #ed639e;
}
[data-tab-content] {
    display: none;
}
[data-tab-content].active {
    display: block;
}
.order-current {
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
}
.order-current__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f4f6fd;
    padding: 16px 30px;
}
.order-current__number {
    font-family: HeliosCondBold, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #777;
}
.order-current__number-val {
    color: #3a3a3a;
}
.order-current__cancel {
    font-size: 18px;
    line-height: 23px;
    color: #3a3a3a;
    border-bottom: 1px dotted;
    transition: 0.2s linear;
}
.order-current__cancel:hover {
    border-color: transparent;
}
.order-current__inner {
    padding-bottom: 20px;
}
.order-current__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
}
.order-current__contacts {
    color: #777;
    font-size: 16px;
}
.order-current__info-title {
    font-family: HeliosCondBold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
.order-current__count {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 250px;
}
.order-current__shop {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
}
.order-current__status {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
}
.order-current__price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    text-align: right;
}
.order-current__toggle {
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    color: #777;
    margin: 0 30px;
    border-bottom: 1px dotted;
    transition: 0.2s linear;
}
.order-current__toggle:hover {
    border-color: transparent;
}
.order-current__toggle-less {
    display: none;
}
.order-current__toggle.open .order-current__toggle-less {
    display: block;
}
.order-current__content,
.order-current__toggle.open .order-current__toggle-more {
    display: none;
}
.order-current__item-label {
    display: none;
    font-size: 16px;
    color: #3a3a3a;
    font-family: HeliosCondLight2, sans-serif;
    width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
}
.order-content__heading {
    background: #f3f3f3;
    font-family: HeliosCondBold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    padding: 18px 30px;
}
.order-content__products {
    padding: 30px;
}
.order-content__product,
.product-order {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-order {
    margin-bottom: 30px;
}
.product-order:last-child {
    margin-bottom: 0;
}
.product-order__product {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 250px;
    padding-right: 20px;
}
.product-order__product-inner {
    display: -ms-flexbox;
    display: flex;
}
.product-order__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 110px;
    height: 120px;
    margin-right: 10px;
}
.product-order__name {
    font-size: 18px;
    line-height: 23px;
    color: #3a3a3a;
    display: inline-block;
    margin-bottom: 5px;
}
.product-order__article,
.product-order__info {
    font-size: 14px;
    line-height: 18px;
    color: #777;
}
.product-order__info-value {
    color: #3a3a3a;
}
.product-order__price {
    font-family: HeliosCondBold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #3a3a3a;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 12px;
}
.product-order__description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-order__shop {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
}
.product-order__title {
    font-family: HeliosCondBold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #3a3a3a;
    margin-bottom: 5px;
}
.product-order__contacts {
    font-size: 16px;
    color: #777;
}
.product-order__count {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
}
.product-order__total {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    text-align: right;
}
.product-order__item-label {
    display: none;
}
.shop-availability__title {
    font-size: 23px;
    line-height: 22px;
    color: #3a3a3a;
    margin-bottom: 45px;
}
.shop-availability__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
}
.shop-availability__tabs {
    margin-right: 86px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shop-availability__tab {
    font-size: 18px;
    line-height: 24px;
    color: #3a3a3a;
    position: relative;
    padding: 0 0 4px;
    margin-right: 15px;
    text-align: left;
    background: none;
    border: none;
}
.shop-availability__tab:focus {
    outline: none !important;
}
.shop-availability__tab:last-child {
    margin-right: 0;
}
.shop-availability__tab:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-image: radial-gradient(circle, #3a3a3a 1px, transparent 0);
    background-repeat: repeat-x;
    background-size: 6px 2px;
}
.shop-availability__tab.active {
    color: #ff55a4;
}
.shop-availability__tab.active:after {
    display: none;
}
.shop-availability__filter {
    display: -ms-flexbox;
    display: flex;
}
.shop-table {
    border: 1px solid #c4c4c4;
    border-bottom: 0;
    color: #777;
    margin-bottom: 20px;
}
.shop-table__item {
    height: 114px;
    border-bottom: 1px solid #c4c4c4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 30px 30px 55px;
    position: relative;
    transition: 0.3s linear;
}
.shop-table__item.active {
    background: #f4f6fd;
}
.shop-table__radio {
    position: absolute;
    left: 20px;
    top: 30px;
}
.shop-table__main {
    padding-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 250px;
}
.shop-table__name {
    font-family: HeliosCondBold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
    color: #3a3a3a;
    margin-bottom: 12px;
    cursor: pointer;
}
.shop-table__address {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
}
.shop-table__address a {
    color: #355cdb;
}
.shop-table__contacts {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 180px;
    padding-right: 20px;
}
.shop-table__time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
}
.shop-table__instock {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
}
.shop-table-sm {
    border: 1px solid #c4c4c4;
    border-bottom: 0;
    color: #777;
    margin-bottom: 20px;
}
.shop-table-sm__item {
    min-height: 165px;
    border-bottom: 1px solid #c4c4c4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 26px 30px 25px 55px;
    position: relative;
    transition: 0.3s linear;
}
.shop-table-sm__item.active {
    background: #f4f6fd;
}
.shop-table-sm__radio {
    position: absolute;
    left: 20px;
    top: 30px;
}
.shop-table-sm__main {
    width: 100%;
    margin-bottom: 15px;
}
.shop-table-sm__name {
    font-family: HeliosCondBold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
    color: #3a3a3a;
    cursor: pointer;
}
.shop-table-sm__address {
    width: 50%;
    padding-right: 20px;
}
.shop-table-sm__address a {
    color: #355cdb;
}
.shop-table-sm__contacts {
    width: 50%;
}
.shop-table-sm__instock {
    margin-top: 5px;
}
.shop-table-map {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.shop-table-map__table {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 477px;
    max-height: 496px;
    margin-right: 30px;
    box-shadow: inset 0 -1px 0 #c4c4c4;
}
.shop-table-map__map {
    width: 100%;
}
.shop-table-map__map iframe {
    width: 100%;
    height: 496px;
}
[data-shop-map] {
    display: none;
}
.switch {
    background: #f3f3f3;
}
.switch,
.switch__btn {
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
}
.switch__btn {
    font-size: 0;
    width: 35px;
    height: 30px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.2s linear;
}
.switch__btn.active {
    background: #3a3a3a;
}
.switch__ico-default {
    display: block;
}
.switch__btn.active .switch__ico-default,
.switch__ico-active {
    display: none;
}
.switch__btn.active .switch__ico-active {
    display: block;
}
.selectric-select-custom-light .selectric {
    border: 0;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.selectric-select-custom-light .selectric:after {
    content: "";
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #3a3a3a;
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
    margin-left: 8px;
    margin-right: 2px;
    margin-bottom: 2px;
    transition: 0.2s linear;
}
.selectric-select-custom-light.selectric-open .selectric:after {
    transform: rotate(-135deg);
    margin-bottom: 0;
}
.selectric-select-custom-light .selectric .label {
    font-family: HeliosCond;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #3a3a3a;
    position: relative;
    padding: 0;
    height: auto;
    text-transform: none;
    text-shadow: none;
}
.selectric-select-custom-light .selectric .button {
    display: none;
}
.selectric-select-custom-light .selectric-items {
    background: #fff;
    border: 1px solid #c4c4c4;
    box-shadow: none;
    min-width: 100px;
}
.selectric-select-custom-light .selectric-items li {
    font-size: 18px;
    line-height: 24px;
    color: #3a3a3a;
    padding: 5px 10px;
}
.selectric-select-custom-light .selectric-items li.highlighted,
.selectric-select-custom-light .selectric-items li:hover {
    background: #3a3a3a;
    color: #fff;
}
@media (min-width: 1281px) {
    .product-item:hover {
        background: #eff2fc;
    }
    .product-item:hover .product-item__like {
        opacity: 1;
    }
    .visible-tablet {
        display: none;
    }
	.mob-block {
		display: none;
	}
}
@media (max-width: 1600px) {
    .header__cash,
    .header__contacts-item {
        margin-right: 25px;
    }
    .header__buttons li {
        margin-right: 20px;
    }
    .header__logo img {
        width: 228px;
    }
    .header__btn-search img {
        height: 25px;
    }
    .navbar-nav.main-menu.main-menu-card > li {
        margin-right: 15px;
    }
    .navbar-nav.main-menu.main-menu-card > li > a.dropdown-toggle:after {
        margin-left: 5px;
    }
    .button-count__ico {
        height: 25px;
    }

@media (max-width: 1400px) {
    .reservation-shop__left {
        width: 300px;
        padding-right: 30px;
    }
    .reservation-shop__time br {
        display: none;
    }
}
@media (max-width: 1280px) {

    .navbar-nav.main-menu.main-menu-card {
        /* display: block; */
        /* display: flex; */
    }
    .navbar-nav.main-menu.main-menu-card li {
        /* float: none;
        margin-bottom: 18px; */
        margin-right: 12px;
        /* position: relative; */
    }
    .navbar-nav.main-menu.main-menu-card > li > a {
        font-size: 14px;
        line-height: 33px;
        padding: 0;
    }
    .navbar-nav > li > .dropdown-menu.alignleft img {
        display: none;
    }
    .dropdown-menu {
        box-shadow: none;
    }
    .dropdown-menu .wrap {
        padding: 0;
    }
    .section-advantage {
        margin-top: 100px;
        margin-bottom: 70px;
    }
    .page-inner {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .reservation__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 13px;
    }
    .reservation-shop {
        display: block;
        padding: 15px;
    }
    .reservation-shop__left {
        width: 100%;
        padding-right: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .reservation-shop__products {
        margin: 0 -20px;
    }
    .reservation-shop__products .product-item {
        width: calc(50% - 40px);
        margin: 0 20px;
    }
    .reservation-time {
        width: 50%;
        max-width: none;
        padding-left: 15px;
    }
    .product-item {
        padding: 15px 20px 15px 0;
    }
    .product-item__price-old {
        display: none;
    }
    .product-item__remove {
        right: 3px;
    }
    .product-item__like {
        opacity: 1;
        right: 0;
    }
    .product-item-sm {
        margin-bottom: 20px;
    }
    .product-item-sm__price {
        font-size: 16px;
        line-height: 20px;
    }
    .popup__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .shop-list__item {
        padding: 20px 20px 20px 40px;
    }
    .shop-list__radio {
        left: 15px;
        top: 25px;
    }
    .order__header {
        padding: 16px 20px;
        font-size: 18px;
    }
    .order__description {
        padding: 20px;
    }
    .order__info {
        width: 50%;
    }
    .order__products-item {
        width: 100%;
        padding-right: 0;
    }
    .form {
        padding: 40px 30px;
    }
    .tab__nav {
        margin-bottom: 20px;
    }
    .tab__btn {
        font-size: 24px;
        line-height: 28px;
    }
    .order-current__header {
        padding: 18px 20px;
    }
    .order-current__number {
        font-size: 18px;
        line-height: 22px;
    }
    .order-current__cancel {
        font-size: 16px;
    }
    .order-current__info {
        padding: 20px;
    }
    .order-current__info-title {
        font-size: 18px;
    }
    .order-current__count {
        width: 200px;
    }
    .order-current__status {
        width: 50px;
    }
    .product-order__product {
        width: 200px;
    }
    .product-order__img {
        display: none;
    }
    .product-order__title {
        font-size: 18px;
    }
    .product-order__count {
        width: 50px;
    }
    .shop-availability__tabs {
        margin-right: 44px;
    }
    .shop-table__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }
    .shop-table__main {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .shop-table-sm__item {
        min-height: 0;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .shop-table-map {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    .shop-table-map__table {
        width: 100%;
        max-height: none;
    }
    .shop-table-map__map {
        -ms-flex-order: -1;
        order: -1;
    }
    .shop-table-map__map iframe {
        height: 400px;
    }
    .shop-table-map .simplebar-track.simplebar-vertical {
        display: none;
    }
    .selectric-select-custom-light .selectric-items {
        min-width: auto;
    }
    .selectric-select-custom-light .selectric-items li {
        padding: 5px;
    }
    .hidden-tablet {
        display: none;
    }
}

.mob-block {
	display: none;
}
@media (max-width: 1024px) {
    .header__top {
        display: none;
    }
	.mob-none {
        display: none;
    }
.mob-block {
	display: block;
}
    .header__cash {
        margin-right: 0;
    }
    .header__menu-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .header__menu-contacts {
        display: block;
        margin-top: 40px;
    }
    .header__menu {
        display: none;
    }
    .header__menu.open {
        display: block;
        position: fixed;
        z-index: 2;
        left: 0;
        right: 0;
        bottom: 0;
        top: 112px;
        background: #fff;
        padding: 34px;
        overflow: auto;
    }
    .header__btn-menu {
        display: block;
        margin-right: 20px;
    }

    .header__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header__nav {
        padding-top: 0;
        padding-bottom: 0;
        padding: 0;
    }
    .header__buttons {
        padding: 11px 36px;
        margin: 0 0px;
        background: #f0f0f0;
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
		position: fixed;
		 bottom: 0;
		left: 0;
		right: 0;
    }
	.tabbar__img {
		width: 25px;
		height: 25px;
		opacity: .5;
	}
.mobpoint {
	display: flex;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.mobpoint p {
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 5px;
	margin: 0;
}
    .header__buttons li {
        margin-right: 0;
    }
    .header__logo img {
        width: 147px;
    }
    .header__btn-search img {
        height: 20px;
    }
    .header__menu.open {
        top: 103px;
        padding: 10px;
    }
    .header__left {
        padding: 13px 30px;
    }

    .navbar-nav.main-menu.main-menu-card {
        flex-direction: column;
    }

    .navbar-nav.main-menu.main-menu-card > li > a {
        font-size: 24px;
        padding-top: 10px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .navbar-nav.main-menu > li {
        display: block !important;
        text-align: left;
        width: 100%;
    }

    ul.navbar-nav.main-menu {
        display: flex;
        flex-direction: column;
    }

    .navbar-nav.main-menu > li > a {
        font-size: 24px;
        padding-top: 10px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
    }

    .navbar-nav .open .dropdown-menu .row {
        display: flex;
        flex-direction: column;
        margin: 0;
    }
}

@media (max-width: 767px) {
	.tabbar__img {
		width: 20px;
		height: 20px;
	}
    .header__buttons {
        padding: 11px 20px;
    }

    .header__left {
        padding: 13px 0;
    }

    .button-count__ico {
        height: 20px;
    }
    .wrap,
    .wrap-lg {
        padding-left: 10px;
        padding-right: 10px;
    }
    .metro {
        font-size: 14px;
    }
    .metro__circle {
        width: 12px;
        height: 12px;
    }
    .page-inner {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .page-inner h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .reservation-shop__left {
        display: block;
    }
    .reservation-shop__title {
        font-size: 16px;
        line-height: 20px;
    }
    .reservation-shop__products {
        margin: 0;
    }
    .reservation-shop__products .product-item {
        width: 100%;
        margin: 0;
    }
    .reservation-shop__total {
        font-size: 16px;
        line-height: 20px;
        margin-top: 17px;
        margin-bottom: 30px;
    }
    .reservation-time {
        width: 100%;
        padding-left: 0;
    }
    .product-item__img {
        width: 100px;
        margin-right: 10px;
    }
    .product-item-lg__img {
        width: 130px;
        height: 170px;
        margin-right: 10px;
    }
    .product-item-lg__title {
        font-size: 16px;
        line-height: 20px;
    }
    .product-item-lg__price {
        font-size: 20px;
        line-height: 20px;
    }
    .product-item-sm__img {
        margin-right: 10px;
    }
    .product-item-sm__title {
        margin-bottom: 5px;
    }
    .popup {
        padding: 15px;
    }
    .popup__title {
        font-size: 18px;
        line-height: 24px;
        padding-right: 30px;
    }
    .popup__buttons {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .popup__buttons .btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .popup__product,
    .popup__product-sizes {
        margin-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .shop-list__radio {
        top: 22px;
    }
    .shop-list__title {
        font-size: 16px;
    }
    .shop-list__info {
        display: block;
        font-size: 14px;
    }
    .shop-list__right {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .product-sizes__item,
    .product-sizes__title {
        text-align: left;
        margin-bottom: 20px;
    }
    .product-sizes__item {
        width: 100%;
        padding: 0;
    }
    .product-sizes__item:last-child,
    .product-sizes__name {
        margin-bottom: 0;
    }
    .product-sizes__size {
        margin-bottom: 5px;
    }
    .order__header {
        font-size: 16px;
    }
    .order__description,
    .order__header {
        display: block;
        padding: 10px 15px;
    }
    .order__price,
    .order__shop,
    .order__text {
        font-size: 16px;
        line-height: 20px;
    }
    .order__info {
        width: 100%;
        margin-bottom: 40px;
    }
    .order__contacts {
        font-size: 14px;
    }
    .page-form {
        padding-left: 10px;
        padding-right: 10px;
    }
    .form {
        padding: 20px 10px;
    }
    .form__title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .form__col {
        width: 100%;
    }
    .form__submit {
        display: block;
    }
    .form__submit .btn {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .tab__nav {
        margin-bottom: 10px;
    }
    .tab__btn {
        width: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 18px;
        line-height: 22px;
        padding: 5px 0;
    }
    .order-current__header {
        display: block;
        padding: 15px;
    }
    .order-current__number {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .order-current__cancel {
        font-size: 14px;
    }
    .order-current__info {
        padding: 15px;
        display: block;
    }
    .order-current__contacts {
        font-size: 14px;
    }
    .order-current__info-title {
        font-size: 16px;
    }
    .order-current__count,
    .order-current__shop,
    .order-current__status {
        width: 100%;
    }
    .order-current__price {
        text-align: left;
        width: 100%;
    }
    .order-current__toggle {
        font-size: 14px;
        margin: 0 15px;
    }
    .order-current__item {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }
    .order-current__item-label {
        display: block;
    }
    .order-content__heading {
        font-size: 16px;
        padding: 13px 15px;
    }
    .order-content__products {
        padding: 15px;
    }
    .product-order {
        display: block;
        padding-bottom: 5px;
        margin-bottom: 25px;
        border-bottom: 1px solid #c4c4c4;
    }
    .product-order:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .product-order__product {
        width: 100%;
        padding-right: 0;
    }
    .product-order__shop {
        width: 100%;
    }
    .product-order__contacts,
    .product-order__title {
        font-size: 14px;
    }
    .product-order__count {
        width: 100%;
    }
    .product-order__total {
        width: 100%;
        text-align: left;
    }
    .product-order__item {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }
    .product-order__item-label {
        display: block;
        font-size: 16px;
        color: #3a3a3a;
        font-family: HeliosCondLight2, sans-serif;
        width: 40%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 15px;
    }
    .shop-availability__title {
        font-size: 18px;
        line-height: 17px;
        margin-bottom: 30px;
    }
    .shop-availability__top {
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 10px;
    }
    .shop-availability__tabs {
        margin-right: 0;
        margin-bottom: 4px;
    }
    .shop-availability__tab {
        font-size: 16px;
        padding-bottom: 0;
    }
    .shop-availability__filter {
        display: block;
    }
    .shop-availability__metro {
        display: inline-block;
    }
    .shop-table {
        font-size: 14px;
        line-height: 17px;
    }
    .shop-table__item {
        display: block;
        padding: 12px 10px 8px 38px;
    }
    .shop-table__radio {
        left: 10px;
        top: 13px;
    }
    .shop-table__item:after {
        content: "";
        clear: both;
        display: block;
    }
    .shop-table__main {
        margin-bottom: 0;
    }
    .shop-table__name {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .shop-table-sm {
        font-size: 14px;
    }
    .shop-table-sm__item {
        display: block;
        padding: 16px 10px 8px 40px;
    }
    .shop-table-sm__radio {
        left: 10px;
        top: 16px;
    }
    .shop-table-sm__item:after {
        content: "";
        clear: both;
        display: block;
    }
    .shop-table-sm__main {
        margin-bottom: 8px;
    }
    .shop-table-sm__name {
        font-size: 18px;
        line-height: 22px;
    }
    .shop-table-sm__address {
        width: 100%;
        padding-right: 0;
    }
    .shop-table-sm__contacts {
        width: 100%;
    }
    .shop-table-map__map iframe {
        height: 210px;
    }

    .btns-card__line a.product__btn-buy,
    .product__btn-buy {
        display: flex;
    }
}




.selectric-select-custom-light .selectric {
    border: 0;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.selectric-select-custom-light .selectric:after {
    content: "";
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #3a3a3a;
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
    margin-left: 8px;
    margin-right: 2px;
    margin-bottom: 2px;
    transition: .2s linear
}

.selectric-select-custom-light.selectric-open .selectric:after {
    transform: rotate(-135deg);
    margin-bottom: 0
}

.selectric-select-custom-light .selectric .label {
    font-family: HeliosCond;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #3a3a3a;
    position: relative;
    padding: 0;
    height: auto;
    text-transform: none;
    text-shadow: none
}

.selectric-select-custom-light .selectric .button {
    display: none
}

.selectric-select-custom-light .selectric-items {
    background: #fff;
    border: 1px solid #c4c4c4;
    box-shadow: none;
    min-width: 100px
}

.selectric-select-custom-light .selectric-items li {
    font-size: 18px;
    line-height: 24px;
    color: #3a3a3a;
    padding: 5px 10px
}

.selectric-select-custom-light .selectric-items li.highlighted,.selectric-select-custom-light .selectric-items li:hover {
    background: #3a3a3a;
    color: #fff
}

.selectric-select-custom-form .selectric {
    background-color: #fff;
    border-color: #c4c4c4
}

.selectric-select-custom-form .selectric .label {
    height: 52px;
    line-height: 52px
}

.selectric-select-custom-form .selectric .button {
    background-color: #fff;
    height: 100%;
    text-indent: -9999px;
    position: absolute;
    overflow: hidden
}

.selectric-select-custom-form .selectric .button:before {
    content: "";
    background-image: url(../img/select-arrow.svg);
    position: absolute;
    background-repeat: no-repeat;
    width: 10px;
    height: 8px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.selectric-select-custom-form .selectric .button:after {
    border: 0
}

.selectric-select-custom-form .selectric-items {
    border-top: 0
}

.selectric-select-custom-form .selectric-items li {
    background-color: #fff
}

.selectric-select-custom-form .selectric-items li.highlighted,.selectric-select-custom-form .selectric-items li:hover {
    background-color: #bbb
}

.login__page-form {
    margin-bottom: 100px
}

.login__info {
    max-width: 785px
}

.login__spoiler-button {
    display: none
}

.registration__page-form {
    margin-bottom: 100px
}

.registration__info {
    max-width: 785px
}

.registration__spoiler-button {
    display: none
}

@media (min-width: 1281px) {
    .visible-tablet {
        display: none
    }
}


@media (max-width: 1280px) {


    .section-advantage {
        margin-top: 100px;
        margin-bottom: 70px
    }

    .page-inner {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .popup__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .selectric-select-custom-light .selectric-items {
        min-width: auto
    }

    .selectric-select-custom-light .selectric-items li {
        padding: 5px
    }

    .login__page-form,.registration__page-form {
        margin-bottom: 80px
    }

    .hidden-tablet {
        display: none
    }
}

@media (max-width: 767px) {
    .wrap,.wrap-lg {
        padding-left: 10px;
        padding-right: 10px
    }


    .spoiler__wrapper {
        display: none
    }

    .advantage {
        margin-top: 60px
    }

    .advantage__list {
        margin-bottom: -30px
    }

    .advantage__item,.page-inner {
        margin-bottom: 30px
    }

    .page-inner {
        margin-top: 30px
    }

    .page-inner h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .popup {
        padding: 15px
    }

    .popup__title {
        font-size: 18px;
        line-height: 24px;
        padding-right: 30px
    }

    .popup__buttons {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .popup__buttons .btn {
        margin-right: 0;
        margin-bottom: 10px
    }



    .login__page-form {
        margin-bottom: 50px
    }

    .login__spoiler-button {
        display: block
    }

    .registration__page-form {
        margin-bottom: 50px
    }

    .registration__spoiler-button {
        display: block
    }
}

.typography {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 22px;
    font-family: HeliosCondLight2,sans-serif
}

.typography>:first-child {
    margin-top: 0
}

.typography>:last-child {
    margin-bottom: 0
}

.typography .h2,.typography h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0 16px
}

.typography p {
    margin: 16px 0
}

.typography ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 30px
}

.typography li {
    position: relative;
    padding-left: 13px;
    font-size: 16px;
    line-height: 22px
}

.typography li:not(:last-child) {
    margin-bottom: 6px
}

.typography li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #355cdb;
    border-radius: 50%;
    left: 0;
    top: 10px
}

.spoiler__button {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 15px;
    outline: none;
    border-bottom: 1px dashed #333
}

.spoiler__wrapper {
    position: relative;
    overflow: hidden
}

.spoiler_active .spoiler__wrapper {
    height: 0
}

.spoiler_active .spoiler__inner {
    position: absolute
}

.advantage {
    margin-top: 100px
}

.advantage__title {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 44px;
    color: #3a3a3a;
    font-weight: 700;
    text-align: center
}

.advantage__list {
    margin-bottom: -50px
}

.advantage__item {
    margin-bottom: 50px
}

.advantage__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.advantage__item-text {
    font-size: 15px;
    line-height: 18px;
    color: #3a3a3a;
    text-transform: uppercase;
    text-align: center;
    max-width: 130px;
    margin: 0 auto
}




input[type="radio"],input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}


.checkbox-custom__label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    min-width: 15px;
    height: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none
}

.checkbox-custom__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #847f7f;
    transition: .2s linear;
    border-radius: 2px
}

.checkbox-custom__label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: -6px;
    width: 8px;
    height: 17px;
    border: 2px solid #355cdb;
    border-left: none;
    border-top: none;
    transform: rotate(45deg) skew(3deg,3deg);
    opacity: 0;
    border-radius: 1px;
    transition: .2s linear
}

.checkbox-custom__input {
    position: absolute;
    opacity: 0
}

.checkbox-custom__input:disabled+.checkbox-custom__label {
    cursor: default
}

.checkbox-custom__input:disabled+.checkbox-custom__label:before {
    border-color: #777
}

.checkbox-custom__input:disabled+.checkbox-custom__label:after {
    background: #777
}

.checkbox-custom__input:checked+.checkbox-custom__label:after {
    opacity: 1
}

footer .contacts-block {
    margin: 0 0 40px 0;
}
footer .contact {
    font-size: 16px;
    margin: 0 0 15px;
}
footer .contact a {
    color: #3E5ED3;
}
footer .contact span {
    display: block;
    font-size: 13px;
    color: #777777;
}
footer .social-btn {
    overflow: hidden;
}
.subscribe-form {
    margin: 0 0 54px;
}
.subscribe-form input[type="text"].form-control {
    border: 1px solid #7689A1;
    line-height: 19px;
    font-size: 13px;
    height: 33px;
}
.subscribe-form button {
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #E076A6;
    color: #E076A6;
    background: #FFF;
}
.subscribe-form button:hover {
    color: #FFF;
    background: #E076A6;
}
.subscribe-form button.btn-blue {
    border: 1px solid #3E5ED3;
    background: #FFF;
    color: #3E5ED3;
}
.subscribe-form button.btn-blue:hover {
    border: 1px solid #3E5ED3;
    background: #3E5ED3;
    color: #FFF;
}
ul.footer-menu-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 calc(17.5px - 8.3333%);
}
ul.footer-menu-social li {
    width: 35px;
    margin: 0 calc(8.3333% - 17.5px);

}
ul.footer-menu-social li a {
    background: #F5F5F5;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
ul.footer-menu-social li a:hover {
    background: #E076A6;
}
ul.footer-menu-social li a svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #3A3A3A!important;
}
ul.footer-menu-social li a:hover svg {
    fill: #fff!important;
}
ul.footer-menu-social li a:hover svg .hover-bg-transparent {
    fill: #E076A6;
}

.footer__partners {
    margin-top: 35px;
}

.footer__partners-link {
    display: inline-block;
    text-decoration: none;
}

.footer__partners-link:hover {
    text-decoration: none;
}

.footer__partners-logo {
    width: 120px;
    height: auto;
    display: block;
}

@media (max-width: 1100px) and (min-width: 860px) {
    .menu-footer li > a {
        font-size: 13px;
    }
    footer .contact {
        font-size: 13px;
    }
    ul.footer-menu-social {
        flex-wrap: wrap;
        margin: 0 calc(20px - 16.66666%);
    }
    ul.footer-menu-social li {
        width: 40px;
        margin: 0 calc(16.66666% - 20px) 10px;
        height: 40px;
    }
    ul.footer-menu-social li a {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 859px) {
    footer {
        border-top: none!important;
    }
    footer .panel-title {
        font-weight: 600;
    }
    footer .panel-group .panel+.panel {
        margin: 0!important;
    }
    footer .panel-group .panel-heading+.panel-collapse>.panel-body,
    footer .panel-group .panel-heading+.panel-collapse>.list-group {
        border-top: none!important;
    }
    footer .panel-body {
        padding: 5px 15px 15px;
    }
    footer .footer-block {
        padding: 10px 15px;
    }
    footer .contacts-block {
        margin: 0;
    }
    .subscribe-form {
        margin: 0 0 42px;
    }
    footer .social-btn {
        margin: 0 0 42px;
    }

    ul.footer-menu-social {
        flex-wrap: wrap;
        margin: 0 calc(20px - 8.3333%);
    }
    ul.footer-menu-social li {
        width: 40px;
        margin: 0 calc(8.3333% - 20px);
        height: 40px;
    }
    ul.footer-menu-social li a {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 1280px) {
    .navbar-nav > li > .dropdown-menu {
        padding: 15px;
    }
}


/* modal-delay */
.modal-delay .modal-dialog {
    width: 100%;
    max-width: 432px;
    margin-left: auto;
    margin-right: auto;
}

.modal-delay .modal-content {
    border: none;
}

.modal-delay .modal-dialog button.close {
    width: 25px;
    height: 25px;
}

.modal-delay .modal-dialog .modal-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    font-family: "HeliosCondBold", sans-serif;
}

.modal-delay .modal-dialog .modal-body {
    padding: 25px 25px 30px;
}

@media (max-width: 480px) {
    .modal-delay .modal-dialog .modal-body {
        padding: 15px 15px 20px;
    }
}

.modal-delay__inner {
    color: #3A3A3A !important;
    padding-top: 4px;
}

.modal-delay__product {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
}

.modal-delay__product a {
    color: #7189A3;
}

.modal-delay__btn {
    font-family: "HeliosCondBold", sans-serif;
    padding: 9px 19px;
    margin-top: 31px;
}

@media (max-width: 480px) {
    .modal-delay__btn {
        padding: 9px 8px;
    }
}


/* modal-backdrop */
.modal-backdrop-visible .modal-backdrop {
    display: block !important;
    background: #3A3A3A;
}

.modal-backdrop-visible .modal-backdrop.in {
    opacity: 0.3;
}