body {
    height: 100%;
    background-color: #dedede;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    margin: 0;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

.content {
    min-width: 320px;
    max-width: 1346px;
    margin: 0 auto;
}

.container {

    background-color: #fff;
    min-height: 100%;
    padding-bottom: 100px;
    position: relative;
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow-y: scroll;
}

.page-topline {
    background-color: #eee;
    padding: 20px 0;
}


html body .big-horizont118__inn {
    border-width: 0;
}

html body .big-horizont118 {
    padding: 0;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

.big-horizont118__snowflake-1,
.big-horizont118__snowflake-2 {
    display: none !important;
}
.snowflake-1 {
    background-image: url(https://css.tophotels.ru/images/big-horizont/bh118/snow1.png);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-animation: headSnow1 18s linear infinite;
    animation: headSnow1 18s linear infinite;
}

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

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

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

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

@keyframes headSnow1 {
    from {
        background-position: 0 -300px;
    }
    20% {
        background-position: 20% -100px;
    }
    40% {
        background-position: 30% 100px;
    }
    to {
        background-position: 20% 700px;
    }
}
@media screen and (max-width: 1450px) {

    .content {
        padding: 0 60px;
    }
}

@media screen and (max-width: 1024px) {

    .container {
        padding-bottom: 250px;
    }

    .page-topline {
        padding: 10px 0;
    }
}

@media screen and (max-width: 768px) {

    .content {
        padding: 0 15px;
    }
}

