@font-face {
    font-family: 'Kurale';
    font-display: auto;
    src: url('https://tophotels.ru/csstx/fonts/Kurale/Kurale-Regular.woff2');
    font-weight: normal;
    font-style: normal;
}

.main-page3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 2px;
    color: #ffffff !important;
    background: #666666 url("https://tophotels.ru/csstx/images/main-page/mp3.jpg") right/cover no-repeat;
    height: 180px;
    padding-left: 314px;
    position: relative;
    text-shadow: 0 0 20px #000000;
    overflow: hidden;
}

.main-page3::after {
    content: '';
    position: absolute;
    height: 300px;
    width: 300px;
    z-index: 22;
    left: -47px;
    top: -61px;
    border-radius: 100%;
    background: #eeeeee;
}

.main-page3 .main-page3__logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 241px;
    height: 100%;
    background: url(https://tophotels.ru/csstx/images/main-page/mp3-logo.png) center/165px no-repeat;
    z-index: 155;
}

.main-page3::before {
    content: '';
    position: absolute;
    right: 0;
    transition: 0.3s;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(45deg, #173a5f, transparent);
}

.main-page3 > * {
    position: relative;
    z-index: 2;
}

.main-page3 b {
    font-size: 35px;
    font-family: 'Kurale', serif;
    line-height: 35px;
    letter-spacing: 1px;
}

.main-page3 .bth__btn > * {
    display: inline-block;
    vertical-align: middle;
}

.main-page3 .bth__btn {
    border: none;
    color: #000000;
    background: #ffdb00;
}

.main-page3 > span {
    font-size: 10px;
    position: absolute;
    right: 30px;
    bottom: 31px;
}

.main-page3 div {
    font-size: 24px;
    margin: 20px 0;
    line-height: 24px;
}

@media screen and (max-width: 1023px) {
    .main-page3::after {
        left: -105px;
    }

    .main-page3 .main-page3__logo {
        width: 193px;
        background-size: 150px;
    }

    .main-page3 {
        padding-left: 230px;
    }

    .main-page3 b {
        font-size: 28px;
        line-height: 28px;
    }

    .main-page3 div {
        font-size: 21px;
        line-height: 21px;
    }

    .main-page3 .bth__btn.bth__btn--300 {
        width: 240px;
    }

    .main-page3 > span {
        font-size: 8px;
        bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .main-page3 {
        padding: 80px 0 0 0;
        font-size: 12px;
        align-items: center;
        height: auto;
    }

    .main-page3 .bth__btn i {
        font-size: inherit !important;
        margin-top: 2px;
    }

    .main-page3 .bth__btn {
        border-radius: 0;
        font-size: 11px;
    }

    .main-page3::after {
        left: calc(50% - 150px);
        top: -230px;
        background: rgba(238, 238, 238, 0.76);
    }

    .main-page3 > span {
        position: static;
        margin-bottom: 20px;
    }

    .main-page3 b {
        font-size: 18px;
        line-height: 18px;
    }

    .main-page3 .main-page3__logo {
        width: 100%;
        height: 55px;
        background-size: contain;
        top: 5px;
    }

    .main-page3 div {
        font-size: 13px;
        margin: 10px 0;
        line-height: 13px;
    }
}