@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Onest', sans-serif !important;
}

.bx-breadcrumb{
    margin-top: 30px !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;

    /*display: flex;*/
    /*align-items: center;*/

    font-size: 0.875rem;
    line-height: 1.25rem;
    white-space: nowrap;
    color: white;
}
#bx_breadcrumb_0{
    padding-top: 2px;
}
.bx-breadcrumb .bx-breadcrumb-item{
    /*float: none !important;*/
    /*margin: 0 !important;*/
    /*margin-right: 10px !important;*/
    /*!*line-height: 0 !important;*!*/
    /*display: flex;*/
}
.bx-breadcrumb .fa-angle-right:before{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="18" viewBox="0 0 8 18" fill="none"><g clip-path="url(%23clip0_451_11452)"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.114348 5.84768C-0.0656563 5.62268 -0.0291757 5.29435 0.19583 5.11435C0.420836 4.93434 0.749162 4.97082 0.929166 5.19583L3.71177 8.67407C3.86421 8.86462 3.86421 9.13538 3.71177 9.32593L0.929166 12.8042C0.749161 13.0292 0.420835 13.0657 0.19583 12.8857C-0.029176 12.7056 -0.0656566 12.3773 0.114348 12.1523L2.63621 9L0.114348 5.84768ZM4.28839 5.84768C4.10839 5.62268 4.14487 5.29435 4.36987 5.11435C4.59488 4.93434 4.92321 4.97082 5.10321 5.19583L7.88581 8.67407C8.03825 8.86462 8.03825 9.13538 7.88581 9.32593L5.10321 12.8042C4.92321 13.0292 4.59488 13.0657 4.36987 12.8857C4.14487 12.7056 4.10839 12.3773 4.28839 12.1523L6.81025 9L4.28839 5.84768Z" fill="white"></path></g><defs><clipPath id="clip0_451_11452"><rect width="18" height="8" fill="white" transform="matrix(-4.37114e-08 1 1 4.37114e-08 0 0)"></rect></clipPath></defs></svg>') !important;
}
body{
    display: flex;
    flex-direction: column;
}
main{
    flex: 1 0 auto;
}
footer{
    flex: 0 0 auto;
}
strong{
    color: white !important;
}
.content-container{
    margin-top: 40px;
    padding: 0 40px;
}
.def-text{
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: white;
}
body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: var(--bs-gray-dark);
}

[v-cloak] > * {
    display: none;
}

[v-cloak] { display: none; }

/*a {
    padding: 16px 10px;
    color: #F1F1EF;
    text-decoration: none;
    opacity: 0.75;
    font-family: Onest, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
}*/

a {
    text-decoration: none;
}

a:hover {
    opacity: 1;
    color: #F1F1EF;
}

button {
    /*padding: 15px 40px;*/
    border-radius: 10px;
    background: #FFB61C;
    border: none;
    position: relative;
}

.mt-41 {
    margin-top: 41px;
}

i.arrow {
    border: solid #FFB61C;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 1px;
}

i.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

i.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

i.arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

i.arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}



/*scroll*/
body::-webkit-scrollbar {
  width: 4px; !important;           /* ширина всей полосы прокрутки */
}

body::-webkit-scrollbar-track  {
  background: #F1F1EF; !important;           /* цвет зоны отслеживания */
}

body::-webkit-scrollbar-thumb {
  background-color: #616568; !important;   /* цвет бегунка */
  border-radius: 0.875rem !important;     /* округлось бегунка */
  border: 3px solid #616568 !important;   /* отступ вокруг бегунка */
}


/*
.col-md-3:has(.catalog_menu_list) {
    max-height: 35rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.col-md-3:has(.catalog_menu_list)::-webkit-scrollbar {
  width: 4px; !important;           
}

.col-md-3:has(.catalog_menu_list)::-webkit-scrollbar-track {
  background: #fff; !important;           
}

.col-md-3:has(.catalog_menu_list)::-webkit-scrollbar-thumb {
  background-color: #616568; !important;   
  border-radius: 0.875rem !important;     
  border: 3px solid #616568 !important;   
}
*/

.catalog_menu_list {
    max-height: 35rem;
    overflow-y: auto;
    overflow-x: hidden !important;
}

.catalog_menu_list::-webkit-scrollbar {
  width: 4px; !important;           /* ширина всей полосы прокрутки */
}

.catalog_menu_list::-webkit-scrollbar-track  {
  background: #F1F1EF; !important;           /* цвет зоны отслеживания */
}

.catalog_menu_list::-webkit-scrollbar-thumb {
  background-color: #616568; !important;   /* цвет бегунка */
  border-radius: 0.875rem !important;     /* округлось бегунка */
  border: 3px solid #616568 !important;   /* отступ вокруг бегунка */
}

.catalog_menu_list_scroll {
    max-height: 35rem;
    overflow-y: auto;
    overflow-x: hidden !important;
}

.catalog_menu_list_scroll::-webkit-scrollbar {
  width: 4px; !important;           /* ширина всей полосы прокрутки */
}

.catalog_menu_list_scroll::-webkit-scrollbar-track  {
  background: #F1F1EF; !important;           /* цвет зоны отслеживания */
}

.catalog_menu_list_scroll::-webkit-scrollbar-thumb {
  background-color: #616568; !important;   /* цвет бегунка */
  border-radius: 0.875rem !important;     /* округлось бегунка */
  border: 3px solid #616568 !important;   /* отступ вокруг бегунка */
}




.mobile_catalog_section_filter_wrap::-webkit-scrollbar {
  width: 4px; !important;           /* ширина всей полосы прокрутки */
}

.mobile_catalog_section_filter_wrap::-webkit-scrollbar-track  {
  background: #F1F1EF; !important;           /* цвет зоны отслеживания */
}

.mobile_catalog_section_filter_wrap::-webkit-scrollbar-thumb {
  background-color: #616568; !important;   /* цвет бегунка */
  border-radius: 0.875rem !important;     /* округлось бегунка */
  border: 3px solid #616568 !important;   /* отступ вокруг бегунка */
}
/*scroll*/

.bx-breadcrumb .bx-breadcrumb-item span{
    color: #FFB61C;
}

.bx-breadcrumb .bx-breadcrumb-item a span{
    color: #fff;
}

.header {
    background-color: var(--bs-gray);
}

.header_top_row {
    background-color: var(--bs-gray-light);
    padding: 0 40px;
    height: 40px;
}

.header_select_city {
    padding: 8px 40px 8px 0;
    display: block;
    margin-right: auto;
    text-decoration: none;
    color: white;
    filter: opacity(0.75);
}

.header_number, .header_email, .header_work_schedule {
    padding: 8px 0 8px 30px;
    display: block;
    color: white;
    filter: opacity(0.75);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.header_number img, .header_email img, .header_work_schedule img {
    margin-right: 8px;
}

.header_number:hover, .header_email:hover {
    filter: opacity(1);
    color: white;
}

.header_select_city:hover {
    filter: opacity(1);
    color: white;
}

.header_main_row {
    /*position: sticky;*/
    /*top: 40px;*/
    /*background-color: var(--bs-gray);*/
    /*z-index: 5;*/
    padding: 0 40px;
}

.header_main_row__fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: var(--bs-gray);
    z-index: 50;
    padding: 0 40px;
}


.header_catalog__mobile {
    display: none;
}

.header_main_row__fixed .header_catalog {
    display: block;
}

.header_catalog > button {
    background: #FFB61C;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 14px 16px;
    outline: none;
    border: none;
    width: calc(100% - 30px);
    min-width: 112px;
    margin-right: 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.header_logo {
    opacity: 1;
    padding: 30px 60px 30px 0;
}

.header_search {
    /*margin-right: 60px;*/
    width: 100%;
    /*min-width: 25vw;*/
}

.header_search__label {
    position: relative;
    color: white;
    width: 100%;
    /*max-width: 25vw;*/
}

.header_search__label_icon {
    position: absolute;
    top: 13px;
    right: 13px;
}

.header_search__input {
    width: 100%;
    /*max-width: 25vw;*/
    height: 46px;
    border-radius: 10px;
    border: none;
    background: #505559;
    color: white;
    display: flex;
    padding: 13px 20px;
    justify-content: center;
    align-items: center;
    gap: 430px;
}

.header_search__input:hover {
    background: rgba(80, 85, 89, 0.6);
}

.header_menu-favourites {
    display: block;
}

.header_basket_control {
    display: none;
    position: relative;
}

.header_basket_control .basket_counter {
    width: 1.1875rem;
    height: 1.1875rem;
    background: var(--Yellow, #FFB61C);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: 7px;
    border: 2px solid #464B4F;
    box-sizing: content-box;
    color: var(--Black, #000);
}

.header_menu-favourites-btn {
    font-family: Onest, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 0 0 18px;
    opacity: 0.75;
    text-decoration: none;
    color: white;
    /*filter: opacity(0.75);*/
}

.header_menu-favourites-btn > img {
    margin-bottom: 4px;
}

.header_menu-favourites-btn:hover {
    /*background: rgba(80, 85, 89, 0.6);*/
    filter: opacity(1);
    color: white;
}

/* catalog.section.list */
section.catalog_menu.container-fluid {
    padding: 0 40px;
}
.catalog_menu_list {
    padding: 10px;
    margin-top: 20px;
    width: 100%;
    /*height: 100%;*/
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #464B4F;
}

.catalog_list_item {
    outline: none;
    border-radius: 10px;
    padding: 10px 16px;
    width: 100%;
    color: #F1F1EF;
    text-decoration: none;
    opacity: 0.75;
    font-family: Onest, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    display: block;
    margin: 0 0 0 1px;
}

.catalog_list_item:hover {
    opacity: 1;
    color: #F1F1EF;
    margin: 0;
    background: rgba(255, 255, 255, 0.06);
    border-left: 1px solid #FFB61C;
}

.catalog_list_item > img {
    display: none;
}

.catalog_list_item:hover > img {
    display: block;
    margin-left: auto;
}

.catalog_carousel {
    width: 100%;
    height: 100%;
}

.example-slide {
    background-color: #666;
    color: #999;
    display: flex;
    font-size: 1.5rem;
    min-height: 10rem;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.catalog_menu .carousel__indicators {
    background: #393E42;
    padding: 7px 8px !important;
    border-radius: 35px;
    align-items: center;
    bottom: 16px !important;
}

.catalog_menu .carousel__indicator {
    cursor: pointer;
    margin: 0.125rem;
    opacity: .5;
    position: relative;
    transition: opacity .15s;
    width: 6px!important;
    height: 6px!important;
    background: #FFFFFF4D!important;
    border-radius: 100%!important;
}

.catalog_menu .carousel__indicator--active {
    width: 10px!important;
    height: 10px!important;
    opacity: 1!important;
    background: #FFFFFF!important;
}

.catalog_menu .carousel__control[data-v-ec1d3686] {
    background: #393E42 !important;
    opacity: .8 !important;
    border-radius: 20px;
    padding: 25px;
    margin: -27px -3px -3px;
}

.catalog_menu .carousel__control:hover {
    opacity: 1 !important;
}

.catalog_menu .carousel__list, .catalog_menu  .carousel__item {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .catalog_menu .catalog_menu_list, .catalog_menu .carousel__control {
        display: none;
    }

    .catalog_menu_list.p-0 {
        display: flex;
        background-color: initial;
    }
}

.bg-catalog-line {
    border: 0 solid;
    border-bottom-width: 1px;
    border-image: url('data:image/svg+xml,<svg width="209" height="1" viewBox="0 0 209 1" fill="none" xmlns="http://www.w3.org/2000/svg"><line y1="0.5" x2="209" y2="0.5" stroke="white" stroke-opacity="0.25" stroke-dasharray="3 3"/></svg>') 0 0 100% repeat;
    background-position: 50%;
    box-sizing: border-box;
}

.header_partner_btn {
    outline: none;
    border: none;
    color: white;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header_partner_btn:hover {
    background: rgba(80, 85, 89, 0.6);
}

.header_partner_btn_icon {
    margin-right: 8px;
}

.header_nav_row {
    padding: 0 40px;
}

.section_title h1 {
    color: #F1F1EF;
    font-family: Onest, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
    margin-top: 39px;
    font-size: 48px;
    font-style: normal;
    line-height: 120%;
}

.section_sale_hits, .section_advantages {
    margin-top: 100px;
}

.section_title {
    padding: 0 40px;
}

section.section_sale_hits {
    padding: 0 40px;
    margin-top: 34px;
}

.footer {
    padding: 0 40px !important;
    margin-top: 100px;
    color: #F1F1EF;
}

.footer .footer_bottom.row {
    padding: 50px;
}

.footer .row {
    border-radius: 20px;
    background-color: var(--bs-gray-light);
    margin-bottom: 10px;
    padding: 30px 50px;
}

.footer_contacts_tel, .footer_contacts_email, .footer_contacts_address {
    font-family: Onest, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    margin-right: 50px;
}

.footer_contacts_tel__hint > span,
.footer_contacts_email__hint > span,
.footer_contacts_address__hint  > span
{
    font-family: Onest, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    opacity: .7;
    white-space: break-spaces;
}

.footer_social_link {
    display: block;
    margin-left: auto;
    width: auto;
}

.footer_social_link a {
    width: 50px;
    height: 50px;
    padding: 0 15px 0 15px;
    border-radius: 41px;
    background: #F1F1EF1A;
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.footer_social_yt, .footer_social_vk, .footer_social_tg {

}

.footer .contacts_b {
    padding: 0px !important;
}

.footer_social_link > button {
    border-radius: 10px;
    background: #FFB61C;
    border: none;
    position: relative;
    display: flex;
    width: 180px;
    padding: 15px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
}

.footer_social_link_feedback {
    margin-left: 24px;
    color: var(--Black, #000);
    text-align: center;
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 123%; /* 19.68px */
}

.footer_logo {
    width: 100%;
    display: block;
    margin-bottom: 27px;
    padding: 0;
}

.footer_logo > svg {
    width: 125px;
    height: 120px;
}

.footer_logo_hint {
    max-width: 190px;
    display: block;
}

.footer_nav_wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
}

.footer_nav_list {

}

.footer_nav_title {
    color: #FFFFFF;
    font-family: Onest, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    display: flex;
    /*align-items: flex-start;*/
}

.footer_nav_title > img {
    margin-right: 8px;
}

.__subtext {
    color: #FFFFFF;
    opacity: .7;
    font-family: Onest, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
}

.footer_cooperate {
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-top: 1px solid rgba(223, 220, 216, 0.1);

    color: #DFDCD8;
    padding-top: 24px;
    margin-top: 55px;
    margin-bottom: -6px;
    font-family: Onest, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
}
.footer_cooperate span {
    opacity: 0.7;
}

.footer_cooperate a {
    font-family: Onest, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    color: #FFB61C;
    padding: 0;
    opacity: 1;
    text-decoration: underline;
}

.section_advantages {
    padding: 0 40px;
    margin-top: 70px;
}

.section_advantages h2 {
    color: #F1F1EF;
    font-family: Onest, sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 40px;
}

.section_advantages_item_wrapper {
    padding-right: 20px;
    padding-bottom: 20px;
}

.section_advantages_item {
    background-color: var(--bs-gray-light);
    padding: 24px;
    border-radius: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
    min-height: 240px;
    height: 100%;
}

.section_advantages_icon {
    width: 70px;
    height: 70px;
    padding: 17px;
    border-radius: 24px;
    background: #FFB61C;
    display: flex;
    align-items: center;
}

.section_advantages_number {
    font-family: Onest, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: right;
    opacity: .7;
    color: white;
}

.section_advantages_description {
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: white;
}
.section_advantages_description > span {
    display: block;
}

.section_advantages_item_wrapper__main_color {
    padding-bottom: 20px;
}

.section_advantages_item__main_color {
    background: #FFB61C;
    border-radius: 24px;
    position: relative;
    margin-left: 15px;
}

.section_advantages_item__main_color__content {
    padding: 54px 24px 24px;
}

.section_advantages_item__main_color_img {
    width: 100%;
    padding: 25px 0 0;
}

.section_advantages_item__main_color_img.___mobile {
    display: none;
}

.section_advantages_item__main_color .section_advantages_item_title {
    font-family: Onest, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0;
    text-align: left;
    color: #282D31;
}

.section_advantages_item__main_color .section_advantages_description {
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    color: #282D31;
    padding-top: 10px;
}

/* favorites & compare*/
.favorite-icon.active svg path{
    fill: #FFB61C;
    stroke: #FFB61C;
}

.compare-icon.active svg path{
    fill: #FFB61C;
    stroke: #FFB61C;
}

/* friend section */
section.friends{
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
section.friends img{
    border-radius: 20px;
    background: #464B4F;
    margin-top: 40px;
}
section.friends h2{
    color: #FFF;
    font-family: 'Onest';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 30px;
    margin-bottom: 24px;
}
section.friends h1{
    color: #FFF;
    font-family: 'Onest';
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 94%;
    margin-top: 24px;
}
section.friends p{
    color: rgba(255, 255, 255, 0.80);

    margin-top: 16px;
    font-family: 'Onest';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

section.friends a {
    color: #FFB61C;
    text-decoration-line: underline;
}

section.friends ul{
    margin-top: 16px;
    margin-bottom: 40px;

}
section.friends ul li{
    color: rgba(255, 255, 255, 0.80);

    font-family: 'Onest';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    display: flex;
    flex-direction: row;
    align-items: center;

    margin-bottom: 10px;
}
section.friends ul li:before{
    content: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15.5179V8.48207C5 6.93849 6.67443 5.97675 8.00774 6.75451L14.0385 10.2724C15.3615 11.0442 15.3615 12.9558 14.0385 13.7276L8.00774 17.2455C6.67443 18.0232 5 17.0615 5 15.5179Z' fill='%23FFB61C'/%3E%3C/svg%3E%0A");

}

section.friends .gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
    height: 100%;
}
section.friends .gallery > img{
    min-height: 240px;
    object-fit: cover;
}

@media (max-width: 1000px)
{
    section.friends{
        padding: 0 15px;
    }
    section.friends .gallery{
        grid-template-columns: 1fr;
    }
    section.friends ul li{
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 134%
    }
    section.friends h1{
        font-size: 24px;
    }
    section.friends h2{
        font-size: 22px;
    }
    section.friends p{
        font-size: 15px;
        font-weight: 400;
        line-height: 150%;
    }
}
section.about{
    margin-top: 20px;
    padding: 0 40px;
}
section.about p, section.about li{
    font-family: 'Onest';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
}
section.about h2{
    font-family: 'Onest';
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 16px;
    margin-top: 20px;
}
h1{
    font-family: 'Onest' !important;
    font-size: 42px !important;
    font-weight: 500 !important;
    line-height: 39.48px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 24px !important;

}



.seo_b {
    display: none !important;
}