@import url(normalize.min.css);
@import url(bootstrap.min.css);
@import url(slick.css);

@font-face {
    font-family: 'PT Sans';
    src: url("../fonts/PTSans-Bold.eot");
    src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/PTSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Bold.woff") format("woff"), url("../fonts/PTSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PT Sans';
    src: url("../fonts/PTSans-Italic.eot");
    src: local("PT Sans Italic"), local("PTSans-Italic"), url("../fonts/PTSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Italic.woff") format("woff"), url("../fonts/PTSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'PT Sans';
    src: url("../fonts/PTSans-Regular.eot");
    src: local("PT Sans"), local("PTSans-Regular"), url("../fonts/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Regular.woff") format("woff"), url("../fonts/PTSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PT Sans';
    src: url("../fonts/PTSans-BoldItalic.eot");
    src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url("../fonts/PTSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-BoldItalic.woff") format("woff"), url("../fonts/PTSans-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    font-family: "PT Sans", sans-serif
}

button:active,
button:focus,
button:hover,
button.form-control,
button.navbar-toggler,
input:active,
input:focus,
input:hover,
input.form-control,
input.navbar-toggler,
textarea:active,
textarea:focus,
textarea:hover,
textarea.form-control,
textarea.navbar-toggler,
select:active,
select:focus,
select:hover,
select.form-control,
select.navbar-toggler {
    outline: none !important
}

html,
body {
    width: 100%
}

body.noscroll {
    overflow: hidden
}

.page-main {
    margin-top: 30px
}

.page-main .article-item {
    display: block;
    position: relative;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none !important;
    margin-bottom: 10px
}

.page-main .article-item:hover {
    -webkit-filter: drop-shadow(0px 20px 50px rgba(58, 58, 58, 0.5));
    filter: drop-shadow(0px 20px 50px rgba(58, 58, 58, 0.5));
    z-index: 5
}

.page-main .article-item figure {
    margin: 0;
    position: relative;
    width: 100%;
    margin-bottom: 35%
}

.page-main .article-item figure:after {
    padding-bottom: 65%;
    display: block;
    content: ''
}

.page-main .article-item .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, #000), color-stop(80%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #000, #000 50%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, #000, #000 50%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, #000, #000 50%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%)
}

.page-main .article-item .shadow.sand {
    background: -webkit-gradient(linear, left bottom, left top, from(#C5B6A7), color-stop(50%, #C5B6A7), color-stop(80%, rgba(197, 182, 167, 0.75)), to(rgba(197, 182, 167, 0)));
    background: -webkit-linear-gradient(bottom, #C5B6A7, #C5B6A7 50%, rgba(197, 182, 167, 0.75) 80%, rgba(197, 182, 167, 0) 100%);
    background: -o-linear-gradient(bottom, #C5B6A7, #C5B6A7 50%, rgba(197, 182, 167, 0.75) 80%, rgba(197, 182, 167, 0) 100%);
    background: linear-gradient(to top, #C5B6A7, #C5B6A7 50%, rgba(197, 182, 167, 0.75) 80%, rgba(197, 182, 167, 0) 100%)
}

.page-main .article-item .shadow.sand-dark {
    background: -webkit-gradient(linear, left bottom, left top, from(#B6A798), color-stop(50%, #B6A798), color-stop(80%, rgba(182, 167, 152, 0.75)), to(rgba(182, 167, 152, 0)));
    background: -webkit-linear-gradient(bottom, #B6A798, #B6A798 50%, rgba(182, 167, 152, 0.75) 80%, rgba(182, 167, 152, 0) 100%);
    background: -o-linear-gradient(bottom, #B6A798, #B6A798 50%, rgba(182, 167, 152, 0.75) 80%, rgba(182, 167, 152, 0) 100%);
    background: linear-gradient(to top, #B6A798, #B6A798 50%, rgba(182, 167, 152, 0.75) 80%, rgba(182, 167, 152, 0) 100%)
}

.page-main .article-item .shadow.ice {
    background: -webkit-gradient(linear, left bottom, left top, from(#90B6DC), color-stop(50%, #90B6DC), color-stop(80%, rgba(144, 182, 220, 0.75)), to(rgba(144, 182, 220, 0)));
    background: -webkit-linear-gradient(bottom, #90B6DC, #90B6DC 50%, rgba(144, 182, 220, 0.75) 80%, rgba(144, 182, 220, 0) 100%);
    background: -o-linear-gradient(bottom, #90B6DC, #90B6DC 50%, rgba(144, 182, 220, 0.75) 80%, rgba(144, 182, 220, 0) 100%);
    background: linear-gradient(to top, #90B6DC, #90B6DC 50%, rgba(144, 182, 220, 0.75) 80%, rgba(144, 182, 220, 0) 100%)
}

.page-main .article-item .shadow.fog {
    background: -webkit-gradient(linear, left bottom, left top, from(#98A7C5), color-stop(50%, #98A7C5), color-stop(80%, rgba(152, 167, 197, 0.75)), to(rgba(152, 167, 197, 0)));
    background: -webkit-linear-gradient(bottom, #98A7C5, #98A7C5 50%, rgba(152, 167, 197, 0.75) 80%, rgba(152, 167, 197, 0) 100%);
    background: -o-linear-gradient(bottom, #98A7C5, #98A7C5 50%, rgba(152, 167, 197, 0.75) 80%, rgba(152, 167, 197, 0) 100%);
    background: linear-gradient(to top, #98A7C5, #98A7C5 50%, rgba(152, 167, 197, 0.75) 80%, rgba(152, 167, 197, 0) 100%)
}

.page-main .article-item .shadow.dirt {
    background: -webkit-gradient(linear, left bottom, left top, from(#DCDCD5), color-stop(50%, #DCDCD5), color-stop(80%, rgba(220, 220, 213, 0.75)), to(rgba(220, 220, 213, 0)));
    background: -webkit-linear-gradient(bottom, #DCDCD5, #DCDCD5 50%, rgba(220, 220, 213, 0.75) 80%, rgba(220, 220, 213, 0) 100%);
    background: -o-linear-gradient(bottom, #DCDCD5, #DCDCD5 50%, rgba(220, 220, 213, 0.75) 80%, rgba(220, 220, 213, 0) 100%);
    background: linear-gradient(to top, #DCDCD5, #DCDCD5 50%, rgba(220, 220, 213, 0.75) 80%, rgba(220, 220, 213, 0) 100%)
}

.page-main .article-item .shadow.bw {
    background: -webkit-gradient(linear, left bottom, left top, from(#AFAFAF), color-stop(50%, #AFAFAF), color-stop(80%, rgba(175, 175, 175, 0.75)), to(rgba(175, 175, 175, 0)));
    background: -webkit-linear-gradient(bottom, #AFAFAF, #AFAFAF 50%, rgba(175, 175, 175, 0.75) 80%, rgba(175, 175, 175, 0) 100%);
    background: -o-linear-gradient(bottom, #AFAFAF, #AFAFAF 50%, rgba(175, 175, 175, 0.75) 80%, rgba(175, 175, 175, 0) 100%);
    background: linear-gradient(to top, #AFAFAF, #AFAFAF 50%, rgba(175, 175, 175, 0.75) 80%, rgba(175, 175, 175, 0) 100%)
}

.page-main .article-item .shadow.white {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #fff), color-stop(80%, rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #fff, #fff 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, #fff, #fff 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, #fff, #fff 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 100%)
}

.page-main .article-item .shadow.green {
    background: -webkit-gradient(linear, left bottom, left top, from(#4C6A3D), color-stop(50%, #4C6A3D), color-stop(80%, rgba(76, 106, 61, 0.75)), to(rgba(76, 106, 61, 0)));
    background: -webkit-linear-gradient(bottom, #4C6A3D, #4C6A3D 50%, rgba(76, 106, 61, 0.75) 80%, rgba(76, 106, 61, 0) 100%);
    background: -o-linear-gradient(bottom, #4C6A3D, #4C6A3D 50%, rgba(76, 106, 61, 0.75) 80%, rgba(76, 106, 61, 0) 100%);
    background: linear-gradient(to top, #4C6A3D, #4C6A3D 50%, rgba(76, 106, 61, 0.75) 80%, rgba(76, 106, 61, 0) 100%)
}

.page-main .article-item .shadow.rose-fog {
    background: -webkit-gradient(linear, left bottom, left top, from(#B6A7A7), color-stop(50%, #B6A7A7), color-stop(80%, rgba(182, 167, 167, 0.75)), to(rgba(182, 167, 167, 0)));
    background: -webkit-linear-gradient(bottom, #B6A7A7, #B6A7A7 50%, rgba(182, 167, 167, 0.75) 80%, rgba(182, 167, 167, 0) 100%);
    background: -o-linear-gradient(bottom, #B6A7A7, #B6A7A7 50%, rgba(182, 167, 167, 0.75) 80%, rgba(182, 167, 167, 0) 100%);
    background: linear-gradient(to top, #B6A7A7, #B6A7A7 50%, rgba(182, 167, 167, 0.75) 80%, rgba(182, 167, 167, 0) 100%)
}

.page-main .article-item .shadow.red {
    background: -webkit-gradient(linear, left bottom, left top, from(#4C0F0F), color-stop(50%, #4C0F0F), color-stop(80%, rgba(76, 15, 15, 0.75)), to(rgba(76, 15, 15, 0)));
    background: -webkit-linear-gradient(bottom, #4C0F0F, #4C0F0F 50%, rgba(76, 15, 15, 0.75) 80%, rgba(76, 15, 15, 0) 100%);
    background: -o-linear-gradient(bottom, #4C0F0F, #4C0F0F 50%, rgba(76, 15, 15, 0.75) 80%, rgba(76, 15, 15, 0) 100%);
    background: linear-gradient(to top, #4C0F0F, #4C0F0F 50%, rgba(76, 15, 15, 0.75) 80%, rgba(76, 15, 15, 0) 100%)
}

.page-main .article-item .shadow.green-light {
    background: -webkit-gradient(linear, left bottom, left top, from(#81B65B), color-stop(50%, #81B65B), color-stop(80%, rgba(129, 182, 91, 0.75)), to(rgba(129, 182, 91, 0)));
    background: -webkit-linear-gradient(bottom, #81B65B, #81B65B 50%, rgba(129, 182, 91, 0.75) 80%, rgba(129, 182, 91, 0) 100%);
    background: -o-linear-gradient(bottom, #81B65B, #81B65B 50%, rgba(129, 182, 91, 0.75) 80%, rgba(129, 182, 91, 0) 100%);
    background: linear-gradient(to top, #81B65B, #81B65B 50%, rgba(129, 182, 91, 0.75) 80%, rgba(129, 182, 91, 0) 100%)
}

.page-main .article-item .article-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 21px 25px
}

.page-main .article-item .article-item-content .title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold
}

.page-main .article-item .article-item-content .subtitle {
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 19px
}

.page-main .article-item.light .article-item-content .title,
.page-main .article-item.light .article-item-content .subtitle {
    color: #000
}

.page-main .htrkfvf {
    width: 100%;
    padding-left: 8px;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    margin-bottom: 10px
}

.page-main .htrkfvf img {
    width: 100%;
    height: auto
}

.block-soc {
    margin-top: 30px
}

.block-soc .social-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ebebeb;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 33px 35px
}

.block-soc .social-item p {
    margin: 0
}

.block-soc .social-item p:first-of-type {
    font-size: 17px;
    color: #000
}

.block-soc .social-item p:last-of-type a {
    text-decoration: none !important;
    color: #0061A4;
    font-weight: bold;
    font-size: 24px
}

.block-soc .social-item .social-item-content {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.block-soc .social-item .social-item-ico {
    text-decoration: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.block-soc .social-item.social-item-vk .social-item-ico {
    background: #7294c7
}

.block-soc .social-item.social-item-vk .social-item-ico svg {
    height: 16px;
    width: auto
}

.block-soc .social-item.social-item-dzen .social-item-ico {
    background: #2c3036
}

.block-soc .social-item.social-item-dzen .social-item-ico svg {
    height: 100%;
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .page-main .article-item .article-item-content {
        padding: 10px 15px
    }

    .page-main .article-item .article-item-content .title {
        font-size: 16px;
        line-height: 18px
    }

    .page-main .article-item .article-item-content .subtitle {
        font-size: 14px;
        line-height: 16px
    }
}

@media only screen and (max-width: 992px) {
    .page-main .htrkfvf {
        position: relative;
        top: 0;
        padding-left: 0;
        margin-top: 20px
    }

    .block-soc .social-item {
        padding: 20px 25px
    }
}

@media only screen and (max-width: 576px) {
    .page-main .article-item .article-item-content {
        padding: 21px 25px
    }

    .page-main .article-item .article-item-content .title {
        font-size: 20px;
        line-height: 23px
    }

    .page-main .article-item .article-item-content .subtitle {
        font-size: 15px;
        line-height: 19px
    }

    .block-soc {
        margin-top: 20px
    }

    .block-soc .col-sm-6:first-of-type {
        margin-bottom: 10px
    }
}

.page-article .htrkfvf {
    width: 100%;
    padding-left: 8px;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    margin-bottom: 10px
}

.page-article .htrkfvf img {
    width: 100%;
    height: auto
}

.page-article h1 {
    font-size: 42px;
    color: #000;
    line-height: 48px;
    margin-bottom: 30px
}

.page-article .article-slider {
    width: 100%;
    max-width: 732px;
    margin: 0 auto 46px
}

.page-article .article-slider .article-slider-images .slick-prev {
    border: 6px solid #fff !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #0061A4 url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cpath d='M11 19L1 10l10-9' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/10px 18px;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5
}

.page-article .article-slider .article-slider-images .slick-next {
    border: 6px solid #fff !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #0061A4 url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cpath d='M1 19l10-9L1 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/10px 18px;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 5
}

.page-article .article-slider .article-slider-images .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    line-height: 2px;
    margin: 30px 24px
}

.page-article .article-slider .article-slider-images .slick-dots li {
    margin: 0 10px 0 0;
    line-height: 2px
}

.page-article .article-slider .article-slider-images .slick-dots li:last-of-type {
    margin: 0
}

.page-article .article-slider .article-slider-images .slick-dots li button {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
    width: 15px;
    height: 2px;
    background: #DADADA
}

.page-article .article-slider .article-slider-images .slick-dots li.slick-active button {
    background: #0061A4
}

.page-article .article-slider .article-slider-images img {
    display: block;
    width: 100%;
    height: auto;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.page-article .article-slider .article-slider-text p {
    text-align: center;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #999;
    font-size: 17px;
    margin: 0
}

.page-article article {
    width: 100%;
    max-width: 732px;
    margin: 0 auto 73px
}

.page-article article h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 30px;
    font-weight: bold
}

.page-article article p {
    font-size: 17px;
    color: #000
}

.page-article article ul {
    list-style: none;
    margin-bottom: 30px
}

.page-article article ul li {
    font-size: 17px;
    color: #000;
    margin-bottom: 8px
}

.page-article article ul li:last-of-type {
    margin-bottom: 0
}

.page-article article ul li:before {
    content: '—';
    font-size: 17px;
    color: #000;
    margin-right: 8px
}

.page-article article ol {
    list-style: none;
    margin-bottom: 30px;
    counter-reset: li;
    margin-left: 20px
}

.page-article article ol li {
    font-size: 17px;
    color: #000;
    counter-increment: li;
    margin-bottom: 8px
}

.page-article article ol li:last-of-type {
    margin-bottom: 0
}

.page-article article ol li:before {
    content: counter(li);
    color: #0061A4;
    display: inline-block;
    margin-right: 12px;
    margin-left: -1em;
    font-size: 17px;
    font-weight: bold
}

.page-article article table {
    margin-bottom: 30px
}

.page-article article table thead tr th {
    border-top: none;
    border-bottom: 2px solid #0061A4;
    font-size: 17px
}

.page-article article table thead tr th:first-of-type {
    padding-left: 0
}

.page-article article table thead tr th:last-of-type {
    padding-right: 0
}

.page-article article table tbody tr:first-of-type td {
    border-top: none
}

.page-article article table tbody tr td {
    border-top: 1px solid #DADADA;
    font-size: 17px
}

.page-article article table tbody tr td:first-of-type {
    padding-left: 0
}

.page-article article table tbody tr td:last-of-type {
    padding-right: 0
}

.page-article .block-interesting h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
    color: #000
}

.page-article .block-interesting .article-item {
    display: block;
    position: relative;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none !important;
    margin-bottom: 10px
}

.page-article .block-interesting .article-item:hover {
    -webkit-filter: drop-shadow(0px 20px 50px rgba(58, 58, 58, 0.5));
    filter: drop-shadow(0px 20px 50px rgba(58, 58, 58, 0.5));
    z-index: 5
}

.page-article .block-interesting .article-item figure {
    margin: 0;
    position: relative;
    width: 100%;
    margin-bottom: 35%
}

.page-article .block-interesting .article-item figure:after {
    padding-bottom: 65%;
    display: block;
    content: ''
}

.page-article .block-interesting .article-item .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, #000), color-stop(80%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #000, #000 50%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, #000, #000 50%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, #000, #000 50%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%)
}

.page-article .block-interesting .article-item .shadow.sand {
    background: -webkit-gradient(linear, left bottom, left top, from(#C5B6A7), color-stop(50%, #C5B6A7), color-stop(80%, rgba(197, 182, 167, 0.75)), to(rgba(197, 182, 167, 0)));
    background: -webkit-linear-gradient(bottom, #C5B6A7, #C5B6A7 50%, rgba(197, 182, 167, 0.75) 80%, rgba(197, 182, 167, 0) 100%);
    background: -o-linear-gradient(bottom, #C5B6A7, #C5B6A7 50%, rgba(197, 182, 167, 0.75) 80%, rgba(197, 182, 167, 0) 100%);
    background: linear-gradient(to top, #C5B6A7, #C5B6A7 50%, rgba(197, 182, 167, 0.75) 80%, rgba(197, 182, 167, 0) 100%)
}

.page-article .block-interesting .article-item .shadow.sand-dark {
    background: -webkit-gradient(linear, left bottom, left top, from(#B6A798), color-stop(50%, #B6A798), color-stop(80%, rgba(182, 167, 152, 0.75)), to(rgba(182, 167, 152, 0)));
    background: -webkit-linear-gradient(bottom, #B6A798, #B6A798 50%, rgba(182, 167, 152, 0.75) 80%, rgba(182, 167, 152, 0) 100%);
    background: -o-linear-gradient(bottom, #B6A798, #B6A798 50%, rgba(182, 167, 152, 0.75) 80%, rgba(182, 167, 152, 0) 100%);
    background: linear-gradient(to top, #B6A798, #B6A798 50%, rgba(182, 167, 152, 0.75) 80%, rgba(182, 167, 152, 0) 100%)
}

.page-article .block-interesting .article-item .shadow.ice {
    background: -webkit-gradient(linear, left bottom, left top, from(#90B6DC), color-stop(50%, #90B6DC), color-stop(80%, rgba(144, 182, 220, 0.75)), to(rgba(144, 182, 220, 0)));
    background: -webkit-linear-gradient(bottom, #90B6DC, #90B6DC 50%, rgba(144, 182, 220, 0.75) 80%, rgba(144, 182, 220, 0) 100%);
    background: -o-linear-gradient(bottom, #90B6DC, #90B6DC 50%, rgba(144, 182, 220, 0.75) 80%, rgba(144, 182, 220, 0) 100%);
    background: linear-gradient(to top, #90B6DC, #90B6DC 50%, rgba(144, 182, 220, 0.75) 80%, rgba(144, 182, 220, 0) 100%)
}

.page-article .block-interesting .article-item .shadow.fog {
    background: -webkit-gradient(linear, left bottom, left top, from(#98A7C5), color-stop(50%, #98A7C5), color-stop(80%, rgba(152, 167, 197, 0.75)), to(rgba(152, 167, 197, 0)));
    background: -webkit-linear-gradient(bottom, #98A7C5, #98A7C5 50%, rgba(152, 167, 197, 0.75) 80%, rgba(152, 167, 197, 0) 100%);
    background: -o-linear-gradient(bottom, #98A7C5, #98A7C5 50%, rgba(152, 167, 197, 0.75) 80%, rgba(152, 167, 197, 0) 100%);
    background: linear-gradient(to top, #98A7C5, #98A7C5 50%, rgba(152, 167, 197, 0.75) 80%, rgba(152, 167, 197, 0) 100%)
}

.page-article .block-interesting .article-item .shadow.dirt {
    background: -webkit-gradient(linear, left bottom, left top, from(#DCDCD5), color-stop(50%, #DCDCD5), color-stop(80%, rgba(220, 220, 213, 0.75)), to(rgba(220, 220, 213, 0)));
    background: -webkit-linear-gradient(bottom, #DCDCD5, #DCDCD5 50%, rgba(220, 220, 213, 0.75) 80%, rgba(220, 220, 213, 0) 100%);
    background: -o-linear-gradient(bottom, #DCDCD5, #DCDCD5 50%, rgba(220, 220, 213, 0.75) 80%, rgba(220, 220, 213, 0) 100%);
    background: linear-gradient(to top, #DCDCD5, #DCDCD5 50%, rgba(220, 220, 213, 0.75) 80%, rgba(220, 220, 213, 0) 100%)
}

.page-article .block-interesting .article-item .shadow.bw {
    background: -webkit-gradient(linear, left bottom, left top, from(#AFAFAF), color-stop(50%, #AFAFAF), color-stop(80%, rgba(175, 175, 175, 0.75)), to(rgba(175, 175, 175, 0)));
    background: -webkit-linear-gradient(bottom, #AFAFAF, #AFAFAF 50%, rgba(175, 175, 175, 0.75) 80%, rgba(175, 175, 175, 0) 100%);
    background: -o-linear-gradient(bottom, #AFAFAF, #AFAFAF 50%, rgba(175, 175, 175, 0.75) 80%, rgba(175, 175, 175, 0) 100%);
    background: linear-gradient(to top, #AFAFAF, #AFAFAF 50%, rgba(175, 175, 175, 0.75) 80%, rgba(175, 175, 175, 0) 100%)
}

.page-article .block-interesting .article-item .shadow.white {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #fff), color-stop(80%, rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #fff, #fff 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, #fff, #fff 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, #fff, #fff 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 100%)
}

.page-article .block-interesting .article-item .shadow.green {
    background: -webkit-gradient(linear, left bottom, left top, from(#4C6A3D), color-stop(50%, #4C6A3D), color-stop(80%, rgba(76, 106, 61, 0.75)), to(rgba(76, 106, 61, 0)));
    background: -webkit-linear-gradient(bottom, #4C6A3D, #4C6A3D 50%, rgba(76, 106, 61, 0.75) 80%, rgba(76, 106, 61, 0) 100%);
    background: -o-linear-gradient(bottom, #4C6A3D, #4C6A3D 50%, rgba(76, 106, 61, 0.75) 80%, rgba(76, 106, 61, 0) 100%);
    background: linear-gradient(to top, #4C6A3D, #4C6A3D 50%, rgba(76, 106, 61, 0.75) 80%, rgba(76, 106, 61, 0) 100%)
}

.page-article .block-interesting .article-item .shadow.rose-fog {
    background: -webkit-gradient(linear, left bottom, left top, from(#B6A7A7), color-stop(50%, #B6A7A7), color-stop(80%, rgba(182, 167, 167, 0.75)), to(rgba(182, 167, 167, 0)));
    background: -webkit-linear-gradient(bottom, #B6A7A7, #B6A7A7 50%, rgba(182, 167, 167, 0.75) 80%, rgba(182, 167, 167, 0) 100%);
    background: -o-linear-gradient(bottom, #B6A7A7, #B6A7A7 50%, rgba(182, 167, 167, 0.75) 80%, rgba(182, 167, 167, 0) 100%);
    background: linear-gradient(to top, #B6A7A7, #B6A7A7 50%, rgba(182, 167, 167, 0.75) 80%, rgba(182, 167, 167, 0) 100%)
}

.page-article .block-interesting .article-item .shadow.red {
    background: -webkit-gradient(linear, left bottom, left top, from(#4C0F0F), color-stop(50%, #4C0F0F), color-stop(80%, rgba(76, 15, 15, 0.75)), to(rgba(76, 15, 15, 0)));
    background: -webkit-linear-gradient(bottom, #4C0F0F, #4C0F0F 50%, rgba(76, 15, 15, 0.75) 80%, rgba(76, 15, 15, 0) 100%);
    background: -o-linear-gradient(bottom, #4C0F0F, #4C0F0F 50%, rgba(76, 15, 15, 0.75) 80%, rgba(76, 15, 15, 0) 100%);
    background: linear-gradient(to top, #4C0F0F, #4C0F0F 50%, rgba(76, 15, 15, 0.75) 80%, rgba(76, 15, 15, 0) 100%)
}

.page-article .block-interesting .article-item .shadow.green-light {
    background: -webkit-gradient(linear, left bottom, left top, from(#81B65B), color-stop(50%, #81B65B), color-stop(80%, rgba(129, 182, 91, 0.75)), to(rgba(129, 182, 91, 0)));
    background: -webkit-linear-gradient(bottom, #81B65B, #81B65B 50%, rgba(129, 182, 91, 0.75) 80%, rgba(129, 182, 91, 0) 100%);
    background: -o-linear-gradient(bottom, #81B65B, #81B65B 50%, rgba(129, 182, 91, 0.75) 80%, rgba(129, 182, 91, 0) 100%);
    background: linear-gradient(to top, #81B65B, #81B65B 50%, rgba(129, 182, 91, 0.75) 80%, rgba(129, 182, 91, 0) 100%)
}

.page-article .block-interesting .article-item .article-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 21px 25px
}

.page-article .block-interesting .article-item .article-item-content .title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold
}

.page-article .block-interesting .article-item .article-item-content .subtitle {
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 19px
}

.page-article .block-interesting .article-item.light .article-item-content .title,
.page-article .block-interesting .article-item.light .article-item-content .subtitle {
    color: #000
}

@media only screen and (max-width: 1200px) {
    .page-article .block-interesting .article-item .article-item-content {
        padding: 10px 15px
    }

    .page-article .block-interesting .article-item .article-item-content .title {
        font-size: 16px;
        line-height: 18px
    }

    .page-article .block-interesting .article-item .article-item-content .subtitle {
        font-size: 14px;
        line-height: 16px
    }
}

@media only screen and (max-width: 992px) {
    .page-article {
        margin-top: 30px
    }

    .page-article .htrkfvf {
        position: relative;
        top: 0;
        padding-left: 0;
        margin-top: 20px
    }

    .page-article h1 {
        font-size: 32px;
        line-height: 34px
    }

    .page-article .article-slider {
        margin-bottom: 30px
    }

    .page-article .article-slider .article-slider-images .slick-prev,
    .page-article .article-slider .article-slider-images .slick-next {
        display: none !important
    }

    .page-article article {
        margin-bottom: 30px
    }

    .page-article article h2 {
        font-size: 28px
    }

    .page-article article p,
    .page-article article ul li,
    .page-article article ol li,
    .page-article article ul li:before,
    .page-article article ol li:before {
        font-size: 16px
    }

    .page-article article table thead tr th {
        font-size: 14px
    }

    .page-article article table tbody tr td {
        font-size: 14px
    }

    .page-article .block-interesting h2 {
        font-size: 28px
    }
}

@media only screen and (max-width: 576px) {
    .page-article .block-interesting .article-item .article-item-content {
        padding: 21px 25px
    }

    .page-article .block-interesting .article-item .article-item-content .title {
        font-size: 20px;
        line-height: 23px
    }

    .page-article .block-interesting .article-item .article-item-content .subtitle {
        font-size: 15px;
        line-height: 19px
    }
}

header {
    background: #ebebeb;
    padding: 17px 0
}

header .logo {
    text-decoration: none !important;
    display: block
}

header .logo img {
    height: 41px;
    width: auto
}

header .input-wrap {
    position: relative;
    width: 100%
}

header .input-wrap button {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M1 19l4.35-4.35M3 9a8 8 0 1016 0A8 8 0 003 9z' stroke='%230061A4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
    height: 18px;
    width: 18px;
    display: block;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .input-wrap input {
    padding: 18px 20px 18px 51px;
    outline: none !important;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06) !important;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none !important;
    width: 100%;
    display: block;
    font-size: 17px;
    color: #999
}

header .input-wrap input::-webkit-input-placeholder {
    font-size: 17px;
    color: #999
}

header .input-wrap input::-moz-placeholder {
    font-size: 17px;
    color: #999
}

header .input-wrap input::-ms-input-placeholder {
    font-size: 17px;
    color: #999
}

header .input-wrap input::placeholder {
    font-size: 17px;
    color: #999
}

header .soc-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .soc-item.soc-item-vk {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .soc-item.soc-item-vk .soc-item-ico {
    background: #7294C7
}

header .soc-item.soc-item-vk .soc-item-ico svg {
    height: 16px;
    width: auto
}

header .soc-item.soc-item-dzen .soc-item-ico {
    background: #2C3036
}

header .soc-item.soc-item-dzen .soc-item-ico svg {
    height: 100%;
    width: 100%
}

header .soc-item .soc-item-ico {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

header .soc-item .soc-item-text {
    margin-left: 14px
}

header .soc-item .soc-item-text p {
    margin: 0
}

header .soc-item .soc-item-text p:first-of-type {
    font-size: 15px;
    color: #000
}

header .soc-item .soc-item-text p:last-of-type a {
    color: #0061A4;
    text-decoration: none !important;
    font-size: 20px;
    font-weight: bold
}

@media only screen and (max-width: 992px) {
    header {
        padding: 15px 0
    }

    header .logo {
        margin-bottom: 15px
    }

    header .logo img {
        margin: 0 auto;
        display: block
    }

    header .input-wrap {
        margin-bottom: 15px
    }

    header .soc-item .soc-item-text {
        margin-left: 10px;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto
    }

    header .soc-item .soc-item-text p:first-of-type {
        font-size: 14px
    }

    header .soc-item .soc-item-text p:last-of-type a {
        font-size: 14px
    }

    header .soc-item.soc-item-vk {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    header .soc-item .soc-item-ico {
        height: 40px;
        width: 40px
    }
}

footer {
    margin-top: 52px;
    margin-bottom: 76px
}

footer .logo {
    display: block;
    text-decoration: none !important
}

footer .logo img {
    height: 41px;
    width: auto
}

footer p {
    margin: 0;
    font-size: 17px;
    color: #000
}

@media only screen and (max-width: 768px) {
    footer {
        margin-top: 30px;
        margin-bottom: 40px
    }

    footer .logo img {
        display: block;
        margin: 0 auto
    }

    footer p {
        text-align: center;
        margin-top: 10px
    }
}

.page-article .container .row .col-lg-9 .image img {
    width: 100%;
    height: auto;
}

.YoHoHo-Yeah {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    height: 400px;
    width: 240px;
    margin: auto;
    border-radius: 6px;
}

.list-group-item {
    color: #000 !important;
}

.list-group-item.active {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: #000;
}

.page-main.category {
    margin-top: 0;
}

.search-results {
    background-color: white;
    display: flex;
    border-radius: 6px;
    flex-direction: column;
    position: absolute;
    width: -webkit-fill-available;
    border-bottom: solid 1px;
    border-left: solid 1px;
    border-right: solid 1px;
    display: none;
}
.search-results a {
    padding: 5px;
}
/* Сквозной AI-промоблок */
.YoHoHo-Yeah.ai-promo-wrap {
    height: auto;
    min-height: 0;
    width: 240px;
    border-radius: 12px;
}

.ai-promo {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    padding: 18px 16px 16px;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    background: linear-gradient(160deg, #17191d 0%, #242832 100%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
    color: #fff;
    font-family: inherit;
}

.ai-promo *,
.ai-promo *::before,
.ai-promo *::after {
    box-sizing: border-box;
}

.ai-promo__badge {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #f6bd16;
    color: #111;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ai-promo__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 15px 0 12px;
    border-radius: 16px;
    background: rgba(246, 189, 22, .12);
    color: #f6bd16;
}

.ai-promo__icon svg {
    display: block;
    width: 36px;
    height: 36px;
}

.ai-promo__title {
    margin: 0 0 8px;
    color: #fff;
    font-size: 20px;
    line-height: 1.12;
    font-weight: 700;
}

.ai-promo__text {
    margin: 0 0 15px;
    color: #d7d9df;
    font-size: 14px;
    line-height: 1.35;
}

.ai-promo__actions {
    display: grid;
    gap: 8px;
}

.ai-promo__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 43px;
    padding: 9px 12px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 700;
    transition: transform .15s ease, opacity .15s ease, box-shadow .15s ease;
}

.ai-promo__btn:hover,
.ai-promo__btn:focus-visible {
    transform: translateY(-1px);
    opacity: .94;
}

.ai-promo__btn--primary {
    background: #f6bd16;
    color: #111 !important;
    box-shadow: 0 6px 16px rgba(246, 189, 22, .18);
}

.ai-promo__btn--telegram {
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(255,255,255,.08);
    color: #fff !important;
}

.ai-promo__gift {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 13px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: #fff !important;
    text-decoration: none !important;
}

.ai-promo__gift:hover,
.ai-promo__gift:focus-visible {
    color: #f6bd16 !important;
}

.ai-promo__gift-icon {
    display: flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: rgba(255,255,255,.08);
    color: #f6bd16;
    font-size: 17px;
}

.ai-promo__gift strong,
.ai-promo__gift small {
    display: block;
}

.ai-promo__gift strong {
    font-size: 12px;
    line-height: 1.2;
}

.ai-promo__gift small {
    margin-top: 2px;
    color: #aeb3be;
    font-size: 11px;
    line-height: 1.2;
}

@media (max-width: 991.98px) {
    .YoHoHo-Yeah.ai-promo-wrap {
        position: static;
        top: auto;
        width: 100%;
        max-width: 520px;
        margin: 24px auto 0;
    }

    .ai-promo {
        padding: 20px;
    }

    .ai-promo__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 479.98px) {
    .ai-promo__actions {
        grid-template-columns: 1fr;
    }

    .ai-promo__title {
        font-size: 19px;
    }
}
