.big-horizont144__in {
    margin: 10px 25px;
}

.index-chooser .big-horizont144 .big-horizont144__in {
    border: none;
}

.container .big-horizont144__in,
.index-chooser .big-horizont144__in {
    margin: 0;
}

.big-horizont144.big-horizont144--rt {
    background-color: #ceeff7;
}

.big-horizont144.big-horizont144--trcrm {
    background-color: #cfd8dc;
}

.big-horizont144__in {
    border: 2px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 240px;
    position: relative;
    color: #ffffff !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #09A7D6 url(https://tophotels.ru/csstx/images/big-horizont/bh144/bg.jpeg) left/cover no-repeat;
    border-radius: 5px;
    padding-left: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.big-horizont144__in p {
    margin: 20px 0;
    font-size: 20px;
    text-shadow: 13px 2px 20px #000000;
}

.big-horizont144__in b {
    font-size: 25px;
    text-shadow: 13px 2px 20px #000000;
}


.big-horizont144__in:hover button {
    background-color: #e00101;
}

.big-horizont144__in button {
    font-family: 'apercu_pro', sans-serif;
    background-color: #ff0000;
    font-size: 16px;
    display: block;
    border: none;
    position: relative;
    -webkit-box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.49);
    box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.49);
    border-radius: 4px;
    color: #ffffff;
    padding: 0 70px 0 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    line-height: 45px;
}

.big-horizont144 button:hover::before {
    background-image: url(https://tophotels.ru/csstx/images/big-horizont/bh144/bell-solid.svg);
}

.big-horizont144 button::before {
    content: '';
    width: 22px;
    height: 100%;
    background: url(https://tophotels.ru/csstx/images/big-horizont/bh144/bell-regular.svg) center/contain no-repeat;
    -webkit-animation: bell ease-in-out 1s infinite;
    animation: bell ease-in-out 1s infinite;
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    fill: #ffffff;
}

.big-horizont144__in b br.big-horizont144__mb {
    display: none;
}

@-webkit-keyframes bell {
    0% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }

    50% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
    }

    100% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }
}

@media screen and (max-width: 1346px) {
    .big-horizont144__in {
        padding-left: 30px;
    }

    .big-horizont144__in b {
        font-size: 23px;
        line-height: 33px;
    }
}

@media screen and (max-width: 1023px) {
    .big-horizont144 {
        padding: 10px 15px;
        background: transparent;
    }

    .index-chooser .big-horizont144 {
        padding: 0;
    }

    .big-horizont144__in button::before {
        width: 12px;
    }

    .big-horizont144__in button {
        font-size: 12px;
        padding: 0 50px 0 15px;
        line-height: 35px;
    }

    .big-horizont144__in {
        margin: 0;
        height: 180px;
        padding-left: 30px;
        background-position: center;
    }

    .big-horizont144__in p {
        font-size: 15px;
        margin: 10px 0 15px 0;
    }

    .big-horizont144__in b {
        font-size: 17px;
        line-height: 31px;
    }
}

@media screen and (max-width: 767px) {
    .big-horizont144__in {
        border: none;
        padding: 0 10px 0 30px;
        overflow: hidden;
        background-position: top right;
    }

    .big-horizont144 .big-horizont144__in > * {
        position: relative;
        z-index: 2;
    }

    .big-horizont144 .big-horizont144__in::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.2);
    }

    .big-horizont144__in b br {
        display: none;
    }

    .big-horizont144__in b span {
        display: none;
    }

    .big-horizont144__in b br.big-horizont144__mb {
        display: block;
    }

    .big-horizont144__in b {
        font-size: 18px;
        line-height: 26px;
    }

    .big-horizont144__in p {
        font-size: 10px;
        text-transform: uppercase;
        margin: 10px 0 20px 0;
    }

    .big-horizont144__in button {
        font-size: 10px;
        font-weight: bold;
    }
}

@media screen and (max-width: 500px) {
    .big-horizont144__in {
        padding-left: 20px;
        background-position: center;
    }

    .big-horizont144__in b {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 413px) {
    .big-horizont144__in b {
        font-size: 13px;
        line-height: 22px;
    }

    .big-horizont144__in p {
        font-size: 9px;
    }
}

@media screen and (max-width: 359px) {
    .big-horizont144__in button {
        text-align: left;
        padding-right: 0;
        width: 100%;
    }

    .big-horizont144__in b {
        font-size: 12px;
        line-height: 20px;
    }

    .big-horizont144__in p {
        font-size: 8px;
    }

    .big-horizont144__in {
        padding: 10px;
        text-align: center;
        align-items: center;
    }

    .big-horizont144 button::before {
        right: 15px;
    }
}