<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://t1.ua/css/normalize.css');
@import url('https://t1.ua/css/slick.css');
@import url('https://t1.ua/css/jquery.scrollbar.css');
@import url('https://t1.ua/css/fotorama.css');

/* fonts
=====================*/

@import url('https://t1.ua/fonts/fonts.css');

/* preloader
=====================*/

#preloader{
    background: #fff;
    width: 100%;
    height: -webkit-calc(100% + 2.083vw);
    height: -moz-calc(100% + 2.083vw);
    height: calc(100% + 2.083vw);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-animation: fade-out 2s linear;
       -moz-animation: fade-out 2s linear;
         -o-animation: fade-out 2s linear;
            animation: fade-out 2s linear;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    z-index: 9999;
}

@-webkit-keyframes fade-out{
    0%,
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        display: none;
    }
}

@-moz-keyframes fade-out{
    0%,
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        display: none;
    }
}

@-o-keyframes fade-out{
    0%,
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        display: none;
    }
}

@keyframes fade-out{
    0%,
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        display: none;
    }
}

.video-slider,
.main-slider-footer .slick-list,
.main-slider-footer .slick-track,
.main-slider-footer .slick-slide,
.main-slider-footer .slick-slide &gt; div,
.main-slider-footer .slick-slide &gt; div &gt; *{
    height: 100%;
}

/* basic
=====================*/

*,
*:before,
*:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.animate,
input,
button,
textarea,
select,
a,
.btn{
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

* html .clearfix            {zoom: 1;}
*:first-child+html .clearfix{zoom: 1;}

body{
    background: #fff;
    font: normal 14px 'Ubuntu', sans-serif;
    color: #252525;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 80px;
}

.fuck_ads,
.cbalink{
    display: none !important;
}

a      {color: inherit;text-decoration: none;cursor: pointer;}
a:hover{text-decoration: underline;}

h1,
h2,
h3,
h4,
h5,
h6,
.heading{
    display: block;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

h1,
.heading--size_1{
    font-size: 50px;
}

h2,
.heading--size_2{
    font-size: 30px;
}

h3,
.heading--size_3{
    font-size: 20px;
}

h4,
.heading--size_4{
    font-size: 17px;
}

h5,
.heading--size_5{
    font-size: 14px;
}

h6,
.heading--size_6{
    font-size: 12px;
}

form{
    display: block;
}

input,
button,
select,
textarea{
    font-weight: normal;
    font-family: 'Ubuntu', sans-serif;
}

input,
button{
    margin: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.clearfix:before,
.clearfix:after{
    height: 0;
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}

::-webkit-input-placeholder {color: rgba(0,0,0,.4);}
::-moz-placeholder          {color: rgba(0,0,0,.4);}
:-moz-placeholder           {color: rgba(0,0,0,.4);}
:-ms-input-placeholder      {color: rgba(0,0,0,.4);}

/* components
=====================*/

.container{
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.row{
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

[class^='col-']{
    padding: 0 10px;
}

.col-12{
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}

.col-11{
    max-width: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
            flex-basis: 91.66666667%;
}

.col-10{
    max-width: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
}

.col-9{
    max-width: 75%;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
}

.col-8{
    max-width: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
}

.col-7{
    max-width: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
}

.col-6{
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}

.col-5{
    max-width: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
}

.col-4{
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
}

.col-3{
    max-width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
}

.col-2{
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
}

.col-1{
    max-width: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
}

.logo{
    display: inline-block;
    font-size: 0;
}

.logo__img{
    width: 100%;
    height: auto;
}

.nav{
    
}

.nav__list{
    height: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.nav__item{
    height: 100%;
    margin: 0;
    padding: 0;
}

.nav__link{
    height: 100%;
    padding: 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.nav__link:after{
    background: transparent;
    width: 100%;
    height: 4px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    -moz-transition: background .4s;
    transition: background .4s;
    z-index: 1;
}

.nav__link:hover,
.nav__drop-link:hover{
    text-decoration: none;
}

.nav__drop_2 .nav__drop-link{
    padding-left: 66px;
}

.social{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.social__item{
    margin-left: 43px;
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.social__item:hover{
    color: #143AFF;
    text-decoration: none;
}

.info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.date{
    font-size: 10px;
}

.date--theme_light{color: #DDDDE5;}
.date--theme_dark{color: #969696;}

.mark-item{
    padding: 2px 8px;
    font-size: 11px;
    line-height: 1.4;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.mark-item--theme_light{
    background: rgba(255,255,255,.2);
    color: #fff;
}

.mark-item--theme_dark,
.main--theme_gray .mark-item{
    background: rgba(196,196,196,.2);
    color: #252525;
}

.main--theme_gray .play-btn{
    background: rgba(255,255,255,.6);
}

.play-btn{
    background: rgba(221,221,229,.2);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    -moz-transition: background .4s;
    transition: background .4s;
}

a.play-btn{
    cursor: pointer;
}

.card-item__picture:hover .play-btn,
a.play-btn:hover{
    background: rgba(221,221,229,1);
    text-decoration: none;
}

.play-btn--small{
    width: 28px;
    height: 28px;
    padding-left: 1px;
}

.play-btn--small .play-btn__icon{font-size: 8px;}

.play-btn--medium{
    width: 56px;
    height: 56px;
    padding-left: 3px;
}

.play-btn--medium .play-btn__icon{font-size: 16px;}

.play-btn__icon{
    color: #143AFF;
}

.banner{
    display: block;
    font-size: 0;
    cursor: pointer;
}

.banner:hover{
    text-decoration: none;
}

.banner__img{
    width: 100%;
    display: block;
}

.pagination{
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style-type: none;
}

.pagination__item{
    margin: 0;
    padding: 0;
}

.pagination__link{
    background: transparent;
    min-width: 32px;
    height: 32px;
    padding: 0 6px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-align: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.pagination__link:hover{
    color: #143AFF;
    text-decoration: none;
}

.pagination__link--current{
    background: #143AFF;
    color: #fff;
    cursor: default;
    pointer-events: none;
}

.pagination__link_prev,
.pagination__link_next{
    font-size: 20px;
}

.pagination__link_prev:before{
    display: block;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1);
}

.pagination__link_prev{
    margin-right: 1px;
}

.pagination__link_next{
    margin-left: 1px;
}

.tag{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.tag__title{
    margin-right: 21px;
    color: #C4C4C4;
    white-space: nowrap;
}

.tag__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.tag__item{
    margin-right: 21px;
    display: block;
}

.tag__item:hover{
    color: #143AFF;
    text-decoration: none;
}

.article-body__content a{
    color: #143AFF;
    -webkit-box-shadow: 0 1px 0 transparent;
       -moz-box-shadow: 0 1px 0 transparent;
            box-shadow: 0 1px 0 transparent;
}

.article-body__content a:hover{
    text-decoration: none;
    -webkit-box-shadow: 0 1px 0 #143AFF;
       -moz-box-shadow: 0 1px 0 #143AFF;
            box-shadow: 0 1px 0 #143AFF;
}

.article-body__content iframe,
.article-body__content embed,
.embeddedContent iframe,
.embeddedContent embed{
    max-width: 100%;
}

.owl-nav{
    
}

.slick-arrow{
    background: transparent;
    width: 78px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0 !important;
    position: absolute;
    top: 0;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1;
}

.slick-arrow:hover:after{
    opacity: 1;
}

.slick-arrow:after{
    background: url("https://t1.ua/images/arrow.svg") 0 0 no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    width: 30px;
    height: 54px;
    content: '';
    display: block;
    opacity: .4;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.slick-next:after{
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1);
}

.slick-prev{
    left: 0;
}

.slick-next{
    right: 0;
}

.slick-dots{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 7px;
    left: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    z-index: 1;
}

.slick-dots li{
    background: rgba(255,255,255,.4);
    width: 12px;
    height: 12px;
    margin: 9px;
    display: block;
    font-size: 0;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer;
    outline: none;
    position: relative;
}

.slick-dots li:hover,
.slick-dots li.slick-active{
    background: rgba(255,255,255,1);
}

.slick-dots li.slick-active{
    pointer-events: none;
    cursor: default;
}

.slick-dots li button{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: inherit;
       -moz-border-radius: inherit;
            border-radius: inherit;
    opacity: 0;
    visibility: hidden;
}

.social-likes{
    
}

.social-likes__service{
    display: block;
    text-align: center;
}

.social-likes__service:not(:last-child){margin-bottom: 15px;}

.social-likes__service:hover{
    opacity: .5;
    text-decoration: none;
}

.social-likes__service_type_facebook .social-likes__icon{
    font-size: 24px;
}

.social-likes__service_type_twitter .social-likes__icon{
    font-size: 20px;
}

.social-likes__service_type_telegram .social-likes__icon{
    font-size: 20px;
}

.social-likes__icon{
    height: 25px;
    margin-bottom: 5px;
    display: block;
    color: #143AFF;
}

.social-likes__count{
    display: block;
    font-size: 14px;
    color: #000;
}

/* site
=====================*/

#site{
    position: relative;
    overflow: hidden;
}

/* header
=====================*/

.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    -moz-transition: background .4s;
    transition: background .4s;
    z-index: 998;
}

.header--theme_light{
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 1px 0 #a8a8a8;
       -moz-box-shadow: 0 1px 0 #a8a8a8;
            box-shadow: 0 1px 0 #a8a8a8;
}

.header--theme_dark{
    color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4);
       -moz-box-shadow: 0 1px 0 rgba(255,255,255,.4);
            box-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.header--theme_gray{
    background: transparent;
    color: #000;
    -webkit-box-shadow: 0 1px 0 #a8a8a8;
       -moz-box-shadow: 0 1px 0 #a8a8a8;
            box-shadow: 0 1px 0 #a8a8a8;
}

.js-header-fixed{
    background: #fff;
    color: #000;
}

.header__container{
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.header__left{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__right{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__action{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__toggle{
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    cursor: pointer;
    z-index: 9;
}

.header__toggle-lines{
    width: 20px;
    height: 100%;
    margin-right: 8px;
    position: relative;
}

.header--theme_dark .header__toggle-line{
    background: #fff;
}

.header--theme_dark .logo__img_light{
    display: none;
}

.header--theme_light .header__toggle-line,
.header--theme_gray .header__toggle-line{
    background: #000;
}

.js-header-fixed.header--theme_dark .logo__img_light{
    display: block;
}

.header--theme_light .logo__img_dark,
.header--theme_gray .logo__img_dark{
    display: none;
}

.js-header-fixed.header--theme_dark .logo__img_dark{
    display: none;
}

.header__toggle-line{
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.header__toggle--js-active .header__toggle-line:nth-child(1),
.header__toggle--js-active .header__toggle-line:nth-child(3){
    margin-top: -2px;
    top: 50%;
}

.header__toggle--js-active .header__toggle-line:nth-child(1){
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.header__toggle-line:nth-child(1){
    top: 19px;
}

.header__toggle--js-active .header__toggle-line:nth-child(2){
    opacity: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
}

.header__toggle-line:nth-child(2){
    top: 25px;
}

.header__toggle--js-active .header__toggle-line:nth-child(3){
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.header__toggle-line:nth-child(3){
    top: 31px;
}

.header__toggle-text{
    font-weight: bold;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    visibility: visible;
    opacity: 1;
}

.header__nav{
    height: 100%;
    padding-right: 32px;
}

.header__search{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    z-index: 7;
}

.header__search-toggle{
    padding: 6px 25px;
    font-size: 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.header__search-toggle--js-active{
    pointer-events: none;
    opacity: 0;
}

.header__search:hover .header__search-toggle{
    color: #143AFF;
    text-decoration: none;
}

.header__search-close{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.header__search-close--js-visible{
    display: block;
}

.header__search-close:before,
.header__search-close:after{
    background: #000;
    width: 32%;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 34%;
}

.header__search-close:before{
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.header__search-close:after{
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.header-search{
    background: #fff;
    width: 907px;
    position: absolute;
    top: 0;
    left: 160px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    cursor: auto;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.header-search--js-active{
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.search{
    z-index: 8;
}

.search-form{
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.header--theme_dark .search-form__text{
    color: #fff;
    border-bottom-color: #fff;
}

.header--theme_light .search-form__text,
.header--theme_gray .search-form__text,
.js-header-fixed.header .search-form__text{
    color: #000;
    border-bottom-color: #000;
}

.search-form__text{
    background: transparent;
    width: 100%;
    padding: 10px 80px 10px 30px;
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-bottom: 1px solid transparent;
    outline: none;
}

.header--theme_dark .search-form__text::-webkit-input-placeholder {color: #fff;}
.header--theme_dark .search-form__text::-moz-placeholder          {color: #fff;}
.header--theme_dark .search-form__text:-moz-placeholder           {color: #fff;}
.header--theme_dark .search-form__text:-ms-input-placeholder      {color: #fff;}

.header--theme_light .search-form__text::-webkit-input-placeholder,
.header--theme_gray .search-form__text::-webkit-input-placeholder,
.js-header-fixed.header .search-form__text::-webkit-input-placeholder {color: #000;}
.header--theme_light .search-form__text::-moz-placeholder,
.header--theme_gray .search-form__text::-moz-placeholder,
.js-header-fixed.header .search-form__text::-moz-placeholder          {color: #000;}
.header--theme_light .search-form__text:-moz-placeholder,
.header--theme_gray .search-form__text:-moz-placeholder,
.js-header-fixed.header .search-form__text:-moz-placeholder           {color: #000;}
.header--theme_light .search-form__text:-ms-input-placeholder,
.header--theme_gray .search-form__text:-ms-input-placeholder,
.js-header-fixed.header .search-form__text:-ms-input-placeholder      {color: #000;}

.header--theme_dark .search-form__btn{
    color: #fff;
    border-bottom-color: #fff;
}

.search-form__btn:hover{
    color: #EC512F;
}

.header--theme_light .search-form__btn,
.header--theme_gray .search-form__btn,
.js-header-fixed.header .search-form__btn{
    color: #000;
    border-bottom-color: #000;
}

.search-form__btn{
    background: transparent;
    height: 100%;
    padding: 0 24px 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.search__list{
    background: #fff;
    padding: 30px;
    color: #252525;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.1);
       -moz-box-shadow: 0 4px 10px rgba(0,0,0,.1);
            box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.search-item{
    margin-bottom: 20px;
}

.search-item__date{
    margin-bottom: 4px;
}

.search__item__link{
    
}

.search__item__link:hover{
    color: #143AFF;
    text-decoration: none;
}

.search__moore{
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    color: #143AFF;
    -webkit-box-shadow: 0 1px 0 transparent;
       -moz-box-shadow: 0 1px 0 transparent;
            box-shadow: 0 1px 0 transparent;
    vertical-align: top;
}

.search__moore:hover{
    text-decoration: none;
    -webkit-box-shadow: 0 1px 0 #143AFF;
       -moz-box-shadow: 0 1px 0 #143AFF;
            box-shadow: 0 1px 0 #143AFF;
}

.header__logo{
    height: 100%;
    margin-right: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 92px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 92px;
            flex: 0 0 92px;
    z-index: 9;
}

.header__logo--js-hide{
    pointer-events: none;
    opacity: 0;
}

.header__social{
    
}

.header__drop,
.header__rubric{
    pointer-events: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}

.header__drop{
    background: #143AFF;
    padding: 0 20px;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
}

.header__drop a:hover{
    color: #fff !important;
}

.header__drop-inner{
    height: 100%;
    margin-top: 54px;
    margin-right: -40px;
    padding: 0 40px 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow-y: auto;
}

.nav__drop{
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    position: absolute;
    top: 100%;
    right: 240px;
    left: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.nav__drop-item{
    margin: 0 5px 0 0;
    padding: 0;
}

.nav__drop-link{
    padding: 14px 10px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.nav__drop-link:hover{
    text-decoration: none;
}

.header__drop-header{
    
}

.header__drop-footer{
    margin-top: 30px;
}

.header__all{
    height: 100%;
    margin-left: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    position: relative;
}

.header__all:hover{
    color: #143AFF;
}

.header__all-lines{
    width: 12px;
    height: 100%;
    margin-right: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    position: relative;
}

.header--theme_light .header__all-line,
.header--theme_gray .header__all-line{
    background: #000;
}

.header--theme_dark .header__all-line{
    background: #fff;
}

.header--theme_dark.js-header-fixed .header__all-line{
    background: #000;
}

.header__all:hover .header__all-line{
    background: #143AFF;
}

.header__all-line{
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.header__all-line:nth-child(1){
    top: 30px;
}

.header__all-line:nth-child(2){
    top: 35px;
}

.header__all-line:nth-child(3){
    top: 40px;
}

.header__all--js-active .header__all-line:nth-child(1),
.header__all--js-active .header__all-line:nth-child(3){
    top: 50%;
}

.header__all--js-active .header__all-line:nth-child(1){
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.header__all--js-active .header__all-line:nth-child(2){
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.header__all--js-active .header__all-line:nth-child(3){
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.header__all-text{
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
}

.header__rubric{
    background: #143AFF;
    width: 100%;
    padding: 40px 0;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4;
}

.header__rubric--js-visible{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.header__rubric-title{
    margin-bottom: 26px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}

.header__rubric-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.header__rubric-col{
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
}

.header__rubric-item{
    overflow: visible;
}

.header__rubric-item + .header__rubric-item{margin-top: 15px;}

.header__rubric-link{
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.header__rubric-link:hover{
    color: #5F78FF;
    text-decoration: none;
}

/* main
=====================*/

.bn-top {
    margin: 30px 0 16px;
}

.bn-top .container {
    text-align: center;
}

.bn-top img {
    max-width: 100%;
}

.bn-top__mob {
    display: none;
    max-height: 300px;
}

@media (max-width: 767px) {
    .bn-top__desc {
        display: none;
    }
    .bn-top__mob {
        display: inline;
    }
	.bn-top {
    margin: 0px 0 2px;
}
}

.main-n{
    padding-bottom: 40px;
}

.main-n__row{
    padding-top:20px;
}

.main-n__col{
    
}

.main-n__col-left{
    
}

.main-n__video{
    
}

.main-n__video-body{
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.main-n__video-body embed,
.main-n__video-body iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-n__video-content{
    padding-top: 10px;
    color: #000;
}

.main-n__video-content a:hover{
    color: #143AFF;
    text-decoration: none;
}

.main-n__col-right{
    
}

.main-n__slider{
    height: 100%;
}

.main-n__slider .slick-list,
.main-n__slider .slick-track,
.main-n__slider .slick-slide,
.main-n__slider .slick-slide &gt; div,
.main-n__slider .slick-slide &gt; div &gt; *{
    height: 100%;
}

.main-n__slider .slick-dots{
    padding: 0 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    bottom: 10px;
}

.main-n__slide{
    height: 100%;
    padding-bottom: 19px;
    color: #fff;
    position: relative;
}

.main-n__slide .card-item__link{
    outline: none;
}

.main-n__slide .card-item__link:hover{
    color: #96A7FF;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.main-n__bg{
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.main-n__inner{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.main-n__footer{
    position: relative;
    z-index: 1;
}

.main-n__col-right{
    
}

.main{
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.main--theme_gray{
    color: #252525;
}

.main--theme_gray .main-item__date{
    color: #969696;
}

.main__container{

}

.main__row{
    min-height: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.main-item{
    padding-top: 180px;
    padding-bottom: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.main-item__header{
    margin-bottom: 5px;
}

.main-item__date{
    margin: 6px 11px 6px 0;
}

.main-item__mark{
    
}

.main-item__title{
    margin: 0 0 8px;
    line-height: 1.25;
}

.main-item__link{
    
}

.main-item__link:hover{
    color: #143AFF;
    text-decoration: none;
}

.main-item__play{
    margin-left: 6px;
    position: relative;
    top: -.3em;
}

.main-item__description{
    line-height: 1.5;
    color: #DDDDE5;
    letter-spacing: .1px;
}

.main--theme_gray .main-item__description{
    color: #979797;
}

.main--theme_gray .main-news__inner &gt; .scroll-element .scroll-bar{
    background: #252525;
}

.main__aside{
    max-width: 210px;
    -webkit-flex-basis: 210px;
        -ms-flex-preferred-size: 210px;
            flex-basis: 210px;
    position: relative;
}

.main-news{
    position: absolute;
    top: 100px;
    right: 10px;
    bottom: 44px;
    left: 10px;
}

.main-news__inner{
    height: 100%;
    padding-right: 12px !important;
}

.main-news__inner &gt; .scroll-element.scroll-y{
    width: 3px;
    right: 0;
}

.main-news__inner &gt; .scroll-element .scroll-element_track{
    background: #979797;
    width: 1px;
    margin-left: 1px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.main-news__inner &gt; .scroll-element .scroll-bar{
    background: #fff;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer;
    z-index: 11;
}

.main-news__inner &gt; .scroll-element .scroll-bar:hover,
.main-news__inner &gt; .scroll-element:hover .scroll-bar{
    background: #143AFF;
}

.main-news__item{
    display: block;
}

.main-news__item:hover{
    color: #143AFF;
    text-decoration: none;
}

.main-news__item:not(:last-child){margin-bottom: 21px;}

.main-news__img{
    width: 100%;
    height: auto;
    margin-bottom: 4px;
    display: block;
}

.main-news__title{
    margin: 0 0 2px;
    line-height: 1.5;
    font-family: 'Ubuntu', sans-serif;
}

.main-news__date{
    display: block;
}

/* content
=====================*/

.content{
    padding: 0;
}

.page{
    padding-top: 7px;
}

.page__prev{
    margin-bottom: 25px;
    display: inline-block;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #C4C4C4;
    vertical-align: top;
}

.page__prev:hover{
    color: #143AFF;
    text-decoration: none;
}

.page__prev-icon{
    margin-right: 9px;
    display: inline-block;
    font-size: 10px;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1);
    vertical-align: middle;
}

.content__container{
    
}

.content__row{
    
}

.aside{
    
}

.aside__inner{
    max-width: 282px;
}

.aside__title{
    margin: 0 0 36px;
    position: relative;
}

.aside__list{
    
}

.aside-news{
    margin: 0 0 22px;
}

.aside-news__title{
    margin: 0;
    line-height: 1.1;
	font-size:16px;
    font-family: 'proxima_nova_rgbold', Arial, sans-serif;
	font-weight:normal;
	
}

.aside-news__link{
    display: block;
}

.aside-news__link:hover{
    color: #143AFF;
    text-decoration: none;
}

.aside-news__link--theme_orange{
    color: #EC512F;
}

.aside-news__date{
    
}

.aside-news__icon{
    margin: 0 4px;
    font-size: 12px;
    color: #143AFF;
}

.aside-news__icon_video{
    
}

.aside-news__icon_photo{
    
}

.aside__moore{
    margin: 0 auto;
    display: table;
    font-weight: bold;
    color: #143AFF;
    text-align: center;
    -webkit-box-shadow: 0 1px 0 transparent;
       -moz-box-shadow: 0 1px 0 transparent;
            box-shadow: 0 1px 0 transparent;
}

.aside__moore:hover{
    text-decoration: none;
    -webkit-box-shadow: 0 1px 0 #143AFF;
       -moz-box-shadow: 0 1px 0 #143AFF;
            box-shadow: 0 1px 0 #143AFF;
}

/*.card{
    padding-top: 8px;
}
*/

.card__list{
    
}

.card__row{
    
}

.card__col{
    margin-bottom: 20px;
}

.card__col_2{
    
}

.card__col_3{
    
}

.card__col_4{
    
}

.card__col_6{
    
}

.card__col_8{
    
}

.card__col_12{
    
}

.card-item{
    height: 100%;
    position: relative;
}

.card-item--big{
    min-height: 315px;
    color: #fff;
}

.card-item:not(.card-item--big) .card-item__play{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
}

.card-item__picture{
    height: 200px;
    margin-bottom: 8px;
    display: block;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.card-item__picture:hover .card-item__img{
    opacity: .8;
}

.card-item__img{
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}

.card-item__info{
    margin-bottom: 4px;
}

.card-item__info-date{
    margin: 6px 11px 6px 0;
}

.card-item__info-mark{
    
}

.card-item--big .card-item__title{
    margin: 7px 0 9px 0;
    line-height: 1.25;
}

.card-item__title{
    margin: 0 0 4px;
    line-height: 1.2;
}

.card-item__link{
    display: block;
	background-color: transparent;
}

.card-item__link:hover{
    color: #143AFF;
    text-decoration: none;
}

.card-item--big .card-item__link:hover{
    color: #96A7FF;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.card-item__bg{
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.card-item__bg:after{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0)),to(rgba(0,0,0,0.8)));
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    width: 100%;
    height: 70%;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.card-item__content{
    height: 100%;
    padding: 20px 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.card-item__play{
    
}

.card-item__play:before{
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.card-item__footer{
    margin-top: 30px;
}

.card-item__description{
    line-height: 1.5;
    color: #DDDDE5;
}

.main-mobile-banner{
    margin: 0 -20px;
}

.video-block{
    margin: 20px 0 10px;
}

.video-block__title{
    margin: 0 0 22px;
}

.video-slider{
    position: relative;
}

/*.video-slider:before{
    background: #fff;
    width: 5000px;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1;
}*/

.video-slider &gt; *{
    z-index: 0;
}

.video-slider .owl-stage-outer{
    overflow: visible;
}

.video-slider__slide{
    width: 203px !important;
    margin-right: 20px;
}

.video-slider__slide .card-item__picture{
    height: 130px;
}

.video-slider__item{
    
}

.video-slider__banner{
    
}

.lm-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.lm-list &gt; .video-slider__slide:last-child{
    margin-right: 0;
}

.promo{

}

.promo-block{
    margin: 50px 0 40px;
    color: #fff;
}

.promo-block__row{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.promo-block__col{
    
}

.promo-block__col_5{
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
}

.promo-block__col_7{
    
}

.promo-block__picture{
    margin-top: -50px;
    display: block;
    font-size: 0;
    outline: none;
}

.promo-block__picture:hover{
    text-decoration: none;
}

.promo-block__img{
    max-width: 100%;
    height: auto;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.promo-block__content{
    padding: 50px 15px 50px 0;
}

.promo-block .card-item__link:hover{
    color: rgba(255,255,255,.8);
}

.promo-block .card-item__title{
    margin: 7px 0 9px 0;
    line-height: 1.25;
}

.category{
    
}

.category-nav{
    margin-bottom: 31px;
}

.main-n__slide .card-item__bg{
    z-index: -1;
}

.main-n__slide .card-item__title{
    position: static;
}

.main-n__slide .card-item__content{
    position: static;
    overflow: visible;
}

.main-n__slide .card-item__link:after{
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.category-slider .slick-slide{
    margin: 4px 26px 4px 0;
    outline: none;
}

.category-nav__link{
    padding: 4px 0;
    display: inline-block;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    vertical-align: top;
}

.category-nav__link--active,
.category-nav__link:hover{
    color: #143AFF;
    text-decoration: none;
}

.category-nav__link--active{
    pointer-events: none;
    cursor: default;
}

.category__banner{
    /* max-width: 75%; */
	max-width: 650px;
    margin: 0 auto;
}

.card-item__moore{
    background: #143AFF;
    height: 100%;
    min-height: 273px;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    text-align: center;
}

.card-item__moore:hover,
.n-view-moore:hover{
    color: rgba(255,255,255,.6);
    text-decoration: none;
}

.card-item__moore-icon{
    margin-bottom: 26px;
    display: block;
    font-size: 26px;
}

.card-item__moore-text{
    max-width: 160px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.n-view-moore{
    background: #143AFF;
    padding: 29px 50px;
    max-width: 400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}
.n-view-moore__icon{
    margin: 0 16px 0 0;
}

.n-view-moore__text{
    max-width: initial;
    margin: 0;
}

.main-slider-footer{
    margin-bottom: 15px;
}

/* footer
=====================*/

.footer{
    padding: 48px 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.footer__container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer__nav{
    max-width: 33.33%;
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.footer__nav-item{
    margin: 0 55px 0 0;
    padding: 0;
    white-space: nowrap;
}

.footer__nav-link{
    display: block;
}

.footer__nav-link:hover{
    color: #143AFF;
    text-decoration: none;
}

.footer__copyright{
    padding: 0 15px;
    text-align: center;
}

.footer__social{
    max-width: 33.33%;
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.contacts{
    
}

.page__title{
    margin: 0 0 20px;
}

.page__desciption{
    width: 54%;
    margin: 0 0 42px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}

.page-tag{
    margin-bottom: 30px;
}

.contacts__picture{
    margin: 0 -20px 55px;
    font-size: 0;
}

.contacts__img{
    width: 100%;
    height: auto;
    vertical-align: top;
}

.contacts__subtitle{
    width: 67%;
    margin: 0 0 46px;
    font-weight: bold;
    font-size: 45px;
    line-height: 1.5;
    color: #000;
}

.contacts__email{
    margin-bottom: 89px;
    display: inline-block;
    font-weight: bold;
    font-size: 72px;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
    color: #143AFF;
    border-bottom: 2px dotted rgba(20,58,255,.7);
    vertical-align: top;
}

.contacts__email:hover{
    color: #EC512F;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-color: #EC512F;
}

.contacts__footer{
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.contacts__footer-title{
    margin: 0 0 7px;
    font-size: 16px;
}

.contacts__footer-address{
    margin-bottom: 11px;
}

.contacts__footer-phone{
    margin-bottom: 10px;
    display: table;
}

.contacts__footer-phone:hover{
    color: #EC512F;
    text-decoration: none;
}

.contacts__footer-email{
    color: #143AFF;
    border-bottom: 1px dotted rgba(20,58,255,.7);
}

.contacts__footer-email:hover{
    color: #EC512F;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-color: #EC512F;
}

.commercial__list{
    margin-bottom: 99px;
    padding-top: 31px;
}

.commercial__row{
    
}

.commercial__col{
    
}

.commercial-item{
    overflow: visible;
}

.commercial-item:not(:last-child){margin-bottom: 110px;}

.commercial-item__row{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.commercial-item__content{
    color: #000;
}

.commercial-item__title{
    margin: 0 0 20px;
    font-weight: bold;
}

.commercial-item__description{
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.4;
}

.commercial-item__accent{
    color: #143AFF;
}

.commercial-item__result{
    margin: 0 0 40px;
    font-weight: bold;
}

.commercial-item__subtitle{
    margin: 0 0 9px;
    font-size: 18px;
}

.commercial-item__line{
    margin-bottom: 5px;
    font-size: 24px;
}

.commercial-item__price{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    color: #143AFF;
}

.commercial-item__note{
    font-style: italic;
    font-size: 18px;
}

.commercial-item__picture{
    font-size: 0;
}

.commercial-item__img{
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.2);
       -moz-box-shadow: 0 0 7px rgba(0,0,0,.2);
            box-shadow: 0 0 7px rgba(0,0,0,.2);
    vertical-align: top;
}

.commercial__desciption{
    width: 66%;
    font-size: 22px;
}

.commercial__subtitle{
    max-width: 66%;
    margin: 0 0 28px;
    line-height: 1.5;
    color: #000;
}

.commercial__email{
    margin-bottom: 44px;
}

.page__pagination{
    margin: 70px 0 35px;
}

.page__search{
    max-width: 720px;
    margin-bottom: 40px;
}

.page__search .search-form__text{
    border-bottom: 1px solid #000;
}

.ps__title{
    max-width: 1000px;
    margin-bottom: 60px;
}

.archive-nav{
    margin-bottom: 77px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.archive-nav__link{
    margin: 10px 32px 0 0;
    display: block;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.archive-nav__link:hover{
    color: #143AFF;
    text-decoration: none;
}

.archive-nav__link--active{
    color: #143AFF;
    pointer-events: none;
    cursor: default;
}

.archive-list{
    max-width: 78%;
}

.archive__row{
    margin-right: -22px;
    margin-left: -22px;
}

.archive__col{
    padding-right: 22px;
    padding-left: 22px;
}

.archive-result{
    padding-top: 11px;
}

.archive-result__row{
    
}

.archive-result__col{
    
}

.archive-result__col_8{
    
}

.archive-result__col_4{
    
}

.archive-result__item{
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: visible;
}

.archive-result__picture{
    margin: 2px 30px 0 0;
    display: block;
    font-size: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 190px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
}

.archive-result__picture:hover{
    text-decoration: none;
    opacity: .8;
}

.archive-result__img{
    width: 100%;
    height: auto;
    font-size: 0;
}

.archive-result__content{

}

.archive-result__info{
    margin-bottom: 4px;
}

.archive-result__title{
    margin: 0;
    font-size: 24px;
}

.archive-result__link{
    
}

.archive-result__link:hover{
    color: #143AFF;
    text-decoration: none;
}

.datepicker_info { margin:-10px 0 20px 0; color:#143AFF; font-size:20px; font-family:'proxima_nova_rgbold'; }

.ui-datepicker {
    max-width: 288px;
    padding: 0px 0 10px 0;
}

.ui-datepicker-header {
    text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
    width: 30px;
    heihgt: 24px;
    display: flex;
    flex: 0 0 30px;
    justify-content: center;
    align-items: center;
    font: 12px 't1' !important;
    text-decoration: none !important;
    transition: all 0.4s;
    margin-top: 6px;
}

.ui-datepicker-prev {
    float: left;
    transform: scaleX(-1);
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-prev:before, .ui-datepicker-next:before {
    content: "\e907";
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    color: #143AFF;
}

.ui-corner-all .ui-icon {
    display: none;
}

.ui-datepicker-title {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0 15px;
}

.ui-datepicker-title select {
    background: transparent;
    width: calc(50% - 5px);
    height: 24px;
    display: block;
    border: 1px solid #ccc;
}

.ui-datepicker-calendar {
    width: 100%;
    color: #333;
    border-collapse: collapse;
    text-align: center;
}

.ui-datepicker-calendar th {
    padding: 15px 0;
    font-weight: bold;
    font-size: 16px;
}

.ui-datepicker-calendar td {
    padding: 3px 0;
    font-size: 13px;
    color: rgba(51,51,51,.6);
}

.ui-datepicker-calendar td a {
    min-width: 34px;
    margin: 0 auto;
    padding: 0 4px;
    display: table;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ui-datepicker-calendar td a:hover {
    background: #143AFF;
    color: #fff;
    text-decoration: none;
}

.article{
    overflow: visible;
}

.article_2{
    padding-top: 0px;
}
/* WITHOUT BANNER
.article_2{
    padding-top: 120px;
}
*/

.article-promo{
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 52px;
    color: #fff;
    position: relative;
}

.article-promo:before{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.62) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0.62)),to(rgba(255,255,255,0)));
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.62) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#00ffffff',GradientType=0 );
    width: 100%;
    height: 100%;
    /*content: '';
    display: block;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.article-promo__container{
    position: relative;
    z-index: 1;
}

.article-promo__row{
    min-height: 700px;
}

.article-promo__content{
    margin: 0 auto;
    padding-top: 180px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.article-promo__header{
    margin-bottom: 8px;
}

.article-promo__mark{
    margin: 6px 14px 6px 0;
}

.article-promo__date{
    
}

.article-promo__title{
    margin: 0 0 20px;
    font-size: 48px;
}

.article-promo__link{
    
}

.article-promo__link:hover{
    color: #143AFF;
    text-decoration: none;
}

.article-promo__footer{
    width: 100%;
    margin-top: 5px;
    padding: 0 15px;
    font-style: italic;
    font-size: 12px;
    color: #969696;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
}

.article-body{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.article-body__container{
    
}

.article-body__row{
    
}

.article-body__col{
    
}

.article-body__col_1{
    
}

.article-body__col_4{
    
}

.article-body__col_7{
    
}

.article-body__col_8{
    
}

.article-aside__last{
    max-width: 282px;
    margin: 0 auto 120px;
}

.article-aside__nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.article-aside__nav-link{
    margin: 0 24px 24px 0;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.article-aside__nav-link:hover{
    color: #143AFF;
    text-decoration: none;
}

.article-aside__nav-link_active{
    color: #143AFF;
}

.article-body__content{
    margin-bottom: 30px;
    padding-top: 4px;
    border-bottom: 1px solid #DDDDE5;
}

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

.article-body__content &gt; :first-child,
.article-body__content .subtitle &gt; :first-child{margin-top: 0;}

.article-body__title{
    margin: 0 0 32px;
    font-family: 'Ubuntu', sans-serif;
}

.article-body__paragraph{
    margin: 0 0 23px;
}

.article-body__img{
    margin: 0 0 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.article-body__img--width_100{
    margin-top: 60px;
}

.article-body__img--width_50{
    width: -webkit-calc(50% - 18px);
    width: -moz-calc(50% - 18px);
    width: calc(50% - 18px);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.article-body__img--width_50 + .article-body__img--width_50{margin-left: 18px;}

.article-body__img img{
    width: 100%;
    height: auto;
    margin-bottom: 6px;
    display: block;
}

.article-body__img figcaption{
    width: 100%;
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #969696;
    text-align: center;
}

.article-body__accent{
    margin: 31px 0 39px;
    padding: 36px 40px;
    font-weight: 500;
    font-size: 20px;
    border: 10px solid #143AFF;
}

.article-body__video{
    height: 0;
    margin-bottom: 40px;
    padding: 25px 0 56.25%;
    position: relative;
}

.article-body__video video,
.article-body__video embed,
.article-body__video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.article-body__banner{
    margin: 48px 0 16px;
}

.article-body__next{
    background-color: #143AFF;
    margin: 30px 0 40px;
    padding: 24px 60px;
    color: #fff;
}

.article-body__next-title{
    margin: 0 0 8px;
    font-size: 13px;
    color: #DDDDE5;
}

a.article-body__next-link{
    font-weight: 500;
    font-size: 17px;
    color: #fff;
	line-height:1;
}

.article-body__next-link:hover{
    color: rgba(255,255,255,.6);
    text-decoration: none;
}
.article-body__next div {
    padding-bottom: 15px;
}
.article-body__next div:first-child {
    padding-bottom: 0;
}
.article-body__next div:last-child {
    padding-bottom: 0;
}

.article-body__content ul{
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}
.article-body__content ul li{
    margin: 0;
    padding: 0 0 0 56px;
    position: relative;
}

.article-body__content ul li + li{margin-top: 12px;}

.article-body__content ul li:before{
    background: #143AFF;
    width: 22px;
    height: 5px;
    display: block;
    content: '';
    position: absolute;
    top: .7em;
    left: 0;
}




.article-body__ul{
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none;
}

.article-body__ul li{
    margin: 0;
    padding: 0 0 0 56px;
    position: relative;
}

.article-body__ul li + li{margin-top: 25px;}

.article-body__ul li:before{
    background: #143AFF;
    width: 22px;
    height: 5px;
    display: block;
    content: '';
    position: absolute;
    top: .7em;
    left: 0;
}

.article-body__blockquote{
    margin: 70px 0 50px;
    padding: 74px 0 20px;
    font-weight: 500;
    font-size: 20px;
    border: 1px solid #143AFF;
    border-right: none;
    border-left: none;
    position: relative;
}

.article-body__blockquote:before{
    background: url("https://t1.ua/images/citate.svg") 0 0 no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    width: 80px;
    height: 60px;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: -1px;
    left: 0;
}

.article-body__blockquote p{
    margin: 0;
}

.article-body__blockquote footer{
    margin-top: 10px;
    font-size: 16px;
}

.article-body__slider{
    background: transparent;
    font-size: 0;
}

.article-body__wrap{
    margin-bottom: 36px;
}

.article-body__nav{
    margin: 0 -5px;
}

.article-body__nav .slick-slide{
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
    opacity: .6;
    cursor: pointer;
}

.article-body__nav .slick-slide:hover,
.article-body__nav .slick-current{
    opacity: 1;
}

.article-body__nav-item{
    padding: 0 5px;
    font-size: 0;
}

.article-body__nav-item img{
    width: 100%;
    height: auto;
}

.article-body__slider-author{
    margin: 5px 0 10px;
    font-style: italic;
    font-size: 12px;
    color: #969696;
    text-align: center;
}

.article-body__tags{
    margin-bottom: 24px;
    font-size: 14px;
    color: #000;
}

.article-body__tags a{
    color: #143AFF;
    -webkit-box-shadow: 0 1px 0 transparent;
       -moz-box-shadow: 0 1px 0 transparent;
            box-shadow: 0 1px 0 transparent;
}

.article-body__tags a:hover{
    text-decoration: none;
    -webkit-box-shadow: 0 1px 0 #143AFF;
       -moz-box-shadow: 0 1px 0 #143AFF;
            box-shadow: 0 1px 0 #143AFF;
}

.article-body__author{
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.article-body__author-picture{
    margin-right: 17px;
    font-size: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
}

.article-body__author-img{
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.article-body__author-content{
    
}

.article-body__author-name{
    font-size: 16px;
}

.article-body__author-position{
    font-size: 12px;
    color: #969696;
}

.article-comment{
    margin-bottom: 52px;
    font-size: 0;
}

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

.article-body__aside-banner{
    max-width: 300px;
    margin: 0 auto 32px;
}

.article-body__banner-footer{
    max-width: 970px;
    margin: 20px auto;
}

.article__social{
    padding-top: 11px;
}

.article_2-promo{
    margin: 0 auto;
}

.article_2-promo__header{
    margin-bottom: 12px;
}

.article_2-promo__mark{
    margin: 6px 26px 6px 0;
}

.article_2-promo__date{
padding-right:10px;
    
}

.article_2-promo__title{
    margin: 0 0 40px;
    font-size: 48px;
    line-height: 1.22;
}

.article_2-promo__img{
    margin: 0 0 32px;
}

.article-next{
    padding: 40px 0 20px;
    text-align: center;
    position: fixed;
    z-index: 2;
    bottom: 40px;
    left:50%;
    transform: translateX(-50%);
    display: none;
}   

.article-next__link {
    background: #fff;
    min-width: 526px;
    padding: 16px 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.25);
       -moz-box-shadow: 0 4px 20px rgba(0,0,0,.25);
            box-shadow: 0 4px 20px rgba(0,0,0,.25);
}

.article-next__link:hover{
    text-decoration: none;
    -webkit-box-shadow: 0 6px 26px rgba(20,58,255,.5);
       -moz-box-shadow: 0 6px 26px rgba(20,58,255,.5);
            box-shadow: 0 6px 26px rgba(20,58,255,.5);
}

.article-next__link-arrow{
    margin-left: 30px;
    font-size: 13px;
    color: #143AFF;
}

.about{
    margin-bottom: 100px;
}

.about__title{
    margin: 0 0 36px;
}

.about-row{
    margin: 0 -50px;
}

.about-col{
    padding: 0 50px;
}

.about-col_4{
    
}

.about-col_6{
    
}

.about-col_6 .about-item{
    margin-bottom: 60px;
}

.about-item{
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about-item__picture{
    font-size: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
}

.about-item__img{
    width: 100%;
    height: auto;
}

.about-item__content{
    padding-left: 50px;
    font-family: 'Montserrat', sans-serif;
}

.about-item__name{
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 24px;
}

.about-item__position{
    margin-bottom: 32px;
    font-size: 14px;
}

.about-item__social{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.about-item__link{
    margin: 8px 36px 8px 0;
    display: block;
    color: #143AFF;
}

.about-item__link:hover{
    color: #EC512F;
    text-decoration: none;
}

.about-item__icon{
    display: block;
}

.about-item__icon.icon-facebook{font-size: 29px;}
.about-item__icon.icon-twitter{font-size: 24px;}
.about-item__icon.icon-instagram{font-size: 29px;}

.about-footer{
    
}

.about-footer__title{
    margin: 0 0 28px;
}

.about-footer__text{
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}

.about-footer__vacancy{color: #143AFF;}

.about-footer__subtitle{
    font-size: 16px;
    color: #000;
}
.instagram-media {
    min-width: 265px !important;
}

</pre></body></html>