.big-horizont232 {
    height: 240px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    margin: 15px 25px 0 25px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #d4e4f2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 15px 15px 280px;
    overflow: hidden;
    color: #475669;
}
.container .big-horizont232, .index-chooser .big-horizont232 {
    margin: 0 !important;
}

div.container .big-horizont232, .section-wrapper .big-horizont232 {
    margin: 15px 0 0 0 !important;
}
.big-horizont232 p {
    margin: 10px 0 25px 0;
    font-size: 20px;
}

.big-horizont232::before {
    content: '';
    left: 30px;
    position: absolute;
    width: 200px;
    height: 100%;
    bottom: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: Bh232 5s ease-in-out infinite;
    animation: Bh232 5s ease-in-out infinite;
    background: url(https://tophotels.ru/csstx/images/th/info-block/telega-bn.png) center / contain no-repeat;
}

@-webkit-keyframes Bh232 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-3px, -5px) rotate(-2deg);
        transform: translate(-3px, -5px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
        transform: translate(0px, 2px) rotate(0deg);
    }
    75% {
        -webkit-transform: translate(3px, 5px) rotate(2deg);
        transform: translate(3px, 5px) rotate(2deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes Bh232 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-3px, -5px) rotate(-2deg);
        transform: translate(-3px, -5px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
        transform: translate(0px, 2px) rotate(0deg);
    }
    75% {
        -webkit-transform: translate(3px, 5px) rotate(2deg);
        transform: translate(3px, 5px) rotate(2deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.big-horizont232 .bth__btn {
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff !important;
    background-color: #318cc6;
}

.big-horizont232:hover .bth__btn {
    background-color: #215f86;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.big-horizont232 br {
    display: none;
}

@media screen and (max-width: 1199px) {
    .big-horizont232 p {
        font-size: 17px;
    }
}

@media screen and (max-width: 1023px) {
    .big-horizont232 {
        padding-left: 180px;
    }

    .big-horizont232::before {
        left: 15px;
        width: 130px;
    }

    .big-horizont232 p {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .big-horizont232 .bth__ttl-h1 {
        font-size: 17px;
        line-height: 20px;
    }

    .big-horizont232 p {
        margin: 0 0 15px 0;
    }

    .big-horizont232 .bth__ttl-h2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .big-horizont232 .bth__btn i {
        font-size: 10px;
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .big-horizont232::before {
        left: auto;
        width: 100px;
        right: 20px;
        bottom: 5px;
        height: 100px;
    }

    .big-horizont232 br {
        display: block;
    }

    .big-horizont232 .bth__btn {
        font-size: 10px;
        width: 220px !important;
        text-align: left;
        padding-left: 20px;
    }

    .big-horizont232 {
        height: 180px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px 0 15px 15px;
    }
}

@media screen and (max-width: 405px) {
    .big-horizont232 .bth__ttl-h2 {
        font-size: 13px;
        margin-top: 0;
    }

    .big-horizont232 .bth__ttl-h1 {
        font-size: 15px;
    }

    .big-horizont232::before {
        width: 80px;
        right: 20px;
        bottom: 23px;
        height: 80px;
    }

    .big-horizont232 p {
        margin: 0 0 13px 0;
    }
}

@media screen and (max-width: 359px) {
    .big-horizont232 .bth__ttl-h1 {
        font-size: 13px;
        line-height: 18px;
    }

    .big-horizont232 .bth__btn {
        width: 200px !important;
        padding-left: 12px;
    }

    .big-horizont232::before {
        right: 15px;
    }
}