*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: Сomic Sans MS;
    max-width: 100vw;
}
.icon_phone{
    width: 128px;
    height: 128px;
    background-image: url(ico/phone.ico);
    background-size: cover;
    position: fixed;
    z-index: 200;
    bottom: 50px;
    left: 50px;
    display: none;
    animation-name: phone-trias;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.icon_phone:hover{
    animation-play-state: paused;
}
@keyframes phone-trias{
    0%{

    }
    100%{
        left: 6%;
    }
}
.block{
    display: block;
}
ul{
    max-width: 100%;
    height: 40px;
    background: rgba(62, 62, 60, 0.79);
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(62, 62, 60, 0.79);
    display: flex;
    justify-content: center;
    list-style: none;
    position: fixed;
    z-index: 200;
}
.absolut{
    position: absolute;
    width: 100%;
}
ul a{
    text-decoration: none;
    background: rgba(62, 62, 60, 0.79);
    color: #fff;
    border-radius: 15px;
    font-size: 20px;
    padding: 0px 40px;
    line-height: 50px;
    display: block;
}
li{
    margin-right: 10px;
}
.manu_link:hover{
    background: rgba(141, 141, 137, 0.79);
}
.header{
    position: fixed;
    width: 100vw;
}
.header_h1{
    background: none;
    border: none;
    font-size: 55px;
}
.main__burger{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.burger__button{
    position: absolute;
    z-index: 30;
    padding: 0px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #848484;
    display: none;
}
.burger__line,
.burger__line::after,
.burger__line::before{
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #fff;
}
.burger__line{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.burger__line::after{
    content: '';
    top: 12px;
}
.burger__line::before{
    content: '';
    top: -12px;
}
.burger__nav{
    position: absolute;
    z-index: 50;
    top: 0px;
    right: 0px;
    width: 70vw;
    height: 100vh;
    background:  linear-gradient(0deg, #777777, rgba(0, 0, 0, 0.94));
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}
.burger__link{
    margin-bottom: 10px;
    font-size: 25px;
    padding: 0px 20px;
    background-color: rgba(0, 0, 0, 0);
}
.burger__link:hover{
    font-size: 30px;
    border-bottom: 3px solid #fff;
    border-radius: 0px;
}
.burger__overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
}
.main__burger_active .burger__overlay{
    display: block;
}
.main__burger_active .burger__line{
    background-color: transparent;
}
.main__burger_active .burger__line::after{
    top: 0;
    transform: rotate(45deg);
}
.main__burger_active .burger__line::before{
    top: 0;
    transform: rotate(-45deg);
}
.main__burger_active .burger__nav{
    display: flex;
}
section{
    width: 100%;    height: 100vh;
}
.first_section{
    padding-bottom: 100px;
    background-image: url(img/main_foto.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.info{
    margin-top: 200px;
    width: 50%;
    height: auto;
    padding-bottom: 150px;
    background-color: rgba(62, 62, 60, 0.79);
    box-shadow: 0 0 5px #000000;
    border-radius: 10px;
}
.h1_main{
    font-size: 70px;
    color: aliceblue;
}
.info h1{
    font-size: 40px;
    color: #fcfeff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: -20px
}
.info p{
    font-size: 35px;
    color: #fcfeff;
    text-align: center;
    margin-top: 10px;
}
.phone{
    margin-top: 50px;
    font-size: 35px;
    color: #fcfeff;
    text-align: center;
}
.call{
    position: absolute;
    margin-top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.call_butt{
    border: 3px solid rgb(155, 155, 155);
    border-radius: 15px;
    font-size: 40px;
    color: rgb(190, 190, 190);
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 90px;
    display: block;
    text-align: center;
    line-height: 60px;
    font-family: sans-serif;
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.call_butt::before, .call_butt::after{
    position: absolute;
    content: '';
    width: 100%; height: 100%;
    background: rgb(232, 232, 228);
    top: 0;
    left: -100%;
    transition: .3s;
    z-index: -1;
}
.call_butt::after{
    opacity: 1;
    transition-delay: .1s;
}
.call_butt:hover{
    color: #fff;
    background:rgba(141, 141, 137, 0.79);
}
.call_butt:hover::before, .butt:hover::after{
    left: 0;
}
.division{
    width: 100%;    height: 150px;
    background: #656565;
    position: relative;
    z-index: 100;
}
.second_section{
    background-image: url(img/main_foto2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Open Sans Condensed', sans-serif;
    height: auto;
    padding-bottom: 50px;
}
.second_section h1{
    font-size: 50px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: -50px;
}
.wraper{
    width: 70%;
    height: 100%;
    color: aliceblue;
}
.container{
    width: 100%;
    height: 60%;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.first_price_block{
    width: 250px;
    height: 350px;
    margin-right: 20px;
    margin-bottom: 60px;
    box-shadow: 3px 3px 5px #3c3c3c;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.61);
}
.icon_car{
    width: 100%;
    height: 50%;
}
.foto_car{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.first_price_block h2{
    text-align: center;
    color: #000;
    font-size: 25px;
}
.text_price{
    margin-bottom: 40px;
    font-size: 21px;
    text-align: center;
    font-family: Сomic Sans MS;
    color: #000;
}
.second_wraper{
    width: 100%;
    display: flex;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
}
.second_call_butt{
    border: 3px solid rgb(106, 106, 106);
    border-radius: 15px;
    font-size: 40px;
    color: #fff;
    background:rgba(141, 141, 137, 0.79);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 30px;
}
.second_call_butt:hover{
    color: #ed0000;
}
.cont_mini-first{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.cont_mini{
    width: 100%;
    margin-top: 100px;
    height: auto;
    display: flex;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
}
.mini_about{
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.mini_icon{
    width: 250px;
    height: 50%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-family: Сomic Sans MS;
}
.mini_icon_first{
    height: 270px;
    padding-bottom: 30px;
    box-shadow: 3px 3px 5px #3c3c3c;
    background-color: aliceblue;
    font-family: 'Open Sans Condensed', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.55);
}
.mini_icon_first h2{
    text-align: center;
    color: #000;
    font-size: 25px;
}
.mini_icon_first strong{
    text-align: center;
    font-size: 25px;
    font-family: Сomic Sans MS;
    color: #000;
    margin-bottom: -10px;
}
.mini_icon p{
    font-size: 30px;
    text-align: center;
}
.third_section{
    height: auto;
    padding-bottom: 100px;
    background-image: url(img/main_foto3.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
}
.third_section::after{
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, 0.17);
}
.third_section h1{
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    z-index: 100;
    margin-top: 50px;
    color: aliceblue;
}
.wrap_text{
    width: 50%;
    height: 50%;
    margin-top: 200px;
}
.text_about{
    position: relative;
    z-index: 100;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}
footer{
    width: 100%;
    height: 550px;
    background-color: #535353;
    position: relative;
    z-index: 100;
}
.text_footer{
    position: relative;
    z-index: 100;
    padding-top: 50px;
    text-align: center;
    font-size: 25px;
    color: aliceblue;
}
footer p{
    color: aliceblue;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: -50px;
    text-align: center;
}
.footer_wraper{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_wraper a{
    border: 3px solid rgb(186, 186, 186);
    border-radius: 15px;
    font-size: 40px;
    color: rgb(198, 198, 198);
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 30px;
}
.footer_wraper a:hover{
    color: #f70707;
    background: rgba(177, 177, 176, 0.79);
}
@media (max-width: 1350px){
    .info p{
        font-size: 30px;
    }
    .info h1{
        font-size: 35px;
    }
    .icon_phone{
        width: 96px;
        height: 96px;
    }
}
@media (max-width: 1000px){
    ul a{
        font-size: 18px;
        padding: 0 30px;
    }
    .info{
        width: 70%;
    }
    .info p{
        font-size: 28px;
    }
    .phone{
        font-size: 33px;
        margin-top: 70px;
    }
    .call_butt{
        font-size: 30px;
        padding: 1px 80px;
    }
    .wrap_text{
        width: 70%;
    }
    .third_section h1{
        font-size: 45px;
    }
    .text_about{
        font-size:  26px;
    }
}
@media (max-width: 900px){
    .header_h1{
        font-size: 45px;
    }
    ul a{
        font-size: 18px;
        padding: 0 25px;
    }
    .second_call_butt{
        font-size: 35px;
        padding: 10px 20px;
    }
}
@media (max-width: 800px){
    ul a{
        font-size: 18px;
        padding: 0 20px;
    }
    .info h1{
        font-size: 35px;
    }
    .info p{
        font-size: 25px;
    }
    .phone{
        font-size: 30px;
        margin-top: 70px;
    }
    .call_butt{
        font-size: 25px;
        padding: 0px 40px;
    }
    .wrap_text{
        width: 70%;
    }
    .third_section h1{
        font-size: 40px;
    }
    .text_about{
        font-size:  24px;
    }
}
@media (max-width: 700px){
    .manu_link{
        display: none;
    }
    .burger__button{
        display: block;
    }
    .header_h1{
        font-size: 40px;
    }
    ul{
        justify-content: center;
    }
    .icon_phone{
        width: 72px;
        height: 72px;
        left: 10px;
    }
    .wrap_text{
        width: 70%;
    }
    .text_about{
        font-size:  22px;
    }
    .text_footer{
        font-size: 23px;
    }
    footer p{
        font-size: 40px;
    }
    .footer_wraper a{
        font-size: 35px;
    }
}
@media (max-width: 570px){
    .info h1{
        font-size: 26px;
    }
    .info p{
        font-size: 22px;
    }
}
@media (max-width: 500px){
    .icon_phone{
        width: 72px;
        height: 72px;
    }
}
@media (max-width: 400px){
    footer p{
        font-size: 30px;
    }
}
@media (max-width: 360px){
    .call_butt{
        padding: 0px 10px;
    }
}


