@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/rais/fonts/Montserrat/Montserrat-VariableFont.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/rais/fonts/Montserrat/Montserrat-Italic-VariableFont.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}

@font-face {
  font-family: 'Bounded';
  src: url('/local/templates/rais/fonts/Bounded/Bounded-Variable.ttf') format('truetype');
  font-weight: 100 900;
}

* {
    font-family: 'Montserrat';
    padding: 0;
    margin: 0;
}

body {
    background: #FFFEF9;
    overflow-x: hidden;
}

.banner-main{
    margin-top: -60px
}

@media (max-width: 1024px) {
    .banner-main{
       margin-top: -110px
    }
}


.error {
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    color: #281D18;
    background: #FFFEF9;
}

.error__title {
    font-family: 'Bounded';
    font-size: 120px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 110px;
}

.error__info {
    max-width: 300px;
    font-size: 14px;
}

.error__link {
    width: 300px;
    height: 45px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFEF9;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background: #281D18;
    border: 1px solid #281D18;
}

.error__link:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFEF9;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.4s ease;
}

.error__link span {
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.error__link:hover:after {
    transform: scaleX(1);
}

.error__link:hover span {
    color: #281D18;
}

@media (max-width: 768px) {
    .error {
        gap: 15px;
    }

    .error__title {
        font-size: 100px;
        line-height: 90px;
    }

    .error__info {
        max-width: 290px;
    }

    .error__link {
        width: 290px;
        height: 40px;
        font-size: 12px;
    }
}

.sale_order_full_table{
    max-width: 700px;
    /* padding: 20px; */
    margin: auto;
    margin-top: 100px;
}
.sale_order_full_table{
        max-width: 700px;
    /* padding: 20px; */
    margin: auto;
   
    text-align: center;

}

.link_icon{
    color: inherit;
}



.modal__add,
.modal__go {
    width: 100%; 
    height: 55px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    border: 1px solid #281D18;
    background: #281D18;
    color: #FFFEF9;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity .3s ease;
}

.modal__add:disabled {
    opacity: .5; 
    cursor: not-allowed;
}

.modal__add--disabled {
    display: none;
}

.modal__go {
    text-decoration: none;
}

.modal__add:hover:not(:disabled),
.modal__go:hover {
    opacity: .8;
}

.active> svg path{
    fill: #281D18;
}

.favorite_link{
    position: relative;
}
.favorite_link>span{
 left: 24px;
    position: absolute;
    font-size: 11px; 
    width: 15px;
    text-align: center;
    border-radius: 10px; 
}

.sale_order_full_table .cloudpay_button{
    background: #212121;
    color: #FFFEF9;
    position: relative;
    height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #212121;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s 
ease;
    z-index: 1;
    width: 100%;
}
.sale_order_full_table {
    margin-top: 20px;
    margin-bottom: 20px;
}



.modal_btn{
        width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #281D18;
    background: #281D18;
    color: #FFFEF9;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity .3s 
ease;
}

.modal_btn:hover {
    opacity: .8;
}

/* попапы кастом стандартного js модуля */
/*




.popup-window.popup-window-with-titlebar {
    
    padding: 50px 25px 30px;
}

.popup_product_title{
        font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #281D18;
    margin-bottom: 30px;
}*/
.popup-window {
    max-width: 600px;}
    
.popup-window.popup-window-with-titlebar {
    padding: 25px;
}
.popup-window-close-icon.popup-window-titlebar-close-icon.--large, .popup-window-titlebar-close-icon {
top: 25px;
    right: 25px;
}
.popup-window-titlebar {
    height: 49px;
    padding: 20px 20px 0px;
}
.popup-window-buttons {
        padding: 20px;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .popup-window-buttons {
    
    flex-direction: column;
    gap: 8px;
  }
}

.popup-window-close-icon:after { 
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L18 18M2 18L18 2' stroke='%23281D18' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E");
     width: 20px;
    height: 20px;
}

.popup-window-titlebar-text, .popup-window-titlebar-text-version{
    font-family: 'Montserrat';
    font-weight: 400;
} 

  
.popup-window-titlebar-text{
    font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #281D18;
  margin-bottom: 30px;
}

.popup-window-with-titlebar .popup-window-content{
background-color: white;

}
.collection-new__arrow{
    max-width: 19px;
}

.fa-angle-right:before {
    content: "•" !important;
    font-size: 18px;
}


.popup-product-added {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-product-added__content {
    background: #FFFEF9;
    padding: 25px;
    margin: 20px;
}

.popup-product-added__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.popup-product-added__title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
}

.popup-product-added__close {
    cursor: pointer;
}

.popup-product-added__product {
    display: flex;
    gap: 12px; 
}

.popup-product-added__product-img {
    width: 105px;
    aspect-ratio: 0.7;
    background: rgba(0, 0, 0, 0.05);
}

.popup-product-added__product-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.popup-product-added__product-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.popup-product-added__product-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.popup-product-added__product-options {
    color: #AAAAAA;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.popup-product-added__buttons {
    display: flex;
    gap: 10px;
}

.popup-product-added__button {
    width: 225px;
    height: 55px;
    position: relative;
    color: #FFFEF9;
    font-size: 14px;
    text-transform: uppercase;
    background: rgba(40, 29, 24, 0.9);
    border: 1px solid rgba(40, 29, 24, 0.9);
    cursor: pointer;
}

.popup-product-added__button--white {
    color: #281D18;
    background: transparent;
}

.popup-product-added__button:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFEF9;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .4s ease;
}

.popup-product-added__button--white:after {
    background: rgba(40, 29, 24, 0.9);
}

.popup-product-added__button span {
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}

.popup-product-added__button:hover:after {
    transform: scaleX(1);
}

.popup-product-added__button:hover span {
    color: #281D18;
}

.popup-product-added__button--white:hover span {
    color: #FFFEF9;
}

.popup-product-added__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

@media (max-width: 768px) {
    .popup-product-added__content {
        width: 100%;
        padding: 20px;
    }

    .popup-product-added__title {
        font-size: 14px;
        line-height: 17px;
    }

    .popup-product-added__close {
        width: 15px;
        height: auto;
    }

    .popup-product-added__product {
        gap: 15px;
        margin-bottom: 20px;
    }

    .popup-product-added__product-title {
        font-size: 12px;
    }

    .popup-product-added__product-price {
        font-size: 12px;
    }

    .popup-product-added__product-options {
        font-size: 12px;
    }

    .popup-product-added__buttons {
        flex-direction: column;
        gap: 8px;
    }

    .popup-product-added__button {
        width: 100%;
        height: 50px;
        font-size: 12px;
    } 
}