@font-face {
    font-family: "Roboto-Regular";
    src: url("/static/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("/static/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Light";
    src: url("/static/fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("/static/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

input, button {
    outline: none !important;
}

input:focus, button:focus {
    outline: none !important;
}

input:active, button:active {
    outline: none !important;
}

textarea {
    font-family: "Roboto-Regular";
    font-size: 16px;
}

a, a:hover {
    text-decoration: none;
}

body {
    font-family: "Roboto-Regular";
    font-size: 16px;
    background-color: #fff;
    min-width: 360px;
}

.d-none {
    display: none !important;
}

.d-none-error {
    display: none !important;
}

body .d-none-important {
    display: none !important;
}

.animate-trans {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

body > header {
    width: calc(100% - 40px);
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

header > a {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

header > div,
header > form {
    align-self: center;
    position: relative;
}

header .navigation > .search {
    width: 630px;
    display: flex;
    cursor: pointer;
    position: relative;
    margin-left: 25px;
    margin-right: auto;
}

header .navigation > .search input {
    width: calc(100% - 42px);
    padding: 0 20px;
    height: 48px;
    font-weight: normal;
    font-size: 17px;
    z-index: 4;
    border: solid 1px rgba(43, 42, 41, 0.2);
    border-radius: 3px;
    color: #2B2A29;
    background-color: #f6f6f6;
}

header .navigation > .search > button {
    border: none;
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    z-index: 5;
    width: 25px;
    height: 25px;
    background: url('/static/img/new-search.png?2');
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center;
    opacity: 0.5;
    padding: 0 !important;
}

header .navigation {
    width: 100%;
    margin: 30px 0;
    align-self: start;
    display: flex;
    align-items: center;
}

header .navigation .categories,
#modal_categories .categories-off {
    background-color: #ffee00;
    font-size: 17px;
    color: #2B2A29;
    cursor: pointer;
    position: relative;
    height: 50px;
    font-family: "Roboto-Regular";
    display: flex;
    align-items: center;
    padding: 0 15px 0 50px;
    border-radius: 3px;
}

header .navigation .categories:before,
#modal_categories .categories-off:before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    background-image: url('/static/img/new-menu.png');
    left: 15px;
    top: 15px;
}

#modal_categories .categories-off {
    margin: 30px 0;
    width: 134px;
}

#modal_categories .categories-off:before {
    background-image: url('/static/img/close.svg');
}

header .navigation .favorite-page {
    margin-left: auto;
}

header .navigation .favorite-page,
header .navigation .auth,
header .navigation .profile,
header .navigation .basket {
    display: block;
    font-size: 15px;
    color: rgba(43, 42, 41, 0.8);
    position: relative;
    cursor: pointer;
    margin-left: 45px;
    padding-top: 33px;
    height: 17px;
}

header .navigation .favorite-page:before,
header .navigation .auth:before,
header .navigation .profile:before,
header .navigation .basket:before {
    content: '';
    position: absolute;
    top: 3px;
    left: calc(50% - 12px);
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

header .navigation .favorite-page:before {
    background-image: url('/static/img/new-like.png');
}

header .navigation .basket:before {
    background-image: url('/static/img/new-cart.png?2');
}

header .navigation .auth:before,
header .navigation .profile:before {
    background-image: url('/static/img/new-user.png');
}

header .menu {
    width: calc(100% - 300px);
    padding: 10px 0;
    display: flex;
    margin-left: auto;
    align-self: start;
}

header .menu > a.href-page {
    font-size: 17px;
    color: #2B2A29;
    font-weight: normal;
    margin-left: 45px;
    position: relative;
}

header .menu > a.href-page:hover {
    color: #000000;
}

header .menu > a.href-page:nth-child(2) {
    margin-left: auto;
}

header .menu > a.href-page-contact,
header .menu > a.href-page-email {
    background-color: #f6f6f6;
    border-radius: 3px;
    color: #2B2A29;
    font-family: "Roboto-Light";
    position: relative;
    margin-left: 25px;
    padding: 5px 7px 5px 30px;
    font-size: 14px;
    top: -2px;
    margin-right: auto;
}

header .menu > a.href-page-contact:before,
header .menu > a.href-page-email:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 16px;
    height: 16px;
    background-image: url("/static/img/location.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

header .menu > a.href-page-email {
    top: -10px;
    width: 125px;
    font-size: 13px;
    padding: 12px 7px 12px 30px;
}

header .menu > a.href-page-email span {
    font-size: 12px;
}

header .menu > a.href-page-email:before {
    background-image: url("/static/img/email.png");
    top: 10px;
}

header .menu .bell-notif {
    position: absolute;
    top: 20px;
    right: 90px;
}

header .menu .bell-notif:not(.active):before {
    content: '';
    position: absolute;
    top: -2px;
    right: -3px;
    background-color: #f90101;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
}

.select-city {
    color: #2B2A29;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-left: 25px;
}

.select-city::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("/static/img/new-geo.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: -25px;
}

header .menu > span.bar {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 40px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    display: none;
}

header .navigation > a.basket > span {
    position: absolute;
    top: -10px;
    left: calc(50% + 5px);
    width: 20px;
    height: 20px;
    background: #ffee00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    transition: all .4s;
    align-items: center;
}

header .navigation > a.basket > span > span {
    font-weight: normal;
    font-size: 11px;
    color: #2B2A29;
    font-family: "Roboto-Medium";
}

header .menu span.bar::before {
    content: '';
    float: left;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

header .menu > span.bar {
    width: 30px;
    height: 20px;
    margin-left: 60px;
}

header .navigation > a.profile > div {
    display: none;
}

header .navigation > a.profile:hover > div {
    display: block;
    position: absolute;
    z-index: 99999999999;
    top: 50px;
    right: 0;
    width: 200px;
    background-color: #dedede;
    padding: 20px 20px 0;
    border-radius: 3px;
}

header .navigation > a.profile:hover > div > span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 115%;
    color: #2B2A29;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: right;
}

header .navigation > a.profile:hover > div > span:hover {
    font-family: "Roboto-Medium";
}

header .menu > span.bar::before {
    width: 30px;
    height: 20px;
}

header .menu > a.basket::before {
    background-image: url("/static/img/basket.svg");
}

header .menu > a.favorite-page::before {
    background-image: url("/static/img/favorite.svg");
}

header .menu > span.bar::before {
    background-image: url("/static/img/bar_menu.svg");
}

header .mobile-menu {
    display: none;
}

.subscriber-footer {
    margin: 130px 0 0;
    background-color: #2B2A29;
}

.subscriber-footer div {
    width: calc(100% - 40px);
    padding: 20px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscriber-footer div > span {
    margin-right: 60px;
    line-height: 130%;
    font-size: 20px;
    color: #FCD400;
}

.subscriber-footer div > span a {
    color: #333333;
    font-family: "Roboto-Medium";
    font-size: 28px;
    border-bottom: solid 1px #333333;
}

.subscriber-footer div > a {
    margin-right: 35px !important;
}

footer {
    width: 100%;
    margin-top: 130px;
    padding: 60px 0 25px;
    border-top: solid 1px #E0E0E0;
}

footer > div {
    width: calc(100% - 40px);
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

footer .top {
    display: flex;
}

footer .top > div {
    margin-bottom: 60px;
    margin-right: 80px;
}

footer .top > div:last-of-type {
    margin-right: 0;
}

footer .top .logo {
    margin-right: 110px;
}

footer .top > div > span {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #2B2A29;
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
}

footer .top > div > a {
    font-family: "Roboto-Light";
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
    color: #2B2A29;
    line-height: 1.5;
    cursor: pointer;
}

footer .top > div.about > a {
    white-space: nowrap;
}

footer .top > div > a:not(.schedule):hover {
    text-decoration: underline;
}

footer .top > div > a.schedule {
    margin-top: -12px;
    font-size: 11px;
    color: #707070;
    cursor: text;
}

footer .bottom {
    display: flex;
}

footer .bottom div:first-of-type {
    display: flex;
    align-items: center;
}

footer .bottom div:last-of-type {
    width: auto;
    display: flex;
}

footer .bottom div:last-of-type > iframe {
    margin-right: 55px;
}

footer .bottom div:last-of-type > a {
    margin-right: 55px;
    align-self: center;
}

footer .bottom div:last-of-type > a > img {
    height: 25px;
}

footer .bottom div:last-of-type > a.google > img {
    position: relative;
    top: 2px;
}

footer .bottom div:last-of-type > a.yandex > img {
    height: 35px;
    position: relative;
    top: -2px;
}

footer .bottom div:last-of-type > a.cxem-net > img {
    height: 50px;
}

footer .copyright {
    font-family: "Roboto-Light" !important;
    font-size: 13px !important;
    color: rgba(43, 42, 41, 0.7) !important;
    margin-right: auto;
    align-self: center;
}

footer .geo {
    font-size: 16px;
    color: rgba(43, 42, 41, 0.7);
}

footer .geo span {
    font-family: "Roboto-Medium";
    font-size: 16px;
    color: #2B2A29;
    cursor: pointer;
}

footer .geo span::before {
    content: '';
    float: right;
    width: 8px;
    height: 8px;
    background-image: url("/static/img/chevron_down.svg");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-top: 4px;
    margin-left: 8px;
}

.schema-org {
    position: absolute;
    left: -999999px;
}

.button-modal {
    background: #FFE402;
    width: 100%;
    height: 70px;
    color: #000000;
    font-family: "Roboto-Medium";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    border: none;
    cursor: pointer;
}
.button-modal:hover {
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
}

.button-modal[data-modal="modal_search_send"] {
    height: 40px;
    font-size: 15px;
    width: 130px;
}

.paginator {
    width: 100%;
    text-align: center;
}

.paginator .show-a-lot {
    width: 300px;
    height: 65px;
    cursor: pointer;
    border: none;
    background: #F2F2F2;
    font-family: "Roboto-Medium";
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #505050;
    margin: 0 auto;
}

.paginator .pages {
    width: 100%;
    background: #F7F7F7;
    margin: 50px 0 -150px;
}

.paginator .pages > div {
    max-width: 1200px;
    width: calc(100% - 40px);
    padding: 0 20px;
    margin: 0 auto;
    height: 63px;
    display: flex;
    justify-content: space-between;
}

.paginator .pages > div > a {
    align-self: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.07em;
    color: #505050;
    width: 125px;
}

.paginator .pages > div > a.prev,
.paginator .pages > div > a.next {
    cursor: pointer;
}

.paginator .pages > div > a.prev.d-none,
.paginator .pages > div > a.next.d-none {
    height: 0;
    overflow: hidden;
}

.paginator .pages > div > a.prev::before {
    content: '';
    float: left;
    width: 12px;
    height: 9px;
    background-image: url('/static/img/page_next.svg');
    background-size: 12px 9px;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 5px;
    margin-right: 10px;
}

.paginator .pages > div > a.next::after {
    content: '';
    float: right;
    width: 12px;
    height: 9px;
    background-image: url('/static/img/page_next.svg');
    background-size: 12px 9px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-left: 10px;
}

.paginator .pages > div > div.numbers {
    align-self: center;
}

.paginator .pages > div > div.numbers > a {
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.07em;
    margin: 0 15px;
    color: #505050;
    cursor: pointer;
}

.paginator .pages > div > div.numbers > a.active {
    color: #000000;
}

.paginator-page {
    width: 100%;
    background: #F7F7F7;
    overflow: hidden;
    margin-top: 50px;
}

.paginator-page .step-links {
    max-width: 1200px;
    width: calc(100% - 40px);
    padding: 0 20px;
    margin: 0 auto;
    display: block;
}

.paginator-page .step-links > span {
    width: 100%;
    display: block;
}

.paginator-page .step-links ul {
    width: calc(100% - 310px);
    position: relative;
    left: 310px;
    display: flex;
}

.catalog .paginator-page .step-links ul {
    width: 100%;
    left: 0;
}

.paginator-page .step-links ul li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    padding: 20px;
    display: block;
    color: #2B2A29;
    cursor: pointer;
    font-family: "Roboto-Light";
}

.paginator-page .step-links ul li.active {
    background-color: #505050;
}

.paginator-page .step-links ul li.active span {
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    padding: 20px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Roboto-Regular";
}

.paginator-page .step-links ul li:not(.active) span {
    padding: 20px;
    display: block;
}

.text-about {
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 80px auto 40px;
}

.text-about > div {
    font-family: "Roboto-Regular";
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}

.text-about:not(.show) > div {
    overflow: hidden;
    display: block;
    height: 45px;
    margin-bottom: 10px;
}

.text-about:not(.show) > span {
    color: #303030;
    font-size: 15px;
    border-bottom: solid 1px #808080;
    cursor: pointer;
}

.text-about.show > span {
    display: none;
}

.push {
    position: fixed;
    z-index: 10002;
    width: 300px;
    font-family: "Roboto-Regular";
    background-color: #fff;
    box-shadow: 0 0 5px 1px rgba(0, 1, 5, 0.08);
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
}

.error-404-title {
    font-size: 100px;
    text-align: center;
    font-family: "Roboto-Regular";
    margin: 50px 0 50px;
    color: #2B2A29;
}

.none-product-title {
    font-size: 26px;
    text-align: center;
    font-family: "Roboto-Regular";
    margin: 50px 0 20px;
    color: #2B2A29;
}

.none-product-img {
    display: block;
    text-align: center;
    margin-top: 25px;
}

.none-product-img img {
    height: 135px;
}

.error-404-description,
.none-product-description {
    font-size: 20px;
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 0 auto 20px;
    text-align: center;
    font-family: "Roboto-Light";
    color: #2B2A29;
    line-height: 140%;
}

.error-404-href,
.none-product-href {
    margin-top: 50px;
    font-size: 24px;
    text-align: center;
}

.none-product-href {
    margin-bottom: 150px;
}

.error-404-href a,
.none-product-href a {
    border-bottom: solid 1px rgba(43, 42, 41, 0.4);
    color: #2B2A29;
}

.up-page {
    position: fixed;
    bottom: 130px;
    right: 40px;
    cursor: pointer;
    z-index: 999;
}

.up-page img {
    opacity: 0.7;
}

.up-page:hover img {
    opacity: 1;
}

.up-page.d-none{
    display: none;
}

.preload-block {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
    height: 300px;
}

.preload-block img {
    width: 45px;
    height: 45px;
}

.preload-block span {
    margin-top: 15px;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}

.get-city {
    position: absolute;
    z-index: 6;
    top: 60px;
    left: 320px;
    background-color: #ffffff;
    width: 300px;
    padding: 25px;
    box-shadow: 0 0 3px 0 rgba(0, 1, 5, 0.2);
    border-radius: 3px;
}

.get-city > span.close {
    position: absolute;
    top: 32px;
    right: 30px;
    cursor: pointer;
}

.get-city > span.close::before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url("/static/img/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    float: left;
    opacity: 0.5;
}

.get-city > span.name {
    font-style: normal;
    font-family: "Roboto-Light";
    font-size: 16px;
    line-height: 135%;
    color: #2B2A29;
}

.get-city > span.name > span {
    font-family: "Roboto-Regular";
}

.get-city > div {
    display: flex;
    margin-top: 20px;
}

.get-city > div > button {
    width: 100px;
    height: 50px;
    background: #ffee00;
    border-radius: 3px;
    border: none;
    font-family: "Roboto-Regular";
    font-size: 18px;
    color: #2B2A29;
    cursor: pointer;
}

.get-city > div > span {
    font-weight: normal;
    font-size: 16px;
    color: rgba(43, 42, 41, 0.8);
    margin-left: 25px;
    display: block;
    align-self: center;
    border-bottom: solid 1px rgba(43, 42, 41, 0.4);
    cursor: pointer;
}

.russia-ruble {
    width: 12px;
}

#digi-shield {
    z-index: 6 !important;
}

.continue-order-block {
    background-color: #f6f6f6;
    height: 70px;
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
    max-width: 1170px;
    padding: 0 15px;
    margin: -10px auto 30px;
    border-radius: 3px;
}

.continue-order-block span {
    margin-right: auto;
    font-size: 18px;
    font-family: 'Roboto-Light';
}

.continue-order-block img {
    width: 20px;
    margin-left: 15px;
    cursor: pointer;
}

.continue-order-block button {
    font-size: 18px;
    font-family: 'Roboto-Regular';
    color: #000000;
    padding: 0 25px;
    border: none;
    background: #ffee00;
    height: 42px;
    cursor: pointer;
    border-radius: 3px;
}

.basket-block {
    position: absolute;
    z-index: 6;
    top: 50px;
    right: 0;
    background-color: #ffffff;
    width: 450px;
    padding: 25px;
    box-shadow: 0 0 8px 0 rgba(0, 1, 5, 0.3);
    border-radius: 3px;
    display: none;
}

.basket:hover + .basket-block {
    display: block;
}

.basket-block:hover {
    display: block;
}

.basket-block .top,
.basket-block .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.basket-block .top {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
}

.basket-block .top > span {
    color: #2B2A29;
    font-family: "Roboto-Medium";
    font-size: 16px;
}

.basket-block .top > a {
    cursor: pointer;
    color: rgba(43, 42, 41, 0.9);
    font-family: "Roboto-Light";
    font-size: 16px;
}

.basket-block .bottom {
    padding-top: 15px;
}

.basket-block .bottom > span {
    color: #2B2A29;
    font-family: "Roboto-Light";
    font-size: 16px;
}

.basket-block .bottom > span span {
    font-family: "Roboto-Medium";
}

.basket-block .bottom > a {
    font-size: 16px;
    font-family: "Roboto-Regular";
    color: #2B2A29;
    border: none;
    background: #ffee00;
    height: 40px;
    width: 200px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basket-block .center > div {
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    padding: 5px 0;
    align-items: center;
}

.basket-block .center > div .image {
    width: 65px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-block .center > div .image img {
    max-width: 100%;
}

.basket-block .center > div div {
    width: calc(100% - 80px);
    display: flex;
}

.basket-block .center > div .name {
    display: block;
    width: calc(100% - 130px);
    margin-right: auto;
}

.basket-block .center > div .name a {
    font-weight: normal;
    font-size: 15px;
    line-height: 120%;
    color: #2B2A29;
}

.basket-block .center > div .name span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 135%;
    color: rgba(43, 42, 41, 0.7);
    font-family: "Roboto-Light";
}

.basket-block .center > div .amount {
    display: block;
    width: 100px;
    text-align: right;
    font-family: "Roboto-Medium";
    font-size: 16px;
    color: #2B2A29;
    margin-top: 2px;
}

.basket-block .center > div .delete {
    position: relative;
    left: 5px;
    top: -3px;
    margin-left: 5px;
    cursor: pointer;
}

#modal_categories {
    overflow: auto;
}

#modal_categories .wrap {
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 15px auto;
    position: relative;
}

#modal_categories .wrap .top a:not(.logo) {
    position: absolute;
    top: 94px;
    left: 224px;
    font-family: "Roboto-Light";
    font-size: 18px;
    color: #2B2A29;
    border-bottom: solid 1px rgba(43, 42, 41, 0.4);
}

.section-articles h1 {
    margin: 0 0 25px;
    font-size: 28px;
    line-height: 43px;
    letter-spacing: 0.03em;
    color: #000000;
    width: 100%;
}

.cookie-popup {
    background: #000000;
    border-radius: 3px;
    padding: 20px;
    width: 350px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.cookie-popup h4 {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Roboto-Medium";
}

.cookie-popup h4 a {
    text-decoration: underline;
    cursor: pointer;
    color: #ffffff;
}

.cookie-popup button {
    width: 100%;
    border: none;
    border-radius: 6px;
    height: 40px;
    color: #000000;
    background-color: #ffee00;
    font-family: "Roboto-Medium";
    cursor: pointer;
}

@media screen and (max-width: 1350px) {
    .up-page{
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    header .navigation {
        margin: 15px 0;
    }
    .get-city {
        left: 10px;
    }

    footer .bottom div:last-of-type {
        display: none;
    }

    header .logo img {
        height: 45px;
    }

    header .navigation .favorite-page,
    header .navigation .basket,
    header .navigation .categories {
        display: none;
    }

    header .menu {
        justify-content: end;
    }

    header .navigation > .search {
        order: 5;
        width: 100%;
        margin: 0;
    }

    header .menu > a.favorite-page,
    header .navigation > a.profile,
    header .menu > .select-city,
    header .menu > .bell-notif,
    header .menu > a.href-page,
    header .menu > a.href-page-contact,
    header .menu > a.href-page-email,
    header .navigation > a.auth {
        display: none;
    }

    header .menu > span.bar {
        display: block;
    }

    header .mobile-menu {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
        height: 50px;
        justify-content: space-around;
        display: flex;
        z-index: 9;
    }

    header .mobile-menu > span,
    header .mobile-menu > a {
        width: calc(25% - 2px);
        height: 100%;
        position: relative;
        align-items: center;
        border-left: solid 1px rgba(43, 42, 41, 0.2);
        display: flex;
        justify-content: center;
    }

    header .mobile-menu > span:first-child {
        border-color: transparent;
    }

    header .mobile-menu > span > span,
    header .mobile-menu > a > span {
        position: absolute;
        top: 5px;
        left: calc(50% + 9px);
        width: 18px;
        height: 18px;
        background: #212121;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0.7;
    }

    header .mobile-menu > span > span > span,
    header .mobile-menu > a > span > span {
        font-size: 11px;
        color: #ffffff;
    }

    header .mobile-menu > span::before,
    header .mobile-menu > a::before {
        content: '';
        float: left;
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        opacity: 0.7;
    }

    header .mobile-menu > span.geo::before {
        background-image: url("/static/img/new-geo.png");
    }

    header .mobile-menu > a.favorite-page::before {
        background-image: url("/static/img/new-like.png");
    }

    header .mobile-menu > span.profile::before,
    header .mobile-menu > span.auth::before {
        background-image: url("/static/img/new-user.png");
    }

    header .mobile-menu > a.basket::before {
        background-image: url("/static/img/new-cart.png");
    }

    footer {
        border: none;
        margin-top: 60px;
        padding-top: 0;
    }

    footer .top {
        flex-wrap: wrap;
    }

    footer .top > div {
        width: 50%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    footer .top .logo {
        width: 100%;
        margin: 0 0 10px;
        order: 1;
    }

    footer .top .logo img {
        margin-top: 0;
    }

    footer .top .about {
        order: 2;
    }

    footer .top .politics {
        order: 4;
    }

    footer .top .network {
        order: 3;
    }

    footer .top .support {
        order: 5;
    }

    footer .bottom {
        margin-bottom: 80px;
    }

    .paginator .pages {
        margin-bottom: 0;
    }

    .paginator .pages > div {
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .paginator .pages > div > a {
        font-size: 12px;
    }

    .paginator .pages > div > a.prev::before {
        margin-top: 2px;
    }

    .paginator .pages > div > a.next::after {
        margin-top: 2px;
    }

    .paginator .pages > div > div.numbers > a {
        font-size: 12px;
        margin: 0 10px;
    }

    .subscriber-footer {
        margin-top: 60px;
    }

    .subscriber-footer div {
        flex-wrap: wrap;
        padding: 20px 15px;
        width: calc(100% - 30px);
    }

    .subscriber-footer div > span {
        width: 100%;
        margin: 0 0 15px;
        font-size: 16px;
        text-align: center;
    }

    .subscriber-footer div > span a {
        font-size: 22px;
    }

    .continue-order-block {
        width: calc(100% - 62px);
        flex-wrap: wrap;
        position: relative;
        padding: 15px 20px;
        height: auto;
    }

    .continue-order-block span {
        width: 100%;
        margin-bottom: 15px;
    }

    .continue-order-block img {
        position: absolute;
        top: 17px;
        right: 20px;
    }
}

@media screen and (max-width: 700px) {
    body >header {
        width: calc(100% - 20px);
        padding: 15px 10px;
    }

    header .menu > a.favorite-page,
    header .menu > a.basket {
        display: none;
    }

    footer > div {
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    footer .top > div {
        width: 100%;
    }

    footer .bottom {
        flex-wrap: wrap;
    }

    footer .bottom div:first-of-type {
        order: 2;
        width: 100%;
        margin-top: 20px;
    }

    .paginator .pages > div > a > span {
        display: none;
    }

    .error-404-title {
        font-size: 100px;
        text-align: center;
        font-family: "Roboto-Medium";
    }

    .none-product-title {
        font-size: 24px;
        text-align: center;
        font-family: "Roboto-Medium";
    }

    .error-404-href,
    .none-product-href {
        margin-bottom: 100px;
    }

    .push {
        left: 10px !important;
        width: calc(100% - 20px) !important;
    }

    .cookie-popup {
        width: calc(100% - 40px);
        padding: 10px;
        left: 10px;
        right: 10px;
    }

    .cookie-popup h4 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .cookie-popup button {
        height: 40px;
        margin-bottom: 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    .get-city {
        width: calc(100% - 80px);
    }
}

.none-buy {
    width: calc(100% - 30px);
    padding: 18px 15px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 130%;
    color: #505050;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    font-family: 'Roboto-Light';
}

div:hover .none-buy {
    background: rgba(230, 230, 230, 0.3);
}

.empty:hover .none-buy {
    background: rgba(230, 230, 230, 0.7) !important;
}

.this-basket {
    width: 100%;
    height: 56px;
    border-top: 1px solid #E6E6E6;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
}

.this-basket .minus {
    width: 80px;
    border-right: 1px solid #E6E6E6;
    height: 56px;
    display: block;
    cursor: pointer;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/static/img/new-minus.png');
}

.this-basket .value {
    width: calc(100% - 162px);
    font-family: "Roboto-Regular";
    font-size: 18px;
    color: #2B2A29;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.this-basket .plus {
    width: 80px;
    border-left: 1px solid #E6E6E6;
    height: 56px;
    display: block;
    cursor: pointer;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/static/img/new-plus.png');
}

div:hover > .this-basket .minus,
div:hover > .this-basket .plus {
    background-color: #FFE402!important;
    border-color: #FFE402!important;
}

.digi-disable-scroll .get-city {
    z-index: 3 !important;
}

.is-plus18-modal {
    display: none;
}

.is-plus18-modal.show {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 20001;
    justify-content: center;
    align-items: center;
}

.is-plus18-modal.show .content {
    width: calc(100% - 20px);
    max-width: 500px;
    text-align: center;
    padding: 25px 5px;
    background-color: #ffffff;
}

.is-plus18-modal.show .content img {
    width: 50px;
}

.is-plus18-modal.show .content p {
    font-family: "Roboto-Regular";
    font-size: 16px;
    line-height: 135%;
    color: #2B2A29;
    margin: 25px 0;
}

.is-plus18-modal.show .content a {
    display: flex;
    width: 160px;
    background-color: #EFEFEF;
    border: 1px solid #CDCDCD;
    color: #2B2A29;
    height: 40px;
    border-radius: 3px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    position: relative;
    left: calc(50% - 80px);
    margin-bottom: 10px;
    padding: 0;
    cursor: pointer;
}

.is-plus18-modal.show .content button {
    background: #FCD400;
    width: 160px;
    height: 42px;
    cursor: pointer;
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    color: #2B2A29;
    font-size: 16px;
    border-radius: 3px;
    position: relative;
    left: calc(50% - 80px);
}

.is-plus18-block {
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    width: calc(100% - 57px);
    display: flex;
    align-items: center;
    padding: 25px;
    margin-bottom: 15px;
}

.is-plus18-block img {
    margin-left: 15px;
    width: 50px;
}

.is-plus18-block div {
    width: calc(100% - 110px);
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}

.is-plus18-block div p {
    font-family: "Roboto-Regular";
    font-size: 16px;
    line-height: 135%;
    color: #2B2A29;
    margin-bottom: 15px;
    width: 100%;
}

.is-plus18-block div a {
    display: flex;
    width: 80px;
    background-color: #EFEFEF;
    border: 1px solid #CDCDCD;
    color: #2B2A29;
    height: 35px;
    border-radius: 3px;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}

.is-plus18-block div button {
    margin-left: 25px;
    background: #FCD400;
    width: 150px;
    height: 37px;
    cursor: pointer;
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    color: #2B2A29;
    font-size: 15px;
    border-radius: 3px;
}