html,
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

/* главная информация */

div {
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    gap: 5px;
}

.outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
}

.Mywork {
    font-size: 50px;
    color: darkred;
    font-weight: bold;
    padding: 15px;
}

.conteiner1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
}

.conteiner1>img {
    width: 40px;
}

.alltypes>span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    }


.conteiner2 {
    display: flex;
    align-items: center;
    width: 100vw;
    justify-content: center;
    font-size: 20px;

}

.conteiner2>div {
    display: flex;
    align-items: center;
    flex-direction: column;
}


.conteiner3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    font-size: 20px;
}

.conteiner3>div {
    display: flex;
    align-items: center;
    flex-direction: column;
}


/* навигационное меню */
.menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: darkred;
    align-items: center;
    text-align: center;
    height: 20vh;
    gap: 20px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
}

.menu>a{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 30px;
}

.mainphoto {
    display: flex;
    flex-direction: column;
    position: relative;
}

.phoneurl1{
    font-weight: none;
    text-decoration: none;
    color: #000000;
}
.mailurl1{
    font-weight: none;
    text-decoration: none;
    color: #000000;
}

/* вторая страница О нас */

.redwhite {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100vw;
}

.redsquare2page {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 8vh;
    background-color: darkred;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    width: 100vw;
}

.redsquare2page>p {
    width: 100vw;
    text-align: center;
}

.whitesquare2page {
    display: flex;
    flex-direction: column;
    width: 100vw;
    text-align: center;
    background-color: #ffffff;
    font-size: 20px;
}

.whitesquare2page>p {
    display: flex;
    font-stretch: 50%;
    text-align: center;
    color: #000000;
    width: 90vw;
}

.advantages>p {
    font-size: 20px;
    color: darkred;
    font-weight: bold;
    margin: 0px;
}

.advantagestext {
    display: flex;
    flex-direction: column;
    width: 90vw;
    text-align: left;
    font-stretch: 50%;
    gap: 2vh;
    margin: 0px;
}

/* третья страница наши услуги */

.page3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100vw;
}
.redsquare3page {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 8vh;
    background-color: darkred;
    font-size: 20px;
    font-weight: bold;
    width: 100vw;
}

.redsquare3page>p {
    width: 100vw;
    color: #ffffff;
    text-align: center;
}

.services{
    font-size: 20px;
}

.listservices {
    display: flex;
    flex-direction: column;
    width: 90vw;
    text-align: left;
    font-stretch: 50%;
    gap: 2vh;
    margin: 0px;
}

.bordered {
    border-left: darkred;
    border-right: darkred;
    border-width: 3px;
    border-style: solid;
    border-color: darkred;
}

.page4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100vw;
}
.redsquare4page {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 8vh;
    background-color: darkred;
    font-size: 20px;
    font-weight: bold;
    width: 100vw;
}

.redsquare4page>p{
    width: 100vw;
    color: #ffffff;
    text-align: center;
}

.schedule, .mail, .address{
    font-size: 20px;
}
.tgws{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.mailurl{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.phoneurl{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.yandexmap{
    display: flex;
    width: 100vw;
    height: 50vh;
    flex-direction: column;
    justify-content: center;
}

#language {
    cursor:pointer;
    margin-left:5px;
    font-size:100%;
}


