@import url('css2');
/* font-family: "Goldman", sans-serif; */
@import url('css2-1');
/* font-family: "Montserrat", sans-serif; */

*{
    margin: 0;
    padding: 0;
}
main{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    background-color: #272727;
    min-height: 100dvh;
}
.conteiner{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    min-height: 100dvh;
}

header{
    width: 100%;
    height: 543px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    margin-top: 50px;
}
header > img{
    width: 442px;
    height: 312px;
}
header p{
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
header p span{
    font-family: "Goldman", sans-serif;
    font-weight: 500;
}
header button{
    background-color: #272727;
    margin-top: 40px;
    color: white;
    padding: 20px 40px;
    border-radius: 8px;
    font-family: "Goldman", sans-serif;
    font-size: 20px;
    border: none;
}
header a{
    margin-top: 50px;
    font-family: "Montserrat";
    font-size: 16px;
    text-decoration: none;
    color: #000000;
}

@media (max-width:1250px){
    .conteiner{
        width: 90vw;
    }
}

@media (max-width:950px){
    header{
        width: 100%;
        height: 470px;
    }
    header > img {
        width: 315px;
        height: 223px;
    }
}
@media (max-width:500px){
    header{
        height: 394px;
    }
    header > img {
        width: 220px;
        height: 156px;
    }
    header button{
        padding:12px 40px;
    }
    header p{
        width: 90%;
        text-align: center;
    }
}

.blocks_content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80dvh;
    margin-top: 30px;
    margin-bottom: 20px;
}

.block_content{
    width: 350px;
    height: 697px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}
.img_block{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}
.img_block img{
    width: 167px;
    height: 167px;
}
.logo_block_text{
    margin-top: 30px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
.opis_block_text{
    margin-top: 90px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 30.6px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
}

@media (max-width:1250px){
    .block_content{
        width: 32%;
    }
    .img_block{
        width: 250px;
        height: 250px;
    } 
    .img_block img{
        width: 137px;
        height: 137px;
    }
}

@media (max-width:950px){
    .block_content{
        height: 520px;
    }
    .img_block{
        width: 150px;
        height: 150px;
        margin-top: 25px;
    } 
    .img_block img{
        width: 117px;
        height: 117px;
    }
    .opis_block_text{
        margin-top: 20px;
    }
    .blocks_content{
        min-height: 520px;
    }
}
@media (max-width:810px){
   .blocks_content{
    flex-direction: column;
   }
   .block_content{
    width: 100%;
    height: 400px;
    margin: 20px;
   }
}
@media (max-width:370px){
    .block_content{
        height: 460px;
       }
}

.settings_block_content{
    width: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    min-height: 10dvh;
    margin-top: 20px;
    display: flexe;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}
.logo_settings{
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    font-size: 26px;
}

.text_opis_setting{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    min-height: 80%;
}
.block_content_set{
    background-color: #F3F3F3;
    border-radius: 30px;
    width: 45%;
    margin: 30px;
    min-height: 645px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}
.logo_block_content_set{
    font-family: "Montserrat", sans-serif;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    font-weight: 600;
    font-size: 24px;
}
.text_opis_set{
    font-family: "Montserrat", sans-serif;
    margin-left: 40px;
    line-height: 30px;
    margin-top: 50px;
    padding: 10px;
}
.text_opis_set a{
    color: blue;
    font-weight: 600;
}

.logo_text_set_opis{
    font-weight: 600;
}

@media (max-width:1250px){
    .text_opis_setting{
        flex-direction: column;
    }
    .block_content_set{
        width: 90%;
        min-height: 500px;
    }
    .text_opis_set{
        margin-top: 30px;
    }
}

@media (max-width:950px){
    .block_content_set{
        width: 90%;
        min-height: 500px;
    }
    .text_opis_set{
        margin-top: 30px;
        text-align: center;
        margin-left: 0px;
    }
}

footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 500px;
}
footer img{
    width: 442px;
}
footer a{
    background-color: #272727;
    border-radius: 8px;
    padding: 20px 40px;
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-family: "Goldman", sans-serif;
}
@media (max-width:950px){
    footer{
        flex-direction: column;
    }
}

@media (max-width:800px){
    footer{
        height: 400px;
    }
    footer img{
        width: 342px;
    }
}
@media (max-width:800px){
    footer{
        height: 300px;
    }
    footer img{
        width: 242px;
    }
}
.login{
    color: white;
}

*{
    color: white;
}
footer a{
    box-shadow: 0px 0px 10px white;
}
footer{
    box-shadow: 0px 0px 10px white;
    border-radius: 16px;
}
header{
    box-shadow: 0px 0px 10px white;
}
header button{
    box-shadow: 0px 0px 10px white;
}
header a{
    color: white;
}
.block_content{
    box-shadow: 0px 0px 10px white;
}
.block_content_set{
    background-color: #272727;
    box-shadow: 0px 0px 10px white;
}
.settings_block_content{
    box-shadow: 0px 0px 10px white;
    margin-bottom: 40px;
}
.img_block{
    background-color: #272727;
    box-shadow: 0px 0px 10px white;
}

.end_block_dop{
    width: 1200px;
    height: 500px;
    border-radius: 16px;
    margin: 40px;
    box-shadow: 0px 0px 10px white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.end_block_dop h1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    font-weight: 600;
    cursor: default;
    font-size: 34px;
}
.end_block_dop p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    width: 80%;
}
.end_block_dop a{
    width: 200px;
    height: 40px;
    border-radius: 50px;
    margin: 10px;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
}

@media (max-width:1250px){
    .end_block_dop{
        width: 90%;
    }   
}
@media (max-width:480px){
    .end_block_dop{
        min-height: 600px;
    }   
}