/*Обнуление*/
*{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{
    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;
}
.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: center;
    padding: 70px 20px;
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*border: 4px solid white;*/
    /*padding: 40px;*/
    /*margin-top: 8%;*/
}
.header__preview-text{
    text-align: center;
}
.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;
}

.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);

}
/*--------------------*/
.contact-section {
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
    color: #FFFFFF;
    padding-top: 150px;
    padding-bottom: 150px;
}
.container_co {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-info {flex: 1 1 40%;}
.contact-info h1 {font-size: 2rem;margin-bottom: 10px;}
.contact-info p {font-size: 18px;margin-bottom: 20px;}
.contact-info ul {list-style: none;}

.contact-info ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-info ul li .icon {font-size: 1.5rem;margin-right: 10px;}
.contact-form {flex: 1 1 50%;}
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form-row {display: flex;gap: 10px;}
.contact-form input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
}
.contact-form textarea {height: 100px;resize: none;}
.form-row button{
    border: 3px white solid;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 21px;
    background: none;
    padding: 7px 50px;
    transition: 0.2s;
}
.form-row button:hover{
    background: #FFFFFF;
    transition: 0.2s;
    color: #7A5529;
}
/*--------------------*/
/*--------------------*/
.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;
    }
}
@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;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        transform: translateX(100%);
        box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.5);
    }
    .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;
    }
}
@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;
    }
}
@media(max-width: 500px){
    .header__preview h2{
        font-size: 34px;
    }
    .header__preview p{
        font-size: 18px;
    }
    .contact-section{
        padding: 30px 20px;
    }
}
@media(max-width: 400px){
}
