/*Обнуление*/
*{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: "Inter", serif;
    position: absolute;
    /*background: #FAFBFD*/
}
html {
    scroll-behavior: smooth;
}
body, html {
    overflow-x: hidden;
}
.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main{
    flex: 1;
}
strong{
    color: #FD7C07;
}
/*--------------------*/
.preview{
    background: url('../images/prev-back.png') no-repeat center center/cover;
    height: auto;
    position: relative;
    padding: 80px 20px 390px 20px;
}
.preview__container{
    max-width: 750px;
    margin: 0 auto;
}
.preview__container h2{
    color: #000;
    text-align: center;
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 15px;
}
.preview__container p{
    color: #858585;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*--------------------*/
main{
    max-width: 1190px;
    padding: 20px 20px;
    margin: 0 auto;
}
.block1{
    padding: 50px 0;
}
.block1__title{
    margin-bottom: 30px;
}
.block1__title h2{
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 22px;
}
.block1__title p{
    color: #7A7A7A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.block1__content{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.block1__content-left{
    max-width: 595px;
}
.block1-left__points{
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 166px;
}
.points-block{
    display: flex;
    align-items: center;
    gap: 30px;
}
.points-block h2{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}
.points-block p{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.block1-left__road{
    max-width: 594px;
    height: auto;
    border-radius: 18px;
    background: #F6F3E0;
    padding: 30px;
}
.block1-left__road h2{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}
.block1-left__road p{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 25px;
}
.block1-left__road button{
    max-width: 150px;
    height: auto;
    padding: 7px 20px;
    border-radius: 9px;
    background: #E07606;
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.block1__content-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block1-right__table{
    width: 487px;
    height: auto;
    border-radius: 18px;
    background: #F6F3E0;
    padding: 20px;
}
.table__title{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
}
.table__title h2{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.table__text{
    display: flex;
    justify-content: space-between;
}
.table__text p{
    max-width: 127px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.block1-right__image img{
    max-width: 420px;
}
.block1-right__block{
    border-radius: 18px;
    background: #F6F3E0;
    max-width: 487px;
    height: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block1-right__block p{
    color: #000;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
/*--------------------*/
.block2__title{
    margin-bottom: 30px;
}
.block2__title h2{
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
}
.block2__title p{
    color: #5D5D5D;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.block2__main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}
.block2__block{
    background: url('../images/block2-block.png') no-repeat center center/cover;
    /*height: auto;*/
    position: relative;
    max-width: 553px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    border-radius: 20px;
}
.block2__block-text{
    padding: 20px;

}
.block2__block-text h2{
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
}
.block2__block-text p{
    color: #404040;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.block2__adviсe-title{
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 45px;
}
.block2__adviсe-text p{
    color: #808080;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
    max-width: 535px;
}
/*--------------------*/
@media(max-width: 900px){
    .block1__content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }
    .block1-left__points{
        margin-bottom: 60px;
    }
}
@media(max-width: 770px){
    .block2__main{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 515px) {
    .block1-right__table{
        max-width: 400px;
    }
    .block2__block{
        padding: 50px 0;
    }
}
@media(max-width: 425px){
    .table__text{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .block1-right__block{
        display: block;
        max-width: 100%;
    }
    .block1-right__block p{
        margin-bottom: 10px;
    }
}
@media(max-width: 400px){
    .preview__container h2{
        font-size: 45px;
    }
    .preview__container p{
        font-size: 22px;
    }
}
@media(max-width: 350px){
    .points-block{
        display: flex;
        flex-direction: column;
        align-items: start;
    }
}
/*--------------------*/

.animated-block {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(.38,1.07,.55,.98), transform 0.7s cubic-bezier(.38,1.07,.55,.98);
    will-change: opacity, transform;
}

.animated-block.visible {
    opacity: 1;
    transform: translateY(0);
}
/*--------------------*/