* {
    margin: 0;
    padding: 0;
}

header {
    position: sticky;
    top: 0;
    margin: 0 auto;
    background: white;

}

.logo {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

.headermenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.headermenu a {
    text-decoration: none;
    width: max-content;
    font-size: 20px;
    color: #5a5a5a;
}

.titlelogo {
    width: 600px;
    height: 600px;
    margin: -50px -50px -150px -50px;
}

.backgroundimage p {
    margin-top: 1vh;
    margin-bottom: 1vh;
    text-indent: 3vw;
    text-align: justify;

}



.headermenu ul {
    width: 200px;
    /*Фиксируем ширину блока*/
    line-height: 80px;
    /*Высота строки +  верт. центрирования текста*/
    margin-right: 10px;
    text-align: center;
    /*Центрируем текст по горизонтали*/
    display: inline-block;
}

/* */

.backgroundimage {
    text-align: center;
    min-height: 400px;
    font-size: 30px;
}

.backgroundimage p {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    color: floralwhite;
}

#bg1 {
    background-image: url(/image/pexels1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

#bg2 {
    background: url(/image/pexels3.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

#bg3 {
    background: url(/image/pexels4.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

#bg4 {
    background: url(/image/pexels5.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

#bg5 {
    background: url(/image/pexels6.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

#bg6 {
    background: url(/image/pexels7.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.textinwhite {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vh;
}

.textinwhite p {
    color: black;
}

.textinwhite h2 {
    font-size: 60px;
    color: black;
}

.textinwhite li {
    color: black;
}

footer {
    display: inline-block;
}

.contactsfooter {
    /*Высота строки +  верт. центрирования текста*/
    margin: 0px 0px 0px 0px;
    text-align: center;
    display: inline-block;
}

iframe {
    float: right;
    margin: 1px;
    padding: 1px;
}


.titles {
    width: 30%;
    float: left;
}

#form_message {
    border-radius: 5px;
    padding: 1vw;
    width: 90%;
}

#form_message input, textarea {
    border-radius: 5px;
    width: 65%;
}

#submit {
    height: 5vh;

}

#form_message h2 {
    text-align: center;
}