body {
    background: #fff;
    color: #222;
    font-size: 15px;
}

:root {
    --col1: #ffd634;
    --col2: #2b150d;
    --col3: #ff7a1b;
}



@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

a {
    color: #fff;
    transition: all 0.3s;
}

a:hover {
    transform: translateY(-3px);
}

* {
    font-family: 'Roboto', sans-serif;

}


.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
}

.header {
    padding: 20px 0;
}



.content {
    flex: 1 1 auto;
}

.footer {
    width: 100%;
    background: var(--col2);
    margin: 50px 0 0 0;
}

.sektor {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.nav_row {
    width: 100%;
    background: #2b150d;
    ;
}


.nav_row_box {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}


.nav_row_left {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nav_row_right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.nax_mix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 5px;
}

.nax_mix a {
    color: #222;
    padding: 15px 20px;
    width: 100%;
    border: 1px #eee solid;
    text-align: center;
    border-radius: 10px;
}

.active {
    background-color: var(--col1);
}

.head_box {
    background: url(/img/bg.jpg), no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 376px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
}

.head_box_mix {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    max-width: 800px;
}

.head_box_mix h1 {
    font-size: clamp(25px, 4vw, 60px);
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    line-height: 104%;
}

.head_box_mix span {
    background: var(--col3);
    padding: 20px;
    color: #eee;
    line-height: 138%;
    border-radius: 10px;
}

.head_mix {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 50px 0;
}

.head_mix_row {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    gap: 20px;
}

/* .head_mix_img {}

.head_mix_span {} */

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}


.about_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 30px;
}

.about_box_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.about_box_right {
    max-width: 651px;
}

.about_box_right img {
    width: 100%;
    border-radius: 10px;
}

.about_fox {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.about_fox h2 {
    font-size: clamp(25px, 4vw, 60px);
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.about_box_left p {
    line-height: 138%;
    background: #f9f8f3;
    padding: 20px;
    border-radius: 10px;
}

.subscribe-form {
    display: flex;
    gap: 10px;
    /* padding: 20px; */
    justify-content: center;
    background: none;
    margin: 0;
}

.subscribe-form input {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    max-width: 250px;
    transition: border-color 0.3s ease;
    margin-bottom: 0 !important;
}

.subscribe-form input:focus {
    border-color: #ff7e1b;
    outline: none;
}

.subscribe-form button {
    padding: 12px 24px;
    background-color: #ff7e1b;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscribe-form button:hover {
    background-color: #e96f0d;
}

.mail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mail>div {
    color: #fff;
}


.slider-wrapper {
    position: relative;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease;
}

.review {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.name {
    font-weight: bold;
    font-size: 1.1em;
}

.date {
    color: #888;
    font-size: 0.9em;
}

.rating {
    color: orange;
    margin-top: 5px;
}

.text {
    margin-top: 10px;
    font-size: 0.95em;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}

.arrow.left {
    left: -40px;
}

.arrow.right {
    right: -40px;
}

.controls {
    text-align: center;
    margin: 20px 0;
}

.btn {
    background: #ff7e1b;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
}

form {
    background: #fff;
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

form input,
form textarea,
form select {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form button {
    background: #ff7e1b;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1em;
    /* text-align: center; */
}

.btt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slider-wrapper {
    position: relative;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 20px 40px;
    /* для стрелок */
}

.slider-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
}

.review {
    flex: 0 0 300px;
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 200px;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}

.swiper {
    width: 100%;
    max-width: 1312px;
    padding: 20px;
    margin: auto;
}

.swiper-slide.review {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 200px;
    max-width: 300px;
}

.name {
    font-weight: bold;
    font-size: 1.1em;
}

.date {
    color: #888;
    font-size: 0.9em;
}

.rating {
    color: orange;
    margin-top: 5px;
}

.text {
    margin-top: 10px;
    font-size: 0.95em;
}

.ans_pag {
    display: block;
    top: 278px !important;
}
.swiper-horizontal {
    touch-action: pan-y;
    padding: 0 0 24px 0 !important;
}


.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ffa500 !important;
}


.answers h2 {
    text-align: left;
    font-size: clamp(25px, 4vw, 60px);
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}


.answers {
    margin: 60px 0 0 0;
}




@media (max-width: 885.98px) {
    .subscribe-form {
        flex-direction: column;
        align-items: stretch;
    }
}