/*Обнуление*/
*{padding:0;margin:0;border:0;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus,:active{outline:none;}
a:focus,a:active{outline:none;}
nav,footer,header,aside{display:block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
/*input::-ms-clear{display:none;}*/
button{cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
/*ul li{list-style:none;}*/
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}
/*--------------------*/
body {
    overflow-x: hidden;
}
body{
    font-family: "Poppins", serif;
    position: absolute;
    /*background: gainsboro;*/
    background: #7A5529;
}
body, html {
    overflow-x: hidden;
}
.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main{
    flex: 1;
}
.burger {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
.header__preview{
    padding-top: 30px;
    background-image: url("../images/prev_back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
}
.header__container{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    background-color: #7A5529;
    border-radius: 20px;
}
.header__logo{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.header__nav{
    width: 460px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}
.header__nav a{
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header__nav a:hover{
    text-decoration: underline;
}
.header__preview{
    /*max-width: 1300px;*/
    margin: 0 auto;
    /*text-align: center;*/
    display: flex;
    justify-content: space-between;
    padding: 122px 20px;
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*border: 4px solid white;*/
    /*padding: 40px;*/
    /*margin-top: 8%;*/
}
.header__preview-text{
    max-width: 530px;
}
.header__preview-search {
    max-width: 600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 40px;
    background-color: rgba(87, 47, 10, 0.9); /* Темно-коричневый полупрозрачный */
    border-radius: 12px;
    /*margin: 50px auto;*/
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.header__preview-search input,
.header__preview-search select {
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid #dcdcdc;
    background-color: transparent;
    color: white;
}

.header__preview-search select {
    background-color: white;
    color: black;
}

.header__preview-search input::placeholder {
    color: #ffffffaa;
}

.header__preview-search input[type="date"] {
    color-scheme: dark;
}

.header__preview-search button{
    grid-column: span 2;
    padding: 15px;
    background-color: #b87933;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__preview-search button:hover {
    background-color: #a06a2c;
}
.header__preview h2{
    color: white;
    font-size: 62px;
    line-height: 62px;
    font-style: normal;
    font-weight: 700;
    max-width: 910px;
    margin-bottom: 20px;
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.50);

}
.header__preview p{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: #FFFFFF;
    max-width: 1000px;
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.50);

}
/*--------------------*/
.choose__content{
    display: flex;
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
    /*gap: 100px;*/
}
.light{
    background: #A37238;
}
.darker{
    background: #7A5529;
}
.dark{
    background: #51391D;
}
.choose__content-block{
    display: flex;
    flex-direction: column;
    /*min-width: 480px;*/
    padding: 45px 50px;
    width: 100%;
    transition: 0.3s;
}
.choose__content-block:hover{
    width: 110%;
    transition: 0.3s;
}
.choose__content-block img{
    width: 80px;
    height: 80px;
    margin-bottom: 45px;
}
.choose__content-block h3{
    color: white;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.choose__content-block p{
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
/*--------------------*/

/*--------------------*/
.explore{
    background-image: url("../images/Group 15.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 60px;
    /*margin-bottom: 80px;*/
}
.explore__container{
    max-width: 1300px;
    margin: 0 auto;
}
.explore__title{
    color: #FFF;
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.50);
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 100px;
    border-bottom: 3px solid #FFF;
    margin: 0 20px 45px 20px;
}
.explore__content{
    display: flex;
    justify-content: space-between;
    gap: 90px;
    margin: 0 20px 0 20px;
}
.explore__content-text p{
    color: #FFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.70);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 430px;
    margin-bottom: 42px;
}
.explore__content-text a{
    display: flex;
    width: 168px;
    height: 48px;
    padding: 12px 16px 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: #FFF;
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.2s;
    border: 2px solid white;
}
.explore__content-text a:hover{
    background: none;
    border: 2px solid white;
    color: #FFFFFF;
    transition: 0.2s;
}
.explore__content-images{
    display: flex;
    gap: 20px;
}
.explore__content-images img{
    border-radius: 16px;
    margin-bottom: 24px;
}
.explore__content-images p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
.explore__content-images {
    display: flex;
    gap: 20px;
}

.explore__content-images_img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
}

.explore__content-images_img img {
    border-radius: 16px;
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
    background: rgba(255, 138, 0, 0.41);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 16px;
}

.overlay p {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.explore__content-images_img:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}
/*--------------------*/
/*--------------------*/
.hero__blocks{
    display: flex;
    justify-content: space-between;

    margin: 0 auto;
    padding: 70px 20px;
    gap: 10px;
    max-width: 1300px;
}
.hero__blocks-title{
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    max-width: 300px;
}
.hero__blocks-block{
    display: flex;
    width: 298px;
    height: 150px;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #A37238;
    backdrop-filter: blur(2px);
    transition: height 0.7s ease, margin-top 0.7s ease, color 0.7s ease;
}
.hero__blocks-block h2{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.hero__blocks-block p{
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.hero__blocks-block span{
    color: #51391D;
}
.hero__blocks-block:hover{
    height: 170px;
    margin-top: -20px;
    color: #000;
    background: #51391D;
    transition: 0.7s;
}
.hero__blocks-block:hover.hero__blocks-block p,
.hero__blocks-block:hover.hero__blocks-block h2,
.hero__blocks-block:hover.hero__blocks-block span{
    color: white;
    font-weight: 600;
    transition: 0.7s;
}
/*--------------------*/
.news__titlemain{
    text-align: center;
    color: #262626;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 21px;
    margin-top: 50px;
}
.news__container{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 120px;
}
.news__card {
    width: 353px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
}
.news__image {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.news__content {
    padding:32px ;
}
.news__date {
    color: #191919;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 21px;
}
.news__title {
    color: #191919;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 32px;
}
.news__text {
    color: #191919;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 32px;
}
.news__link {
    color: #008395;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.news__link:hover {
    text-decoration: underline;
}
/*--------------------*/
.faq {
    max-width:1300px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: Arial, sans-serif;
}
.faq h2 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: 62px; /* 100% */
    margin-bottom: 30px;
}
.faq-item {
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    text-align: left;
    padding: 15px;
    cursor: pointer;
    outline: none;
    color: #FFFFFF;
}
.faq-answer {
    display: none;
    padding: 0 15px 15px;
    font-size: 16px;
    color: white;
}
/*--------------------*/

.testimonial-main{
    background-image: url("../images/comments_back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}
.testimonials {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.testimonials__title {
    font-size: 42px;
    font-weight: bold;
    color: #FFFFFF;
}
.swiper-wrapper{
    padding: 50px 0;
}
.swiper {
    padding-bottom: 50px;
}
.testimonial {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    min-height: 140px;
}
.testimonial h3 {
    font-size: 18px;
    font-weight: bold;
}
.testimonial__role {
    font-size: 14px;
    color: gray;
    margin-bottom: 10px;
}
.testimonial p {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.testimonial__stars {
    color: #ffcc00;
    font-size: 18px;
}
/*--------------------*/
.footer {
    background: #51391D;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 20px;
}
.footer__column {
    flex: 1;
    min-width: 200px;
    margin: 0 10px;
}
.footer__column h3 {
    color: #F2F2F2;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}
.footer__column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__column ul li {margin-bottom: 10px;}
.footer__column ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer__column ul li a:hover {color: #bbb;text-decoration: underline;}
.footer__bottom {
    border-top: 1px solid #444;
    padding-top: 30px;

}







@media(max-width: 1250px){
    .hero__blocks{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero__blocks-title{
        margin-bottom: 30px;
    }

}
@media(max-width: 970px){
    .explore__content{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .explore__content-text button{
        width: 100%;
    }
    .explore__content-text p{
        font-size: 24px;
    }
    .explore__title{
        text-align: center;
    }
    .header__preview{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header__preview-text{
        text-align: center;
        margin-bottom: 30px;
    }
}
@media (max-width: 911px) {
    .burger {
        display: block;
    }
    .header__container{
        display: flex;
        justify-content: space-between;
        padding: 30px;
    }
    .header__nav{
        position: absolute;
        top: 133px;
        right: 0;
        background: rgb(163, 114, 56);
        width: 235px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.5);
        /* Скрытое состояние — полностью за экраном */
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        z-index: 1000;
    }
    .header__nav{
        display: flex;
    }
    .header__button{
        display: none;
    }
    .header__nav a{
        margin: 10px 0;
        font-size: 20px;
    }
    .header__nav.active{
        transform: translateX(0);
    }
    #active{
        color: white;
    }
    .header__logo1{
        display: block;
        font-size: 32px;
        color: white;
        font-weight: 600;
    }
    .steps__main{
        gap: 0;
    }
}
@media(max-width: 900px){
    .choose__content{
        gap: 40px;
    }
    .choose__content{
        display: flex;
        flex-direction: column;

    }
}
@media(max-width: 801px){
    .hero__blocks-block{
        height: 180px;
    }
}
@media(max-width: 650px){
    .explore__content-images{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .explore__title{
        font-size: 55px;
    }
    .hero__blocks-block{
        height: 150px;
    }
    .hero__blocks{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .header__preview-search{
        display: flex;
        flex-direction: column;
    }
}
@media(max-width: 500px){
    .header__preview{
        padding-top: 60px;
    }
    .header__preview h2{
        font-size: 52px;
    }
    .header__preview p{
        font-size: 24px;
    }
}
@media(max-width: 400px){
    /*header{*/
    /*    min-height: 800px;*/
    /*}*/
}
