@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --black: #171717;
    --white: #ffffff;
    --gray: #B8B8B8;
    --delider: #EFEFEF;
    --red: #CB0505;
    --green: #0E9810;
    --black-blue: #040810;
}

body {
    color: #171717;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

h1 {
    color: #171717;
    font-family: Lora;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 30px;
}

h2.big_h2 {
    color: #171717;
    font-family: Lora;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 30px;
    /* 50px */
}

p,
ul {
    color: #171717;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

li {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}

a img {
    vertical-align: middle;
}

body a:hover,
body a:focus {
    text-decoration: none;
}

.wrapper {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0
}

header {
    z-index: 990;
    background: #fff;
    border-bottom: 1px solid #EFEFEF;
}

.header_logo a {
    display: flex;
}

.bx-breadcrumb {
    color: #171717;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 30px 0;
}

.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-right: 5px
}

.bx-breadcrumb a {
    color: #B8B8B8;
}

.bx-breadcrumb a:active,
.bx-breadcrumb a:hover {
    color: #171717;
    text-decoration: none
}

.bx-breadcrumb i:before {
    content: "/";
}

.bx-breadcrumb i {
    margin-right: 3px
}

.top_header {
    background: #171717;
    color: #fff;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px 0;
}

.top_header .wrapper {
    display: flex;
    justify-content: space-between;
}

.top_header .left_side,
.top_header .right_side {
    display: flex;
    gap: 30px;
}

.top_header a {
    color: #fff;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.top_header a:hover {
    color: #fff;
}

.main_header {
    padding: 30px 0;
}

.main_header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_header .main_menu ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.main_header .main_menu ul li {
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}

.main_header .main_menu ul a {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative
}

.main_header .main_menu ul li.has_submenu>a {
    padding-right: 15px;
}

.main_header .main_menu ul li.has_submenu>a:after {
    content: url(./images/catalog_arrow.svg);
    position: absolute;
    top: 50%;
    margin-top: -10px;
    bottom: auto;
    right: 0px;
    width: 9px;
    height: 8px;
    left: auto;
}

.main_header #horizontal-multilevel-menu.main_menu li ul {
    flex-direction: column;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
    gap: 0;
    width: auto;
    margin-top: 10px;
}

.main_header #horizontal-multilevel-menu.main_menu li ul li a {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 20px;
    border-bottom: 1px solid #EFEFEF;
    white-space: nowrap;
}

.main_header .links {
    display: flex;
    gap: 10px;
}

.main_header .links a {
    border-radius: 4px;
    border: 1px solid var(--delider, #EFEFEF);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mobile_menu a {
    position: relative;
}

.main_header .links a .number {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #CB0505;
    color: #fff;
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.mobile_menu a .number {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #CB0505;
    color: #fff;
    font-family: Manrope;
    font-size: 9px;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 147px;
}

footer {
    background: url("./images/footer.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 80px;
}

footer::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(23, 23, 23, 0.4);*/
}

footer .m_title,
footer .m_title a {
    color: #FFF;
    font-family: Lora;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 26px;
    text-transform: none;
}

footer .m_title {
    margin-bottom: 26px;
}

footer .footer_top .menu ul a {
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
}


footer .footer_top .menu ul a:active,
footer .footer_top .menu ul a:hover {
    color: #fff;
}

footer .footer_socials {
    display: flex;
    justify-content: end;
    gap: 30px;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #414141;
}

footer .footer_socials span {
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

footer .footer_bottom {
    color: #FFF;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

footer .footer_bottom .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_block {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.main_page h2 {
    color: #171717;
    font-family: Lora;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 30px;
}

.about_block .about_image {
    flex-basis: 450px;
    flex-shrink: 0;
}

.about_block .about_image img {
    height: 100%;
    object-fit: cover;
}

.about_block .about_text p {
    color: #171717;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.about_block .about_text svg {
    margin-top: 80px;
}

.main_page {
    margin-bottom: 100px;
}

.main_catalog {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
}

.main_catalog a {
    flex-basis: 25%;
    flex-shrink: 0;
    flex-grow: 1;
    max-width: calc(33% - 10px);
}

.main_catalog a img {
    max-width: 100%;
}

.main_banner {
    margin-bottom: 80px;
}

.main_banner .owl-controls {
    position: absolute;
    bottom: 30px;
    right: 40px;
}

.main_banner .owl-controls .owl-dots {
    display: flex;
    gap: 8px;
}

.main_banner .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #171717;
    border-radius: 50%;
    position: relative;
}

.main_banner .owl-dots .owl-dot.active span:before {
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -2px;
    background: #171717;
    content: " ";
    border-radius: 50%;
}

.sale {
    margin-bottom: 60px;
}

.main_header .links a.mobile_menu_open,
.mobile_footer_logo {
    display: none;
}

.mobile_footer_logo {
    margin-bottom: 30px;
}

span.free_shipping {
    border-radius: 4px;
    border: 1px solid var(--black, #171717);
    padding: 14px 20px;
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: inline-block;
    width: auto;
    margin-bottom: 30px;
}

.delivery_page .delivery_ul {
    display: flex;
    gap: 53px;
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
}

.delivery_page .delivery_ul span {
    display: flex;
    gap: 8px;
    align-items: center;
}

.delivery_page .delivery_ul p {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.delivery_page strong svg {
    margin-right: 8px;
}

.menu-footer-toggle {
    display: none;
}

footer .footer_top .menu_wrp {
    -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;
    gap: 30px;
}

.footer_bottom p {
    color: var(--white, #FFF);
}

.bonuses_plan {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    margin: 35px 0;
}

.bonuses_plan .bonus_block {
    flex-basis: 50%;
    flex-shrink: 1;
    max-width: 33%;
}


.bonuses_plan .bonus_block.active p.plan_title span {
    background: var(--green, #0E9810);
}

.bonuses_plan p.plan_title {
    margin: 0;
    display: flex;
    justify-content: center;
}

.bonuses_plan p.plan_title span {
    padding: 7px 22px;
    border-radius: 4px 4px 0px 0px;
    background: var(--blue, #171717);
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    line-height: 130%;
}

.bonuses_plan .plan_body {
    border-radius: 4px;
    border: 1px solid var(--delider, #EFEFEF);
    padding: 25px;
}

.bonuses_plan .bonus_block.active .plan_body {
    border: 1px solid var(--green, #0E9810);
}

.bonuses_plan .bonus_block.active .plan_body b {
    color: var(--green, #0E9810);
}

.bonuses_plan .plan_body p {
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.bonuses_plan .plan_body p svg {
    min-width: 17px;
}

#contact_map {
    height: 600px;
}

.shops_wrapper {
    display: flex;
    align-items: center;
    height: 600px;
    position: absolute;
    z-index: 1;
}

.shops_wrapper .shops_list {
    border-radius: 4px;
    border: 1px solid var(--delider, #EFEFEF);
    background: #FFF;
    padding: 30px 25px;
    max-width: 405px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shops_wrapper .shops_list .shop_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    border-bottom: 1px solid var(--delider, #EFEFEF);
    padding-bottom: 10px;
}

.shops_wrapper .shops_list .shop_row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shops_wrapper .shops_list .shop_row span,
.shops_wrapper .shops_list .shop_row a {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 22.1px */
}

.shops_wrapper .shops_list .shop_row svg {
    min-width: 30px;
}

.shops_wrapper .shops_list .divider {
    height: 1px;
    background: #EFEFEF;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

.news-list .news-item {
    flex-basis: 25%;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: calc(25% - 17px);
}

.news-list .news-item-data {
    border: 1px solid #eaeaea;
    border-top: 0;
    padding: 15px 20px
}

.news-list .news-item img {
    width: 100%;
    display: block;
    height: 150px;
    object-fit: cover;
    object-position: top center;
}

.news-list .news-item-data .title {
    height: 55px;
    overflow: hidden;
    margin-bottom: 13px;
}

.news-list .news-item-data .title a {
    color: var(--black, #171717);
    font-family: Lora;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
}

.news-list .news-item-data .desc {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 18px */
    height: 54px;
    overflow: hidden;
}

.news-list .news-item-data .btns_wrp {
    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;
    border-top: 1px solid #EFEFEF;
    margin-top: 14px;
    padding-top: 14px;
}

.news-list .news-item .btn {
    height: 18px;
    text-transform: none;
    background: transparent;
    color: var(--blue, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    padding: 0px 22px 0 0;
}

.news-list .news-item .btn:after {
    content: url(./images/news_arrow.svg);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    bottom: auto;
    right: 5px;
    width: 13px;
    height: 19px;
    left: auto;
}

.news-list .news-item .news-date {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 18px */
}


.bx-pagination {
    text-align: center;
    position: relative;
    line-height: 0;
    margin-top: 30px
}

.bx-pagination ul {
    display: inline-block;
    cursor: default
}

.bx-pagination ul li {
    float: left;
    margin: 0 4px
}

.bx-pagination ul li.bx-active span {
    border: 1px solid #171717;
}

.bx-pagination ul li.bx-pag-prev {
    margin-left: 0
}

.bx-pagination ul li.bx-pag-prev span {
    background-image: url(images/angel-left-hover.png);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}

.bx-pagination ul li.bx-pag-prev span:hover {
    background-image: url(images/angel-left-hover.png);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}

.bx-pagination ul li.bx-pag-prev span.disabled {
    background-image: url(images/angel-left-hover.png);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}

.bx-pagination ul li.bx-pag-next {
    margin-right: 0
}

.bx-pagination ul li.bx-pag-next span {
    background-image: url(images/angel-right-hover.png);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}

.bx-pagination ul li.bx-pag-next span:hover {
    background-image: url(images/angel-right-hover.png);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}


.bx-pagination ul li.bx-pag-next span.disabled {
    background-image: url(images/angel-right-hover.png);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}

.bx-pagination ul li a {
    display: block;
    border-radius: 50%;
    color: #000
}

.bx-pagination ul li span {
    border-radius: 4px;
    border: 1px solid var(--delider, #EFEFEF);
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black, #171717);
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.bx-pagination ul li span.disabled {
    background: #F6F6F6;
}

.news-detail .news-header {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.news-detail .detail_picture {
    width: 100%;
    margin-bottom: 25px;
}

.mobile_menu {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 320px;
    padding: 20px;
    display: none;
}

.mobile_menu .mobile_icons {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 20px;
}

.mobile_menu .links {
    display: flex;
    gap: 10px;
}

.mobile_menu .links a {
    border-radius: 4px;
    border: 1px solid var(--delider, #EFEFEF);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_menu .main_menu li a {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mobile_menu .main_menu li.has_submenu>a {
    padding-right: 15px;
    position: relative;
}

.mobile_menu .main_menu li.has_submenu>a:after {
    content: url(./images/catalog_arrow.svg);
    position: absolute;
    top: 50%;
    margin-top: -15px;
    bottom: auto;
    right: 0px;
    width: 9px;
    height: 8px;
    left: auto;
}

.mobile_menu #horizontal-multilevel-menu.main_menu li.selected>ul {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    width: 100%;
    margin-top: 8px;
}

.mobile_menu #horizontal-multilevel-menu.main_menu li.selected>ul li {
    margin-bottom: 3px;
    border: none;
}

.mobile_menu #horizontal-multilevel-menu.main_menu li.selected>ul li a {
    padding: 0;
}

.bx_catalog_item .bx_catalog_item_title a {
    color: #171717;
    font-family: Lora;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.bx_catalog_item .info {
    position: relative;
}

.bx_catalog_item .catalog_sizes {
    color: #B8B8B8;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.bx_catalog_item .catalog_sizes span {
    color: #171717;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.bx_catalog_item .bx_catalog_item_price {
    color: #171717;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.bx_catalog_item .buy_button {
    border-radius: 4px;
    background: #171717;
    display: none;
    position: absolute;
    top: -70px;
    padding: 13px 80px;
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    justify-content: center;
    gap: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
}

.bx_catalog_item:hover .buy_button {
    display: flex;
}

.bx_catalog_list_home {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

.bx_catalog_list_home .bx_catalog_item {
    flex: 20% 1 1;
    max-width: calc(25% - 40px);
}

.bx_catalog_item .btn_line {
    display: none;
}

.bx_catalog_item .bx_catalog_item_images img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.section_sale {
    margin-top: 100px;
    margin-bottom: 100px;
    display: block;
}

.bx_item_detail {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.bx_item_detail .product_gallery,
.bx_item_detail .product_description {
    flex: 40% 1 1;
    max-width: calc(50% - 40px);
}

.product_description .bx-breadcrumb {
    margin-top: 0;
    margin-bottom: 15px;
}

.bx_item_detail .similar_products {
    flex: 100% 1 1;
    max-width: 100%;
}

.bx_item_detail .bx_item_slider {
    display: flex;
    gap: 10px;
}

.bx_item_detail .bx_item_slider .bx_slider_conteiner {
    flex: 160px 0 0;
    overflow-y: hide;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bx_item_detail .bx_item_slider .bx_slider_conteiner::-webkit-scrollbar {
    display: none;
}

.bx_item_detail .bx_item_slider .bx_slider_conteiner .bx_slider_scroller_container {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bx_item_detail .bx_item_slider .bx_slider_conteiner .bx_slider_scroller_container::-webkit-scrollbar {
    display: none;
}

.bx_item_detail .bx_item_slider .bx_slider_conteiner .scroll_top {
    position: absolute;
    top: 10px;
    width: 90%;
    background: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    transform: translateX(5%);
    border-radius: 4px;
    cursor: pointer;
}

.bx_item_detail .bx_item_slider .bx_slider_conteiner .scroll_bottom {
    position: absolute;
    bottom: 10px;
    width: 90%;
    background: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    transform: translateX(5%);
    border-radius: 4px;
    cursor: pointer;
}

.bx_item_detail .bx_item_slider .bx_slide ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.bx_item_detail .bx_item_slider .bx_slide ul li {
    margin: 0;
}

.bx_item_detail {
    padding-bottom: 60px;
    padding-top: 50px;
}

.bx_item_detail .bx_item_detail_size {
    display: flex;
    gap: 15px;
}

.bx_item_detail .price_block {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    gap: 10px;
}

.bx_item_detail .bx_scu_name {
    color: #171717;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bx_item_detail .bx_item_title h1 {
    color: var(--black, #171717);
    font-family: Lora;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.bx_item_detail .bx_item_title {
    padding-bottom: 18px;
}

.bx_item_detail .additional_info {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.bx_item_detail .additional_info span {
    color: var(--gray, #B8B8B8);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.bx_item_detail .bx_item_detail_size .bx_size ul,
.bx_item_detail .bx_item_detail_scu.colours ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bx_item_detail .bx_item_detail_size li {
    width: auto;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    float: left;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid var(--delider, #EFEFEF);
}

.bx_item_detail .bx_item_detail_scu.colours .cnt_item.white svg path {
    stroke: #000;
}

.bx_item_detail .bx_item_detail_size li.bx_active {
    background: var(--black, #171717);
    color: #fff;
}

.bx_item_detail .item_buttons_counter_block {
    display: flex;
    gap: 20px;
}

.bx_item_detail .add_to_card {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--blue, #171717);
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    gap: 10px;
    padding: 20px 32px;
}

.add_to_wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--delider, #EFEFEF);
    background: rgba(70, 124, 201, 0.00);
}

.add_to_wishlist.added {
    border: 1px solid var(--red, #CB0505);
}

.add_to_wishlist.added svg path {
    fill: var(--red, #CB0505);
    stroke: var(--red, #CB0505);
}

.bx_item_detail .Cartadded {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--blue, #171717);
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    gap: 10px;
    padding: 20px 32px;
    background: var(--green, #0E9810);
}

.news_page {
    margin-bottom: 80px;
}

.bx_item_detail .prop_list {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}

.bx_item_detail .bx_bigimages {
    margin: 0 !important;
}

.similar_products .owl-nav div.owl-prev {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--black-blue, #040810);
    background-image: url('images/left.svg');
    background-position: center;
}

.similar_products .owl-nav div.owl-next {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--black-blue, #040810);
    background-image: url('images/right.svg');
    background-position: center;
}

.similar_products .owl-nav div.owl-prev:hover {
    background-image: url('images/left_hover.svg');
    background-position: center;
    background-color: var(--black-blue, #040810);
}

.similar_products .owl-nav div.owl-next:hover {
    background-image: url('images/right_hover.svg');
    background-color: var(--black-blue, #040810);
}

.similar_products .owl-nav div.owl-prev.disabled:hover {
    background-image: url('images/left.svg');
    background-color: var(--white, #ffffff);
}

.similar_products .owl-nav div.owl-next.disabled:hover {
    background-image: url('images/right.svg');
    background-color: var(--white, #ffffff);
}

.similar_products .owl-nav div.owl-prev.disabled {
    background-image: url('images/left.svg');
    background-color: var(--white, #ffffff);
    width: 50px;
    height: 50px;
}

.similar_products .owl-nav div.owl-next.disabled {
    background-image: url('images/right.svg');
    background-color: var(--white, #ffffff);
    width: 50px;
    height: 50px;
}

.similar_products h3 {
    color: var(--black, #171717);
    font-family: Lora;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    margin-bottom: 25px;
    /* 50px */
}

.bx_catalog_item .bx_catalog_item_title {
    padding-top: 15px;
    height: 82px;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 20px;
}

.bx_catalog_item .bx_catalog_item_price {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.sale_price .bx_price,
.item_current_price.sale_price {
    color: #ae0000;
}

.brands_list .item_price .item_buttons,
.bx_catalog_list_home .item_price .item_buttons,
.bx_item_detail .item_price .item_buttons {
    margin-top: 30px
}

.labels {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 1;
}

#bx-soa-order .bx-soa-section .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-img-block {
    width: 200px;
    margin-right: 20px;
}

.checkout_page {
    margin-top: 50px;
}

.bx-soa-location-input-container[data-property-id-row="4"] {
    display: none;
}

#bx-soa-order .bx-soa-section .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-img-block .bx-soa-item-imgcontainer {
    width: 200px;
    height: 140px;
    border: none;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

#bx-soa-order .bx-soa-section .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-content .bx-soa-item-title a {
    color: var(--black, #171717);
    font-family: Lora;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.labels .label {
    color: #FFF;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 18px */
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
}

.labels .label.sale {
    background: var(--red, #CB0505);
}

.labels .label.new {
    background: #0E9810;
    ;
}

.labels .label.hit {
    background: var(--black, #000);
}

.catalog_banner {
    margin-bottom: 25px;
}

.basket-items-search-field {
    display: none;
}

.basket-items-list-header {
    background: #fff;
    padding: 0;
    border: none;
}

.basket-checkout-container,
.basket-items-list-wrapper {
    border: none;
}

.basket-items-list {
    padding: 0;
}

.basket-items-search-field+.basket-items-list-header-filter {
    padding: 0;
    text-align: left;
}

h2.basket-item-info-name a {
    color: var(--black, #171717);
    font-family: Lora;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 26px */
}

.basket-items-list-table {
    background-color: transparent;
}

h2.basket-item-info-name a:hover {
    text-decoration: none;
}

.amount_selection {
    display: flex;
    gap: 10px;
    align-items: center;
}

.amount_selection .basket-items-list-item-amount {
    order: 1;
    padding: 0;
}

.basket-items-list-item-price-for-one {
    padding: 0;
    order: 2;
}

.basket-item-property-custom {
    display: none;
}

.basket-item-block-amount {
    border-radius: 5px;
    border: 1px solid var(--delider, #EFEFEF);
}

.basket-item-amount-filed {
    border: none;
    color: var(--black, #0D0D0D);
    text-align: center;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 30px;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover {
    background-color: #fff;
}

.basket-item-amount-field-description {
    display: none;
}

.basket-item-block-price {
    display: flex;
    align-items: center;
    color: var(--black, #171717);
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.basket-item-block-price .basket-item-price-current,
.basket-item-block-price .basket-item-price-title {
    color: var(--black, #171717);
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.basket-items-list-item-price.total_sum .basket-item-block-price .basket-item-price-current-text {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 36px */
    text-transform: uppercase;
    white-space: nowrap;
}

.basket-checkout-section-inner {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.basket-checkout-block-btn {
    flex: 100% 0 0;
}

.basket-checkout-section-inner .basket-btn-checkout {
    border-radius: 4px;
    background: var(--black, #171717);
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 10px;
    border: none;
    width: 100%;
    justify-content: center;
    padding: 15px;
    align-items: center;
}

.basket-checkout-block-total {
    color: var(--txt-black, #111);
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.basket-coupon-block-total-price-current {
    color: var(--txt-black, #111);
    text-align: right;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.basket-coupon-block-field input {
    color: var(--gray, #B8B8B8);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.basket-coupon-block-coupon-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    padding: 0;
    height: 16px;
}


.basket-item-property-name,
.basket-item-property-custom-name {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.basket-item-scu-item {
    padding: 6px 17px;
    margin: 0px;
    border-radius: 5px;
    border: 1px solid var(--delider, #EFEFEF);
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.basket-item-scu-list {
    gap: 10px;
}

.basket-item-scu-item.selected {
    background: var(--black, #171717);
    color: var(--white, #ffffff);
    border: 1px solid var(--black, #171717);
}

.basket-item-block-properties {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.basket-item-property {
    gap: 15px;
}

.basket-items-list-item-descriptions-inner {
    gap: 20px;
}

.basket-item-block-image {
    position: relative;
    width: 100%;
    flex: 280px 0 0;
}

.basket-item-image {
    width: 280px;
    height: 200px;
    object-fit: cover;
}

#basket-root .flex_row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#basket-root .flex_row .basket-checkout-container {
    position: sticky;
    top: 150px;
}

.bx-soa-item-content .bx-scu-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bx-scu-container .bx-soa-item-td-title {
    float: left;
    vertical-align: middle;
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bx-scu-container .bx-soa-item-td-text {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 19.5px */
    padding: 6px 17px;
    border-radius: 5px;
    border: 1px solid var(--delider, #EFEFEF);
}

.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
    color: var(--black, #171717);
    text-align: center;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#bx-soa-order .bx-soa-section .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-td-text strong.bx-price.all {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
    text-transform: uppercase;
}

#bx-soa-order .bx-soa-item-title {
    padding-bottom: 15px;
}

.bx-soa-section.bx-step-completed {
    border: 1px solid var(--green, #0E9810);
    border-radius: 5px;
    overflow: hidden;
}

.bx-soa-section.bx-step-error {
    border: 1px solid var(--red, #CB0505);
    border-radius: 5px;
    overflow: hidden;
}

.bx-soa-section-title {
    color: var(--black, #000);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
}

.bx-soa-section.bx-step-completed .bx-soa-section-title {
    color: var(--green, #0E9810);

}

#bx-soa-order .bx-soa-section .bx-soa-section-title-container {
    background: #fff;
    padding: 10px 0;
}

.bx-soa-section .bx-soa-section-title-count:after {
    text-align: center;
    counter-increment: heading;
    content: counter(heading) ". ";
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
    background: #fff;
    border: none;
    color: var(--green, #0E9810);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    text-align: right;
    gap: 10px;
}

.bx-soa-section.bx-step-error .bx-soa-section-title {
    color: var(--red, #CB0505);
}

.bx-soa-section.bx-step-error .bx-soa-section-title-count {
    background: #fff;
    border: none;
    color: var(--red, #CB0505);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    text-align: right;
    gap: 10px;
}

.bx-soa-section-title-count:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(images/correct.svg) no-repeat center;
}

.bx-soa-section.bx-step-error .bx-soa-section-title-count:before {
    background: url(images/incorrect.svg) no-repeat center;
    background-color: var(--red, #CB0505);
    border-radius: 4px;
}

.bx-soa a.pull-left {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid var(--delider, #EFEFEF);
    padding: 13px 24px;
}

.bx-soa a.pull-left:hover {
    text-decoration: none;
}

.bx-soa a.pull-right {
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    background: var(--blue, #171717);
    padding: 13px 24px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.bx-soa a.pull-right:hover {
    text-decoration: none;
}

#bx-soa-orderSave {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.place_order {
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    background: var(--blue, #171717);
    padding: 20px 50px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.place_order:hover {
    color: #fff;
    text-decoration: none;
}

#bx-soa-delivery .btn {
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    background: var(--blue, #171717) !important;
    padding: 13px 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;

}

.bx-soa-customer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.bx-soa-customer .bx-soa-customer-field {
    margin: 0;
    flex: 20% 1 1;
}

.bx-soa-customer .bx-soa-customer-field:last-child {
    flex: 100% 1 1;
}


.sale-personal-account-wallet-container {
    width: 100%;
    max-width: 430px;
    margin-bottom: 20px;
}

.sale-personal-account-wallet-title {
    background-color: #E39A20;
    color: #fff;
    font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-semi-bold, 600);
    text-transform: uppercase;
    font-size: 12px;
    padding: 11px 17px;
    border-radius: 3px 3px 0 0;
}

.sale-personal-account-wallet-list-container {
    background-color: #F5A623;
    color: #fff;
    border-radius: 0 0 3px 3px;
}

.sale-personal-account-wallet-list {}

.sale-personal-account-wallet-list-item {
    position: relative;
    padding: 11px 17px 12px 17px;
    font-size: 15px;
    overflow: hidden;
    border-bottom: 1px solid #E39A20;
}

.sale-personal-account-wallet-list .sale-personal-account-wallet-list-item:last-child {
    border-bottom: none;
}

.sale-personal-account-wallet-currency {
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 22px;
    vertical-align: middle;
}


.sale-personal-account-wallet-currency-item+.sale-personal-account-wallet-currency-item {
    font: var(--ui-font-weight-bold) 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.sale-personal-account-wallet-sum {
    display: inline-block;
    float: right;
    white-space: nowrap;
    font-weight: var(--ui-font-weight-bold);
    font-size: 22px;
    /*line-height: 22px;*/
    vertical-align: middle;
}

.sale-personal-section-index .sale-personal-section-item .sale-personal-section-index-block {
    background: var(--black, #000);
    opacity: 1;
}

.sale-personal-section-row-flex {
    gap: 30px;
    margin-bottom: 100px;
}

.sale-personal-section-index .sale-personal-section-item {
    flex: 20% 1 1;
}


.sale-personal-section-index .sale-personal-section-item .sale-personal-section-index-block-name {
    color: var(--white, #FFF);
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: none;
    /* 26px */
}

.bx_my_order .bx_my_order_table td .bx_my_order_status.green {
    color: var(--white, #FFF);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 15.4px */
    border-radius: 4px;
    background: var(--green, #0E9810);
    text-align: center;
    padding: 10px 0;
    text-shadow: none;
}

.bx_my_order .bx_my_order_table .order_buttons {
    display: flex;
    gap: 10px;
}

.bx_my_order .bx_my_order_table td a.btn_cancel {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid var(--blue, #171717);
    padding: 10px 20px;
    flex: 1;
    text-align: center;
}

.bx_my_order .bx_my_order_table td a.btn_repeat {
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    background: var(--blue, #171717);
    padding: 10px 20px;
    flex: 1;
    text-align: center;
}

.bx_my_order .bx_my_order_table td a.btn_repeat:hover {
    color: #fff !important;
}

.main-profile-form-buttons-block .save_button {
    border-radius: 4px;
    background: var(--blue, #171717);
    display: flex;
    gap: 10px;
    align-items: center;
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    justify-content: center;
    padding: 15px 0;
    width: 300px;
}

.bx_my_order_switch {
    text-align: right;
    display: flex;
    justify-content: end;
}

.bx_my_order_switch .bx_mo_link {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 10px;
    text-decoration: none;
    align-items: center;
}

.bx_order_list {
    margin-bottom: 50px;
}

.bx_order_list .bx_order_list_table thead tr td,
.bx_order_list .bx_order_list_table_order thead tr td {
    background: #F8F8F8;
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.bx_order_list .bx_order_list_table tbody tr td {
    background: #fff;
}

.bx_order_list .bx_order_list_table tbody>tr td a.btn-success,
.bx_order_list .bx_order_list_table_order tbody>tr td a.btn-success {
    border-radius: 4px !important;
    background: var(--blue, #171717);
    display: flex;
    gap: 10px;
    align-items: center;
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    justify-content: center;
    padding: 15px 0;
    width: 300px;
    margin-bottom: 25px;
}

.bx_order_list .bx_control_table tbody .btn {
    border-radius: 4px !important;
    background: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--blue, #171717);
    border: 1px solid var(--blue, #171717);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    justify-content: center;
    padding: 15px 0;
    width: 300px;
}

.bx_order_list .bx_control_table tbody .btn:hover {
    background: #fff;
    color: var(--blue, #171717);
    border: 1px solid var(--blue, #171717);
}

.bx_my_order .bx_my_order_status {
    text-align: center;
}

#detail_choose {
    background-color: #fff;
    width: 750px;
    height: 80vh;
    top: 50%;
    margin-top: -40vh;
    left: 50%;
    margin-left: -375px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-out .35s;
    transition: ease-out .35s;
    overflow-y: scroll;
}

#detail_choose .wrp .del,
#detail_choose .wrp .del:active,
#detail_choose .wrp .del:hover {
    width: 16px;
    height: 16px;
    display: inline-block
}

#detail_choose.open {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

#detail_choose::-webkit-scrollbar {
    display: none;
}

#detail_choose {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#detail_choose img {
    height: auto;
}

.sale-personal-account-wallet-list-container {
    background: #fff;
}

#bx-soa-order .bx_soa_location .dropdown-block {
    border: 1px solid #EFEFEF;
    background: initial;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
}

#bx-soa-order .bx_soa_location .dropdown-block .dropdown-icon {
    z-index: 9;
    background: url(./images/search.svg);
    width: 24px;
    height: 24px;
    top: 10px;
    right: 5px;
    left: auto;
}

#bx-soa-order .bx_soa_location .dropdown-block .bx-ui-sls-clear {
    left: 5px;
    right: auto;
    top: 5px;
}

#bx-soa-order .bx_soa_location .dropdown-block input[type="text"] {
    height: 45px;
}

#bx-soa-order .bx_soa_location .dropdown-block .bx-ui-sls-container {
    min-height: 45px;
}

.sale-personal-account-wallet-title {
    color: var(--white, #FFF);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 4px 4px 0px 0px;
    background: var(--black, #171717);
    text-transform: lowercase;
}


.sale-personal-account-wallet-currency-item {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sale-personal-account-wallet-currency-item+.sale-personal-account-wallet-currency-item {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sale-personal-account-wallet-sum {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.sale-personal-account-wallet-list .sale-personal-account-wallet-list-item:last-child {
    border-radius: 4px;
    border: 1px solid var(--delider, #EFEFEF);
}

.sale-personal-section-account-sub-header {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sale-acountpay-title {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item {
    color: var(--black, #171717);
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: var(--delider, #EFEFEF);
    padding: 0 25px;
}

.payment_methods {
    display: none;
}

.sale-account-pay-button_container {
    display: flex;
    margin-bottom: 100px;
}

.btn.sale-account-pay-button {
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 4px;
    background: var(--blue, #171717);
    padding: 15px 60px;
}

.btn.sale-account-pay-button:hover,
.btn.sale-account-pay-button:focus {
    color: #fff;
    text-decoration: none;
}

.main-profile-block-shown {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.main-profile-block-date-info {
    flex: 100% 1 1;
}

.main-profile-block-shown .form-group {
    flex: 25% 1 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-profile-block-shown .main-profile-form-label {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 20.4px */
}


.main-profile-block-shown input.form-control {
    border-radius: 5px;
    border: 1px solid var(--delider, #EFEFEF);
    height: 50px;
    padding: 0 15px;
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.bx-filter-button-box {
    display: none;
}

.similar_products .owl-nav {
    position: absolute;
    top: 0px;
    right: 0;
}

#login_form {
    background-color: #fff;
    width: 600px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -300px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-out .35s;
    transition: ease-out .35s;
    position: fixed;
    z-index: 1000;
}

#login_form.open {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.overlay_login.open {
    visibility: visible;
    opacity: .75;
}

.overlay_login {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: ease-out .4s;
    transition: ease-out .4s;
}

#login_form .wrp {
    padding: 25px;
    box-sizing: border-box;
}

#login_form .wrp .del {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background-image: url(images/close_size.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#login_form div.isregsms .title {
    color: var(--black, #171717);
    font-family: Lora;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 40px */
}

#login_form div.isregsms .form-group {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

#login_form div.isregsms .form-group label.form-label {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 20.4px */
}

#login_form div.isregsms .label-left:not(.form-inline) .form-control,
#login_form div.isregsms .label-left:not(.form-inline) .captcha-group {
    width: 100%;
    height: 50px;
    box-shadow: none;
    line-height: 50px;
    font-family: Manrope;
    font-size: 17px;
}

#login_form div.isregsms .btn-primary {
    border-radius: 4px;
    background: var(--blue, #171717);
    display: flex;
    gap: 10px;
    align-items: center;
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    justify-content: center;
    padding: 15px 0;
}

.isregsms .checkbox label {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.isregsms .checkbox label a {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section_item.item_sale {
    width: 100%;
}

.bx_catalog_list_home.sale .items_brand {
    width: 100%;

}

.bx_catalog_list_home.sale .items_brand .bx_catalog_item {
    max-width: 100%;
}

.bx-filter.bx-blue .bx-filter-section {
    background: transparent;
    padding: 0;
}

.filter_row {
    display: flex;
    gap: 60px;
    align-items: center;
}

.bx-filter .bx-filter-parameters-box-title {
    padding: 0;
}

.bx-filter .bx-filter-block {
    position: absolute;
    background: #fff;
    z-index: 9;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 0px 0px 4px 4px;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
    height: auto !important;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
    margin: 0;
}

.bx-filter .bx-filter-parameters-box-container {
    padding: 0;
}

.bx-filter .bx-filter-block .bx-filter-param-text {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 19.5px */
}

.bx-filter .bx-filter-param-btn.bx-color-sl {
    border: none;
    border-radius: 50%;
    padding: 0;
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
}

.bx-filter .bx-filter-block .bx-filter-param-btn-inline {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    max-height: 300px;
}

.bx-filter .bx-filter-block .bx-filter-param-text span {
    display: none;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 9;
    width: 250px;
    padding: 25px;
    border: 1px solid #ccc;
}

.bx-filter .bx-filter-parameters-box-title span {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
}

.bx-filter #del_filter {
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
}

.bx-filter #del_filter:focus {
    outline: none;
}

.bx-filter .bx-ui-slider-handle.left {
    background: #000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -10px;
}

.bx-filter .bx-ui-slider-handle.right {
    background: #000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-right: -8px;
    margin-top: -10px;
}

.bx-ui-slider-part {
    display: none;
}

.bx-filter .bx-ui-slider-range {
    z-index: 999;
}

.bx-filter.bx-blue .bx-ui-slider-track {
    height: 2px;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vn .bx-filter.bx-blue .bx-ui-slider-pricebar-vd,
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn,
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #B8B8B8;
}

.bx_item_detail .item_price .popup_item_added {
    position: fixed;
    background-color: #fff;
    width: 750px;
    height: 80vh;
    top: 50%;
    margin-top: -40vh;
    left: 50%;
    margin-left: -375px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-out .35s;
    transition: ease-out .35s;
    overflow-y: scroll;
    z-index: 9999;
    display: none !important;
}

#bx-soa-total .bx-soa-cart-total .btn-order-save {
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    background: var(--blue, #171717);
    padding: 20px 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: none;
}

.bx-filter .bx-filter-parameters-box-container-block {
    font-size: 11px;
    color: #3f3f3f;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bx-filter .bx-filter-input-container input {
    border: none;
    color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: auto;
    border-bottom: 1px solid #ccc;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    padding: 0;
}

.bx-filter .bx-ui-slider-track-container {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

#login_form div.isregsms .btn-send-reg {
    border-radius: 4px;
    background: #171717;
    padding: 13px;
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    justify-content: center;
    gap: 10px;
    margin: 0;
    display: flex;
}

.bx_item_detail_scu.colours {
    margin-bottom: 25px;
    display: flex;
    gap: 15px;
    align-items: start;
}

.search-page {
    margin-bottom: 50px;
}

.mobile_filter_container {
    display: none;
}

.mobile_filter {
    display: flex;
    border-radius: 4px;
    background: #171717;
    padding: 10px 25px;
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: unset;
    line-height: normal;
    justify-content: center;
    gap: 10px;
    margin: 0;
}

.filtered_params {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #B8B8B8;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: unset;
    flex: 100%;
    margin-top: 15px;
    order: 4;
}

.filtered_params .sizes_box {
    display: flex;
    gap: 5px;
}

.filtered_params .color_box {
    display: flex;
    gap: 10px;
}

.filtered_params .selected_color {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
}

.filtered_params .selected_color.white {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
}

.filtered_params .selected_color.white svg path {
    stroke: #000;
}

.filtered_params .clear {
    cursor: pointer;
}

.catalog_filter_box {
    margin-top: 15px;
}

.search_sort_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
}

.search_sort_wrapper .sort_box {
    position: relative;
}

.search_sort_wrapper .sort_toggle {
    position: relative;
    display: flex;
    gap: 10px;
    color: #000;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: unset;
    align-items: center;
    cursor: pointer;

}

.search_sort_wrapper .sort_list_container {
    position: absolute;
    background: #fff;
    border-radius: 4ox;
    flex-direction: column;
    width: auto;
    top: 50px;
    right: 0;
    z-index: 9;
    padding: 15px;
    gap: 10px;
    display: none;
}

.search_sort_wrapper .sort_list_container.opened {
    display: flex;
}

.search_sort_wrapper .sort_list_container a {
    display: flex;
    gap: 10px;
    color: #000;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: unset;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

.brands_list .bx_item_detail_scu .bx_scu ul li,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li {
    float: left;
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
}


.brands_list .bx_item_detail_scu .bx_scu ul li .cnt_item,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt_item,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt_item {
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price_without_sale {
    text-decoration: line-through;
}

@media (min-width:1600px) {

    .catalog_banner,
    .main_page .sale,
    .main_page .about_block {
        max-width: 1310px;
        margin: 0 auto;
        display: flex;
    }

    .main_page .sale,
    .main_page .about_block {
        margin-bottom: 60px;
    }
}

@media (max-width:991px) {

    body {
        font-size: 17px;
    }

    h1 {
        font-size: 40px;
    }

    .main_page h2 {
        font-size: 40px;
    }

    p,
    ul {
        font-size: 17px;
    }

    header {
        /* position: relative !important;*/
    }

    main {
        padding-top: 120px;
    }

    .wrapper {
        padding: 0 20px;
    }

    footer .wrapper {
        padding: 0 20px;
    }

    .main_page .wrapper {
        padding: 0 20px;
    }

    header .wrapper {
        padding: 0 20px;
    }

    .main_menu {
        display: none;
    }

    .mobile_menu .main_menu {
        display: block;
    }

    .main_header .links a.mobile_menu_open {
        display: flex;
    }

    .about_block {
        flex-direction: column-reverse;
    }

    .about_image img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .footer_logo {
        display: none;
    }

    .mobile_footer_logo {
        display: block;
    }

    .bonuses_plan {
        flex-direction: column;
    }

    .bonuses_plan .bonus_block {
        max-width: 420px;
    }

    .news-list .news-item {
        flex-basis: 25%;
        flex-shrink: 1;
        flex-grow: 1;
        max-width: calc(33% - 17px);
    }

    .news-list .news-item-data .title {
        height: 46px;
    }

    #contact_map {
        height: auto;
    }

    #contact_map .wrapper {
        padding: 0;
    }

    .shops_wrapper {
        height: auto;
        position: relative;
    }

    .bx_catalog_list_home .bx_catalog_item {
        flex: 25% 1 1;
        max-width: calc(33% - 20px);
    }

    .bx_catalog_item .buy_button {
        display: flex;
        max-width: 90%;
        padding: 13px 55px;
    }

    .bx_catalog_list_home {
        gap: 20px;
    }

    .bx_item_detail {
        flex-wrap: wrap;
        padding-top: 0;
    }

    .bx_item_detail .product_gallery,
    .bx_item_detail .product_description {
        flex: 100% 1 1;
        max-width: 100%;
    }

    .bx_item_slider {
        flex-direction: column-reverse;
    }

    .bx_bigimages img {
        width: 100%;
    }

    .bx_slider_conteiner {
        flex: 100%;
    }

    .bx_item_detail .bx_item_slider .bx_slide ul {
        flex-direction: row;
        justify-content: start;
    }


    .bx-breadcrumb .wrapper {
        padding: 0;
    }

    .bx_item_detail .bx_item_title h1 {
        color: var(--black, #171717);
        font-family: Lora;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 30px */
    }

    .bx_item_detail .bx_item_slider .bx_slider_conteiner {
        flex: 100%;
    }

    .bx_item_detail .add_to_card {
        color: #FFF;
        font-family: Manrope;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 20px;
        flex: 100% 1 1;
    }

    #basket-root .flex_row {
        flex-direction: column;
    }

    .main_header {
        padding: 20px 0;
    }

    .header_logo svg {
        width: 230px;
        height: 31px;
        max-width: 230px;
    }

    .bx_catalog_item .bx_catalog_item_title a {
        font-size: 17px;
    }

    .bx_catalog_item .catalog_sizes {
        font-size: 14px;
    }

    .bx_catalog_item .bx_catalog_item_title {
        height: 65px;
    }

    .about_block {
        padding: 0 20px;
    }

    .main_page {
        margin-bottom: 70px;
    }

    .main_catalog a {
        flex-basis: 33%;
    }

    .about_block .about_text svg {
        margin-top: 20px;
    }

    .bx_item_detail .bx_item_slider .bx_slider_conteiner .scroll_top,
    .bx_item_detail .bx_item_slider .bx_slider_conteiner .scroll_bottom {
        display: none;
    }

    .bx_item_detail .bx_item_slider .bx_slider_conteiner .bx_slider_scroller_container {
        height: auto !important;
    }
}

@media (max-width:767px) {
    body {
        font-size: 15px;
    }

    h1,
    h2.big_h2 {
        font-size: 30px;
    }

    p,
    ul {
        font-size: 15px;
    }

    .wrapper {
        padding: 0 20px;
    }

    main {
        padding-top: 94px;
    }

    .main_header {
        padding: 10px 0;
    }

    .bx-breadcrumb {
        font-family: Manrope;
        font-size: 12px;
        margin: 30px 0 20px;
        padding: 0 20px;
    }

    .wrapper .bx-breadcrumb {
        padding: 0;
    }

    .main_page h2 {
        color: var(--black, #171717);
        font-family: Lora;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 30px */
    }

    .delivery_page .delivery_ul {
        flex-direction: column;
        gap: 0;
    }

    .main_catalog a {
        max-width: calc(50% - 10px);
        flex-basis: 50%;
    }

    /*
    .main_catalog a[href="/rasprodazha/"] {
        max-width: 100%;
        flex-basis: 100%;
    }*/

    .top_header .bonuses {
        display: none;
    }

    .header_logo svg {
        max-width: 140px;
        height: 19px;
    }

    .main_header .links a {
        width: 40px;
        height: 40px;
    }

    .main_banner {
        margin-bottom: 50px;
    }

    .about_block .about_text svg {
        display: none;
    }

    footer .footer_top .menu_wrp {
        display: flex !important;
        flex-wrap: wrap;
        gap: 10px !important;
    }

    footer .footer_top .menu {
        max-width: calc(50% - 5px);
        flex-basis: 50%;
    }

    .mobile_footer_logo {
        text-align: center;
    }

    .menu-footer-toggle.open svg {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .news-list .news-item-data .title {
        height: 40px;
    }

    .news-list .news-item-data .title a {
        color: var(--black, #171717);
        font-size: 17px;
        font-style: normal;
        line-height: 120%;
        /* 20.4px */
    }

    .news-list .news-item-data .desc {
        font-family: Manrope;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 14.4px */
        height: 58px;
        overflow: hidden;
    }

    .bx-pagination ul li span {
        width: 40px;
        height: 40px;
        color: var(--black, #171717);
        text-align: center;
        font-family: Manrope;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

    .top_header a {
        color: var(--white, #FFF);
        font-family: Nunito;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .bx_catalog_list_home .bx_catalog_item {
        flex: 40% 1 1;
        max-width: calc(50% - 20px);
    }

    .similar_products h3 {
        color: var(--black, #171717);
        font-family: Lora;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 30px */
    }

    .bx_item_detail .bx_item_detail_size {
        gap: 10px;
        flex-wrap: wrap;
    }

    #login_form {
        width: 80vw;
        margin-left: -40vw;
    }

    #login_form div.isregsms .link-to {
        margin: auto;
        display: block;
    }

    .filter_row {
        gap: 10px;
        justify-content: space-between;
    }

    .bx-filter .bx-filter-parameters-box-title span,
    .bx-filter #del_filter {
        font-size: 15px;
    }

    .amount_selection {
        justify-content: center;
    }

    .basket-item-block-amount {
        width: 100px;
    }

    .bx-soa-total-mobile {
        display: none !important;
    }

    .bx_catalog_item .bx_catalog_item_images img {
        height: 300px;
    }

    .similar_products h2 {
        height: 55px;
        line-height: 55px;
    }

    .search_sort_wrapper {
        flex-wrap: wrap;
    }

    .mobile_filter_container {
        display: flex;
    }

    .catalog_filter_box {
        order: 3;
    }

    .catalog_filter_box {
        display: none;
    }

    .catalog_filter_box.show {
        display: block;
        width: 100%;
    }

    .bx-soa-customer .bx-soa-customer-field {
        flex: 100% 1 1;
    }

    .bx-soa-cart-total-button-container {
        display: none !important;
    }
}

@media (max-width:479px) {
    .main_header .links a {
        width: 30px;
        height: 30px;
        display: none;
    }

    main {
        padding-top: 84px;
    }

    .main_header .links a.mobile_menu_open {
        display: flex;
    }

    .main_header .links a img,
    .main_header .links a svg {
        width: 15px;
        height: 15px;
    }

    footer .footer_top .menu {
        max-width: 100%;
        flex-basis: 100%;
        text-align: center;
    }

    .footer_top .menu ul {
        display: none;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px 10px;
        margin-bottom: 25px;
    }

    .footer_top .menu ul li {
        flex-basis: 40%;
        flex-grow: 1;
        margin: 0;
    }

    .footer_top .menu ul li a {
        width: 100%;
        display: block;
    }

    footer .m_title {
        display: none;
    }

    .menu-footer-toggle {
        display: block;
        color: #FFF;
        font-family: Lora;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 26px;
        text-transform: none;
    }

    footer .footer_top .menu_wrp {
        justify-content: center;
    }

    footer .footer_socials {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .footer_socials span {
        flex-basis: 100%;
        text-align: center;
        margin-top: 30px;
    }

    footer .footer_bottom .wrapper {
        flex-direction: column-reverse;
        color: #fff;
        text-align: center;
    }

    .bonuses_plan .bonus_block {
        max-width: 100%;
    }

    .news-list .news-item {
        flex-basis: 55%;
        flex-shrink: 1;
        flex-grow: 1;
        max-width: calc(50% - 17px);
    }

    .news-list .news-item-data .title {
        height: 46px;
    }

    .news-list .news-item .btn {
        color: var(--blue, #171717);
        font-family: Manrope;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 14.4px */
        height: 14px;
    }

    .news-list .news-item .news-date {
        color: var(--black, #171717);
        font-family: Manrope;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 13.2px */
    }

    .news-list .news-item .btn:after {
        margin-top: -9px;
    }

    .mobile_menu {
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        width: calc(100% - 40px);
        padding: 20px;
        height: 100%;
    }

    .brands_list,
    .bx_catalog_list_home {
        padding-bottom: 0 !important;
    }

    .bx_catalog_list_home .bx_catalog_item {
        flex: 100% 1 1;
        max-width: 100%;
        height: auto !important;
    }

    .bx_catalog_item .bx_catalog_item_title {
        height: auto;
    }

    .bx_catalog_item .bx_catalog_item_images img {
        height: auto;
    }

    .similar_products h3 {
        max-width: 200px;
        margin: 0;
        margin-bottom: 15px;
    }

    .similar_products .owl-nav {
        top: 5px;
    }

    .basket-item-image-link {
        width: 100%;
    }

    .basket-item-image {
        width: 100%;
        height: 400px;
        object-fit: cover;
        max-width: 100%;
        margin: 0;
    }

    #bx-soa-order .bx-soa-section .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-img-block .bx-soa-item-imgcontainer {
        width: 100%;
        height: 400px;
    }

    #bx-soa-order .bx-soa-section .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-img-block {
        width: 100%;
    }

    #bx-soa-order .bx-soa-item-title {
        margin-top: 15px;
    }

    .bx-filter .bx-filter-block {
        left: 0;
        width: calc(100% - 40px);
        top: 40px;
    }
}


@media (max-width:400px) {
    .news-list .news-item {
        flex-basis: 100%;
        flex-shrink: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .news-list .news-item-data .title,
    .news-list .news-item-data .desc {
        height: auto;
    }

    .top_header .left_side a:last-child {
        display: none;
    }

}