

/* Start:/bitrix/templates/biletik_aero_yellow/components/bitrix/news/handbook/bitrix/news.detail/load_next_news/style.css?158566728630598*/
.cont.wrap_handbook_nav{
    display: none;
}

.list_offers_detail{
    background: #1c3f75;
    padding-top: 50px;
    padding-bottom: 50px;
}

.wrap_share_detail{
    padding: 2em 0 1em;
}

.single_news_item:first-child .article > .container {
    border-top: 1px solid #d9d9d9;
}

.wrap_news_list .top-block {
    margin-bottom: 30px;
}

.article > .container {
    margin-top: 15px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

.article > .container div.wrapper_advertising_line {
    margin-bottom: 55px;
}

.article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.article-description {
    max-width: 770px;
    margin-right: 28px;
    margin-bottom: auto;
}

.article-aside {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 374px;
}

.article-aside-wrapper {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 40px 30px;
    border-radius: 3px;
    position: relative;
}

.article-aside.fixed {
    position: absolute;
    width: 374px;
    top: 0;
    right: 0;
    z-index: 300;
    /*transition: 0.3s;*/
}

.article-aside.fixed .article-aside-wrapper{
    position: fixed;
    width: 374px;
    top: 80px;
}

.article-aside.fixed.bottom {
    top: auto;
    bottom: 0;
}

.article-aside.fixed.bottom .article-aside-wrapper{
    position: absolute;
    top: auto;
    bottom: 0;
}

.article-aside h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
    color: #424242;
    text-align: left!important;
}

.rules .article-aside__item {
    height: 130px!important;
    overflow: hidden;
    position: relative;
    border: none;
    border-radius: 3px;
    margin-bottom: 10px;
}

.rules .article-aside__item.vote-block {
    max-width: 310px;
}

.article-aside__item img {
    width: 100%;
    transition: 0.5s;
}

.article-aside__item:hover img {
    transform: scale(1.2);
}

/*.slick-vertical .article-aside__item.slick-slide {*/
    /*height: 170px!important;*/
    /*overflow: hidden;*/
    /*position: relative;*/
    /*border: none;*/
/*}*/

.rules .article-aside__item .article-aside__img {
    background: #cecece;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
}

.rules .article-aside__item h3 {
    position: absolute;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0 10px 10px 10px;
    line-height: 14px;
    bottom: 0;
    z-index: 1;
}

.rules .article-aside__item .article-aside__img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.rules .article-aside__item .article-aside__img a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 20px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.8) 100%);
}

.rules .article-aside__item h3 > a{
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    color: #fff;
}

.article-aside__btn {
    position: absolute;
}

.article-aside__btn.slick-arrow {
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: #f0b600;
    color: #333333;
    border-radius: 50%;
}

.article-aside .slick-slide[aria-hidden="true"] {
    opacity: 1;
}

.article-aside__btn.next {
    top: auto;
    bottom: -25px;
}

.article-aside__btn.slick-disabled {
    opacity: 1;
    background: #ebebeb;
    color: #bdbdbd;
}

.article-aside .slick-dots li button:before {
    font-size: 10px !important;
    color: #333333!important;
}

.rules.article .article-description h1 {
    font-size: 42px;
    color: #424242;
    text-align: left;
    font-weight: 500;
    margin-top: 0;
}

.rules.article .article-description h2 {
    font-size: 24px;
    color: #424242;
    text-align: left;
    font-weight: 500;
}

.rules.article .article-description h3 {
    font-size: 22px;
}

.rules.article .article-description h4 {
    font-size: 20px;
}

.rules.article .article-description h5 {
    font-size: 18px;
}

.rules.article .article-description h6 {
    font-size: 16px;
}

.article-description .label-h2 {
    text-align: left;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #424242;
    margin-bottom: 10px;
}

.article-description  .author-photo img {
    border-radius: 50%;
    margin-right: 8px;
    margin-left: 20px;
}

.article-description .label-h2::before {
    content: "";
    display: inline-block;
    margin-right: 20px;
    height: 2px;
    width: 50px;
    vertical-align: middle;
    background-color: #f0b600;
}

.article-description-table {
    max-width: 100%;
    overflow-x: scroll;
}

.rules.article .article-description .col-lg-12 img {
    max-width: 100%;
    margin: 40px auto;
}

.wrap_text_article_detail {
    line-height: 30px;
    font-size: 16px;
    color: #424242;
}

.rules.article p,
.rules.article {
    line-height: 30px;
    color: #424242;
}

.rules.article .article-links {
    margin-top: 40px;
    margin-bottom: 40px;
}

.rules.article .article-links ul {
    list-style: none;
    padding: 0;
}

.rules.article .article-links li:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 10px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #f0b600;

}

.rules.article .article-links a {
    color: #2f6aba;
    line-height: 30px;
}

.article-btn {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 30px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
    background: -webkit-linear-gradient(#ffffff, #ebebeb);
    background: -o-linear-gradient(#ffffff, #ebebeb);
    background: linear-gradient(#ffffff, #ebebeb);

}

.article-btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#f6f6f6));
    background: -webkit-linear-gradient(#d7d7d7, #f6f6f6);
    background: -o-linear-gradient(#d7d7d7, #f6f6f6);
    background: linear-gradient(#d7d7d7, #f6f6f6);
}

.article-btn.yellow {
    background: #f0b600;
    color: #ffffff;
    border-color: transparent;
}

.wrap_share_detail.article-share a.article-btn:hover,
a.article-btn:focus,
a.article-btn:active {
    color: #ffffff;
    text-decoration: none;
}

.wrap_share_detail.article-share .article-btn.btn_scroll_comments {
    margin-left: 0;
    margin-right: 10px;
}

.article-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

.article-share__item {
    text-align: center;
}

.article-share__item.share {
    margin-left: auto;
    position: relative;
}

.article-share__item.share > button {
    padding-left: 48px;
    background: url('/bitrix/templates/biletik_aero_yellow/img/share-btn.png'),
    -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
    background: url('/bitrix/templates/biletik_aero_yellow/img/share-btn.png'),
    -webkit-linear-gradient(#ffffff, #ebebeb);
    background: url('/bitrix/templates/biletik_aero_yellow/img/share-btn.png'),
    -o-linear-gradient(#ffffff, #ebebeb);
    background: url('/bitrix/templates/biletik_aero_yellow/img/share-btn.png'),
    linear-gradient(#ffffff, #ebebeb);
    background-repeat: no-repeat;
    background-position: left 20px center, left;
}

.article-share__item.share > button:hover {
    padding-left: 48px;
    background: url('/bitrix/templates/biletik_aero_yellow/img/share-btn.png'),
    -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#f6f6f6));
    background: url('/bitrix/templates/biletik_aero_yellow/img/share-btn.png'),
    -webkit-linear-gradient(#d7d7d7, #f6f6f6);
    background: url('/bitrix/templates/biletik_aero_yellow/img/share-btn.png'),
    -o-linear-gradient(#d7d7d7, #f6f6f6);
    background: url('/bitrix/templates/biletik_aero_yellow/img/share-btn.png'),
    linear-gradient(#d7d7d7, #f6f6f6);
    background-repeat: no-repeat;
    background-position: left 20px center, left;
}

.article-social {
    position: absolute;
    right: 0;
    margin-top: 10px;
    min-width: 262px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    padding: 15px 20px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    -webkit-box-shadow: 3px 0 12px 0 rgba(32, 34, 37, 0.25);
    box-shadow: 3px 0 12px 0 rgba(32, 34, 37, 0.25);
}

.article-social::before {
    content: '';
    position: absolute;
    right: 69px;
    top: -18px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #d9d9d9;
}

.article-social::after {
    content: '';
    position: absolute;
    right: 70px;
    top: -16px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

/*только на странице статей и новостей*/

.article + .wrap_guide {
    background: #f0b501;
}

.article + .wrap_guide p.block_title--big-text {
    color: #ffffff;
    font-size: 32px;
    text-align: left;
}


.article__news-list > .guide-list .offers-list__item.news-hand, .offers-list .offers-list__item.news-hand {
    width: auto!important;
    height: 270px;
}

.article__news-list > .wrap_guide.wrap_guide_detail {
    background: #f0b600;
}

.article__news-list > .wrap_guide.wrap_guide_detail .block_title--big-text.light {
    text-align: left;
    color: #ffffff;
    font-size: 32px!important;
    font-weight: 500;
}

.article__news-list > .wrap_guide.wrap_guide_detail .block_title {
    margin-bottom: 0;
}

.article__news-list > .wrap_guide.wrap_guide_detail .offers-list {
    padding: 0;
}

.article__news-list > .wrap_guide.wrap_guide_detail .offers-list__item .descr {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.article__news-list > .wrap_guide.wrap_guide_detail .offers-list__item .descr p {
    font-weight: 500;
}

.article__news-list > .wrap_guide.wrap_guide_detail .offers-list__item .descr::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, #fff 100%);
    left: 0;
    bottom: 0;
    z-index: 222;
}

/*только на странице статей и новостей end*/


/*новости партнеров*/

.partner-news {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #eeeeee;
}

.partner-news .block_title {
    margin-bottom: 20px;
}

.partner-news .block_title--big-text{
    text-align: left;
    font-size: 32px!important;
    font-weight: 500;
    margin-bottom: 0;
}

.partner-news .block_title--big-text.dark {
    color: #424242;
}

.partner-news-list__item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 270px;
    background: #fff;
    margin: 20px 0;
}

.partner-news-list__item a,
.partner-news-list__item a:hover,
.partner-news-list__item a:active {
    text-decoration: none;
}

.partner-news-list__item .descr p {
    text-decoration: none;
    color: #424242;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.partner-news-list__item .descr {
    background: #fff;
    padding: 20px;
    color: #424242;
    position: relative;
    overflow: hidden;
}

.article .wrapper_advertising_line {
    margin-top: 0!important;
    margin-bottom: 30px!important;
}

.article .wrapper_advertising_line.bottom {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

.article .wrapper_advertising_line img {
    margin: 0 auto;
    display: block;
}

.article__news-list .offers-list__item .descr {
    padding: 15px;
    padding-top: 10px;
}

.article__news-list .offers-list__item.special_ofr .descr {
    padding: 25px;
}

/*slider*/
.article-aside__list .slick-arrow{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: #f0b600;
    color: #333333;
    border-radius: 50%;
    opacity: 1;
    outline: none;
}
.article-aside__list .slick-arrow:before{
    content: "\f077";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333333;
    opacity: 1;
}

.article-aside__list .slick-arrow:hover,
.article-aside__list .slick-arrow:focus{
    background: #f0b600;
    color: #333333;
}
.article-aside__list .slick-prev{
    top: -25px;
}
.article-aside__list .slick-next{
    top: auto;
    bottom: -25px;
}
.article-aside__list .slick-next:before{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 5px;
}
/*slider --- end*/

.bw_close a,
#articleModal .bw_close a:hover{
    text-decoration: none;
    color: #ffffff;
}

.article-description iframe,
.article-description video,
.article-description audio {
    max-width: 100%;
}

.article-aside__list.slick-slider {
    position: static;
}

.article-aside__list.slick-slider .slick-list {
    transition: 0.5s;
}

.article-aside__item.vote-block {
    border: 2px solid #f0b600!important;
}

.article-aside__item.vote-block .express-title{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    background: #f0b600;
    color: #fff;
    padding: 2px 5px;
    border-radius: 0 0 0 3px;
    z-index: 3;
}


@media (max-width: 1210px) {
    .article-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .article-aside {
        position: fixed;
        width: 100%;
        height: 350px;
        bottom: 0;
        left: 0;
        z-index: 300;
        padding: 0;
        border: none;
        background: #ffffff;
        -webkit-box-shadow: -10px -15px 60px 10px rgba(0, 0, 0, 0.4);
        box-shadow: -10px -15px 60px 10px rgba(0, 0, 0, 0.4);
        -webkit-transition: 0.5s!important;
        -o-transition: 0.5s!important;
        transition: 0.5s!important;
        -webkit-transform: translateY(334px);
        -ms-transform: translateY(334px);
        transform: translateY(334px);
    }
    .article-aside.open {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .article-aside.open-md {
        -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
        transform: translateY(300px);
    }

    .article-aside .article-aside__item img {
        max-height: 100%;
    }

    .article-aside-wrapper {
        padding: 0;
        border: none;
    }

    .article-aside-mobile-wrapper {
        display: none;
    }

    .article-aside h2 {
        color: #ffffff;
        text-align: center!important;
        font-size: 20px;
        line-height: 50px;
        background: #f0b600;
        position: relative;
        cursor: pointer;
        margin-bottom: 0;
    }

    .article-aside h2::before {
        content: '';
        width: 50px;
        height: 50px;
        position: absolute;
        background: #f0b501;
        border-radius: 50%;
        z-index: -1;
        top: -20px;
        cursor: pointer;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .article-aside h2::after {
        content: '\f077';
        width: 40px;
        height: 20px;
        position: absolute;
        border-radius: 50%;
        top: -30px;
        cursor: pointer;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 14px;
        font-family: "FontAwesome";
        color: #333333;
    }
    .article-aside.open h2::after {
        content: '\f078';
    }


    .article-aside__list {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 30px;
    }

    .article-aside__btn {
        display: none;
    }

    .article-aside__img {
        width: 240px;
        height: 150px;
        overflow: hidden;
        border-radius: 3px;
    }

    .rules .article-aside__item h3 > a {
        font-size: 16px;
        line-height: 16px;
        color: #424242;
    }

    .rules .article-aside__item h3::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25px;
        background: linear-gradient(to bottom,rgba(255,255,255,0) 5%,rgba(255,255,255,1));
    }

    .rules .article-aside__item h3 {
        line-height: 16px;
        max-width: 240px;
        position: relative;
        height: 60px;
        overflow: hidden;
        margin-top: 5px;
        margin-bottom: 15px;
        padding: 0;
        bottom: auto;
    }

    .article-description {
        margin: 0 auto;
        width: 100%;
    }

    .article-breadscrumbs {
        margin-top: 20px;
    }

    .rules.article .article-description .col-lg-12 img {
        width: 100%;
    }

    .article .offers-list__item {
        max-width: none!important;
    }

    .article .slick-dots {
        left: 0;
    }

    .article-aside__item.vote-block {
        display: none!important;
    }

    .article-aside h2 {
        margin-bottom: 35px;
    }

    .rules .article-aside__item {
        height: 100%!important;
        overflow: visible;
        position: static;
        border: none;
        border-radius: 0;
        margin-bottom: 0;
    }

    .article-aside__item img {
        width: auto;
        max-height: 100%;
    }

    .article-aside__item:hover img {
        transform: none;
    }

    .rules .article-aside__item .article-aside__img {
        background: transparent;
        width: 240px;
        height: 150px;
        overflow: hidden;
        border-radius: 3px;
    }

    .rules .article-aside__item::after {
        content: none;
    }
}

@media screen and (max-width: 1024px) {
    .article-breadscrumbs .bredcrumbs {
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .article__news-list .offers-list__item {
        max-width: none ;
    }

    .article__news-list > .wrap_guide.wrap_guide_detail .offers-list {
        margin-top: 30px;
    }
    .article__news-list > .wrap_guide.wrap_guide_detail {
        padding-top: 20px;
    }

    /*.rules .article-aside__item {*/
        /*height: 150px!important;*/
    /*}*/

    /*.rules .article-aside__item .article-aside__img {*/
        /*height: 150px;*/
    /*}*/
}
@media (max-width: 800px) {
    .article-description {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    html .wrap_share_detail{
        padding-top: 0px;
    }
    .article__news-list > .wrap_guide.wrap_guide_detail{
        display: none;
    }
    .article > .container{
        margin-top: 0;
        padding-top: 0;
    }
    .offers-list .offers-list__item.news-hand {
        height: auto;
    }
    .article-description {
        font-size: 14px;
        line-height: 18px;
    }

    .wrap_text_article_detail {
        font-size: 14px;
        line-height: 18px;
    }

    .rules.article .article-description h1 {
        font-size: 26px;
    }

    .rules.article p {
        font-size: 14px;
        line-height: 18px;
    }
    .article .label-h2 span {
        color: #999999;
    }


    .rules.article .article-links a {
        font-size: 14px;
        line-height: 26px;
    }

    .article-share {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .article-share__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .article-btn {
        padding: 10px 20px;
    }

    .rules .article-aside__item .article-aside__img {
        width: 130px;
        height: 100px;
        float: left;
    }

    .slick-vertical .article-aside__item.slick-slide {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        margin-bottom: 20px;
        height: 102px!important;
    }

    .slick-vertical .article-aside__item.slick-slide.vote-block {
        display: none!important;
    }

    .rules .article-aside__item h3 {
        float: left;
        padding-left: 20px;
        height: auto;
        margin-bottom: 5px;
    }

    .partner-news .block_title--big-text {
        font-size: 22px!important;
        text-align: center;
    }

    .partner-news {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .partner-news .block_title {
        margin-top: 0;
    }

    .partner-news-list > .container {
        max-width: 310px;
    }

    .partner-news-list .slick-slide img {
        width: 100%;
        height: auto;
    }

    .partner-news .img-cont {
        overflow: hidden;
        height: 170px;
    }

    .partner-news .slick-dots li button:before {
        font-size: 10px !important;
        color: #333333!important;
    }

    .partner-news .block_title {
        margin-bottom: 0;
    }

    /*только на странице статей и новостей*/

    .article__news-list .wrap_guide .offers-list > .container {
        max-width: 310px;
    }

    /*только на странице статей и новостей end*/

    .article__news-list > .wrap_guide.wrap_guide_detail .block_title--big-text.light {
        font-size: 22px!important;
        text-align: center;
    }

    .article__news-list > .wrap_guide.wrap_guide_detail .offers-list__item .descr p {
        font-size: 16px;
    }

    .article-aside__list {
        margin-top: 20px;
    }

    .article-aside {
        height: 314px;
        -webkit-transform: translateY(304px);
        -ms-transform: translateY(304px);
        transform: translateY(304px);
    }

    .article-aside.open-md {
        -webkit-transform: translateY(264px);
        -ms-transform: translateY(264px);
        transform: translateY(264px);
    }
}

@media screen and (max-width: 573px) {
    .article-share__item.share {
        margin-top: 10px;
        margin-left: 0;
    }

    .article-share__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .article-share__item:first-child {
        margin-right: 10px;
    }

    .article-btn {
        width: 100%;
    }

    .article-share__item.share > button {
        background-position: left 35% center, left;
    }

    .article-share__item.share > button:hover {
        background-position: left 35% center, left;
    }

    .article-social,
    .article-social::after,
    .article-social::before{
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .article-description iframe,
    .article-description video,
    .article-description audio {
        max-height: 200px;
    }

}

@media (max-width: 501px) {
    .article-aside__list .slick-vertical .slick-slide {
        -webkit-transition: 0.5s !important;
        -o-transition: 0.5s !important;
        transition: 0.5s !important;
    }

    .article-aside__list.slick-slider .slick-track,
    .article-aside__list.slick-slider .slick-list,
    .list-container.slick-slider .slick-track,
    .list-container.slick-slider .slick-list{
        -webkit-transition: 0.5s !important;
        -o-transition: 0.5s !important;
        transition: 0.5s !important;
    }

    .article-description .label-h2::before {
        margin-right: 5px;
        width: 10px;
    }

    .article-description .time-mob {
        display: none;
    }

    .article-description .author-photo {
        display: none;
    }

    .article-description .author-name {
        margin-left: 15px;
    }

    .article-description .label-h2 {
        line-height: 30px;
    }
}

@media screen and (max-width: 450px) {
    .rules .article-aside__item h3 {
        max-width: 200px;
    }

    .article-description .author-photo img {
        margin-left: 0;
    }
}

@media screen and (max-width: 423px) {
    .article-share {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article-share__item:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .article-share__item.share > button {
        background-position: left 30% center, left;
    }
    .article-share__item.share > button:hover {
        background-position: left 30% center, left;
    }

}

@media screen and (max-width: 408px) {
    .rules .article-aside__item h3 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .rules .article-aside__item h3 > a {
        font-size: 14px;
    }

    .article-aside__list {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.count_comments_all{
    font-style: normal;
}

.article-share{
    margin-bottom: 0;
}

html .article .wrapper_advertising_line.bottom {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

html .wrap_share_detail{
    padding-bottom: 0;
}

html .wrap_comments_news{
    margin-bottom: 10px;
}

.wrap_comments_news .cc .mc-head{
    height: 0px!important;
    margin: 0px 0 0px!important;
}
.wrap_comments_news.active .cc .mc-head{
    height: 22px!important;
    margin: 10px 0 20px!important;
}
.wrap_guide.offers-list_read-more{
    padding-top: 10px;
}
/*-------*/


.like-wrapper {
  padding: 0 10px;
}

button.article-btn.btn-dislike,
button.article-btn.btn-like {
  padding: 16px 18px 10px;
}


button.article-btn.btn-dislike svg {
    transform: rotate(180deg);
}

.like-wrapper b {
    margin: 0 10px;
    display: inline-block;
    position: relative;
    top: -3px;
}


@media screen and (max-width: 767px) {
    button.article-btn.btn-like svg,
    button.article-btn.btn-dislike svg {
      height: 18px;
    }

    button.article-btn.btn-like,
    button.article-btn.btn-dislike {
        padding: 10px 9px 6px;
    }
}


@media screen and (max-width: 423px) {
  .like-wrapper {
      padding: 0;
  }

  button.article-btn.btn-like, button.article-btn.btn-dislike {
    margin-top: 10px;
  }

  .like-wrapper b {
      margin: 5px 10px;
      display: inline-block;
      position: relative;
      top: 6px;
  }
}

.like-wrapper.send {
  pointer-events: none;
  opacity: 0.5;
}

.countView {
  display: flex;
  align-items: center;
  text-align: right;
  margin-left: auto;
}

.countView svg {
  margin-right: 10px;
}
.countView span {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}

/* voting add */
.express-test-wrapper.article-aside-wrapper {
    padding: 25px 30px 40px;
}

h2.express-title {
  margin-bottom: 6px;
  font-size: 18px;
}

.express-wrapper {
  position: relative;
}

.express-wrapper:after {
  border-bottom: 1px solid #d9d9d9;
  position: absolute;
  content: '';
  left: -30px;
  right: -30px;
  bottom: 40px;
}

.express-wrapper .voting-form-box {
    padding: 0 10px 10px 10px;
}

.express-wrapper > div {
    z-index: 2;
    background: #fff;
}

.express-wrapper .vote-form-box-button input[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 12px;
    background: #f0b600;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 22px;
}

.article-aside__item.vote-block:hover {
    overflow: visible;
    border: none!important;
}

.article-aside__item.vote-block:hover .express-title {
    right: 2px;
    top: 2px;
    border-radius: 0 3px 0 3px;
}

/*.article-aside__item.vote-block:hover .express-wrapper {*/
    /*border: 2px solid #f0b600;*/
    /*border-radius: 3px;*/
/*}*/

.article-aside__item.vote-block:hover .express-wrapper > div {
    position: relative;
    border: 2px solid #f0b600;
    border-radius: 3px;
}

.express-wrapper span.vote-answer-item.vote-answer-item-radio {
    display: flex;
}

.express-wrapper label {
    line-height: 22px;
    font-size: 14px;
}

.express-wrapper span.vote-answer-item.vote-answer-item-radio [type=radio] {
  margin-right: 5px;
}

.express-wrapper .vote-vote-footer {
    margin-top: 6px;
}

.express-wrapper,
.express-wrapper label {
    font-weight: normal;
    margin: 0;
}

.express-wrapper .vote-item-title {
    font-size: 14px;
}

.express-wrapper label {
    line-height: 20px;
}

.express-wrapper div.vote-item-header {
    margin-bottom: 0;
}

.express-wrapper ol.vote-answers-list {
    margin-top: 0;
}

.express-wrapper ol.vote-answers-list li {
    margin-left: 0;
    margin-bottom: 0;
}

.rules .article-aside__item.vote-block::after {
    z-index: 2;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, rgba(206, 206, 206, 0.8) 100%);*/
    background: transparent;
}

.rules .article-aside__item.vote-block:hover::after {
    content: none;
}

.express-wrapper .vote-answer-item-textfield {
    display: flex;
    flex-direction: column;
}

.express-wrapper .voting-form-box {
    background: #ffffff;
    padding: 0 10px 10px 10px;
    border-radius: 3px;
    border: none;
}

@media (max-width: 1210px) {
    .express-test-wrapper.article-aside-wrapper {
        padding: 0;
    }

    .express-wrapper {
        display: none;
    }
}

/*popup*/

.box_window {
    z-index: 1060!important;
}

.mask {
    z-index: 1050!important;
}

.ads-form button {
  font-size: 14px;
  background: #f0b600;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  border: none;
  margin: 0 0 7px 0;
}

/* End */


/* Start:/bitrix/components/swebs/nemo.form/templates/small/style.min.css?1577363792579*/
.autocomplete-suggestions{background-color:white;padding:5px 5px 5px 5px;margin-top:2px;border-radius:4px;max-height:200px;overflow-y:auto}.autocomplete-suggestion{padding-left:5px;color:#555}.autocomplete-selected{background-color:#f7f7f7;cursor:pointer}.gobiletik_complex{display:none}.wrap_category_pass{display:none}.wrap_small_form .gobiletik_complex .way{display:none}.wrap_small_form .gobiletik_complex .way.active{display:block}.showHotels{float:right;margin-top:0 !important}.showHotels label{margin-left:10px}.gobiletik_complex .showHotels{margin-right:60px !important}
/* End */


/* Start:/bitrix/templates/biletik_aero_yellow/components/bitrix/breadcrumb/handbook_breadcrumbs/style.css?1524872607923*/
.bx-breadcrumb {
	margin: 15px 0 15px;
}
.bx-breadcrumb i {
    color: #1c1c1c;
	margin-right: 0px;
    font-style: normal;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 5px;
    padding: 3px 0;
    font-size: 0.9em;
}
.bx-breadcrumb .bx-breadcrumb-item span {

}
.bx-breadcrumb .bx-breadcrumb-item a {
    text-decoration: none;
    border-bottom: none;
    color: #1c1c1c;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover{
    color: #64b5f6;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.bx-breadcrumb-item{
    float: left;
}
.bx-breadcrumb-item_arrow{
    margin: 0 5px;
    color: #999;
}
.bx-breadcrumb-item > a{
    text-decoration: none;
    border-bottom: 1px dotted #f0b600;
    /*display: inline-block;*/
    color: #f0b600;
}
.bx-breadcrumb-item > a span{
    color: #f0b600;
}
.bredcrumbs .bx-breadcrumb-item{
    font-size: 16px!important;
}
/* End */


/* Start:/bitrix/templates/biletik_aero_yellow/components/bitrix/news.list/comments_news/style.min.css?15773637922137*/
.wrap_comments_news{color:#2b2b2b;padding-top:20px;margin-bottom:30px;opacity:0;visibility:hidden;height:0;-webkit-transition:all .3s;transition:all .3s}.wrap_comments_news.active{visibility:visible;opacity:1;height:auto}.wrap_comments_news .info_comments_news{font-size:12px;padding-top:5px;color:green;margin-bottom:0}.wrap_comments_news .info_comments_news.error{color:red}.form_comments_news{background:#fafafa;margin-bottom:20px;padding:15px 15px 5px;max-width:500px;border:1px solid #e1e1e1;-webkit-border-radius:3px;border-radius:3px}.title_comments_news{color:#2b2b2b;font-size:20px;font-weight:bold;margin-bottom:15px}.input_comments_news{margin-bottom:10px}.input_comments_news textarea,.input_comments_news input[type="text"]{display:block;width:100%;border:1px solid #e1e1e1;color:#1f1f1f;font-size:12px;padding:10px 15px;-webkit-border-radius:3px;border-radius:3px}.input_comments_news textarea.error,.input_comments_news input[type="text"].error{border-color:red}.input_comments_news textarea{height:100px}.btn_comments_news{display:block;background:#f0b600;color:#fff;font-size:14px;text-align:center;margin-top:20px;width:140px;padding:6px 0;border:0;-webkit-border-radius:3px;border-radius:3px;text-transform:uppercase;font-weight:bold;letter-spacing:1px}.item_comments_news{padding:10px 10px;border-bottom:1px solid #e1e1e1}.item_comments_news .date_comments_news{color:#767676;font-size:12px;margin-bottom:4px}.item_comments_news .name_comments_news{color:#1f1f1f;font-size:12px;margin-bottom:10px;font-weight:600}.item_comments_news .message_comments_news{color:#767676;font-size:14px}.grecaptcha-badge{display:none}a.btn_yellow,button.btn_yellow{display:inline-block;vertical-align:middle;background:#f0b600;border-radius:4px;padding:7px 12px;text-align:center;color:#fff !important;font-size:14px;text-decoration:none;text-transform:uppercase;font-weight:bold;letter-spacing:1px}a.btn_yellow:hover,button.btn_yellow:hover{color:#fff;text-decoration:none}.wrap_share_detail .btn_scroll_comments{margin-left:15px}@media screen and (max-width:767px){html body .wrap_share_detail>.ya_zen_share{display:none !important}}
/* End */
/* /bitrix/templates/biletik_aero_yellow/components/bitrix/news/handbook/bitrix/news.detail/load_next_news/style.css?158566728630598 */
/* /bitrix/components/swebs/nemo.form/templates/small/style.min.css?1577363792579 */
/* /bitrix/templates/biletik_aero_yellow/components/bitrix/breadcrumb/handbook_breadcrumbs/style.css?1524872607923 */
/* /bitrix/templates/biletik_aero_yellow/components/bitrix/news.list/comments_news/style.min.css?15773637922137 */
