@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
/*Обнуление*/
*{
    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%;

    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;}

/*--------------------*/

.bigred{
    font-size: 20px;
    color: red;
}
*{
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
h1{
    font-size: 42px;
    font-weight: 700;
}
h2{
    font-size: 36px;
    font-weight: 700;
}
h3{
    font-size: 26px;
    font-weight: 700;
}
p{
    font-size: 16px;
    font-weight: 400;

}


@media (max-width: 768px) {
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 26px;
    }
    h3{
        font-size: 18px;
    }
    p{
        font-size: 14px;
    }
    body .lock{
        overflow: hidden;
    }
}