*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#ulogin_accounts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.callback-bento-modal form .butt-submit-form-tel {
    background-color: #37c837;
    color: #fff;
    font-family: "RobotoCondensedBold";
    font-size: 20px;
    font-weight: 900
}

.error_message {
    display: none
}
.slider-opacity {
    opacity: 0;
}
@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url(../fonts/RobotoCondensed/Regular/RobotoCondensed-Regular.eot);
    src: url(../fonts/RobotoCondensed/Regular/RobotoCondensed-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/RobotoCondensed/Regular/RobotoCondensed-Regular.woff) format('woff'), url(../fonts/RobotoCondensed/Regular/RobotoCondensed-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'RobotoCondensedBold';
    src: url(../fonts/RobotoCondensed/Bold/RobotoCondensed-Bold.eot);
    src: url(../fonts/RobotoCondensed/Bold/RobotoCondensed-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/RobotoCondensed/Bold/RobotoCondensed-Bold.woff) format('woff'), url(../fonts/RobotoCondensed/Bold/RobotoCondensed-Bold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'RobotoCondensedBoldItalic';
    src: url(../fonts/RobotoCondensed/BoldItalic/RobotoCondensed-BoldItalic.eot);
    src: url(../fonts/RobotoCondensed/BoldItalic/RobotoCondensed-BoldItalic?#iefix) format('embedded-opentype'), url(../fonts/RobotoCondensed/BoldItalic/RobotoCondensed-BoldItalic.woff) format('woff'), url(../fonts/RobotoCondensed/BoldItalic/RobotoCondensed-BoldItalic.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'RobotoCondensedItalic';
    src: url(../fonts/RobotoCondensed/Italic/RobotoCondensed-Regular.eot);
    src: url(../fonts/RobotoCondensed/Italic/RobotoCondensed-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/RobotoCondensed/Italic/RobotoCondensed-Regular.woff) format('woff'), url(../fonts/RobotoCondensed/Italic/RobotoCondensed-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'RobotoCondensedLight';
    src: url(../fonts/RobotoCondensed/Light/RobotoCondensed-Light.eot);
    src: url(../fonts/RobotoCondensed/Light/RobotoCondensed-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/RobotoCondensed/Light/RobotoCondensed-Light.woff) format('woff'), url(../fonts/RobotoCondensed/Light/RobotoCondensed-Light.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'RobotoCondensedLightItalic';
    src: url(../fonts/RobotoCondensed/LightItalic/RobotoCondensed-LightItalic.eot);
    src: url(../fonts/RobotoCondensed/LightItalic/RobotoCondensed-LightItalic.eot?#iefix) format('embedded-opentype'), url(../fonts/RobotoCondensed/LightItalic/RobotoCondensed-LightItalic.woff) format('woff'), url(../fonts/RobotoCondensed/LightItalic/RobotoCondensed-LightItalic.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

.title-search-result {
    top: 70px!important;
}
.title-search-result th {
    display: none;
}

body,
html {
    height: 100%;
    -webkit-overflow-scrolling: touch
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    font-family: "RobotoCondensedRegular", sans-serif;
    overflow-x: hidden
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

a {
    color: #353535
}

a:hover {
    color: #353535
}

::-moz-selection {
    background: #d4d4d4
}

::selection {
    background: #d4d4d4
}

::-moz-selection {
    background: #d4d4d4
}

.modal-addtocard {
    width: 520px;
    margin: 0 auto;
    background-color: #fff
}

.modal-addtocard .modal-ttl span {
    font-size: 18px
}

.modal-addtocard .c-boxes {
    width: 300px
}

.modal-addtocard .modal-bott {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-addtocard .modal-bott .butts {
    width: 170px
}

.modal-addtocard .modal-bott .butts .butt-submit-form {
    height: 35px;
    margin-top: 10px;
    font-size: 16px
}

.modal-addtocard .agree-pp label {
    margin-bottom: 5px
}

.modal-addtocard .agree-pp p {
    margin-bottom: 5px;
    width: 280px
}

.modal-addtocard .agree-pp p span {
    font-size: 12px
}

.wrap-footer {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrap-footer .container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.wrap-footer footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

ul {
    margin: 0
}

.radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.radio:hover .dt-radio-active {
    border-color: #d50501 !important
}

.radio:hover label {
    border-color: #868686
}

.radio input {
    display: none
}

.radio label {
    cursor: pointer;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid silver;
    background-color: #fff;
    margin-right: 10px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.radio label:hover {
    border-color: #868686
}

.radio .dt-radio-active {
    border: 2px solid #d50501;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.radio .dt-radio-active span {
    width: 10px;
    display: block;
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #d50501
}

.radio .radio-name {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    font-weight: 300;
    cursor: pointer
}

.noscroll {
    overflow-y: hidden
}

.modal {
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px
}

.modal .modal-ttl {
    font-size: 23px;
    color: #000;
    font-family: "RobotoCondensedBold";
    font-weight: 900
}

.modal .agree-pp {
    margin: 0
}

.callback-bento-modal {
    background-color: #fff;
    padding: 20px;
    margin: auto;
    width: 300px;
    position: absolute;
    right: 50px;
    z-index: 1000;
    top: 90px;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1)
}

.callback-bento-modal form .form-ttl {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px
}

.callback-bento-modal form .inpt input {
    width: 100%
}

.callback-bento-modal form a {
    margin-top: 0;
    margin-bottom: 20px;
    height: 50px;
    padding-top: 12px;
    margin-left: 0;
    display: block;
    text-decoration: none;
    background-color: #37c837
}

.callback-bento-modal form a:hover {
    background-color: #207820;
    color: #fff
}


@keyframes feedback {
    0% {
        -webkit-box-shadow: 0 0px 0 0 rgba(138, 220, 50, .4);
        box-shadow: 0 0 0 0 rgba(138, 220, 50, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(138, 220, 50, 0);
        box-shadow: 0 0 0 20px rgba(138, 220, 50, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(138, 220, 50, 0);
        box-shadow: 0 0 0 0 rgba(138, 220, 50, 0)
    }
}

.block-header .top-head {
    display: block
}

.block-header .top-head-fixed {
    position: fixed;
    border-bottom: 1px solid rgba(136, 136, 136, .5);
    width: 100%;
    background-color: #fff;
    z-index: 1040;
    top: 0;
    display: none
}

.block-header .top-head-fixed .header-items {
    height: 50px
}

.block-header .top-head-fixed .header-items .logo-search {
    width: 90px;
    overflow: hidden
}

.block-header .top-head-fixed .header-items .logo img {
    width: 50px !important;
    height: auto !important
}

.block-header .top-head-fixed .header-items .fixed-nav {
    margin-top: 0
}

.block-header .top-head-fixed .header-items .fixed-nav li {
    list-style: none;
    display: inline-block;
    margin-right: 50px
}

.block-header .top-head-fixed .header-items .fixed-nav li:last-child {
    margin-right: 0
}

.block-header .top-head-fixed .header-items .fixed-nav li a {
    font-size: 16px !important;
    color: #5c5c5c;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

.block-header .top-head-fixed .header-items .header-buttons {
    width: 170px;
    margin-right: 0
}

.block-header .top-head-fixed .header-items .header-buttons .search-input {
    position: absolute;
    top: -8px;
    -webkit-border-radius: 0;
    border-radius: 0;
    right: 0
}

.block-header .top-head-fixed .header-items .header-buttons .search-input input {
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    height: 40px;
    font-size: 18px;
    padding-bottom: 0
}

.block-header .top-head-fixed .header-items .header-buttons .search-butt .icon {
    height: 25px
}

.block-header .top-head-fixed .header-items .header-buttons .lk-butt {
    margin-left: 20px
}

.block-header .top-head-fixed .header-items .header-buttons .lk-butt .icon {
    height: 25px !important
}

.block-header .top-head-fixed .header-items .header-buttons .cart {
    margin-left: 15px
}

.block-header .top-head-fixed .header-items .header-buttons .cart .prod-c {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fb7600;
    position: absolute;
    right: -7px;
    top: -3px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    padding-top: 1px
}

.block-header .top-head-fixed .header-items .header-buttons .cart:hover .icon {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.block-header .top-head-fixed .header-items .header-buttons .cart .icon {
    width: 30px;
    background-repeat: no-repeat;
    height: 25px
}

.block-header .top-head-fixed .header-items .header-buttons .cart .count {
    color: #d50501;
    font-size: 18px;
    margin: 0;
    margin-left: 7px;
    font-family: "RobotoCondensedRegular";
    height: 27px;
    margin-top: 13px
}

.block-header .bottom-head {
    background-color: rgba(136, 136, 136, .3)
}

.block-header .header-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.block-header .header-items .logo-search {
    width: 40px;
    overflow: hidden
}

.block-header .header-items .logo img {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.block-header .header-items .logo img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.block-header .header-items .back-butt {
    position: relative;
    padding-left: 23px;
    color: #636363;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    text-decoration: none
}

.block-header .header-items .back-butt:after {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../img/right-arrow.svg)
}

.block-header .header-items .header-buttons {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    width: 390px;
    margin-right: -60px;
    position: relative
}

.block-header .header-items .header-buttons .search-input {
    position: absolute;
    z-index: 1;
    top: -13px;
    right: -10px;
    display: none;
    width: 270px;
}

.block-header .header-items .header-buttons .search-input input {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    padding-right: 55px;
    padding-bottom: 0;
    padding-left: 15px;
    font-size: 23px;
    border: 1px solid #666;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    height: 60px;
    width: 0;
    position: absolute;
    right: 0;
}

.block-header .header-items .header-buttons .icon {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100
}

.block-header .header-items .header-buttons .icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.block-header .header-items .header-buttons .search-butt {
    position: relative;
    z-index: 1
}

.block-header .header-items .header-buttons .search-butt .icon {
    background-repeat: no-repeat;
    width: 35px;
    cursor: pointer;
    height: 34px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/search-icon.png)
}

.block-header .header-items .header-buttons .lk-butt {
    margin-left: 38px
}

.block-header .header-items .header-buttons .lk-butt .icon {
    width: 30px;
    height: 34px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/lk-icon.png)
}

.block-header .header-items .header-buttons .cart {
    margin-left: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative
}

.block-header .header-items .header-buttons .cart .prod-c {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fb7600;
    position: absolute;
    right: -7px;
    top: -3px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding-top: 2px
}

.block-header .header-items .header-buttons .cart:hover .icon {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.block-header .header-items .header-buttons .cart .icon {
    width: 40px;
    position: relative;
    height: 34px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/cart.png)
}

.block-header .header-items .header-buttons .cart .count {
    color: #d50501;
    font-size: 25px;
    margin: 0;
    margin-left: 7px;
    font-family: "RobotoCondensedRegular";
    height: 27px;
    margin-top: 13px
}

.block-header .header-items .header-buttons .feedback-butt {
    margin-left: 30px;
    cursor: pointer;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin-bottom: 3px
}

.block-header .header-items .header-buttons .feedback-butt svg{
    -webkit-animation: feedback 1s ease infinite;
    animation: feedback 1s ease infinite;
}

.block-header .header-items .header-buttons .feedback-butt:hover .icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.block-header .header-items .header-buttons .feedback-butt .icon,
.block-header .header-items .feedback-butt .icon {
    width: 50px;
    height: 50px;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    background-position: center
}

.block-header nav {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 2px
}

.block-header nav li {
    list-style: none;
    margin-left: 46px;
    -webkit-transition: all .05s linear;
    -o-transition: all .05s linear;
    transition: all .05s linear
}

.block-header nav li:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.block-header nav li:first-child {
    margin-left: 0
}

.block-header nav li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 22px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

section.category .cat-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-right: 60px;
    padding-left: 32px;
    padding-top: 30px
}

section.category .cat-block .cat-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 176px;
    height: 264px;
    background-color: #fb7600;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

section.category .cat-block .cat-name:hover {
    -webkit-animation: animateProduct .3s ease;
    animation: animateProduct .3s ease
}

section.category .cat-block .cat-name p {
    margin-bottom: 0;
    font-family: "RobotoCondensedBold" !important;
    font-weight: 600
}

section.category .cat-block .arrows {
    width: 891px;
    position: absolute;
    right: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 264px
}

section.category .cat-block .arrows .prev {
    cursor: pointer;
    width: 29px;
    height: 29px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/chevron.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

section.category .cat-block .arrows .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

section.category .cat-block .arrows .next {
    cursor: pointer;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/chevron.svg);
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

section.category .cat-block .arrows .next:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

section.category .cat-block .product-slider {
    width: 792px;
    height: 300px
}

.view-all-butt {
    text-decoration: none !important;
    display: block;
    width: 176px;
    height: 264px;
    background-color: #fb7600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding: 100px 20px 0 20px;
    text-transform: uppercase;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.view-all-butt:hover {
    -webkit-animation: animateProduct .3s ease;
    animation: animateProduct .3s ease
}

.view-all-butt p {
    color: #fff
}

@-webkit-keyframes animateProduct {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animateProduct {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.product-item {
    margin-right: 25px;
    width: 176px;
    height: 264px;
    border: 1px solid #d9d8d9;
    padding-top: 0;
    position: relative
}
.cat-block .slick-track {
    margin-left: 5px;
}

.product-item:hover {
    -webkit-animation: animateProduct .3s ease;
    animation: animateProduct .3s ease
}

.product-item .inf-item-active {
    opacity: 1 !important
}

.product-item .inf-item-unactive {
    opacity: 0 !important
}

.product-item:last-child {
    margin-right: 0
}

.product-item .open-image {
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.product-item .open-image {
    position: absolute;
    width: 174px;
    height: 127px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0
}

.product-item .open-image .icon {
    width: 66px;
    height: 66px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/zoom.svg)
}

.product-item .num {
    width: 41px;
    height: 21px;
    position: absolute;
    top: 6px;
    left: 0;
    font-family: 'RobotoCondensedRegular';
    color: #d50501;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: .1em;
    border: 1px solid #d9d8d9;
    left: -1px;
    z-index: 1;
}

.product-item .num .hashtag {
    font-weight: 400
}

.product-item .image {
    width: 174px;
    height: 127px;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #dadae0
}

.product-item .prod-info {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px
}

.product-item .prod-info .prod-name {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: "RobotoCondensedRegular";
    text-decoration: none;
    display: block;
    line-height: 14px !important;
    margin: 0;
    margin-bottom: 6px;
    height: 30px;
}

.product-item .prod-info .prod-name:hover {
    font-weight: 900;
}

.inp_flex {
    padding-top: 0 !important
}

.product-item .prod-info .inf-item-hover {
    opacity: 0;
    text-align: center;
    margin-top: -34px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: #fff
}

.product-item .prod-info .inf-item-unhover {
    text-align: center;
    opacity: 1;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: #fff
}

.product-item .prod-info .inf-item {
    display: inline-block
}

.product-item .prod-info .inf-item .name {
    font-size: 12px;
    color: #000;
    margin: 0;
    margin-bottom: 3px
}

.product-item .prod-info .inf-item .val {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 37px;
    color: #d50501;
    font-size: 12px;
    margin-bottom: 0;
    font-family: "RobotoCondensedRegular"
}

.product-item .prod-info .mass {
    margin-left: 10px
}

.product-item .prod-info .cal {
    margin-left: 10px
}

.product-item .prod-info .prices {
    margin-top: 10px;
    position: absolute;
    bottom: 2px
}

.product-item .prod-info .prices .old-price {
    color: #d50501;
    font-size: 15px;
    position: relative;
    margin: 0;
    margin-left: 4px;
    font-family: "RobotoCondensedRegular"
}

.product-item .prod-info .prices .old-price b {
    font-size: 10px;
    font-family: "RobotoCondensedRegular";
    font-weight: 400
}

.product-item .prod-info .prices .old-price:after {
    width: 40px;
    height: 1px;
    background-color: #000;
    content: "";
    display: block;
    position: absolute;
    top: 8px
}

.product-item .prod-info .prices .new-price {
    font-size: 24px;
    color: #000;
    margin: 0;
    font-family: "RobotoCondensedRegular"
}

.product-item .prod-info .prices .new-price b {
    font-family: "RobotoCondensedRegular";
    font-size: 16px;
    font-weight: 400 !important
}

.product-item .prod-info .cart-add-butt {
    width: 77px;
    height: 31px;
    cursor: pointer;
    border: 1px solid #8a8a8a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    margin-top: -33px;
    right: 7px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.product-item .prod-info .cart-add-butt:hover {
    background-color: #37c837;
    border-color: #37c837
}

.product-item .prod-info .cart-add-butt:hover .icon {
    display: none
}

.product-item .prod-info .cart-add-butt:hover:after {
    display: inline
}

.product-item .prod-info .cart-add-butt:after {
    content: "В корзину";
    padding-top: 0;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    display: none
}

.product-item .prod-info .cart-add-butt .icon {
    width: 22px;
    height: 19px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/cart.png)
}

.info-btns-block .info-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px
}

.info-btns-block .info-buttons .fast-deliv img {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.info-btns-block .info-buttons li {
    list-style: none;
    margin-right: 66px
}

.info-btns-block .info-buttons li:last-child {
    margin-right: 0
}

.info-btns-block .info-buttons li a {
    text-decoration: none;
    color: #737373;
    font-size: 12px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.info-btns-block .info-buttons li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.info-btns-block .info-buttons li a .btn-img {
    margin-right: 15px
}

.info-btns-block .info-buttons li a .btn-img img {
    width: auto;
    height: 25px
}

.stock {
    width: 1190px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px
}

.stock img {
    width: 100%;
    margin: 0 auto
}

.mob-nav {
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1100;
    background-color: #ececec;
    padding-left: 15px;
    padding-right: 15px
}

.mob-nav li {
    margin-top: 0;
    position: relative;
    list-style: none;
    top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px
}

.mob-nav li:last-child {
    margin-right: 0
}

.mob-nav li a {
    text-align: center;
    font-size: 10px;
    color: #737373;
    text-decoration: none
}

.mob-nav .mb-cart .count {
    font-size: 15px;
    height: 23px;
    padding-top: 3px;
    color: #fff;
    background-color: #d50501;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
}

.mob-nav .mb-catal .icon {
    margin-bottom: 3px
}

.mob-nav .mb-catal .icon img {
    width: 24px;
    opacity: .8;
    height: 24px
}

.mob-nav .mb-main .icon {
    margin-bottom: 8px
}

.mob-nav .mb-main .icon img {
    width: auto;
    height: 14px
}

.mob-nav .mb-gift .icon {
    margin-bottom: 4px
}

.mob-nav .mb-gift .icon img {
    width: 24px;
    height: 24px
}

.mob-nav .mb-prof .icon {
    margin-bottom: 4px
}

.mob-nav .mb-prof .icon img {
    width: 23px;
    height: 24px
}

.footer-mob {
    display: none
}

.block-footer {
    background-color: #000;
    padding-top: 27px
}

.block-footer .footer-item .item-ttl {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px
}

.block-footer .docs li {
    list-style: none;
    margin-bottom: 6px
}

.block-footer .docs li a {
    text-decoration: none;
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #8f8f8f
}

.block-footer .docs li a:hover {
    border: none
}

.block-footer .delivery {
    margin-left: 30px
}

.block-footer .delivery .phone-num {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-family: "RobotoCondensedRegular";
    font-weight: 700
}


.block-footer .delivery .phone-num svg {
    width: 20px;
    margin-right: 10px
}

.block-footer .addr-block {
    margin-left: 40px
}

.block-footer .addr-block .adr {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.block-footer .soc-btns-block .item-ttl {
    font-size: 23px;
    margin-top: 1px
}

.block-footer .soc-btns-block .social-btns li {
    list-style: none;
    display: inline-block;
    margin-right: 11px
}

.block-footer .soc-btns-block .social-btns li a {
    text-decoration: none
}

.block-footer .points {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 30px;
    display: block
}

.breadcrumbs-block .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

.breadcrumbs-block .breadcrumbs img {
    margin-top: 0;
    margin-right: 5px
}

.breadcrumbs-block .breadcrumbs .link {
    text-decoration: none;
    border-bottom: 0;
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px
}

.breadcrumbs-block .breadcrumbs .link:hover {
    border-bottom: 0
}

.breadcrumbs-block .breadcrumbs p {
    margin: 0;
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 400
}

.page-ttl p {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 28px
}

.filter-block {
    margin-top: 35px
}

.noUi-handle:after {
    display: none !important
}

.noUi-handle:before {
    display: none !important
}

#slider-range-count {
    margin-top: 34px !important
}

#slider-range-count .after {
    right: 0;
    font-size: 14px;
    top: 14px;
    color: #a1a1a1;
    position: absolute
}

#slider-range-count .before {
    left: 0;
    font-size: 14px;
    top: 14px;
    color: #a1a1a1;
    position: absolute
}

#slider-range-count:after {
    display: none !important
}

#slider-range-count:before {
    display: none !important
}

#slider-range .after {
    right: 0;
    font-size: 14px;
    top: 14px;
    color: #a1a1a1;
    position: absolute
}

#slider-range .before {
    left: 0;
    font-size: 14px;
    top: 14px;
    color: #a1a1a1;
    position: absolute
}

#slider-range:after {
    display: none !important
}

#slider-range:before {
    display: none !important
}

#slider-range,
#slider-range-count {
    margin-top: 37px;
    width: 220px;
    height: 11px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #000;
    position: relative
}

#slider-range .noUi-base,
#slider-range-count .noUi-base {
    -webkit-border-radius: 0;
    border-radius: 0
}

#slider-range .noUi-connects,
#slider-range-count .noUi-connects {
    -webkit-border-radius: 0;
    border-radius: 0
}

#slider-range .noUi-connect,
#slider-range-count .noUi-connect {
    background-color: #fb7600
}

#slider-range .noUi-tooltip,
#slider-range-count .noUi-tooltip {
    bottom: -53px;
    background-color: transparent;
    border: none;
    color: #000;
    opacity: 0;
    font-size: 18px;
    font-weight: 700
}

#slider-range .noUi-touch-area,
#slider-range-count .noUi-touch-area {
    background-color: transparent;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: 7px solid transparent;
    border-top: 13px solid #000
}

#slider-range .noUi-handle,
#slider-range-count .noUi-handle {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 10px;
    height: 10px;
    right: -4px;
    top: -20px
}

.filter {
    width: 100%;
    border: 1px solid #666;
    padding: 30px;
    background-color: #fff;
    position: relative
}

.filter .f-modal-ttl {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px
}

.filter .fl-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.filter .fl-buttons .reset {
    margin-right: 20px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    cursor: pointer;
    text-decoration: none;
    display: block
}

.filter .fl-buttons .reset:hover {
    border-bottom: 1px solid transparent
}

.filter .fl-buttons .apply.butt-green {
    border: none;
    opacity: 1 !important
}

.filter .fl-buttons .apply {
    text-decoration: none;
    width: 196px;
    display: block;
    height: 31px;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #a1a1a1;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 0;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    opacity: .8
}

.filter .filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filter .filters-left {
    width: 223px
}

.filter .filters-right {
    margin-left: 30px;
    width: 900px
}

.filter .filters-right .fl-ttl {
    margin-bottom: 37px
}

.filter .filters-right .checkboxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 905px
}

.filter .filters-right .check {
    width: 23%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.filter .filters-right .check label {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 31px;
    align-self: flex-start;
    -ms-flex-item-align: start
}

.filter .filters-right .check label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #9f9ea0
}

.filter .filters-right .check label:before {
    width: 10px;
    height: 10px;
    background-color: #df751c;
    display: none;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 10
}

.filter .filters-right .check .checked:before {
    display: block
}

.filter .filters-right .check input[type=checkbox] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: none
}

.filter .fl-ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.filter .person-count {
    margin-top: 10px
}

.filter .person-count .fl-ttl {
    margin-bottom: 11px
}

.filter .person-count .prices-range,
.filter .price-filter .prices-range {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    font-family: "RobotoCondensedBold";
    font-weight: 900
}

.sortby-block .sortby-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
    margin-right: -11px;
    margin-left: -11px;
    flex-wrap: wrap;
    max-width: 1200px
}

.sortby-block .sortby-btns .sortby {
    list-style: none;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px
}

.sortby-block .sortby-btns .sortby a {
    cursor: pointer;
    width: 129px;
    height: 31px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}
.product-item .image {
    position: relative;
    overflow: hidden;
}

.sortby-block .sortby-btns .sortby a:hover {
    color: #fff;
    background-color: #fb7600;
    border: 1px solid transparent
}

.sortby-block .sortby-btns .sortby .active {
    color: #fff;
    background-color: #fb7600;
    border: 1px solid transparent
}

.product-list-block {
    margin-top: 30px
}

.product-list-block .product-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -10px;
    margin-left: -10px
}

.product-list-block .product-list .product-item {
    margin-bottom: 30px;
    margin-right: 0 !important;
    margin-right: 11px !important;
    margin-left: 11px;
    position: relative;
}

.amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin-left: 66px
}

.amount input {
    width: 53px;
    text-align: center;
    font-family: "RobotoCondensedRegular";
    color: #000;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
    border: 0
}

.amount .minus {
    cursor: pointer;
    background-image: url(../img/minus-gray.svg);
    width: 23px;
    height: 23px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.amount .plus {
    cursor: pointer;
    width: 23px;
    height: 23px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/plus-gray.svg);
    background-repeat: no-repeat
}

.product-card .switch-pages {
    width: 100%;
    padding: 0 40px 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    height: 100%;
    padding-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card .switch-pages .prev-page {
    display: block;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/page-arrow.svg)
}

.product-card .switch-pages .prev-page {
    display: block;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/page-arrow.svg);
    position: absolute;
    left: 0px;
    top: 265px;
}

.product-card .switch-pages .next-page {
    display: block;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(../img/page-arrow.svg);
    position: absolute;
    top: 275px;
    right: 40px;
}

.product-card .p-card {
    width: 981px;
    height: auto;
    border: 1px solid #666;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 30px 30px 30px 30px;
    margin: 0 auto;
    margin-top: 30px
}

.product-card .p-card .prod-desc-elem {
    margin-top: 20px;
    font-size: 14px
}

.product-card .p-card .prod-desc-elem .p-desc {
    color: #000
}

.product-card .p-card .prod-desc-elem .warning {
    color: #a1a1a1;
    margin-bottom: 0
}

.product-card .p-card .img {
    margin-right: 30px;
    max-width: 415px;
}

.product-card .p-card .img img {
    width: 100%;
}

.product-card .p-card div .picture-wrap {
    height:268px;
    overflow:hidden;
}

.product-card .p-card .img-default {
    width: 100%;
}

.product-card .p-card .img-default img {
    width: 70%;
    display: block;
}

.product-card .p-card .num {
    width: 84px;
    left: 0;
    top: 45px;
    font-family: "RobotoCondensedBold";
    text-align: center;
    padding-top: 6px;
    height: 41px;
    -webkit-border-radius: 0 21px 21px 0;
    border-radius: 0 21px 21px 0;
    background-color: #fff;
    color: #d50501;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    border: 1px solid #d9d8d9;
    border-left: 1px solid #666;
    left: -1px;
}
.product-card .p-card .card-info {
    width: 500px;
}

.product-card .p-card .card-info .card-name {
    color: #000;
    font-size: 26px;
    margin-top: -4px;
    font-weight: 700;
    margin-bottom: 0
}

.product-card .p-card .card-info .rate-stars {
    margin-top: 15px
}

.product-card .p-card .card-info .rate-stars .stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card .p-card .card-info .rate-stars .stars .star {
    width: 15px;
    height: 14px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/star-gray.svg);
    margin-right: 5px
}

.product-card .p-card .card-info .rate-stars .stars .star-checked {
    background-image: url(../img/star-color.svg)
}

.product-card .p-card .card-info .rate-stars .stars a {
    text-decoration: none;
    font-size: 16px;
    color: #5c5c5c;
    margin-left: 5px;
    height: 15px;
    font-family: "RobotoCondensedRegular"
}

.product-card .p-card .card-info .compos {
    margin-top: 25px
}

.product-card .p-card .card-info .compos .comp-txt {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 400
}

.product-card .p-card .card-info .compos a {
    color: #5c5c5c;
    font-size: 14px;
    font-style: normal;
    text-align: right;
    margin-left: auto;
    display: block;
    margin-top: -17px;
    text-decoration: underline
}

.product-card .p-card .card-info .compos a:hover {
    text-decoration: none
}

.product-card .p-card .card-info .compos .compose-items {
    color: #000;
    margin-top: 9px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 28px
}

.product-card .p-card .card-info .size-weight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.product-card .p-card .card-info .size-weight .size {
    margin-right: 95px
}

.product-card .p-card .card-info .size-weight .sz {
    font-size: 16px;
    color: #5c5c5c;
    margin-bottom: 0
}

.product-card .p-card .card-info .size-weight .value {
    font-size: 18px;
    font-weight: 700;
    color: #d50501
}

.product-card .p-card .card-info .ci-bott {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto 0;
}

.product-card .p-card .card-info .conditions {
    font-size: 14px;
    color: #a1a1a1;
    margin: 7px auto 0;
}

.product-card .p-card .card-info .price p {
    font-size: 62px;
    font-weight: 400;
    color: #000;
    font-family: "RobotoCondensedRegular";
    margin-bottom: 0
}

.product-card .p-card .card-info .price p b {
    font-size: 43px;
    font-family: "RobotoCondensedRegular";
    font-weight: 400
}

.product-card .p-card .card-info .cart-add-butt {
    margin-left: 40px;
    width: 124px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #8a8a8a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.product-card .p-card .card-info .cart-add-butt:hover {
    background-color: #37c837;
    border: none
}

.product-card .p-card .card-info .cart-add-butt:hover .icon {
    display: none
}

.product-card .p-card .card-info .cart-add-butt:hover:after {
    display: inline
}

.product-card .p-card .card-info .cart-add-butt:after {
    content: "В корзину";
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: none
}

.product-card .p-card .card-info .cart-add-butt .icon {
    width: 36px;
    height: 30px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/cart.png)
}

.product-card-set .switch-pages {
    height: 538px
}

.product-card-set .p-card {
    height: auto
}

.product-card-set .p-card .card-info .compos {
    position: relative
}

.product-card-set .p-card .card-info .compos .p-set-slider-arrows {
    width: 100%;
    position: absolute;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 205px
}

.product-card-set .p-card .card-info .compos .p-set-slider-arrows .ps-prev {
    cursor: pointer;
    width: 29px;
    height: 29px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/chevron.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    -webkit-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s
}

.product-card-set .p-card .card-info .compos .p-set-slider-arrows .ps-prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.product-card-set .p-card .card-info .compos .p-set-slider-arrows .ps-next {
    cursor: pointer;
    width: 29px;
    height: 29px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/chevron.svg);
    background-repeat: no-repeat;
    -webkit-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s
}

.product-card-set .p-card .card-info .compos .p-set-slider-arrows .ps-next:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.product-card-set .p-card .card-info .compos .p-set-slider {
    width: 393px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 30px
}

.product-card-set .p-card .card-info .compos .p-set-slider .p-set-item {
    width: 113px;
    height: 158px;
    position: relative;
    border: 1px solid #9f9ea0;
    margin-right: 24px
}

.product-card-set .p-card .card-info .compos .p-set-slider .p-set-item .open-image {
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
    left: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0
}

.product-card-set .p-card .card-info .compos .p-set-slider .p-set-item .open-image .icon {
    width: 35px;
    height: 35px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/zoom.svg)
}

.product-card-set .p-card .card-info .compos .p-set-slider .p-set-item p {
    margin: 0;
    margin-left: 7px
}

.product-card-set .p-card .card-info .compos .p-set-slider .p-set-item .ps-img img {
    width: 100%
}

.product-card-set .p-card .card-info .compos .p-set-slider .p-set-item .ps-num {
    width: 27px;
    height: 14px;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    background-color: #fff;
    color: #d50501;
    font-size: 8px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    font-family: "RobotoCondensedBold";
    top: 4px;
    padding-top: 2px;
    border: 1px solid #d9d8d9;
}

.product-card-set .p-card .card-info .compos .p-set-slider .p-set-item .ps-name {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 700
}

.product-card-set .p-card .card-info .compos .p-set-slider .p-set-item .ps-price {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 400;
    font-family: "RobotoCondensedRegular"
}

.product-card-set .p-card .card-info .compos .p-set-slider .p-set-item .ps-price b {
    font-weight: 400 !important;
    font-family: "RobotoCondensedRegular";
    font-size: 12px
}

.product-nutritional {
    margin-top: 58px
}

.product-nutritional .nutr-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 981px;
    margin: 0 auto;
    padding-right: 50px;
    position: relative
}

.product-nutritional .nutr-table:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50px
}

.product-nutritional .nutr-table:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 110px
}

.product-nutritional .nutr-table .type-block {
    width: 35%;
    padding-left: 47px
}

.product-nutritional .nutr-table .type-block p {
    font-size: 18px;
    color: #000;
    margin-bottom: 45px
}

.product-nutritional .nutr-table .nutritional {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-nutritional .nutr-table .nutritional .nutr-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px
}

.product-nutritional .nutr-table .nutritional .nutr-item p {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 45px
}

.sect-ttl {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px
}

.seen-product-block {
    margin-top: 25px;
    margin-bottom: 20px
}

.seen-product-block .seen-product {
    position: relative
}

.seen-product-block .seen-product .arrows {
    width: 100%;
    position: absolute;
    padding: 0 40px 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 264px
}

.seen-product-block .seen-product .arrows .prev {
    cursor: pointer;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/chevron.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.seen-product-block .seen-product .arrows .prev:hover {
    -webkit-transform: scale(1.1) rotate(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
}

.seen-product-block .seen-product .arrows .next {
    cursor: pointer;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/chevron.svg);
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.seen-product-block .seen-product .arrows .next:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.seen-product-block .seen-product-slider {
    width: 995px;
    margin: 0 auto
}

.rates-count {
    cursor: pointer
}

.reviews-block {
    margin-top: 63px
}

.reviews-block .flex-pos .review-butt {
    width: 196px;
    height: 31px;
    border: 1px solid #8a8a8a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    margin-left: auto !important;
    text-align: center;
    margin-bottom: 20px !important;
    padding-top: 4px;
    color: #666;
    cursor: pointer;
    margin-top: 30px;
    text-decoration: none;
    margin-left: 30px;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.reviews-block .flex-pos .review-butt:hover {
    background-color: #37c837;
    color: #fff;
    border-color: transparent
}

.reviews-block .sect-ttl {
    margin-bottom: 0
}

.reviews-block .reviews {
    height: 428px;
    overflow: auto;
    width: 100%
}

.reviews-block .reviews .reviewer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-top: 29px;
    border-bottom: 1px solid #000
}

.reviews-block .reviews .reviewer:last-child {
    border-bottom: 0
}

.reviews-block .reviews .reviewer img {
    height: 83px
}

.reviews-block .reviews .reviewer .r-info {
    margin-left: 30px
}

.reviews-block .reviews .reviewer .r-info p {
    margin: 0
}

.reviews-block .reviews .reviewer .r-info .r-name {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.reviews-block .reviews .reviewer .r-info .date {
    font-size: 12px;
    color: #000;
    float: left;
    margin-right: 23px;
    margin-top: 5px
}

.reviews-block .reviews .reviewer .r-info .stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px
}

.reviews-block .reviews .reviewer .r-info .stars .star {
    width: 13px;
    height: 12px;
    margin-right: 3px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/star-gray.svg)
}

.reviews-block .reviews .reviewer .r-info .stars .star-checked {
    background-image: url(../img/star-color.svg)
}

.reviews-block .reviews .reviewer .comment {
    clear: both;
    font-size: 16px;
    color: #000;
    position: relative;
    top: 15px
}

.send-review-modal {
    width: 300px;
    background-color: #fff;
    padding: 20px;
    margin: auto;
    position: relative
}

.send-review-modal p {
    margin: 0
}

.send-review-modal .form-name {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px
}

.send-review-modal .inpt-name {
    font-size: 12px;
    color: #000;
    margin-bottom: 10px
}

.send-review-modal textarea {
    resize: none;
    width: 100%;
    height: 86px;
}

.send-review-modal .inpt-name__counter-wrapper {
    margin-bottom: 30px;
    text-align: right;
}
.send-review-modal .r-submit {
    background-color: #fff;
    width: 196px;
    height: 31px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #8a8a8a;
    font-weight: 700;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    margin-left: 26px
}

.send-review-modal .r-submit:hover {
    background-color: #37c837;
    border-color: transparent;
    color: #fff
}

.send-review-modal .rate-prod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rate-prod__error {
    position: absolute;
    font-size: 10px;
    color: #d50501;
    display: none;
    margin-top: 10px;
}

.rate-prod__error--visible {
    display: block;
}
.rate-prod__wrapper {
    position: relative;
    margin-bottom: 25px;
}

.send-review-modal .rate-prod input {
    display: none
}

.send-review-modal .rate-prod label {
    margin-right: 12px;
    width: 29px;
    margin-bottom: 0;
    height: 27px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/star-gray.svg);
    cursor: pointer
}

.send-review-modal .rate-prod .star-checked {
    background-image: url(../img/star-color.svg)
}

.inpt {
    position: relative;
    margin-bottom: 5px
}

.inpt .show-pass {
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
    position: absolute;
    right: 35px;
    top: 45px
}

.inpt.hint .show-pass {
    top: 57px
}

.inpt .show-pass .show {
    display: none
}

.inpt .show-pass .hide {
    display: none
}

.inpt .show-pass .active {
    display: inline
}

.inpt .show-pass svg {
    width: 16px;
    height: 16px
}

.inpt label {
    color: #000;
    font-family: "RobotoCondensedRegular";
    font-size: 16px;
    font-weight: 400
}

.inpt label span {
    color: #d50501;
}

.inpt.hint label span {
    font-size: 12px;
    display: block;
}

.inpt.hint label span.required-tag {
    font-size: 14px;
    display: inline;
}

.inpt input {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    height: 50px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 40px
}

.inpt input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #000 !important;
    color: #000 !important
}

.inpt input:focus {
    border-color: #000
}

.inpt .invalid-msg {
    display: none;
    height: 14px
}

.inpt .invalid-check {
    display: none
}

.inpt .valid-check {
    display: none
}

.inpt .inv-msg-block {
    height: 14px !important
}

.invalid .invalid-msg {
    margin-top: 5px;
    display: inline;
    color: #d50501;
    font-family: "RobotoCondensedLight";
    font-size: 12px;
    font-weight: 300;
    height: 14px;
    left: 0
}

.invalid .invalid-check {
    display: block;
    position: absolute;
    right: 17px;
    top: 43px;
    width: 10px;
}

.valid .valid-check {
    position: absolute;
    right: 17px;
    display: block;
    top: 42px;
    width: 10px;
}

.inpt.hint .valid-check,
.inpt.hint .invalid-check {
    top: 54px;
}

.agree-pp {
    margin-left: 68px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 348px;
    margin-right: 31px
}

.agree-pp p {
    cursor: pointer;
    font-family: "RobotoCondensedLight"
}

.agree-pp label {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: #fff;
    display: block;
    margin-right: 8px;
    cursor: pointer;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.agree-pp label:hover {
    border-color: #868686
}

.agree-pp .l-checked {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.agree-pp .l-checked:after {
    position: absolute;
    content: "✔";
    display: block;
    font-size: 16px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #d50501;
    background-color: #37c837;
    color: #fff;
    width: 20px;
    text-align: center;
    height: 20px;
    left: -1px;
    top: -1px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.agree-pp input[type=checkbox] {
    display: none !important
}

main {
    min-height: calc(100vh - 470px);
    margin-top: 30px
}
.order-block-reg {
    text-align: center;
    font-size: 20px;
}

.order-block .compos-order .amount {
    margin-left: 0;
    width: 75px
}

.order-block .compos-order .amount input {
    width: 31px;
    font-weight: 500;
    font-size: 20px
}

.order-block .compos-order .amount .minus {
    width: 22px;
    height: 22px;
    background-image: url(../img/minus-gray.svg);
    margin-top: 2px
}

.order-block .compos-order .amount .plus {
    margin-top: 2px;
    width: 22px;
    background-image: url(../img/plus-gray.svg);
    height: 22px
}

.order-block .compos-order .co-ttl {
    font-family: 'RobotoCondensedBold';
    font-size: 48px;
    font-weight: 900;
    line-height: 50px
}

.order-block .compos-order .order-stages {
    width: 235px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: right;
    position: relative;
    margin-top: 7px
}

.order-block .compos-order .order-stages:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #d50501;
    position: absolute;
    left: 55px;
    top: 23px
}

.order-block .compos-order .order-stages:before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #d50501;
    position: absolute;
    left: 148px;
    top: 23px
}

.order-block .compos-order .order-stages .order-stage {
    width: 50px;
    height: 50px;
    border: 1px solid #d50501;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2px;
    cursor: pointer
}

.order-block .compos-order .order-stages .order-stage span {
    font-family: "RobotoCondensedRegular";
    padding-top: 2px;
    color: #d50501;
    font-size: 34px
}

.order-block .compos-order .order-stages .os-active {
    background-color: #d50501;
    font-weight: 700
}

.order-block .compos-order .order-stages .os-active span {
    color: #fff;
    font-family: "RobotoCondensedBold"
}

.order-block .compos-order .amounts-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 16px
}

.order-block .compos-order .amounts-order .amounts-prod-block {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 675px;
    border: 1px solid silver;
    background-color: #fff
}

.order-block .compos-order .amounts-order .amounts-prod-block .amount-pb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 67px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.order-block .compos-order .amounts-order .amounts-prod-block .amount-pb:last-child:after {
    display: none
}

.order-block .compos-order .amounts-order .amounts-prod-block .amount-pb .product-name {
    color: #d50501;
    font-family: "RobotoCondensedBold";
    font-size: 20px;
    font-weight: 700
}

.order-block .compos-order .amounts-order .amounts-prod-block .amount-pb .product-name span {
    color: #000
}

.order-block .compos-order .amounts-order .amounts-prod-block .amount-pb:after {
    content: "";
    width: 630px;
    bottom: -1px;
    height: 1px;
    left: 20px;
    background-color: #ededed;
    position: absolute
}

.order-block .compos-order .amounts-order .amounts-prod-block .amount-pb .remove-prod {
    width: 14px;
    height: 14px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/close.svg);
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 8px;
    cursor: pointer
}

.order-block .compos-order .amounts-order .amounts-prod-block .amount-pb .interact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 67px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.order-block .compos-order .amounts-order .amounts-prod-block .amount-pb .interact .mob-right {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.order-block .compos-order .amounts-order .amounts-prod-block .amount-pb .prod-price {
    margin-left: 25px;
    color: #000;
    font-family: "RobotoCondensedRegular";
    font-size: 20px;
    margin-top: 2px;
    font-weight: 400;
    margin-bottom: 0;
    min-width: 65px;
    text-align: right
}

.order-block .compos-order .amounts-order .amounts-prod-block .amount-pb .prod-price b {
    font-family: "RobotoCondensedRegular";
    font-weight: 400
}

.order-block .compos-order .amounts-order .amounts-prod-block .amount-pb p {
    margin: 0
}

.order-block .compos-order .amounts-order .amounts-option-block {
    width: 475px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: #fff
}

.order-block .compos-order .amounts-order .amounts-option-block .option-composition {
    color: #a9a8b1;
    font-size: 14px;
}
/* .order-block .compos-order .amounts-order .amounts-option-block .option-composition ul{
    list-style: none;
    font-size: 14px;
} */

.order-block .compos-order .amounts-order .amounts-option-block p {
    margin: 0
}

.order-block .compos-order .amounts-order .amounts-option-block .amount-ob {
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.order-block .compos-order .amounts-order .amounts-option-block .amount-ob .option-name {
    color: #000;
    font-family: "RobotoCondensedRegular";
    font-size: 20px
}

.order-block .compos-order .amounts-order .amounts-option-block .amount-ob:last-child:after {
    display: none
}

.order-block .compos-order .amounts-order .amounts-option-block .amount-ob .option-price {
    margin-left: 7px;
    color: #000;
    font-family: "RobotoCondensedRegular";
    font-size: 20px;
    font-weight: 400;
    min-width: 65px;
    text-align: right
}

.order-block .compos-order .amounts-order .amounts-option-block .amount-ob .option-price b {
    font-family: "RobotoCondensedRegular";
    font-weight: 400
}

.order-block .compos-order .amounts-order .amounts-option-block .amount-ob:after {
    content: "";
    width: 430px;
    bottom: -1px;
    height: 1px;
    left: 20px;
    background-color: #ededed;
    position: absolute
}

.order-block .compos-order .amounts-order .amounts-option-block .amount-ob .interact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.order-block .compos-order .amounts-order .amounts-option-block .amount-ob .interact .mob-right {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.order-block .compos-order .total-block {
    width: 100%;
    height: 73px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
    margin-bottom: 20px;
    padding-bottom: 2px
}

.order-block .compos-order .total-block .dashed {
    width: 437px;
    position: absolute;
    height: 1px;
    bottom: 24px;
    left: 130px;
    border-bottom: 1px dashed #8f8f8f
}

.order-block .compos-order .total-block .sum {
    font-family: "RobotoCondensedRegular";
    font-weight: 400;
    font-size: 32px;
    position: relative;
    z-index: 1;
    background-color: #ededed
}

.order-block .compos-order .total-block .sum b {
    font-size: 28px;
    font-family: "RobotoCondensedRegular";
    font-weight: 400
}

.order-block .compos-order .total-block .txt {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 32px;
    position: relative;
    z-index: 1;
    font-weight: 900;
    background-color: #ededed
}

.order-block .compos-order .total-block .discount {
    width: 675px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 30px;
    position: relative
}

.order-block .compos-order .total-block .total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 10px;
    position: relative;
    width: 475px
}

.order-block .compos-order .total-block .total .dashed {
    width: 242px;
    left: 115px
}

.order-block .compos-order .total-block .total .sum {
    color: #000
}

.order-block .compos-order .continue-form {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    background-color: #ededed;
    margin-bottom: 20px
}

.order-block .compos-order .continue-form .cf-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.order-block .compos-order .continue-form .cf-bottom .required-tag {
    color: #8f8f8f;
    font-family: "RobotoCondensedRegular";
    font-size: 16px;
    margin-bottom: 2px;
    width: 160px
}

.order-block .compos-order .continue-form .cf-bottom .required-tag .rt-star {
    color: #d50501
}

.order-block .compos-order .continue-form .cf-bottom .agree-pp {
    margin-left: 37px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -7px;
    width: 348px;
    margin-right: 31px
}

.order-block .compos-order .continue-form .cf-bottom .agree-pp label {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: #fff;
    display: block;
    margin-right: 8px;
    cursor: pointer;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.order-block .compos-order .continue-form .cf-bottom .agree-pp label:hover {
    border-color: #868686
}

.order-block .compos-order .continue-form .cf-bottom .agree-pp .l-checked {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.order-block .compos-order .continue-form .cf-bottom .agree-pp .l-checked:after {
    position: absolute;
    content: "\2714\fe0e";
    display: block;
    font-size: 16px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #d50501;
    background-color: #37c837;
    color: #fff;
    width: 20px;
    text-align: center;
    height: 20px;
    left: -1px;
    top: -1px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.order-block .compos-order .continue-form .cf-bottom .agree-pp input[type=checkbox] {
    display: none
}

.order-block .compos-order .continue-form .cf-bottom .one-click-butt {
    width: 270px;
    cursor: pointer;
    margin-left: 0;
    height: 50px;
    font-family: "RobotoCondensedBold" !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #a1a1a1;
    display: block;
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
    color: #a1a1a1;
    opacity: .9;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.order-block .compos-order .continue-form .cf-bottom .one-click-butt:hover {
    color: #a1a1a1;
    border: 3px solid #a1a1a1
}

.order-block .compos-order .continue-form .cf-bottom .continue-butt {
    width: 270px;
    margin-left: 20px;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #a1a1a1;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    font-family: "RobotoCondensedBold";
    font-size: 20px;
    font-weight: 900;
    padding-top: 13px;
    opacity: .9
}

.order-block .compos-order .continue-form .cf-bottom .continue-butt img {
    margin-left: 11px
}

.order-block .compos-order .continue-form p {
    margin: 0;
    font-family: 'RobotoCondensedLight'
}

.order-block .compos-order .continue-form .inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order-block .compos-order .continue-form .inputs .inpt {
    width: 270px;
    position: relative
}

.order-block .compos-order .continue-form .inputs .inpt label {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 18px;
    font-weight: 300
}

.order-block .compos-order .continue-form .inputs .inpt label span {
    color: #d50501
}

.order-block .compos-order .continue-form .inputs .inpt input {
    width: 270px;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: #fff;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    font-weight: 300
}

.order-block .compos-order .continue-form .inputs .inpt input:focus {
    border-color: #868686
}

.continue-butt {
    width: 270px;
    cursor: pointer !important;
    margin-left: 20px;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #a1a1a1;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    font-family: "RobotoCondensedBold";
    font-size: 20px;
    font-weight: 900;
    opacity: .9;
    padding-top: 10px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.continue-butt:active {
    background-color: #a1a1a1 !important
}

.continue-butt:hover {
    background-color: #a1a1a1 !important
}

.continue-butt img {
    margin-left: 11px
}

.delivery-pickup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 20px
}

.delivery-pickup .del-pick-block {
    width: 785px;
    height: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ededed;
    padding: 20px
}

.delivery-pickup .del-pick-block .switch-butt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.delivery-pickup .del-pick-block .switch-butt p {
    margin: 0;
    color: #000;
    font-family: "RobotoCondensedRegular";
    font-size: 18px
}

.delivery-pickup .del-pick-block .switch-butt input {
    display: none
}

.delivery-pickup .del-pick-block .switch-butt label {
    margin-left: 13px;
    margin-right: 13px;
    width: 55px;
    height: 27px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    position: relative;
    cursor: pointer
}

.delivery-pickup .del-pick-block .switch-butt label span {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 21px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    height: 21px;
    background-color: #d50501
}

.delivery-pickup .del-pick-block .radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.delivery-pickup .del-pick-block .radio:hover .dt-radio-active {
    border-color: #d50501 !important
}

.delivery-pickup .del-pick-block .radio:hover label {
    border-color: #868686
}

.delivery-pickup .del-pick-block .radio input {
    display: none
}

.delivery-pickup .del-pick-block .radio label {
    cursor: pointer;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid silver;
    background-color: #fff;
    margin-right: 10px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.delivery-pickup .del-pick-block .radio label:hover {
    border-color: #868686
}

.delivery-pickup .del-pick-block .radio .dt-radio-active {
    border: 2px solid #d50501;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.delivery-pickup .del-pick-block .radio .dt-radio-active span {
    width: 10px;
    display: block;
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #d50501
}

.delivery-pickup .del-pick-block .radio .radio-name {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 18px;
    font-weight: 300;
    cursor: pointer
}

.delivery-pickup .del-pick-block .dp-addr-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.delivery-pickup .del-pick-block .dp-addr-form .input-street {
    position: relative
}


.input-street-wrapper {
    display: flex;
    justify-content: space-between;
}

.delivery-pickup .del-pick-block .dp-addr-form .input-street .input-street-wrapper div {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.delivery-pickup .del-pick-block .dp-addr-form .input-street input {
    width: 100%;
}

.dp-addr-form-input {
    display: flex;
    justify-content: space-between;
}
.dp-addr-form-input div {
    width: 45%;
}

.delivery-pickup .del-pick-block .dp-addr-form .inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.delivery-pickup .del-pick-block .dp-addr-form .inputs .bottom {
    margin-top: 20px
}

.delivery-pickup .del-pick-block .dp-addr-form .inputs .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 295px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.delivery-pickup .del-pick-block .dp-addr-form .inputs .top .inpt input {
    width: 85px
}

.delivery-pickup .del-pick-block .dp-addr-form .inputs .top .inpt input:focus {
    border-color: #868686
}

.delivery-pickup .del-pick-block .dp-addr-form .inpt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.delivery-pickup .del-pick-block .dp-addr-form .inpt textarea {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: #fff;
    height: 67px;
    resize: none;
    padding: 5px
}

.delivery-pickup .del-pick-block .dp-addr-form .inpt textarea:focus {
    border-color: #868686
}

.delivery-pickup .del-pick-block .dp-addr-form .inpt label {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 18px;
    font-weight: 300
}

.delivery-pickup .del-pick-block .dp-addr-form .inpt label span {
    color: #d50501
}

.delivery-pickup .del-pick-block .dp-addr-form .inpt input {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px
}

.delivery-pickup .del-pick-block .dp-addr-form .inpt input:focus {
    border-color: #868686
}



.delivery-pickup .del-pick-block .delivery-time .txt {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 18px;
    font-weight: 300
}

.delivery-pickup .del-pick-block .delivery-time .time-date-inputs {
    display: none;
    margin-top: 10px
}

.delivery-pickup .del-pick-block .delivery-time .time-date-inputs #certain-time {
    width: 60px
}

.delivery-pickup .del-pick-block .delivery-time .time-date-inputs .inpt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 20px
}

.delivery-pickup .del-pick-block .delivery-time .time-date-inputs .inpt input {
    padding-left: 7px;
    text-align: center;
    padding-right: 7px;
    width: 100px;
    height: 35px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: #fff
}

.delivery-pickup .del-pick-block .delivery-time .time-date-inputs .inpt label {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 18px;
    font-weight: 300
}

.delivery-pickup .del-pick-block .required-tag {
    margin-top: 24px
}

.delivery-pickup .del-pick-block .required-tag p {
    margin: 0;
    color: #8f8f8f;
    font-family: "RobotoCondensedRegular";
    font-size: 18px
}

.delivery-pickup .del-pick-block .required-tag p .rt-star {
    color: #d50501
}

.delivery-pickup .del-pick-block .pick-addresses {
    margin-top: 10px;
    margin-bottom: 30px;
    height: 165px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: none
}

.delivery-pickup .del-pick-block .pick-addresses .radio {
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: 40px
}

.delivery-pickup .dp-total-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.delivery-pickup .dp-total-block .info-block {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 365px;
    border: 1px solid #ededed
}

.delivery-pickup .dp-total-block .dashed {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #8f8f8f;
    position: absolute;
    bottom: 22px
}

.delivery-pickup .dp-total-block .total-item {
    width: 365px;
    height: 114px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-top: -1px;
    padding: 20px;
    background-color: #ededed
}

.delivery-pickup .dp-total-block .total-item .txt {
    background-color: #ededed;
    padding-right: 5px;
    position: relative;
    z-index: 1
}

.delivery-pickup .dp-total-block .total-item .sum {
    background-color: #ededed;
    padding-left: 5px;
    position: relative;
    bottom: 0;
    z-index: 1;
    font-family: "RobotoCondensedRegular"
}

.delivery-pickup .dp-total-block .total-item .discount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000
}

.delivery-pickup .dp-total-block .total-item .discount .dashed {
    bottom: 20px
}

.delivery-pickup .dp-total-block .total-item .total {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.delivery-pickup .dp-total-block .total-item .total .dashed {
    bottom: 25px
}

.delivery-pickup .dp-total-block .total-item .total .txt {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 32px;
    background-color: #ededed;
    font-weight: 900;
    position: relative;
    z-index: 1;
    padding-right: 5px
}

.delivery-pickup .dp-total-block .total-item .total .sum {
    color: #000;
    font-family: "RobotoCondensedRegular";
    bottom: 0;
    font-size: 32px;
    background-color: #ededed;
    position: relative;
    z-index: 1;
    padding-left: 5px
}

.delivery-pickup .dp-total-block .client-info {
    width: 100%;
    padding: 20px;
    padding-top: 10px;
    color: #000
}

.delivery-pickup .dp-total-block .client-info p {
    margin: 0
}

.delivery-pickup .dp-total-block .client-info .ci-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: 12px
}

.delivery-pickup .dp-total-block .client-info .ci-item .dashed {
    bottom: 3px
}

.delivery-pickup .dp-total-block .client-info .ci-item .txt {
    background-color: #fff;
    padding-right: 5px;
    position: relative;
    z-index: 1
}

.delivery-pickup .dp-total-block .client-info .ci-item .val {
    background-color: #fff;
    padding-left: 5px;
    position: relative;
    z-index: 1
}

.delivery-pickup .dp-total-block .next-butt .continue-butt {
    margin-left: 0;
    text-decoration: none;
    width: 100%;
    margin-top: 38px
}

.delivery-pickup .dp-total-block .next-butt .continue-butt:hover {
    color: #fff
}

.dp-total-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dp-total-block .info-block {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 365px;
    border: 1px solid #ededed
}

.dp-total-block .dashed {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #8f8f8f;
    position: absolute;
    bottom: 22px
}

.dp-total-block .total-item {
    width: 365px;
    height: 114px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-top: -1px;
    padding: 20px;
    background-color: #ededed
}

.dp-total-block .total-item .txt {
    background-color: #ededed;
    padding-right: 5px;
    position: relative;
    z-index: 1
}

.dp-total-block .total-item .sum {
    background-color: #ededed;
    padding-left: 5px;
    position: relative;
    bottom: 0;
    z-index: 1;
    font-family: "RobotoCondensedRegular"
}

.dp-total-block .total-item .discount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000
}

.dp-total-block .total-item .discount .dashed {
    bottom: 20px
}

.dp-total-block .total-item .total {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dp-total-block .total-item .total .dashed {
    bottom: 25px
}

.dp-total-block .total-item .total .txt {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 32px;
    background-color: #ededed;
    font-weight: 900;
    position: relative;
    z-index: 1;
    padding-right: 5px
}

.dp-total-block .total-item .total .sum {
    color: #000;
    font-family: "RobotoCondensedRegular";
    bottom: 0;
    font-size: 32px;
    background-color: #ededed;
    position: relative;
    z-index: 1;
    padding-left: 5px
}

.dp-total-block .client-info {
    width: 100%;
    padding: 20px;
    padding-top: 10px;
    color: #000
}

.dp-total-block .client-info p {
    margin: 0
}

.dp-total-block .client-info .ci-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: 12px
}

.dp-total-block .client-info .ci-item .dashed {
    bottom: 3px
}

.dp-total-block .client-info .ci-item .txt {
    background-color: #fff;
    padding-right: 5px;
    position: relative;
    z-index: 1
}

.dp-total-block .client-info .ci-item .val {
    background-color: #fff;
    padding-left: 5px;
    position: relative;
    z-index: 1
}

.continue-butt {
    color: #fff !important
}

.order2 {
    display: none
}

.order3 {
    display: none
}

.modal-privacy-policy {
    max-width: 470px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto
}

.modal-mybonuses {
    max-width: 450px;
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0 auto
}

.delivery-pickup .del-pick-block .pay-ttl {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 32px;
    font-weight: 900
}

.delivery-pickup .del-pick-block .pay-method {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.delivery-pickup .del-pick-block .pay-method .pm-item {
    width: 235px;
    height: 100px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.delivery-pickup .del-pick-block .pay-method .pm-item .pm-icon img {
    width: auto;
    height: 50px
}

.delivery-pickup .del-pick-block .pay-method .pm-item .check-icon {
    display: none
}

.delivery-pickup .del-pick-block .pay-method .pm-item p {
    margin: 0
}

.delivery-pickup .del-pick-block .pay-method .pm-item .pm-text {
    margin-left: 15px;
    font-family: "RobotoCondensedRegular";
    font-size: 24px;
    color: #000
}

.delivery-pickup .del-pick-block .notify-mainteance {
    margin: 16px 0;
    color: #f00;
}

.delivery-pickup .del-pick-block .pay-method .pm-active {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    position: relative;
    border: 2px solid #37c837
}
.sitemap-block {
    padding: 50px 0
}

.sitemap-block ul {
    padding-left: 40px
}

.delivery-pickup .del-pick-block .pay-method .pm-active .check-icon {
    display: block
}

.delivery-pickup .del-pick-block .pay-method .pm-active .check-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    right: -10px;
    top: -10px;
    padding-top: 1px;
    color: #fff;
    background-color: #37c837
}

.delivery-pickup .del-pick-block .pay-method .pm-active .check-icon img {
    margin-top: -4px
}

.delivery-pickup .del-pick-block .change-inpt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px
}

.delivery-pickup .del-pick-block .change-inpt .inpt {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.delivery-pickup .del-pick-block .change-inpt .inpt label {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 9px
}

.delivery-pickup .del-pick-block .change-inpt .inpt label span {
    color: #d50501
}

.delivery-pickup .del-pick-block .change-inpt .inpt input {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    width: 307px;
    height: 50px;
    background-color: #fff;
    padding-left: 15px
}

.delivery-pickup .del-pick-block .change-inpt .checkbox-spend-bonuses {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    margin-right: 0 !important
}

.delivery-pickup .del-pick-block .change-inpt .checkbox-spend-bonuses p {
    margin: 0;
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 16px;
    font-weight: 300
}

.delivery-pickup .del-pick-block .change-inpt .checkbox-spend-bonuses p a {
    color: #d50501;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    text-decoration: none
}

.delivery-pickup .del-pick-block .change-inpt .checkbox-spend-bonuses p a:hover {
    color: #d50501
}

.delivery-pickup .del-pick-block .change-inpt .checkbox-spend-bonuses input {
    display: none
}

.delivery-pickup .del-pick-block .change-inpt .checkbox-spend-bonuses label {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: #fff;
    display: block;
    margin-right: 8px;
    cursor: pointer;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.delivery-pickup .del-pick-block .change-inpt .checkbox-spend-bonuses label:hover {
    border-color: #868686
}

.delivery-pickup .del-pick-block .change-inpt .checkbox-spend-bonuses .l-checked {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.delivery-pickup .del-pick-block .change-inpt .checkbox-spend-bonuses .l-checked:after {
    position: absolute;
    content: "✔";
    display: block;
    font-size: 16px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #d50501;
    background-color: #37c837;
    color: #fff;
    width: 20px;
    text-align: center;
    height: 20px;
    left: -1px;
    top: -1px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.delivery-pickup .del-pick-block .third-page {
    margin-bottom: 18px
}

.banner-block .quote {
    font-style: normal !important
}

.banner-block .quote-author {
    font-style: normal !important
}

.thankyou-block {
    margin-top: 50px;
    text-align: center
}

.thankyou-block img {
    width: 225px;
    margin-right: 30px
}

.thankyou-block p {
    margin: 0;
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 16px;
    font-weight: 300
}

.thankyou-block p a {
    color: #d50501;
    text-decoration: none;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.thankyou-block p a:hover {
    color: #d50501
}

.thankyou-block .thankyou-order-issued {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: "RobotoCondensedBold";
    font-size: 32px;
    font-weight: 900;
    line-height: 58px;
    margin-bottom: 30px
}

.thankyou-block .thankyou-name {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 32px;
    font-weight: 900;
    margin-top: 20px
}

.thankyou-block .contact-manager {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 19px;
    margin-top: 5px
}

.thankyou-block .bottom-text {
    margin-bottom: 90px
}

.butt-submit-form {
    width: 100%;
    cursor: pointer;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #a1a1a1;
    color: #fff;
    font-family: "RobotoCondensedBold";
    font-size: 20px;
    border: none;
    font-weight: 900;
    opacity: .8;
    margin-top: 20px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.butt-submit-form:disabled {
    opacity: .6
}

.butt-submit-form:disabled:hover {
    background-color: #37c837
}

.butt-submit-form:hover {
    background-color: #37c837;
    opacity: 1
}

#password-change .butt-submit-form:hover {
    background-color: #a1a1a1;
    opacity: .8
}

.butt-submit-form:active {
    background-color: #37c837
}

.modal-pass-recovery {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    margin: auto;
    background-color: #fff;
    position: relative;
    width: 540px
}

.modal-pass-recovery .modal-ttl {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 32px;
    font-weight: 900
}

.modal-pass-recovery .info-text {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ededed;
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 16px;
    font-weight: 300;
    padding: 10px 15px 10px 15px
}

.modal-pass-recovery .pass-recovery-sub {
    width: 100%;
    cursor: pointer;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #a1a1a1;
    color: #fff;
    opacity: .8;
    font-family: "RobotoCondensedBold";
    font-size: 20px;
    border: none;
    font-weight: 900;
    margin-top: 10px
}

.modal-pass-recovery .valid .valid-check {
    top: 15px
}

.modal-pass-recovery .invalid .invalid-check {
    top: 15px
}

.modal-pass-recovery .inpt {
    margin-top: 20px;
    margin-bottom: 10px
}

.modal-pass-recovery .inpt input {
    width: 100%
}

.page-title {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px
}

.auth-block {
    width: 580px;
    border: 1px solid #ededed;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px
}

.auth-block .bottom-social {
    height: 161px;
    background-color: #ededed;
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.auth-block .bottom-social .login-social-text {
    color: #8f8f8f;
    text-align: center;
    font-family: "RobotoCondensedRegular";
    font-size: 20px
}

.auth-block .bottom-social .login-social-buttons {
    width: 300px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.login-social-buttons div {
    margin: 0 auto
}

.ulogin-buttons-container div {
    border-radius: 3px !important
}

.auth-block .bottom-social .login-social-buttons .login-social a {
    cursor: pointer
}

.auth-block .bottom-social .login-social-buttons .login-social a img {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    width: 32px;
    height: 32px
}

.auth-block .bottom-social .login-social-buttons .login-social a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.auth-block .bottom-social .auth-signup-butt a {
    display: block;
    width: 100%;
    height: 52px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    text-align: center;
    padding-top: 12px;
    color: #000;
    font-family: "RobotoCondensedRegular";
    font-size: 20px;
    text-decoration: none;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.auth-block .bottom-social .auth-signup-butt a:hover {
    background-color: #37c837;
    color: #fff;
    font-size: 22px
}

.auth-block .top-auth {
    background-color: #fff;
    padding: 20px
}

.auth-block .top-auth .auth-butts {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.auth-block .top-auth .auth-butts .forgot-pass a {
    text-decoration: none;
    color: #000;
    font-family: "RobotoCondensedRegular";
    font-size: 20px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    cursor: pointer
}

.auth-block .top-auth .auth-butts .forgot-pass a:hover {
    color: #d50501
}

.auth-block .top-auth .auth-butts .login-butt button {
    width: 270px;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #a1a1a1;
    color: #fff;
    font-family: "RobotoCondensedBold";
    font-size: 20px;
    font-weight: 900;
    border: none;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.auth-block .top-auth .inputs .inpt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px
}

.auth-block .top-auth .inputs .inpt input {
    width: 100%
}

.form-inputs-block {
    width: 580px;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ededed;
    background-color: #fff
}

.form-inputs-block .butt-submit-form {
    cursor: pointer;
    margin-top: 15px;
    background-color: #a1a1a1;
    opacity: .8
}

.form-inputs-block .butt-submit-form:hover {
    background-color: #a1a1a1 !important;
    opacity: .8 !important
}

.form-inputs-block .agree-pp {
    margin-left: 0
}

.form-inputs-block .inpt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.pass-recovery-form button {
    margin-top: 10px !important
}

.banner-block {
    height: 260px;
    padding-top: 100px;
    -webkit-background-size: 460px 460px;
    background-size: 460px;
    background-repeat: no-repeat;
    background-position: center
}

.quote-block {
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.quote-block img {
    margin-right: 0
}

.quote-block .quote {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    margin-top: 10px
}

.quote-block .quote-author {
    color: #8f8f8f;
    font-family: "RobotoCondensedLight";
    font-style: italic;
    font-size: 20px;
    font-weight: 300
}

.bcrumbs-articles .link {
    color: #d61919 !important;
    border-bottom: 0 !important
}

.left-page-title {
    text-align: left !important;
    margin-top: 0;
    line-height: 66px;
    margin-bottom: 0
}

.articles-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 29px;
    margin-right: -10px;
    margin-left: -10px
}

.articles-block .article {
    position: relative;
    height: 497px;
    margin-bottom: 20px;
    width: 270px;
    border: 1px solid silver;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: #fff;
    margin-right: 10px;
    margin-left: 10px
}

.articles-block .article .article-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.articles-block .article:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.articles-block .article .article-image {
    width: 230px;
    min-height: 230px !important;
    max-height: 230px;
    height: 230px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.articles-block .article .article-title {
    text-decoration: none;
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    min-height: 48px
}

.articles-block .article .article-description {
    color: #000;
    margin-top: 10px;
    font-family: "RobotoCondensedLight";
    font-size: 16px;
    line-height: 22px;
    font-weight: 300
}

.article-page h1 {
    margin-top: 10px;
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 48px;
    line-height: 58px;
    font-weight: 900
}

.article-page h2 {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-weight: 900;
    font-size: 32px
}

.article-page h3 {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 28px;
    font-weight: 900
}

.article-page h4 {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 24px;
    font-weight: 900
}

.article-page h5 {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 20px;
    font-weight: 900
}

.article-page h6 {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 16px;
    font-weight: 900
}

.article-page .art-page-title {
    margin-bottom: 28px
}

.article-page .top-art {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px
}

.article-page .two-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.article-page .two-columns .text-item {
    width: 49%
}

.text-item iframe {
    width: 100%;
    height: 100%;
}

.article-page .three-columns {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

.article-page .three-columns img {
    margin-right: 0
}

.article-page .three-columns .text-item {
    width: 31%
}

.article-page .four-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px
}

.article-page .four-columns img {
    margin-right: 0
}

.article-page .four-columns .text-item {
    width: 24%;
    line-height: 28px
}

.article-page .img-descript {
    color: #8f8f8f;
    font-family: "RobotoCondensedLight";
    font-style: italic;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 58px
}

.article-page .lists-block {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.article-page .lists-block .list {
    margin-right: 100px
}

.article-page ul.inner {
    padding-left: 40px;
    margin-bottom: 19px
}

.article-page ul.inner li {
    margin-bottom: 4px
}

.article-page ul.sushi-marker {
    padding-left: 40px;
    margin-bottom: 19px
}

.article-page ul.sushi-marker li {
    list-style: none;
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 9px;
    position: relative
}

.article-page ul.sushi-marker li:after {
    content: "";
    width: 17px;
    height: 16px;
    display: block;
    position: absolute;
    top: 5px;
    left: -28px;
    background-image: url(../img/sushi-marker.svg)
}

.article-page ol.inner {
    margin-top: 10px
}

.article-page ol.inner li {
    margin-bottom: 10px
}

.article-page ol.inner li:before {
    color: #8f8f8f;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    font-weight: 300;
    left: -30px
}

.article-page ol {
    margin-bottom: 19px;
    padding-left: 40px;
    list-style: none;
    counter-reset: li
}

.article-page ol li {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 9px;
    position: relative
}

.article-page ol li:before {
    color: #d50501;
    position: absolute;
    left: -20px;
    font-family: "RobotoCondensedBold";
    font-style: italic;
    font-size: 20px;
    font-weight: 600;
    counter-increment: li;
    content: counters(li, ".") ". "
}

.article-page img {
    margin-right: 20px;
    margin-bottom: 7px
}

.article-page a {
    text-decoration: none;
    color: #d50501
}

.article-page a:hover {
    color: #d50501
}

.article-page .text-item {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    font-weight: 300;
    line-height: 29px
}

.article-page .text-item b {
    font-family: "RobotoCondensedBold";
    font-weight: 700
}

.article-page .quote-block {
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px
}

.article-page .quote-block img {
    margin-right: 0
}

.article-page .quote-block .quote {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-style: italic;
    font-size: 28px;
    font-weight: 300;
    margin-top: 10px
}

.article-page .quote-block .quote-author {
    color: #8f8f8f;
    font-family: "RobotoCondensedLight";
    font-style: italic;
    font-size: 20px;
    font-weight: 300
}

.article-table {
    width: 100%;
    margin-bottom: 50px
}

.article-table .table-head {
    background-color: #ededed
}

.article-table .row-article-table {
    padding: 26px 30px 26px 30px;
    height: 80px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ededed
}

.article-table .row-article-table p {
    margin: 0
}

.article-table .row-article-table .column-title {
    width: 185px
}

.article-table .row-article-table .column-title p {
    color: #8f8f8f;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    font-weight: 300
}

.article-table .row-article-table .row-title {
    width: 185px
}

.article-table .row-article-table .row-title p {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    font-weight: 300
}

.article-table .row-article-table .row-title.long p {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 20px;
    font-weight: 900
}

.article-table .row-article-table .long {
    width: 375px
}

.vacancy-block {
    margin-top: 29px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

.vacancy-block .vacancy-list .vacancy-item {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: #fff;
    width: 470px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.vacancy-block .vacancy-list .vacancy-item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.vacancy-block .vacancy-list .vacancy-item .vacancy-info {
    margin-left: 20px;
    margin-top: 5px
}

.vacancy-block .vacancy-list .vacancy-item .vacancy-info .vac-open-info {
    display: none;
    margin-top: 25px
}

.vacancy-block .vacancy-list .vacancy-item .vacancy-info .vac-open-info .vac-text {
    font-family: "RobotoCondensedRegular";
    font-size: 16px;
    color: #000;
    margin-bottom: 2px;
    font-weight: 600
}

.vacancy-block .vacancy-list .vacancy-item .vacancy-info .vac-open-info .vac-list1 {
    margin-bottom: 20px
}

.vacancy-block .vacancy-list .vacancy-item .vacancy-info .vac-open-info ul {
    padding-left: 20px;
    margin: 0
}

.vacancy-block .vacancy-list .vacancy-item .vacancy-info .vac-open-info ul li {
    list-style: none;
    margin-bottom: 3px;
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 14px;
    font-weight: 300;
    position: relative
}

.vacancy-block .vacancy-list .vacancy-item .vacancy-info .vac-open-info ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 8px;
    width: 15px;
    height: 1px;
    background-color: #000
}

.vacancy-block .vacancy-list .vacancy-item .vacancy-info .vacancy-descript {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 16px;
    font-weight: 300;
    margin-top: 19px
}

.vacancy-block .vacancy-list .vacancy-item .vacancy-info .vacancy-name {
    color: #000;
    cursor: pointer;
    font-family: "RobotoCondensedBold";
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #000
}

.vacancy-block .vacancy-list .vacancy-item .vacancy-info .vacancy-name:hover {
    border-bottom: 0
}

.vacancy-block .vacancy-form {
    width: 675px;
    height: auto;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: #fff
}

.vacancy-block .vacancy-form .vacancy-checkbox {
    margin-left: 0
}

.vacancy-block .vacancy-form .butt-submit-form {
    margin-top: 0;
    background-color: #a1a1a1;
    opacity: .8
}

.vacancy-block .vacancy-form .not-robot-checkbox {
    margin-left: 0;
    margin-top: 5px
}

.vacancy-block .vacancy-form .form-ttl {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 22px
}

.vacancy-block .vacancy-form .inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vacancy-block .vacancy-form .inputs .inpt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.vacancy-block .vacancy-form .inputs .inpt input {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 300
}

.vacancy-block .vacancy-form .inputs .inpt label {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 16px;
    font-weight: 300
}

.vacancy-block .vacancy-form .inputs .inpt label span {
    color: #d50501
}

.vacancy-block .vacancy-form .inputs #request-vacancy {
    width: 300px
}

.vacancy-block .vacancy-form .inputs select {
    width: 300px;
    height: 50px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    cursor: pointer
}

.vacancy-block .vacancy-form .inputs #pickdate {
    width: 203px;
    position: relative
}

.vacancy-block .vacancy-form .inputs .pickdate-after label:after {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 22px;
    content: "";
    top: 40px;
    z-index: 1;
    right: 15px;
    background-image: url(../img/calendar.svg);
    -webkit-background-size: contain;
    background-size: contain;
    height: 22px
}

.vacancy-block .vacancy-form .inputs #ages {
    width: 85px
}

.vacancy-block .vacancy-form .inputs #vacancy-phone {
    width: 310px
}

.selectboxit-container {
    background-color: #fff !important
}

.selectboxit-container span {
    height: 50px
}

.selectboxit-container .selectboxit-options {
    width: 100% !important;
    border-top: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    top: 50px !important;
    max-height: 150px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important
}

.selectboxit-container .selectboxit-options .selectboxit-option {
    height: 50px !important
}

.selectboxit-container .selectboxit-options .selectboxit-option a {
    height: 50px !important;
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    font-weight: 300;
    padding-top: 8px
}

.selectboxit-container .selectboxit-options .selectboxit-selected .selectboxit-option-anchor {
    background-color: #37c837 !important;
    background-image: none !important;
    color: #fff;
    font-weight: 400;
    padding-left: 8px;
    position: relative
}

.selectboxit-container .selectboxit-options .selectboxit-selected .selectboxit-option-anchor .selectboxit-option-icon {
    width: 11px !important;
    height: 11px;
    position: absolute;
    background-color: transparent !important;
    top: 19px;
    right: 13px;
    background-image: url(../img/check.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.selectboxit-container .selectboxit-options .selectboxit-focus .selectboxit-option-anchor {
    background-color: #37c837 !important;
    background-image: none !important;
    color: #fff;
    font-weight: 400
}

.selectboxit-container .selectboxit-options .selectboxit-option-first {
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.selectboxit-container .selectboxit {
    width: 310px !important;
    height: 50px;
    background-image: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: #fff !important;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important
}

.selectboxit-container .selectboxit .selectboxit-option-icon-container {
    width: 39px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    background-image: url(../img/arrow-down-list.svg);
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff
}

.selectboxit-container .selectboxit .selectboxit-text {
    float: none;
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    padding-top: 9px;
    font-weight: 300;
    padding-left: 5px
}

.pickmeup {
    width: 335px;
    height: auto;
    color: #000;
    padding: 0;
    -webkit-box-shadow: 0 6px 10px rgba(183, 183, 183, .2);
    box-shadow: 0 6px 10px rgba(183, 183, 183, .2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: #fff;
    z-index: 1050 !important
}

.pickmeup .datepick-close {
    position: absolute;
    top: 26px;
    cursor: pointer;
    right: 24px;
    width: 14px;
    height: 14px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/close.svg)
}

.pickmeup .pmu-instance {
    height: 100%;
    width: 100%;
    padding-top: 65px
}

.pickmeup .pmu-instance:before {
    top: 15px;
    left: 15px;
    content: "Выбрать дату";
    position: absolute;
    margin-left: 10px;
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 24px;
    font-weight: 300
}

.pickmeup .pmu-instance nav {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

.pickmeup .pmu-instance nav .pmu-prev {
    width: 44px;
    height: 44px;
    margin-right: 12px;
    padding-top: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.pickmeup .pmu-instance nav .pmu-prev:hover {
    background-color: #ededed
}

.pickmeup .pmu-instance nav .pmu-prev svg {
    width: 10px;
    height: 23px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pickmeup .pmu-instance nav .pmu-next {
    width: 44px;
    height: 44px;
    margin-left: 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-top: 10px;
    display: block !important
}

.pickmeup .pmu-instance nav .pmu-next:hover {
    background-color: #ededed
}

.pickmeup .pmu-instance nav .pmu-next svg {
    width: 10px;
    height: 23px
}

.pickmeup .pmu-instance nav .pmu-month {
    color: #000;
    width: 196px !important;
    padding-top: 5px;
    height: 44px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    font-weight: 300;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.pickmeup .pmu-instance nav .pmu-month:hover {
    color: #000;
    background-color: #ededed
}

.pickmeup .pmu-instance .pmu-months .pmu-button {
    width: 77px;
    height: 44px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    color: #000;
    line-height: 20px;
    padding-top: 10px;
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 18px;
    font-weight: 300;
    line-height: 20px
}

.pickmeup .pmu-instance .pmu-months .pmu-button:hover {
    color: #d50501
}

.pickmeup .pmu-instance .pmu-months .pmu-selected {
    background-color: #d50501;
    font-family: "RobotoCondensedBold";
    color: #fff;
    padding-top: 12px;
    font-weight: 900
}

.pickmeup .pmu-instance .pmu-months .pmu-selected:hover {
    color: #fff
}

.pickmeup .pmu-instance .pmu-day-of-week {
    display: none
}

.pickmeup .pmu-instance .pmu-years .pmu-button {
    width: 77px;
    height: 44px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    color: #000;
    line-height: 20px;
    padding-top: 10px;
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 18px;
    font-weight: 300;
    line-height: 20px
}

.pickmeup .pmu-instance .pmu-years .pmu-button:hover {
    color: #d50501
}

.pickmeup .pmu-instance .pmu-years .pmu-selected {
    background-color: #d50501;
    font-family: "RobotoCondensedBold";
    color: #fff;
    padding-top: 12px;
    font-weight: 900
}

.pickmeup .pmu-instance .pmu-years .pmu-selected:hover {
    color: #fff
}

.pickmeup .pmu-instance .pmu-days .pmu-button {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 18px;
    font-weight: 300;
    width: 44px;
    height: 44px;
    padding-top: 8px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.pickmeup .pmu-instance .pmu-days .pmu-button:hover {
    color: #d50501
}

.pickmeup .pmu-instance .pmu-days .pmu-today {
    background-color: #ededed;
    color: #000
}

.pickmeup .pmu-instance .pmu-days .pmu-selected {
    background-color: #d50501;
    font-family: "RobotoCondensedBold";
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background-color: #d50501;
    color: #fff;
    font-weight: 900;
    font-size: 18px
}

.pickmeup .pmu-instance .pmu-days .pmu-selected:hover {
    color: #fff
}

.pickmeup .pmu-instance .pmu-days .pmu-not-in-month {
    color: silver;
    font-family: "RobotoCondensedLight";
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 11px
}

.block404 {
    width: 100%;
    height: 500px;
    background-color: #ededed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.block404 img {
    margin-bottom: 20px;
    width: 200px
}

.block404 .error-num {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 48px;
    font-weight: 900
}

.block404 .error-text {
    color: #000;
    font-family: "RobotoCondensedBold";
    font-size: 30px;
    font-weight: 900
}

.block404 .butt-submit-form {
    width: 350px;
    text-align: center;
    padding-top: 12px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    text-decoration: none;
    background-color: #a1a1a1;
    opacity: .8
}

.block404 .butt-submit-form:hover {
    color: #fff;
    background-color: #37c837
}

.seen404 {
    margin-bottom: 30px
}

.seen404 .sect-ttl {
    font-size: 32px;
    font-family: "RobotoCondensedBold";
    margin-bottom: 20px;
    font-weight: 900
}

.top-contact-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 18px;
    margin-bottom: 20px
}

.contact-tab {
    width: 100%;
    height: auto;
    padding: 40px 20px 35px 20px;
    background-color: #bababa;
    border-bottom: 1px solid #a1a1a1;
    border-left: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.contact-tab .tab {
    display: none
}

.contact-tab .active {
    display: block
}

.contact-tab .addrs-tab ul {
    padding: 0
}


.contact-tab .addrs-tab .addrs-tab_container {
    display: flex;
    justify-content: space-between;
}

.contact-tab .addrs-tab .addrs-tab_container-item {
    width: 30%;
}

.contact-tab .addrs-tab .addrs-tab_container-item img { 
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    max-height: 225px;
    width: 100%;
    height: 100%;
}

.address_contact-office {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
}
.address_contact-office p {
    margin-bottom: 10px;
}

.addrs-tab_container div {
    text-align: center;
}

.addrs-tab_container .goto {
    cursor: pointer;
}

.contact-tab .addrs-tab ul li {
    list-style: none;
    line-height: 30px
}

.contact-tab .addrs-tab ul .b-href {
    display: inline
}

.contact-tab .social-tab .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contact-tab .social-tab .socials a {
    margin-right: 10px
}

.contact-tab .phones-tab-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contact-tab .phones-tab-inner .left {
    margin-right: 0;
    width: 370px;
    padding: 0 20px 0 0;
    height: 165px;
    border-right: 1px solid #ececec;
    text-align: center
}

.contact-tab .phones-tab-inner .left .tab-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.contact-tab .phones-tab-inner .left .b-href {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 18px
}

.contact-tab .phones-tab-inner .right {
    /* padding: 0 90px 0 90px; */
    padding: 0 45px 0 90px;
    width: 389px;
    height: 165px;
    border-right: 1px solid #ececec
}

.contact-tab .phones-tab-inner .right .tab-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

.contact-tab .phones-tab-inner .sec {
    border: none
}

.contact-tab .tab-text {
    line-height: 24px;
    margin-bottom: 10px
}

.contact-tab .weekdays {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.contact-tab .weekdays .day-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-tab .weekdays .day-item .day {
    height: 12px;
    text-align: center;
    margin-right: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px
}

.contact-tab .weekdays .time-item {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    margin-left: 20px
}

.contact-tab .weekdays .time-item .time {
    margin-bottom: 3px
}

.contact-tab .b-href {
    display: block;
    margin-bottom: 0;
    line-height: 24px;
    color: #000 !important
}

.contact-tab .weekends .day-item .day {
    color: #000
}

.contact-tab .weekends .time-item {
    color: #000
}

.map-cont {
    height: 480px;
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px
}

.map-cont .b-href {
    font-family: "RobotoCondensedlight" !important
}

.map-cont .contacts {
    width: 450px;
    height: 497px;
    background-color: rgba(0, 0, 0, .7);
    position: relative;
    z-index: 100;
    float: right;
    padding-left: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 42px
}

.map-cont .contacts ul {
    padding: 0
}

.map-cont .contacts ul li {
    list-style: none;
    margin-bottom: 30px;
    cursor: pointer
}

.map-cont .contacts ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.map-cont .contacts ul li:hover span {
    color: #a1a1a1
}

.map-cont .contacts ul li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.map-cont .contacts ul li img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.map-cont .contacts ul li span {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.map-cont .contacts .contacts-text {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px
}

.map-cont .map-block {
    position: absolute;
    height: 480px;
    width: 100%;
    top: 0
}

.lk-profile {
    background-color: #ededed;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px
}

.lk-profile .profile-img {
    margin-right: 50px
}

.lk-profile .profile-img img {
    width: 150px
}

.lk-profile .profile-main-info .prof-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 450px
}

.lk-profile .profile-main-info .prof-row .prof-info {
    margin-right: 100px
}

.lk-profile .profile-main-info .prof-row .prof-info p {
    margin-bottom: 10px;
    font-size: 14px;
    white-space: nowrap
}

.lk-profile .profile-main-info .prof-row .prof-info p span {
    color: #d50501
}

.lk-profile .profile-main-info .prof-row .prof-social {
    height: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.lk-profile .profile-main-info .prof-row .prof-social a {
    font-size: 14px;
    color: #d50501
}

.lk-profile .profile-main-info .prof-row .prof-social p {
    font-size: 14px;
    margin-bottom: 10px
}

.lk-profile .profile-main-info .prof-row .prof-social .p-socials {
    margin-bottom: 10px
}

.lk-profile .profile-main-info .prof-row .prof-social .p-socials a {
    margin-right: 10px
}

.lk-profile .profile-main-info .prof-butts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

.lk-profile .profile-main-info .prof-butts button {
    margin-top: 0;
    width: 210px;
    height: 40px;
    margin-right: 20px;
    padding-top: 0 !important;
    background-color: #bababa;
    font-size: 16px;
    font-family: "RobotoCondensedRegular"
}

.lk-profile .profile-main-info .prof-butts button:hover {
    background-color: #37c837
}

.lk-profile .profile-main-info .prof-name {
    font-size: 25px;
    font-weight: 700
}

.lk-profile .prof-addresses {
    width: 350px;
    margin-top: 43px;
    margin-left: 50px
}

.lk-profile .prof-addresses .top {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px
}

.lk-profile .prof-addresses .top a {
    color: #000;
    cursor: pointer
}

.lk-profile .prof-addresses .top p {
    font-weight: 700;
    margin: 0;
    font-size: 22px
}

.lk-profile .prof-addresses .bottom .addrs-list {
    width: 100%;
    height: 141px;
    overflow: auto;
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.lk-profile .prof-addresses .bottom .addrs-list .addr-item {
    height: 35px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #a1a1a1;
    padding-left: 15px;
    padding-right: 10px
}

.lk-profile .prof-addresses .bottom .addrs-list .addr-item .addr-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.lk-profile .prof-addresses .bottom .addrs-list .addr-item .addr-btns .addr-edit {
    cursor: pointer;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/edit.svg)
}

.lk-profile .prof-addresses .bottom .addrs-list .addr-item .addr-btns .addr-remove {
    cursor: pointer;
    width: 15px;
    height: 15px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/delete.svg)
}

.lk-profile .prof-addresses .bottom .addrs-list .addr-item .addr-fill {
    margin: 0;
    font-size: 14px
}

.profile-sec-buttons {
    width: 100%;
    height: 70px;
    border: 1px solid #a1a1a1;
    background-color: #ededed;
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.profile-sec-buttons .mid {
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.profile-sec-buttons .left {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.profile-sec-buttons .right {
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.profile-sec-buttons .active {
    background-color: #bababa;
    color: #fff !important;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.profile-sec-buttons .active:hover {
    font-size: 22px !important
}

.profile-sec-buttons a {
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    text-decoration: none;
    padding-top: 20px;
    font-weight: 600;
    width: 390px;
    height: 100%;
    background-color: #ededed;
    display: block;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.profile-sec-buttons a:hover {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 25px
}

.my-purchase {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border-left: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    background: #bababa;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.my-purchase .my-purchase-right {
    width: 500px;
    margin-top: 40px
}

.my-purchase .my-purchase-right .rolls-gift {
    height: 80px;
    width: 100%;
    background-color: #ededed;
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding-top: 5px
}

.my-purchase .my-purchase-right .rolls-gift p {
    margin-bottom: -5px;
    font-size: 21px;
    font-weight: 700;
    line-height: 45px
}

.my-purchase .my-purchase-right .rolls-gift a {
    color: #49423d;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px
}

.my-purchase .my-purchase-right .rolls-gift a:hover {
    text-decoration: none
}

.my-purchase .my-purchase-right .account-balance {
    margin-bottom: 20px;
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ededed;
    height: 145px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px
}

.my-purchase .my-purchase-right .account-balance .more-info {
    cursor: pointer;
    color: #49423d;
    font-size: 14px;
    text-decoration: underline
}

.my-purchase .my-purchase-right .account-balance .more-info:hover {
    text-decoration: none
}

.my-purchase .my-purchase-right .account-balance .txt {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 35px
}

.my-purchase .my-purchase-right .account-balance .txt span b {
    font-size: 21px;
    font-family: "RobotoCondensedBold";
    color: #d50501;
    font-weight: 900
}

.my-purchase .bonus-history .bh-txt {
    font-weight: 600;
    font-size: 20px;
    color: #fff
}

.my-purchase .bonus-history .history-block {
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 244px;
    width: 600px;
    overflow: auto;
    background-color: #fff
}

.my-purchase .bonus-history .history-block .minus-bonus .bonuses-count {
    color: #d50501 !important
}

.my-purchase .bonus-history .history-block .history-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #a1a1a1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px
}

.my-purchase .bonus-history .history-block .history-item .bonus-balance {
    margin-left: auto;
    font-size: 14px
}

.my-purchase .bonus-history .history-block .history-item .bonus-balance span {
    font-family: "RobotoCondensedRegular"
}

.my-purchase .bonus-history .history-block .history-item p {
    margin: 0
}

.my-purchase .bonus-history .history-block .history-item .date {
    margin-right: 30px;
    font-size: 14px;
    font-weight: 400;
    font-family: "RobotoCondensedRegular";
    color: #000
}

.my-purchase .bonus-history .history-block .history-item .bonuses-count {
    width: 80px;
    font-family: "RobotoCondensedRegular";
    font-size: 14px;
    color: #000;
    font-weight: 400
}

.my-purchase .bonus-history .history-block .history-item .item-descript {
    font-size: 14px
}

.terms-conditions-block {
    width: 100%;
    margin-top: 20px
}

.terms-conditions-block .more-info {
    color: #545454;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px
}

.terms-conditions-block .more-info:hover {
    text-decoration: none
}

.terms-conditions-block .txt {
    font-weight: 600;
    font-size: 20px;
    color: #fff
}

.terms-conditions-block .terms-conditions {
    font-size: 14px
}

.b-href {
    text-decoration: none !important;
    color: #d50501 !important;
    font-family: "RobotoCondensedlight" !important;
    -webkit-transition: all .1s !important;
    -o-transition: all .1s !important;
    transition: all .1s !important;
    cursor: pointer !important
}

.b-href:hover {
    color: #d50501 !important
}

.b-href:active {
    color: #db3d16
}

.modal-addr-add-block {
    width: 300px;
    border: 1px solid #ededed;
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 20px
}

.modal-addr-add-block .valid .valid-check {
    top: 30px
}

.modal-addr-add-block .invalid .invalid-check {
    top: 30px
}

.modal-addr-add-block .modal-addr-add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-addr-add-block .butts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.modal-addr-add-block .butt-submit-form {
    margin-top: 0;
    font-size: 14px;
    margin-right: 20px;
    height: 35px;
    width: 47%;
    font-family: "RobotoCondensedRegular"
}

.modal-addr-add-block .add-city {
    width: 100%
}

.modal-addr-add-block .add-street {
    width: 100%
}

.modal-addr-add-block .add-house {
    width: 47%
}

.modal-addr-add-block .add-house .invalid-msg {
    font-size: 10px !important
}

.modal-addr-add-block .add-appart {
    width: 47%
}

.modal-addr-add-block .add-appart .invalid-msg {
    font-size: 10px !important
}

.modal-addr-add-block .add-entrance {
    width: 47%
}

.modal-addr-add-block .add-entrance .invalid-msg {
    font-size: 10px !important
}

.modal-addr-add-block .add-floor {
    width: 47%
}

.modal-addr-add-block .add-floor .invalid-msg {
    font-size: 10px !important
}

.modal-addr-add-block .inpt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;  
}

.add-street .invalid-msg, .add-house .invalid-msg{
    position: absolute;
    bottom: -30px;
}

.modal-addr-add-block .inpt label {
    font-size: 14px
}

.modal-addr-add-block .inpt input {
    height: 35px;
    width: 100%
}

#modal-add-addr .butt-submit-form:hover {
    background-color: #a1a1a1;
    opacity: .8
}

.orders-history .history-block .history-item {
    height: 55px !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px
}

.orders-history .history-block .history-item .status {
    color: #000
}

.orders-history .history-block .history-item .buttons {
    width: 140px;
    text-align: center
}

.orders-history .history-block .history-item .buttons .butt-submit-form {
    width: 100%;
    margin-top: 0;
    height: 30px;
    font-size: 12px;
    font-family: "RobotoCondensedRegular";
    background-color: #37c837
}

.orders-history .history-block .history-item .buttons .butt-submit-form:hover {
    background-color: #37c837;
    opacity: 1
}

.orders-history .history-block .history-item .buttons .promo-received {
    display: none;
    color: #000 !important
}

.orders-history .history-block .history-item .sum {
    padding-top: 3px;
    width: 55px;
    color: #000;
    font-family: "RobotoCondensedRegular"
}

.orders-history .history-block .history-item .sum span {
    font-family: "RobotoCondensedRegular"
}

.orders-history .history-block .history-item .date {
    margin-right: 0 !important;
    color: #000 !important;
    font-size: 16px !important;
    font-family: "RobotoCondensedRegular"
}

.orders-history .history-block .history-item .b-href {
    margin-right: 0
}

.orders-history .history-block .history-item .b-href-order {
    color: #000 !important
}

.orders-history .history-block .received .buttons button {
    display: none
}

.orders-history .history-block .received .buttons .promo-received {
    display: inline;
    font-size: 14px;
    color: #d50501
}

.orders-history .history-block .progress .buttons button {
    display: none !important
}

.orders-history .history-block .progress .buttons .promo-received {
    display: none !important
}

.orders-history .history-block .ready .status {
    color: #37c837
}

.sets-right .hard-set {
    margin-bottom: 20px
}

.sets-history .history-block {
    height: 345px !important
}

.sets-history .history-block .history-item {
    padding-top: 10px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    height: 70px !important;
    padding-bottom: 10px
}

.sets-history .history-block .history-item .top {
    margin-bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -3px
}

.sets-history .history-block .history-item .top .b-href {
    color: #000 !important
}

.sets-history .history-block .history-item .top .info-hover {
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    display: none
}

.sets-history .history-block .history-item .top .info-hover:hover:after {
    display: inline
}

.sets-history .history-block .history-item .top .info-hover:after {
    content: attr(data-info);
    width: 220px;
    padding: 5px;
    left: 0;
    top: 25px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none;
    height: auto;
    background: #fff;
    border: 1px solid #a1a1a1;
    position: absolute
}

.sets-history .history-block .history-item .top .info-hover img {
    width: 18px;
    height: 18px
}

.sets-history .history-block .history-item .bott {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 3px
}

.sets-history .history-block .history-item .bott .progress-bar-freeset {
    width: 400px;
    height: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    margin-bottom: 3px
}

.sets-history .history-block .history-item .bott .progress-bar-freeset .progress-step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    background-color: #fff;
    border-right: 1px solid #000
}

.sets-history .history-block .history-item .bott .progress-bar-freeset .progress-step:first-child {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.sets-history .history-block .history-item .bott .progress-bar-freeset .progress-step:last-child {
    border-right: 0;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.sets-history .history-block .history-item .bott .progress-bar-freeset .this-step {
    border-right: 0;
    background-color: #37c837
}

.sets-history .history-block .history-item .remain {
    display: block;
    font-size: 14px
}

.sets-history .history-block .history-item .butt-submit-form {
    display: none
}

.sets-history .history-block .ready-set .butt-submit-form {
    display: block;
    background-color: #37c837
}

.sets-history .history-block .ready-set .butt-submit-form:hover {
    background-color: #207820
}

.sets-history .history-block .ready-set .remain {
    display: none
}

#change-password-modal {
    width: 300px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    position: relative
}

#change-password-modal .inpt {
    margin-bottom: 20px
}

#change-password-modal .inpt input {
    width: 100%
}

#change-password-modal .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px
}

#change-password-modal .buttons .butt-submit-form {
    margin-top: 0;
    font-family: "RobotoCondensedRegular";
    font-size: 18px;
    height: 40px;
    margin-bottom: 10px
}

.modal-subscribe-newsletter {
    width: 400px;
    padding: 20px;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    margin: 0 auto
}

.modal-subscribe-newsletter .butt-submit-form {
    height: 40px;
    font-family: "RobotoCondensedRegular";
    font-size: 16px;
    margin-top: 0
}

.modal-subscribe-newsletter .sub-our-soc {
    color: #000
}

.modal-subscribe-newsletter .sub-socials {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.modal-subscribe-newsletter .sub-socials li {
    margin-right: 15px;
    list-style: none
}

.modal-subscribe-newsletter .sub-socials li a img {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    box-shadow: 0 0 2px rgba(0, 0, 0, .4)
}

.modal-card-full .butt-submit-form {
    font-size: 14px;
    height: 40px;
    margin-bottom: 15px;
    margin-top: 0;
    width: 100%
}

.modal-text {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative
}

.modal-edit-profile {
    width: 480px;
    background-color: #fff;
    position: relative;
    margin: 0 auto
}

.modal-edit-profile .edit-profile {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-edit-profile .edit-profile .txt {
    margin-bottom: 15px
}

.modal-edit-profile .edit-profile .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 40%
}

.modal-edit-profile .edit-profile .right .butt-submit-form {
    height: 35px;
    font-size: 16px
}

.modal-edit-profile .edit-profile .right .connect-socials .connect-href {
    display: inline;
    color: #000 !important
}

.modal-edit-profile .edit-profile .right .connect-socials .unconnect-href {
    display: none;
    color: #000 !important
}

.modal-edit-profile .edit-profile .right .connect-socials .connected .unconnect-href {
    display: inline;
    color: #000 !important
}

.modal-edit-profile .edit-profile .right .connect-socials .connected .connect-href {
    display: none
}

.modal-edit-profile .edit-profile .right .connect-socials .connect-soc {
    margin-bottom: 10px
}

.modal-edit-profile .edit-profile .right .connect-socials .connect-soc img {
    margin-right: 10px;
    width: 30px;
    height: 30px
}

.modal-edit-profile .edit-profile .right .gender .radio .radio-name {
    font-size: 16px;
    margin-bottom: 5px
}

.modal-edit-profile .edit-profile .right .gender .radio label {
    margin-bottom: 0
}

.modal-edit-profile .edit-profile .inputs .invalid .invalid-check {
    top: 33px
}

.modal-edit-profile .edit-profile .inputs .valid .valid-check {
    top: 33px
}

.modal-edit-profile .edit-profile .inputs .inpt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px
}

.modal-edit-profile .edit-profile .inputs .inpt:last-child {
    margin-bottom: 0 !important
}

.modal-edit-profile .edit-profile .inputs .inpt label {
    font-size: 16px
}

.modal-edit-profile .edit-profile .inputs .inpt input {
    height: 35px
}

.helv {
    font-family: 'RobotoCondensedRegular' !important
}

.butt-green-border {
    color: #000 !important;
    border-color: #37c837 !important;
    opacity: 1
}

.butt-green-border:hover {
    border-color: #207820 !important;
    color: #207820 !important
}

.butt-green {
    color: #fff !important;
    background-color: #37c837 !important;
    opacity: 1
}

.butt-green:hover {
    background-color: #207820 !important;
    color: #fff !important
}

.order-detail .amounts-order {
    margin-bottom: 120px !important
}

.order-detail .amounts-prod-block {
    width: 780px !important;
    margin-bottom: 20px
}

.order-detail .amounts-prod-block .amount-pb:after {
    width: 738px !important
}

.order-detail .total-item {
    height: auto !important;
    padding-bottom: 0 !important
}

.input-street .suggestions-suggestion, .input-house .suggestions-suggestion {
    width: 180px!important;
    padding: 5px 10px 5px 0;
}

.vacancy-block .vacancy-form  .select2-container--default .select2-selection--single  {
    width: 310px!important;
}
.product-list .image picture img.image-stub, img.image-stub {
    height: auto!important;
    max-width: 250px;
    margin: 0 auto;
    display: block;
	width: 100%;

}
.prices {
	position: relative;
}
.product-item .prod-info .prices {
	bottom: 4px;
}
/* старый ценник, цифра */
.product-card .p-card .card-info .prices .old-price {
	position: absolute;
	top: -30px;
    color: #d50501;
    font-size: 31px;
    margin-bottom: 0;
}

/* старый ценник, черта */
.product-card .p-card .card-info .prices .old-price:after {
    width: 80px;
    height: 2px;
    background-color: #000;
    content: "";
    display: block;
    position: absolute;
    top: 19px;
}
.product-card .p-card .card-info .prices .old-price b {
	font-size: 21px;
	font-weight: 100;
}
/* новый ценник */
.product-card .p-card .card-info .prices .new-price {
    color: #000;
    font-size: 62px;
}
.product-card .p-card .card-info .prices .new-price b {
	font-size: 43px;
	font-weight: 100;
}
@media screen and (min-width:993px) {
    .product-item:hover .inf-item-unhover {
        opacity: 0 !important
    }

    .product-item:hover .inf-item-hover {
        opacity: 1 !important
    }
}


@media screen and (min-width:1200px) {
    .delivery-pickup .del-pick-block .delivery-time {
        margin-top: -100px
    }
}

@media screen and (max-width:1200px) {
    .phones-tab-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .product-card .p-card .card-info {
        width: auto;
    }
    .dp-addr-form-input {
        flex-direction: column;
    }
    .input-house  {
        margin-top: 20px;
    }
    .dp-addr-form-input div {
        width: 100%;
    }
    .phones-tab-inner .left {
        width: 300px !important;
        margin-bottom: 20px
    }

    .phones-tab-inner .right {
        margin-bottom: 20px;
        width: 300px !important;
        padding: 0 30px 0 30px !important
    }

    .callback-bento-modal {
        right: 20px
    }

    .stock {
        width: 100%
    }

    .block-header {
        height: auto
    }

    .block-header .top-head-fixed .header-items .fixed-nav li {
        margin-right: 45px
    }

    .block-header .header-items {
        height: 80px
    }

    .block-header .header-items .logo img {
        width: 241px !important;
        height: auto !important
    }

    .block-header .header-items .header-buttons {
        width: 330px;
        margin-right: 0
    }

    .block-header .header-items .header-buttons .lk-butt {
        margin-left: 30px
    }

    .block-header .header-items .header-buttons .lk-butt .icon {
        width: 31px;
        height: 35px
    }

    .block-header .header-items .header-buttons .cart {
        margin-left: 31px
    }

    .block-header .header-items .header-buttons .cart .icon {
        width: 42px;
        height: 36px
    }

    .block-header .header-items .header-buttons .cart .count {
        margin-left: 5px;
        font-size: 28px
    }

    .block-header .header-items .header-buttons .feedback-butt {
        margin-left: 30px
    }

    .block-header .header-items .header-buttons .feedback-butt .icon,
    .block-header .header-items .feedback-butt .icon {
        width: 50px;
        height: 50px
    }

    .block-header .header-items .header-buttons .search-butt .icon {
        height: 35px;
        width: 36px
    }

    .cat-block {
        padding-left: 0 !important
    }

    .cat-block .arrows {
        width: 690px !important;
        right: 20px !important
    }

    .cat-block .product-slider {
        width: 600px !important
    }

    .info-btns-block .info-buttons li {
        margin-right: 48px
    }

    .block-footer .docs li {
        margin-bottom: 0
    }

    .block-footer .docs li a {
        font-size: 12px
    }

    .block-footer .delivery {
        margin-left: 0
    }

    .block-footer .delivery .phone-num {
        font-size: 20px
    }

    .block-footer .delivery .phone-num svg {
        width: 17px
    }

    .block-footer .footer-item .item-ttl {
        font-size: 20px
    }

    .block-footer .addr-block {
        margin-left: 0
    }

    .block-footer .addr-block .adr {
        font-size: 12px
    }

    .block-footer .points {
        font-size: 20px;
        margin-top: 0
    }

    .sortby-block .sortby-btns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .sortby-block .sortby-btns .sortby {
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0
    }

    .sortby-block .sortby-btns .sortby:last-child {
        margin-right: 0
    }

    .sortby-block .sortby-btns .sortby a {
        width: 160px
    }

    .main-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-top .filter-butt-modal {
        width: 164px;
        height: 31px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #8a8a8a;
        background-color: #fff;
        cursor: pointer;
        font-size: 18px;
        font-weight: 700;
        color: #666;
        text-align: center;
        padding-top: 3px;
        margin-top: 30px
    }

    .product-list-block .product-list {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .filter-block {
        display: none
    }

    .filter {
        width: 612px !important;
        height: 685px !important;
        margin: 0 auto;
        padding-bottom: 0
    }

    .filter .fl-buttons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .filter .filters {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        height: 543px !important;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .filter .filters-left {
        width: 552px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .filter .filters-left #slider-range {
        width: 253px
    }

    .filter .filters-left .fl-ttl {
        margin-bottom: 50px
    }

    .filter .filters-left .person-count {
        margin-top: 0
    }

    .filter .filters-left .person-count .fl-ttl {
        margin-bottom: 50px
    }

    .filter .filters-left .person-count select {
        width: 269px
    }

    .filter .filters-right {
        width: 435px;
        height: 336px;
        margin: 0;
        margin-top: 28px
    }

    .filter .filters-right .fl-ttl {
        margin-bottom: 30px
    }

    .filter .filters-right .checkboxes {
        width: 570px;
        height: 336px
    }

    .filter .filters-right .checkboxes .check {
        width: 270px
    }

    .product-card .switch-pages {
        height: 100%
    }

    .product-card .switch-pages .prev-page {
        width: 46px;
        height: 46px
    }

    .product-card .switch-pages .next-page {
        width: 46px;
        height: 46px
    }

    .product-card .p-card {
        width: 750px;
        height: auto
    }

    .product-card .p-card .ci-bott {
        width: 360px !important;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product-card .p-card .amount {
        margin-left: 0 !important
    }

    .product-card .p-card .cart-add-butt {
        width: 98px !important;
        height: 39px !important;
        margin-left: 0 !important
    }

    .product-card .p-card .cart-add-butt .icon {
        width: 28px !important;
        height: 23px !important
    }

    .product-card .p-card .img img {
        width: 300px
    }

    .product-card .p-card .price p {
        font-size: 37px !important
    }

    .product-card .p-card .price p b {
        font-size: 25px !important
    }

    .product-card-set .switch-pages {
        height: 100%
    }

    .product-card-set .p-card {
        height: auto
    }

    .product-card-set .p-card .card-info .compos .p-set-slider {
        width: 240px
    }

    .product-card-set .p-card .card-info .compos .p-set-slider .p-set-item {
        margin-right: 12px
    }

    .product-nutritional .nutr-table {
        width: 750px
    }

    .seen-product-block .seen-product .arrows {
        padding: 0 100px 0 100px
    }

    .seen-product-block .seen-product .seen-product-slider {
        width: 585px
    }

    .reviews-block .flex-pos .review-butt {
        width: 168px;
        height: 31px;
        font-size: 16px
    }

    .reviews-block .reviews {
        height: 320px
    }

    .reviews-block .reviews .reviewer {
        width: 100%
    }

    .amounts-order {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .amounts-order .amounts-prod-block {
        width: 100% !important
    }

    .amounts-order .amounts-prod-block .amount-pb:after {
        width: 888px !important
    }

    .amounts-order .amounts-option-block {
        margin-top: 20px;
        width: 100% !important
    }

    .amounts-order .amounts-option-block .amount-ob:after {
        width: 888px !important
    }

    .order-block .compos-order .total-block .discount .dashed {
        width: 300px !important
    }

    .order-block .compos-order .total-block .total .dashed {
        width: 135px !important
    }

    .order-block .compos-order .continue-form .cf-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order-block .compos-order .continue-form .cf-bottom .required-tag {
        margin-right: 50px
    }

    .order-block .compos-order .continue-form .cf-bottom .agree-pp {
        width: 450px;
        margin-left: 0;
        margin-right: 0
    }

    .order-block .compos-order .continue-form .cf-bottom .one-click-butt {
        margin-left: 0;
        margin-top: 30px
    }

    .order-block .compos-order .continue-form .cf-bottom .continue-butt {
        margin-left: 20px;
        margin-top: 30px
    }

    .order-block .compos-order .continue-form .inputs {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .order-block .compos-order .continue-form .inputs .inpt {
        width: 440px !important;
        margin-bottom: 10px
    }

    .order-block .compos-order .continue-form .inputs .inpt input {
        width: 440px !important
    }

    .delivery-pickup .order3-next-butt .continue-butt {
        margin-top: 42px !important
    }

    .delivery-pickup .del-pick-block {
        width: 610px
    }

    .delivery-pickup .del-pick-block .pay-method {
        margin-bottom: 50px
    }

    .delivery-pickup .del-pick-block .pay-method .pm-item {
        width: 170px;
        height: 100px;
        position: relative;
        text-align: center
    }

    .delivery-pickup .del-pick-block .pay-method .pm-item .pm-text {
        position: absolute;
        color: #000;
        font-family: "RobotoCondensedBold";
        font-size: 18px;
        font-weight: 600;
        line-height: 19px;
        margin-left: 0;
        bottom: -30px
    }

    .delivery-pickup .del-pick-block .dp-addr-form .input-street input {
        width: 250px
    }

    .delivery-pickup .dp-total-block {
        width: 300px
    }

    .delivery-pickup .dp-total-block .info-block {
        width: 100%
    }

    .delivery-pickup .dp-total-block .total-item {
        width: 100%
    }

    .order-detail .amounts-prod-block {
        width: 610px !important
    }

    .order-detail .amounts-prod-block .amount-pb:after {
        width: -webkit-calc(100% - 40px) !important;
        width: calc(100% - 40px) !important
    }

    .dp-total-block {
        width: 300px !important
    }

    .dp-total-block .info-block {
        width: 100%
    }

    .dp-total-block .total-item {
        width: 100%
    }

    .vacancy-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .vacancy-block .vacancy-list {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        width: 676px
    }

    .vacancy-block .vacancy-list .vacancy-item {
        width: 675px
    }

    .vacancy-block .vacancy-form {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 675px
    }

    .block404 .error-text {
        font-size: 30px
    }

    .article-page .fullsize {
        width: 100%
    }

    .article-page .four-columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-right: 90px
    }

    .article-page .four-columns img {
        margin-bottom: -90px
    }

    .article-page .four-columns .text-item {
        width: 60%;
        margin-top: 20px;
        margin-left: 50px
    }

    .article-page .three-columns-img {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 60px
    }

    .article-page .three-columns-img img {
        width: 300px;
        height: auto;
        margin-bottom: 20px;
        margin-right: 40px
    }

    .article-page .three-columns-img .text-item {
        width: 60%
    }

    .article-page .top-art {
        width: 100%
    }

    .article-page .top-art .text .lists-block .list {
        margin-right: 20px
    }

    .lk-profile {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .lk-profile .prof-addresses {
        margin-left: 200px;
        width: 100%
    }

    .my-purchase .bonus-history .history-block {
        width: 540px
    }

    .my-purchase .my-purchase-right {
        width: 330px
    }

    .my-purchase .my-purchase-right .account-balance {
        padding-left: 20px;
        padding-right: 20px
    }

    .my-purchase .my-purchase-right .account-balance .txt {
        font-size: 20px
    }

    .my-purchase .my-purchase-right .rolls-gift p {
        font-size: 16px
    }
}

@media screen and (max-width:992px) {
    .phones-tab-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .lk-profile-avatar {
        text-align: center;
    }
    .lk-profile-avatar .profile-logout-phone {
        margin-left: 0;
    }
    .avatar_delete {
        margin-bottom: 10px;
        margin-bottom: 20px;
    }

    .phones-tab-inner .left {
        width: 320px !important;
        margin-bottom: 20px
    }

    .phones-tab-inner .right {
        border: none !important;
        margin-bottom: 20px;
        width: 320px !important;
        padding: 0 30px 0 30px !important
    }

    .phones-tab-inner .sec {
        margin: 0 auto
    }

    .top-head-fixed .fixed-nav li {
        margin-right: 20px !important
    }

    .top-head-fixed .header-items .header-buttons {
        width: 150px !important
    }

    .top-head-fixed .header-items .header-buttons .search-input {
        right: 0 !important
    }

    .top-head-fixed .header-items .header-buttons .search-input input {
        width: 0;
        height: 40px !important;
        font-size: 16px !important
    }

    .top-head-fixed .header-items .header-buttons .lk-butt {
        margin-left: 10px !important
    }

    .top-head-fixed .header-items .header-buttons .cart {
        margin-left: 5px !important
    }

    .banner-block {
        height: 260px;
        padding-top: 90px;
        margin-bottom: 10px
    }

    .quote-block {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .search-input {
        right: -10px
    }

    .search-input input {
        width: 0
    }

    .stock {
        margin-bottom: 20px
    }

    .block-header nav li {
        margin-left: 35px
    }

    .block-header nav li a {
        font-size: 23px
    }

    .cat-block {
        padding-left: 0 !important;
        padding-right: 30px !important
    }

    .cat-block .arrows {
        width: 480px !important;
        right: 0 !important
    }

    .cat-block .product-slider {
        width: 400px !important
    }

    .stock {
        margin-top: 40px
    }

    .block-footer .phone-num {
        font-size: 18px !important
    }

    .block-footer .phone-num svg {
        width: 15px !important;
        margin-bottom: -1px
    }

    .block-footer .footer-item .item-ttl {
        margin-bottom: 18px !important
    }

    .block-footer .delivery {
        margin-left: 30px
    }

    .block-footer .soc-btns-block {
        margin-left: 32px
    }

    .block-footer .points {
        margin-top: 30px
    }

    .block-footer .social-btns li a img {
        width: 29px;
        height: 29px
    }

    .product-card .switch-pages {
        height: 100%;
        padding: 0 25px 0 0
    }

    .product-card .switch-pages .prev-page {
        width: 25px;
        height: 27px
    }

    .product-card .switch-pages .next-page {
        width: 25px;
        height: 27px
    }

    .product-card .p-card {
        width: 612px;
        height: auto
    }

    .product-card .p-card .card-info .p-set-slider-arrows {
        height: 190px !important
    }

    .product-card .p-card .card-info .card-name {
        font-size: 20px
    }

    .product-card .p-card .card-info .rate-stars .stars .star {
        width: 12px;
        height: 11px;
        margin-right: 3px
    }

    .product-card .p-card .card-info .rate-stars .stars a {
        font-size: 13px
    }

    .product-card .p-card .card-info .compos {
        margin-top: 15px
    }

    .product-card .p-card .card-info .compos .comp-txt {
        font-size: 12px
    }

    .product-card .p-card .card-info .compos a {
        font-size: 11px
    }

    .product-card .p-card .card-info .compos .compose-items {
        font-size: 14px;
        margin-bottom: 22px
    }

    .product-card .p-card .card-info .size-weight .sz {
        font-size: 12px
    }

    .product-card .p-card .card-info .size-weight .value {
        font-size: 14px
    }

    .product-card .p-card .card-info .amount {
        width: 80px !important;
        margin-left: 0
    }

    .product-card .p-card .card-info .amount input {
        width: 42px;
        font-size: 14px
    }

    .product-card .p-card .card-info .amount .plus {
        width: 18px;
        height: 18px
    }

    .product-card .p-card .card-info .amount .minus {
        width: 18px;
        height: 18px
    }

    .product-card .p-card .ci-bott {
        width: 340px !important;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product-card .p-card .cart-add-butt {
        width: 98px !important;
        height: 39px !important;
        margin-left: 0 !important
    }

    .product-card .p-card .cart-add-butt .icon {
        width: 28px !important;
        height: 23px !important
    }

    .product-card .p-card .num {
        width: 50px;
        height: 25px;
        font-size: 15px;
        -webkit-box-shadow: 0 4px 5px 1px rgba(0, 3, 8, .2);
        box-shadow: 0 4px 5px 1px rgba(0, 3, 8, .2)
    }

    .product-card .p-card .img img {
        width: 189px
    }

    .product-card .p-card .price p {
        font-size: 37px !important
    }

    .product-card .p-card .price p b {
        font-size: 25px !important
    }

    .product-card-set .switch-pages {
        height: 100%
    }

    .product-card-set .p-card {
        height: auto
    }

    .product-card-set .p-card .card-info .compos .p-set-slider {
        margin-top: 20px;
        margin-bottom: 25px
    }

    .product-nutritional {
        margin-top: 48px
    }

    .product-nutritional .nutr-table {
        width: 612px;
        padding-right: 0
    }

    .product-nutritional .nutr-table:after {
        top: 37px
    }

    .product-nutritional .nutr-table:before {
        top: 93px
    }

    .product-nutritional .nutr-table .type-block {
        width: 21%;
        padding-left: 25px
    }

    .product-nutritional .nutr-table .type-block p {
        font-size: 16px;
        margin-bottom: 38px
    }

    .product-nutritional .nutr-table .nutritional {
        width: 79%
    }

    .product-nutritional .nutr-table .nutritional .nutr-item p {
        font-size: 14px;
        margin-bottom: 40px
    }

    .sect-ttl {
        font-size: 18px
    }

    .seen-product-block {
        margin-top: 15px
    }

    .seen-product-block .sect-ttl {
        margin-bottom: 15px
    }

    .seen-product-block .seen-product .arrows {
        padding: 0
    }

    .seen-product-block .seen-product .seen-product-slider {
        width: 585px
    }

    .reviews-block {
        margin-top: 25px
    }

    .reviews-block .flex-pos .review-butt {
        width: 168px;
        height: 31px;
        font-size: 16px
    }

    .reviews-block .review-butt {
        margin-top: 20px !important
    }

    .reviews-block .reviews .reviewer {
        width: 100%;
        padding-top: 13px;
        padding-bottom: 32px
    }

    .reviews-block .reviews .reviewer img {
        height: 51px
    }

    .reviews-block .reviews .reviewer .r-info {
        margin-left: 30px
    }

    .reviews-block .reviews .reviewer .r-info .date {
        margin-top: 3px
    }

    .reviews-block .reviews .reviewer .r-info .r-name {
        font-size: 14px
    }

    .reviews-block .reviews .reviewer .r-info .comment {
        font-size: 12px;
        top: 15px
    }

    .amounts-order {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .amounts-order .amounts-prod-block {
        width: 100% !important
    }

    .amounts-order .amounts-prod-block .amount-pb:after {
        width: 648px !important
    }

    .amounts-order .amounts-option-block {
        margin-top: 20px;
        width: 100% !important
    }

    .amounts-order .amounts-option-block .amount-ob:after {
        width: 648px !important
    }

    .order-block .compos-order .order-stages {
        margin-top: 0
    }

    .order-block .compos-order .co-ttl {
        font-size: 35px !important;
        margin-bottom: 0 !important
    }

    .order-block .compos-order .total-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-top: 15px
    }

    .order-block .compos-order .total-block .txt {
        font-size: 25px;
        padding-right: 5px
    }

    .order-block .compos-order .total-block .sum {
        font-size: 25px;
        padding-left: 5px
    }

    .order-block .compos-order .total-block .sum b {
        font-size: 20px
    }

    .order-block .compos-order .total-block .discount {
        width: 100%;
        padding-right: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-block .compos-order .total-block .discount .dashed {
        width: 92% !important;
        left: 0;
        bottom: 23px
    }

    .order-block .compos-order .total-block .total {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0;
        width: 100%
    }

    .order-block .compos-order .total-block .total .dashed {
        width: 100% !important;
        left: 0;
        bottom: 23px
    }

    .order-block .compos-order .continue-form .cf-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order-block .compos-order .continue-form .cf-bottom .required-tag {
        margin-right: 50px;
        margin-bottom: 10px
    }

    .order-block .compos-order .continue-form .cf-bottom .agree-pp {
        width: 450px;
        margin-left: 0;
        margin-right: 0
    }

    .order-block .compos-order .continue-form .cf-bottom .one-click-butt {
        margin-left: 0;
        margin-top: 30px
    }

    .order-block .compos-order .continue-form .cf-bottom .continue-butt {
        margin-left: 20px;
        margin-top: 30px
    }

    .order-block .compos-order .continue-form .inputs {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .order-block .compos-order .continue-form .inputs .invalid-msg {
        bottom: -20px
    }

    .order-block .compos-order .continue-form .inputs .inpt {
        width: 100% !important;
        margin-bottom: 30px
    }

    .order-block .compos-order .continue-form .inputs .inpt input {
        width: 100% !important
    }

    .delivery-pickup {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .delivery-pickup .order3-next-butt .continue-butt {
        margin-top: 20px !important
    }

    .delivery-pickup .del-pick-block {
        width: 100%;
        margin-bottom: 20px
    }

    .delivery-pickup .del-pick-block .third-page {
        margin-bottom: 0
    }

    .delivery-pickup .del-pick-block .pay-method .pm-item {
        width: 200px !important
    }

    .delivery-pickup .del-pick-block .dp-addr-form .input-street input {
        width: 330px
    }

    .delivery-pickup .dp-total-block {
        width: 100%
    }

    .delivery-pickup .dp-total-block .info-block {
        width: 100%
    }

    .delivery-pickup .dp-total-block .total-item {
        width: 100%
    }

    .delivery-pickup .dp-total-block .next-butt .continue-butt {
        margin-top: 20px
    }

    .dp-total-block {
        width: 100% !important
    }

    .dp-total-block .info-block {
        width: 100%
    }

    .dp-total-block .total-item {
        width: 100%
    }

    .dp-total-block .next-butt .continue-butt {
        margin-top: 20px
    }

    .block404 {
        height: 520px
    }

    .block404 img {
        width: 200px
    }

    .block404 .error-num {
        font-size: 60px
    }

    .block404 .error-text {
        font-size: 27px
    }

    .article-page .fullsize {
        width: 100%
    }

    .article-page .three-columns-text .text-item {
        font-size: 16px;
        line-height: 23px
    }

    .article-page .four-columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 0
    }

    .article-page .four-columns img {
        margin-bottom: 0
    }

    .article-page .four-columns .text-item {
        width: 100%;
        margin-top: 20px;
        margin-left: 0
    }

    .article-page .three-columns-img {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0
    }

    .article-page .three-columns-img img {
        width: 300px;
        height: auto;
        margin-bottom: 20px;
        margin-right: 0
    }

    .article-page .three-columns-img .text-item {
        width: 100%
    }

    .article-page .top-art {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .article-page .top-art img {
        margin-bottom: 20px
    }

    .article-page .top-art .text .lists-block .list {
        margin-right: 20px
    }

    .profile-block-toggle {
        display: none
    }

    .lk-profile {
        padding: 0;
        margin-top: 0;
        padding: 20px;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        background-color: #bababa;
        border-left: 1px solid #a1a1a1;
        border-left-border-bottom: 1px solid #a1a1a1;
        border-left-border-right: 1px solid #a1a1a1;
        color: #fff;
        border: 0
    }

    .lk-profile .prof-addresses {
        margin-left: 0
    }

    .lk-profile .prof-addresses .addrs-list {
        color: #000;
        background-color: #fff
    }

    .profile-mob-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .profile-mob-img img {
        width: 100px;
        margin-right: 20px
    }

    .profile-mob-img .prof-name {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 0
    }

    .my-purchase .my-purchase-right {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0;
        width: 100%
    }

    .my-purchase .terms-conditions-block {
        color: #000;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }

    .my-purchase .bonus-history {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-top: 20px
    }

    .my-purchase .bonus-history .history-block {
        width: 100%
    }

    .profile-sec-buttons {
        height: 50px
    }

    .profile-sec-buttons .active:hover {
        font-size: 14px !important
    }

    .profile-sec-buttons a {
        padding-top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 25%;
        font-size: 14px
    }

    .profile-sec-buttons a:hover {
        font-size: 16px
    }

    .profile-sec-buttons a span {
        display: none
    }

    .contact-tabs-btns {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .contact-tabs-btns a {
        width: 33%
    }

    .contact-tabs-btns a:hover {
        font-size: 16px
    }

    .contact-tabs-btns .active:hover {
        font-size: 14px !important
    }
    section.category .cat-block .arrows  {
        top: 40px;
    }
}


@media screen and (max-width:767px) {

    .vacancy-block .vacancy-form .select2-container--default .select2-selection--single {
        width: 100%!important;
        min-height: 37px;
    }
    .select2-container .select2-selection--single .arr {
        top: 5px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-top: 4px!important;
    }
    .phones-tab-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .product-card .p-card .img {
        max-width: none;
    }
    .dp-addr-form-input {
        width: 100%;
    }
    .title-search-result {
        top: 50px!important;
    }

    .phones-tab-inner .left {
        width: 320px !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
        border: 0 !important
    }

    .phones-tab-inner .right {
        border: none !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
        width: 320px !important;
        padding: 0 30px 0 30px !important
    }

    .phones-tab-inner .sec {
        margin: 0 !important
    }

    .profile-sec-buttons a {
        font-size: 12px
    }

    .profile-sec-buttons a:hover {
        font-size: 14px !important
    }

    .profile-sec-buttons .active:hover {
        font-size: 12px !important
    }

    .inpt .show-pass {
        font-size: 14px;
        cursor: pointer;
        margin-left: 10px;
        position: absolute;
        right: 35px;
        top: 34px
    }

    .inpt.hint .show-pass {
        top: 47px
    }

    .inpt.hint .valid-check,
    .inpt.hint .invalid-check {
        top: 44px !important;
    }

    .callback-bento-modal {
        right: 5px;
        top: 85px;
        padding: 15px;
        width: 250px
    }

    .callback-bento-modal form .inpt input {
        height: 40px
    }

    .callback-bento-modal form a {
        margin-bottom: 10px;
        height: 40px;
        font-size: 18px !important;
        padding-top: 9px
    }

    .callback-bento-modal form button {
        margin-top: 10px;
        height: 40px;
        font-size: 18px
    }

    .top-head-fixed .header-items .header-buttons .search-input {
        right: -8px !important
    }

    .form-inputs-block .valid .valid-check {
        top: 30px
    }

    .form-inputs-block .invalid .invalid-check {
        top: 30px
    }

    .search-input {
        top: -8px !important
    }

    .search-input input {
        width: 0;
        font-size: 16px !important;
        height: 40px !important
    }

    .stock-top {
        margin-top: 5px
    }
    .vacancy-item .img {
        display: none; 
    }

    section.category .cat-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0 !important
    }

    section.category .cat-block .cat-name {
        width: 100%;
        height: 50px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 3px
    }

    section.category .cat-block .product-slider {
        width: 385px !important;
        margin: 0 auto;
        margin-top: 20px
    }

    section.category .cat-block .arrows {
        width: 475px !important;
        right: 20px !important;
        top: 185px
    }

    .block-header .header-items {
        height: 60px
    }

    .block-header .header-items .logo {
        margin-top: 2px
    }

    .block-header .header-items .logo img {
        width: 149px !important;
        height: auto !important
    }

    .block-header .header-items .header-buttons {
        width: 81px
    }

    .block-header .header-items .header-buttons .feedback-butt {
        margin-left: 16px
    }

    .block-header .header-items .header-buttons .feedback-butt .icon,
    .block-header .header-items .feedback-butt .icon {
        width: 30px;
        height: 30px;
        -webkit-background-size: contain;
        background-size: contain
    }

    .block-header .header-items .header-buttons .search-butt .icon {
        width: 24px;
        height: 24px;
        background-repeat: no-repeat
    }

    .footer-mob {
        display: block
    }

    .footer-desk {
        display: none
    }

    .block-footer {
        padding-bottom: 80px
    }

    .block-footer .soc-btns-block {
        margin-left: 0;
        margin-top: 20px
    }

    .block-footer .points {
        display: none
    }

    .filter {
        width: 100% !important;
        height: auto !important;
        padding-bottom: 15px;
        overflow: hidden;
        position: relative;
        margin-top: 0;
        z-index: 1000
    }

    .filter .full-butt {
        margin-left: 30px;
        font-size: 18px;
        border-bottom: 1px solid #000;
        width: 105px;
        margin-top: 17px;
        cursor: pointer;
        display: block
    }

    .filter .full-butt:hover {
        border-bottom: 1px solid transparent
    }

    .filter .collapse-filter {
        width: 100%;
        left: 0;
        top: 0;
        height: 50px;
        z-index: 10000;
        cursor: pointer;
        background-color: #5c5c5c;
        position: absolute;
        color: #fff;
        padding-left: 30px;
        font-size: 18px;
        font-weight: 700;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .filter .collapse-filter span {
        color: #fff
    }

    .filter .collapse-filter img {
        width: 15px;
        margin-right: 13px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .filter .f-modal-ttl {
        display: none
    }

    .filter .fl-buttons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px
    }

    .filter .fl-buttons .reset {
        margin: 0;
        margin-top: 10px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .filter .fl-buttons .apply {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .filter .filters {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        height: auto !important;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .filter .filters-left {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .filter .filters-left #slider-range {
        width: 253px
    }

    .filter .filters-left .fl-ttl {
        margin-bottom: 0
    }

    .filter .filters-left .price-filter {
        width: 100%;
        margin-top: 40px
    }

    .filter .filters-left .price-filter .fl-ttl {
        margin-bottom: 0 !important
    }

    .filter .filters-left .price-filter #slider-range {
        width: 100%;
        margin-top: 40px
    }

    .filter .filters-left .person-count {
        width: 100%;
        margin-top: 0
    }

    .filter .filters-left .person-count #slider-range-count {
        width: 100%;
        margin-top: 40px
    }

    .filter .filters-left .person-count .fl-ttl {
        margin-bottom: 15px
    }

    .filter .filters-right {
        width: 435px;
        height: auto;
        margin: 0;
        margin-top: 35px
    }

    .filter .filters-right .fl-ttl {
        margin-bottom: 30px
    }

    .filter .filters-right .checkboxes {
        width: 100%;
        padding-top: 2px;
        height: 125px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        display: block !important
    }

    .filter .filters-right .checkboxes .check {
        width: 270px
    }

    .product-card .switch-pages {
        display: none;
        z-index: 1;
        height: 100%;
        padding: 0 26px 0 0
    }

    .product-card .p-card {
        border: none;
        display: block;
        height: auto;
        width: 95%
    }

    .product-card .p-card .card-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-card .p-card .img {
        margin-top: 35px;
        margin-right: 0;
        text-align: center
    }

    .product-card .p-card .img img {
        width: 100%
    }

    .product-card .p-card .num {
        display: none
    }

    .product-card .p-card .card-name {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        text-align: center
    }

    .product-card .p-card .rate-stars {
        width: 100%;
        position: absolute;
        top: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0
    }

    .product-card-set .p-card {
        height: auto !important
    }

    .product-card-set .p-card .card-info .compos .p-set-slider-arrows {
        width: 338px;
        position: relative;
        margin: 0 auto;
        margin-bottom: -187px;
        left: 0
    }

    .product-card-set .p-card .card-info .compos .p-set-slider-arrows .ps-prev {
        width: 20px;
        height: 20px;
        -webkit-background-size: contain;
        background-size: contain;
        margin-left: -30px
    }

    .product-card-set .p-card .card-info .compos .p-set-slider-arrows .ps-next {
        width: 20px;
        height: 20px;
        margin-right: -30px;
        -webkit-background-size: contain;
        background-size: contain
    }

    .product-card-set .p-card .card-info .compos .p-set-slider {
        width: 338px
    }

    .product-card-set .p-card .card-info .compos .p-set-slider .p-set-item {
        margin-right: 10px;
        width: 106px;
        height: 147px
    }

    .product-card-set .p-card .card-info .compos .p-set-slider .p-set-item .open-image {
        width: 106px;
        height: 78px
    }

    .product-card-set .p-card .card-info .compos .p-set-slider .p-set-item .open-image .icon {
        width: 43px;
        height: 43px
    }

    .product-nutritional .nutr-table {
        width: auto
    }

    .seen-product-block {
        display: none
    }

    .seen-product-block .seen-product .seen-product-slider {
        width: 380px
    }

    .reviews-block .flex-pos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reviews-block .flex-pos .review-butt {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto
    }

    .reviews-block .reviews {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0
    }

    .reviews-block .reviews .reviewer {
        width: 100%
    }

    .amounts-order {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .amounts-order .amounts-prod-block {
        width: 100% !important
    }

    .amounts-order .amounts-prod-block .amount-pb:after {
        width: 648px !important
    }

    .amounts-order .amounts-option-block {
        margin-top: 20px;
        width: 100% !important
    }

    .amounts-order .amounts-option-block .amount-ob:after {
        width: 648px !important
    }

    .order-block .compos-order .co-ttl {
        text-align: center
    }

    .order-block .compos-order .os-block {
        margin-top: 12px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .order-block .compos-order .order-stages {
        width: 126px
    }

    .order-block .compos-order .order-stages:after {
        width: 20px;
        height: 1px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: #d50501;
        left: 28px;
        top: 13px
    }

    .order-block .compos-order .order-stages:before {
        width: 20px;
        height: 1px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: #d50501;
        top: 13px;
        left: 79px
    }

    .order-block .compos-order .order-stages .order-stage {
        width: 25px;
        height: 25px;
        padding-top: 0
    }

    .order-block .compos-order .order-stages .order-stage span {
        padding-top: 2px;
        font-size: 17px !important
    }

    .order-block .compos-order .total-block .discount .dashed {
        width: 300px !important
    }

    .order-block .compos-order .total-block .total .dashed {
        width: 135px !important
    }

    .order-block .compos-order .continue-form .cf-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order-block .compos-order .continue-form .cf-bottom .required-tag {
        margin-right: 50px
    }

    .order-block .compos-order .continue-form .cf-bottom .agree-pp {
        width: 450px;
        margin-left: 0;
        margin-right: 0
    }

    .order-block .compos-order .continue-form .cf-bottom .one-click-butt {
        margin-left: 0;
        margin-top: 30px;
        padding-top: 10px
    }

    .order-block .compos-order .continue-form .cf-bottom .continue-butt {
        margin-left: 20px;
        margin-top: 30px;
        padding-top: 0
    }

    .order-block .compos-order .continue-form .inputs {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .order-block .compos-order .continue-form .inputs .invalid-msg {
        bottom: -20px !important
    }

    .order-block .compos-order .continue-form .inputs .inpt {
        width: 440px !important;
        margin-bottom: 30px !important
    }

    .order-block .compos-order .continue-form .inputs .inpt input {
        width: 440px !important
    }

    .amounts-order {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .amounts-order .amounts-prod-block {
        width: 100% !important
    }

    .amounts-order .amounts-prod-block .amount-pb {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 90px !important;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .amounts-order .amounts-prod-block .amount-pb .product-name {
        font-size: 18px !important;
        margin-bottom: 5px !important
    }

    .amounts-order .amounts-prod-block .amount-pb .interact {
        height: auto !important;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .amounts-order .amounts-prod-block .amount-pb .interact .mob-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .amounts-order .amounts-prod-block .amount-pb .interact .amount {
        margin-right: auto
    }

    .amounts-order .amounts-prod-block .amount-pb:after {
        width: 468px !important
    }

    .amounts-order .amounts-option-block {
        margin-top: 20px;
        width: 100% !important
    }

    .amounts-order .amounts-option-block .amount-ob:after {
        width: 468px !important
    }

    .order-block {
        margin-top: 15px
    }

    .order-block .compos-order .order-stages {
        margin-top: 0
    }

    .order-block .compos-order .co-ttl {
        font-size: 30px !important;
        margin-bottom: 0 !important
    }

    .order-block .compos-order .total-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-top: 15px
    }

    .order-block .compos-order .total-block .txt {
        font-size: 25px;
        padding-right: 5px
    }

    .order-block .compos-order .total-block .sum {
        font-size: 25px;
        padding-left: 5px
    }

    .order-block .compos-order .total-block .sum b {
        font-size: 20px
    }

    .order-block .compos-order .total-block .discount {
        width: 100%;
        padding-right: 0
    }

    .order-block .compos-order .total-block .discount .dashed {
        width: 92% !important;
        left: 0
    }

    .order-block .compos-order .total-block .total {
        padding-left: 0;
        width: 100%
    }

    .order-block .compos-order .total-block .total .dashed {
        width: 100% !important;
        left: 0
    }

    .order-block .compos-order .continue-form .cf-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px
    }

    .order-block .compos-order .continue-form .cf-bottom .required-tag {
        margin-right: 50px
    }

    .order-block .compos-order .continue-form .cf-bottom .agree-pp {
        width: 450px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px
    }

    .order-block .compos-order .continue-form .cf-bottom .one-click-butt {
        width: 225px;
        margin-left: 0;
        margin-top: 30px;
        padding-top: 10px
    }

    .order-block .compos-order .continue-form .cf-bottom .continue-butt {
        width: 225px;
        margin-left: 15px;
        margin-top: 30px
    }

    .order-block .compos-order .continue-form .inputs {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .order-block .compos-order .continue-form .inputs .inpt {
        width: 100% !important;
        margin-bottom: 10px
    }

    .order-block .compos-order .continue-form .inputs .inpt input {
        width: 100% !important
    }

    .delivery-pickup {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .delivery-pickup .required-tag p {
        font-size: 14px !important
    }

    .delivery-pickup .del-pick-block {
        width: 100%;
        margin-bottom: 20px
    }

    .delivery-pickup .del-pick-block .agree-pp {
        width: 260px !important
    }

    .delivery-pickup .del-pick-block .change-inpt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

    .delivery-pickup .del-pick-block .change-inpt .inpt {
        width: 100%;
        margin-top: 30px
    }

    .delivery-pickup .del-pick-block .change-inpt .inpt input {
        height: 35px;
        width: 100%
    }

    .delivery-pickup .del-pick-block .change-inpt .checkbox-spend-bonuses {
        margin-top: 20px;
        margin-left: 0
    }

    .delivery-pickup .del-pick-block .pay-method {
        margin-bottom: 55px
    }

    .delivery-pickup .del-pick-block .pay-method .pm-item {
        width: 140px !important;
        height: 90px
    }

    .delivery-pickup .del-pick-block .delivery-time {
        margin-top: 25px
    }

    .delivery-pickup .del-pick-block .dp-addr-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .delivery-pickup .del-pick-block .dp-addr-form .input-street {
        width: 100%
    }

    .delivery-pickup .del-pick-block .dp-addr-form .input-street input {
        width: 100%
    }

    .delivery-pickup .del-pick-block .dp-addr-form .inputs {
        width: 100%
    }

    .delivery-pickup .del-pick-block .dp-addr-form .inputs .top {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 20px
    }

    .delivery-pickup .del-pick-block .dp-addr-form .inputs .top .inpt {
        margin-left: 0
    }

    .delivery-pickup .del-pick-block .dp-addr-form .inputs .top .inpt input {
        width: 150px
    }

    .delivery-pickup .dp-total-block {
        width: 100%
    }

    .delivery-pickup .dp-total-block .info-block {
        width: 100%
    }

    .delivery-pickup .dp-total-block .total-item {
        width: 100%
    }

    .delivery-pickup .dp-total-block .next-butt .continue-butt {
        margin-top: 20px
    }

    .dp-total-block {
        width: 100% !important
    }

    .dp-total-block .info-block {
        width: 100%
    }

    .dp-total-block .total-item {
        width: 100%
    }

    .dp-total-block .next-butt .continue-butt {
        margin-top: 20px
    }

    .thankyou-block .thankyou-order-issued {
        font-size: 35px !important
    }

    .thankyou-block .thankyou-name {
        font-size: 30px
    }

    .thankyou-block .contact-manager {
        font-size: 20px
    }

    .page-title {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 40px;
        margin-bottom: 0;
        margin-top: 0
    }

    .auth-block {
        width: 100%
    }

    .auth-block .valid .valid-check {
        top: 30px
    }

    .auth-block .invalid .invalid-check {
        top: 30px
    }

    .auth-block .bottom-social {
        height: 130px
    }

    .auth-block .bottom-social .login-social-text {
        font-size: 16px
    }

    .auth-block .bottom-social .login-social-buttons {
        width: 250px
    }

    .auth-block .bottom-social .login-social-buttons .login-social img {
        width: 26px !important;
        height: 26px !important
    }

    .auth-block .bottom-social .auth-signup-butt a {
        height: 33px;
        padding-top: 7px;
        font-size: 14px
    }

    .auth-block .bottom-social .auth-signup-butt a:hover {
        font-size: 14px
    }

    .auth-block .top-auth {
        padding: 10px
    }

    .auth-block .top-auth .auth-butts {
        margin-top: 0
    }

    .auth-block .top-auth .inputs .inpt {
        margin-bottom: 10px
    }

    .auth-block .top-auth .inputs .inpt label {
        font-size: 14px !important
    }

    .auth-block .top-auth .inputs .inpt input {
        height: 35px !important
    }

    .auth-block .top-auth .forgot-pass a {
        font-size: 14px !important
    }

    .auth-block .top-auth .login-butt button {
        width: 140px !important;
        height: 35px !important;
        font-size: 14px !important
    }

    .modal-pass-recovery {
        padding: 0;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        max-width: 450px
    }

    .modal-pass-recovery .modal-ttl {
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 20px !important
    }

    .modal-pass-recovery .info-text {
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 100%;
        font-size: 14px
    }

    .modal-pass-recovery .invalid .invalid-check {
        top: 7px !important
    }

    .modal-pass-recovery .invalid .invalid-msg {
        left: 10px;
        bottom: -33px
    }

    .modal-pass-recovery .inpt {
        padding-left: 10px;
        padding-right: 10px
    }

    .modal-pass-recovery .inpt input {
        height: 35px
    }

    .modal-pass-recovery .pass-recovery-butt {
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px
    }

    .modal-pass-recovery .pass-recovery-butt button {
        height: 35px;
        font-size: 14px
    }

    .form-inputs-block {
        width: 100%;
        padding: 10px
    }

    .form-inputs-block .agree-pp {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .form-inputs-block .agree-pp p {
        width: 260px;
        margin-top: 2px;
        font-size: 12px !important
    }

    .form-inputs-block .inpt input {
        height: 35px
    }

    .form-inputs-block .inpt label {
        font-size: 14px
    }

    .form-inputs-block button {
        height: 35px;
        font-size: 14px
    }

    .articles-block .article {
        width: 100%;
        height: auto
    }

    .articles-block .article .article-image {
        width: 100%;
        display: block
    }

    .articles-block .article .article-image img {
        width: 100%
    }

    .vacancy-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .vacancy-block .vacancy-list {
        width: 100%;
        margin-bottom: 20px
    }

    .vacancy-block .vacancy-list .vac-open-info {
        margin-top: 10px !important
    }

    .vacancy-block .vacancy-list .vac-open-info .vac-text {
        font-size: 14px !important
    }

    .vacancy-block .vacancy-list .vac-open-info ul li {
        font-size: 14px !important
    }

    .vacancy-block .vacancy-list .form-ttl {
        color: #000;
        font-family: "RobotoCondensedBold";
        font-weight: 900;
        font-size: 18px;
        margin-bottom: 11px !important;
        display: block !important
    }

    .vacancy-block .vacancy-list .vacancy-item {
        border: none;
        width: 100%;
        padding: 0;
        padding-left: 20px;
        margin-bottom: 10px;
        position: relative
    }

    .vacancy-block .vacancy-list .vacancy-item:after {
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        background-image: url(../img/sushi-marker.svg);
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        top: 11px
    }

    .vacancy-block .vacancy-list .vacancy-item .vacancy-info {
        margin-left: 0
    }

    .vacancy-block .vacancy-list .vacancy-item .vacancy-info .vacancy-name {
        font-size: 14px
    }

    .vacancy-block .vacancy-list .vacancy-item .vacancy-info .vacancy-descript {
        display: none
    }

    .vacancy-block .vacancy-list .vacancy-item img {
        display: none
    }

    .vacancy-block .vacancy-form {
        width: 100%
    }

    .vacancy-block .vacancy-form .butt-submit-form {
        height: 35px !important;
        font-size: 14px
    }

    .vacancy-block .vacancy-form .agree-pp p {
        font-size: 14px
    }

    .vacancy-block .vacancy-form .inputs {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .vacancy-block .vacancy-form select {
        height: 35px
    }

    .vacancy-block .vacancy-form .pickdate-after {
        width: 70% !important
    }

    .vacancy-block .vacancy-form .pickdate-after label:after {
        top: 30px !important
    }

    .vacancy-block .vacancy-form .ages-input {
        width: 25% !important;
        margin-left: 5%
    }

    .vacancy-block .vacancy-form #pickdate {
        width: 100% !important
    }

    .vacancy-block .vacancy-form #ages {
        width: 100% !important
    }

    .vacancy-block .vacancy-form .inpt {
        width: 100%
    }

    .vacancy-block .vacancy-form .inpt label {
        font-size: 14px !important
    }

    .vacancy-block .vacancy-form .inpt input {
        font-size: 14px !important;
        width: 100% !important;
        height: 35px
    }

    .vacancy-block .vacancy-form .form-ttl {
        font-size: 20px
    }

    .selectboxit-container {
        width: 100% !important
    }

    .selectboxit-container .selectboxit {
        width: 100% !important
    }

    .selectboxit-container .selectboxit .selectboxit-option-icon-container {
        top: 0
    }

    .selectboxit-container .selectboxit .selectboxit-text {
        padding-top: 3px;
        font-size: 14px
    }

    .selectboxit-container span {
        height: 35px !important
    }

    .selectboxit-container .selectboxit-options {
        top: 35px !important;
        min-width: 100% !important
    }

    .selectboxit-container .selectboxit-options .selectboxit-option-icon {
        top: 12px !important
    }

    .selectboxit-container .selectboxit-options .selectboxit-option {
        height: 35px !important
    }

    .selectboxit-container .selectboxit-options .selectboxit-option a {
        padding-top: 2px;
        font-size: 14px;
        height: 35px !important
    }

    .block404 {
        height: 350px
    }

    .block404 img {
        width: 101px
    }

    .block404 .butt-submit-form {
        height: 35px;
        font-size: 14px;
        padding-top: 10px;
        margin-top: 5px
    }

    .block404 .error-num {
        font-size: 50px
    }

    .block404 .error-text {
        font-size: 18px
    }

    .map-cont {
        height: auto
    }

    .map-cont .map-block {
        position: relative;
        margin-top: 20px
    }

    .map-cont .contacts {
        width: 100%;
        height: 400px;
        padding-left: 60px;
        padding-right: 60px
    }

    .map-cont .contacts .contacts-text {
        font-size: 25px
    }

    .map-cont .contacts ul li {
        margin-bottom: 15px
    }

    .map-cont .contacts ul li img {
        width: 30px;
        height: 30px
    }

    .map-cont .contacts ul li span {
        font-size: 16px
    }

    .profile-mob-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .profile-mob-img img {
        width: 70px;
        margin-right: 20px
    }

    .profile-mob-img .prof-name {
        font-size: 18px;
        font-weight: 700
    }

    .bonuses-toggle-block .my-purchase .bonus-history .history-item {
        height: 50px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 5px
    }

    .bonuses-toggle-block .my-purchase .bonus-history .history-item .date {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .bonuses-toggle-block .my-purchase .bonus-history .history-item .bonuses-count {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .bonuses-toggle-block .my-purchase .bonus-history .history-item .bonus-balance {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .bonuses-toggle-block .my-purchase .bonus-history .history-item .item-descript {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }

    .orders-history {
        margin-top: 0 !important
    }

    .orders-history .history-block {
        height: 442px !important
    }

    .purchases-toggle-block .my-purchase .my-purchase-right {
        display: none
    }

    .sets-history .history-block .history-item .bott .progress-bar-freeset {
        width: 320px
    }

    .top-head-fixed .header-items .fixed-nav {
        display: none
    }

    .top-head-fixed .header-items .header-buttons {
        width: 70px !important
    }

    .article-page h1 {
        font-size: 38px
    }

    .article-page h2 {
        font-size: 22px
    }

    .article-page h3 {
        font-size: 18px
    }

    .article-page h4 {
        font-size: 16px
    }

    .article-page h5 {
        font-size: 14px
    }

    .article-page h6 {
        font-size: 12px
    }

    .contact-tabs-btns {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .contact-tabs-btns a {
        width: 33%
    }

    .contact-tabs-btns a:hover {
        font-size: 16px
    }

    .contact-tabs-btns .active:hover {
        font-size: 14px !important
    }

    .order-block .order-detail .amounts-order .amounts-prod-block .amount-pb {
        height: 67px !important
    }

    .order-block .order-detail .interact {
        width: auto !important;
        margin-left: 0
    }

    .order-block .order-detail .interact .prod-price {
        margin-left: 0 !important
    }
}

@media screen and (max-width:720px){
    .view-all-butt {
        /* height: 300px!important; */
        width: 100%;
        padding-top: 0;
    }
    .view-all-butt p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .product-list .product-item {
        width: 100%;
        height: auto;
    }
    .product-list .product-item .image {
        width: 100%!important;
        height: auto!important;
        max-width: none!important;
    } 
    .product-list .image picture img {
        width: 100%!important;
        height: auto!important;
    }
    .product-list .product-item .prod-info .prices {
        position: relative;
    } 
    .product-list .product-item .prod-info .prod-name {
        font-size: 24px;
    }
    .product-list .product-item .prod-info .inf-item .name {
        font-size: 22px;
    } 
    .product-list .product-item .prod-info .inf-item .val {
        font-size: 18px;
    }
    .product-list .product-item .prod-info .prices .new-price {
        font-size: 36px;
    }
    .product-list .product-item .prod-info .cart-add-butt {
        width: 130px;
        height: 45px;
    }

    .product-item {
        width: 100%;
        height: auto;
    }
    .product-item .image {
        width: 100%!important;
        height: auto!important;
        max-width: none!important;
        min-height: 270px;
    } 
    .image picture img {
        width: 100%!important;
        height: auto!important;
    }
    .prod-info .prices {
        position: relative;
    } 
    .product-item .prod-info .prod-name {
        font-size: 24px;
    }
    .product-item .prod-info .inf-item .name {
        font-size: 22px;
    } 
    .product-item .prod-info .inf-item .val {
        font-size: 18px;
    }
    .product-item .prod-info .prices .new-price {
        font-size: 36px;
    }
    .product-item .prod-info .cart-add-butt {
        width: 45%;
        height: 45px;
    }
    .cat-block .slick-initialized .slick-slide {
        max-width: 375px;
        height: auto;
        margin-bottom: 20px;
    }
    .product-item .open-image {
        width: 100%;
        height: auto;
    }
    .product-item .image img {
        width: 100%;
    } 
    section.category .cat-block .product-slider {
        height: auto;
    }
    .product-item .prod-info .prices {
        position: relative;
    }
    .product-item .num  {
        width: 74px;
        height: 33px;
    }
    .view-all-butt {
        height: 445px!important;
    }
}

@media screen and (max-width: 500px) {
    section.category .cat-block .product-slider {
        width: 300px!important;
    }
    .cat-block .slick-initialized .slick-slide {
        max-width: 280px;
    }
    .product-item .prod-info .prod-name {
        line-height: 20px!important;
        font-size: 18px;
    }
}

@media screen and (max-width:576px) {
    .product-item .image {
        min-height: 210px!important;
    }
    .product-list .image picture img.image-stub, img.image-stub {
        transform: translate(-10px, 10%);
    }
    .modal-addtocard {
        width: 250px
    }

    .modal-addtocard .agree-pp p {
        width: 205px
    }

    .modal-addtocard .modal-bott {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .modal-addtocard .modal-bott .c-boxes {
        width: 100%
    }

    .modal-addtocard .modal-bott .butts {
        width: 100%
    }

    .modal-addtocard .txt {
        font-size: 12px
    }

    .modal-addtocard .modal-ttl {
        margin-bottom: 10px
    }

    .modal-addtocard .modal-ttl span {
        font-size: 14px
    }

    .phones-tab-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .phones-tab-inner .left {
        width: 260px !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
        border: 0 !important
    }

    .phones-tab-inner .right {
        border: none !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
        width: 260px !important;
        padding: 0 30px 0 30px !important
    }

    .phones-tab-inner .sec {
        margin: 0 !important
    }

    .modal-edit-profile {
        width: 100%
    }

    .modal-edit-profile .edit-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .modal-edit-profile .edit-profile .right {
        margin-top: 10px;
        width: 100%
    }

    .modal-edit-profile .edit-profile .right .gender {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .modal-edit-profile .edit-profile .right .connect-socials {
        margin-top: 15px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .modal-edit-profile .edit-profile .right .butt-submit-form {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .banner-block {
        height: 180px;
        padding-top: 55px;
        margin-bottom: 10px;
        -webkit-background-size: 300px 300px;
        background-size: 300px;
        margin-top: -60px
    }

    .quote-block {
        text-align: center;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 40px
    }

    .quote-block .quote {
        font-size: 18px
    }

    .quote-block .quote-author {
        font-size: 16px
    }

    .agree-pp label {
        width: 16px;
        height: 16px
    }

    .agree-pp .l-checked:after {
        width: 16px !important;
        font-size: 12px;
        height: 16px !important
    }

    .modal {
        padding: 10px
    }

    .modal .butt-submit-form {
        margin-top: 10px !important
        margin-bottom: 50px;
    }

    .modal .inpt {
        margin-bottom: 10px !important
    }

    .modal .inpt input {
        height: 35px
    }

    .modal .inpt label {
        font-size: 14px
    }

    .modal .modal-ttl {
        font-size: 16px
    }

    .modal .sub-our-soc {
        font-size: 12px
    }

    .modal .sub-socials li a img {
        width: 30px;
        height: 30px
    }

    .modal .agree-pp .l-checked:after {
        width: 16px !important;
        font-size: 12px;
        height: 16px !important
    }

    .modal .agree-pp label {
        width: 16px !important;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        height: 16px !important
    }

    .modal .agree-pp p {
        font-size: 12px
    }

    .modal-subscribe-newsletter {
        width: 300px
    }

    .modal-subscribe-newsletter .modal-ttl {
        font-size: 16px
    }

    .block-header .search-input input {
        width: 0;
        padding-right: 30px !important
    }

    .block-header .top-head-fixed .header-items .header-buttons .search-input input {
        width: 0
    }

    .left-page-title {
        text-align: center !important
    }

    .sortby-block {
        display: none
    }

    section.category .cat-name {
        margin-bottom: -25px
    }

    section.category .cat-block {
        padding-top: 0
    }

    section.category .cat-block .arrows {
        width: 370px !important; 
        height: 170px;
        right: 0 !important;
        position: relative;
        margin: 0 auto;
        margin-bottom: -85px
    }
    

    section.category .cat-block .product-slider {
        width: 300px !important;
        margin-top: -40px
    }

    .block-footer {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .block-footer .soc-btns-block {
        margin-bottom: 70px
    }

    .block-footer .delivery {
        margin-left: 0
    }

    .block-footer .delivery .phone-num {
        font-size: 12px !important
    }

    .block-footer .delivery .phone-num svg {
        width: 12px !important;
        margin-bottom: -1px
    }

    .block-footer .footer-item .item-ttl {
        font-size: 14px;
        margin-bottom: 8px !important
    }

    .block-footer .docs li {
        line-height: 13px !important
    }

    .block-footer .docs li a {
        font-size: 10px
    }

    .block-footer .points {
        display: none
    }

    .product-card .switch-pages {
        display: none;
        left: 0;
        padding: 0 10px 0 10px;
        height: 100%;
        top: 178px
    }

    .product-card .switch-pages .prev-page {
        height: 26px
    }

    .product-card .switch-pages .next-page {
        height: 26px
    }

    .product-card .p-card .card-info .ci-bott {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        width: 100% !important
    }

    .product-card .p-card .card-info .cart-add-butt {
        width: 100% !important
    }

    .product-card .p-card .card-info .cart-add-butt .icon {
        margin-right: 18px
    }

    .product-card .p-card .card-info .cart-add-butt span {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #666
    }

    .product-card-set .p-card .card-info .compos .p-set-slider-arrows {
        width: 222px
    }

    .product-card-set .p-card .card-info .compos .p-set-slider {
        width: 222px !important
    }

    .product-card-set .p-card .card-info .compos .p-set-slider .p-set-item {
        text-align: left
    }

    .product-card-set .p-card .card-info .compos .p-set-slider .p-set-item .ps-num {
        display: none
    }

    .order-block .compos-order .co-ttl {
        text-align: center
    }

    .order-block .compos-order .os-block {
        margin-top: 12px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .order-block .compos-order .order-stages {
        width: 126px
    }

    .order-block .compos-order .order-stages:after {
        width: 20px;
        height: 1px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: #d50501;
        left: 28px;
        top: 13px
    }

    .order-block .compos-order .order-stages:before {
        width: 20px;
        height: 1px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: #d50501;
        top: 13px;
        left: 79px
    }

    .order-block .compos-order .order-stages .order-stage {
        width: 25px;
        height: 25px;
        padding-top: 0
    }

    .order-block .compos-order .order-stages .order-stage span {
        font-size: 17px !important
    }

    .order-block .compos-order .total-block .discount .dashed {
        width: 300px !important;
        bottom: 14px
    }

    .order-block .compos-order .total-block .total .dashed {
        width: 135px !important;
        bottom: 14px
    }

    .order-block .compos-order .continue-form .cf-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order-block .compos-order .continue-form .cf-bottom .required-tag {
        margin-right: 50px
    }

    .order-block .compos-order .continue-form .cf-bottom .agree-pp {
        width: 450px;
        margin-left: 0;
        margin-right: 0
    }

    .order-block .compos-order .continue-form .cf-bottom .one-click-butt {
        margin-left: 0;
        margin-top: 30px;
        padding-top: 7px
    }

    .order-block .compos-order .continue-form .cf-bottom .continue-butt {
        margin-left: 20px;
        margin-top: 30px;
        padding-top: 9px !important
    }

    .order-block .compos-order .continue-form .inputs {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .order-block .compos-order .continue-form .inputs .invalid-msg {
        bottom: -20px !important
    }

    .order-block .compos-order .continue-form .inputs .inpt {
        width: 440px !important;
        margin-bottom: 25px !important
    }

    .order-block .compos-order .continue-form .inputs .inpt input {
        width: 440px !important
    }

    .amounts-order {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .amounts-order .amounts-prod-block {
        width: 100% !important
    }

    .amounts-order .amounts-prod-block .amount-pb {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 70px !important;
        padding-bottom: 10px;
        padding-top: 10px;
        padding: 10px !important
    }

    .amounts-order .amounts-prod-block .amount-pb .prod-price {
        font-size: 14px !important
    }

    .amounts-order .amounts-prod-block .amount-pb .product-name {
        font-size: 14px !important;
        margin-bottom: 5px !important
    }

    .amounts-order .amounts-prod-block .amount-pb .interact {
        height: 20px !important;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .amounts-order .amounts-prod-block .amount-pb .interact .mob-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .amounts-order .amounts-prod-block .amount-pb .interact .amount {
        margin-right: auto
    }

    .amounts-order .amounts-prod-block .amount-pb .interact .amount .minus {
        width: 15px;
        height: 15px
    }

    .amounts-order .amounts-prod-block .amount-pb .interact .amount .plus {
        width: 15px;
        height: 15px
    }

    .amounts-order .amounts-prod-block .amount-pb .interact .amount input {
        width: 26px;
        font-size: 14px
    }

    .amounts-order .amounts-prod-block .amount-pb:after {
        left: 10px !important;
        width: -webkit-calc(100% - 20px) !important;
        width: calc(100% - 20px) !important
    }

    .amounts-order .amounts-option-block {
        margin-top: 20px;
        width: 100% !important
    }

    .amounts-order .amounts-option-block .amount-ob {
        padding: 10px !important
    }

    .amounts-order .amounts-option-block .amount-ob .interact .amount {
        width: 56px
    }

    .amounts-order .amounts-option-block .amount-ob .interact .amount .minus {
        width: 15px;
        height: 15px
    }

    .amounts-order .amounts-option-block .amount-ob .interact .amount .plus {
        width: 15px;
        height: 15px
    }

    .amounts-order .amounts-option-block .amount-ob .interact .amount input {
        width: 26px;
        font-size: 14px
    }

    .amounts-order .amounts-option-block .amount-ob .option-name {
        font-size: 14px !important
    }

    .amounts-order .amounts-option-block .amount-ob .option-price {
        font-size: 14px !important;
        min-width: 53px !important
    }

    .amounts-order .amounts-option-block .amount-ob:after {
        left: 10px !important;
        width: -webkit-calc(100% - 20px) !important;
        width: calc(100% - 20px) !important
    }

    .article-page h1 {
        font-size: 23px;
        line-height: 40px
    }

    .article-page h2 {
        font-size: 20px
    }

    .article-page .text-item {
        font-size: 14px;
        line-height: 23px
    }

    .article-page .quote-block {
        margin-bottom: 20px;
        margin-top: 0
    }

    .article-page .two-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article-page .two-columns .text-item {
        width: 100%
    }

    .article-page .img-descript {
        font-size: 14px;
        padding-bottom: 10px
    }

    .article-page .fullsize {
        width: 100%;
        margin-right: 0
    }

    .article-page .four-columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article-page .four-columns img {
        margin-bottom: 0;
        margin: 0
    }

    .article-page .four-columns .text-item {
        width: 100%;
        margin-top: 20px;
        margin-left: 0
    }

    .article-page .article-table .row-article-table {
        padding: 10px;
        height: 40px
    }

    .article-page .article-table .row-article-table .row-title p {
        font-size: 14px
    }

    .article-page .article-table .row-article-table .long {
        width: 220px
    }

    .article-page .article-table .row-article-table .long p {
        font-size: 10px
    }

    .article-page .article-table .table-head {
        padding: 10px;
        height: 40px
    }

    .article-page .article-table .table-head .column-title {
        width: 40px
    }

    .article-page .article-table .table-head .column-title {
        width: 55px
    }

    .article-page .article-table .table-head p {
        font-size: 12px
    }

    .article-page .three-columns-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px
    }

    .article-page .three-columns-text .text-item {
        width: 100%
    }

    .article-page .three-columns-img {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0
    }

    .article-page .three-columns-img img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        margin-right: 0
    }

    .article-page .three-columns-img .text-item {
        width: 100%
    }

    .article-page .top-art {
        width: 100%
    }

    .article-page .top-art img {
        width: 100%;
        margin-bottom: 10px
    }

    .article-page .top-art .text {
        width: 100%
    }

    .article-page .top-art .text .lists-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .article-page .top-art .text .lists-block .list {
        margin-right: 20px
    }

    .order-block {
        margin-top: 15px
    }

    .order-block .compos-order .order-stages {
        margin-top: 0
    }

    .order-block .compos-order .co-ttl {
        font-size: 20px !important;
        margin-bottom: 0 !important
    }

    .order-block .compos-order .total-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px !important
    }

    .order-block .compos-order .total-block .dashed {
        bottom: 14px
    }

    .order-block .compos-order .total-block .txt {
        font-size: 18px;
        padding-right: 5px;
        margin-bottom: 10px
    }

    .order-block .compos-order .total-block .sum {
        margin-bottom: 10px;
        font-size: 18px;
        padding-left: 5px
    }

    .order-block .compos-order .total-block .sum b {
        font-size: 14px
    }

    .order-block .compos-order .total-block .discount {
        width: 100%;
        padding-right: 0
    }

    .order-block .compos-order .total-block .discount .dashed {
        width: 92% !important;
        left: 0
    }

    .order-block .compos-order .total-block .total {
        padding-left: 0;
        width: 100%
    }

    .order-block .compos-order .total-block .total .dashed {
        width: 100% !important;
        left: 0
    }

    .order-block .compos-order .continue-form .cf-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px
    }

    .order-block .compos-order .continue-form .cf-bottom .required-tag {
        margin-right: 50px
    }

    .order-block .compos-order .continue-form .cf-bottom .agree-pp {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px
    }

    .order-block .compos-order .continue-form .cf-bottom .agree-pp label {
        width: 16px;
        height: 16px
    }

    .order-block .compos-order .continue-form .cf-bottom .agree-pp .l-checked:after {
        width: 16px;
        height: 16px;
        font-size: 12px
    }

    .order-block .compos-order .continue-form .cf-bottom .agree-pp p {
        font-size: 12px !important
    }

    .order-block .compos-order .continue-form .cf-bottom .one-click-butt {
        width: 225px;
        margin-left: 0;
        margin-top: 30px
    }

    .order-block .compos-order .continue-form .cf-bottom .continue-butt {
        width: 225px;
        margin-left: 15px;
        margin-top: 30px
    }

    .order-block .compos-order .continue-form .inputs {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .order-block .compos-order .continue-form .inputs .inpt {
        width: 100% !important;
        margin-bottom: 0 !important
    }

    .order-block .compos-order .continue-form .inputs .inpt input {
        width: 100% !important
    }

    .delivery-pickup {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .delivery-pickup .order2-pick-block {
        margin-top: 60px
    }

    .delivery-pickup .del-pick-block {
        width: 100%;
        margin-bottom: 20px;
        padding: 10px
    }

    .delivery-pickup .del-pick-block .pay-ttl {
        font-size: 18px
    }

    .delivery-pickup .del-pick-block .change-inpt .inpt label {
        font-size: 14px
    }

    .delivery-pickup .del-pick-block .change-inpt .checkbox-spend-bonuses label {
        width: 16px;
        height: 16px
    }

    .delivery-pickup .del-pick-block .change-inpt .checkbox-spend-bonuses label:after {
        width: 16px !important;
        font-size: 14px !important;
        height: 16px !important
    }

    .delivery-pickup .del-pick-block .change-inpt .checkbox-spend-bonuses p {
        font-size: 14px
    }

    .delivery-pickup .del-pick-block .pay-method {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 45px
    }

    .delivery-pickup .del-pick-block .pay-method .pm-item {
        width: 80px !important;
        height: 80px
    }

    .delivery-pickup .del-pick-block .pay-method .pm-item .pm-text {
        font-size: 14px;
        bottom: -45px
    }

    .delivery-pickup .del-pick-block .pay-method .pm-item .pm-icon img {
        height: 50px
    }

    .delivery-pickup .del-pick-block .switch-butt {
        margin-top: -50px
    }

    .delivery-pickup .del-pick-block .switch-butt p {
        font-size: 18px
    }

    .delivery-pickup .del-pick-block .switch-butt label {
        background-color: #ededed;
        margin-left: 5px;
        margin-right: 5px
    }

    .delivery-pickup .del-pick-block .required-tag {
        margin-top: 14px
    }

    .delivery-pickup .del-pick-block .delivery-time {
        margin-top: 25px
    }

    .delivery-pickup .del-pick-block .delivery-time .txt {
        font-size: 16px
    }

    .delivery-pickup .del-pick-block .delivery-time .radio {
        margin-top: 5px
    }

    .delivery-pickup .del-pick-block .delivery-time .radio label {
        width: 16px;
        height: 16px
    }

    .delivery-pickup .del-pick-block .delivery-time .radio label span {
        width: 8px;
        height: 8px
    }

    .delivery-pickup .del-pick-block .delivery-time .radio .radio-name {
        font-size: 14px
    }

    .delivery-pickup .del-pick-block .pick-addresses {
        height: auto;
        margin-top: 20px
    }

    .delivery-pickup .del-pick-block .pick-addresses .radio .radio-name {
        font-size: 14px
    }

    .delivery-pickup .del-pick-block .pick-addresses .radio label {
        width: 16px;
        height: 16px
    }

    .delivery-pickup .del-pick-block .pick-addresses .radio label span {
        width: 8px;
        height: 8px
    }

    .delivery-pickup .del-pick-block .dp-addr-form {
        margin-top: 15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .delivery-pickup .del-pick-block .dp-addr-form .inpt label {
        font-size: 14px
    }

    .delivery-pickup .del-pick-block .dp-addr-form .inpt input {
        height: 35px
    }

    .delivery-pickup .del-pick-block .dp-addr-form .input-street {
        width: 100%
    }

    .delivery-pickup .del-pick-block .dp-addr-form .input-street input {
        width: 100%
    }

    .delivery-pickup .del-pick-block .dp-addr-form .inputs {
        width: 100%;
        margin-top: 10px
    }

    .delivery-pickup .del-pick-block .dp-addr-form .inputs .bottom {
        margin-top: 10px
    }

    .delivery-pickup .del-pick-block .dp-addr-form .inputs .top {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 10px
    }

    .delivery-pickup .del-pick-block .dp-addr-form .inputs .top .inpt {
        margin-left: 0;
        width: 30%
    }

    .delivery-pickup .del-pick-block .dp-addr-form .inputs .top .inpt input {
        width: 100%
    }

    .delivery-pickup .dp-total-block {
        width: 100%
    }

    .delivery-pickup .dp-total-block .info-block {
        width: 100%
    }

    .delivery-pickup .dp-total-block .client-info {
        padding: 10px;
        padding-top: 5px
    }

    .delivery-pickup .dp-total-block .client-info .ci-item .txt {
        font-size: 14px;
        font-weight: 300
    }

    .delivery-pickup .dp-total-block .client-info .ci-item .val {
        font-size: 14px;
        font-weight: 300
    }

    .delivery-pickup .dp-total-block .total-item {
        width: 100%;
        padding: 10px;
        height: auto
    }

    .delivery-pickup .dp-total-block .total-item .total .dashed {
        bottom: 14px
    }

    .delivery-pickup .dp-total-block .total-item .total .txt {
        margin-bottom: 10px
    }

    .delivery-pickup .dp-total-block .total-item .total .sum {
        margin-bottom: 10px
    }

    .delivery-pickup .dp-total-block .total-item .discount .dashed {
        bottom: 4px
    }

    .delivery-pickup .dp-total-block .total-item .discount .txt {
        margin-bottom: 0
    }

    .delivery-pickup .dp-total-block .total-item .discount .sum {
        margin-bottom: 0
    }

    .delivery-pickup .dp-total-block .total-item .sum {
        font-size: 18px !important;
        font-family: "RobotoCondensedRegular"
    }

    .delivery-pickup .dp-total-block .total-item .txt {
        font-size: 18px !important;
        font-family: "RobotoCondensedRegular"
    }

    .delivery-pickup .dp-total-block .next-butt .continue-butt {
        height: 35px;
        font-size: 14px;
        margin-top: 20px
    }

    .time-date-inputs label {
        font-size: 14px !important;
        margin-bottom: 5px
    }

    .invalid-check {
        top: 31px !important
    }

    .valid-check {
        top: 31px !important
    }

    .thankyou-block {
        margin-top: 0
    }

    .thankyou-block p {
        font-size: 14px
    }

    .thankyou-block img {
        width: 120px;
        margin-right: 20px
    }

    .thankyou-block .thankyou-order-issued {
        font-size: 20px !important;
        margin-bottom: 0
    }

    .thankyou-block .thankyou-name {
        font-size: 17px
    }

    .thankyou-block .contact-manager {
        font-size: 16px
    }

    .pickmeup {
        width: 300px !important
    }

    .vacancy-block .form-ttl {
        font-size: 16px !important
    }

    .vacancy-block .vacancy-form {
        padding: 10px
    }

    .vacancy-block .vacancy-form .vacancy-checkbox {
        width: 100% !important
    }

    .vacancy-block .vacancy-form .not-robot-checkbox {
        width: 200px
    }

    .vacancy-block .vacancy-form .ages-input {
        width: 35% !important;
        margin-left: 5%
    }

    .vacancy-block .vacancy-form .pickdate-after {
        width: 60% !important
    }

    .dp-total-block {
        width: 100% !important
    }

    .dp-total-block .info-block {
        width: 100%
    }

    .dp-total-block .client-info {
        padding: 10px;
        padding-top: 5px
    }

    .dp-total-block .client-info .ci-item .txt {
        font-size: 14px;
        font-weight: 300
    }

    .dp-total-block .client-info .ci-item .val {
        font-size: 14px;
        font-weight: 300
    }

    .block404 {
        height: 291px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        padding-bottom: 10px
    }

    .block404 img {
        width: 101px;
        margin-bottom: 0;
        margin-top: 20px
    }

    .block404 .butt-submit-form {
        height: 35px !important;
        width: 100%;
        font-size: 14px;
        padding-top: 10px;
        margin-top: 5px
    }

    .block404 .error-num {
        font-size: 50px;
        margin-bottom: 0
    }

    .block404 .error-text {
        font-size: 18px
    }

    .map-cont {
        height: auto
    }

    .map-cont .map-block {
        position: relative;
        margin-top: 20px
    }

    .map-cont .contacts {
        width: 100%;
        height: 300px;
        padding-left: 20px;
        padding-right: 20px
    }

    .map-cont .contacts .contacts-text {
        font-size: 20px;
        margin-bottom: 20px
    }

    .map-cont .contacts ul li {
        margin-bottom: 15px
    }

    .map-cont .contacts ul li:last-child {
        margin-bottom: 0
    }

    .map-cont .contacts ul li img {
        width: 20px;
        height: 20px;
        margin-right: 15px
    }

    .map-cont .contacts ul li span {
        font-size: 14px;
        line-height: 18px
    }

    .profile-sec-buttons {
        height: 50px
    }

    .profile-sec-buttons .active:hover {
        font-size: 10px !important
    }

    .profile-sec-buttons a {
        padding-top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 25%;
        font-size: 10px
    }

    .profile-sec-buttons a span {
        display: none
    }

    .contact-tabs-btns {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .contact-tabs-btns a {
        width: 33%
    }

    .contact-tabs-btns a:hover {
        font-size: 16px
    }

    .contact-tabs-btns .active:hover {
        font-size: 14px !important
    }

    .contact-tabs-block .contact-tab ul li span {
        font-size: 14px
    }

    .contact-tabs-block .contact-tab .phones-tab .phones-tab-inner {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact-tabs-block .contact-tab .phones-tab .phones-tab-inner .right {
        width: 190px
    }

    .contact-tabs-block .contact-tab .phones-tab .phones-tab-inner .left {
        margin-bottom: 20px
    }

    .my-purchase .bonus-history {
        margin-top: 0
    }

    .my-purchase .bonus-history .history-block .history-item .bonuses-count {
        font-size: 12px;
        width: 60px
    }

    .my-purchase .bonus-history .history-block .history-item .date {
        margin-right: 15px;
        font-size: 12px
    }

    .my-purchase .bonus-history .history-block .history-item .item-descript {
        font-size: 12px
    }

    .terms-conditions-block {
        margin-top: 0
    }

    .terms-conditions-block .terms-conditions {
        font-size: 14px
    }

    .lk-profile .prof-addresses {
        margin-top: 20px
    }

    .lk-profile .prof-addresses .top p {
        font-size: 16px
    }

    .lk-profile .prof-addresses .top a {
        font-size: 14px
    }

    .lk-profile .prof-addresses .addr-item {
        padding-left: 10px !important
    }

    .lk-profile .prof-addresses .addr-fill {
        font-size: 12px !important
    }

    .lk-profile .profile-main-info .prof-row {
        width: 300px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .lk-profile .profile-main-info .prof-row .prof-info {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-right: 0
    }

    .lk-profile .profile-main-info .prof-row .prof-social {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px
    }

    .lk-profile .profile-main-info .prof-row .prof-butts {
        margin-top: 10px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .lk-profile .profile-main-info .prof-row .prof-butts .butt-submit-form {
        width: 130px;
        font-size: 12px;
        height: 30px
    }

    .orders-history .history-block .history-item {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto !important;
        padding-top: 10px
    }

    .orders-history .history-block .history-item .b-href {
        width: 50% !important;
        display: block;
        margin-bottom: 10px
    }

    .orders-history .history-block .history-item .date {
        margin-bottom: 10px;
        width: 50% !important
    }

    .orders-history .history-block .history-item .status {
        width: 50% !important
    }

    .orders-history .history-block .history-item .sum {
        width: 50% !important
    }

    .orders-history .history-block .history-item .buttons {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100% !important
    }

    .sets-right {
        display: none !important
    }

    .sets-history .history-block .history-item {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
        height: 115px !important;
        padding-bottom: 0
    }

    .sets-history .history-block .history-item .top {
        margin-bottom: 17px
    }

    .sets-history .history-block .history-item .top .info-hover:after {
        left: -200px
    }

    .sets-history .history-block .history-item .top .b-href {
        margin-bottom: 0;
        width: 100% !important
    }

    .sets-history .history-block .history-item .bott {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sets-history .history-block .history-item .bott .progress-bar-freeset {
        width: 100%
    }

    .my-purchase-right .account-balance {
        height: 110px !important;
        padding: 0 !important
    }

    .my-purchase-right .account-balance .txt {
        font-size: 18px !important
    }

    .order-block .order-detail .amounts-order .amounts-prod-block .amount-pb {
        height: 53px !important
    }

    .order-block .order-detail .amounts-order .amounts-prod-block .amount-pb .product-name {
        margin-bottom: 0 !important
    }
	.product-card .p-card .card-info .prices .new-price {
		font-size: 37px;
	}
	.product-card .p-card .card-info .prices .new-price b {
		font-size: 25px;
	}
	.product-card .p-card .card-info .prices .old-price {
		font-size: 22px;
	}
	.product-card .p-card .card-info .prices .old-price:after {
		width: 55px;
		top: 12px;
	}
	.product-card .p-card .card-info .prices .old-price b {
		font-size: 14px;
		font-weight: 100;
	}
}

@media (max-width:575.98px) {
    .addrs-tab_container {
        flex-direction: column;
    }

    .contact-tab .addrs-tab .addrs-tab_container-item {
        width: 60%;
        align-self: center;
        margin-bottom: 20px;
    }

    .breadcrumbs {
        display: none !important
    }

    .main-top {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-top p {
        display: none
    }

    .main-top .filter-butt-modal {
        width: 100%;
        margin-top: 20px
    }

    .product-card {
        /* width: 320px; */
        margin: 0 auto
    }
    .cat-block .slick-initialized .slick-slide {
        max-width: 290px;
    }

    .product-card .p-card .img {
        margin-bottom: 20px
    }

    .product-card .p-card .card-info .card-name {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        font-size: 16px
    }

    .product-card .p-card .card-info .rate-stars {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .product-card .p-card .card-info .compos {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .product-card .p-card .card-info .size-weight .size {
        margin-right: 38px
    }

    .product-card .p-card .card-info .size-weight .value {
        margin-bottom: 10px
    }

    .product-card .p-card .card-info .ci-bott {
        margin-top: 0
    }

    .product-card .p-card .card-info .ci-bott .cart-add-butt:hover span {
        display: none !important
    }

    .product-nutritional {
        margin-top: 0;
        margin-bottom: 43px
    }

    .product-nutritional .nutr-table {
        /* width: 230px; */
        margin: 0 auto
    }

    .product-nutritional .nutr-table:after {
        top: 28px
    }

    .product-nutritional .nutr-table:before {
        top: 100px
    }

    .product-nutritional .nutr-table .type-block {
        width: 230px;
        position: absolute;
        left: -15px;
        top: -28px
    }

    .product-nutritional .nutr-table .type-block p {
        font-size: 16px !important;
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .product-nutritional .nutr-table .nutritional {
        width: 230px;
        margin: 0 auto
    }

    .product-nutritional .nutr-table .nutritional .nutr-item {
        width: 65px !important
    }

    .product-nutritional .nutr-table .nutritional p {
        font-size: 12px !important;
        margin-bottom: 23px !important
    }

    .product-nutritional .nutr-table .nutritional p:nth-child(2) {
        margin-bottom: 60px !important
    }

    .seen-product-block .seen-product .sect-ttl {
        display: none
    }

    .seen-product-block .seen-product .arrows {
        width: 290px;
        position: relative;
        margin: 0 auto;
        margin-bottom: -260px
    }

    .seen-product-block .seen-product .seen-product-slider {
        width: 176px !important
    }

    .reviews-block {
        margin-bottom: -40px
    }

    .reviews-block .sect-ttl {
        margin-bottom: 10px
    }

    .reviews-block .review-butt {
        width: 192px !important;
        margin-top: 10px !important
    }

    .reviews-block .reviews .reviewer img {
        height: 28px !important
    }

    .reviews-block .reviews .reviewer .r-info {
        margin-left: 16px
    }

    .reviews-block .reviews .reviewer .r-info .comment {
        top: 10px
    }

    .order-block {
        margin-top: 15px
    }

    .order-block .compos-order .amounts-option-block {
        padding: 0 !important
    }

    .order-block .compos-order .order-stages {
        margin-top: 0
    }

    .order-block .compos-order .co-ttl {
        font-size: 20px !important;
        margin-bottom: 0 !important
    }

    .order-block .compos-order .total-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-top: 15px
    }

    .order-block .compos-order .total-block .dashed {
        bottom: 14px
    }

    .order-block .compos-order .total-block .txt {
        font-size: 18px;
        padding-right: 5px;
        margin-bottom: 10px
    }

    .order-block .compos-order .total-block .sum {
        margin-bottom: 10px;
        font-size: 18px;
        padding-left: 5px
    }

    .order-block .compos-order .total-block .sum b {
        font-size: 14px
    }

    .order-block .compos-order .total-block .discount {
        width: 100%;
        padding-right: 0
    }

    .order-block .compos-order .total-block .discount .dashed {
        width: 92% !important;
        left: 0
    }

    .order-block .compos-order .total-block .total {
        padding-left: 0;
        width: 100%
    }

    .order-block .compos-order .total-block .total .dashed {
        width: 100% !important;
        left: 0
    }

    .order-block .compos-order .continue-form {
        padding: 10px
    }

    .order-block .compos-order .continue-form .cf-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px
    }

    .order-block .compos-order .continue-form .cf-bottom .required-tag {
        margin-right: 50px
    }

    .order-block .compos-order .continue-form .cf-bottom .agree-pp {
        width: 450px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px
    }

    .order-block .compos-order .continue-form .cf-bottom .agree-pp input {
        width: 15px;
        height: 15px
    }

    .order-block .compos-order .continue-form .cf-bottom .agree-pp p {
        font-size: 14px
    }

    .order-block .compos-order .continue-form .cf-bottom .one-click-butt {
        height: 35px;
        width: 47%;
        margin-left: 0;
        margin-top: 15px;
        font-size: 14px
    }

    .order-block .compos-order .continue-form .cf-bottom .continue-butt {
        width: 47%;
        height: 35px;
        font-size: 14px;
        margin-left: 15px;
        margin-top: 15px
    }

    .order-block .compos-order .continue-form .inputs {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .order-block .compos-order .continue-form .inputs .inpt {
        width: 100% !important;
        margin-bottom: 10px
    }

    .order-block .compos-order .continue-form .inputs .inpt label {
        font-size: 14px
    }

    .order-block .compos-order .continue-form .inputs .inpt input {
        height: 35px;
        width: 100% !important;
        font-size: 14px;
        padding-left: 10px
    }
    .vacancy-block .vacancy-form .inpt span{
        max-width: 100%;
        font-size: 14px;
    }
    .view-all-butt {
        height: 385px!important;
    }
}

@media (max-width:400px) {
    .view-all-butt {
        height: 300px!important;
    }
    .product-item .image {
        min-height: 160px;
    }
    .product-item .image {
        min-height: 150px!important;
    }
    .cat-block .slick-initialized .slick-slide {
        width: 220px;
        height: 310px;
    }
    section.category .cat-block .product-slider {
        width: 230px !important;
    }
    section.category .cat-block .arrows {
        width: 290px !important;
    }
    .product-item .prod-info .inf-item .name {
        font-size: 16px;
    }
    .product-item .prod-info .inf-item .val {
        font-size: 14px;
    }
    section.category .cat-block .arrows  {
        top: 110px;
    }
    .card-basket-info {
        font-size: 14px;
    }
    .amount-basket input {
        width: 32px;
    }
    .amount-basket {
        width: 85px;
    }
    .product-list .image picture img.image-stub, img.image-stub {
        max-width: 175px;
    }
}

.modal-card-full {
    max-width: 500px
}

.image picture img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto
}

.suggestions-suggestions.suggestions-mobile {
    width: 100% !important;
    left: 0 !important
}

.suggestions-suggestion {
    padding-left: 15px !important
}

.prof-info-item {
    max-width: 132px
}

.lk-profile .profile-main-info .prof-row .prof-info p span {
    word-wrap: break-word
}

.profile-logout {
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #d50501
}
.lk-profile-avatar {
    margin-top: 10px;
}
.lk-profile-avatar span, .lk-profile-avatar label{
    display: block;
    color: #d50501;
    text-align: center;
    cursor: pointer;
}

.profile-logout-phone {
    display: block;
    margin-left: 15px;
    margin-bottom: 15px;
    color: #d50501
}

.inpt-switch {
    display: none;
    width: 100%
}

.inpt-switch-tab {
    display: block
}

.toggle_email_phone {
    display: block;
    margin-top: 20px
}

.connect-socials .connect-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.connect-socials .connect-soc p {
    margin: 0px !important;
    cursor: pointer
}

.connect-socials .connect-soc div {
    width: 30px !important;
    height: 30px !important
}

.modal-addr-add .invalid-check img {
    position: absolute;
    top: 5px;
    right: 0
}
.select2-container {
    width: 100%!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #37c837 !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    padding-top: 9px;
    font-weight: 300;
    padding-left: 5px
}

.select2-container--default .select2-selection--single {
    min-height: 50px
}

.select2-container--default .select2-selection--single::before {
    content: ''
}

.arr {
    width: 39px;
    height: 30px;
    position: absolute;
    right: 1px;
    top: 10px;
    background-image: url(../img/arrow-down-list.svg);
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff
}

.select2-selection__arrow {
    display: none
}

.select2-results__option[aria-selected] {
    height: 50px !important;
    font-size: 20px;
    background-color: #fff;
    color: #000;
    font-family: "RobotoCondensedLight";
    font-size: 20px;
    padding-top: 9px;
    font-weight: 300;
    padding-left: 5px
}

.not-robot-checkbox {
    margin-bottom: 20px
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #37c837 !important;
    color: #fff
}

.vacancy-item .img {
    position: relative;
    width: 150px;
    min-width: 150px;
    height: 150px;
    max-height: 150px;
    overflow: hidden
}

.vacancy-item .img img {
    position: absolute;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    right: 50%;
    top: 50%
}

.product-item .image img {
    height: 100%;
    margin: 0 auto
}

.article-image a {
    height: 100%
}

.article-image a img {
    height: 100%
}

.phone-num a{
    color: #fff !important;
}
