@font-face {
    font-family: 'Lato';
    src: local('Lato'),
    url("../fonts/Lato/Lato-Regular.ttf");
}

@font-face {
    font-family: 'Lato bold';
    src: local('Lato bold'),
    url("../fonts/Lato/Lato-Bold.ttf");
}

@font-face {
    font-family: 'Lato italic';
    src: local('Lato italic'),
    url("../fonts/Lato/Lato-Italic.ttf");
}

@font-face {
    font-family: 'Lato thin';
    src: local('Lato thin'),
    url("../fonts/Lato/Lato-Thin.ttf");
}

@font-face {
    font-family: 'Lato semibold';
    src: local('Lato semibold'),
    url("../fonts/Lato/Lato-SemiBold.ttf");
}

.text-bold{ font-weight: bold; }
.text-right{ text-align: right; }
.color-graphite{ color: #5A5863; }

.p0{padding: 0;}
.m0{margin: 0;}
.mt5{ margin-top: 5px !important;; }
.mt10{ margin-top: 10px !important;; }
.mt20{ margin-top: 20px !important;; }
.mt30{ margin-top: 30px !important;; }
.mt40{ margin-top: 40px !important;; }
.mt50{ margin-top: 50px !important;; }
.mt60{ margin-top: 60px !important;; }

.mb5{ margin-bottom: 5px !important; }
.mb10{ margin-bottom: 10px !important;; }
.mb20{ margin-bottom: 20px !important;; }
.mb30{ margin-bottom: 30px !important;; }
.mb40{ margin-bottom: 40px !important;; }
.mb50{ margin-bottom: 50px !important;; }
.mb60{ margin-bottom: 60px !important;; }

.mw100{ max-width: 100%; }

.border3{ border-radius: 3px; }
.border5{ border-radius: 5px; }

.lt{text-decoration: line-through;}

.w100{ width: 100% !important; }

/* Самая верхняя полоска на сайте */
.hat-container{
    height: 60px;
    background-color: #f7f7f9;
}

red {
    color: red;
}

.hat-menu-ul{
    padding-left: 0;
    display: inline-block;
    line-height: 60px;
}
.super-li{
    display: inline-block;
    float: left;
    font-family: "Lato semibold";
    word-wrap: break-word;
    font-size: 12px;
    padding: 8px 16px 8px 16px;
    background: #9497AA;
    border-radius: 30px;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    box-sizing: border-box;
    color: white;
}
.regular-li{
    display: inline-block;
    float: left;
    font-family: "Lato", sans-serif;
    word-wrap: break-word;
    font-size: 12px;
    margin-left: 10px;
}

.regular-li  > a {
    text-decoration: none;
    font-family: "Lato", sans-serif;
    color: black;
}

.super-li  > a {
    text-decoration: none;
    font-family: "Lato", sans-serif;
    color: white;
}



.regular-li  > a:hover {
    text-decoration: underline;
    font-family: "Lato", sans-serif;;
    color: black;
}

.super-li  > a:hover {
    text-decoration: underline;
    font-family: "Lato", sans-serif;;
    color: white;
}


/*Логотип и строка поиска*/
.search-container{
    height: 120px;
    background-color: white;
    border-bottom: 1px solid #C9CBD5;
}

.search-container .logo{
    width: 160px;
}

.search-container .catalog-btn{
    display: inline-block;
    width: 206px;
    height: 48px;
    padding: 12px;
    background: #FF7A00;
    border-radius: 25px;
    border: 0.50px #FF7A00 solid;
    text-align: center;
    box-sizing: border-box;
    color: #F2EFEC;
    font-size: 14px;
    font-family: "Lato bold", sans-serif;
    text-transform: uppercase;
    line-height: 24px;
    word-wrap: break-word;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: none;
}

.search-container .catalog-btn:hover {
    cursor: pointer;
    text-decoration: underline;
}

.search-container .logo-text{
    color: #5A5863;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    margin-top: 13px;
}

.search-container .cart-label{
    text-align: center;
    color: #5A5863;
    font-size: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    word-wrap: break-word
}
.search-container .cart-label a{
    text-decoration: none;
    color: #5A5863;
}
.search-container .cart-label a:hover{
    text-decoration: underline;
}

/*Block:i3*/
.i3-box{
    background: #f7f7f9;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
}

.i3-big-img{
    width: 100%;
}

.i3-small-img{
    max-width: 100%;
}

.i3-small-img{
    max-width: 100%;
}

/*Block: line-3*/
.line-3-box{
    margin-top: 40px;
    margin-bottom: 40px;
}

.line-3-img{
    width: 100%;
}

/*Block: Image-links-6*/
.image-links-6-box{
    margin-top: 80px;
}

.image-links-6-h2{
    font-family: "Bebas Neue Pro", sans-serif;
    font-weight: 200;
    font-size: 48px;
    text-transform: uppercase;
    color: #ff7a00;
    margin-bottom: 0;
}

.image-links-6-subheader{
    font-family: "Bebas Neue Pro", sans-serif;
    font-weight: 200;
    font-size: 20px;
    text-transform: uppercase;
    color: #5a5863;
    margin-bottom: 40px;
}

.image-links-6-card{
    margin-bottom: 40px;
}

.image-links-6-img{
    width: 100%;
}

.image-links-6-a{
    text-decoration: none;
}

.image-links-6-a:hover{
    text-decoration: underline;
}

.image-links-6-name{
    font-family: "Bebas Neue Pro", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: black;
}

.image-links-6-subname{
    font-family: "Bebas Neue Pro", sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #9497aa;
}

.image-links-6-a-arrow{
    color: #9497aa;
}

.image-links-6-a-arrow > svg{
    width: 100%;
    height: 36px;
}


/*Block:banner*/
.banner-box{

}
.banner-a{

}

.banner-img{
    width: 100%;
}

.filter-small-label{
    font-family: 'Lato bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.catalog-list-country{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.catalog-list-country img{
    width: 20px;
    height: 20px;
}

.catalog-box{
    background-color: #f7f7f9;
    cursor: pointer;
    border-radius: 7px;
}

.catalog-box > .box-img{
    width: 100%;
    display: inline-block;
    aspect-ratio: 1;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 6px 6px 0 0;
}

.catalog-box > .info-box{
    box-sizing: border-box;
    padding: 5px;
    margin-top: -10px;
}

.catalog-material{
    display: inline-block;
    width: 100%;
    font-family: 'Lato bold', sans-serif;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #9497AA;
    text-decoration: none;
}

.catalog-name{
    display: inline-block;
    width: 100%;
    font-family:  'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #000000;
}

.catalog-price{
    display: inline-block;
    width: 100%;
    font-family:  'Lato bold', sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: #5A5863;
}

.breadcrumb-arrows > .breadcrumb-item > a{
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #FF7A00;
}

.breadcrumb-arrows > .breadcrumb-item > span{
    font-family: "Lato semibold", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

h1.slab-ru-title{
    font-family: "Lato semibold", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 20px;
    color: #000000;
}

h1.slab-ru-title > span{
    font-family: "Lato semibold", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    color: #9497AA;
}

.slab-card-id{
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #9497AA;
}

.stone-add-to-compare-button, .stone-added-to-compare{
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #FF7A00;
}
#copyUrlBtn{
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #FF7A00;
}

.stone-super-price{
    font-family: "Lato semibold", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;

    color: #000000;
}

.slab-price-currency{
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #CACAD0;

    border-bottom: 1px dashed #CACAD0;
}

.slab-price-currency-active{
    color: #FF7A00;
    border-bottom: 1px solid #FF7A00;
}

.slab-price{
    display: inline-block;
    color: #000000;
    font-family: "Lato bold", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 33px;
    line-height: 40px;

    margin-top: 20px;
    margin-bottom: 80px;
}

.slab-full-price-title{
    font-family: "Lato semibold", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #9497AA;
}

.slab-full-price{
    font-family: "Lato bold", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.cart-button{
    background: white;
    border-radius: 25px;

    font-family: "Lato bold", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 45px;
    /* White */
    color: #FF7A00;
    /* White Main */
    border: 2px solid #FF7A00;

}

.cart-button-active{
    background: #FF7A00;
    border-radius: 25px;

    font-family: "Lato bold", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 50px;
    /* White */
    color: #FFFFFF;
    /* White Main */
    border: 2px solid #FFFFFF;

}

.slab-favorites-add{
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 2px solid #FF7A00;
    border-radius: 25px;
    border: 2px solid #FF7A00;
    color: #FF7A00;
}

.slab-favorites-remove{
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 2px solid #FF7A00;
    border-radius: 25px;
    border: 2px solid #FF7A00;
    color: #FF7A00;
}

.slab-card{
    margin-bottom: 20px;
}
.slab-active{
    border-top: 2px #FF7A00 solid;
}

.slab-small-avatar-img{
    max-width: 100%;
    border-radius: 5px;
    margin-left: 0.74rem;
}
.slab-col-block{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.slab-ch-line{
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #CACAD0;
    line-height: 26px;
    border-bottom: 1px #e4e4e4 solid;
    margin-bottom: 10px;
}

.slab-ch-line > span{
    float: right;
    color: black;
}

.stone-flag-img{
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    margin-top: -5px;
}

.slab-color-circle{
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    margin-top: -1px;
    border: 1px #e4e4e4 solid;
}

.slab-small-text-block{
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #FF7A00;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
}

.slab-small-text-block > b{
    font-size: 18px;
}


.slab-carousel .carousel-inner {
    padding: 10px 20px 0 20px;
}

.slab-carousel .carousel-item {
    transition: transform 0.6s ease-in-out;
}

.slab-carousel .carousel-item-next,
.slab-carousel .carousel-item-prev,
.slab-carousel .carousel-item.active {
    display: flex !important;
}

.slab-carousel .card {
    margin: 0 10px;
    flex: 0 0 calc(33.333% - 20px); /* 3 карточки в ряду */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Адаптивность */
@media (max-width: 992px) {
    .slab-carousel .card {
        flex: 0 0 calc(50% - 20px); /* 2 карточки на планшетах */
    }
}

@media (max-width: 576px) {
    .slab-carousel .card {
        flex: 0 0 calc(100% - 20px); /* 1 карточка на мобильных */
    }
}

.slab-carousel .carousel-control-prev,
.slab-carousel .carousel-control-next {
    width: 20px;
    background-color: #FF7A00;
}

.slab-carousel .carousel-control-prev{
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
}

.slab-carousel .carousel-control-next {
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
}

.filter-btn{
    padding: 5px;
    width: 100%;
    background-color: #ff7a01;
    color: white;
    margin-top: 25px;
}
.filter-btn:hover{
    padding: 5px;
    width: 100%;
    background-color: #ff7a01;
    color: white;
    margin-top: 25px;
}

.drop-filters-btn{
    width: 100%;
    margin-top: 5px;
}

.form-check-input[type=checkbox] {
    display: inline-block !important;
    border-radius: 8px; !important;
}

.slab-image{
    width: 100%;
    border-radius: 15px;
    height: 310px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-link{
    color: #FF7A00;
    border-color: #FF7A00;
}
.page-link:hover{
    color: #FF7A00;
    border-color: #FF7A00;
    background-color: #ffedde;
}
.page-item.active > .page-link{
    color: white;
    background-color: #FF7A00;
    border-color: #FF7A00;
}
.page-item.disabled > .page-link{
    background-color: #e8ccb6;
    border-color: #FF7A00;
}

.slab-tabs{
    background-color: #f7f7f9;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.card-header-tabs{
    border-bottom: 2px #dfe7f5 solid;
}

.card-header-tabs > .nav-item > .nav-link{
    border: none;
}

.card-header-tabs > .nav-item > .nav-link.active{
    border: none;
    border-bottom: 4px #FF7A00 solid;
}

.card-header-tabs > .nav-item > .nav-link:hover{
    border-top: none;
    border-left: none;
    border-right: none;
}

.card-header-tabs > .nav-item > .nav-link:focus{
    border-top: none;
    border-left: none;
    border-right: none;
}

.tab-content{
    min-height: 400px;
}

.subgroup-card{
    background-color: #f7f7f9;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

.search-form {
    border: 0.5px solid #C9CBD5;
    border-radius: 25px;
    background: rgba(255, 255, 255, 1);
    padding: 5px;
}

.search-select {
    border-radius: 25px !important;
    max-width: 84px;
    color: rgba(201, 203, 213, 1);
    font-size: 12px;
    background-color: #F7F7F9;
    z-index: 5;

}

.search-form-control {
    margin-left: 0;
    border: none;
    font-size: 12px;
    z-index: 0;
}

.search-btn {
    padding: 0;
    background: no-repeat;
    border: none;
    border-radius: 50%;
    z-index: 2;
    margin: -5px;
}

.search-form-control:focus {
    box-shadow: none;
}

/*.header-top-block {*/
/*    height: 60px;*/
/*    background-color: #F7F7F9;*/
/*}*/

/*.top-block {*/
/*    margin: 0 auto;*/
/*    max-width: 1160px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*    justify-content: space-between;*/
/*}*/

/*.footer-navigation {*/
/*    display: flex;*/
/*    gap: 20px;*/
/*    align-items: center;*/
/*}*/

/*.footer-navigation a {*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 100%;*/
/*    color: #9693AB;*/
/*    text-decoration: none;*/
/*}*/

/*.footer-navigation a:hover {*/
/*    cursor: pointer;*/
/*    text-decoration: underline;*/
/*}*/

/*.footer-navigation .special {*/
/*    color: #FFFFFF;*/
/*    background-color: #9693AB;*/
/*    font-size: 12px;*/
/*    font-weight: 600;*/
/*    line-height: 100%;*/
/*    border-radius: 30px;*/
/*    border: none;*/
/*    padding: 8px 16px;*/
/*}*/

/*.footer-navigation .bold {*/
/*    font-size: 12px;*/
/*    font-weight: 600;*/
/*    line-height: 100%;*/
/*    color: #000000;*/
/*}*/

/*.header-hints {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 20px;*/
/*}*/

/*.header-hints a {*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*    line-height: 100%;*/
/*    color: rgba(90, 88, 99, 1);*/
/*}*/











/*.dropdown {*/
/*    position: relative;*/
/*}*/
/*.dropdown-btn {*/
/*    !*padding: 10px 35px 10px 15px;*!*/
/*    border: none;*/
/*    background: none;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*    line-height: 100%;*/
/*    color: #000000;*/
/*}*/

/*.dropdown-img {*/
/*    position: absolute;*/
/*    right: -10px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.dropdown-btn.active .dropdown-img {*/
/*    transform: translateY(-50%) rotate(180deg);*/
/*}*/

/*.dropdown-list {*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    background: #F7F7F9;*/
/*    border: none;*/
/*    max-height: 0;*/
/*    overflow: hidden;*/
/*    transition: max-height 0.3s ease;*/
/*    border-radius: 6px;*/
/*    margin-left: 3px;*/
/*}*/

/*.dropdown-list.show {*/
/*    max-height: 150px;*/
/*}*/

/*.dropdown-option {*/
/*    padding: 3px;*/
/*    cursor: pointer;*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*    line-height: 100%;*/
/*    color: #000000;*/
/*    text-decoration: none;*/
/*}*/

/*.dropdown-option:hover {*/
/*    text-decoration: underline;*/
/*    color: #FF7200;*/
/*}*/

/*.dropdown-option:hover {*/
/*    background: #f0f0f0;*/
/*}*/

/*.pin {*/
/*    margin-right: 3px;*/
/*    max-width: 15px;*/
/*}*/

/*.city-lang {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    gap: 25px;*/
/*}*/

/*.flag {*/
/*    max-width: 15px;*/
/*    border-radius: 50%;*/
/*}*/

.logo-block {
    align-content: center;
}

.big-catalog {
    width: 1335px;
    left: -15px;
    max-width: none;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.7s ease;
    border: 1px solid #C9CBD5;
    background-color: #FFFFFF;

    border-radius: 0 0 20px 20px;
}

.big-catalog nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 20px;
}

.big-catalog.show {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.catalog-post h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
    border-bottom: 1px solid #E9E7EE;
    padding-bottom: 10px;
    border-radius: 0 0 20px 0;
    margin-right: 10px;
}

.catalog-post {
    border-right: 1px solid #E9E7EE;
    border-radius: 0 20px 0 0 ;
}

.post-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;

}

.post-list a, .post-list div {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    color: #FF7200;
    text-decoration: none;
}

.post-list a:hover, .post-list div.active, .post-list div:hover  {
    text-decoration: underline;
    cursor: pointer;
    border-right: 1px solid #FF7200;
}

.left-filter-button {
    font-size: 18px;
    font-weight: 600;
    color: #FF7200;
    text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
    font-size: 18px;
    font-weight: 600;
    color: #FF7200;
    text-transform: uppercase;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/img/orange-arrow.png");
}

.accordion-button::after {
    background-image: url("/img/orange-arrow.png");
}

/*.orange-check {*/
/*    accent-color: #FF7200;*/
/*    background-color: #FF7200;*/
/*}*/

.form-check-input.orange-check {
    border-radius: 0;
    width: 20px;
    height: 20px;
}

.form-check-input.orange-check:hover {
    cursor: pointer;
}

.form-check-input.orange-check:focus {
    background-color: #FFFFFF;
    box-shadow: none;
    border-color: #E3E7EB;
    border-radius: 0;
}

.form-check-input.orange-check:checked {
    background-color: #FF7200;
    box-shadow: none;
    border-color: #FF7200;
    border-radius: 5px;
}

.form-check {
    display: flex;
    align-items: center;
}

.accordion-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-check-label {
    font-size: 18px;
    line-height: 16px;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 5px;
}


.form-check-input.orange-check:checked + .form-check-label {
    font-size: 18px;
    font-weight: 800;
    line-height: 16px;
}


.n-p-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}

.n-p-buttons .next {
    max-width: 30px;
    width: 100%;
}

.n-p-buttons .prev {
    transform: rotate(180deg);
    max-width: 30px;
    width: 100%;
}

.cost-filter li {
    list-style-type: none;
    width: 60px;
    height: 38px;
    background-color: #FF7200;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.cost-filter li:hover {
    cursor: pointer;
    margin-top: -3px;
}

.cost-filter li:focus {
    border: 1px solid #212529;
}

.cost-filter {
    display: flex;
    gap: 20px;
}

.cost-filter li img {
    width: 20px;
}

.accordion-button:focus {
    box-shadow: none;
}

#accordionFilter .accordion-button:not(.collapsed) {
    background-color: #F7F7F9;
}

.accordion-button.left-filter-button:hover {
    background-color: #F0F0F0;
}

.slab-image {
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.slab-image:hover {
    transform: scale(1.05);
}

/* Модальное окно */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.modal-content {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #FF7200;
}

.stone-features {
    display: flex;
    align-items: center;
}

.stone-features img {
    width: 35px;
}

.stone-features h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 20px;
}

.stone-card {
    max-width: 540px;
    border-radius: 25px;
    max-height: 220px;
    padding: 20px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    background-color: #e9e7ee;
}

.stone-card-container {
    display: flex;
    justify-content: center;
    padding: 0;
}

.big-search-result {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.big-search-result .card {
    height: 100%;
}

.big-search-result .card-body {
    padding: 0;
}

.big-search-result .btn-dark:hover {
    background-color: #FF7200;
    transform: scale(1.02);
    border-color: #FF7200;
    color: #FFFFFF;
}

.big-search-result .btn-dark {
    background-color: #ffedde;
    border-color: #FF7A00;
    color: #FF7A00;
}

.search-results-text h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    margin: 20px 0;
}

.search-results-text small {
    color: #FF7A00;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
}

.shown-container .nothing h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 100%;
    color: #E9E7EE;
}

.shown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.nothing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.eye {
    margin-top: 60px;
}

.see-catalog {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #ff7200;
    text-decoration: none;
    margin-top: 20px;
}

.see-catalog:hover {
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 700;
}

.viewed h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    color: #000000;
    margin-top: 20px;
}

.viewed span {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(202, 202, 208, 1);
}

.viewed-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.viewed-card-img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.viewed-container .cart-button.w100 {
    color: #FFFFFF;
    background-color: #ff7200;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewed-container .cart-button.w100:hover {
    transform: scale(1.02);
}

.viewed-container .viewed-card h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    color: #000000;
    margin-top: 10px;
    text-decoration: none;
}

.viewed-container .viewed-card .price {
    font-size: 22px;
    font-weight: 900;
    line-height: 100%;
    color: #5C5664;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.viewed-card a {
    text-decoration: none;
    display: block;
}

.viewed-name {
    margin-bottom: 30px;
}

.viewed-container .cart-button.w100.added {
    background-color: #42C07F;
    border-color: #42C07F;
}

.favorite h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
}

.viewed {
    margin-bottom: 30px;
}

.cart-head h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
}

.cart-container {
    /*display: grid;*/
    /*grid-template-columns: 2fr 1fr;*/
    gap: 40px;
    display: flex;
}

.cart-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.products {
    border-radius: 25px;
    border: 1px solid #F0F0F0;
    display: flex;
    gap: 30px;
    padding: 10px 0;
}

.products img {
    width: 150px;
    border-radius: 25px 0 0 25px;
    margin: -10px 0;
}

.info-up {
    display: flex;
    gap: 5px;
    align-items: center;
}

.info-up img {
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.info-up h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}

.info-down {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 300px;
    gap: 30px;
}

.product-info-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-down span {
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    color: #5c5664;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-down img {
    width: 14px;
    height: 14px;
    border-radius: 0;
}

.product-cost span {
    font-size: 18px;
    font-weight: 900;
    line-height: 100%;
    color: #000000;
}

.product-info-right button {
    background: none;
    border: none;
}

.product-info-right button:hover {
    cursor: pointer;
}

.product-information {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-info-right button img {
    width: 24px;
    height: 25px;
}

.product-info-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 50px;
}

.crat-price, .profile-card {
    width: 100%;
    border: 0.5px solid rgba(255, 122, 0, 0.4);
    border-radius: 35px;
    padding: 35px 30px;
    height: 100%;
}

.all-price-product, .discount {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all-price-product span, .discount span {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: #9693AB;
}

.all-price-product h5, .discount h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000000;
}

.cost-products {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.general-cost {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #9693AB;
    margin-bottom: 30px;
}

.cost-registration .cart-button.w100 {
    color: #FFFFFF;
    background-color: #ff7200;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general-cost span {
    font-size: 20px;
    font-weight: 900;
    line-height: 100%;
    color: #9693AB;
}

.general-cost h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 100%;
}

.cost-heading h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 20px;
    color: #000000;
}

.auth-please {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    justify-content: center;
    align-items: center;
    border: 1px solid #5C5664;
    border-radius: 25px;
    height: 100%;
}

.auth-please h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #000000;
}

.auth-please button {
    color: #FFFFFF;
    background-color: #ff7200;
    max-width: 360px;
}

.user-data {
    display: flex;
    gap: 40px;
}

.order-on-container .user-data .form-floating {
    flex: 1;
}

.order-on-container .user-data .form-floating input {
    border-radius: 25px;
}

.order-on-container .user-data .form-floating .form-control:focus {
    box-shadow: none;
    border-color: #ff7200;
}




.choice-container {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
    margin-bottom: 40px;
}

.choice-option {
    border: 2px solid #ccc;
    padding: 20px 30px 40px 30px;
    cursor: pointer;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.choice-option.active {
    border-color: #ff7200;
    background-color: #f8f9fa;
}

.choice-option .up-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
}

.choice-option.active .up-option img {
    width: 24px;
    height: 24px;
}

.choice-option.active .up-option h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #000000;
    margin: 0;
}

.choice-option.active .down-option .delivery-option p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #9693AB;
}

.choice-option.active .down-option .delivery-option span {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: #000000;
}

.choice-option .up-option .custom-icon {
    width: 24px;
    height: 24px;
    fill: #84808A;
}

.choice-option.active .up-option .custom-icon {
    width: 24px;
    height: 24px;
    fill: #000000;
}

.choice-option .up-option h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #9693AB;
    margin: 0;
}

.choice-option .down-option .delivery-option p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #9693AB;
}

.choice-option .down-option .delivery-option span {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: #9693AB;
    margin: 0;
}

.delivery-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choice-option .down-option {
    display: grid;
    gap: 10px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
}

.dropdown-menu.show {
    display: block;
    right: 0;
}

.sorter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.dropdown-toggle.catalog-sorter {
    background: none;
    border: 1px solid #EEEDF2;
    padding: 5px 10px;
    border-radius: 6px;
}

.dpd-catalog-menu .dropdown-item.active {
    background-color: #FF7200;
}

.address-option, .reg-option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #CCCCCC;
    margin-right: 10px;
}

.address-option.active .radio-circle, .reg-option.active .radio-circle {
    background-color: #FF7200;
}

.address-block, .regform-block {
    display: none;
}

.address-block.active, reg-block.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.address-switcher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.address-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #cccccc;
}

.address-option.active .address-text {
    color: #000000;
}

.address-option.active .radio-circle {
    border: none;
}

.address-option:hover {
    cursor: pointer;
}

.header-main-menus {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    position: relative;
}

.sort-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: #000000;
    margin-right: 20px;
}

.address-data {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.address-data img {
    max-width: 24px;
    width: 100%;
    max-height: 24px;
}

.address-data address p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #000000;
}

.address-data address {
    display: flex;
    align-items: center;
    gap: 15px;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

.swiper-slide .card-body {
    padding: 0;
}

.swiper-slide .card-body-text {
    font-family: "Lato semibold", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    padding: 0 20px;
}

.swiper-slide .interest-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

.swiper-slide .interest-link:hover {
    cursor: pointer;
}

.swiper-slide .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 30px;
}

.swiper-slide {
    border-radius: 6px 6px 0 0;
}

.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
    box-shadow: 0 5px 25px -10px #FF7200;
}

.address-phone a {
    text-decoration: none;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #000000;
}

.work-time, .address-phone, .agreement {
    display: flex;
    gap: 15px;
}

.choice-container-2 {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
    margin-bottom: 40px;
}

.address-map iframe {
    border-radius: 25px;
    width: 100%;
    height: 100%;
    max-height: 300px;
}

.company-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.company-info p {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: #FF7200;
}

.company-info ul {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #000000;
}

.company-info ul li {
    margin-top: 10px;
    margin-left: 25px;
}

.address-search-input {
    max-width: 660px;
    width: 100%;
    padding: 20px;
    border-radius: 25px;
    border: 1px solid #ccc;
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.delivery-calendar {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
}

.delivery-day {
    border: 1px solid #ccc;
    max-width: 120px;
    width: 100%;
    padding: 20px;
}

.delivery-day h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 100%;
    color: #000000;
    margin-bottom: 5px;
}

.delivery-day p {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #000000;
    margin-bottom: 15px;
}

.delivery-day span {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #ccc;
}

.delivery-day.today {
    border: 1px solid #FF7200;
    border-radius: 25px 0 0 25px;
}

.delivery-day.today h4 {
    color: #FF7200;
}

.delivery-day.today p {
    color: #FF7200;
}

.delivery-day.holiday {
    border-radius: 0 25px 25px 0;
    border: 1px solid #FF0000;
}

.delivery-day.holiday p, .delivery-day.holiday h4 {
    color: #FF0000;
}

.delivery-wishes {
    margin: 20px 0;
}

.delivery-wishes label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #ccc;
}

.wishes-area .form-control:focus {
    box-shadow: 0 0 0 0.25rem #FF7200;
    border-color: white;
}

.wishes-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishes-area textarea {
    max-width: 660px;
    border-radius: 25px;
    padding: 20px;
}

.order-done-btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.order-done-btns .to-catalog {
    color: #FFFFFF;
    background-color: #FF7A00;
}

.reg-container {
    display: grid;
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}

.reg-form label {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000000;
    margin-left: 5px;
}

.reg-form input {
    border-radius: 25px;
    max-width: 400px;
    width: 100%;
}


.reg-form .form-control:focus {
    box-shadow: none;
    border-color: #FF7A00;
}

.regform-block.active {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.profile-card .profile-heading h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 20px;
    color: #000000;
}

.profile-card .profile-heading img {
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 50%;
}

.profile-heading {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.info-row h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000000;
}

.info-row span {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #9693AB;
}

.reg-button {
    padding: 15px 15px;
    background-color: #cccccc;
    color: #FFFFFF;
    border-radius: 25px;
    border: none;
}

.reg-button.active {
    background-color: #FF7A00;
}

.reg-button:hover {
    cursor: none;
}

.reg-button.active:hover {
    cursor: pointer;
}

#reg2 h4 {
    color: #C9CBD5;
    font-size: 20px;
    font-weight: 700;
}

.reg-entity {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

#reg2 input {
    border-radius: 25px;
}

#reg2 label {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000000;
    margin-left: 5px;
}

.reg-ok-btns {
    display: flex;
    gap: 40px;
}

.cart-button.to-catalog {
    background-color: #FF7A00;
    color: #FFFFFF;
}

.reg-ok-btns .cart-button {
    max-width: 350px;
}

.reg-ok h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #9693AB;
    margin-bottom: 30px;
}

.reg-ok h2 {
    color: #000000;
    font-size: 28px;
    margin-bottom: 20px;

}

.reg-ok-btns .cart-button:hover {
    transform: scale(1.03);
}

.account-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
}

.account-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 80px;
}

.main-account-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    padding-left: 0;
}

.account-menu {
    border-radius: 25px;
    border: 1px solid #cccccc;
    padding: 30px;
}

.account-list-icon {
    width: 100%;
    max-width: 24px;
    max-height: 24px;
}

.account-list-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #9693AB;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.account-list-text:hover {
    text-decoration: underline;
    cursor: pointer;
}

.main-account-list li.active {
    filter: brightness(0);
}

.main-account-list li {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.catalog-way {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #FF7A00;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.catalog-way:hover {
    text-decoration: underline;
    cursor: pointer;
}

.catalog-way img {
    max-width: 24px;
    width: 100%;
    height: 100%;
    max-height: 24px;
}

.lk-oreder-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    border: 1px solid #9693AB;
    border-radius: 25px 25px 0 0;
    background-color: #C9CBD5;
}

.lk-order-down {
    border: 1px solid #9693AB;
    border-radius: 0 0 25px 25px;
    display: grid;
    grid-template-columns: 70% 30%;
}

.order-img-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
}

.order-img-menu a {
    display: block;
    object-position: center;
    object-fit: cover;
}

.order-img-menu a img {
    max-width: 70px;
    width: 100%;
    max-height: 70px;
    height: 100%;
    border-radius: 25px;
}

.right-order-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lk-order-money {
    display: flex;
    flex-direction: column;
    padding: 30px;
    align-items: end;
    gap: 30px;
}

.order-money-btns {
    display: flex;
    gap: 10px;
    align-items: center;
}

.order-money-btns button {
    color: #FF7A00;
    border-radius: 25px;
    padding: 2px 10px 0 10px;
    background-color: #FFFFFF;
    border: 1px solid #FF7A00;
    font-size: 16px;
}

.order-money-btns a {
    font-size: 16px;
    color: #FF7A00;
    border: none;
    text-decoration: none;
}

.order-money-btns button:hover, .order-money-btns a:hover {
    cursor: pointer;
}

.lk-orders {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.support-section .support-form .form-group textarea {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #9693AB;
    margin-bottom: 30px;
    padding: 20px;
}

.support-section .support-title {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #9693AB;
}

.form-actions.form-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.support-section .btn-submit {
    color: #FFFFFF;
    border-radius: 25px;
    padding: 5px 15px 3px 15px;
    background-color: #FF7A00;
    border: 1px solid #FF7A00;
    font-size: 16px;
}

.form-actions.form-btns img {
    width: 30px;
    height: 30px;
}

.form-actions.form-btns .btn-attach-image, .form-actions.form-btns .btn-attach-file {
    border: none;
    background: none;
}

.form-actions.form-btns .btn-attach-image, .form-actions.form-btns .btn-attach-file {
    cursor: pointer;
}

.order-recipient, .order-method, .order-documents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
}

.order-recipient-heading, .order-delivery, .order-payment {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.order-recipient-heading img, .order-method .order-delivery img, .order-payment img, .order-documents img {
    width: 30px;
    height: 30px;
}

.order-recipient-heading h5, .order-method .order-delivery h5, .order-payment h5, .order-documents h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}

.order-recipient span, .order-method span, .order-payment span {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 100%;
    color: #000000;
}

.order-method span.date {
    color: green;
}

.order-info-list {
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: start;
}

.order-payment {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.payment-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.payment-info p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #9693AB;
}

.payment-info span {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #000000;
}

.payment-heading {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order-payment button {
    color: #ff7200;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ff7200;
    border-radius: 25px;
    padding: 10px 25px;
    margin-top: 2px;
    font-size: 20px;
    box-shadow: 0 0 35px 0 #ff7200;
    transition: ease 0.8s;
}

.order-payment button:hover {
    cursor: pointer;
    background-color: #ff7200;
    color: #FFFFFF;
    box-shadow: 0 0 5px 0 #ff7200;

}


.documents-heading {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.order-documents a {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    color: #ff7200;
    text-decoration: none;
}

.order-documents a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.reviews-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-direction: column;
}

.reviews-box h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    color: #9693AB;
    margin: 0;
}

.reviews-box .reviews-box-main-img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(10%) saturate(400%) hue-rotate(220deg) brightness(90%) contrast(85%);
    width: 150px;
}

.to-reviews a {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 16px;
    color: #ff7200;
    text-decoration: none;
    margin-top: 40px;
}

.to-reviews a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.to-reviews a p {
    margin: 0;
}

.to-reviews img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(2000%) hue-rotate(350deg) brightness(100%) contrast(100%);
}

.left-order-menu h6 {
    margin: 0;
}

.right-order-menu img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(2000%) hue-rotate(350deg) brightness(100%) contrast(100%);
    max-width: 25px;
}

.has-reviews-block .lk-order-down {
    border: 1px solid #9693AB;
    border-radius: 0 0 25px 25px;
    display: grid;
    grid-template-columns: 100%;
}

.reviews-text-up {
    display: flex;
    align-items: center;
    gap: 20px;
}

.reviews-text-up p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #000000;
}

.reviews-text-up span {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #9693AB;
}

.reviews-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-img-menu img {
    width: 80px;
    border-radius: 25px;
}

.estimation {
    display: flex;
    align-items: center;
    gap: 30px;
}

.estimation-stars {
    display: flex;
    align-items: center;
}

.estimation-stars img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(2000%) hue-rotate(350deg) brightness(100%) contrast(100%);
    max-width: 25px;
    width: 100%;
}

.estimation-stars img:hover {
    cursor: pointer;
}

.let-review .wishes-area {
    justify-content: start;
}

.let-review .cart-button.w100.to-catalog {
    max-width: 300px;
}

.review-btns-needdo {
    display: flex;
    gap: 30px;
    width: 100%;
}

.review-btns-needdo button {
    max-width: 300px;
}

.review-done span {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    color: #9693AB;
}

.review-done h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    color: #000000;
}

.review-done {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.profile-heading-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-heading-text h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}

.profile-heading-text a {
    color: #ff7200;
    font-size: 20px;
    text-decoration: none;
}

.profile-heading-text a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.profile-data {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: start;
}

.user-info {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 40px;
    width: 100%;
}

.user-info img {
    width: 265px;
    border-radius: 25px;
    height: 300px;
    margin: 0 auto;
}









@media (max-width: 768px) {
    .search-container {
        height: 100%;
    }

    .user-menu {
        display: none;
    }

    .search {

    }
}















