/*Обнуление*/
*{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;
    /*min-height: 700px;*/
    margin-bottom: 40px;
}
.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;
    text-align: center;
    padding: 95px 20px;
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*border: 4px solid white;*/
    /*padding: 40px;*/
    /*margin-top: 8%;*/
}
.header__preview-text{
    max-width: 850px;
}
.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);
}
/*--------------------*/
.policy {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 40px;
}

.policy h1 {
    font-size: 32px;
    color: #222;
    margin-bottom: 20px;
}

.policy h2 {
    font-size: 26px;
    color: #444;
    margin-top: 30px;
    margin-bottom: 10px;
}

.policy p {
    margin-bottom: 16px;
    font-size: 21px;
}

.policy ul {
    padding-left: 20px;
    margin-bottom: 16px;
    font-size: 21px;
}

.policy ul li {
    margin-bottom: 10px;
    font-size: 21px;
}
/*--------------------*/
.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;
        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;
    }
    .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 h2{
        font-size: 52px;
    }
    .header__preview p{
        font-size: 24px;
    }
    .header__preview{
        padding: 40px 20px;
    }

}

