/*@media (max-width: 1920px) {
    .wrapper {
        display: flex;
        flex-wrap: wrap;
        background-color: rgb(27, 205, 86);
        justify-content: end;
        flex-flow: row wrap;
        margin: 0 auto;
        width: 980px;
        
    }
}*/
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"),
        url("/fonts/roboto.woff2") format("woff2"),

        url("/fonts/roboto.woff") format("woff");
}

body {
    background-color: #ffcc29;
    font-family: "Roboto", "Arial", sans-serif;
}



.wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: #206a5d;
    justify-content: end;
    /* flex-flow: row wrap;*/
    margin: 0 0 0 100px;


}

.wrapper div {
    background-color: #ffcc29;
    margin: 10px;
    /*padding: 20px;*/

}

.left-blk {
    flex-grow: 0
}

.left-blk-wrapper {}

.right-blk {
    flex-grow: 1
}

.title p {
    font-size: 56px;
    margin: 0 auto;
}

.logo h1 {
    font-size: 126px;
    margin: 0 auto;
}

button {
    font-size: 26px;
}

.footer__text-mail,
.footer__text-other_domain {
    font-size: 26px;
}

.text span {
    background: #291C23;
    color: #ffcc29;
    padding: 10px 10px;
    font-size: 56px;
    

}

.footer__text {
    display: flex;
    flex-direction: row;
}

.footer__text-mail span {
    background: #291C23;
    color: #ffcc29;
    padding: 10px 10px;
    font-size: 26px;

}

.form, .form__button div{
    margin: 0px;
    
}
button {
    background: #ffcc29;
}
.send-mail {
    
    font-size:24px;
}
.send label, input {
    font-size:24px;
    padding: 14px 21px;
    background-color: #ffcc29;
    caret-color: rgb(255, 255, 255);
    
    width: 30%;
}
a {
    text-decoration:none;
    color:#ffcc29;
}
