.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button-header{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.1vw;
    font-style: normal;
    background-color: transparent;
    border: none;
    margin-top: 0.5vw;
}
.closeButton{
    width: 25px;
}
.btn{
    padding: 0%;
    border-radius: 0%;
}
.form-select{
    border-radius: 0%;
    border-color: black;
    font-family: "Jost", sans-serif;
}
.btn:hover{
    border: solid 0% transparent;
}
.lupa-header{
    width: 1.3vw;
}
.font{
    font-family: "Jost", sans-serif;

}
.font-numders{
    font-family: "Jost", sans-serif !important;
    font-size: 1.1vw !important;
    font-weight: bold !important;
}
.text-bricks{
    font-family: "Nunito Sans", serif;
    color: rgb(255, 255, 255);
    bottom: -10px;
    font-size: 1.5vw;
}
.nav-link{
    font-family: "Nunito Sans", serif;
    font-size: 0.9vw;
    line-height: 1.3vw;
}
.insta-icon{
    width: 2vw;
}
.magazine{
    width: 170px;
}
.about-us{
    white-space: nowrap;
}
.width1, .width2, .width3{
    width: 0%;
    padding: 0%;
}

.middle-div, .middle-div2, .middle-div3, .middle-div4{
    width: 0px;
    padding: 0px;
}
.text-dark{
    color: black;
    font-family: "Jost", sans-serif;
}
.in-text{
    font-size: 40px;
}
.insta-icon{
    width: 50px;
    margin-left: -10px;
}
@media (max-width: 1200px) {
    .width2, .width3{
        width: 100%;
    }
}
@media (max-width: 990px) {
    .middle-div{
        width: 100%;
    }

}
@media (max-width: 880px) {
    .middle-div2, .middle-div3{
        width: 100%;
        margin-top: 2vw;
    }
    .margin1{
        margin-left: 1vw;
    }
}
@media (max-width: 769px){
    .input-hight{
        height: 5vw;
        min-height: 40px; /* Сохраняем минимальную высоту для мобильных */
    }
    .input-massage{
        height: 15vw;
        min-height: 40px; /* Сохраняем минимальную высоту для мобильных */
    }
    .input-buttons{
        height: 5vw;
        width: auto;
        padding: 0 10px 0 10px;
        font-size: small;
    }
    .margin1{
        margin-left: -12px;
    }
}
@media (max-width: 640px) {
    .lupa-header{
        width: 3.3vw;
    }
    .picture-main{
        width: 100%;
        height: auto;
        max-width: 100vw;
    }
    .d-flex.flex-wrap {
        flex-direction: column;
        width: 100%;
    }
    .d-flex.flex-wrap a.btn {
        width: 100%;
        display: block;
    }
}
@media (max-width: 540px) {
    .btn-form-end{
        margin-top: 1%;
    }
}
@media (max-width: 411px) {
    .middle-div4{
        width: 100%;
        margin-top: 10px;
    }
    .read-text{
        left: 1vw;
    }
    .col-contacts{
        margin-top: -15%;
    }
}
@media (max-width: 1200px) {
    .width2, .width3{
        width: 100%;
    }
}
@media (max-width: 990px) {
    .middle-div{
        width: 100%;
    }
}
@media (max-width: 880px) {
    .middle-div2, .middle-div3{
        width: 100%;
        margin-top: 2vw;
    }
}
@media (max-width: 640px) {
    .lupa-header{
        width: 3.3vw;
    }
    .picture-main{
        width: 100%;
    }
}
@media (max-width: 420px) {
    .middle-div4{
        width: 100%;
        margin-top: 10px;
    }
    .read-text{
        left: 1vw;
    }
}