/* 44786 / Сайт - Доработка - Улучшить мобильный адаптив на сайте Ростест (Аспро) (второстепенные правки) / ртм_AndreyAA / Начало */

.rtm_banner_section {
    position: relative;
}

.rtm_banner_block {
    position: relative;
    background-position: 100% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.rtm_banner_block:before {
    display: block;
    content: "";
    padding-top: 27%;
}

.rtm_banner_content {
    position: absolute;
    color: #fff;
    top: 0;
    left: 7%;
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 9%;
}

.rtm_banner_content:before {
    background-image: url('/upload/medialibrary/2e7/ozx1dj8afbmj6hln837j0dlr6k0j5iqi.png');
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: 100% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.rtm_banner_logo_area {
    z-index: 1;
}

.rtm_banner_logo {
    width: 115px;
    height: auto;
}

.rtm_banner_text_area {
    z-index: 1;
    gap: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 2px #4978aaa8, -1px -1px 2px #4978aaa8;
}

.rtm_banner_title {
    font-family: 'font-main' !important;
    font-size: 19px !important;
    font-weight: bold;
}

.rtm_banner_text {
    font-family: 'font-main-thin' !important;
    font-size: 18px !important;
}

@media screen and (max-width: 1300px) {
    .rtm_banner_block:before {
        padding-top: 30%;
    }
    .rtm_banner_content {
        left: 3%;
        width: 54%;
    }
}

@media screen and (max-width: 1200px) {
    .rtm_banner_logo {
        width: 100px;
    }
    .rtm_banner_content {
        gap: 7%;
    }
}

@media screen and (max-width: 800px) {
    .rtm_banner_content {
        left: 0%;
        width: 60%;
    }
    .rtm_banner_block {
        background-position: 100% 0%;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 700px) {
    .rtm_banner_block:before {
        padding-top: 33%;
    }
    .rtm_banner_text_area {
        line-height: 1.4;
        gap: 0px;
    }
    .rtm_banner_title {
        font-size: 16px !important;
    }
    .rtm_banner_text {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 600px) {
    .rtm_banner_block {
        background-position: 100% 0%;
        background-size: auto 120%;
    }
    .rtm_banner_block:before {
        padding-top: 40%;
    }
    .rtm_banner_content {
        left: 0px;
        padding: 0 25px;
        width: 100%;
        opacity: 0.95;
    }
    .rtm_banner_content:before {
        background: #2f588bd4 !important;
        background: linear-gradient(180deg, #3367a7d4 0%, #2f588bd4 30%, #2f588bd4 50%, #073267d4 100%) !important;
    }
    .rtm_banner_text_area {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 520px) {
    .rtm_banner_logo {
        width: auto;
        height: 40px;
    }
    .rtm_banner_block:before {
        padding-top: 47%;
    }
}

@media screen and (max-width: 410px) {
    .rtm_banner_text {
        display: none;
    }
    .rtm_banner_block:before {
        padding-top: 58%;
    }
}

/* 44786 / Сайт - Доработка - Улучшить мобильный адаптив на сайте Ростест (Аспро) (второстепенные правки) / ртм_AndreyAA / Конец */
