@font-face {
    font-family: 'Dancing_Script';
    font-display: swap;
    src: url('/fonts/Dancing_Script/DancingScript-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cultitalicbold';
    font-display: swap;
    src: url('/fonts/Cultitalicbold/Cultitalicbold.ttf');
    font-weight: normal;
    font-style: normal;
}

.big-horizont118 {
    display: block;
    background-color: #faf6e5;
    padding: 10px 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    position: relative;
    -ms-user-select: none;
    color: #ffff !important;
    user-select: none;
}


.big-horizont118__inn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    overflow: hidden;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #C3002D url(/images/big-horizont/bh118/bg.jpg) left/contain no-repeat;
    border-radius: 5px;
    height: 240px;
    border: 2px solid #fff;
    align-items: flex-start;
    padding-left: 430px;
}

.big-horizont118__ttl {
    font-weight: normal;
    font-family: 'Dancing_Script';
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 29px;
}


.big-horizont118 .big-horizont118__ttl:last-of-type {
    margin: 20px 0 25px 0;
}

.big-horizont118__btn::before {
    content: "\f06b";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 25px;
    font-size: 30px;
    top: 10px;
}

.big-horizont118__btn:hover {
    background-color: #00ad3e;
}

.big-horizont118.big-horizont118--tcm {
    background-color: #CFD8DC !important;
}

.big-horizont118__btn {
    font-family: 'apercu_pro', sans-serif;
    border: none;
    padding: 15px 85px 15px 45px;
    -webkit-box-shadow: 0 0 20px 8px rgb(0 0 0 / 12%);
    box-shadow: 0 0 20px 8px rgb(0 0 0 / 12%);
    color: #fff;
    background-color: #009635;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    font-weight: bold;
    z-index: 2;
}

.big-horizont118__snowflake-1 {
    background-image: url(/images/big-horizont/bh118/snow1.png);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 240px;
    -webkit-animation: snow1 18s linear infinite;
    animation: snow1 18s linear infinite;
}

.big-horizont118__snowflake-2 {
    background-image: url(/images/big-horizont/bh118/snow2.png), url(/images/big-horizont/bh118/snow3.png);
    -webkit-animation: snow2 10s linear infinite;
    animation: snow2 10s linear infinite;
    width: 100%;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
}

@-webkit-keyframes snow2 {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 10% 240px, 10% 240px;
    }
}

@keyframes snow2 {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 10% 240px, 10% 240px;
    }
}

@-webkit-keyframes snow1 {
    from {
        background-position: 0 -300px;
    }
    20% {
        background-position: 20% -100px;
    }
    40% {
        background-position: 30% 100px;
    }
    to {
        background-position: 20% 700px;
    }
}

@keyframes snow1 {
    from {
        background-position: 0 -300px;
    }
    20% {
        background-position: 20% -100px;
    }
    40% {
        background-position: 30% 100px;
    }
    to {
        background-position: 20% 700px;
    }
}

.big-horizont118__rudolf {
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
    width: 222px;
    height: 100%;
    background: url(/images/big-horizont/bh118/rudolf.png) right bottom / 160px no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.big-horizont118__rudolf span {
    padding: 16px 10px 15px 10px;
    text-align: center;
    color: #000;
    font-size: 15px;
    margin: 0 0 10px 0;
    font-family: 'Cultitalicbold', sans-serif;
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    display: block;
    width: 140px;
}

@media screen and (max-width: 1200px) {
    .big-horizont118__rudolf {
        background-size: 130px;
        width: 185px;
    }

    .big-horizont118__rudolf span {
        width: 114px;
        font-size: 12px;
    }

    .big-horizont118__ttl {
        font-size: 26px;
    }

    .big-horizont118__inn {
        padding-left: 350px;
    }
}

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

    .big-horizont118__btn::before {
        right: 25px;
        font-size: 21px;
        top: 8px;
    }

    .big-horizont118__rudolf {
        background-size: 110px;
    }

    .big-horizont118__btn {
        font-size: 14px;
        padding: 10px 75px 10px 45px;
    }

    .big-horizont118__inn {
        padding-left: 240px;
        background-position-x: -70px;
    }

    .big-horizont118__ttl {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .big-horizont118 {
        padding: 0;
    }

    .big-horizont118__ttl {
        font-size: 18px;
        text-shadow: 0 0 20px black;
    }

    .big-horizont118__inn {
        border: 0;
        background-size: cover;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        border-radius: 0;
    }

    .big-horizont118 .big-horizont118__ttl:last-of-type {
        margin: 10px 0 35px 0;
    }

    .big-horizont118__snowflakes {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 61, 112, 0.42);
        z-index: 1;
    }

    .big-horizont118__rudolf {
        display: none;
    }
}