* {
    box-sizing: border-box;
}

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

body {
    height: 100%;
    font-family: 'apercu_pro', sans-serif;
    font-size: 12px;
    color: #475669;
    min-width: 320px;
    background: #F2F2F2;
}

.page {
    background: #fff;
    position: relative;
    margin: auto;
    min-height: 100%;
    padding-bottom: 150px;
    box-sizing: border-box;
}

.section-wrapper {
    position: relative;
    max-width: 1346px;
    margin: auto;
    box-sizing: border-box;
}

.panel {
    position: relative;
    padding: 0;
}

html body .page article.filter-new,
html body .page .lsfw-popup__grey,
html body .page .lsfw-popup {
    background-color: #CCDBF8 ;
}

.page .bth__btn.bth__btn--blue,
.page .formDirections .formDirections__static-btn {
    background-color: #10387e;
    border-color: #10387e;
    color: white;
}

.page .bth__btn.bth__btn--blue:hover,
.page .formDirections .formDirections__static-btn:hover {
    background-color: #3d6dc1;
    border-color: #3d6dc1;
}

.index-txt__abs .bth__btn:hover {
    color: #3d6dc1;
}

.bth__btn.bth__btn--blue-brdr:hover {
    color: #3d6dc1;
    border-color: #3d6dc1;
}

.bth__btn.bth__btn--blue-brdr {
    color: #10387e;
    border-color: #10387e;
    background-color: white;
}

.content-top {
    margin-top: 45px;
    margin-bottom: 30px;
}

.page .formDirections .formDirections__top-line {
    border-color: #3d6dc1;
}

.page .tour-selection-wrap .bth__inp-block.burger::after {
    background-position-x: -145px;
}

.page article.filter-new .filter-new__button:hover .filter-new__inp:checked + .filter-new__lb i {
    color: white;
}

.page article.filter-new .filter-new__button:hover .filter-new__inp:checked + .filter-new__lb,
.filter-new__inp-toggle-view + .filter-new__lb:hover {
    background-color: #10387e !important;

}

.page article.filter-new .filter-new__button:hover .filter-new__lb i {
    color: #10387e;

}

.page article.filter-new .filter-new__lb.filter-new__lb--sm i,
.page article.filter-new .filter-new__button .filter-new__lb {

    color: #3d6dc1;
}

.page article.filter-new .filter-new__inp:checked + .filter-new__lb {
    background-color: #3d6dc1;
    color: white;
}


html body .page article.filter-new .fa.fa-sliders {
    background-image: url(/i/filter-blue-icon.png);
}

.bth__inp-block-burger::after {

    background-position-x: -136px;
}

html body .page article.filter-new .filter-new__button:hover .fa.fa-sliders {
    background-image: url(/i/filter-blue-dark-icon.png);
}

article.filter-new .filter-new__inp-toggle-view + label span {

    background-position-x: -32px;
}

article.filter-new .filter-new__inp-toggle-view:checked + label span {
    background-position-x: -195px;
}


.fixed-live-block__cross {
    position: absolute;
    width: 17px;
    height: 17px;
    cursor: pointer;
    top: 11px;
    right: 10px;
    background-image: url(https://css.tophotels.ru/i/cross-thin.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.fixed-live-block__top {
    background-color: white;
    position: relative;
    padding: 8px;
}

.fixed-live-block__ttl {
    font-size: 13px;
    max-width: 300px;
    padding-right: 25px;
    display: block;
    line-height: 19px;
}

.fixed-live-block__video {
    width: 300px;
    height: 200px;
}

.fixed-live-block__ico {
    display: none;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-size: cover;
    background-image: url(/i/tourcentre/live-sctream-ico.png);
    margin-left: auto;
}

.fixed-live-block {
    position: fixed;
    width: 300px;
    bottom: 20px;
    z-index: 100;
    right: 20px;
}

.fixed-live-block__video-block {

    background-color: black;
    box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.47);
}


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) {
    .section-wrapper {

        padding-right: 60px !important;
        padding-left: 60px !important;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding-top: 53px;
        padding-bottom: 140px;
        margin-top: 0;
    }

    .fixed-live-block {
        width: 280px;
    }

    .fixed-live-block__video {
        width: 280px;
        height: 150px;
    }

    .section-wrapper {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .content-top {
        margin: 20px 0;
    }
}

@media screen and (max-width: 525px) {
    .page {

        padding-bottom: 300px;
    }
}