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

@font-face {
    font-family: 'ProximaNova';
    font-display: auto;
    src: url('https://tophotels.ru/csstx/fonts/ProximaNova/ProximaNova-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

.big-horizont237-fixed {
    display: none;
}

.big-horizont237-fixed.fixed {
    padding: 15px 0;
    display: block;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    left: 0;
    font-family: 'ProximaNova', sans-serif;
    color: #fff;
    background: #258fba;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.big-horizont237-fixed .container {
    display: flex;
    align-items: center;
}

.big-horizont237-fixed * {
    color: inherit;
}

.big-horizont237-fixed .big-horizont237-fixed__link {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 2;
}

.big-horizont237-fixed .big-horizont237-fixed__bb {
    height: 40px;
    width: 100px;
    border-radius: 5px;
    margin-right: 25px;
    background: #453536 url(https://tophotels.ru/csstx/images/big-horizont/237/logo.png) center /contain no-repeat;
}

.big-horizont237-fixed .big-horizont237-fixed__cross:hover {
    color: #fff;
}

.big-horizont237-fixed .big-horizont237-fixed__cross {
    font-size: 18px;
    margin-left: auto;
    z-index: 3;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: right;
}

.big-horizont237-fixed button {
    border-radius: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    line-height: 35px;
    width: 165px;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.88);
    border: none;
    font-family: 'ProximaNova', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 18px;
    color: #453536;
    margin-right: 30px;
}

.big-horizont237-fixed .big-horizont237-fixed__txt {
    font-size: 18px;
    margin-right: 30px;
}

.big-horizont237-fixed .big-horizont237-fixed__ttl {
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}

.big-horizont237-fixed button::after {
    content: "\f061";
    margin-left: 10px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
}


@media screen and (max-width: 1199px) {
    .big-horizont237-fixed .big-horizont237-fixed__txt {
        font-size: 14px;
    }

    .big-horizont237-fixed .big-horizont237-fixed__ttl {
        font-size: 18px;
    }

    .big-horizont237-fixed button {
        line-height: 30px;
        border-radius: 10px;
    }

    .big-horizont237-fixed .big-horizont237-fixed__cross {
        font-size: 14px;
    }

    .big-horizont237-fixed.fixed {
        padding: 10px 0;
    }
}

@media screen and (max-width: 1023px) {
    .big-horizont237-fixed .big-horizont237-fixed__bb {
        height: 30px;
        width: 70px;
    }

    .big-horizont237-fixed .big-horizont237-fixed__cross {
        font-size: 11px;
    }

    .big-horizont237-fixed button {
        line-height: 25px;
    }

    .big-horizont237-fixed .big-horizont237-fixed__ttl {
        margin-right: 15px;
        font-size: 14px;
    }

    .big-horizont237-fixed .big-horizont237-fixed__bb,
    .big-horizont237-fixed .big-horizont237-fixed__txt {
        margin-right: 20px;
        font-size: 13px;
    }

    .big-horizont237-fixed button {
        font-size: 10px;
        width: 143px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .big-horizont237-fixed .big-horizont237-fixed__ttl {
        font-size: 16px;
    }

    .big-horizont237-fixed .big-horizont237-fixed__txt {
        margin: 0;
        font-size: 14px;
    }

    .big-horizont237-fixed .big-horizont237-fixed__anim1,
    .big-horizont237-fixed .big-horizont237-fixed__anim2,
    .big-horizont237-fixed .big-horizont237-fixed__anim3,
    .big-horizont237-fixed .big-horizont237-fixed__anim4 {
        opacity: 0;
        position: absolute;
        left: 105px;
        transition: 0.3s;
        animation: bh237Fixed 12s infinite;
    }

    .big-horizont237-fixed .big-horizont237-fixed__anim1 {
        animation-delay: 0s;
    }

    .big-horizont237-fixed .big-horizont237-fixed__anim2 {
        animation-delay: 3s;
    }

    .big-horizont237-fixed .big-horizont237-fixed__anim3 {
        animation-delay: 6s;
    }

    .big-horizont237-fixed .big-horizont237-fixed__anim4 {
        animation-delay: 9s;
    }

    @keyframes bh237Fixed {
        0% {
            opacity: 0;
        }
        5% {
            opacity: 1;
        }
        25% {
            opacity: 1;
        }
        30% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }

    .big-horizont237-fixed .big-horizont237-fixed__cross {
        height: 50px;
        line-height: 50px;
        width: 50px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
    }

}