.main__contact{
    background-image: url('/img/man-using-laptop-on-table-against-white-background-257897.jpg');
    background-size: 110%;
    background-position: 50% 60%;
    height: 80vh;
}
.contact__filter{
    width: 100%;
    height: 80vh;
    background-color: rgba(0, 0, 0, .65);
}
.filter__content{
    width: 500px;
    height: 280px;
    background-color: rgba(221, 0, 116, .78);
    display: block;
    position: absolute;
    right: 0;
    margin: 20vh 2.5%;
}
.content__title{
    text-align: center;
    font-size: 42px;
    margin: 1em 0;
    color: #fff;
}
.content__text{
    color: #fff;
    margin: 0 90px 54px 90px;
    line-height: 1.5em;
}
.content__readmore{
    margin-left: 90px;
}
.content__part{
    width: 100%;
    display: grid;
    justify-content: center;
}
@media screen and (max-width: 1160px){
    .main__contact {
        background-size: 130%;
    }
}
@media screen and (max-width: 990px){
    .main__contact {
        background-size: 150%;
    }
}
@media screen and (max-width: 860px){
    .main__contact {
        background-size: 180%;
    }
}
@media screen and (max-width: 750px){
    .main__contact{
        height: 60vh;
        background-size: 170%;
    }
    .contact__filter{
        height: 60vh;
    }
    .filter__content{
        height: 30vh;
        margin: 30vh 0 0 0;
        bottom: unset;
        width: 100%;
        background-color: rgba(221, 0, 116, .45);
    }
    .content__title{
        margin: 1.5em 7.5% .5em 7.5%;
    }
    .content__text{
        margin: 0 7.5% 0px 7.5%;
    }
}
@media screen and (max-width: 580px){
    .main__contact{
        background-size: 210%;
    }
}
@media screen and (max-width: 480px){
    .main__contact {
        background-size: 215%;
        height: 50vh;
    }
    .contact__filter {
        height: 50vh;
    }
    .filter__content {
        margin: 20vh 0 0 0;
    }
}
@media screen and (max-height: 668px){
    .main__contact {
        height: 60vh;
    }
    .contact__filter {
        height: 60vh;
    }
    .filter__content{
        height: 40vh;
    }
    .content__title {
        margin: .7em 7.5% .5em 7.5%;
    }
}