.order-success {
    width: 100%;
    background: #141515;
}

.order-success > div {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-success .left {
    width: calc(100% - 700px);
}

.order-success .left h1 {
    font-family: "Roboto-Bold";
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.order-success .left .description {
    display: block;
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.order-success .left .description.last {
    margin-top: 20px;
}

.order-success .left .description.center {
    margin-top: 20px;
    margin-bottom: 40px;
}

.order-success .left .description span {
    border: 1px solid #ffee00;
    font-family: "Roboto-Medium";
    padding: 5px 25px;
    margin-left: 10px;
}

.order-success .left .description a {
    border-bottom: solid 1px #ffffff;
    color: #ffffff;
    font-family: "Roboto-Medium";
    font-size: 22px;
}

.order-success .left button,
.main-page-sale button {
    margin-top: 10px;
    font-size: 18px;
    font-family: "Roboto-Regular";
    text-transform: uppercase;
    color: #2B2A29;
    border: none;
    background: #ffee00;
    height: 48px;
    width: 280px;
    cursor: pointer;
    border-radius: 3px;
}

.order-success .right {
    width: 600px;
}

.order-success .right img {
    max-width: 100%;
}

.subscribe-network {
    padding: 100px 0 130px;
    width: 100%;
    background-color: #f6f6f6;
}

.subscribe-network > div {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.subscribe-network .left {
    width: 55%;
}

.subscribe-network .left .headline {
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 35px;
    white-space: nowrap;
    display: block;
}

.subscribe-network .left ul {
    width: 100%;
    margin-top: 20px;
}

.subscribe-network .left ul li {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-family: "Roboto-Regular";
    padding-left: 15px;
}

.subscribe-network .right {
    width: 45%;
    display: flex;
    align-items: center;
    position: relative;
    top: -52px;
}

.subscribe-network .right span {
    font-size: 17px;
    font-family: "Roboto-Light";
    text-transform: uppercase;
    margin-left: 15px;
}

.subscriber-footer div > a,
.subscribe-network .right a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #000000;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.subscriber-footer div > a {
    width: 40px;
    height: 40px;
    margin-right: 15px !important;
    background: none !important;
}

.subscriber-footer div > a.telegram:before,
.subscribe-network .right a.telegram:before {
    content: '';
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/static/img/telegram.png");
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 12px;
}

.subscriber-footer div > a.telegram:before {
    background-image: url("/static/img/telegram-yellow.svg");
    width: 40px;
    height: 40px;
    background-size: 100%;
    top: 0;
    left: 0;
}

.subscriber-footer div > a.vk:before,
.subscribe-network .right a.vk:before {
    content: '';
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/static/img/vk.png");
    width: 65px;
    height: 65px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.subscriber-footer div > a.vk:before {
    background-image: url("/static/img/vk-yellow.svg");
    width: 40px;
    height: 40px;
    background-size: 100%;
    top: 0;
    left: 0;
}

.loading-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    display: flex;
    align-items: center;
    z-index: 555555;
}

.loading-block img {
    width: 100px;
}

.main-page-first {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
}

.main-page-first div {
    width: 33%;
    text-align: center;
}

.main-page-first div img {
    height: 72px;
    margin-bottom: 20px;
}

.main-page-first div .headline {
    font-size: 28px;
    line-height: 32px;
    color: #2B2A29;
    display: block;
    margin-bottom: 15px;
    font-family: "Roboto-Medium";
}

.main-page-first div .description {
    display: block;
    width: 80%;
    font-size: 16px;
    line-height: 130%;
    color: rgba(43, 42, 41, 0.9);
    margin-left: 10%;
    font-family: "Roboto-Light";
}

.add.add-this-basket:before {
    content: '';
    position: absolute;
    top: 17px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/static/img/new-cart.png?2');
}

.main-page-about {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-page-about .text {
    margin-right: 30px;
    width: calc(100% - 510px);
}

.main-page-about .text h3 {
    margin-bottom: 25px;
}

.main-page-about .text h3 span {
    font-family: "Roboto-Medium";
    font-size: 36px;
    line-height: 41px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
}

.main-page-about .text h3 span span {
    position: relative;
    z-index: 2;
}

.main-page-about .text h3 > span:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 60%;
    height: 10px;
    background-color: #FFFF00;
}

.main-page-about .text p {
    font-size: 20px;
    line-height: 20px;
    color: #2B2A29;
    font-family: "Roboto-Light";
}

.main-page-about .text button {
    margin-top: 40px;
}

.main-page-about .image {
    width: 400px;
}

.main-page-about .image img {
    max-width: 100%;
}

.main-page-about button {
    font-size: 18px;
    font-family: "Roboto-Regular";
    color: #2B2A29;
    padding: 0 25px;
    border: none;
    background: #ffee00;
    height: 56px;
    cursor: pointer;
}

.main-page-offers {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0 0;
    position: relative;
}

.main-page-offers h3 {
    font-family: "Roboto-Bold";
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}

.main-page-offers .offers {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
    flex-wrap: wrap;
    display: flex;
}

.main-page-offers .offers a {
    width: 375px;
    display: block;
    margin: 15px;
}

.main-page-offers .offers a img {
    width: 100%;
}

.main-page-sale {
    background-color: #141515;
    width: 100%;
    margin: 100px auto 100px;
    padding: 0;
    max-width: 100%;
}

.main-page-sale > div {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 40px;
    height: auto;
}

.main-page-sale .text {
    width: calc(100% - 630px);
}

.main-page-sale .line-cards {
    width: 600px;
}

.main-page-sale h3 {
    font-size: 34px;
    line-height: 41px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.main-page-sale .sliders > div {
    position: relative;
    display: flex;
}

.main-page-sale .line-cards .card {
    border: none;
    margin-left: 25px;
}

.message-chat {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 30px;
}

.message-chat > div {
    cursor: pointer;
    position: relative;
    width: 70px;
    height: 70px;
    display: block;
    background-color: #FFFF00;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.message-chat > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 70px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/static/img/message-telegram.svg");
}

.message-chat a {
    display: none;
}

.message-chat:hover a {
    display: block;
    margin-bottom: 15px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.message-chat a .button {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.message-chat a .button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center;
}

.message-chat a.telegram .button {
    background-color: #26a6e1;
}

.message-chat a.telegram .button:before {
    background-image: url("/static/img/telegram.png");
}

.message-chat a.whatsapp .button {
    background-color: #03c305;
}

.message-chat a.whatsapp .button:before {
    background-image: url("/static/img/whatsapp.png");
}

.message-chat a.phone .button {
    background-color: #303030;
}

.message-chat a.phone .button:before {
    background-image: url("/static/img/phone-call.png");
}

.message-chat a .text {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 8px 15px;
    background: #505050;
    font-size: 16px;
    line-height: 15px;
    color: #FFFFFF;
    width: 0;
    border-radius: 15px;
    white-space: nowrap;
    transition: all 0.4s ease;
    overflow: hidden;
}

.message-chat a:hover .text {
    right: 35px;
    width: 235px;
}

.mouseleave-UDS {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999999999999;
    background-color: #141515;
    padding: 15px;
    width: 200px;
    border-radius: 3px;
}

.mouseleave-UDS .content > img {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    cursor: pointer;
}

.mouseleave-UDS .content div h4 {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.mouseleave-UDS .content div img {
    width: 40px;
    margin-bottom: 15px;
}

.mouseleave-UDS .content p {
    font-size: 15px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.mouseleave-UDS .content a {
    background: #ffee00;
    width: 100%;
    height: 34px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 16px;
    border-radius: 3px;
}

.subscriber-tooltip {
    width: 1000px;
    background-color: #141515;
    position: fixed;
    bottom: 30px;
    left: calc(50% - 500px);
    z-index: 9;
}

.subscriber-tooltip > img {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 18px;
    cursor: pointer;
}

.subscriber-tooltip div {
    display: flex;
    width: calc(100% - 50px);
    padding: 30px 25px;
    align-items: center;
}

.subscriber-tooltip div img {
    margin-right: 25px;
    position: relative;
    top: -3px;
}

.subscriber-tooltip div span {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.subscriber-tooltip div form {
    margin-left: auto;
    display: flex;
}

.subscriber-tooltip div form input {
    width: 260px;
    height: 34px;
    border: none;
    padding: 0 20px;
    font-size: 13px;
}

.subscriber-tooltip div form button {
    width: 110px;
    background-color: #ffee00;
    border: none;
    height: 34px;
    font-size: 13px;
    color: #000000;
    cursor: pointer;
    padding: 0;
}

.catalog-page-h1 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.catalog-page-h1 h1 {
    font-family: "Roboto-Medium" !important;
    font-weight: initial !important;
    font-size: 30px !important;
    margin: 0 !important;
}

.catalog-page-h1 button {
    width: 200px;
    height: 36px;
    border: none;
    background-color: #ffee00;
    color: #000000;
    font-size: 13px;
    font-family: "Roboto-Bold";
    margin-left: 25px;
    cursor: pointer;
}

.catalog-offers {
    margin: 0 auto 70px;
    display: block;
    position: relative;
}

.catalog-offers h2 {
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 25px;
}

.catalog-offers .sliders {
    overflow: hidden;
    position: relative;
    width: calc(100% + 20px);
    left: -10px;
}

.catalog-offers .sliders > div {
    display: flex;
    position: relative;
    left: 0;
    width: 100%;
}

.catalog-offers .sliders a {
    width: 406px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.catalog-offers .sliders a img {
    width: calc(100% - 20px);
}

.catalog-offers .arrows {
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
}

.catalog-offers .arrows > span {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
}

.catalog-offers .arrows > span.prev {
    left: -25px;
}

.catalog-offers .arrows > span.next {
    right: -25px;
}

.catalog-offers .arrows > span::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background-image: url('/static/img/chevron_right.svg');
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
}

.catalog-offers .arrows > span.prev:before {
    transform: rotate(180deg);
}

.categories-section {
    max-width: 1200px;
    width: calc(100% - 40px);
    padding: 0 20px;
    margin: -20px auto 50px;
    display: flex;
    align-items: center;
    position: relative;
}

.categories-section .block-categories,
#modal_categories .block-categories {
    width: 300px;
    display: flex;
}

.categories-section .block-categories.hover,
#modal_categories .block-categories {
    width: 100%;
    height: 100%;
}

.categories-section .block-categories .list,
#modal_categories .block-categories .list {
    width: 300px;
}

.categories-section .list a,
#modal_categories .list a {
    width: 100%;
    display: flex;
    font-size: 18px;
    margin: 20px 0;
    color: #2B2A29;
    line-height: 19px;
    align-items: center;
    font-family: "Roboto-Light";
}

.categories-section .list a.hover,
#modal_categories .list a.hover {
    font-family: "Roboto-Medium";
}

.categories-section .list a img,
#modal_categories .list a img {
    width: 35px;
    margin-right: 15px;
}

.categories-section .subcategories,
#modal_categories .subcategories {
    width: calc(100% - 300px);
    position: relative;
    z-index: 2;
    min-height: 100%;
}

.categories-section .subcategories:hover,
#modal_categories .subcategories:hover {
    z-index: 6;
}

.categories-section .list:hover + .subcategories,
#modal_categories .list:hover + .subcategories {
    z-index: 6;
}

.categories-section .subcategories div,
#modal_categories .subcategories div {
    width: calc(100% - 63px);
    padding: 15px 25px 15px;
    min-height: calc(100% - 30px);
    background-color: #ffffff;
    border-left: solid 12px #ffee00;
    -webkit-column-width: 230px;
    -moz-column-width: 230px;
    column-width: 230px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    box-shadow: 8px 0 16px rgb(208 208 208);
}

#modal_categories .subcategories div {
    box-shadow: none;
}

.categories-section .subcategories div a,
#modal_categories .subcategories div a {
    display: block;
    font-weight: normal;
    font-size: 15px;
    line-height: 115%;
    color: rgba(43, 42, 41, 0.6);
    margin: 15px 0;
    width: 280px;
}

.categories-section .subcategories div a.header,
#modal_categories .subcategories div a.header {
    margin: 20px 0;
    font-family: "Roboto-Regular";
    font-size: 16px;
    line-height: 115%;
    color: #2B2A29;
}

.categories-section .subcategories div a.header:first-of-type,
#modal_categories .subcategories div a.header:first-of-type {
    margin-top: 0;
}

.categories-section .block-banners {
    width: calc(100% - 360px);
    position: absolute;
    left: 340px;
    z-index: 5;
    top: 20px;
}

.categories-section .block-banners > .images {
    width: 100%;
    text-align: center;
}

.categories-section .block-banners > .images img {
    max-width: 100%;
    display: none;
    margin: 0 auto;
}

.categories-section .block-banners > .images img.active {
    display: block;
}

.categories-section .block-banners > .points {
    display: flex;
    margin-top: 20px;
}

.categories-section .block-banners > .points > span {
    margin-right: 10px;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.categories-section .block-banners > .points > span.active {
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1220px) {
    .subscriber-tooltip {
        display: none;
    }
}

@media (max-width: 1200px) {
    .order-success > div {
        display: block;
        padding: 50px 0;
    }

    .order-success .right {
        display: none;
    }

    .order-success .left {
        width: 100%;
    }

    .subscribe-network {
        padding: 50px 0 50px;
    }

    .subscribe-network div {
        flex-wrap: wrap;
    }

    .subscribe-network .left {
        width: 100%;
    }

    .subscribe-network .right {
        width: 100%;
        top: 0;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 50px;
    }

    .subscribe-network .right span {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 25px;
    }

    .subscribe-network .right a.vk {
        margin-right: 0;
    }

    .subscribe-network .left .headline {
        white-space: normal;
    }

    .order-success .left h1 {
        font-size: 28px;
    }

    .order-success .left .description,
    .order-success .left .description a {
        font-size: 18px;
    }

    .order-success .left button {
        font-size: 14px;
    }

    .subscribe-network .left .headline {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .subscribe-network .left ul li {
        font-size: 16px;
    }

    .main-page-first {
        display: block;
        margin: 50px auto;
    }

    .main-page-first div {
        width: 100%;
        margin-bottom: 30px;
    }

    .main-page-first div .description {
        width: 100%;
        margin-left: 0;
    }

    .main-page-about {
        display: block;
        margin: 50px auto;
    }

    .main-page-about .text {
        width: 100%;
        margin-right: 0;
    }

    .main-page-about .text h3 span {
        font-size: 28px;
    }

    .main-page-about .image {
        width: 100%;
        margin-top: 50px;
    }

    .main-page-offers {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .main-page-offers h3 {
        font-size: 18px;
    }

    .main-page-offers {
        padding-top: 10px;
        padding-bottom: 70px;
    }

    .main-page-offers .offers {
        justify-content: center;
    }

    .main-page-sale {
        width: calc(100% - 20px);
        padding: 30px 10px;
        margin: 50px 0;
    }

    .main-page-sale div {
        flex-wrap: wrap;
        padding: 0;
    }

    .main-page-sale .text {
        width: 100%;
        margin-bottom: 50px;
    }

    .main-page-sale .line-cards {
        width: 100% !important;
    }

    .main-page-sale .sliders > div {
        width: 100% !important;
        flex-wrap: wrap;
    }

    .main-page-sale .line-cards .card {
        margin: 5px 0 !important;
    }

    .mouseleave-UDS,
    .message-chat {
        display: none;
    }

    .categories-section {
        margin: 0 auto 40px;
        padding: 0;
    }

    .categories-section .block-categories {
        display: none;
    }

    .categories-section .block-banners {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }

    .categories-section .block-banners > .points {
        margin-top: 30px;
    }
}

@media screen and (max-width: 700px) {
    .categories-section {
        width: calc(100% - 20px);
    }

    .categories-section .block-banners > .points {
        margin-top: 20px;
    }
}