html, body {
    height: 100%;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

body {
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    overflow-y: auto;
    /*-webkit-overflow-scrolling: touch;*/
}
.no_overflow {
    position: fixed;
    overflow: hidden !important;
}

@media (max-width: 468px) {
    .fancybox-active body {
        position: fixed;
        height: 100%;
        width: 100%;
        margin: 0 auto;
        padding-right: 17px;
        overflow: hidden;
    }

    /*    .fancybox-container {
            position: absolute;
        }*/
    .fancybox-is-open ~ .layout {
        display: none;
    }
}

.header__main {
    position: fixed;
    height: 125px;
    width: 100%;
    background-color: #263031;
    backface-visibility: hidden;
    z-index: 15;
}

.fancybox-active .header__main {
    padding-right: 17px;
}

.header__main-logo {
    display: block;
    margin-top: 21px;
}

/*-menu_top-*/
.menu__top {
    position: relative;
    height: 41px;
    padding-top: 15px;
    border-bottom: 1px solid rgba(216, 216, 216, .30);
}

.menu__top .menu__top-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1.7px;
    opacity: .6;
    outline: none;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.menu__top .menu__top-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background-image: url("/i/sprite.png");
    background-repeat: no-repeat;
}

.menu__top .menu__top-link:hover {
    opacity: 1;
    text-decoration: none;
}

.menu__top .menu__top-link.active {
    color: #f79627;
    opacity: 1;
}

.menu__city-wrap {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.menu__top-city {
    white-space: nowrap;
    border-bottom: 1px dashed #fff;
    margin-left: 20px;
}

.menu__top-city:before {
    left: -20px;
    height: 13px;
    width: 11px;
    background-position: -38px 0;
}

.location__wrap {
    display: block;
    position: absolute;
    top: 25px;
    left: 7px;
    min-width: 245px;
    background: #fff;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .29);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .29);
    z-index: 999;
}

.location__wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
}

.location__list-item {
    display: none;
}

.location__list-item.active {
    display: block;
}

.location__city-list {
    position: relative;
}

.location__city-list .autocomplete-suggestions {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
}

.location__city-list .autocomplete-suggestions .autocomplete-suggestion {
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: #6b6b6b;
    padding: 10px 20px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
}

.location__guess {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    color: #616161;
}

.location__guess .location__guess-city {
    white-space: nowrap;
    font-weight: 600;
}

.location__change {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
    color: #444;
    border-bottom: 1px dotted #444;
}

.menu__top-phone {
    white-space: nowrap;
}

.menu__top-phone:before {
    left: -17px;
    height: 13px;
    width: 13px;
    background-position: -52px 0;
}

.menu__top-nav {
    padding-left: 30px;
    margin-right: 36px;
}

.menu__top-nav:before {
    left: 0;
}

.menu__top-nav.menu__top-rest:before {
    height: 12px;
    width: 19px;
    background-position: -17px 0;
}

.menu__top-nav.menu__top-act:before {
    top: -2px;
    height: 14px;
    width: 15px;
    background-position: 0 0;
}

.menu__top-nav.menu__top-del:before {
    height: 13px;
    width: 16px;
    background-position: -67px 0;
}

/*-menu_nav-*/
.menu__nav {
    padding-top: 30px;
}

.menu__nav .menu__nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.55px;
    color: #fff;
    padding-left: 40px;
    outline: none;
}

.menu__nav .menu__nav-link:hover,
.menu__nav .menu__nav-link.active {
    color: #e58517;
    text-decoration: none;
}

.menu__nav-count {
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    top: -15px;
    right: -25px;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    background-color: #ee2113;
    border-radius: 50%;
}

.menu__nav .menu__nav-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/i/sprite.png");
    background-repeat: no-repeat;
}

.menu__nav-corder:before {
    height: 20px;
    width: 28px;
    background-position: -21px -17px;
}

.menu__nav-lorder:before {
    height: 21px;
    width: 21px;
    background-position: -77px -17px;
}

.menu__nav-cart:before {
    height: 22px;
    width: 24px;
    background-position: -51px -17px;
}

/*-mobile_menu-*/
.mobile__menu-wrap {
    text-align: right;
}

a.mobile__menu-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    width: 25px;
    border-top: 3px solid #262626;
    border-bottom: 3px solid #262626;
    color: transparent;
    outline: none;
}

.mobile__menu-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 3px;
    width: 20px;
    margin-top: -1.5px;
    background: #262626;
}

.mobile__menu-h {
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
    line-height: 20px;
    margin: 0;
}

.mobile__menu-list {
    height: 100%;
    width: 80%;
    max-width: 350px;
    padding: 0;
    margin: 0;
    background: #fff;
}

.mobile__menu-list .btn-auth:before {
    background-position: -160px -17px;
}

.mobile__menu-block {
    display: none;
}

.mobile__menu-block.active {
    display: block;
}

.mobile__auth-block {
}

.mobile-auth__form {
    position: relative;
    padding: 30px 15px 0;
}

.mobile__auth-block .auth__block-h {
    font-weight: 600;
}

.mobile__auth-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-transform: none;
    border-bottom: 1px dotted #000;
    cursor: pointer;
}

.mobile__menu-item {
    position: relative;
    padding: 15px 30px;
    border-bottom: 1px solid #f0f0f0;
}

.mobile__nav-wrap {
    margin: 0 0 20px;
}

.mobile__nav-top .mobile__nav-item {
    position: relative;
}

.mobile__nav-top .mobile__nav-item a,
.mobile__nav-bot .mobile__nav-item a {
    display: block;
    position: relative;
    font-size: 12px;
    letter-spacing: .8px;
    color: #000;
    padding-left: 40px;
    outline: none;
}

.mobile__nav-top .mobile__nav-item {
    line-height: 40px;
}

.mobile__nav-bot .mobile__nav-item {
    line-height: 20px;
}

.mobile__nav-bot .mobile__nav-item a {
    color: #bababa;
}

.mobile__nav-top .mobile__nav-item a:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    background-image: url("/i/sprite.png");
    background-repeat: no-repeat;
}

.mobile__nav-top .mobile__nav-item.mobile__nav-rest a:before {
    height: 15px;
    width: 24px;
    background-position: -24px -137px;
}

.mobile__nav-top .mobile__nav-item.mobile__nav-act a:before {
    top: 8px;
    height: 21px;
    width: 22px;
    background-position: 0 -132px;
}

.mobile__nav-top .mobile__nav-item.mobile__nav-del a:before {
    height: 17px;
    width: 23px;
    background-position: -50px -135px;
}

.mobile__nav-top .mobile__nav-item.mobile__nav-fav a:before {
    height: 19px;
    width: 20px;
    background-position: -76px -133px;
}

.mobile__nav-top .mobile__nav-item.mobile__nav-col a:before {
    height: 16px;
    width: 22px;
    background-position: -98px -137px;
}

@media (max-width: 1023px) {
    .menu__nav .menu__nav-cart {
        position: absolute;
        top: -60px;
        right: 0;
        letter-spacing: 0;
        color: #fff;
        padding-left: 24px;
        margin-right: 20px;
    }

    .menu__nav-price {
        font-size: 0;
    }

    .menu__nav-count {
        top: 0;
        right: -8px;
        height: 16px;
        width: 16px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .header__main {
        height: 90px;
    }

    .header__main-logo {
        margin-top: 12px;
    }

    .header__main-logo img {
        max-width: 100px;
    }

    .menu__nav {
        padding-top: 12px;
    }

    .menu__nav .menu__nav-cart {
        top: -45px;
    }

    .menu__nav .menu__nav-lorder {
        font-size: 0;
    }
}

/*-footer-*/
.footer__main {
    min-height: 130px;
    background-color: #263031;
    padding: 25px 0;
}

.footer__nav-item {
    font-size: 13px;
    line-height: 26px;
    color: #fff;
}

.footer__app-link {
}

.footer__app-link a {
    display: block;
    max-width: 125px;
}

.footer__app-link:not(:last-child) {
    margin-bottom: 15px;
}

/*a.footer__nav-item:hover {color: #fff;}*/

/*-content-*/
.layout {
    position: relative;
    height: 100%;
}

.content {
    position: relative;
    min-height: calc(100% - 171px);
    padding-top: 125px;
    background: #fff;
    background-image: linear-gradient(to top, #f6f0ea, #f6f0ea);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 50% 100%;
}

.content--nobg {
    background-color: #fffdfd;
    background-image: none;
}

@media (max-width: 1023px) {
    .content {
        background-image: none;
    }
}

@media (max-width: 767px) {
    .content {
        padding-top: 90px;
    }
}

.container__main {
    position: relative;
    padding-bottom: 50px;
}

.content__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
}

.content__bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(25% - 15px);
    min-width: 270px;
    background-color: #f6f0ea;
}

.content__bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(100% - 285px);
    background-color: #fff;
}

.content__left,
.content__right {
    padding-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .content__bg:after {
        width: calc(100% - 245px);
    }
}

/*.content__left {
    position: absolute;
    top: 0;
    left: 15px;
    width: 270px;
}*/
/*@media (max-width: 767px) {
    .content__left {padding-top: 0;}
}*/

/*-input-*/
.btn {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 15px 7px;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: .7px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    box-shadow: none;
}

.btn.active {
    box-shadow: none;
}

.btn.btn-dark {
    background-color: #444;
    border-color: #444;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #e58517;
    border-color: #e58517;
    outline: none;
}

.btn.btn-orange {
    background-color: #fff;
    border-color: #cfcfcf;
    color: #000;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
    color: #fff;
    background-color: #f79627;
    border-color: #f79627;
    outline: none;
}

.btn.btn-def {
    background-color: #ffa941;
    border-color: #ffa941;
    color: #fff;
}

.btn.btn-def.mt20.js-btn-order--clear {
    color: #ffa941;
    border: none;
    border-bottom: 1px dashed #ffa941;
    padding: 0;
    background: none;
}

.btn-def.btn--brand {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    padding: 10px 40px 10px 15px;
    background: #ff7c17;
}

.btn-def.btn--brand:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    height: 16px;
    width: 16px;
    margin-top: -8px;
    background-image: url("/i/sprite.png");
    background-position: -89px -93px;
}

.btn-def:hover,
.btn-def:focus,
.btn-def:active,
.btn-def.active,
.open > .dropdown-toggle.btn-def {
    color: #fff;
    background-color: #e58517;
    border-color: #e58517;
    outline: none;
}

.btn.btn-def.disabled,
.btn.btn-def[disabled] {
    background-color: #cdcdcd;
    border-color: #cdcdcd;
    opacity: 1;
}

.btn-confirm {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #444;
    margin-left: 20px;
}

.btn-recommend{
    color: #fff;
    padding: 11px 15px 12px;
    background: #6ed467;
}
.btn-recommend:hover,
.btn-recommend:focus{
    color: #fff;
    background: #3fd440;
}

.btn-cancel{
    color: #444;
    text-decoration: underline;
    line-height: 40px;
    background: transparent;
    padding: 0;
    margin-left: 20px;
}
.btn-cancel:hover,
.btn-cancel:focus{
    background: transparent;
}

/*-Btn_feedback-*/
.btn.btn-feedback {
    font-size: 13px;
    color: #fff;
    padding: 15px 20px;
    background: #F48B30;
    border-radius: 3px;
    width: 181px;
    height: 45px;
    letter-spacing: 0.7px;
}

.btn-feedback:hover,
.btn-feedback:focus,
.btn-feedback:active,
.btn-feedback.active,
.open > .dropdown-toggle.btn-feedback {
    color: #fff;
    outline: none;
}

.btn.btn-feedback.disabled,
.btn.btn-feedback[disabled] {
    opacity: .5;
}

.btn.btn-action {
    background-color: #ff7c17;
    border-color: #ff7c17;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.btn-action.btn--brand {
    font-size: 18px;
    line-height: 1;
    padding: 15px 41px 14px;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
    color: #fff;
    background-color: #444;
    border-color: #444;
    outline: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .3;
    filter: alpha(opacity=30);
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 3px 8px;
    font-size: 13px;
    line-height: 16px;
}

.btn-md, .btn-group-md > .btn {
    height: 35px;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 12px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 15px 20px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #303030;
    letter-spacing: .2px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #f89627;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(248, 150, 39, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(248, 150, 39, .6);
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #e96f6f;
    box-shadow: none;
}
.has-error.input__check label,
.has-error .input__check label,
.has-error.input__check.auth__check .label__offer,
.has-error .input__check.auth__check .label__offer{
    color: #e96f6f;
}
.has-error.input__check label:before,
.has-error .input__check label:before{
    border-color: #e96f6f;
}

.form-control[disabled] {
    color: #999;
    background-color: #fff;
    opacity: 1;
}

.no_res {
    resize: none;
}

.input-sm {
    height: 30px;
}

.input-md {
    height: 35px;
}

.input-mob{
    height: 40px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
}

.input-lg {
    height: 47px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
}

/*-Select-*/

.select2-container--default .select2-selection--single {
    height: 30px;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #222;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 29px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 7px;
    width: 12px;
    margin-top: -3.5px;
    margin-left: -6px;
    border: 0;
    background-image: url("/i/sprite.png");
    background-position: -94px -76px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 0;
    background-position: -94px -67px;
}

.combo__select-wrap {
    font-size: 0;
}

.combo__select-wrap .select2-container {
    max-width: 55px;
}

.combo__select-wrap .select2-container:first-of-type .select2-selection--single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.combo__select-wrap .select2-container:last-of-type {
    margin-left: -1px;
}

.combo__select-wrap .select2-container:last-of-type .select2-selection--single {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*-Scroll-*/
.mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #d4d4d4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 1;
}

/*-Feedback-*/
.feedback_sticky {
    position: fixed;
    bottom: 35px;
    left: 50%;
    margin-left: 555px;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    background: #f79627;
    z-index: 9;
}

.feedback_sticky a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    outline: none;
    z-index: 6;
}

.feedback_sticky a:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 20px;
    width: 20px;
    background-image: url("/i/sprite.png");
    background-position: -29px -104px;
    z-index: 5;
}

.feedback_sticky:before,
.feedback_sticky:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.feedback_sticky:before {
    height: 66px;
    width: 66px;
    margin-top: -33px;
    margin-left: -33px;
    background: rgba(247, 150, 39, .4);
}

.feedback_sticky:after {
    height: 82px;
    width: 82px;
    margin-top: -41px;
    margin-left: -41px;
    background: rgba(247, 150, 39, .15);
}

.feedback_sticky:hover:before {
    height: 70px;
    width: 70px;
    margin-top: -35px;
    margin-left: -35px;
}

.feedback_sticky:hover:after {
    height: 90px;
    width: 90px;
    margin-top: -45px;
    margin-left: -45px;
}

/*-Datepicker/Timepicker-*/
.date__wrap {
    position: relative;
}

.date__wrap-label,
.time__wrap-label {
    display: block;
}

.date__wrap-picker {
    position: relative;
    display: inline-block;
}

.date__wrap-picker:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    height: 16px;
    width: 16px;
    margin-top: -8px;
    background-image: url("/i/sprite.png");
    background-position: -125px -17px;
    pointer-events: none;
    z-index: 5;
}

.datepicker {
    border-radius: 2px;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #f89627;
    border-color: #f89627;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #ff9114;
    border-color: #ff9114;
}

/*-Plus/minus-*/
.input__group-ctr {
    position: relative;
    width: 100px;
    height: 30px;
    text-align: center;
}

.input__group-ctr .input__group-txt {
    height: 30px;
    font-size: 17px;
    line-height: 5px;
    text-align: center;
    border: none;
    /*color: #9b9b9b;*/
    font-weight: bold;
    background: transparent;
    padding: 5px;
}

.input__group-ctr .input-group-addon {
    position: relative;
    width: 26px;
    padding: 0;
    background-color: transparent;
    /*border-color: #c6c6c6;*/
    border: none;
    cursor: pointer;
}

.input__group-ctr .input-group-addon.addon-minus:before,
.input__group-ctr .input-group-addon.addon-minus:after,
.input__group-ctr .input-group-addon.addon-plus:before,
.input__group-ctr .input-group-addon.addon-plus:after {
    content: "";
    display: block;
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    background-color: #7C7C7C;
}

/*.input__group-ctr .input-group-addon.addon-minus:hover:before,
.input__group-ctr .input-group-addon.addon-minus:hover:after,
.input__group-ctr .input-group-addon.addon-plus:hover:before,
.input__group-ctr .input-group-addon.addon-plus:hover:after {
    background-color: #000;
}*/

.input__group-ctr .input-group-addon.addon-minus:before,
.input__group-ctr .input-group-addon.addon-plus:before {
    height: 2px;
    width: 10px;
    margin-top: -1px;
    margin-left: -5px;
}

.input__group-ctr .input-group-addon.addon-plus:after {
    height: 10px;
    width: 2px;
    margin-top: -5px;
    margin-left: -1px;
}

/*-input_group_sm-*/
.input__group-ctr.group--sm {
    height: 25px;
    width: 80px;
}

.input__group-ctr.group--sm .input__group-txt {
    height: 25px;
}

.input__group-ctr.group--sm .input-group-addon {
    width: 20px;
}

/*-input_group_xs-*/
.input__group-ctr.group--xs {
    height: 20px;
    /*width: 70px;*/
    width: 60px;
}

.input__group-ctr.group--xs .input__group-txt {
    /*font-size: 14px;*/
    font-size: 12px;
    height: 20px;
}

.input__group-ctr.group--xs .input-group-addon {
    width: 20px;
}

.input__hidden {
    display: none;
}
.input__group-ctr.group--sm .input__group-txt:focus,
.input__group-ctr.group--xs .input__group-txt:focus{

    box-shadow: none;
}

/*-menu_left-*/
.menu__left {
    position: relative;
}

.menu__left-item {
    display: block;
    position: relative;
    padding: 15px 0 15px 0;
    margin-right: 30px;
    border-bottom: 1px dashed #979797;
    z-index: 3;
}

/*.menu__left-item.menu__left-auth {border: 0;}*/

.menu__catalog-h {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    color: #000;
}

.menu__catalog-txt {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 5px 0 10px;
}

.menu__left-item .menu__left-minprice {
    display: none;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.menu__left-minprice .left__minprice-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.left__minprice-item.minprice-sm {
    font-size: 11px;
}

.menu__left-item.menu__left-info {
    padding: 20px 0;
}

.menu__left-item:last-child {
    border: none;
}

.menu__left-item.active {
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.menu__left-item.active:before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    right: -40px;
    height: calc(100% + 23px);
    width: calc(100% + 55px);
    background: #fff;
    z-index: -1;
}

.menu__left-item.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
    right: -35px;
    height: 15px;
    width: calc(100% + 45px);
    background-color: #b9a999;
    box-shadow: -1px 2px 5px 1px #b9a999;
    transform: rotateZ(-1deg);
    z-index: -2;
}

.menu__left-item.active .menu__left-minprice {
    display: block;
}

.user__block-item {
    position: relative;
    padding-left: 43px;
    color: #000;
}

.user__block-item:not(:last-child) {
    margin-bottom: 10px;
}

.cat__block-item {
    margin: 8px 0 10px;
}

.user__block-link a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 15px;
    color: #000;
}

.user__block-link a:hover {
    color: #e58517;
}

.user__block-sub {
    position: relative;
    top: 0;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
    color: #444;
}

.user__block-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    background-image: url("/i/sprite.png");
    background-repeat: no-repeat;
}

.user__block-item.user__block-name:before {
    height: 20px;
    width: 19px;
    background-position: 0 -17px;
}

.user__block-item.user__block-bonus:before {
    height: 21px;
    width: 23px;
    background-position: -100px -17px;
}

.user__block-item.user__block-promo:before {
    height: 21px;
    width: 21px;
    background-position: -161px -132px;
}

.user__block-promocode {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    padding: 4px;
    border-radius: 2px;
    background: #ddd;
    margin-top: 10px;
}

.block__info {
    display: table;
    position: relative;
    height: 75px;
    width: 100%;
    color: #fff;
    background-color: #f79627;
    padding: 0 10px 0 20px;
}

.block__info:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1px;
    left: 5%;
    height: 1px;
    width: 90%;
    background: rgba(255, 255, 255, .5);
    margin: 0 auto;
    z-index: 1;
}

.block__info-cell {
    display: table-cell;
    vertical-align: middle;
}

.block__info-cell.cell-img {
    width: 50px;
}

.block__info-cell.cell-txt {
    padding: 10px 0 10px 10px;
}

.block__info-h {
    font-size: 22px;
    font-weight: 900;
    line-height: 25px;
}

.block__info-h.sub-h {
    font-size: 14px;
    line-height: 20px;
}

.block__info-sub {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}

.block__banner {
    margin-top: 15px;
}

/*-auth-*/
.auth__block {
    display: none;
    position: relative;
    left: -10px;
    top: -40px;
    margin-bottom: 15px;
    z-index: 5;
}

@media (max-width: 768px) {
    .auth__block {
        left: 0px;
        top: 0px;
        margin-bottom: 0px;
    }

}

.auth__block.active {
    display: block;
}

.auth__block-item {
    position: relative;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(136, 136, 136, .36);
}

.auth__block-h {
    position: relative;
    min-height: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.auth__block-error {
    position: relative;
    font-size: 15px;
    line-height: 1;
    text-transform: none;
    color: #f73a27;
    padding-bottom: 15px;
}

.auth__block-notice {
    position: relative;
    font-size: 15px;
    line-height: 1;
    text-transform: none;
    color: #f79627;
    padding-bottom: 15px;
}

.auth__block-success {
    position: relative;
    font-size: 15px;
    line-height: 1;
    text-transform: none;
    color: #36af19;
    padding-bottom: 15px;
}

.auth__block-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 15px;
    width: 15px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    -moz-transition: -moz-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    z-index: 6;
}

.auth__block-close:hover {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.auth__block-close:before,
.auth__block-close:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #444;
}

.auth__block-close:before {
    top: 0;
    left: 7px;
    height: 100%;
    width: 1px;
}

.auth__block-close:after {
    top: 7px;
    left: 0;
    height: 1px;
    width: 100%;
}

.auth__form {
    padding: 15px 25px 0;
}

.auth__block-info {
    position: relative;
    background-color: #ffe8c0;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    color: #444;
    text-align: center;
    padding: 17px 0;
}

.auth__block-info span {
    display: block;
}

.auth__block-info span:not(:last-child):not(:only-child) {
    margin-bottom: 5px;
}

.auth__block-info a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
    margin-left: 5px;
}

.btn-auth {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-left: 33px;
}

.btn-auth:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 15px;
    background-image: url("/i/sprite.png");
    background-repeat: no-repeat;
    background-position: -143px -17px;
}

.popup__auth-wrap .popup__auth-block {
    display: none;
}

.popup__auth-wrap .popup__auth-block.active {
    display: block;
}

.popup__auth-wrap .auth__link {
    display: inline-block;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
    margin-top: 5px;
}

/*-Left menu mobile-*/
@media (max-width: 1023px) {
    .content__bg:before {
        width: calc(33% - 15px);
        min-width: initial;
    }

    .content__bg:after {
        width: calc(67% - 15px);
    }

    .menu__left-item.menu__left-info {
        margin-right: 3px;
    }
}

@media (max-width: 767px) {
    .content__left {
        padding: 0;
    }

    .content__right {
        padding-top: 0;
    }

    .menu__left-item {
        padding: 0;
        margin: 0;
    }

    .block__info:after {
        width: 100%;
        left: 0;
    }

    .menu__left-big-catalog {
        padding: 20px 15px 0;
    }

    .menu__catalog {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .menu__catalog .menu__left-catalog {
        display: table-cell;
        vertical-align: top;
        border-bottom: 0;
    }

    .menu__catalog .menu__left-catalog ul {
        min-height: 65px;
        padding: 10px 10px 0;
    }

    .menu__catalog .menu__left-catalog:not(.active):first-child ul {
        box-shadow: inset -10px -10px 20px -10px rgba(0, 0, 0, .15);
    }

    .menu__catalog .menu__left-catalog:not(.active):last-child ul {
        box-shadow: inset 10px -10px 20px -10px rgba(0, 0, 0, .15);
    }

    .menu__catalog .menu__left-catalog ul li:only-child {
        margin-top: 17px;
    }

    .menu__left-item .menu__left-minprice {
        padding: 0 10px 0;
    }

    .menu__left-catalog.active {
        padding: 0;
        margin: 0;
    }

    .menu__left-catalog.active:before, .menu__left-catalog.active:after {
        content: none;
    }

    .menu__left-catalog .cat__block-item img {
        height: 15px;
    }
}

/*-checkbox-*/
.form__check {
    border-right: 1px solid #d8d8d8;
}

.form__check .form-group {
    margin-bottom: 7px;
}

.input__check {
    position: relative;
}

.input__check input[type="checkbox"] {
    display: none;
    position: absolute;
}

.input__check label {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    padding-left: 30px;
    margin: 0;
    cursor: pointer;
}

.input__check .input__check-sub {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: #000;
    padding-left: 30px;
}

.input__check label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    background-color: #fff;
}

.input__check input[type="checkbox"]:checked + label:before {
    border-color: #f89627;
    background-color: #f89627;
}

.input__check label:hover:before {
    border-color: #f89627;
}

.input__check input[type="checkbox"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    height: 11px;
    width: 12px;
    background-image: url("/i/sprite.png");
    background-repeat: no-repeat;
    background-position: -99px 0;
}

.input__check input[type="checkbox"]:checked ~ .input__hidden {
    display: block;
}

/*-Check 2state-*/
.input__check.input__check-2state .check__state-f,
.input__check.input__check-2state .check__state-s {
    display: none;
}

.input__check.input__check-2state input[type="checkbox"]:checked + label .check__state-f {
    display: block;
}

.input__check.input__check-2state input[type="checkbox"]:not(:checked) + label .check__state-s {
    display: block;
}

/*-Radio-*/
.input__radio {
    position: relative;
}

.input__radio input[type="radio"] {
    display: none;
    position: absolute;
}

.input__radio label.radio__label {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    padding-left: 25px;
    margin: 0;
    cursor: pointer;
}

.input__radio label.radio__label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #f79627;
    border-radius: 50%;
    background-color: #fff;
}

.input__radio label.radio__label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    height: 4px;
    width: 4px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.input__radio input[type="radio"]:not(:checked) + label.radio__label:hover:after {
    background: #f79627;
}

.input__radio input[type="radio"]:checked + label.radio__label:after {
    top: 3px;
    left: 3px;
    height: 10px;
    width: 10px;
    background: #f79627;
}

.input__radio input[type="radio"]:checked ~ .input__hidden {
    display: block;
}

/*-Text_check-*/
.input__text {
    position: relative;
}

.input__text input[type="checkbox"] {
    display: none;
    position: absolute;
}

.input__text label.text__label {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #f79627;
    margin: 0;
    border-bottom: 1px dashed #f79627;
    cursor: pointer;
}

.input__text input[type="checkbox"]:checked ~ .input__hidden {
    display: block;
}

/*-Switch-*/
.switch__tab .switch-input {
    margin: 0 15px;
}

.switch-input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 24px;
}

.switch__tog {
    color: #f79627;
}

.switch__tog.active {
    font-weight: 600;
}

.switch-input input[type="checkbox"] {
    display: none;
    position: absolute;
    height: 0;
    width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.switch-input .switch-slider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f79627;
    border: 2px solid #f79627;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 0;
    cursor: pointer;
}

.switch-input .switch-slider:before {
    -webkit-transition: left .35s ease-in-out;
    -moz-transition: left .35s ease-in-out;
    transition: left .35s ease-in-out;
}

.switch-input input[type="checkbox"] + .switch-slider:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.switch-input input[type="checkbox"]:checked + .switch-slider:before {
    left: calc(100% - 20px);
}

.tab__content-item {
    display: none;
}

.tab__content-item.active {
    display: block;
}

/*-auth_check-*/
.input__check.auth__check label {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #c6c6c6;
    padding-left: 20px;
}

.input__check.auth__check .label__offer {
    font-size: 10px;
    line-height: 12px;
    text-align: left;
    color: #898989;
}

.input__check.auth__check .label__offer a {
    border-bottom: 1px dashed;
    border-color: inherit;
}

.input__check.auth__check label:before {
    height: 15px;
    width: 15px;
}

.input__check.auth__check input[type="checkbox"]:checked + label {
    color: #000;
}

.input__check.auth__check input[type="checkbox"]:checked + label:after {
    top: 3px;
    left: 2px;
}

.auth__remind {
    display: inline-block;
    vertical-align: baseline;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #e29c27;
    text-decoration: none;
    border-bottom: 1px dotted #e29c27;
    margin-left: 8px;
    cursor: pointer;
}

.auth__remind:hover {
    color: #e58517;
    text-decoration: none;
}

/*-top_sub_menu-*/
.category__check {
    margin: 15px 0 10px;
}

.category__check .category__list-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 22px;
    color: #4a4a4a;
    margin: 0 10px 8px 0;
}

.category__check .category__list-item.active {
    color: #e29c27;
    font-weight: 600;
    text-decoration: none;
}

.category__check .category__list-item:not(.active):hover {
    color: #e29c27;
    text-decoration: none;
}

/*-Breadcrumbs-*/
.breadcrumbs-wrap {
    position: relative;
    display: block;
    font-size: 0;
    margin-top: 27px;
}

.breadcrumbs-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
/*    font-size: 14px;
    line-height: 15px;*/
}
.breadcrumbs-item:not(:last-child){
    margin-right: 27px;
}
.breadcrumbs-item:first-child{
    margin-right: 20px;
}
.breadcrumbs-item:not(:last-child):before {
    content: ">";
    position: absolute;
    top: 0;
    right: -18px;
    font-size: 14px;
    line-height: 15px;
    color: #000;
}

.breadcrumbs-item__link {
    color: #7a7a7a;
    text-decoration: none;
}

.breadcrumbs-item__active {
    color: #000;
}

/*-Brand Page-*/
.brand-panel {
    position: relative;
    display: block;
    font-size: 0;
    margin: 0;
}

.brand-panel__item {
    position: relative;
    display: inline-block;
}

.brand-panel__item--top .brand-panel__item {
    vertical-align: top;
}

.brand-panel__item--middle .brand-panel__item {
    vertical-align: middle;
}

.brand-panel__item--bottom .brand-panel__item {
    vertical-align: bottom;
}

.brand-page__slider {
    position: relative;
    display: block;
    height: 400px;
    width: 100%;
    margin: 27px 0 40px;
}

.slider-block, .slider-block .slick-list, .slider-block .slick-track {
    height: 100%;
}

.brand-slider__item {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.brand-page__slider .slick-arrow {
    position: absolute;
    top: 50%;
    height: 32px;
    width: 32px;
    margin-top: -16px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
}

.brand-page__slider .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 6px;
    margin-top: -6px;
    margin-left: -3px;
    background: url("/i/sprite.png") no-repeat;
    z-index: 6;
}

.brand-page__slider .slick-prev {
    left: -16px;
}

.brand-page__slider .slick-prev:before {
    background-position: -108px -81px;
}

.brand-page__slider .slick-next {
    right: -16px;
}

.brand-page__slider .slick-next:before {
    background-position: -116px -81px;
}

.brand-page__content {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.social-block {
}

.social-block__label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #4c4c4c;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .brand-panel__item {
        display: block;
        margin: 15px 0;
    }
}

/*-Index-*/
.brands__list-wrap {
    font-size: 0;
}

/*.brands__list-wrap .index__cat-100000010 img {height: 31px;}
.brands__list-wrap .index__cat-100000009 img {height: 20px;}*/

.actions__current-wrap {
    position: relative;
    padding: 25px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
    box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
}

.actions__slider-wrap .slick-prev,
.actions__slider-wrap .slick-next {
    position: absolute;
    top: 50%;
    height: 24px;
    width: 16px;
    margin-top: -12px;
    background: url("/i/sprite.png") no-repeat center center;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.actions__slider-wrap .slick-prev:hover,
.actions__slider-wrap .slick-next:hover {
    opacity: 1;
}

.actions__slider-wrap .slick-prev {
    left: -20px;
    background-position: -26px -67px;
}

.actions__slider-wrap .slick-next {
    right: -20px;
    background-position: -42px -67px;
}

.faq__list-wrap {
    position: relative;
    font-size: 0;
}

.faq__list-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.faq__item-wrap {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.faq__item-wrap .faq__item {
    display: table-cell;
    vertical-align: top;
}

.faq__list-item dl {
    margin: 0;
}

.faq__list-item dl dt {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0 5px 0;
}

.faq__list-item dl dd {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0;
}

@media (max-width: 767px) {
    .brands__list-wrap {
        margin-top: 30px;
        text-align: center;
    }

    .brands__list-wrap li {
        display: block;
        margin-bottom: 15px;
    }

    .brands__list-wrap .index__cat-100000010 {
        margin-top: -7px;
        margin-bottom: 10px;
    }

    .brands__list-wrap .index__cat-100000010 img {
        height: auto;
    }

    .brands__list-wrap .index__cat-100000009 img {
        height: auto;
    }

    .actions__current-wrap {
        padding: 5px;
    }

    .faq__list-item {
        display: block;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .brands__list-wrap li {
        width: 50%;
    }
}

/*-goods_list-*/
.category__list {
    position: relative;
    text-align: left;
    font-size: 0;
    padding: 0;
    /*    margin-right: -15px;*/
}

.card__item-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 410px;
    /*    width: 280px;
        margin: 0 15px 15px 0;*/
    margin: 0 0 15px 0;
    z-index: 6;
}

.card__item {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: left;
    border-radius: 2px;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
    box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
    transition: all .35s ease-in-out;
    z-index: 5;
    cursor: pointer;
}

.card__item-types {
    position: absolute;
    display: block;
    top: 30px;
    left: -5px;
/*    -webkit-transition: -webkit-transform .5s ease-out .35s;
    -moz-transition: -moz-transform .5s ease-out .35s;
    transition: transform .5s ease-out .35s;*/
    z-index: 2;
}

.card__item-icon {
    position: relative;
    display: block;
    height: 23px;
    width: 36px;
}
.card__item-icon--brand{
    display: table;
    height: 30px;
    width: 35px;
    padding: 0;
    background: #e3e3e3;
    margin-bottom: 20px;
}
.card__item-icon--brand::before,
.card__item-icon--brand::after{
    content: "";
    position: absolute;
    right: -5px;
}
.card__item-icon--brand::before{
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 6px 0 0;
    border-color: #e3e3e3 transparent transparent transparent;
}
.card__item-icon--brand::after{
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 6px;
    border-color: transparent transparent transparent #e3e3e3;
}
.card__item-icon__type{
    display: table-cell;
    vertical-align: middle;
}
.card__item-icon__type img {margin: 0 auto;}


.card__item-new {
    display: block;
    position: absolute;
    top: 30px;
    left: -5px;
    height: 25px;
    width: 52px;
    z-index: 4;
}

.card__item-new:before {
    content: "New";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    background: url("/i/new.png") no-repeat center center/cover;
    z-index: 4;
}

.card__item-new:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 5px 2px 0;
    border-color: transparent #9a2700 transparent transparent;
    z-index: -1;
}

.card__item-wrap.active {
    height: auto;
    width: 100%;
    margin-top: 10px;
}

.card__item-wrap:not(.active) .card__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px 0 rgba(68, 68, 68, .3);
}

.card__item:hover .card__item-h {
    color: #fc9a2a;
}

.card__item-img {
    position: relative;
    height: 175px;
    overflow: hidden;
    background-image: url("/i/no-image.jpg");
    background-size: cover;
    background-position: center center;
}

.card__type-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 0;
}

.card__type-icon img {
    height: 26px;
    width: 26px;
}

/*.card_type-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 25px;
    width: 45px;
    background: rgba(255, 255, 255, .5);
}
.card_type-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 20px;
    max-width: none;
}
.card_type-item.card--green {
    background: #cecece;
}*/

.card__item-info {
    position: relative;
    margin-top: 15px;
}

.card__item-h {
    max-height: 40px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    margin-bottom: 7px;
    -webkit-transition: color .35s ease-in-out;
    -moz-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
}

.card__item-extra {
    display: none;
    font-size: 0;
    text-align: left;
}

.card__item-extra span {
    display: table-cell;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.card__item-extra span:not(:last-child) {
    padding-right: 35px;
}

.card__item-descr, .card__item-fulldescr {
    /*display: none;*/
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #454545;
}

.card__item-fulldescr {
    display: none;
}

.card__item-price {
    font-size: 24px;
    line-height: 34px;
    color: #000;
}

.card__item-buy {
    position: absolute;
    left: 0;
    bottom: 65px;
    width: 100%;
    padding: 0 15px;
    margin: 0;
}

.card__item-buy .form {
    position: relative;
    /*display: table;*/
    width: 100%;
}

.card__item-buy .form-group:not(.form__buy-bot) {
    display: inline-block;
    vertical-align: middle;
}

.card__item-wrap:not(.active) .btn.btn-card {
    font-size: 0;
    letter-spacing: 0;
    padding: 4px 7px;
}

.card__item-wrap.active .btn.btn-card {
    font-weight: 600;
    padding: 4px 15px;
}

.card__item-wrap.active .btn.btn-card .card__item-inline {
    margin-left: 5px;
}

.card__item-wrap.active .card__item-h {
    max-height: 95px;
    font-size: 28px;
    line-height: 30px;
}

.card__item-wrap.active .card__item-descr {
    display: none;
}

.card__item-wrap.active .card__item-extra,
.card__item-wrap.active .card__item-fulldescr {
    display: block;
    margin-bottom: 10px;
}

.card__item-wrap.active .card__item-extra {
    display: table;
    white-space: nowrap;
}

.card__item-opt {
    position: relative;
    display: block;
    /*vertical-align: top;*/
    /*margin-right: 20px;*/
}

.card__item-opt .input__radio {
    display: inline-block;
    vertical-align: top;
}

.card__item-opt .input__radio:not(:last-child) {
    margin-right: 20px;
}

.card__item-opt .input__radio label.radio__label {
    font-weight: 600;
}

.form__buy-bot {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    margin: 0;
}

.card__item-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.card__item-dop {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*background: #fffcf8;*/
    background: #fff;
    /*cursor: pointer;*/
    -webkit-transition: height .35s ease-in-out, padding .25s ease-in;
    -moz-transition: height .35s ease-in-out, padding .25s ease-in;
    transition: height .35s ease-in-out, padding .25s ease-in;
    z-index: 7;
}

.card__item-dop.active{
    height: 100%;
    padding: 15px 0;
}
@media (max-width: 991px) {
    .card__item-dop.active{
        padding: 15px 0 3px;
    }
}

.catalog-item__wrap.active .card__item-dop{
    width: calc(100% + 27px);
    margin-left: -13px;
}
.catalog-item__wrap.active .card__item-dop.active{
    bottom: 1px;
    height: calc(100% - 2px);
}

/*.card__item-wrap.active .card__item-dop {
    width: 380px;
}*/

/*.card__item-wrap.active .card__item-dop.active {
    height: 100%;
    padding: 15px;
}*/

.item__dop-close {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    -moz-transition: -moz-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.item__dop-close:hover {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.item__dop-close:before,
.item__dop-close:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
}

.item__dop-close:before {
    top: 0;
    left: 7px;
    height: 100%;
    width: 2px;
}

.item__dop-close:after {
    top: 7px;
    left: 0;
    height: 2px;
    width: 100%;
}

.card__item-dop .item__dop-h {
    /*font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #e29c27;
    text-transform: uppercase;*/
    padding: 0 15px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    }

.item__dop-list {
    /*height: calc(100% - 105px);*/
    height: calc(100% - 53px);
    overflow: hidden;
    overflow-y: auto;
    margin: 5px 0 7px;
}

.table__dop {
    position: relative;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}

.table__dop tr:nth-child(odd) {
    background-color: rgba(216, 216, 216, 0.16);
}
.table__dop td:first-child {
    padding-left: 15px;
}
.table__dop td:last-child {
    padding-right: 15px;
}

.table__dop td {
    padding: 8px 0;
    /*padding: 5px 0;*/
    /*border-bottom: 1px dashed #979797;*/
}

.item__dop-btn {
    padding: 0 15px;
    text-align: right;
}

@media (min-width: 1023px) {
    .card__item-wrap.active .card__item {
        height: auto;
        width: 100%;
        padding: 25px;
    }

    .card__item-wrap.active .card__item-img,
    .card__item-wrap.active .card__item-info {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-top: 0;
    }

    .card__item-wrap.active .card__item-img {
        width: 345px;
        height: 240px;
        margin-right: 30px;
    }

    .card__item-wrap.active .card__item-buy {
        width: 50%;
        left: 380px;
        bottom: 75px;
    }

    .card__item-wrap.active .card__item-buy .form {
        max-width: 320px;
    }

    .card__item-wrap.active .form__buy-bot {
        width: 50%;
        left: 380px;
        bottom: 25px;
    }
}

.card__item-wrap.active .item__dop-list {
    height: calc(100% - 70px);
}

.card__basket-dop {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    text-align: left;
    background: #fffcf8;
    padding: 5px 15px;
}

.card__basket-dop a {
    font-size: 12px;
    line-height: 15px;
    color: #d37912;
    border-bottom: 1px dashed #d27913;
}

.card__item-toggle.in-basket.dop-active .card__item-buy {
    bottom: 80px;
}

.card__item-toggle.in-basket.dop-active .form__buy-bot {
    bottom: 40px;
}

.card__item-toggle.in-basket.dop-active .card__basket-dop {
    display: block;
}

.card__item-wrap.active.in-basket.dop-active .form__buy-bot {
    padding-right: 85px;
}

.card__item-wrap.active.in-basket.dop-active .card__basket-dop {
    display: block;
    width: 100px;
    bottom: 30px;
    left: auto;
    right: 15px;
    padding: 0;
    background: transparent;
}

/*-Catalog_mobile-*/
@media (max-width: 1023px) {
    .category__list {
        text-align: center;
    }

    /*    .content__bg:before {
            width: calc(33% - 15px);
            min-width: initial;
        }*/
    .catalog__check-list .form-group {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-right: 0;
    }

    .catalog__check-list .form__check {
        font-size: 0;
        border: 0;
    }

    .category__check-wrap {
        padding-top: 15px;
        padding-bottom: 10px;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
    }

    .card__item-wrap.active .form__buy-bot {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 0;
    }

    .card__item-wrap.active.in-basket.dop-active .form__buy-bot {
        padding: 0;
    }

    .card__item-wrap.active .card__item-dop {
        width: 100%;
    }

    .card__item-wrap.active.in-basket.dop-active .card__basket-dop {
        position: relative;
        display: block;
        width: 100%;
        bottom: 0;
        left: auto;
        right: auto;
        padding: 10px 0;
        background: transparent;
    }
}

@media (min-width: 468px) and (max-width: 768px) {
    .card__item-wrap {
        height: 350px;
        /* width: 230px;*/
    }

    .card__item-wrap .card__item {
        padding: 10px;
    }

    .card__item-img {
        height: 140px;
    }

    .card__item-h {
        font-size: 14px;
        line-height: 20px;
    }

    .card__item-price {
        font-size: 18px;
    }

    .form__buy-bot {
        padding: 0 10px;
    }

    .card__item-ctr .input__group-ctr {
        width: 80px;
        height: 28px;
    }

    .card__item-ctr .input__group-ctr .input-group-addon {
        width: 24px;
    }

    .card__item-ctr .input__group-ctr .input__group-txt {
        height: 28px;
    }

    .card__item-wrap:not(.active) .btn.btn-card {
        padding: 2px 5px;
    }

    .card__item-wrap.active {
        width: 100%;
    }

    .card__item-wrap.active .card__item-extra {
        margin-bottom: 65px;
    }

}

@media (max-width: 767px) {

    .catalog__check-list {
        padding-top: 15px;
        padding-bottom: 10px;
        border-top: 1px solid #d8d8d8;
    }

    .category__check-wrap {
        border-bottom: 0;
    }

    /*.card__item-wrap.active {width: 280px;}*/
    .card__item-wrap.active .card__item-extra {
        display: block;
        white-space: normal;
        margin-bottom: 55px;
    }

    .card__item-extra span {
        display: inline-block;
        white-space: nowrap;
    }

    .card__item-extra span:not(:last-child) {
        padding-right: 30px;
    }

    .card_col2.card__item-wrap {
        height: 320px;
    }

    .card_col2 .card__item {
        padding: 5px;
    }

    .card_col2 .card__item-img {
        height: 125px;
    }

    .card_col2 .card__item-buy {
        bottom: 45px;
        padding: 0 5px;
    }

    .card_col2 .form__buy-bot {
        padding: 0 5px;
    }

    .card_col2 .card__item-price {
        font-size: 18px;
        line-height: 20px;
    }

    .card_col2 .input__group-ctr {
        width: 70px;
        height: 25px;
    }

    .card_col2 .input__group-ctr .input__group-txt {
        height: 25px;
    }

    .card_col2 .input__group-ctr .input-group-addon {
        width: 20px;
    }

    .card_col2.card__item-wrap:not(.active) .btn.btn-card {
        font-size: 0;
        letter-spacing: 0;
        padding: 1px;
    }

    .card__item-wrap.active .form__buy-bot {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 0;
    }

    .card__item-wrap.active .btn.btn-card span:not(.ico) {
        display: none;
    }

    .card__item-wrap.active.in-basket.dop-active .form__buy-bot {
        padding: 0;
    }

    .card__item-wrap.active.in-basket.dop-active .card__basket-dop {
        display: block;
        position: relative;
        height: auto;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        margin-top: 5px;
    }

    .card__item-wrap.active .card__item-dop {
        width: 100%;
    }

    .card__item-wrap.active .item__dop-list {
        height: calc(100% - 90px);
    }

}

/*-Catalog list new-*/
.card-item {

}

/*-Actions-*/
.actions__list {
    position: relative;
    text-align: left;
    font-size: 0;
    padding: 0;
    margin-right: -15px;
}

.actions__item-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 390px;
    width: 280px;
    border-radius: 2px;
    background-color: #fff;
    margin: 0 15px 15px 0;
    box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
}

.actions__list-item {
    padding: 15px;
    text-align: left;
}

.actions__item-img {
    position: relative;
    height: 175px;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.actions__item-info {
    position: relative;
    max-height: 160px;
    overflow: hidden;
    margin-top: 15px;
}

.actions__item-h {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-bottom: 13px;
    -webkit-transition: color .35s ease-in-out;
    -moz-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
}

.actions__item-descr {
    font-size: 14px;
    line-height: 20px;
    max-height: 65px;
    overflow-y: hidden;
    color: #000;
    margin-bottom: 10px;
}

.actions__item-link {
    font-size: 14px;
    line-height: 20px;
    color: #f79627;
    text-decoration: underline;
}

.actions__item-wrap.active {
    height: auto;
    width: calc(100% - 10px);
    margin-top: 10px;
}

.actions__item-wrap.active .actions__item-img,
.actions__item-wrap.active .actions__item-info {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.actions__item-wrap.active .actions__item-img {
    /*width: 350px;*/
    height: 280px;
    /*margin-right: 30px;*/
}

.actions__item-wrap.active .actions__item-info {
    max-height: none;
    margin-top: 0;
    padding-left: 30px;
}

.actions__item-wrap.active .actions__item-h {
    font-size: 28px;
    line-height: 30px;
}

/*-Actions brands-*/
.action-brand__h {
    font-size: 24px;
    font-weight: 600;
    color: #444;
    margin-bottom: 25px;
}

.action-item--small {
    position: relative;
    height: 230px;
    max-width: 235px;
    padding: 10px;
    margin: 0 10px 10px 0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border: solid 1px #ffffff;
}

.action-item__img {
    display: block;
    position: relative;
    height: 115px;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.action-item__h {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    margin: 10px 0 20px 0;
}

.action-item__dop {
    position: absolute;
    bottom: 25px;
}

.link-action {
    display: inline;
    font-size: 15px;
    font-weight: 600;
    color: #ff7c18;
    border-bottom: 1px solid #ff7c18;
}

@media (max-width: 1023px) {
    .actions__list {
        text-align: center;
    }

    .actions__item-wrap.active .actions__item-img,
    .actions__item-wrap.active .actions__item-info {
        width: 100%;
        padding: 0;
    }

    .actions__item-wrap.active .actions__item-info {
        padding-top: 20px;
    }
}

/*-Cart/Popup-*/
/*.fancybox-slide {pointer-events: none;}
.popup__default-content, .sidebar__cart {pointer-events: all;}*/
.fancybox-container{
    font-family: -apple-system,"GothamPro","Arial",sans-serif;
}

.popup__feedback-content .fancybox-content {
    max-width: 860px;
    padding: 25px;
    background: #efefef;
}

.popup__feedback-content .fancybox-content iframe {
    background: transparent;
}

.popup__feedback-content .fancybox-content .popup__close-lg {
    top: 25px;
}

.popup__default .fancybox-bg {
    background-color: #000;
    opacity: .6;
}

.popup__default-content {
    position: relative;
    width: 100%;
    padding: 0;
    /*margin: 60px 0;*/
    margin: 0;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

@media (min-width: 1024px) {
    .popup__default-content {
        width: 970px;
    }
}

@media (max-width: 1023px) {
    .popup__default-content {
        height: 100%;
        margin: 0;
    }
}

.popup__container {
    padding: 30px 85px;
}

.popup__top {
    position: relative;
    padding: 17px 85px;
    background: #fff3d4;
    border-bottom: 1px solid #ccc;
}

.popup__top.top__user {
    background: #fff;
    padding: 20px 85px 19px;
}

.popup__top .auth__block-error {
    position: absolute;
    bottom: 2px;
    padding-top: 3px;
}

.popup__top-h {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
    color: #000;
    padding-left: 30px;
}

.popup__top-h:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-image: url("/i/sprite.png");
    background-repeat: no-repeat;
    background-position: 0 -17px;
}

.popup__info-wrap {
    position: relative;
    font-size: 0;
}

.popup__info-block {
    position: relative;
    margin-bottom: 15px;
}

.popup__info-block .info__block-item {
    display: inline-block;
    vertical-align: top;
}

.info__block-dl {
    margin: 0 0 0 15px;
}

.info__block-dl dt {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.info__block-dl dd {
    font-size: 11px;
    line-height: 20px;
    color: #4a4a4a;
}

.main_popup--h {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    color: #2d2d2d;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .popup__container {
        padding: 30px 25px;
    }

    .main_popup--h {
        font-size: 26px;
        line-height: 25px;
    }
}

/*-Social_icons-*/
.ico-social__wrap {
    position: relative;
    font-size: 0;
    text-align: center;
    margin: 20px 0 0;
}

.ico-social {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    background: #ccc;
}

.ico-social:not(:last-child) {
    margin-right: 15px;
}

/*-Popup main-*/
.popup__main-content {
    /*vertical-align: top;*/
    background: transparent;
    padding: 0 30px;
    /*margin: 150px 0 0;*/
}

.popup__main-content .popup__close-lg {
    top: 0;
    right: 5px;
    margin: 0;
}

.popup__main-content .popup__close-lg:before,
.popup__main-content .popup__close-lg:after {
    background: #fff;
}

.tab_wrap__tabs {
    position: relative;
    font-size: 0;
    text-align: center;
    margin: 0 auto 30px;
}

.popup-main__tab {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    padding: 0 0 5px 20px;
    border-bottom: 2px dashed transparent;
    cursor: pointer;
}

.popup-main__tab:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/i/sprite.png");
}

.tab--delivery:before {
    height: 15px;
    width: 13px;
    background-position: -74px -93px;
}

.tab--delivery.active:before {
    background-position: -74px -112px;
}

.tab--auth:before {
    top: 1px;
    height: 14px;
    width: 11px;
    background-position: -61px -93px;
}

.tab--auth.active:before {
    background-position: -61px -112px;
}

.popup-main__tab:not(:last-child) {
    margin-right: 20px;
}

.popup-main__tab.active {
    color: #f3841e;
    border-color: #f3841e;
    cursor: default;
}

.popup__main-content .tab_wrap__container {
    position: relative;
    /*width: 325px;*/
    background: transparent;
}

.popup__main-map {
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
}

@media (min-width: 1024px) {
    .popup__main-map {
        width: 970px;
    }
}

@media (max-width: 1023px) {
    .popup__main-map {
        height: 100%;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .popup-main__tab {
        font-size: 16px;
    }
}

.popup__main-form {
    position: relative;
    /*width: 325px;*/
    width: 500px;
    background: #fff;
    margin: 0 auto;
}

.tab_wrap__container .tab_item {
    display: none;
}

.tab_wrap__container .tab_item.active {
    display: block;
}

.popup-main__sub {
    position: relative;
    background: #f6f5f5;
    padding: 16px 35px;
}

.popup-main__logo{
    padding: 50px 50px 80px 50px;
}
.popup-main__block {
    position: relative;
    padding: 35px 50px;
}

.popup-main__sub + .popup-main__block {
    padding-top: 20px;
}

.recovery-h {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
}

.recovery-steps__wrap {
    position: relative;
    font-size: 0;
}

.recovery-step {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #323131;
    counter-increment: stepCount;
}

.recovery-step:before {
    content: counter(stepCount);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.recovery-step:not(:last-child) {
    margin-right: 10px;
}

.recovery-step.active {
    background: #f69331;
}

.recovery-step.complete {
    color: #999999;
    background: #e5e5e5;
}

.recovery-step.error {
    color: transparent;
    background: #e21616;
}

.recovery-step.error:before,
.recovery-step.error:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 16px;
    margin-top: -1.5px;
    margin-left: -8px;
    background: #fff;
}

.recovery-step.error:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.recovery-step.error:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.recovery-step.success {
    color: transparent;
    background: #f69331;
}

.recovery-step.success:before,
.recovery-step.success:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    background: #fff;
}

.recovery-step.success:before {
    width: 12px;
    margin-top: 2px;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.recovery-step.success:after {
    width: 16px;
    margin-left: -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-main__success {
    position: relative;
    background: #fff;
}

.success-h {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    margin-bottom: 20px;
}

.success-sub {
    font-size: 15px;
    color: #000;
}

.success-link {
    margin-top: 50px;
}

.success-link a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #333;
}

/*-Popup_auth-*/
.popup-auth__tabs {
    position: relative;
    font-size: 0;
    text-align: left;
    padding: 0 50px;
    /*border-bottom: 1px solid #cac9c9;*/
}

.auth-tabs__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /*width: 50%;*/
    font-size: 20px;
    /*font-weight: 600;*/
    line-height: 25px;
    color: #a4a4a4;
    text-transform: capitalize;
    /*letter-spacing: .2px;*/
    /*padding: 20px 0 15px;*/
    border-bottom: 1px solid transparent;
    cursor: pointer;
    user-select: none;
    opacity: .2;
    transition: all .35s;
}
.auth-tabs__item:not(:last-child):not(.hidden){
    margin-right: 30px;
}

/*.auth-tabs__item:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    -webkit-transition: background .35s ease-in-out;
    -moz-transition: background .35s ease-in-out;
    transition: background .35s ease-in-out;
}*/

.auth-tabs__item.active {
    color: #303030;
    cursor: default;
    border-color: #000;
    opacity: 1;
}

/*.auth-tabs__item.active:before {
    background: #ffa941;
}*/

.auth-tab__item {
    display: none;
}

.auth-tab__item.active {
    display: block;
}

/*-Form error-*/
.form-error {
    position: relative;
    display: block;
    max-height: 0;
    overflow: hidden;
    color: #e53f3f;
    padding: 0 35px;
    background: #ffe2e2;
    margin: 0 -35px 15px;
    -webkit-transition: max-height .35s ease-in-out, padding .25s ease-in-out;
    -moz-transition: max-height .35s ease-in-out, padding .25s ease-in-out;
    transition: max-height .35s ease-in-out, padding .25s ease-in-out;
}

.form-error.active {
    max-height: 500px;
    padding: 10px 35px;
}

/*-Form ok-*/
.form-ok {
    position: relative;
    display: block;
    max-height: 0;
    overflow: hidden;
    color: #363636;
    padding: 0 35px;
    background: #c2e3c3;
    margin: 0 -35px 15px;
    -webkit-transition: max-height .35s ease-in-out, padding .25s ease-in-out;
    -moz-transition: max-height .35s ease-in-out, padding .25s ease-in-out;
    transition: max-height .35s ease-in-out, padding .25s ease-in-out;
}

.form-ok.active {
    max-height: 500px;
    padding: 10px 35px;
}

/*-Form_divider-*/
.form-divider {
    position: relative;
    display: block;
    min-height: 1px;
    text-align: center;
}

.form-divider:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #ccc;
}

.form-divider .form-divider__text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 18px;
    margin: 0 auto;
    background: #fff;
}

/*-SMS check-*/
.sms-check__wrap {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 45px;
}

.sms-code{font-size: 14px;}
.sms-check{position: relative;}

.sms-check .sms-check__input {
    font-size: 18px;
    padding-right: 40px;
}

.sms-check .btn-reg-sub {
    position: absolute;
    top: 8px;
    right: 10px;
    height: 31px;
    width: 31px;
    text-align: center;
    padding: 0;
    z-index: 5;
}
.sms-check .btn-reg-sub:before{
    content: "\2192";
    position: absolute;
    top: 3px;
    left: 5px;
    color: inherit;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
.sms-check .btn-reg-sub[disabled]{
    color: #8a8a8a;
    background: #e3e3e3;
    border-color: #e3e3e3;
    opacity: 1;
}

@media (max-width: 468px) {
    .popup__main-content {
        width: 100%;
        padding: 20px 0 0;
        margin: 0 auto;
        vertical-align: top;
    }

    .popup__main-form {
        width: 100%;
    }
}

.popup__cart-content,
.popup__mobnav-content {
    text-align: right;
    padding: 0;
}

.sidebar__cart {
    height: 100%;
    width: 590px;
    padding: 70px 0 0 20px;
    margin: 0;
}

.popup__close-lg {
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    -moz-transition: -moz-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    z-index: 1;
}

.popup__close-lg {
    top: 20px;
    right: 20px;
}

.sidebar__cart-close {
    top: 70px;
    left: 30px;
    right: auto;
    margin: 0;
}

.popup__close-lg.lg--thin {
    height: 16px;
    width: 16px;
    margin-top: -8px;
}

.popup__close-lg:hover {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.popup__close-lg:before,
.popup__close-lg:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
}

.popup__close-lg:before {
    top: 0;
    left: 8px;
    height: 100%;
    width: 4px;
}

.popup__close-lg:after {
    top: 8px;
    left: 0;
    height: 4px;
    width: 100%;
}

.popup__close-lg.lg--thin:before {
    left: 7px;
    width: 2px;
}

.popup__close-lg.lg--thin:after {
    top: 7px;
    height: 2px;
}

/*-Popup_promo-*/
.popup__promo-wrap {
    min-width: 323px;
    max-width: 500px;
    padding: 37px 33px 30px;
    background: #fff;
}

.popup__promo-h {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
}

.popup__promo-txt {
    font-size: 16px;
    line-height: 20px;
    color: #444;
}

.popup__promo-info {
    margin-top: 20px;
    font-weight: 600;
    color: #444;
}

.promo__info-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.info--txt {
    font-size: 16px;
    letter-spacing: .9px;
}

.info--code {
    font-size: 20px;
    letter-spacing: 5px;
    margin-left: 20px;
    padding: 8px 16px;
    background: #e5e5e5;
    border-radius: 2px;
}

.promo__info-link a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    border-bottom: 1px dashed #444;
    outline: none;
}

.popup__promo-wrap .popup__close-lg.lg--thin {
    top: 20px;
    right: 10px;
}

/*-Popup_confirm-*/
.popup__confirm-wrap {
    max-width: 500px;
    padding: 0;
}

.sidebar__cart-h {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
}

.cart__block {
    position: relative;
    width: 100%;
    padding: 0 50px;
    margin-bottom: 20px;
}

.block-guest {
    background-color: #f9f9f9;
}

/*-cart-*/
.cart__cat {
    position: relative;
}

.cart__cat-item {
    height: 35px;
    background: #f0efef;
}

.cart__cat-item.restaurant_1 {
    background-color: #faa333;
}

.cart__cat-item.restaurant_100000009 {
    background-color: #ee2113;
}

.table__cart {
    position: relative;
    width: 100%;
}

.table__cart-item td {
    padding: 14px 5px;
    border-bottom: 1px dashed #d4d4d4;
}

/*.table__cart-item:last-child td {border-bottom: 1px dashed #d4d4d4;}*/

.table__cart-item.table__cart-mod td {
    border-bottom: 0;
    padding-bottom: 5px;
}

.cart__item-h,
.cart__item-price {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.cart__item-price {
    white-space: nowrap;
}

.table__cart-item.table__cart-dop td:first-child {
    padding-left: 20px;
}

.table__cart-item.table__cart-dop td {
    font-size: 12px;
    padding: 5px 5px 10px;
    border: 0;
}

.table__cart-user {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #9b9b9b;
    border-bottom: 1px solid #d4d4d4;
}

.table__cart-user td {
    padding: 25px 0 5px;
}

.cart__item-ctr {
    text-align: right;
}

.cart__item-del {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 12px;
    width: 12px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    -moz-transition: -moz-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.cart__item-del:hover {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cart__item-del:before,
.cart__item-del:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #d0011b;
}

.cart__item-del:before {
    top: 0;
    left: 5px;
    height: 100%;
    width: 2px;
}

.cart__item-del:after {
    top: 5px;
    left: 0;
    height: 2px;
    width: 100%;
}

.table__cart-min {
    font-size: 13px;
    line-height: 20px;
    color: #ff0000;
}

.table__cart-min td {
    padding: 0;
}

.table__cart-min.bl {
    color: #000;
}

.table__cart-sum td {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    padding: 0 0 5px 0;
}

.table__cart-courier td {
    font-size: 16px;
    line-height: 20px;
    color: #9b9b9b;
    padding: 0;
}

.table__cart-price td {
    font-size: 16px;
    line-height: 20px;
    color: #9b9b9b;
    padding: 10px 0 15px;
}

.input__check.bonus__check {
    display: inline-block;
    vertical-align: top;
    width: 240px;
}

.bonus-h {
    padding-top: 10px;
    border-top: 1px dashed #d4d4d4;
}

.bonus__num {
    font-size: 12px;
    line-height: 15px;
    color: #9b9b9b;
}

.bonus__num-big {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    color: #000;
}

.bonus-range {
    height: 1px;
    box-shadow: none;
    border: 0;
    background: #d4d4d4;
    margin-top: 22px;
    margin-left: 10px;
}

.bonus-range .noUi-handle {
    left: -10px;
    top: -10px;
    height: 20px;
    width: 20px;
    border: 1px solid #f89627;
    border-radius: 15px;
    background: #f89627;
    cursor: default;
    box-shadow: none;
    outline: none;
}

.bonus-range .noUi-handle:before,
.bonus-range .noUi-handle:after {
    display: none;
}

.bonus-range .noUi-connect {
    background: #f89627;
    border-radius: 4px;
    box-shadow: 0 1px 5px 2px rgba(248, 150, 39, .35);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.bonus-range .noUi-tooltip {
    display: block;
    position: absolute;
    bottom: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    color: #f89627;
    text-align: center;
    white-space: nowrap;
    padding: 0;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    background: #d4d4d4;
    border-color: #d4d4d4;
    color: #000;
    cursor: not-allowed;
}

[disabled] .noUi-tooltip {
    color: #000;
}

.bonus-help {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 14px;
    width: 14px;
    text-align: center;
    background: #777;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
}

.bonus-help:before {
    content: "?";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 14px;
    width: 14px;
    margin-top: -7px;
    margin-left: -7px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
}

/*-Sidebar_cart mobile-*/
@media (max-width: 767px) {
    .popup__default-content {
        margin: 0;
    }

    .popup__top {
        padding: 17px 15px;
    }

    .main_popup--h {
        font-size: 22px;
        line-height: 25px;
    }

    .popup__info-block {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .popup__info-block .info__block-item img {
        width: 30px;
    }

    .popup__top .popup__close-lg {
        top: 15px;
        right: 5px;
    }

    .info__block-dl {
        margin: 0 0 0 5px;
    }

    .info__block-dl dt {
        font-size: 14px;
    }

    .info__block-dl dd {
        font-size: 10px;
    }

    .auth__form .form-group {
        margin-bottom: 10px;
    }

    .popup__container {
        padding: 15px 0;
    }

    .popup__top.top__user {
        padding: 20px 0;
    }

    .sidebar__cart {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .sidebar__cart-close {
        top: 20px;
        left: 5px;
    }

    .cart__block {
        padding: 0 30px;
    }
}

/*-Order-*/
.order__wrap {
    /*width: 600px;*/
    /*padding: 0 0 0 70px;*/
    counter-reset: step;
}

.order__step {
    position: relative;
    width: 100%;
    display: table;
    padding: 0 15px;
    margin: 30px 0;
}

.order__step-item {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #9b9b9b;
    padding-left: 40px;
}

.order__step-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background: #263031;
}

.order__step-item:after {
    counter-increment: step;
    content: counter(step);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.order__step-item.active {
    color: #000;
}

.order__step-item.active:before {
    background-color: #f79627;
}

.order__step-item.complete:before {
    background-color: #cccccc;
}

.order__block {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.order__block-h {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    margin-bottom: 30px;
}

.order__address {
    font-size: 18px;
    line-height: 20px;
    color: #444;
}

.form-group20 {
    margin-bottom: 20px;
}

.form-group20 label {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
}

.user__details {
}

.user__details-item {
    position: relative;
    /*    padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px dotted #979797;*/
}

.order__block-divider {
    position: relative;
    padding-bottom: 30px;
    /*margin-bottom: 30px;*/
    border-bottom: 2px dotted #979797;
}

.order__block-divider.solid {
    border-bottom: 5px solid #979797;
}

.order__edit {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #f79627;
    margin: 0 0 0 35px;
    padding-left: 0;
    border: 0;
    outline: none;
    border-bottom: 1px dashed #f79627;
    background: transparent;
    cursor: pointer;
}

.order__edit:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 15px 4px 0;
    border-color: transparent #f79627 transparent transparent;
}

.order__edit:after {
    content: "";
    position: absolute;
    top: 8px;
    left: -30px;
    width: 21px;
    height: 2px;
    background: #f79627;
}

.btn__offer {
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: #898989;
    margin-top: 10px;
}

.btn__offer a {
    border-bottom: 1px dashed;
    border-color: inherit;
}

/*-Order_coupons-*/
.block__coupon {
    position: relative;
    padding: 22px 0 5px;
    border: solid 1px #d3d3d3;
    background: #f4f4f4;
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.promo-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    z-index: 5;
}

.cart__order-item .promo-loader {
    left: 15px;
    width: calc(100% - 30px);
}

.promo-loader__center {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 60px;
    font-size: 0;
    margin-top: -10px;
    margin-left: -30px;
}

.promo-loader__center > div:nth-child(1) {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.promo-loader__center > div:nth-child(2) {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.promo-loader__center > div:nth-child(3) {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.promo-loader__center > div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f89627;
    margin-right: 5px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes scale {
    0%, 80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

@keyframes scale {
    0%, 80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

/*.block__coupon.has-coupon {padding-bottom: 5px;}*/
/*.block__coupon-list {
    border-bottom: 1px dashed #d4d4d4;
    margin-top: 20px;
}*/
.table__coupon {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}

.table__coupon td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table__coupon:not(:last-child) td {
    border-bottom: 1px dashed #d4d4d4;
}

.table__coupon-item {
    position: relative;
    vertical-align: top;
}

/*.table__coupon-item td {padding: 15px 0;}
.table__coupon-item td img {padding-right: 15px;}*/
.table__coupon-item:not(:last-child) td {
    border-bottom: 1px solid #d4d4d4;
}

/*.coupon__brands {margin-left: 10px;}*/
.coupon__brands img {
    height: 20px;
    margin-left: 10px;
}

.coupon_descr {
    position: relative;
    font-size: 0;
    text-align: right;
}

.coupon_descr-img,
.coupon_descr-txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
}

.coupon_descr-img {
    margin-right: 10px;
}

.table__coupon-head {
    margin-top: 10px;
}

.table__coupon-head td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.table__coupon-h {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.coupon__input-wrap {
    position: relative;
}

.block__coupon .coupon-error {
    display: none;
    /*    position: absolute;
        top: 100%;
        left: 0;*/
    font-size: 12px;
    line-height: 15px;
    margin-top: 4px;
    color: #f73a27;
}

.block__coupon.has-error .coupon-error {
    display: block;
    margin-bottom: 15px;
}

.coupon__ctr-wrap {
    position: relative;
    display: inline-block;
    margin-top: 2px;
}

.coupon__ctr-wrap input.coupon__ctr-input {
    position: absolute;
    display: none;
}

.coupon__ctr-wrap label.coupon__ctr-label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/*.coupon__ctr-wrap label.coupon__ctr-label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #f79627;
    border-radius: 50%;
    background-color: #fff;
}
.coupon__ctr-wrap input.coupon__ctr-input:not(:checked)+label.coupon__ctr-label:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    height: 4px;
    width: 4px;
    background: #f79627;
    border-radius: 50%;
}
.coupon__ctr-wrap input.coupon__ctr-input:checked+label.coupon__ctr-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    height: 11px;
    width: 12px;
    background-image: url("/i/sprite.png");
    background-repeat: no-repeat;
    background-position: -99px 0;
}*/
.coupon__ctr-wrap label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    background-color: #fff;
}

.coupon__ctr-wrap input[type="checkbox"]:checked + label:before {
    border-color: #f89627;
    background-color: #f89627;
}

.coupon__ctr-wrap label:hover:before {
    border-color: #f89627;
}

.coupon__ctr-wrap input[type="checkbox"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    height: 11px;
    width: 12px;
    background-image: url("/i/sprite.png");
    background-repeat: no-repeat;
    background-position: -99px 0;
}

.coupon__ctr-wrap input[type="checkbox"]:disabled + label:before {
    border-color: #c4c4c4;
    background-color: #c4c4c4;
}

/*-Order payment-*/
.order__pay-wrap {
}

.order__pay-item {
    position: relative;
    display: block;
    width: 100%;
    background: #f9f9f9;
    margin-bottom: 40px;
}

.order__pay-details {
    position: relative;
    padding: 25px 30px 0;
}

.order__pay-info {
}

.order__pay-h {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.order__pay-row {
    position: relative;
    padding: 15px 0;
}

.order__pay-row:not(:last-child) {
    border-bottom: 1px dashed #979797;
}

.order__pay-row.pay_discount {
    padding-bottom: 0;
    margin: 0 0 0 20px;
    border: 0;
}

.order__pay-row.pay_discount .order__pay-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}

.order__pay-row .form-control {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.order__pay-vendor {
    position: relative;
    font-size: 0;
    text-align: left;
}

.order__pay-vendor .pay__vendor-item {
    display: inline-block;
    vertical-align: top;
}

.order__pay-vendor .pay__vendor-item:not(:last-child) {
    margin-right: 35px;
}

.order__pay-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

.order__pay-bot {
    position: relative;
    text-align: left;
    background: #f0f0f0;
    padding: 25px 30px;
    margin-top: 10px;
}

.pay__error-txt {
    display: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    margin-bottom: 20px;
}

.pay__success-txt {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    color: #313131;
}

.pay__success-txt:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    width: 28px;
    margin-left: 20px;
    background: url("/i/sprite.png") no-repeat;
    background-position: 0 -104px;
}

.order__pay-item.pay-error .order__pay-bot {
    background: #e9b3b2;
}

.order__pay-item.pay-error .order__pay-bot .pay__error-txt {
    display: block;
}

/*-Thanks-*/
.h-30 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    color: #2d2d2d;
    margin-bottom: 15px;
}

.h-24 {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
}

.thanks-text {
}

.link__dash {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #f79627;
    border-bottom: 1px dashed #f79627;
    outline: none;
    cursor: pointer;
}

.link__dash:focus {
    outline: none;
}

.link__dash.col--w {
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    border-color: #fff;
}

.link__dash.col--b {
    color: #000;
    border-color: #000;
}

.link__underline {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #999;
    border-bottom: 1px solid #999;
    outline: none;
    cursor: pointer;
}

.link__underline:hover,
.link__underline:focus {
    color: #f79627;
    border-color: #f79627;
}

.order__details-wrap {
    position: relative;
    border-top: 2px solid #f79627;
    margin-bottom: 50px;
    background: #f9f9f9 url("/i/bot_bg.jpg") repeat-x bottom left;
    z-index: 3;
}

.order__details-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: transparent;
    box-shadow: 0 3px 17px 0 #f79627;
    z-index: 0;
}

.order__details-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: -15px;
    height: 10px;
    width: calc(100% + 30px);
    background: #fff;
    z-index: 1;
}

.order__details {
}

.cart__order-item {
    position: relative;
}

.order__list-composition {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s, padding 1s;
}

.order__details-top {
    line-height: 40px;
    border-bottom: 2px dotted #979797;
}

.order__details-h {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.order__details-txt {
    font-size: 16px;
    color: #000;
    margin-left: 10px;
}

.order__details-list {
    position: relative;
}

.order__list-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.order__list-h {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #f79627;
    cursor: pointer;
}

.order__list-h:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    height: 15px;
    width: 24px;
    background: url("/i/sprite.png") no-repeat center center;
    background-position: 0 -84px;
    z-index: 1;
}

.order__list-item.active .order__list-h:before {
    background-position: 0 -67px;
}

.order__list-item.active .order__list-composition {
    max-height: 100000px;
    padding-top: 20px;
    padding-bottom: 10px;
}

/*-Order_mobile-*/
@media screen and (max-width: 992px){
    .order__step-item{
        line-height: 1;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    .order__step{padding: 0;}

    .order__step-item{
        height: 30px;
        font-size: 0;
        padding-left: 30px;
    }

    .order__step-item:last-child{width: 30px;}

    .order__block{padding: 0;}

    .cart__order-item .promo-loader {
        left: 0;
        width: 100%;
    }

    .cart__item-h, .cart__item-price {
        font-size: 12px;
        line-height: 15px;
    }
}

/*-Profile-*/
.profile__tabs-wrap {
    margin: 30px 0;
}
/*.profile__tabs .btn {font-size: 16px;}*/
.profile__tabs .btn {
    font-size: 14px;
    padding: 9px 0;
    white-space: normal;
}
@media screen and (max-width: 768px){
    .profile__tabs-wrap{margin: 30px -15px;}
    .profile__tabs .btn{
        font-size: 12px;
    }
}


.profile__delivery-list {
}

.map_suggest__wrap {
    position: relative;
    /*height: 40px;*/
    width: 100%;
}

.delivery__search-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 20px 10px 40px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    margin-top: 15px;
    cursor: pointer;
    /*  -webkit-appearance: none;*/
}

.delivery__search-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    background: url("/i/sprite.png") no-repeat center center;
    background-position: -160px -67px;
    z-index: 1;
}

.delivery__list-item {
    display: block;
    position: relative;
    width: 100%;
}

.delivery__list-item:not(:last-child) {
    margin-bottom: 20px;
}

.delivery__item-place,
.delivery__item-city {
    font-size: 13px;
    line-height: 15px;
    color: #000;
    padding-right: 20px;
}

.delivery__item-city {
    color: #9b9b9b;
}

.delivery__item-del {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    width: 12px;
    margin-top: -6px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    -moz-transition: -moz-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.delivery__item-del:hover {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.delivery__item-del:before,
.delivery__item-del:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #d0011b;
}

.delivery__item-del:before {
    top: 0;
    left: 5px;
    height: 100%;
    width: 2px;
}

.delivery__item-del:after {
    top: 5px;
    left: 0;
    height: 2px;
    width: 100%;
}

.profile__info-wrap {
    position: relative;
    display: table;
    width: 100%;
}

.profile__info-wrap .profile__info-item {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.profile__info-item dt,
.profile__info-item dd {
    font-size: 11px;
    line-height: 12px;
    text-align: left;
    color: #9b9b9b;
}

.profile__info-item dd {
    color: #000;
}

.order__history-list {
    padding: 10px 0;
}

.order__history-item {
    position: relative;
    padding: 10px 0;
    background: #f9f9f9;
}

.order__history-item:nth-child(even):not(.active) {
    background-color: #f6f0ea;
}

.order__history-tog {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 8px;
    width: 12px;
    background: url("/i/sprite.png") no-repeat center center;
    background-position: -60px -77px;
    cursor: pointer;
    z-index: 1;
}

.order__history-item.active .order__history-tog {
    background-position: -60px -67px;
}

.order__history-item .order__history-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s, padding 1s;
}

.order__history-item.active .order__history-details {
    max-height: 10000px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.order__history-item .order__history-del {
    display: block;
    position: absolute;
    top: 16px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    -moz-transition: -moz-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    z-index: 5;
}

.order__history-item .order__history-del:hover {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.order__history-item .order__history-del:before,
.order__history-item .order__history-del:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #d0011b;
}

.order__history-item .order__history-del:before {
    top: 0;
    left: 5px;
    height: 100%;
    width: 2px;
}

.order__history-item .order__history-del:after {
    top: 5px;
    left: 0;
    height: 2px;
    width: 100%;
}

.cart__cat-item.cart__cat-sm {
    height: 12px;
    background: transparent;
    padding: 0;
}

.history__table-cat {
    margin-top: 30px;
    margin-bottom: 10px;
}

.history__table-cat .cart__cat-item {
    vertical-align: top;
    background: transparent;
}

.history__table {
    position: relative;
    width: 100%;
    font-size: 16px;
}

.history__table-item {
    line-height: 20px;
    color: #000;
}

.history__table-item td {
    padding: 5px 0;
}

.history__table-sub td {
    font-size: 12px;
}

.history__table-sub td:first-child {
    padding-left: 20px;
}

.history__table-sum {
    font-weight: 600;
}

.history__table-sum td {
    padding-bottom: 0;
}

.history__table-courier {
    color: #9b9b9b;
}

.history__table-courier td {
    padding: 0;
}

.history__table-total {
    font-size: 16px;
    color: #979797;
}

.history__table-total td {
    border-top: 1px dashed #979797;
    /*border-bottom: 1px dashed #979797;*/
    padding: 5px 0;
}

.history__table-total td.table__total-b {
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    color: #000;
    white-space: nowrap;
}

.history__table-total td.table__total-d {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    border: 0;
}

.history__table-delivery {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
}

.history__table-delivery td {
    padding: 10px 0;
}

/*-Profile_mobile-*/
@media (max-width: 767px) {
    .profile__tabs {
        border-bottom: 2px solid #d4d4d4;
    }

    .profile__tabs .btn {
        color: #d4d4d4;
        background: none;
        box-shadow: none;
        border: none;
    }

    .profile__tabs .btn.active {
        background: none;
        border: none;
        color: #000;
    }

    .profile__tabs .btn.active:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #f79627;
        -webkit-box-shadow: 0 3px 17px 0 #f79627;
        -moz-box-shadow: 0 3px 17px 0 #f79627;
        box-shadow: 0 3px 17px 0 #f79627;
    }
}

/*@media (max-width: 1023px) {
    .profile__tabs .btn {
        font-size: 14px;
        padding: 9px 0;
        white-space: normal;
    }
}*/

/*-Restaurants-*/
.places__list {
    overflow: hidden;
}

.places__list-item {
    position: relative;
    min-height: 125px;
    width: 100%;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #9b9b9b;
    margin-top: 2px;
    margin-left: -13px;
    margin-bottom: 6px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
    box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    cursor: pointer;
    z-index: 1;
}

.places__list-item .places__list-row {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

/*.places__list-img img {max-height: 15px;}*/
.places__list-img img.cat--1 {
    height: 14px;
}

.places__list-img img.cat--100000009 {
    height: 11px;
}

.places__list-img img.cat--100000016{
    width: 100%;
    max-width: 80px;
    height: 35px;
}

.places__list-img img.cat--100000015{
    width: 100%;
    max-width: 80px;
    height: 35px;
}

.places__list-img img.cat--2 {
    height: 13px;
}

.places__list-img img.cat--100000010 {
    height: 17px;
}

.places__list-img img.cat--100000013 {
    height: 16px;
}

.places__list-img img:not(:only-child):not(:last-child) {
    margin-bottom: 10px;
}

.places__list-item .bl {
    color: #000;
}

.places__list-item .btn {
    display: none;
}

.places__list-item:hover {
    z-index: 5;
}

.places__list-item:hover .btn {
    display: block;
}

.places__list-metro {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

.places__list-metro:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: #aaaaaa;
    border-radius: 50%;
}

.places__list-metro:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    height: 9px;
    width: 12px;
    background-image: url("/i/sprite.png");
    background-position: -139px 0;
}

@media (max-width: 1024px) {
    .places__list-item .btn {
        display: block;
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .vertical-row {
        display: flex;
        flex-direction: row;
    }

    .vertical-row > [class^="col-flex"],
    .vertical-row > [class*=" col-flex"] {
        display: flex;
        align-items: center;
    }
}

/*-Delivery-*/
.delivery__list-item {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.delivery__list-item .delivery__item {
    display: table-cell;
    vertical-align: middle;
}

.delivery__list-item .delivery__item.delivery-txt {
    padding-left: 15px;
}

.delivery__list-item .delivery__item.delivery-img {
    width: 65px;
    text-align: center;
}

.delivery__list-item .delivery__item.delivery-img img {
    display: inline-block;
}

.delivery__item dl {
    width: 205px;
    margin: 0;
}

.delivery__item dl dt {
    margin: 0;
}

.delivery__item dl dd {
    margin: 0;
}

/*-Tabs-*/
.tab__wrap{margin-bottom: 35px;}
.tab__wrap .btn{min-width: 170px;}

@media screen and (max-width: 768px){
    .tab__wrap .btn-group{width: 100%;}
    .tab__wrap .btn{
        min-width: auto;
        width: 50%;
    }
}
@media screen and (max-width: 468px){
    .tab__wrap .btn{font-size: 12px;}
}

/*-Map-*/
.map__wrap {
    display: block;
    position: relative;
    height: 425px;
    width: 100%;
    margin: 35px 0;
}

.map__container {
    display: block;
    position: relative;
    height: 100%;
}

.map__info-block {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 195px;
    height: 195px;
    padding: 15px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
    box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
    z-index: 5;
}

.tab__content-wrap .tab__item {
    display: none;
}

.tab__content-wrap .tab__item.active {
    display: block;
}

.placemark__wrap {
    display: block;
    position: absolute;
    height: 35px;
    width: auto;
    /*    padding: 10px 5px;
        border-radius: 2px;
        background-color: rgba(255, 255, 255, .6);
        -webkit-box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
        -moz-box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
        box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);*/
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.placemark__wrap .ico1 {
    width: 26px;
}

.placemark__wrap .ico2 {
    width: 36px;
}

.placemark__wrap .ico3 {
    width: 44px;
}

.placemark__wrap .placemark__ico-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 35px;
    width: 26px;
}

.placemark__wrap .placemark__ico-wrap:not(:first-child) {
    margin-left: -18px;
}

/*.placemark__wrap:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -7.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: rgba(255, 255, 255, .6) transparent transparent transparent;
}*/
.placemark__wrap .placemark__ico {
    position: absolute;
    top: -50%;
    left: -50%;
    margin-top: 5px;
    margin-left: -3px;
    pointer-events: none;
}

.placemark__wrap .placemark__ico:not(:last-child) {
    margin-bottom: 5px;
}

.over-y-scroll {
    overflow: hidden;
    overflow-y: auto;
}

/*-Zoom-*/
/*-map_zoom-*/
.btn_map-decr,
.btn_map-incr {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: -1px;
    opacity: .95;
    z-index: 6;
}

.btn_map-decr:before,
.btn_map-incr:before {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 30px;
    line-height: 1;
    color: #d8d8d8;
    text-align: center;
    z-index: -1;
    pointer-events: none;
}

.btn_map-decr:before {
    content: "-";
    font-size: 50px;
    line-height: 22px;
    font-weight: 300;
}

.btn_map-incr:before {
    content: "+";
    font-size: 30px;
    line-height: 24px;
    font-weight: 300;
}

.btn_map-decr:hover,
.btn_map-incr:hover {
    opacity: 1;
}

.btn_map-decr:focus,
.btn_map-incr:focus {
    outline: none;
}

.map__baloon-wrap {
    position: relative;
    font-family: "PT Sans", sans-serif;
}

.map__baloon-h {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    margin-bottom: 10px;
}

.map__baloon-restaurants {
    font-size: 0;
    line-height: 11px;
    color: #444;
    margin-bottom: 20px;
}

.map__baloon-restaurants img {
    float: left;
    height: 15px;
    margin-right: 5px;
}

.map__baloon-restaurants span {
    float: right;
    font-size: 10px;
}

.input_address_form_group {
    position: relative;
    margin-bottom: 40px;
    z-index: 999;
}

.input_address_form_group .error_hidden {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    font-size: 12px;
    color: #f73a27;
}

.input_address_form_group.has-error {
    margin-bottom: 20px;
}

.input_address_form_group.has-error .error_hidden {
    display: block;
}

.hg-autocomplete {
    background: #fff;
    border: 1px solid #cecece;
}

.hg-autocomplete .ui-state-focus,
.hg-autocomplete .ui-state-active {
    margin: 0;
    background: #ffebd4;
}

.hg-autocomplete .ui-menu-item {
    /* padding: 5px 0 5px 10px;*/
    list-style-image: none;
}

.input_address_form_group .map-get-loc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    z-index: 999;
}

.input_address_form_group .map-get-loc:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    height: 20px;
    width: 20px;
    background-image: url("/i/sprite.png");
    background-position: -161px -67px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    cursor: pointer;
}

.input_address_form_group .map-get-loc:hover:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.map-clear-loc {
    display: block;
    position: absolute;
    top: 14px;
    right: 5px;
    height: 16px;
    width: 16px;
    color: #000;
    cursor: pointer;
    transition: all .35s;
    z-index: 999;
    /*
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    -moz-transition: -moz-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;*/
}
.map-clear-loc:hover{
    color: #F07B00;
}

/*
.map-clear-loc:before,
.map-clear-loc:after {
    content: "";
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: #cecece;
    -webkit-transition: background-color .35s ease-in-out;
    -moz-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
}

.map-clear-loc:before {
    top: 0;
    left: 5px;
    height: 12px;
    width: 2px;
}

.map-clear-loc:after {
    top: 5px;
    left: 0;
    height: 2px;
    width: 12px;
}

.map-clear-loc:hover:before,
.map-clear-loc:hover:after {
    background-color: #ff8612;
}*/

/*-Ico-*/
.ico {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-image: url("/i/sprite.png");
    background-repeat: no-repeat;
}
.ico.ico--svg{
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    background: none;
}

.ico.ico-cart {
    height: 22px;
    width: 24px;
    background-position: -51px -17px;
}

.btn-card:hover .ico-cart,
.btn-card-sub:hover .ico-cart,
.btn-card:active .ico-cart,
.btn-card-sub:active .ico-cart,
.btn-card:focus .ico-cart,
.btn-card-sub:focus .ico-cart {
    background-position: -51px -42px;
}

.ico.ico-plus {
    height: 11px;
    width: 11px;
    background-position: -113px 0;
}

.ico.ico-minus {
    height: 11px;
    width: 11px;
    background-position: -113px 0;
}

.ico.ico-check {
    height: 17px;
    width: 18px;
    background-position: -140px -67px;
}

.ico--social {
    height: 24px;
    width: 24px;
    background: #333;
}

.ico--social:not(:last-child) {
    margin-right: 5px;
}

.ico--social:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url("/i/sprite.png");
    z-index: 6;
}

.ico--vk:before {
    height: 12px;
    width: 21px;
    margin-top: -6px;
    margin-left: -10px;
    background-position: 0 -160px;
}

.ico--fb:before {
    height: 20px;
    width: 10px;
    margin-top: -10px;
    margin-left: -5px;
    background-position: -23px -160px;
}

.ico--inst:before {
    height: 18px;
    width: 18px;
    margin-top: -9px;
    margin-left: -9px;
    background-position: -51px -160px;
}

/*-HELPERS-*/
.container.row15 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row.row15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row.row15 > .col-xs-1, .row.row15 > .col-sm-1, .row.row15 > .col-md-1, .row.row15 > .col-lg-1,
.row.row15 > .col-xs-2, .row.row15 > .col-sm-2, .row.row15 > .col-md-2, .row.row15 > .col-lg-2,
.row.row15 > .col-xs-3, .row.row15 > .col-sm-3, .row.row15 > .col-md-3, .row.row15 > .col-lg-3,
.row.row15 > .col-xs-4, .row.row15 > .col-sm-4, .row.row15 > .col-md-4, .row.row15 > .col-lg-4,
.row.row15 > .col-xs-5, .row.row15 > .col-sm-5, .row.row15 > .col-md-5, .row.row15 > .col-lg-5,
.row.row15 > .col-xs-6, .row.row15 > .col-sm-6, .row.row15 > .col-md-6, .row.row15 > .col-lg-6,
.row.row15 > .col-xs-7, .row.row15 > .col-sm-7, .row.row15 > .col-md-7, .row.row15 > .col-lg-7,
.row.row15 > .col-xs-8, .row.row15 > .col-sm-8, .row.row15 > .col-md-8, .row.row15 > .col-lg-8,
.row.row15 > .col-xs-9, .row.row15 > .col-sm-9, .row.row15 > .col-md-9, .row.row15 > .col-lg-9,
.row.row15 > .col-xs-10, .row.row15 > .col-sm-10, .row.row15 > .col-md-10,
.row.row15 > .col-lg-10, .row.row15 > .col-xs-11, .row.row15 > .col-sm-11,
.row.row15 > .col-md-11, .row.row15 > .col-lg-11, .row.row15 > .col-xs-12,
.row.row15 > .col-sm-12, .row.row15 > .col-md-12, .row.row15 > .col-lg-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.container.row10 {
    padding-left: 5px;
    padding-right: 5px;
}

.row.row10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.row10 > .col-xs-1, .row.row10 > .col-sm-1, .row.row10 > .col-md-1, .row.row10 > .col-lg-1,
.row.row10 > .col-xs-2, .row.row10 > .col-sm-2, .row.row10 > .col-md-2, .row.row10 > .col-lg-2,
.row.row10 > .col-xs-3, .row.row10 > .col-sm-3, .row.row10 > .col-md-3, .row.row10 > .col-lg-3,
.row.row10 > .col-xs-4, .row.row10 > .col-sm-4, .row.row10 > .col-md-4, .row.row10 > .col-lg-4,
.row.row10 > .col-xs-5, .row.row10 > .col-sm-5, .row.row10 > .col-md-5, .row.row10 > .col-lg-5,
.row.row10 > .col-xs-6, .row.row10 > .col-sm-6, .row.row10 > .col-md-6, .row.row10 > .col-lg-6,
.row.row10 > .col-xs-7, .row.row10 > .col-sm-7, .row.row10 > .col-md-7, .row.row10 > .col-lg-7,
.row.row10 > .col-xs-8, .row.row10 > .col-sm-8, .row.row10 > .col-md-8, .row.row10 > .col-lg-8,
.row.row10 > .col-xs-9, .row.row10 > .col-sm-9, .row.row10 > .col-md-9, .row.row10 > .col-lg-9,
.row.row10 > .col-xs-10, .row.row10 > .col-sm-10, .row.row10 > .col-md-10,
.row.row10 > .col-lg-10, .row.row10 > .col-xs-11, .row.row10 > .col-sm-11,
.row.row10 > .col-md-11, .row.row10 > .col-lg-11, .row.row10 > .col-xs-12,
.row.row10 > .col-sm-12, .row.row10 > .col-md-12, .row.row10 > .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.container.row7 {
    padding-left: 3.5px;
    padding-right: 3.5px;
}

.row.row7 {
    margin-left: -3.5px;
    margin-right: -3.5px;
}

.row.row7 > .col-xs-1, .row.row7 > .col-sm-1, .row.row7 > .col-md-1, .row.row7 > .col-lg-1,
.row.row7 > .col-xs-2, .row.row7 > .col-sm-2, .row.row7 > .col-md-2, .row.row7 > .col-lg-2,
.row.row7 > .col-xs-3, .row.row7 > .col-sm-3, .row.row7 > .col-md-3, .row.row7 > .col-lg-3,
.row.row7 > .col-xs-4, .row.row7 > .col-sm-4, .row.row7 > .col-md-4, .row.row7 > .col-lg-4,
.row.row7 > .col-xs-5, .row.row7 > .col-sm-5, .row.row7 > .col-md-5, .row.row7 > .col-lg-5,
.row.row7 > .col-xs-6, .row.row7 > .col-sm-6, .row.row7 > .col-md-6, .row.row7 > .col-lg-6,
.row.row7 > .col-xs-7, .row.row7 > .col-sm-7, .row.row7 > .col-md-7, .row.row7 > .col-lg-7,
.row.row7 > .col-xs-8, .row.row7 > .col-sm-8, .row.row7 > .col-md-8, .row.row7 > .col-lg-8,
.row.row7 > .col-xs-9, .row.row7 > .col-sm-9, .row.row7 > .col-md-9, .row.row7 > .col-lg-9,
.row.row7 > .col-xs-10, .row.row7 > .col-sm-10, .row.row7 > .col-md-10,
.row.row7 > .col-lg-10, .row.row7 > .col-xs-11, .row.row7 > .col-sm-11,
.row.row7 > .col-md-11, .row.row7 > .col-lg-11, .row.row7 > .col-xs-12,
.row.row7 > .col-sm-12, .row.row7 > .col-md-12, .row.row7 > .col-lg-12 {
    padding-left: 3.5px;
    padding-right: 3.5px;
}

.text-justify {
    -ms-text-justify: distribute;
    line-height: 1;
}

.text-justify:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 100%;
    zoom: 1;
}

.divider {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    margin: 20px 0;
}

.divider--dash {
    border-bottom: 1px dashed #d4d4d4;
}

.divider--big {
    border-bottom: 6px solid #d4d4d4;
    margin-bottom: 0;
}

/*-BG-*/
.bg-gray {
    background-color: #f9f9f9;
}

/*-Text-*/
.b {
    font-weight: 600;
}

/*-Margin/Padding-*/
.f0{font-size: 0;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f24{font-size: 24px;}
.f30{font-size: 30px;}

.mt0{margin-top: 0;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}

.mb0{margin-bottom: 0;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb55{margin-bottom: 55px;}

.ml0{margin-left: 0;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}

.nom{margin: 0;}
.no_mb{margin-bottom: 0;}
.moc{margin: 0 auto;}

.nop{padding: 0;}
.no_pr{padding-right: 0;}
.no_pl{padding-left: 0;}
.no_pt{padding-top: 0;}
.no_pb{padding-bottom: 0;}

.h100{height: 100%;}
.w100{width: 100%;}
.w125{width: 125px;}
.w85{width: 85px;}
.w70{width: 70px;}
.w100px {width: 100px;}

/*-Animations-*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.smallCartAdd {
    animation-name: pulse;
    animation-duration: .75s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale3d(1, 1, 1);
    }
    50% {
        -moz-transform: scale3d(1.5, 1.5, 1.5);
    }
    100% {
        -moz-transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.5, 1.5, 1.5);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.loader_type1,
.loader_type1:before,
.loader_type1:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: loadtype1 1s infinite ease-in-out;
    animation: loadtype1 1s infinite ease-in-out;
}

.loader_type1 {
    color: #f79627;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader_type1:before,
.loader_type1:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader_type1:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader_type1:after {
    left: 3.5em;
}

@-webkit-keyframes loadtype1 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes loadtype1 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.promo-loader .loader_type1 {
    top: 50%;
    margin-top: -40px;
}

/*--Spinner--*/
.spinner {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    border: 3px solid transparent;
    border-top-width: 0;
    border-radius: 50%;
    -webkit-transition: border .25s linear;
    -moz-transition: border .25s linear;
    transition: border .25s linear;
}
.catalog-content__wrap .spinner{
    display: inline-block;
}

.spinner > div {
    width: 120px;
    height: 120px;
    border: 3px solid #f89627;
    border-top-width: 0;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: opacity .35s linear;
    -moz-transition: opacity .35s linear;
    transition: opacity .35s linear;
    animation: rotation .75s infinite linear;
    -webkit-animation: rotation .75s infinite linear;
    -moz-animation: rotation .75s infinite linear;
}

.spinner:before,
.spinner:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    background: #f89627;
    opacity: 0;
    transition: opacity .8s ease-in-out;
}

.spinner:before {
    width: 25px;
    margin-left: -22px;
    margin-top: 7px;
    transform: rotate(45deg);
}

.spinner:after {
    width: 45px;
    margin-left: -10px;
    transform: rotate(-45deg);
}

/*-Aniamtion fadeIn-*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*-Animation_rotation-*/
@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotation {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*-Animation_special-*/
@keyframes cartSpecial {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.promo-loader.done .spinner {
    border: 3px solid #f89627;
    animation: fadeIn .5s 1 linear;
    -webkit-animation: fadeIn .5s 1 linear;
    -moz-animation: fadeIn .5s 1 linear;
}

.promo-loader.done .spinner > div {
    border-color: transparent;
}

/*-Animation bounceIn-*/
@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
    }
}

@-moz-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -moz-transform: scale3d(.3, .3, .3);
    }
    20% {
        -moz-transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -moz-transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -moz-transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -moz-transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -moz-transform: scaleX(1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

.promo-loader.done .spinner:before,
.promo-loader.done .spinner:after {
    opacity: 1;
}

.order {
    margin-top: 18px;
}

.order .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
    color: #ff7c17;
}

.order .status {
    font-size: 18px;
    font-weight: 700;
    color: #ff7c17;
    margin-bottom: 16px;
}

.order .section-name {
    font-size: 17px;
    font-weight: 700;
}

.order .param {
    margin: 14px 0;
}

.order .param-name {
    font-weight: 700;
    font-style: italic;
    padding-right: 10px;
}

.order .param-value {
    color: #858585;
}

.order .tt_sum {
    margin-top: 42px;
    font-size: 28px;
    color: #ff7c17;
}

.order .tt_sum span {
    font-size: 22px;
    color: #444
}

.order .products-table {
    max-width: 790px;
    width: 100%;
    margin-top: 14px;
}

.order .products-table tr th:first-child {
    text-align: left;
}

.order .products-table tr th {
    text-align: right;
}

.order .products-table tr td:first-child {
    text-align: left;
}

.order .products-table td {
    border-bottom: 1px solid;
    height: 26px;
    border-color: #858585;
    text-align: right;
}

.order .products-table td:nth-child(2) {
    padding-right: 22px;
}

.order .products-table tr:last-child td {
    border: none;
}

.order .products-table thead tr {
    border-bottom: 2px solid #ff7c17;
}

.order .section {
    margin-bottom: 28px;
}

.order .status-bar {
    margin: 10px auto 15px;
    max-width: 480px;
    text-align: center;
    font-size: 0;
}

.order .status-bar .step {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.order .status-bar.w4 .step {
    width: 22%;
}

.order .status-bar.w4 .step + .step {
    margin-left: 3%;
}

.order .status-bar.w2 .step {
    width: 47%;
}

.order .status-bar.w2 .step + .step {
    margin-left: 3%;
}

.order .status-bar.w3 .step {
    width: 30%;
}

.order .status-bar.w3 .step + .step {
    margin-left: 3%;
}

.order .status-bar.w3 .step + .step + .step {
    margin-left: 3%;
}

.order .status-bar .bar {
    position: relative;
    display: block;
    height: 15px;
    background-color: #000;
}

.order .status-bar .active {
    color: #b01f26;
}

.order .status-bar .active .bar {
    background: url('/i/order/tgif-status-bg.png');
}

.order .status-bar .bar:before {
    position: absolute;
    top: 0;
    left: -7px;
    width: 8px;
    height: 15px;
    background: url('/i/order/tgifridays-sprite.png') 0 0 no-repeat;
    content: '';
}

.order .status-bar .active .bar:before {
    background-position: -8px -15px;
}

.order .status-bar .bar:after {
    position: absolute;
    top: 0;
    right: -8px;
    width: 8px;
    height: 15px;
    background: url('/i/order/tgifridays-sprite.png') -16px -30px no-repeat;
    content: '';
}

.order .status-bar .active .bar:after {
    background-position: -24px -45px;
}

.order .status-bar .step:first-child .bar:before {
    display: none;
}

.order .status-bar .step:last-child .bar:after {
    display: none;
}

/*fonts*/

@font-face {
    font-family: "Roboto";
    src: url("/fonts/RobotoRegular/RobotoRegular.eot");
    src: url("/fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/RobotoLight/RobotoLight.eot");
    src: url("/fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("/fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/RobotoMedium/RobotoMedium.eot");
    src: url("/fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("/fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/RobotoBold/RobotoBold.eot");
    src: url("/fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("/fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "PT Sans";
    src: url("/fonts/PTSansRegular/PTSansRegular.eot");
    src: url("/fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
    url("/fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "PT Sans";
    src: url("/fonts/PTSansItalic/PTSansItalic.eot");
    src: url("/fonts/PTSansItalic/PTSansItalic.eot?#iefix")format("embedded-opentype"),
    url("/fonts/PTSansItalic/PTSansItalic.woff") format("woff"),
    url("/fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "PT Sans";
    src: url("/fonts/PTSansBold/PTSansBold.eot");
    src: url("/fonts/PTSansBold/PTSansBold.eot?#iefix")format("embedded-opentype"),
    url("/fonts/PTSansBold/PTSansBold.woff") format("woff"),
    url("/fonts/PTSansBold/PTSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

.disabled_item {
    color: #979797 !important;
}

.disabled_item td {
    color: #979797 !important;
}
.grecaptcha-badge {
    display: none;
}

.map__baloon-restaurants img[src="/i/category/100000016.svg"] {
     width: 50px;
     height: 30px;
 }

.placemark__ico-wrap .placemark__ico[src="/i/category/100000016-marker.svg"] {
    width: 81px;
    height: 71px;
}

.map__baloon-restaurants img[src="/i/category/100000015.svg"] {
    width: 50px;
    height: 30px;
}

.placemark__ico-wrap .placemark__ico[src="/i/category/100000015-marker.svg"] {
    width: 81px;
    height: 71px;
}
/*New field in popup registration*/
.select2-selection.select2-selection--single.popup-field {
    height: 47px;
    border: 0;
    border-bottom: 1px solid #E9E9E9;
}
.select2-selection.select2-selection--single.popup-field .select2-selection__rendered {
    line-height: 25px;
    color: #a4a4a4;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2px;
}
.select2-container--default .select2-selection--single.popup-field .select2-selection__arrow {
    height: 47px;
}
.popup__main-content .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ffa941;
}
/*Popup time order*/
.popup-time-order {
    max-width: 320px;
    border-radius: 2px;
    padding: 35px;
}
/*Popup change order amount and composition */
.popup-change-order {
    max-width: 320px;
    border-radius: 2px;
    padding: 35px;
}
.h1-margin-top {
    margin-top: 0;
}
.h1-margin-bottom {
    margin-bottom: 0;
}
.h1-margin-all {
    margin: 0;
}
.content-main .content-catalog__wrap .catalog-content__wrap {
    overflow: hidden;
}
