@font-face {
    font-family: 'Raleway';
    src: url("/static/fonts/Raleway-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/fonts/Raleway-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/fonts/Raleway-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/onts/Raleway-Italic-VariableFont_wght.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/fonts/Raleway-VariableFont_wght.ttf") format('truetype');
    font-weight: 100 900;
    font-style: normal;
}





@font-face {
    font-family: 'Raleway';
    src: url("{% static 'fonts/Raleway-Regular.ttf' %}") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("{% static 'fonts/Raleway-Medium.ttf' %}") format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("{% static 'fonts/Raleway-SemiBold.ttf' %}") format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("{% static 'fonts/Raleway-Italic-VariableFont_wght.ttf' %}") format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: url("{% static 'fonts/Raleway-VariableFont_wght.ttf' %}") format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

.keyboard-padding {
    padding-bottom: 330px; 
    transition: padding-bottom 0.3s ease;/* Примерный размер клавиатуры */
}

/* Фиксируем меню внизу экрана */
.ButtonHeader {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    /* height: 90px;  */
    background-color: #0B0B0D;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
/*
.ios-style .ButtonHeader {
    height: 90px; 
}

.android-style .ButtonHeader,
.mac-style .ButtonHeader,
.windows-style .ButtonHeader,
.linux-style .ButtonHeader {
    height: 75px; 
}

.ButtonHeader_div {
    width: 50%;  /* Каждая кнопка займет 50% ширины */
    /* margin-bottom: 12px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Стили для iOS 
.ios-style .ButtonHeader_div {
    margin-bottom: 12px;
}

/* Стили для Android 
.android-style .ButtonHeader_div,
.mac-style .ButtonHeader_div,
.windows-style .ButtonHeader_div,
.linux-style .ButtonHeader_div {
    margin-bottom: 0px;
}

.android-style .ButtonRazdelitel,
.mac-style .ButtonRazdelitel,
.windows-style .ButtonRazdelitel,
.linux-style .ButtonRazdelitel {
    width: 0px;
    height: 40px;
    border: 0.5px solid #C5C5C5;
    /* margin-bottom: 33px;
}

.ios-style .ButtonRazdelitel {
    width: 0px;
    height: 40px;
    border: 0.5px solid #C5C5C5;
    margin-bottom: 33px;
}
*/


.ios-style .ButtonHeader {
    height: 90px; 
}

.android-style .ButtonHeader,
.mac-style .ButtonHeader,
.windows-style .ButtonHeader,
.linux-style .ButtonHeader {
    height: 75px; 
}

.ButtonHeader_div {
    width: 50%;  /* Каждая кнопка займет 50% ширины */
    /* margin-bottom: 12px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Стили для iOS */
.ios-style .ButtonHeader_div {
    margin-bottom: 12px;
}

/* Стили для Android */
.android-style .ButtonHeader_div,
.mac-style .ButtonHeader_div,
.windows-style .ButtonHeader_div,
.linux-style .ButtonHeader_div {
    margin-bottom: 0px;
}

.android-style .ButtonRazdelitel,
.mac-style .ButtonRazdelitel,
.windows-style .ButtonRazdelitel,
.linux-style .ButtonRazdelitel {
    width: 0px;
    height: 40px;
    border: 0.5px solid #C5C5C5;
    /* margin-bottom: 33px; */
}

.ios-style .ButtonRazdelitel {
    width: 0px;
    height: 40px;
    border: 0.5px solid #C5C5C5;
    margin-bottom: 33px;
}


.back-button, .shop-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.debug-safe-area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: env(safe-area-inset-bottom, 20px); */
    background-color: red;
    z-index: 9999;
}

/* Контент страницы */
body {
    margin: 0;
    padding: 0;
    padding-bottom: 80px;
    /* background: #0B0B0D; */
    background: #0000ff;
    overflow-x: hidden;
    overflow-y: scroll;
    font-variant-numeric: lining-nums;
}


/* Обёртка для содержимого */
.main-content {
    box-sizing: border-box;
    padding-bottom: 100%; /* Отступ для содержимого */
    max-height: calc(100vh - 80px); /* Ограничиваем высоту, учитывая высоту нижней панели */
    overflow-y: auto; /* Разрешаем вертикальную прокрутку внутри этого блока */
}


button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex; 
    flex-direction: column;
    align-items: center;
    font-family: 'Raleway', Regular; 
    font-size: 15px; 
    font-weight: 400; 
    line-height: 14.09px; 
}

.CartImage{
    width: 28px;
    height: 24px;
    margin-bottom: 6px;
    object-fit: contain; 
    display: block;
}


@keyframes pulse {
    0% { transform: scale(1); }
    25% { transform: scale(1.2); }
    50% { transform: scale(1); }
    75% { transform: scale(1.2); }
    100% { transform: scale(1); }

}

.pulsing {
    animation: pulse 0.5s ease;
}

@keyframes shake {
    0% { transform: translateX(0); }
    20% { transform: translateX(-5px); }
    40% { transform: translateX(5px); }
    60% { transform: translateX(-5px); }
    80% { transform: translateX(5px); }
    100% { transform: translateX(0); }
}

.shaking {
    animation: shake 0.5s ease;
}

.MenuImaage{
    width: 24px;
    height: 17px;
    margin-bottom: 9px;
    margin-top: 6px;
    display: block;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh; 
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #0b0b0b;
    font-variant-numeric: lining-nums;
}

/*Типографика*/

.Headline{
    color: #0b0b0b;
    font-family: 'Raleway', SemiBold;
    font-size: 20px;
    font-weight: 550;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
    /* margin-bottom: 20px; */
    font-variant-numeric: lining-nums;
}

.razdelitel{
    width: 100%;
    height: 0px;
    border: 0.5px solid #0B0B0D;
    margin-top: 30px;
    margin-bottom: 30px;
}

.razdelitelDoD{
    /* width: 100%; */
    height: 0px;
    border: 0.5px solid #0B0B0D;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.razdelitel1{
    width: 100%;
    height: 0px;
    border: 0.5px solid #0b0b0d;
    margin-top: 15px;
    margin-bottom: 15px;
}

.description{
    font-family: 'Raleway', Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.09px;
    text-align: left;
    color: #C5C5C5;
    margin-top: 8px;
    display: inline-block;
    font-variant-numeric: lining-nums;
}

.headlinePrice{
    font-family: 'Raleway', Regular;
    font-size: 20px;
    font-weight: 400;
    font-variant-numeric: lining-nums;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: right;
}

/*Главное меню*/

/* .mainPage{
    background-color: #0B0B0D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
} */


.logo{
    position: relative;
    width: 100%;
    height: auto;
    /* top: 60px; */
    display: flex; 
    justify-content: center;
    align-items: center; 
}

.logo img {
    width: 430px;
    height: 100%;
    object-fit: cover;
    overflow-y: auto;
}

.projectLogo{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 60px;
    
}

.projectLogo img{
    height: 300px;
    width: 300px;
}

.projectPlashka{
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    position: relative; /* fixed */
    /* top: 303px; */
    top: -150px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #0B0B0D;
    opacity: 1;
    padding: 20px;
    box-sizing: border-box; 
    flex-grow: 1;
    padding-bottom: 100%;
}

.namePriceWrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: -20px;
    font-variant-numeric: lining-nums;
}

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

.section-button {
    padding: 10px;
    border: 1px solid #0B0B0D;
    border-radius: 6px;
    background-color: #FFFFFF;
    width: 31.5%;
    color: #0B0B0D;
    font-weight: bold;
    cursor: pointer;
}

.section-button.active {
    background-color: #0B0B0D;
    color: #FFFFFF;
}

.section {
    display: none;
}

.section.active-section {
    display: block;
}

.price-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 50px;
}

.price {
    font-size: 18px;
    font-weight: bold;
}

/* .quantity-control {
    font-family: 'Raleway', Regular;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-top: -10px;
    justify-content: flex-end;
    text-align: center;
    font-variant-numeric: lining-nums;
    margin-right: 0;
    margin-bottom: -11px;
} */

.quantity-control {
    font-family: 'Raleway', Regular;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    font-variant-numeric: lining-nums;
    margin-right: 0;
}

.quantity-control button {
    background-color: #0B0B0D;
    color: white;
    border: none;
    border-radius: 5px;
    /* padding: 5px 10px; */

    font-size: 50px;
    text-align: center;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.quantity-control button:disabled {
    background-color: #CCCCCC;
    cursor: not-allowed;
}

.quantity-control span {
    margin: 0 10px;
    font-size: 16px;
}

.pay-button {
    background-color: #0B0B0D;
    color: white;
    border: none;
    border-radius: 16px;
    padding: 20px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-top: 60px
}

#pay-button{
    border-radius: 16px;
}
.pay-button.inactive {
    background-color: #CCCCCC;
    color: #FFFFFF;
    cursor: not-allowed;
}

.pay-button1 {
    background-color: #CCCCCC;
    color: white;
    border: none;
    border-radius: 16px;
    padding: 20px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    /* margin-top: 60px */
}

.pay-button1.inactive{
    background-color: #CCCCCC;
    color: white;
    border: none;
    border-radius: 16px;
    padding: 20px;
    font-size: 18px;
    cursor: pointer;
    width: 85%;
    text-align: center;
    /* margin-top: 60px; */
    position: fixed;
    font-family: 'Raleway', sans-serif;
    /* font-weight: 400; */
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    bottom: 130px;
    left: 30px;
}

.pay-button3{
    background-color: #0B0B0D;
    color: white;
    border: none;
    border-radius: 16px;
    padding: 20px;
    font-size: 18px;
    cursor: pointer;
    /* width: 85%; */
    text-align: center;
    /* margin-top: 60px; */
    font-family: 'Raleway', sans-serif;
    /* font-weight: 400; */
    font-size: 16px;
    /* text-align: center; */
    text-decoration: none;
    bottom: 130px;
    left: 30px;
    border: none;
    border-radius: 16px;
    padding: 20px;
    font-size: 18px;
    /* cursor: pointer; */
    width: 100%;
    /* text-align: center; */
}

#cart-button {
    background-color: #0B0B0D;
    color: white;
    border: none;
    border-radius: 16px;
    padding: 20px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s ease;
    margin-top: 30px;
}


.cart-button.inactive {
    color: #FFFFFF;
    cursor: not-allowed;
    margin-top: 25px;
}

.headlineCart{
    font-family: 'Raleway', SemiBold;
    font-size: 20px;
    font-weight: 550;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
    font-variant-numeric: lining-nums;
}

#cart-items {
    border-radius: 12px;
}

.logoCart {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    margin-bottom: 20px;
}

/* .cart-item {
    display: flex;
    /*justify-content: space-between; 
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 400;
    /* margin-bottom: 10px; 
    border-bottom: 1px solid #E0E0E0;
    font-variant-numeric: lining-nums;
} */

.cart-item {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    padding: 17px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 400;
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #E0E0E0;
    font-variant-numeric: lining-nums;
}

#cart-item h3{
    font-weight: 400;
}
.cart-total-text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    color: #0B0B0D;
    font-variant-numeric: lining-nums;
}

.pay-button.inactive {
    background-color: #CCCCCC;
    cursor: not-allowed;
}

.pay-button:hover:not(.inactive) {
    background-color: #2D2D2F;
}

/*СТРАНИЦА ОПЛАТЫ*/
#projectPay {
    background-color: #0B0B0D;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; Начало страницы */
    height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}


.projectPayLogo{
    position: relative;
    width: 100%;
    height: auto;
    /* top: 70.54px; */
    display: flex; 
    justify-content: center;
    align-items: center; 
    overflow-y: hidden;
    overflow-x: hidden;
}

.projectPayLogo img{
    width: 430px;
    height: 100%;
    object-fit: cover; 
}

.payment-methods {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
    /* gap: 10px; */
    position: relative;
}

.HeadlinePayEmail{
    font-family: 'Raleway', SemiBold;
    font-size: 20px;
    font-weight: 550;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 60px;
}

.card {
    padding: 12px;
    font-family: 'Raleway', Regular;
    color: #0B0B0D;
    border: 1px solid #0B0B0D;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    width: 49%; 
    flex-shrink: 0;
}
.payment-button-crypto {
    padding: 12px;
    font-family: 'Raleway', Regular;
    font-size: 14px;
    color: #0B0B0D;
    border: 1px solid #0B0B0D;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    width: 49%;
    flex-shrink: 0;
}

.payment-button-crypto.active{
    color: #FFFFFF;
    background-color: #0B0B0D;
}

.payment-button-card {
    padding: 12px;
    font-size: 14px;
    font-family: 'Raleway', Regular;
    color: #0B0B0D;
    border: 1px solid #0B0B0D;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    width: 49%; 
    flex-shrink: 0;
}
.payment-button-crypto.dark-mode {
    background-color: #0b0b0b;
    padding: 12px;
    font-family: 'Raleway', Regular;
    font-size: 14px;
    color: #FFFFFF;
    border: 1px solid #0B0B0D;
    border-radius: 5px;
    cursor: pointer;
    width: 49%;
    flex-shrink: 0;
}

.payment-button {
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    border: none;
    background-color: #FFFFFF;
    cursor: pointer;
    color: #0B0B0D;
    flex-direction: initial;
}

.dropdown-container {
    position: relative;
    flex-grow: 1;
    width: 100%;
}

#currency-search {
    height: 42px;
    width: 100%;
    padding: 10px;
    font-family: 'Raleway', Regular;
    font-size: 14px;
    color: #0B0B0D;
    opacity: 1;
    border: 1px solid #0B0B0D;
    border-radius: 5px;
    text-align: left;
    margin-top: -16.6px;
    background-image: url('/static/img/arrow2.png'); /* Замените на путь к изображению стрелочки */
    background-repeat: no-repeat;
    background-position: right 11px center; /* Позиционирование стрелки */
    background-size: 20px 10px; /* Размер стрелки */
}
.divider {
    width: 99.5%; 
    border-left: 1px solid #0b0b0b; 
    border-right: 1px solid #0b0b0b; 
}

.divider-line {
    margin-left: 10px;
    margin-right: 10px;
    height: 1px;
    background-color: #ccc;
}

#currency-list {
    display: none; 
    position: relative;
    width: 99.5%;
    max-height: 200px;
    overflow-y: overlay; 
    border-radius: 5px;
    background-color: white;
    z-index: 1000;
    border: 1px solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: none;
    padding-top: 5px;
}

.simplebar-scrollbar::before {
  background-color: rgb(127, 127, 127) !important;
  right: 3px !important;
}

/* Уменьшаем толщину скроллбара в 2 раза */
.simplebar-track.simplebar-vertical {
    width: 8px !important; /* Уменьшили ширину */
}

/* Настраиваем минимальный и максимальный размер для длины скроллбара */
.simplebar-scrollbar {
    min-height: 45px !important; /* Минимальная длина ползунка */
    max-height: 150px !important; /* Максимальная длина ползунка */
    height: 45% !important;
}

#currency-list .payment-button {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: white;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
}

.dropdown-content {
    display: none; 
    background-color: #FFFFFF;
    width: 100%;
    position: absolute; 
    top: 100%;
    left: 0;
    max-height: 300px; 
    overflow-y: scroll;
    border: 1px solid #0B0B0D;
    z-index: 10;
    color: #0B0B0D;
}

.dropdown-content.show {
    display: block;
}

 .payment-button:hover {
    background-color: #f1f1f1;
} 


.payment-button-card.active {
    background-color: #0B0B0D;
    color: #fff;
}

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

input[type="email"], input[type="text"] {
    width: 100%;
    padding: 10px;
    font-family: 'Raleway', Regular;
    font-size: 14px;
    /* margin: 5px 0; */
    border: 1px solid #0B0B0D;
    border-radius: 5px;
    box-sizing: border-box;
}

input.error {
    border-color: #E24C4C;
}

.error-message {
    color: #E24C4C;
    display: none;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px;
    text-align: left;
}

.focus-message{
    color: #0B0B0D;
    /* display: none; */
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px;
    text-align: left;
}

.promo-code-container {
    display: flex; 
    align-items: center; 
    justify-content: flex-start;
    margin-bottom: 60px;
    /* margin-top: 35px; */
}

#promo-code {
    padding: 10px 15px; 
    border: 1px solid #0B0B0D; 
    border-radius: 5px; 
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    margin-right: 10px; 
    /* width: 250px; */
    outline: none; 
}

#comment {
    padding: 10px 15px; 
    border: 1px solid #0B0B0D; 
    border-radius: 5px; 
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    margin-right: 10px; 
    /* width: 250px; */
    outline: none; 
    margin-bottom: 60px;
}

.commentPay{
    font-family: 'Raleway', Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px;
    text-align: left;

}

.commentDiv{
    margin-bottom: 60px;
}

.apply-button {
    background-color: #0B0B0D;
    border: 2.5px solid #0B0B0D; 
    color: #fff; 
    border-radius: 5px;
    padding: 10px 20px; 
    font-family: 'Raleway', sans-serif;
    font-size: 14px; 
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 40%;
}

.apply-button:hover {
    background-color: #333; 
}


.apply-button.disabled {
    background-color: #c5c5c5;
    cursor: not-allowed;
    margin-bottom: 8px;
}


.pay-button.inactive {
    background-color: #c5c5c5; 
    cursor: not-allowed;
}

/* БЛЮДО ДНЯ */
.dish-of-the-day {
    margin-bottom: 20px;
}

.dish-container {
    position: relative;
    width: 100%;
}

.dish-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}

.dish-text1 {
    font-family: "Raleway", SemiBolt;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: left;
    margin-left: 25px;
    margin-top: 25px;
}

.dish-text2 {
    font-family: "Raleway", Regular;
    font-size: 16px;
    font-weight: 600;
    color: #c5c5c5;
    text-align: left;
    margin-left: 25px;
    margin-top: -4px;
}

    /*КАРТОЧКИ*/

.project-card {
    text-decoration: none;
    width: 100%; 
    /* background-color: #0B0B0D;
    border-radius: 10px; */
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: -23px;
}

.project-card:hover {
    transform: scale(1.05);
}

.project-image img {
    width: 100%;
    height: 100%;
}

.project-info {
    padding: 10px;
    text-align: center;
}

.projectheadlinePrice{
    font-family: 'Raleway', Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-top: -15px;
}

.project-info h2 {
    font-family: 'Raleway', SemiBold;
    font-size: 18px;
    font-weight: 550;
    color: #0B0B0D;
}

.project-info p {
    font-family: 'Raleway', Regular;
    font-size: 16px;
    font-variant-numeric: lining-nums;
    color: #0B0B0D;
}
    /*ОКНО СПАСИБО ЗА ПОКУПКУ*/

#thank-you-section {
    height: 100vh;
    background-color: #0B0B0D;
    color: #FFFFFF;
    overflow-y: hidden;
}

.logoThx img {
    width: 180px;
    margin-bottom: 20px;
}

.thank-you-message {
    color: #0b0b0b;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}

.thank-you-message h1 {
    font-family: 'Raleway', sans-serif; 
    font-size: 22px;
    font-weight: 700;
    color: #0B0B0D;
    margin-bottom: 20px;
}

.thank-you-message p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #0B0B0D;
    line-height: 1.5;
    margin-bottom: 30px;
}

/*.clouse-button {
    position: fixed;
    background-color: #0B0B0D;
    color: #FFFFFF;
    width: 85%;
    padding: 20px;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    bottom: 130px;
    left: 30px;
}*/

.android-style .clouse-button,
.ios-style .clouse-button{
    position: fixed;
    background-color: #0B0B0D;
    color: #FFFFFF;
    width: 85%;
    padding: 20px;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    bottom: 130px;
    left: 30px;
}

.mac-style .clouse-button,
.windows-style .clouse-button,
.linux-style .clouse-button {
    background-color: #0B0B0D;
    color: #FFFFFF;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    bottom: 130px;
    left: 30px;
}

.clouse-button:hover {
    background-color: #0B0B0D;
}

    /*ОТСЬУПЫ*/
.button-container {
        display: flex;
        margin-top: 20px;
        justify-content: space-between;
        align-items: center;
    }


.active-section {
    display: block;
    margin-top: 20px;
    margin-bottom: 60px;
}

.projectNameMenu{
    font-family: 'Raleway', SemiBold;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.13px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-top: 3px;
}

.priceMenu{
    font-family: 'Raleway', Regular;
    font-size: 16px;
    font-weight: 300;
    line-height: 18.78px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-top: -10px;
}

#payButton{
    font-family: 'Raleway', Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.78px;
    letter-spacing: 0.015em;
    text-align: left;
}

#project-section{
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px;
    text-align: left;
}

#investment-section{
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px;
    text-align: left;
}

#potential-section{
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px;
    text-align: left;
}

#project-button{
    cursor: pointer;
    font-family: 'Raleway', Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.09px;
    text-align: left;
}

#investment-button{
    cursor: pointer;
    font-family: 'Raleway', Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.09px;
    text-align: left;
}

#potential-button{
    cursor: pointer;
    font-family: 'Raleway', Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.09px;
    text-align: left;
}
.activity_paragraph{
    margin-bottom: 10px;
    margin-left: -8px;
}

.TEXTthx{
    color: #0b0b0b;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    line-height: 16.44px;
    text-align: left;
    /* margin-bottom: 240px; */
}

.TEXT{
    color: #0b0b0b;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px;
    text-align: left;
}

.textDec{
    text-decoration: none;
}

.agreement{
    margin-bottom: 50px;
}

.headlinePrice2{
    font-family: 'Raleway', Regular;
    font-size: 20px;
    font-weight: 300;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-bottom: 50px;
}

.HeadlinePay{
    font-family: 'Raleway', SemiBold;
    font-size: 20px;
    font-weight: 550;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-bottom: 15px;

}

.email{
    /* margin-bottom: 35px; */
}

.project-order {
    /* margin-bottom: 15px;  */
    padding-bottom: 10px;
    /* border-top: 1px solid #E0E0E0; */
}

.order-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px; 
    margin-bottom: 10px;
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 14px;
    font-variant-numeric: lining-nums;
}

project-order h4 {
    font-family: 'Raleway', SemiBold;
    font-size: 18px;
    letter-spacing: 0.015em;
    text-align: left;
    margin: 0;
    font-weight: bold;
    margin-bottom: 15px;
}

.TEXT-project-order{
    font-variant-numeric: lining-nums;
    font-family: 'Raleway', Regular;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}

.HeadlineDD{
    font-family: 'Raleway', SemiBold;
    font-size: 20px;
    font-weight: 550;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

/*
summary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    padding-right: 20px;
    position: relative;
}

summary::marker {
    display: none;
}

summary::-webkit-details-marker {
    display: none; 
}

summary::before {
    content: ''; 
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
    transition: transform 0.3s; 
    transform-origin: center;
    position: absolute;
    right: 10px; 
}

details[open] summary::before {
    transform: rotate(180deg);
}
*/

summary { 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    padding-right: 20px;
    /* position: relative; */
}

summary::marker {
    display: none;
}

summary::-webkit-details-marker {
    display: none; 
}

summary::before {
    content: url('/static/img/arrow3.svg');
    /* background-image: url('/static/img/arrow2.png'); */
    width: 25px;
    height: 25px;
    background-size: 20px 10px;
    transition: transform 0.3s;
    transform-origin: 20% 50%;
    /* transform-origin: center; */
    position: absolute;
    right: 10px;
    padding-right: 13px;
}

details[open] summary::before {
    transform: rotate(180deg);
}

.projects {
    margin-top: 30px; 
    display: grid;
    gap: 30px;
    justify-content: space-between;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr); 
    max-width: 100%;
}


ul {
    padding-left: 23px;
    margin-top: 20px;
}

li {
    line-height: 1.5;
}

.decrement{
    width: 25px;
    height: 25px;
    padding: 0 0 8px 0;
}

.increment{
    width: 25px;
    height: 25px;
    padding: 1px 0 1px 0;
}

.quantity-input {
    font-family: 'Raleway', SemiBold;
    font-weight: 300;
    font-variant-numeric: lining-nums;
    font-size: 21px;
    border: 0.01px solid #c5c5c5;
    min-width: 3ch;  /* Минимальная ширина для 3 символов */
    width: 4ch;      /* Стартовая ширина для 3 символов */
    max-width: 6ch;  /* Максимальная ширина для 6 символов */
    text-align: center;
    padding: 1px;
    margin-left: 3px;
    margin-right: 3px;
    box-sizing: border-box;/* Убедитесь, что padding не влияет на ширину */
}

.decrement1{
    width: 20px;
    height: 25px;
    padding: 0 0 8px 0;
}

.increment1{
    width: 20px;
    height: 25px;
    padding: 1px 0 1px 0;
}

.quantity-input1 {
    font-family: 'Raleway', SemiBold;
    font-weight: 300;
    font-variant-numeric: lining-nums;
    font-size: 16px;
    border: 0.01px solid #c5c5c5;
    min-width: 3ch;  /* Минимальная ширина для 3 символов */
    width: 4ch;      /* Стартовая ширина для 3 символов */
    max-width: 6ch;  /* Максимальная ширина для 6 символов */
    text-align: center;
    padding: 1px;
    margin-left: 3px;
    margin-right: 3px;
    box-sizing: border-box;/* Убедитесь, что padding не влияет на ширину */
}

.staticFlame{
    position: relative;
    width: 100%;
    height: auto;
    top: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.staticFlame img {
    width: 430px;
    height: 100%; 
    object-fit: cover; 
}

.crypto-container {
    margin-top: 20px;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9f9;
}

.currency-list {
    display: flex;
    flex-direction: column;
}

/*АДАПТАЦИЯ ПОД МОБИЛЬНЫЕ УСТРОЙСТВА*/


.container {
    width: 100%;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}


.main-content, .projectPlashka {
    padding-bottom: 100%; /* Подстраиваем отступ снизу */
    box-sizing: border-box;
}


button {
    max-width: 100%; 
    width: auto;
}

.project-card {
    width: 100%;
    max-width: 100%; 
}

.details {
    max-width: 100%; 
    overflow-x: hidden;
}

/* Адаптация для экранов с максимальной шириной 768px (обычно планшеты и мобильные устройства) */
@media only screen and (max-width: 768px) {
    .container {
        padding: 10px;
    } 

    img {
        width: 100%;
        height: auto;
    }
}

/* Адаптация для маленьких экранов (телефоны) */
@media only screen and (max-width: 480px) {

    .button {
        width: 100%; /* Кнопки занимают всю ширину */
    }
}




/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.logo1 {
    position: relative;
    width: 100%;
    height: 345px;
    /* top: 60px; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
    overflow-x: hidden;
}

.logo1 img {
    max-width: 80%;
    height: 100%;
    object-fit: cover;
}

.no-logo {
    height: 345px;
    width: auto;
}

.staticFlame1 {
    position: relative;
    width: 100%;
    height: auto;
    /* top: 300px; */
    top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -90px;
}

/* .plashka1 {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin: 1px;
    position: relative;
    margin-top: 60%;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #0B0B0D;
    opacity: 1;
    padding: 20px;
    box-sizing: border-box;
    flex-grow: 1;
} */


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.mainPage{
    background-color: #0B0B0D;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto; */
    box-sizing: content-box;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.plashka {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%; 
    position: relative; /* fixed */
    /* margin-top: 75%; */
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #0B0B0D;
    opacity: 1;
    padding: 20px;
    box-sizing: border-box; 
    flex-grow: 1;
    padding-bottom: 100%;
}

#projectPage {
    background-color: #0B0B0D;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; */
    height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}


.plashka1 {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    /* margin-top: 60%; */
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #0B0B0D;
    opacity: 1;
    /* padding: 30px; */
    box-sizing: border-box;
    flex-grow: 1;
    padding-bottom: 32vh;
    margin-top: -103px;
}
#cartSection {
    background-color: #0B0B0D;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;  */
    height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.projectPayPlashka{
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #0B0B0D;
    opacity: 1;
    padding: 30px;
    box-sizing: border-box; 
    flex-grow: 1;
    /* padding-bottom: 47vh; */
    padding-bottom: 20vh;
    margin-top: -100px;
}

.projectPayPlashka.inactive{
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #0B0B0D;
    opacity: 1;
    padding: 30px;
    box-sizing: border-box; 
    flex-grow: 1;
    padding-bottom: 47vh;
    /* padding-bottom: 12vh; */
    margin-top: -100px;
}

.projectPayPlashka2{
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #0B0B0D;
    opacity: 1;
    padding: 30px;
    box-sizing: border-box; 
    flex-grow: 1;
    /* padding-bottom: 15vh; */
    margin-bottom: 80px;
    margin-top: -70px;
} 

.headlinePrice1{
    font-family: 'Raleway', Regular;
    font-size: 20px;
    font-weight: 300;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: right;
    
}

.plashka2 {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    position: relative;
    /* margin-top: 60%; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #0B0B0D;
    opacity: 1;
    padding: 30px;
    box-sizing: border-box;
    flex-grow: 1;
    /* padding-bottom: 100%; */
    padding-bottom: 10vh;
    top: -80px;
}

.projectInfo{
    margin-top: -17px;
    margin-bottom: -10px;
}

.headlinePriceAct{
    font-family: 'Raleway', Regular;
    font-size: 24px;
    font-weight: 300;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: right;
    display: inline-block;
}
.activity_price_task{
    display: inline; 
    font-family: 'Raleway', Medium;
    font-size: 14px;
    color: #c5c5c5;
    font-weight: 400;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: right;
    padding-top: 5px;
}
/* .activity_price_task_cart {
    display: inline;
    font-family: 'Raleway', Medium;
    font-size: 12px;
    color: #c5c5c5;
    font-weight: 400;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: right;
    padding-top: 4px;
    white-space: nowrap;
} */

.activity_price_task_cart {
    display: inline;
    font-family: 'Raleway', Medium;
    font-size: 12px;
    color: #c5c5c5;
    font-weight: 400;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: right;
    /* display: block; */
    /* margin-top: 4px; */
    white-space: nowrap;
    }

.order-total{
    font-family: 'Raleway', Regular;
    font-size: 20px;
    /* margin-left: 110px; */
    text-align: right;
    font-variant-numeric: lining-nums;
}

.TOTAL{
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.TOTAL1{
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#TOTAL1{
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#order-total-pay{
    font-family: 'Raleway', Regular;
    font-size: 20px;
    /* margin-left: 110px; */
    text-align: right;
    font-variant-numeric: lining-nums;
}

.headlinePricePay2{
    font-family: 'Raleway', Regular;
    font-size: 20px;
    font-weight: 550;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
}

.HeadlineCart1{
    font-family: 'Raleway', SemiBold;
    font-size: 20px;
    font-weight: 550;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 25px;
}

.HeadlineCart3{
    font-family: 'Raleway', SemiBold;
    font-size: 20px;
    font-weight: 550;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 0;
}

.quantity-control1 {
    font-family: 'Raleway', Regular;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-top: -10px;
    /* margin-right: -61%; */
    justify-content: flex-end;
    text-align: center;
}

.quantity-control1 button {
    background-color: #0B0B0D;
    color: white;
    border: none;
    border-radius: 5px;
    /* padding: 5px 10px; */
    font-size: 50px;
    text-align: center;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* .namePrice {
    font-family: 'Raleway';
    font-weight: 300;
    text-align: left;
    font-size: 14px;
    align-items: center;
    height: 20px;
    padding: 7px 0;
    width: 100%;
    font-variant-numeric: lining-nums;
} */

.namePrice {
    font-family: 'Raleway';
    font-weight: 300;
    text-align: left;
    font-size: 14px;
    display: flex; 
    align-items: center; 
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    font-variant-numeric: lining-nums;
    padding-top: 5px;
    padding-right: 10px;
}

.namePrice1 {
    font-family: 'Raleway';
    font-weight: 300;
    text-align: left;
    font-size: 14px;
    /* display: flex; 
    align-items: center; 
    display: flex;
    flex-wrap: wrap;*/
    height: auto;
    width: 100%;
    font-variant-numeric: lining-nums;
    padding-top: 5px;
    padding-right: 10px;
}
.priceAPTC {
    white-space: normal; /* Позволяет перенести текст на новую строку */
    word-break: break-word; /* Разбивает длинные слова */
}

input:focus {
    outline: none; /* Убирает синее обводку */
    box-shadow: none; /* Убирает тень */
}

#cart-items h3{
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 600;
    line-height: 21.13px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-bottom: 0px;
}

#cart-content h1{
    margin-bottom: -10px;
}

#cart-content h4{
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 600;
    line-height: 21.13px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-bottom: 18px;
}

.empty-cart-message {
    margin-top: 20px;
    color: #0b0b0b;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    line-height: 16.44px;
    text-align: left;
    /* margin-bottom: 240px; */
}

.min{
    color: #0b0b0b;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px;
    text-align: left;
}

.minSum{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: -10px;
}

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

.min1{
    color: #E24C4C;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px;
    text-align: left;
}










.distr{
    margin-bottom: 60px;
}

.HeadlineDistr{
    font-family: 'Raleway', SemiBold;
    font-size: 20px;
    font-weight: 550;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-top: 60px;
    /* margin-bottom: 10px; */
    margin-bottom: 25px;
}

.HeadlineDistr2{
    font-family: 'Raleway', SemiBold;
    font-size: 20px;
    font-weight: 550;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
    /* margin-top: 60px; */
    /* margin-bottom: 10px; */
    /* margin-bottom: 25px; */
}

.distrPr20 { 
    display: flex; 
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.distrPr30 { 
    display: flex; 
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
    gap: 20px;
}

.distr-content { 
    flex: 1; 
} 

.radio-container { 
    display: flex;
}

.distrH1{
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 550;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-bottom: 14px;
    margin-top: 0;
}

.distrH1_2{
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 550;
    line-height: 23.48px;
    letter-spacing: 0.015em;
    text-align: left;
    margin-bottom: 14px;
    margin-top: 0;
}

.TEXT_distr{
    color: #0b0b0b;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 14.44px;
    text-align: left;
    margin: 0px;
}

input[type="radio"] { 
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none; 
    border-radius: 50%;
    border: 2px solid #000;
    outline: none;
    cursor: pointer;
    position: relative; } 

input[type="radio"]:checked::before { 
    content: ''; 
    display: block; 
    width: 50%;
    height: 50%;
    border-radius: 50%; 
    background: #000;
    position: absolute; 
    top: 25%; 
    left: 25%; 
}

#result-text{
    font-family: 'Raleway', Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px;
    text-align: left;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Chrome, Safari, and Opera */
    margin: 0; /* Убираем отступы */
}












/* .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.slides-wrapper { 
    display: flex; 
    transition: transform 0.5s ease-in-out; 
}

.slides {
    display: none;
}
.fade {
    animation-name: fade;
    animation-duration: 2s;
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
.dot-container {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}
.dot {
    height: 5px;
    width: 5px;
    margin: 0 2px;
    background-color: #c5c5c5;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active {
    background-color: #0b0b0d;
} */

.android-style .slideshow-container,
.mac-style .slideshow-container,
.ios-style .slideshow-container,
.linux-style .slideshow-container {
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
    overflow: hidden;
    padding-left: 20px;
  }

  .windows-style .slideshow-container {
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
    overflow: hidden;
    padding-left: 25px;
}

.windows-style .slides-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
   /* overflow: hidden; /* добавить эту строку */
}

.windows-style .slides {
    width: 88.5%; /* bilo 90!!!! */
    flex-shrink: 0;
    box-sizing: border-box;
    padding-right: 15px; /* если нужны отступы между слайдами */
}

.android-style .slides-wrapper,
.mac-style .slides-wrapper,
.ios-style .slides-wrapper,
.linux-style .slides-wrapper {
    display: flex; 
    transition: transform 0.5s ease; 
  }

.android-style .slides,
.mac-style .slides,
.ios-style .slides,
.linux-style .slides {
    min-width: 80%; 
    margin-right: 20px; 
    flex-shrink: 0; 
    box-sizing: border-box;
  }

  .fade {
    animation-name: fade;
    animation-duration: 2s;
  }

  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  .dot-container {
    text-align: center;
    padding: 10px 0;
  }

  .dot {
    height: 5px;
    width: 5px;
    margin: 0 2px;
    background-color: #C5C5C5;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .active {
    background-color: #0B0B0D;
  }

  .otstypForPlashka{
    padding-left: 30px;
    padding-right: 30px;
  }
