/*-fonts-*/
@font-face {
    font-family: 'GothamPro';
    src: url('/fonts/gotham/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('/fonts/gotham/GothamPro.woff') format('woff'),
    url('/fonts/gotham/GothamPro.ttf')  format('truetype'),
    url('/fonts/gotham/GothamPro.svg#GothamPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamPro';
    src: url('/fonts/gotham/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/gotham/GothamPro-Light.woff') format('woff'),
    url('/fonts/gotham/GothamPro-Light.ttf')  format('truetype'),
    url('/fonts/gotham/GothamPro-Light.svg#GothamPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamPro';
    src: url('/fonts/gotham/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/gotham/GothamPro-Medium.woff') format('woff'),
    url('/fonts/gotham/GothamPro-Medium.ttf')  format('truetype'),
    url('/fonts/gotham/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamPro';
    src: url('/fonts/gotham/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/gotham/GothamPro-Bold.woff') format('woff'),
    url('/fonts/gotham/GothamPro-Bold.ttf')  format('truetype'),
    url('/fonts/gotham/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe/Circe-Regular.woff') format('woff'),
    url('/fonts/Circe/Circe-Regular.ttf')  format('truetype'),
    url('/fonts/Circe/Circe-Regular.svg#Circe-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe/Circe-Bold.woff') format('woff'),
    url('/fonts/Circe/Circe-Bold.ttf')  format('truetype'),
    url('/fonts/Circe/Circe-Bold.svg#Circe-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*---Helvetica---*/
@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/Helvetica/Helvetica-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Helvetica/Helvetica-Regular.otf')  format('opentype'),
    url('/fonts/Helvetica/Helvetica-Regular.woff') format('woff'),
    url('/fonts/Helvetica/Helvetica-Regular.ttf')  format('truetype'),
    url('/fonts/Helvetica/Helvetica-Regular.svg#Helvetica-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/Helvetica/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Helvetica/Helvetica-Bold.otf')  format('opentype'),
    url('/fonts/Helvetica/Helvetica-Bold.woff') format('woff'),
    url('/fonts/Helvetica/Helvetica-Bold.ttf')  format('truetype'),
    url('/fonts/Helvetica/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: /*"GothamPro",*/ 'Helvetica', Arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    color: #444;
    background: #E5E5E5;
}
body.card-popup-open{
    overflow: hidden;
    margin-right: 17px;
}
.fancybox-container{
    font-family: -apple-system, 'Helvetica', Arial ,sans-serif;
}

/*---Input fix---*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*-content-*/
.layout-main {
    position: relative;
    height: 100%;
}
.content-main {
    position: relative;
    min-height: calc(100% - 395px);
    /*background: #fff;*/
}
.content-main--inner {min-height: calc(100% - 395px);}

.container__main{
    background: #fff;
}

.page--inner {
/*    background: #fff;
    background-image: linear-gradient(to top, #f6f0ea, #f6f0ea);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 50% 100%;*/
}


/*-Forms-*/
.form-message{
    position: relative;
    font-family: /*"GothamPro",*/ 'Helvetica', Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .2px;
    color: #363636;
    padding: 0 35px;
    margin: 0 -35px 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.form-message.active{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.form-message[data-message-type="error"]{
    color: #e53f3f;
    background-color: #ffe2e2;
}
.form-message[data-message-type="notice"]{background-color: #ffe9c5;}
.form-message[data-message-type="success"]{background-color: #c2e3c3;}

.form-input-error{
    position: relative;
    font-family: /*"GothamPro",*/ 'Helvetica', Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: .2px;
    color: #e82828;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.form-input-error.active{
    margin-top: 5px;
    margin-bottom: 5px;
}


/*-Header-*/
.header-main {
    padding: 30px 0 40px;
    background-color: #262626;
}
.header-main__top {
    position: relative;
    height: 50px;
    width: 100%;
    padding-top: 17px;
    background: #fff;
}

/*-Header location-*/
.location-wrap {
    position: relative;
}

.header-location {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 15px;
    /*line-height: 18px;*/
    color: #fff;
    padding-right: 24px;
}
.header-location:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 24px;
    background-image: url("/i/arr.svg");
    background-position: center;
}

/*-Header menu-*/
.header-menu__list {font-size: 0; text-align: right}
.header-menu__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.header-menu__item:not(:last-child){
    margin-right: 25px;
}
.header-menu__link {
    font-size: 14px;
    color: #fff;
}
.header-menu__link:hover,
.header-menu__link:active,
.header-menu__link.active {
    color: #ff8612;
}

/*-Header points-*/
.header-points__wrap {
    font-size: 0;
    display: flex;
    justify-content: flex-end;
}
/*.header-points__item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.header-points__h {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.header-points__num {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ff8d07;
    text-align: center;
    padding: 10px 15px;
    border-radius: 16px;
    background: #353535;
    margin-left: 10px;
}*/

/*-Header login-*/
.header-auth {
    text-align: right;
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
    /*flex-wrap: wrap;*/
}
.header-auth__text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #444;
}
.header-auth__link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 18px;
    height: 40px;
}
.header-auth__link:hover,
.header-auth__link:focus {
    outline: none;
    color: #fff;
}
/*.header-auth__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 17px;
    background-image: url("/i/hg_sprite.svg");
    background-position: 0 -30px;
}*/
.header-auth--logout {padding-right: 0;}
.header-auth--logout:before {display: none;}
.header-logout {
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    width: 14px;
    background-image: url("/i/hg_sprite.svg");
    background-position: -20px -30px;
}

/*-Header phone-*/
.header-phone__link {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 8px;
}
.header-phone--free .header-phone__link {margin-top: 0;}
.header-phone__sub {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
}
.header-main__logo{
    display: block;
    position: relative;
    width: 170px;
}

/*-Header cart-*/
/*.header-cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: right;
    padding-left: 35px;
    margin-top: 4.5px;
    white-space: nowrap;
}
.header-cart:hover,
.header-cart:focus,
.header-cart:active {
    color: #fff;
    outline: none;
}
.header-cart:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 19px;
    background-image: url("/i/hg_sprite.svg");
    background-position: -50px 0;
}*/
.header-cart__block {
    display: inline-block;
    /*vertical-align: middle;*/
    /*line-height: 23px;*/
}
.header-cart__count {
    /*width: 18px;*/
    /*height: 18px;*/
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    padding: 2px 5px;
    background: #F07B00;
    border-radius: 120px;
    margin-right: 5px;
    color: #fff;
}

.header-main__bot {
    position: relative;
    height: 70px;
    width: 100%;
    padding: 19px 0;
    background: #262626;
    overflow: hidden;
}


/*-Crumbs-*/
.crumbs-wrap {
    min-height: 40px;
    background: #fff;
}
.crumbs-list {
    font-size: 0;
    padding: 13px 0;
}
.crumbs-list__item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #a4a4a4;
}
.crumbs-list__item:not(:last-child) {margin-right: 20px;}

.crumbs-list__item:not(:last-child):before {
    content: ">";
    position: absolute;
    top: 0;
    right: -15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #a4a4a4;
}

.crumbs-list__item.active {color: #000;}

/*-Footer-*/
.footer-main {
    position: relative;
    min-height: 275px;
    width: 100%;
    padding: 50px 0 75px;
    background: #1b1b1b;
    font-family: "GothamPro";
}
.footer-nav__h {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #5e5e5e;
    margin-bottom: 20px;
}
.footer-nav__item {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
@media (max-width: 720px) {
    .footer-nav__item.text-right {
        text-align: left;
    }
}
.footer-nav__sub {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    opacity: .55;
}

/*-Slider-*/
.slider-main {
    position: relative;
    height: 345px;
    width: 100%;
    background: #fff;
}
.slider-main__link{display: block;}
.slider-main__img{width: 100%;}
.slider-main .slick-arrow {
    position: absolute;
    top: 50%;
    height: 36px;
    width: 36px;
    margin-top: -18px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
}

.slider-main .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 24px;
    width: 15px;
    margin-top: -12px;
    margin-left: -7.5px;
    background: url("/i/sprite.png") no-repeat;
    z-index: 6;
}
.slider-main .slick-prev {left: 10px;}
.slider-main .slick-prev:before {
    margin-left: -9px;
    background-position: -26px -67px;
}
.slider-main .slick-next {right: 10px;}
.slider-main .slick-next:before {
    margin-left: -6px;
    background-position: -43px -67px;
}

/*-Banner-*/
.banner-main {
    display: block;
    position: relative;
    /*max-height: 280px;*/
    margin: 50px 0;
}
.banner-main img {margin: 0 auto;}


/*-Address input-*/
.address-block {
    position: relative;
    min-height: 140px;
    padding: 25px 0;
    background: #262626;
}

.address-block__h {margin-bottom: 20px;}
.address-type__h {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.address-type__sub {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-left: 40px;
}
.address-sub__item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    /*font-weight: 600;*/
    color: #fff;
    padding-left: 30px;
    margin-right: 30px;
}
.address-sub__item:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    height: 23px;
    width: 23px;
    background-image: url("/i/hg_sprite.svg");
}
.address-sub--time:before {background-position: -25px 0;}
.address-sub--price:before {background-position: 0 0;}

.form-control--new {
    position: relative;
    line-height: 1;
    height: 40px;
    padding: 0 25px 0 10px;
    border: 0;
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
}

.form-control--new:focus {
    box-shadow: none;
}

.suggest-error {
    /*box-shadow: 0 0 15px 3px rgb(219, 59, 59);*/
    -webkit-box-shadow: inset 0 0 8px 1px #bc3b3b;
    -moz-box-shadow: inset 0 0 8px 1px #bc3b3b;
    box-shadow: inset 0 0 8px 1px #bc3b3b;
}
.error-popover {
    position: absolute;
    top: 58px;
    left: 15px;
    max-width: calc(100% - 30px);
    border-radius: 5px;
    padding: 14px 20px;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .5);
    background-color: rgba(223, 92, 92, .95);
    border: solid 1px rgba(185, 52, 52, .53);
    z-index: 5;
}
.error-popover:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 65px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #df5c5c transparent;
}
.error-hidden {
    font-size: 14px;
    color: #fff;
}

.btn-new {
    /*height: 45px;*/
    font-size: 14px;
    font-weight: 500;
    color: #414141;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e1e1e1 95%, #9c9c9c 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #e1e1e1 95%, #9c9c9c 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #e1e1e1 95%, #9c9c9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#9c9c9c',GradientType=0 );
    border-radius: 8px;
    border: 0;
}
.btn-new--sm {
    height: 30px;
    line-height: 17px;
}
.btn-new--lg {height: 40px;}
.btn-new--submit {
    margin-left: 15px;
}

.btn-new:hover,
.btn-new:focus,
.btn-new:active,
.btn-new.active {
    color: #fff;
    background: #ff9300;
    background: -moz-linear-gradient(top, #ff9300 0%, #ff7c18 95%, #a14f11 100%);
    background: -webkit-linear-gradient(top, #ff9300 0%, #ff7c18 95%, #a14f11 100%);
    background: linear-gradient(to bottom, #ff9300 0%, #ff7c18 95%, #a14f11 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9300', endColorstr='#a14f11',GradientType=0 );
}

.btn-new--orange {
    color: #fff;
    background: #F07B00;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9300', endColorstr='#a14f11',GradientType=0 );
}
.btn-new--orange:hover,
.btn-new--orange:focus,
.btn-new--orange:active,
.btn-new--orange.active {
    background: #ff7c18;
    /*background: -moz-linear-gradient(top, #ff7c18 0%, #ff9300 95%, #a14f11 100%);*/
    /*background: -webkit-linear-gradient(top, #ff7c18 0%, #ff9300 95%, #a14f11 100%);*/
    /*background: linear-gradient(to bottom, #ff7c18 0%, #ff9300 95%, #a14f11 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c18', endColorstr='#a14f11',GradientType=0 );
}
.btn-new--orange.order--disabled,
.btn-new--orange.order--disabled:hover,
.btn-new--orange.order--disabled:active,
.btn-new--orange.order--disabled:focus {
    color: #414141;
    background: #fcfcfc;
    /*background: -moz-linear-gradient(top, #fcfcfc 0%, #e1e1e1 95%, #9c9c9c 100%);*/
    /*background: -webkit-linear-gradient(top, #fcfcfc 0%, #e1e1e1 95%, #9c9c9c 100%);*/
    /*background: linear-gradient(to bottom, #fcfcfc 0%, #e1e1e1 95%, #9c9c9c 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#9c9c9c',GradientType=0 );*/
    box-shadow: none;
    opacity: .8;
}

.btn-group--nob {border: 0;}
.btn-new--location {
    width: 45px;
    background: #fff;
}
.btn-new--location:hover,
.btn-new--location:focus,
.btn-new--location:active {
    background: #fff;
}

.btn-new--location:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 24px;
    width: 24px;
    transform: translate(-50%, -50%);
    background-image: url("/i/location.svg");
}

.btn-new--clear {
    width: 45px;
    background: #fff;
}
.btn-new--clear:hover,
.btn-new--clear:focus,
.btn-new--clear:active {
    background: #fff;
}
.btn-new--clear:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 17px;
    width: 18px;
    margin-top: -8.5px;
    margin-left: -9px;
    background-image: url("/i/new/sprite_icons.png");
    background-repeat: no-repeat;
    background-position: -74px 0;
}

.btn-tab,
.btn-tab--nohover:hover,
.btn-tab--nohover:focus,
.btn-tab--nohover:active {
    vertical-align: middle;
    height: 45px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    color: #414141;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e1e1e1 90%, #9c9c9c 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #e1e1e1 90%, #9c9c9c 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #e1e1e1 90%, #9c9c9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#9c9c9c',GradientType=0 );
    border-radius: 3px;
    border: 0;
}
.btn-tab:hover,
.btn-tab:focus,
.btn-tab:active,
.btn-tab--active {
    color: #fff;
    background: #ffa300;
    background: -moz-linear-gradient(top, #ffa300 0%, #ff7c18 95%, #a14f11 100%);
    background: -webkit-linear-gradient(top, #ffa300 0%, #ff7c18 95%, #a14f11 100%);
    background: linear-gradient(to bottom, #ffa300 0%, #ff7c18 95%, #a14f11 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa300', endColorstr='#a14f11',GradientType=0 );
    /*    -webkit-box-shadow: 0 4px 20px 0 #ff8115;
        -moz-box-shadow: 0 4px 20px 0 #ff8115;
        box-shadow: 0 4px 20px 0 #ff8115;*/
    z-index: 5;
}

/*-Address catalog-*/
.address-block--catalog {
    min-height: auto;
    background: transparent;
    padding: 0;
}
.catalog-address__wrap {
    position: relative;
    border-radius: 3px;
    background-color: #262626;
    padding: 10px 15px;
}


/*-Content block-*/
.content-header {padding: 30px 0 25px;}
.content-header__h {
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    color: #363636;
}

.content-header__sub {
    position: relative;
    font-size: 0;
    line-height: 25px;
    text-align: right;
}
.header-sub__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #323232;
}

.catalog-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #323232;
    padding-right: 25px;
}
.catalog-link:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    height: 19px;
    width: 19px;
    background-image: url("/i/new/sprite_icons.png");
    background-repeat: no-repeat;
    background-position: -36px 0;
}


/*-Brands filter-*/
.filter-brands__info {
    color: #959595;
    margin-right: 20px;
}
.filter-brands__list {font-size: 0;}
.brands-list__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
.brands-list__link {
    display: block;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    height: 70px;
    margin-bottom: 15px;
    /*box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);*/
    /*background-size: 130px;*/
    transition: all .35s;
    position: relative;
}

.brands-list__link:not(.active):hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.brands-list__link.disabled {
    box-shadow: none;
    /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);*/
}

.brands-list__link.disabled:hover {
    box-shadow: none;
    /* opacity: 1;
     box-shadow: none;
     box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);*/
}

/*вынести заполнение картинки и фона в админку*/

/*.brands-list__link--1 {
    background-image: url("/i/brands-main/brand-1.png");
    background-color: #E2AC63;
}

.brands-list__link--2 {
    background-image: url("/i/brands-main/brand-2.png");
    background-color: #C4C4C4;
}

.brands-list__link--100000009 {
    background-image: url("/i/brands/footer/100000009-hover.svg");
    background-color: #000;
}

.brands-list__link--100000010 {
    background-image: url("/i/brands-main/brand-3.png");
    background-color: #000000;
}

.brands-list__link--100000010 {
    background-image: url("/i/brands-main/brand-3.png");
    background-color: #000000;
}

.brands-list__link--100000013 {
    background-image: url("/i/category/catalog/catalog_100000013.svg");
    background-color: #97002E;
}

.brands-list__link--100000014 {
    background-image: url("/i/category/catalog/catalog_100000014.svg");
    background-size: 80%;
}*/

/*вынести заполнение картинки и фона в админку*/

.brands-list__link:not(.disabled) {cursor: pointer;}
.brands-list__link:hover,
.brands-list__link:active {
    color: #ff8612;
}
.brands-list__link.active {
    opacity: 1;
}

.brands-list__link.active::before {
    content: "";
    position: absolute;
    top: -8px;
    right: -5px;
    width: 22px;
    height: 22px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='31' viewBox='0 0 32 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1553 0.000976562C7.78093 0.000976562 0.991211 6.79069 0.991211 15.1651C0.991211 23.5394 7.78093 30.3291 16.1553 30.3291C24.5296 30.3291 31.3194 23.5394 31.3194 15.1651C31.3194 6.79069 24.5296 0.000976562 16.1553 0.000976562ZM24.6307 12.2675L15.0774 21.8208C14.8398 22.0584 14.5188 22.1911 14.184 22.1911C13.8491 22.1911 13.5268 22.0584 13.2905 21.8208L8.92708 17.4574C8.43298 16.9633 8.43298 16.1646 8.92708 15.6705C9.42117 15.1764 10.2198 15.1764 10.7139 15.6705L14.184 19.1406L22.8439 10.4806C23.338 9.98652 24.1366 9.98652 24.6307 10.4806C25.1248 10.9747 25.1248 11.7734 24.6307 12.2675H24.6307Z' fill='%2387BB24'/%3E%3C/svg%3E%0A");
    background-position: center;
    border-radius: 50%;
}
/*.brands-list__link.inactive {*/
/*    opacity: 0.3;*/
/*}*/
.brands-list__link.disabled {
    cursor: default;
}


/*-Categories-*/
.main-categories__list {
    position: relative;
    max-height: 475px;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}
.main-categories__list--all {max-height: 10000px;}

.categories-item__block {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.categories-item__img {
    display: block;
    position: relative;
    height: 190px;
    width: 100%;
    border-radius: 8px;
    background-color: #f4f4f4;
    background-position: center center;
    background-size: cover;
    border: solid 1px #d6d6d6;
}
.categories-item__h {
    position: relative;
    height: 45px;
    min-height: 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #323232;
    padding: 15px 0;
    overflow: hidden;
}
/*.categories-item__h--all {color: #ff8612;}*/

.btn-load__wrap {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.btn-load__wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    margin-top: -.5px;
    background: #d8d8d8;
    z-index: 4;
}
.btn-load__more {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #323232;
    padding: 0 20px 0 35px;
    background: #fff;
    cursor: pointer;
    z-index: 5;
}
.btn-load__more:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    height: 16px;
    width: 16px;
    background-image: url("/i/new/sprite_icons.png");
    background-repeat: no-repeat;
    background-position: -18px 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.btn-load__more:hover {color: #ff8612;}
.btn-load__more:hover:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*-Popular block-*/
.popular-block {
    position: relative;
    background-color: #f8f3ef;
    /*overflow: hidden;*/
}
/*.popular-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 14px 1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 14px 1px rgba(0, 0, 0, .5);
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, .5);
}*/

/*-Catalog-*/
.content-catalog__wrap {
    position: relative;
    /*padding-top: 40px;*/
    /*background: #f5f5f5;*/
}
.content-catalog__wrap--main{
    margin-top: 30px;
}

.catalog-address__h {color: #000;}

.catalog-list__wrap {
    position: relative;
    padding-bottom: 30px;
}

.catalog-item__wrap {
    position: relative;
    display: block;
    /*height: 390px;*/
    /*height: 355px;*/
    height: 350px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 5px;
}
.catalog-item__wrap .promo-loader{border-radius: 4px;}

.catalog-item__block {
    position: absolute;
    min-height: 100%;
    width: 100%;
    bottom: 0;
    /*padding: 15px 0 20px;*/
    padding: 18px 0 10px;
    /*    -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;*/
    z-index: 5;
    cursor: pointer;
}

.catalog-item__wrap.dop-active .catalog-item__block{padding: 8px 0 0;}
.catalog-item__wrap.dop-active .catalog-item__img {top: 10px;}

.catalog-item__block:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #dadada;
    -webkit-box-shadow: 0 5px 3px 0 rgba(229, 229, 229, .5);
    -moz-box-shadow: 0 5px 3px 0 rgba(229, 229, 229, .5);
    box-shadow: 0 5px 3px 0 rgba(229, 229, 229, .5);
/*    -webkit-transition: -webkit-transform .5s ease-out .35s, -webkit-box-shadow .5s ease-out .35s;
    -moz-transition: -moz-transform .5s ease-out .35s, -moz-box-shadow .5s ease-out .35s;
    transition: transform .5s ease-out .35s, box-shadow .5s ease-out .35s;*/
    z-index: -1;
}
/*.catalog-item__block:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 25px 0 rgba(68, 68, 68, .3);
    -moz-box-shadow: 0 10px 25px 0 rgba(68, 68, 68, .3);
    box-shadow: 0 10px 25px 0 rgba(68, 68, 68, .3);
}*/

.catalog-item__img {
    position: relative;
    height: 160px;
    width: 100%;
    background-position: center center;
    /*background-size: cover;*/
    background-size: contain;
    background-repeat: no-repeat;
}
.catalog-item__h,
h1.card-cat{
    display: block;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    /*margin: 5px 0;*/
    margin: 15px 0 5px;
    overflow: hidden;
}
.catalog-item__description {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #858585;
}
/*.catalog-item__description-text {
    display: block;
    height: 30px;
    overflow: hidden;
    -webkit-transition: height .75s ease-out;
    -moz-transition: height .75s ease-in-out;
    transition: height .75s ease-in-out;
}*/
.catalog-item__description-text--full {
    display: block;
    min-height: 30px;
    max-height: 30px;
    overflow: hidden;
/*    -webkit-transition: max-height .75s ease-in-out;
    -moz-transition: max-height .75s ease-in-out;
    transition: max-height .75s ease-in-out;*/
}

.catalog-item__info {
    position: relative;
    max-height: 0;
    font-size: 0;
    overflow: hidden;
/*    -webkit-transition: max-height .75s ease-in-out;
    -moz-transition: max-height .75s ease-in-out;
    transition: max-height .75s ease-in-out;*/
}
.catalog-item__info span {
    display: inline-block;
    vertical-align: middle;
    font-family: "Circe", 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #939393;
    line-height: 1;
    padding-top: 10px;
}
.catalog-item__info span:not(:last-child) {padding-right: 10px;}
.catalog-item__count {
    position: relative;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece;
}

/*
.catalog-item__wrap:not(.dop-active--show):hover {z-index: 6;}
.catalog-item__wrap:not(.dop-active--show):hover .card__item-types {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
    -webkit-transition: -webkit-transform .35s ease-in;
    -moz-transition: -moz-transform .35s ease-in;
    transition: transform .35s ease-in;
}
.catalog-item__wrap:not(.dop-active--show):hover .catalog-item__block:before {
    transform-origin: bottom;
    transform: scaleX(1.095);
    transition: transform .35s ease-in, box-shadow .5s ease-in;
    box-shadow: 0 0 10px 5px rgba(204, 204, 204, 0.35);
}

.catalog-item__wrap:not(.dop-active--show):hover .catalog-item__info,
.catalog-item__wrap:not(.dop-active--show):focus .catalog-item__info {
    max-height: 200px;
}
.catalog-item__wrap:not(.dop-active--show):hover .catalog-item__description-text--full,
.catalog-item__wrap:not(.dop-active--show):focus .catalog-item__description-text--full {
    max-height: 300px;
}
*/

/* Click instead of the hover */
.catalog-item__wrap.active {z-index: 6;}
.catalog-item__wrap.active .card__item-types {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
/*    -webkit-transition: -webkit-transform .35s ease-in;
    -moz-transition: -moz-transform .35s ease-in;
    transition: transform .35s ease-in;*/
}
.catalog-item__wrap.active .catalog-item__block{padding-top: 30px;}
.catalog-item__wrap.active .catalog-item__block:before {
    transform-origin: bottom;
    transform: scaleX(1.085);
/*    transition: transform .35s ease-in, box-shadow .5s ease-in;*/
    box-shadow: 0 0 10px 5px rgba(204, 204, 204, .35);
}
.catalog-item__wrap.active .catalog-item__info {
    max-height: 200px;
}
.catalog-item__wrap.active .catalog-item__description-text--full {
    max-height: 300px;
}

@media (max-width: 767px) {
    .dop-active--show .elem-catalog-popup__controls{
        /*display: none;*/
    }
    .card-popup .dop-active--show .card__item-dop.active {
        height: calc(100% + 80px);
        bottom: -80px;
    }
}


/*-Catalog loader-*/
.catalog-loader {
    position: relative;
    height: 150px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.catalog-loader .spinner {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
}


/*-Catalog item options-*/
.catalog-order__options {
    position: relative;
    font-size: 0;
}
.option-input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 27px;
    width: 49px;
}
.option-input:first-child {margin-right: 4px;}
.option-input__radio {
    position: absolute;
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
}
.option-input__label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 12px;
    line-height: 25px;
    font-weight: 600;
    color: #646464;
    text-align: center;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    z-index: 5;
    cursor: pointer;
}
.option-input__radio:checked+.option-input__label {
    color: #fff;
    background-image: linear-gradient(to bottom, #ffa528, #ff923f);
    border-color: #ffa35b;
}

/*-Catalog item fake-*/
.catalog-item__fake {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #dadada;
    padding: 15px 0;
    z-index: 6;
}
/*.catalog-item__wrap:hover .catalog-item__block .card__item-types {left: 0;}
.catalog-item__wrap:hover .catalog-item__fake {
    display: block;
}*/
.catalog-item__dop {
    display: none;
    /*    position: absolute;
        bottom: -15px;
        left: 15px;*/
}
.catalog-item__dop--link {
    font-size: 12px;
    color: #ff8612;
    border-bottom: 1px dashed #ff8612;
    cursor: pointer;
}

.dop-active .catalog-item__order{bottom: 5px;}
.dop-active .catalog-item__dop{
    position: absolute;
    display: block;
    /*bottom: 2px;*/
    z-index: 6;
}

/*-Catalog item counter-*/
/*-Plus/minus-*/
.input-group__ctr {
    position: relative;
    width: 80px;
    height: 27px;
    text-align: center;
}
.input-group__num {
    text-align: center;
    height: 27px;
    font-family: "Circe", 'Helvetica', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #4d4d4d;
    padding: 0;
    background: #fff;
    border: 1px solid #d8d8d8;
}
.input-group__num[readonly] {background: #fff;}
.input-group__addon {
    position: relative;
    width: 25px;
    padding: 0;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5e5e5',GradientType=0 );
    border-color: #d8d8d8;
    cursor: pointer;
}
.input-group__addon:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}.input-group__addon:last-child {
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px;
 }
.input-group__addon:before,
.input-group__addon:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    background-color: #c6c6c6;
}
.input-group__addon:hover:before,
.input-group__addon:hover:after {
    background-color: #e58517;
}
.input-group__addon:before {
    height: 2px;
    width: 10px;
    margin-top: -1px;
    margin-left: -5px;
}
.input-group__addon.addon--plus:after {
    height: 10px;
    width: 2px;
    margin-top: -5px;
    margin-left: -1px;
}


.catalog-item__order {
    position: relative;
    margin-top: 20px;
}
.catalog-item__price {
    font-family: "Circe", 'Helvetica', Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #4d4d4d;
}




/*-Catalog card popup-*/
.card-popup__link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.popup-card__wrap .fancybox-bg {
    background: #000;
    opacity: .39;
}
.popup-card {
    /* vertical-align: middle; */
    height: auto;
    /* max-height: calc(100% - 85px); */
    width: 100%;
    max-width: calc(100% - 30px);
    padding: 35px 0 0 0;
    margin: 0;
    background: transparent;
}
.popup-card__close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    width: 110px;
    height: 28px;
    border-radius: 3px;
    background-color: #0c0c0c;
    padding-left: 15px;
    margin: 0 auto;
}
.popup-card__close:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    height: 12px;
    width: 15px;
    margin-top: -6px;
    background: url("/i/card_popup_close.png") no-repeat;
}
.popup-card__content {
    height: 100%;
}
.catalog-item-popup__wrap {
    position: relative;
    display: block;
    height: 450px;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
}
.catalog-item-popup__block {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #dadada;
    -webkit-box-shadow: 0 2px 10px 0 rgba(27, 27, 27, .5);
    -moz-box-shadow: 0 2px 10px 0 rgba(27, 27, 27, .5);
    box-shadow: 0 2px 10px 0 rgba(27, 27, 27, .5);
}

.catalog-item__img--popup {
    margin: 30px 0 15px;
}

.card-item__h {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    margin: 5px 0;
    overflow: hidden;
}
.card-item__info {
    font-size: 0;
}
.card-info__block {
    display: inline-block;
    vertical-align: middle;
    font-family: "Circe", 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #939393;
    line-height: 1;
    padding-top: 10px;
}
.card-info__block:not(:last-child) {
    padding-right: 10px;
}

.card-info__scroll {
    position: relative;
    max-height: 80px;
    overflow: hidden;
    overflow-y: auto;
}
.card-item__description {
    display: block;
    font-size: 14px;
    line-height: 15px;
    color: #858585;
}

.card-item__controls {
    position: absolute;
    width: 100%;
    bottom: 20px;
}


/*-Brands block-*/
.brands-block {
    position: relative;
    height: 70px;
    width: 100%;
    /*background: url("/i/new/brands_bg.jpg") no-repeat center center/cover;*/
    background: #E9E9E9;
}
.brands-block__h {
    font-size: 16px;
    line-height: 70px;
    color: #fff;
}
.brand-list__item {
    line-height: 70px;
}
.brands-block__list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.brands-block__item{
    text-align: center;
    -webkit-transition: background .35s ease-in-out;
    -moz-transition: background .35s ease-in-out;
    transition: background .35s ease-in-out;
    display: block;
}


/*-Catalog filter-*/
/*.catalog-filter__wrap {
    position: relative;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #dadada;
    padding: 26px 0 10px;
    margin-right: 35px;
}*/
.catalog-filter--pad {padding-left: 40px;}
.catalog-filter__types {}
.catalog-filter__border {
    padding-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
}


.filter-control__block {margin: 0 auto;}

.catalog-filter__item {
    position: relative;
    margin-bottom: 30px;
}
.catalog-filter__item:last-child {margin-bottom: 0;}
.filter-item__h {
    position: relative;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #494949;
}

/*-Filter link-*/
.ml-7 {
    margin-left: -7px;
}
.mr-7 {
    margin-right: -7px;
}

.filter-link__block {
    position: relative;
    display: inline-block;
    margin: 0 14px 10px 0;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 8px;
}
.filter-link__block:last-child {margin-bottom: 0;}
.filter-link {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #4a4a4a;
    text-decoration: none;
    outline: none;
}
.filter-link.active {
    font-weight: 600;
    color: #e29c27;
}
.filter-link:hover {
    color: #e29c27;
    outline: none;
}
.filter-link--pad {padding-left: 38px;}
.filter-link__block--all{
    color: #fff;
    background: #F07B00;
}
.filter-link__block--all a{
    color: #fff;
}
.filter-link__block--all .filter-link.active{color: #fff;}
.filter-link__block--bg1{
    color: #F07B00;
    background: #FEF2E6;
}

/*-Filter regions-*/
.filter-regions__list {}
.filter-region__item {
    position: relative;
    display: table;
    width: 100%;
    /*min-height: 70px;
    padding: 0 15px 0 40px;*/
    height: 70px;
    padding: 15px 15px 15px 40px;
    border-bottom: 1px solid #dadada;
}
.filter-region__cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.filter-region__item:first-child {border-top: 1px solid #dadada;}
.filter-region__item:before {
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    height: calc(100% + 1px);
    width: 5px;
    background: #dadada;
    -webkit-transition: background .35s ease-in-out;
    -moz-transition: background .35s ease-in-out;
    transition: background .35s ease-in-out;
}
.filter-brand__img {
    /*max-height: 17px;*/
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
    opacity: .45;
}

.filter-region__brand .filter-brand__img[src="/i/category/catalog/catalog_100000014.svg"]{
    width: 70%;
}

.filter-region__brand .filter-brand__img[src="/i/category/catalog/catalog_100000016.svg"] {
    width: 50%;
}
.filter-region__brand .filter-brand__img[src="/i/category/catalog/catalog_100000015.svg"] {
    width: 50%;
}

/*.filter-region__brand:only-child .filter-brand__img {margin-top: 7px;}*/
.filter-region__brand:not(:last-child) {margin-bottom: 5px;}
.filter-region__item.active .filter-brand__img,
.filter-region__item:hover .filter-brand__img {
    opacity: 1;
}
.filter-region__item.active:before,
.filter-region__item:hover:before {
    background: #ff7c18;
}


/*-Filter check-*/
.filter-check {position: relative;}
.filter-check:not(:last-child) {margin-bottom: 5px;}
.filter-check__input {
    position: absolute;
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
}
.filter-check__label {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #4a4a4a;
    padding-left: 38px;
    cursor: pointer;
}
.filter-check__label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    background-color: #fff;
}
.filter-check__label:hover:before {border-color: #f89627;}
.filter-check__input:checked+.filter-check__label{
    font-weight: 600;
    color: #e29c27;
}
.filter-check__input:checked+.filter-check__label:before {
    border-color: #f89627;
    background-color: #f89627;
}
.filter-check__input:checked+.filter-check__label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
    height: 11px;
    width: 12px;
    background-image: url("/i/sprite.png");
    background-repeat: no-repeat;
    background-position: -99px 0;
}
.filter-check__img {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    margin-right: 5px;
}

/*-Catalog brands check-*/
.catalog-filter__brands {
    position: relative;
    font-size: 0;
    text-align: right;
}
.filter-brand__check {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
/*.filter-brand__check:not(:last-child) {margin-right: 20px;}*/
.brand-check__input {
    position: absolute;
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
}
.brand-check__label {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #323232;
    padding-left: 25px;
    cursor: pointer;
}
.brand-check__label:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    background-color: #fff;
}
.brand-check__label:hover:before {border-color: #f89627;}
/*.brand-check__input:checked+.brand-check__label{color: #e29c27;}*/
.brand-check__input:checked+.brand-check__label:before {
    border-color: #f89627;
    background-color: #f89627;
}
.brand-check__input:checked+.brand-check__label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 3px;
    height: 11px;
    width: 12px;
    background-image: url("/i/sprite.png");
    background-repeat: no-repeat;
    background-position: -99px 0;
}


/* New catalog card style */
.catalog-item__settings{
    position: relative;
    display: table;
    width: 100%;
    font-size: 0;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #cecece;
    text-align: center;
    /*white-space: nowrap;*/
}
.catalog-item__settings-item{
    /*margin-right: 11px;*/
    /*display: inline-block;*/
    display: table-cell;
    vertical-align: top;
    min-width: 40px;
}
.catalog-item__settings-item:last-child{
    margin-right: 0;
}
.catalog-item__settings-item .option-input{
    width: 40px;
}
.catalog-item__settings-item .option-input:first-child{
    margin-right: 0;
}
.catalog-item__settings-item .option-input__label{
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 0;
    font-weight: normal;
    color: #a8a8a8;
}
.catalog-item__settings-item .option-input:first-child .option-input__label{
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.catalog-item__settings-item .option-input:last-child .option-input__label{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.catalog-item__settings-item .option-input__radio:checked+.option-input__label{
    background: #fd8426;
    border-color: #fd8426;
    color: #fff;
}
.catalog-item__settings-item .input-group__num{
    font-family: "GothamPro", 'Helvetica', Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.catalog-item__settings-item .input-group__ctr{
    width: 60px;
}
.catalog-item__settings-item .input-group-addon,
.catalog-item__settings-item .js-catalog-item-count{
    border: none;
    background: transparent;
    box-shadow: none;
}
.catalog-item__settings-item .js-catalog-item-count:focus,
.catalog-item__settings-item .js-catalog-item-count:active{
    box-shadow: none;
}
.catalog-item__settings-item .input-group__addon{
    width: 20px;
}
.catalog-item__settings-item .catalog-item__price{
    font-size: 18px;
}
.item__dop-list{
    height: calc(100% - 64px);
}
.item__dop-btn span{
    font-size: 12px;
    letter-spacing: normal;
}
.item__dop-bottom{
    text-align: right;
}
.item__dop-bottom > *,
.item__dop-total > *{
    display: inline-block;
    vertical-align: middle;
}
.item__dop-total{
    padding-right: 5px;
}
.item__dop-total > *{
    vertical-align: bottom;
}
.item__dop-total-text{
    margin-right: 5px;
    font-size: 10px;
    text-transform: uppercase;
}
.item__dop-total-num{
    font-size: 18px;
    line-height: 20px;
}

.catalog-item__wrap.dop-active .catalog-item__settings{top: 10px;}




/*--Catalog recommendations*/
.catalog-recommend__h{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 55px;
    margin-bottom: 20px;
}
.catalog-item__wrap--recommend{
    height: 260px;
}
.catalog-item__wrap--recommend .catalog-item__block {
    padding: 15px 0 0;
}
.catalog-item__wrap--recommend .catalog-item__img{
    height: 110px;
}
.catalog-item__wrap--recommend .catalog-item__h{
    height: 25px;
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    color: #000;
    margin: 10px 0;
}
.catalog-item__settings--top {
    padding-top: 10px;
    margin-top: 0;
}
.catalog-item__settings--bot{
    padding: 0;
    border: 0;
    margin-top: 15px;
}




/* popup */
.card-popup{
    display: none;
    font-size: 0;
}
.card-popup .card-popup-bg{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.6);
}
.card-popup-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 330px;
    /*    padding: 20px 10px;*/
    /*height: 395px;*/
}
.card-popup .fancybox-slide{
    display: block;
    white-space: nowrap;
    padding: 0;
}
.card-popup .fancybox-slide>*{
    background-color: transparent;
    /*overflow: hidden;*/
    white-space: normal;
}
.dop-pr{
    min-width: 56px;
}
/*
.card-popup-inner-1{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}
.card-popup-inner-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: center;
}
.card-popup-inner-item:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.card-popup-inner-item>*{
    display: inline-block;
    position: relative;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    overflow: auto;
    box-sizing: border-box;
}
*/
/* popup */
/* New catalog card style */


/*-Basket-*/
.field-required {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    color: #db3b3b;
}


/*-Popup-*/
.fancybox-slide--html{padding: 0;}
.fancybox-slide--html .fancybox-content{margin-bottom: 0;}

.popup-container{padding: 35px 30px 25px;}

.popup-container--confirm{
    max-width: 320px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .5);
}
.popup-container--recommend{
    height: auto;
    min-height: 240px;
    width: 660px;
    padding: 0;
    border-radius: 2px;
    background-position: -45px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .5);
}

.popup-block{}
.popup-block__h{
    font-size: 18px;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
}
.popup-block__txt{
    font-size: 14px;
    line-height: 18px;
    color: #444;
}

/*-Recommendations-*/
.recommend--drink{
    background-image: url("/i/drink-white.jpg");
}
.recommend--dessert{
    background-image: url("/i/recommendations/recommend_bg_dessert.png");
}
.recommend--potato{
    background-image: url("/i/potato1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.popup-block--recommend{
    padding: 15px 10px 0 355px;
}
.popup-block--recommend .popup-block__h{
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #444;
}
.popup-block--recommend .popup-block__txt{}

/*-Popup main-*/
.popup__main-content{overflow: visible;}
.popup-main__block .form-group{
    position: relative;
}


/*-Popup confirm-*/
.popup-confirm{}


/*.form-popover{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    pointer-events: none;
}*/
/*-Popover-*/
.form-popover__trigger{
    position: absolute;
    top: 16px;
    right: 15px;
    height: 16px;
    width: 16px;
    text-align: center;
    background-color: #bbbaba;
    border-radius: 50%;
    cursor: pointer;
}
.form-popover__trigger:before{
    content: "?";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
}
.form-popover__wrap{
    position: absolute;
    display: none;
    top: -16px;
    left: 0;
    height: 47px;
    width: auto;
    min-width: 200px;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: .2px;
    color: #5a5a5a;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    border: solid 1px #d4d4d4;
    border-radius: 3px;
    padding: 8px 15px;
    margin-left: 42px;
}
.form-popover__wrap:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    height: 0;
    margin-top: -7.5px;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #d4d4d4 transparent transparent;
}
.form-popover__wrap:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    width: 0;
    height: 0;
    margin-top: -7.5px;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #ffffff transparent transparent;
}

.form-popover__trigger:hover>.form-popover__wrap{display: block;}


/*-Pagination-*/
.pagination-wrap {
    margin: 25px auto 40px;
}
.pagination-block {
    display: table;
    border-collapse: collapse;
    margin: 0 auto;
}
.pagination-item {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #646464;
    padding: 0;
    border: 1px solid #dcdcdc;
    background: #fcfcfc;
}




/*-Actions filter-*/
.content-header__sub--left{text-align: left;}
.brands-list__item input{
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.brands-list__item label{
    font-weight: 400;
}
.brands-list__item input:checked+label{
    font-weight: 600;
    color: #ff8612;
    border-bottom: 1px dashed #ff8612;
}

.btn.btn--disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    pointer-events: none;
}

/*promocode info tooltip*/
.promocode-info-tooltip-wrapper {
    position: relative;
}
.promocode-info-tooltip {
    display: block;
    position: absolute;
    top: 25px;
    right: -7px;
    width: 212px;
    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;
    text-align: left;
}
.promocode-info-tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
}


/*-Widget-*/
.ocWidget,
.ocWidget__bar,
.ocWidget__bar__round {
    z-index: 9999;
}


/*-Animations-*/
@keyframes catalogItemReveal {
    0% {
        max-height: 0;
    }
    100% {
        max-height: 300px;
    }
}

/*---Seo text ------*/
.seo_text_container{
    margin-bottom: 40px;
    line-height: 20px;
}
.seo_text_container h1{
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.cat__block-item .img-responsive[src="/i/category/100000015.svg"] {
    width: 40%;
    max-width: 50%;
}

.cat__block-item .img-responsive[src="/i/category/100000016.svg"]{
    width: 40%;
    max-width: 50%;
}

.cart__cat-item.col-sm-12.restaurant_100000016 img,
.pay__vendor-item img[src="/i/category/100000016.svg"] {
    width: 100px;
}

.cart__cat-item.col-sm-12.restaurant_100000015 img,
.pay__vendor-item img[src="/i/category/100000015.svg"]{
    width: 100px;
}

/*header-slider*/
.header__slider {
    margin: 35px -15px 65px;
    width: calc(100% + 30px);
    height: 150px;
    overflow: hidden;
}

.header__slider .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.header__slider .slick-next {
    right: 0;
}

.header__slider .slick-prev {
    left: 0;
}

.header__slider .slick-slide {
    outline: none;
    text-align: center;
}

.header__slider-item {
    display: inline-block;
    text-align: left;
    border-radius: 8px;
    padding: 20px 30px;
    color: #fff;
    height: 150px;
    margin: 0 15px;
    max-width: 100%;
    width: 272px;
    float: left;
}

.header__slider-item:hover,
.header__slider-item:focus {
    color: #fff;
}

.header__slide-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 6px;
}

.header__slide-content {
    font-size: 17px;
    line-height: 20px;
}

.address_pickup {
    color: #fff;
    margin-left: 40px;
    display: inline-block;
}
.address_pickup--active{
    color: #e58517;
}

.header__btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 30px;
    /*height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;*/
    color: #000;
    /*font-weight: normal;*/
    font-size: 15px;
    line-height: 18px;
    margin-left: 15px;
    padding: 10px 15px;
}

.header__btn:hover {
    background: #E9E9E9;
    color: #000;
}

.header__btn:active {
    background: #DED5D0;
}
.header-points__num{
    padding-left: 40px;
}
.header-points__num.header__btn svg {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
}

.header__btn--profile {
    width: 40px;
    padding: 0;
}
.header__btn--profile svg{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.subscribe {
    max-width: 880px;
    margin: 50px auto 0;
    font-family: "GothamPro";
}

.subscribe .container {
    max-width: 100%;
}

.subscribe .d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.subscribe__img {
    text-align: center;
}

.subscribe__title {
    font-size: 18px;
    line-height: 17px;
    color: #262626;
    padding: 10px 0 10px 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='39' height='36' viewBox='0 0 39 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 0L23.878 13.4742H38.0456L26.5838 21.8017L30.9618 35.2758L19.5 26.9483L8.03819 35.2758L12.4162 21.8017L0.954397 13.4742H15.122L19.5 0Z' fill='%23F48B30'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    margin-bottom: 30px;
}
.form__row {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.form__input {
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 3px;
    height: 45px;
    width: calc(100% - 160px);
    padding: 15px 20px;
    line-height: 45px;
    outline: none;
    font-size: 12px;
    color: #000;
}

.form__btn {
    background: #F48B30;
    border-radius: 0px 3px 3px 0px;
    margin-left: -1px;
    font-size: 18px;
    color: #fff;
}

.form__btn:hover {
    color: #fff;
}

.form__label {
    font-weight: normal;
    font-size: 12px;
    line-height: 11px;
    color: #262626;
    margin-right: 10px;
    position: relative;
    padding-left: 33px;
    cursor: pointer;
}

.form__label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: #F5F5F5;
    border: 1px solid #000000;
    border-radius: 3px;
    cursor: pointer;
}

.form__label::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M504.502,75.496c-9.997-9.998-26.205-9.998-36.204,0L161.594,382.203L43.702,264.311c-9.997-9.998-26.205-9.997-36.204,0 c-9.998,9.997-9.998,26.205,0,36.203l135.994,135.992c9.994,9.997,26.214,9.99,36.204,0L504.502,111.7 C514.5,101.703,514.499,85.494,504.502,75.496z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.form__checkbox {
    display: none;
}

.form__checkbox:checked + .form__label::after {
    display: block;
}

.form__acceptance-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    text-decoration-line: underline;
    color: #F48B30;
}

.contacts-phone span {
    display: block;
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 15px;
    color: #fff;
}

.contacts-phone a {
    font-size: 18px;
    color: #fff;
}

.price-remark {
    color: #fff;
}

.footer-nav__item--min {
    font-size: 13px;
    line-height: normal;
}
.footer-nav__sub {
    font-size: 10px;
    line-height: 13px;
    color: #fff;
}
.catalog-content__wrap .elem-catalog {
    height: 100%;
    width: 100%;
    padding: 0 0 10px;
    margin: 0;
    background: #fff;
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.catalog-content__wrap .elem-catalog:hover,
.catalog-content__wrap .elem-catalog:focus,
.catalog-content__wrap .elem-catalog.active {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.elem-catalog .swiper-lazy-preloader{
    border-color: #f07b00;
    border-top-color: transparent;
}

.catalog-content__wrap .elem-catalog__img {
    height: 170px;
}

.elem-catalog__inner .elem-catalog__section {
    position: static;
}

.elem-catalog__section--right {
    padding: 0 20px 40px;
}

.catalog-content__wrap .elem-catalog__controls--bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
}

.catalog-content__wrap .elem-catalog__h {
    height: auto;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
.catalog-content__wrap .swiper-container{width: 100%;}
.catalog-content__wrap .swiper-button-prev,
.catalog-content__wrap .swiper-button-next{
    height: 25px;
    width: 25px;
    color: #C4C4C4;
}
.catalog-content__wrap .swiper-button-prev::after,
.catalog-content__wrap .swiper-button-next::after{
    font-size: 25px;
}
.catalog-content__wrap .swiper-button-prev{left: -10px}
.catalog-content__wrap .swiper-button-next{right: -10px}

.elem-catalog__d {
    font-size: 12px;
    line-height: 18px;
    color: #7C7C7C;
    height: 54px;
    overflow: hidden;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.catalog-content__wrap .elem-catalog__price {
    display: inline-block;
    /*width: 60%;*/
    text-align: right;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
}
.catalog-content__wrap .elem-catalog__price .ico{
    color: #262626;
}
.wrp__catalog-group {
    max-width: 117px;
    overflow: hidden;
    white-space: nowrap;
}

.elem-catalog__weight {
    margin-right: 3px;
}
.elem-catalog-after {
    margin-right: 3px;
}
.elem-catalog-after, .elem-catalog__kkal, .elem-catalog__weight {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #ACACAC;
}
@media screen and (max-width: 768px){
    .elem-catalog-after, .elem-catalog__kkal, .elem-catalog__weight{
        font-size: 10px;
    }
}

.card-popup .box-popup-catalog {
    width: 700px;
    max-width: 100%;
}

.card-popup .box-popup-catalog__wrap {
    border-radius: 12px;
    padding: 0;
}

.card-popup .elem-catalog-popup__img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-popup .elem-catalog-popup__h {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    max-width: 330px;
}

.card-popup .elem-catalog-popup__description {
    /*font-family: Helvetica;*/
    /*font-weight: normal;*/
    font-size: 15px;
    line-height: 22px;
    color: #7C7C7C;
    max-width: 480px;
}

.card-popup .elem-catalog-popup__info-item {
    /*font-family: Helvetica;*/
   /* font-weight: normal;*/
    font-size: 15px;
    line-height: 22px;
    color: #7C7C7C;
}

.card-popup .elem-catalog-popup__info {
    padding-left: 0;
}

.card-popup .elem-catalog-popup__info::before {
    display: none;
}

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

.dop-items {
    width: calc(100% + 50px);
    margin-left: -25px;
    padding: 0 25px;
    background-color: rgba(244, 244, 244, 0.5);;
}

.dop-items__el {
    border-bottom: 1px solid #E9E9E9;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dop-items__el-title {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    flex-basis: 60%;
}

.dop-items__el-qty {
    border: 1px solid #E9E9E9;
    color: rgba(124, 124, 124, 0.4);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 15px;
    width: 90px;
}

.dop-items__el-qty-val {
    width: 20px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #000;
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
}

.dop-items__el-qty-up,
.dop-items__el-qty-down {
    position: relative;
    width: 12px;
    height: 12px;
    font-size: 0;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dop-items__el-qty-up::before,
.dop-items__el-qty-up::after,
.dop-items__el-qty-down::before,
.dop-items__el-qty-down::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    background-color: #000;
}
.dop-items__el-qty-up::before,
.dop-items__el-qty-down::before {
    height: 2px;
    width: 12px;
    margin-top: 0;
    margin-left: -6px;
}
.dop-items__el-qty-up:after {
    top: 50%;
    height: 12px;
    width: 2px;
    margin-top: -6px;
    margin-left: -1px;
}

.dop-items__el-qty-up--xs::before,
.dop-items__el-qty-down--xs::before {
    width: 8px;
    margin-left: -4px;
    background-color: #7C7C7C;
}
.dop-items__el-qty-up--xs:after {
    height: 8px;
    margin-top: -4px;
    background-color: #7C7C7C;
}

.dop-items__el-subtotal {
    min-width: 70px;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #7C7C7C;
}

.popup__default-content {
    width: 700px;
    border-radius: 12px;
}

.popup__container {
    padding: 20px;
}

.delivery__search-wrap {
    background: #F4F4F4;
    border-radius: 8px;
    border: transparent;
}

.map__wrap {
    margin: 20px 0;
}

.input_address_form_group .map-get-loc:before {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1699 0.150879L7.63993 13.6856L6.26004 7.53068L0.0899048 5.80048L13.1699 0.150879Z' fill='%23262626'/%3E%3C/svg%3E%0A");
}

.map_suggest__wrap {
    width: 75%;
}

.popup_pickup__btn-wrap {
    width: 25%;
    text-align: right;
}

.dop-items__el-qty--total {
    border: 1px solid #262626;
    width: 138px;
    height: 40px;
    font-size: 21px;
    color: #000000;
    display: inline-flex;
    float: left;
    margin-right: 15px;
}

.box-popup-catalog__wrap .elem-catalog-popup__btn {
    width: 137px;
    height: 40px;
    background: #F07B00;
    border-radius: 8px;
    /*font-family: Helvetica;*/
    /*font-weight: normal;*/
    padding: 10px;
    /*float: left;*/
}

.box-popup-catalog__wrap .elem-catalog-popup__controls {
    background-color: #fff;
    padding: 30px 25px;
}

.box-popup-catalog__wrap .box-popup-catalog__inner {
    padding: 0 25px 100px;
}

.box-popup-catalog__wrap .elem-catalog-popup__price {
    float: left;
    color: #000;
    padding-top: 5px;
}
.box-popup-catalog__wrap .elem-catalog-popup__price .ico{
    top: 1px;
    vertical-align: baseline;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

.burger {
    position: relative;
    width: 22px;
    height: 16px;
    border: none;
    background-color: transparent;
    margin: 6px 0;
}

.burger span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    transition: all .2ms linear;
}

.burger span:first-child {
    top: 0;
}

.burger span:nth-child(2) {
    top: calc(50% - 1px);
}

.burger span:last-child {
    bottom: 0;
}

.burger.open span:first-child {
    transform: rotate(45deg);
    top: 50%
}

.burger.open span:nth-child(2) {
    opacity: 0;
}

.burger.open span:last-child {
    transform: rotate(-45deg);
    top: 50%
}

.sticky-header, .burger, .mobile-cart, .header-menu__mobile {
    display: none;
}

.suggest-error {
    box-shadow: none;
    color: #EF3030;
}

html, body {
    max-width: 100%;
}

.basket_empty {
    background-color: transparent;
    color: #fff;
}

.elem-catalog-option .elem-catalog-option__label-item--img {
    margin: 0;
}

.elem-catalog-option .elem-catalog-option__label {
    background: #F4F4F4;
    border-radius: 8px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 15px;
    width: auto;
    height: auto;
    margin-right: 15px;
}

.elem-catalog-option .elem-catalog-option__label-item--h {
    font-size: 15px;
    line-height: 18px;
    margin-left: 15px;
}

.box-popup-catalog__inner .elem-catalog-popup__options {
    margin-bottom: 20px;
}

.main-title {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    margin-top: 70px;
}

.breadcrumb{
    padding: 0;
    margin: 0;
    background: none;
}
.breadcrumbs-wrap {
    padding: 0;
    margin: 0 auto;
}
.breadcrumbs-container{
    padding: 20px 15px;
}
.breadcrumbs-container--inner{
    background: #fff;
}

.breadcrumbs-wrap .breadcrumbs-item::before {
    width: 7px;
    height: 12px;
    content: "";
    position: absolute;
    top: 4px;
    right: -18px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.85882 5.53176L1.51867 0.191706C1.39515 0.068097 1.23028 0 1.05447 0C0.87867 0 0.713794 0.068097 0.590282 0.191706L0.197017 0.584873C-0.0588833 0.841066 -0.0588833 1.25745 0.197017 1.51326L4.68128 5.99751L0.192042 10.4867C0.0685303 10.6104 0.000335693 10.7751 0.000335693 10.9508C0.000335693 11.1267 0.0685303 11.2915 0.192042 11.4152L0.585307 11.8083C0.708916 11.9319 0.873695 12 1.0495 12C1.2253 12 1.39018 11.9319 1.51369 11.8083L6.85882 6.46336C6.98262 6.33936 7.05062 6.1738 7.05023 5.99781C7.05062 5.82112 6.98262 5.65566 6.85882 5.53176Z' fill='%23F07B00'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumbs-wrap .breadcrumbs-item:last-child::before {
    display: none;
}

.breadcrumbs-item__link {
    position: relative;
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    /*cursor: pointer;*/
}
.breadcrumbs-item--back {
    /*padding: 0 30px;*/
    padding: 7px 12px 8px 25px;
    background: rgba(38, 38, 38, .1);
    border-radius: 20px;
    margin-right: 23px;
}
.breadcrumbs-wrap .breadcrumbs-item--back::before {
    top: 50%;
    left: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14116 6.46824L6.48132 11.8083C6.60483 11.9319 6.76971 12 6.94551 12C7.12131 12 7.28619 11.9319 7.4097 11.8083L7.80297 11.4151C8.05887 11.1589 8.05887 10.7425 7.80297 10.4867L3.31871 6.00249L7.80794 1.51326C7.93145 1.38965 7.99965 1.22487 7.99965 1.04916C7.99965 0.873261 7.93145 0.708482 7.80794 0.584775L7.41468 0.191706C7.29107 0.0680972 7.12629 7.63515e-08 6.95049 9.17207e-08C6.77468 1.0709e-07 6.60981 0.0680972 6.48629 0.191706L1.14116 5.53664C1.01736 5.66064 0.949362 5.8262 0.949752 6.0022C0.949362 6.17888 1.01736 6.34434 1.14116 6.46824Z' fill='%23F48B30'/%3E%3C/svg%3E%0A");
    transform: translate(0, -50%);
}

/*---Cart---*/
.sidebar__cart{
    padding: 38px 0 20px;
}
.sidebar__cart-close{
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    margin-right: 5px;
}
.sidebar__cart-close::before,
.sidebar__cart-close::after{
    background-color: #E9E9E9;
}
.sidebar__cart-close::before{
    width: 3px;
}
.sidebar__cart-close::after{
    height: 3px;
}
.sidebar__cart-h{
    font-size: 24px;
    line-height: 28px;
    text-transform: none;
}
.cart__block{
    padding: 0 30px;
}
.cart__block--empty{
    text-align: center;
    margin-top: 115px;
}
.cart__block-text{
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
}
.cart__cat-item{
    height: auto;
    background: none;
    padding: 0;
}
.cart__cat-badge{
    position: relative;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    /*background: #E9E9E9;*/
    border-radius: 8px;
    padding: 0;
}
.cart__cat-badge img{
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
}
/*.cart__cat-badge--1{background-color: #ECAA54;}
.cart__cat-badge--2{background-color: #E9E9E9;}
.cart__cat-badge--100000009{background-color: #ee2113;}
.cart__cat-badge--100000010{background-color: #E9E9E9;}*/

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

.input__group-ctr{
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 0 5px;
}
.input__group-ctr .input__group-txt{
    font-size: 12px;
    color: #7C7C7C;
}

.input__group-ctr.group--sm .input__group-txt {
    height: 24px;
}
.input__group-ctr.group--xs {
    width: 70px;
}
.input__group-ctr.group--xs .input__group-txt{
    padding: 0 2px;
}

.table__cart-item td{
    padding: 10px 0;
    border-bottom: 1px solid #E9E9E9;
}
.cart__item-del{
    height: 14px;
    width: 14px;
}
.cart__item-del::before{
    left: 6px;
}
.cart__item-del::after {
    top: 6px;
}
.cart__item-del::before,
.cart__item-del::after{
    background-color: #E9E9E9;
}
.table__cart-sum td{
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}
.btn.btn-order{
    font-size: 15px;
    line-height: 18px;
    background-color: #F07B00;
    border-color: #F07B00;
    border-radius: 8px;
}
.like_order_checkbox{
    margin-top: 10px;
}

/*---Popup auth/reg---*/
.popup__main-form{
    border-radius: 12px;
}

/*---Popup map---*/
.popup__close-lg.popup__close-lg--inside{
    top: 25px;
    right: 55px;
}
.popup__close-lg.popup__close-lg--inside::before,
.popup__close-lg.popup__close-lg--inside::after{
    background-color: #000;
}
.map-h{
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
}
.switch__tab.switch__tab--dark{
    font-size: 0;
}
.switch__tab.switch__tab--dark .switch__tog{
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    color: #000;
    margin-right: 25px;
    border-bottom: 1px solid transparent;
    opacity: .2;
    transition: all .35s;
}
.switch__tab.switch__tab--dark .switch__tog.active{
    border-color: #000;
    opacity: 1;
}

/*---Popup menu---*/
.header-menu__mobile .location__wrap{
    left: auto;
    right: 0;
}
.header-menu__mobile .location__wrap::before{
    left: auto;
    right: 10px;
}

.input-lg--new{
    height: auto;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    padding: 30px 0 8px;
    border: 0;
    border-bottom: 1px solid #E9E9E9;
    border-radius: 0;
}
.input-lg--new:focus,
.input-lg--new:active,
.input-lg--new.active{
    border-color: #F07B00;
    box-shadow: none;
}

.input__check.auth__check .label__offer{
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #7C7C7C;
}

@media screen and (max-width: 767px) {
    .box-popup-catalog__inner .elem-catalog-option{
        height: auto;
        margin-bottom: 10px;
    }
    .popup__close-lg.popup__close-lg--inside{
        top: 40px;
        right: 25px;
    }
}

.catalog-content__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.catalog-sort {
    position: relative;
    height: 32px;
}

@media screen and (max-width: 350px) {
    .catalog-sort {
        width: 100%;
        margin-bottom: 20px;
    }
}

.catalog-sort__list {
    position: relative;
    list-style: none;
    height: 35px;
    overflow: hidden;
    font-size: 15px;
    padding: 15px 15px 0;
    z-index: 9;
}

.catalog-sort__list.open {
    background-color: #fff;
    height: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.catalog-sort__list-item {
    margin-bottom: 15px;
    cursor: pointer;
}

.catalog-sort__list-item a {
    color: #000;
}

.catalog-sort__list-item a:hover {
    color: #F07B00;
}

.catalog-sort__list-item:first-child {
    margin-bottom: 25px;
    position: relative;
    padding-right: 20px;
}

.catalog-sort__list-item:first-child a,
.catalog-sort__list-item:first-child a:hover {
    color: #898989;
}

.catalog-sort__list-item:first-child:before {
    opacity: 0.5;
    transition: all .2s linear;
    width: 15px;
    height: 100%;
    position: absolute;
    content: "";
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.4967 0.260067C12.929 -0.11144 13.598 -0.0813233 13.991 0.327334C14.384 0.735992 14.3521 1.36844 13.9199 1.73995L7.39038 7.35147L0.860904 1.73995C0.428624 1.36844 0.396767 0.735992 0.789748 0.327334C1.18273 -0.0813233 1.85174 -0.11144 2.28402 0.260067L7.39038 4.64855L12.4967 0.260067Z' fill='black'/%3E%3C/svg%3E%0A");
}

.catalog-sort__list.open .catalog-sort__list-item:first-child:before {
    transform: rotate(180deg);
}
@media (min-width: 768px) {
    .box-popup-catalog .elem-catalog-popup__img {
        height: 450px;
    }
}