@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Roboto:700');
/* --------------- Style to null --------------- */
*{-moz-box-sizing:border-box;box-sizing:border-box;}html,body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,a,footer,header,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;vertical-align:baseline;background:transparent;font-size:100%;margin:0;padding:0;}a{background:transparent;}table{border-collapse:collapse;border-spacing:0;}td,td img{vertical-align:top;}input,select,button,textarea{font-size:12px;font-family:Arial, Helvetica, sans-serif;margin:0;}input[type="text"],input[type="password"],textarea,input[type="email"],input[type="phone"],input[type="number"]{font:12px Arial, Helvetica, sans-serif;padding:0;}input[type="checkbox"]{vertical-align:bottom;}input[type="radio"]{vertical-align:text-bottom;}sub{vertical-align:sub;font-size:smaller;}sup{vertical-align:super;font-size:smaller;}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block;}ul,ol{list-style:none;}html{overflow-y:scroll;overflow-x:auto;}html,body{height:100%;}body{line-height:1;text-align:left;z-index:1;position:relative;}input [type='text']{padding:0;}textarea{resize:none;overflow:auto;}label,input[type="button"],input[type="submit"],button{cursor:pointer;}input[type="button"],input[type="reset"],input[type="submit"],button,input[type="text"],input[type="password"],textarea,input[type="email"],input[type="tel"],input[type="phone"],input[type="number"]{-webkit-appearance:none;}a,a:visited,a:hover,a:focus,a:active{text-decoration:none;}input[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0;}input:invalid{outline:none;-moz-box-shadow:none;border:none;}input,textarea,input[type="search"]:focus,:focus{outline:none;}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
body {
    font-family: 'PT Sans', sans-serif;
    color: #5c5c5c;
    background: #f9f9f9;
}
/* --------------- Style to null --------------- */

/*
    main styles
    version: 17.07.2017

    columns

    placeholder

    to-top

    social

    share

    btn

    breadcrumbs

    main-form

    site-search

    site

    logo

    menu

    header-search

    copyright

    square-pics

    footer-menu

    footer-address

    ads-google

    slider

    news-list

    article-preview

    pop-post

    categories

    subscribing

    news-preview

    aside-ad

    triple-news

    related-content

    latest-news

    content

    slider-preview

    swiper-popup

*/


/* ------------ columns ------------ */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-hide {
    display: none;
}
/* ------------ /columns ------------ */



.ad{    text-align: center;
    margin: auto;}
.ad h5{
    font-size: 14px;
    font-weight: 300;
    padding: 3px;
}

/* --------------- placeholder --------------- */
::-webkit-input-placeholder {
    color: #848484;
    -webkit-transition: color 0.2s ease-in-out;
}
:-moz-placeholder {
    color: #848484;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.placeholder {
    color: #848484;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
/* --------------- /placeholder --------------- */

/* ------------ to-top ------------ */
.to-top {
    position: fixed;
    width: 45px;
    height: 42px;
    border: 1px solid #fff;
    bottom: 12px;
    right: 10px;
    z-index: 10;
    background: #1b1a1a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: background 0.2s ease, border 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
    transition: background 0.2s ease, border 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}
.to-top.to-top_shown {
    opacity: 1;
    visibility: visible;
}
.to-top:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 17px;
    left: 16px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.2s ease;
    transition: border 0.2s ease;
}
/* ------------ /to-top ------------ */

/* ------------ social ------------ */
.social__item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
    color: #848484;
    font-size: 16px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.social__item:first-child {
    margin-left: 0;
}
/* ------------ /social ------------ */

/* ------------ share ------------ */
.share {
    padding: 7px 0;
    margin-bottom: 6px;
}
.share__item {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 8px;
    background: #848484;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.share__item:first-child {
    margin-left: 0;
}
.share__item .fa {
    font-size: 20px;
    color: #fff;
    line-height: inherit;
}
/* ------------ /share ------------ */

/* ------------ btn ------------ */
.btn {
    display: inline-block;
    min-width: 196px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 19px;
    letter-spacing: 2px;
    text-align: center;
    padding: 14px 20px;
    background: #1a1a1a;
    border: none;
    text-transform: uppercase;
    -webkit-transition: background 0.2s ease, border 0.2s ease;
    transition: background 0.2s ease, border 0.2s ease;
}
.btn_2 {
    background: #5cd1df;
    border: 1px solid #fff;
}
/* ------------ /btn ------------ */

/* ------------ breadcrumbs ------------ */
.breadcrumbs {
    padding: 18px 0;
}
.breadcrumbs span {
    color: #1a1a1a;
    font-size: 16px;
}
.breadcrumbs span a {
    color: inherit;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
.breadcrumbs span:after {
    content:'»';
    display: inline;
    font-size: inherit;
    color: inherit;
}
.breadcrumbs span:last-child:after {
    display: none;
}
.breadcrumbs span:last-child {
    color: #2db3c4;
    text-transform: capitalize;
}
.breadcrumbs span:last-child:hover {
    cursor: default;
}
.breadcrumbs > span:last-of-type a {
    pointer-events: none;
}
/* ------------ /breadcrumbs ------------ */

/* ------------ main-form ------------ */
.main-form {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.main-form__row:last-child {
    margin-bottom: 0;
}
.main-form__row {
    display: block;
    text-align: center;
    margin-bottom: 11px;
}
.main-form__label {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1px;
}
.main-form__value {
    width: 100%;
    border: none !important;
    background: #fff;
    height: 42px;
    padding: 0 10px !important;
    font-family: 'PT Sans', sans-serif !important;
    color: #1b1a1a;
    font-size: 16px !important;
}
.main-form .btn {
    margin-top: 7px;
}
/* ------------ /main-form ------------ */

/* ------------ site-search ------------ */
.site-search {
    margin-bottom: 18px;
}
.site-search__wrap {
    position: relative;
    padding-right: 30px;
    border: 1px solid #aaacb0;
    background: #ffffff;
}
.site-search__input {
    width: 100%;
    height: 31px;
    border: none;
    font-family: "Arial", sans-serif !important;
    font-size: 12px !important;
    color: #1b1a1a !important;
    background: inherit;
    padding: 0 10px 0 9px !important;
}
.site-search__btn {
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    padding: 1px 7px 0;
}
.site-search__btn i {
    color: #5c5c5c;
    font-size: 16px;
}
.site__sign {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 18px;
}
.site__sign time {
    display: block;
    font-size: 14px;
    border-left: 2px solid #38b3c4;
    line-height: 12px;
    padding-left: 5px;
    color: #38b3c4;
}
/* ------------ /site-search ------------ */

/* --------------- site --------------- */
.site {
    min-height: 100%;
    min-width: 320px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.title__container {
    padding: 9px;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.site__centered {
    position: relative;
    margin: 0 auto;
    padding: 0 15px 30px;
}
.site__row {
    margin-left: -15px;
    margin-right: -15px;
}
.site__row:after {
    content: '';
    clear: both;
    display: table;
}

.row:after {
    content: '';
    clear: both;
    display: table;
}

.site__row_padding {
    padding-top: 36px;
}
.site__row_padding > div:first-child .article-preview {
    margin-top: -36px;
}
.site__content {
    position: relative;
    z-index: 2;
}
.site__aside {
    padding: 18px 0;
    margin: 0 auto;
    max-width: 300px;
}
.site__aside > *:last-child {
    margin-bottom: 0;
}
.site__btn {
    text-align: center;
    margin-bottom: 18px;
}
.site__header {
    position: relative;
    z-index: 3;
}
.site__header .site__centered {
    padding: 0;
}
.site__header-inner {
    position: relative;
    z-index: 2;
    height: 64px;
    /* padding: 0 10px; */
    background: #fff;
    border-bottom: 2px solid #5cd1df;
}
.site__header-search {
    position: absolute;
    top: 18px;
    right: 0;
    padding: 1px 10px 2px 9px;
    color: #2db3c4;
    font-size: 24px;
    border-left: 1px solid #aaacb0;
}
.site__header-btn {
    display: block;
    position: absolute;
    top: 18px;
    padding: 0;
    left: 0;
    width: 47px;
    height: 28px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 4;
    border-right: 1px solid #aaacb0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.site__logo {
    display: block;
    text-align: center;
}
.site__logo img {
    height: 65px;
}
.site__search {
    display: none;
}
.site__header-btn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    margin-top: -2px;
    height: 4px;
    background-color: #1b1a1a;
    font-size: 0;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.site__header-btn span:before,
.site__header-btn span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b1a1a;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.site__header-btn span:before {
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
}
.site__header-btn span:after {
    -ms-transform: translateY(200%);
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}
.site__header-btn.opened span {
    background-color: transparent;
}
.site__header-btn.opened span:before {
    -ms-transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.site__header-btn.opened span:after {
    -ms-transform: translateY(0) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.site__header-wrap {
    position: fixed;
    z-index: 3;
    top: 0;
    left: -300px;
    padding: 65px 0 30px 15px;
    width: 300px;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    overflow-y: auto;
    text-align: left;
    background: #5cd1df;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01408e', endColorstr='#4381cc',GradientType=1 );
}
.site__header-wrap.opened {
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}
.site__header-cell {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
}
.site__header-cell.active {
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
.site__header-cell .social {
    display: none;
}
.site__footer {
    z-index: 2;
    position: relative;
    display: block;
    background: #1b1a1a;
    border-bottom: 3px solid #5cd1df;

    /*z-index: 2;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*background: #1b1a1a;*/
    /*border-bottom: 3px solid #5cd1df;*/
}
.site__footer-top {
    position: relative;
    padding-top: 100px;
    padding-bottom: 11px;
}
.site__footer-top > div {
    position: static;
}
.site__footer-top .logo {
    left: 10px;
    top: 18px;
    margin-left: 0;
    width: 141px;
    height: 52px;
}
.site__footer-top .social {
    position: absolute;
    top: 34px;
    right: 31px;
}
.site__footer-top .social__item:first-child {
    margin-left: 0;
}
.site__footer-top .social__item {
    margin-left: 15px;
    font-size: 19px;
}
.site__title {
    display: block;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.4;
    color: #1b1a1a;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 4px;
    margin-bottom: 18px;
    border-left: 1px solid #2db3c4;
    border-right: 1px solid #2db3c4;
}
.site__title:after,
.site__title:before {
    content:'';
    position: absolute;
    width: 44px;
    height: 1px;
    background: #2db3c4;
}
.site__title:before {
    top: 0;
    left: 0;
}
.site__title:after {
    bottom: 0;
    right: 0;
}
.site__title_2 {
    font-weight: 400;
    color: #f9f9f9;
    font-size: 20px;
    border-color: #848484;
    padding: 8px;
}
.site__title_2:after,
.site__title_2:before {
    background: #848484;
}
.site__title_3 {
    border-color: #ee1d2b;
}
.site__title_3:after,
.site__title_3:before {
    background: #ee1d2b;
}
.site__bg-1 {
    background: #1a1a1a;
}
.site__main-mews {
    padding: 19px 0;
}

.page__title {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.4;
    color: #1b1a1a;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 4px;
    margin-bottom: 18px;
}
/* --------------- /site --------------- */

/* --------------- logo --------------- */
.logo {
    position: absolute;
    text-align: center;
    width: 125px;
    height: 48px;
    left: 50%;
    top: 8px;
    margin-left: -62px;
}
.logo svg {
    width: 100%;
    height: 100%;
}

.logo img{
    max-height:100%;
    max-width:100%;

}

.site__search {
    float: right;
}

.site__search {
    position: absolute;
    right: 0;
    bottom: 25px;
    border: 1px solid #5bd1df;
}

.site__search input {
    border: none;
    color: #5bd1df;
    font-size: 17px;
    padding: 0 10px;
}

.site__search #searchsubmit {
    background: #5bd1df;
    color: #fff;
    outline: none;
    border: none;
    padding: 5px 10px;
}

.notfound__search input {
    border: none;
    color: #5bd1df;
    font-size: 17px;
    padding: 0 10px;
}

.notfound__search #searchsubmit {
    background: #5bd1df;
    color: #fff;
    outline: none;
    border: none;
    padding: 5px 10px;
}

/* --------------- /logo --------------- */

/* ------------ menu ------------ */
.menu {
    margin-bottom: 15px;
}
.menu__item {
    display: block;
    padding: 5px 0;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    transition: 0.5s;
}
a.menu__item:hover {
    background-color: #5bd1df;
    color: #fff;
    transition: 0.5s;
}
/* ------------ /menu ------------ */

/* ------------ header-search ------------ */
.header-search {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #f9f9f9;
    padding: 10px;
    white-space: nowrap;
}
.header-search__input {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border: 1px solid #aaacb0;
    height: 32px;
    width: calc(50% + 63px);
    padding: 0 10px;
    font-family: 'PT Sans', sans-serif;
    color: #1b1a1a;
    font-size: 14px;
}
.header-search__submit {
    display: inline-block;
    vertical-align: top;
    color: #1b1a1a;
    border: none;
    background: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    line-height: 32px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}
/* ------------ /header-search ------------ */

/* ------------ copyright ------------ */
.copyright {
    color: #888;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    padding: 14px 0;
    border-top: 1px solid #888;
}
/* ------------ /copyright ------------ */

/* ------------ square-pics ------------ */
.square-pics {
    width: 266px;
}
.square-pics:after {
    content: '';
    clear: both;
    display: table;
}
.square-pics__item {
    display: block;
    position: relative;
    width: 128px;
    height: 128px;
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
}
.square-pics__item:nth-child(2n) {
    margin-right: 0;
}
.square-pics__item img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
}
.square-pics__txt {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    top: 50%;
    right: 0;
    left: 0;
    padding: 0 15px;
    text-align: left;
    overflow: hidden;
    max-height: 110px;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.square-pics__bg {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.square-pics__item:after,
.square-pics__item:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.square-pics__item:before {
    top: 5px;
    left: 5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translate3d(-5px, -5px, 0);
    -ms-transform: translate3d(-5px, -5px, 0);
    transform: translate3d(-5px, -5px, 0);
}
.square-pics__item:after {
    bottom: 5px;
    right: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translate3d(5px, 5px, 0);
    -ms-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
}
/* ------------ /square-pics ------------ */

/* ------------ footer-menu ------------ */
.footer-menu {
    max-width: 300px;
}
.footer-menu .site__title {
    display: none;
    margin-bottom: 15px;
}
.footer-menu__list:after {
    content: '';
    clear: both;
    display: table;
}
.footer-menu__item {
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: 5px;
    padding: 0 5px;
}
.footer-menu__item a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #848484;
    line-height: 1.4;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
/* ------------ /footer-menu ------------ */

/* ------------ footer-address ------------ */
.footer-address {
    font-style: normal;
    color: #848484;
    font-size: 14px;
    line-height: 1.75;
    padding: 16px 0 0;
}
.footer-address__row {
    display: inline;
}
.footer-address__row:last-child:after {
    display: none;
}
.footer-address__row:after {
    content:',';
    color: inherit;
    font-size: inherit;
}
.footer-address a {
    color: inherit;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
/* ------------ /footer-address ------------ */

/* ------------ ads-google ------------ */
.ads-google {
    margin-bottom: 18px;
}
.ads-google__wrap {
    width: 300px;
    height: 50px;
    margin: 0 auto;
}
/* ------------ /ads-google ------------ */

/* ------------ slider ------------ */
.slider .swiper-slide {
    display: block;
    position: relative;
    overflow: hidden;
    background-size: cover;
    min-height:280px;
}
.slider__txt {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px;
    font-family: "Arial", sans-serif;
    color: #fdfdfd;
    line-height: 1.3;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.39) 33%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 33%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 33%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
.slider__pic {
    display: block;
    width: 100%;
    height: auto;
}
.slider__title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    max-height: 57px;
    overflow: hidden;
}
.slider__sub-title {
    display: none;
    font-size: 12px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
    background: none;
    width: 57px;
    height: 80px;
    margin-top: -40px;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.slider .swiper-button-next {
    right: 0;
}
.slider .swiper-button-prev {
    left: 0;
}
.slider .swiper-button-next:before,
.slider .swiper-button-prev:before {
    content:'';
    position: absolute;
    top: 50%;
    margin-top: -11px;
    width: 25px;
    height: 25px;
}
.slider .swiper-button-next:before {
    content: '';
    right: 11px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.slider .swiper-button-prev:before {
    content: '';
    left: 11px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slider .swiper-pagination-bullet {
    background: #fff;
}
.slider .swiper-pagination-bullet-active {
    background: #fff;
}
.slider .swiper-container-horizontal>.swiper-pagination-bullets,
.slider .swiper-pagination-custom,
.slider .swiper-pagination-fraction {
    bottom: 3px;
}
.slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
.slider_2 {
    margin-left: -15px;
    margin-right: -15px;
}
/* ------------ /slider ------------ */

/* ------------ news-list ------------ */
.news-list {
    padding: 10px 9px;
    background: #fff;
}
.news-list__wrap {
    margin: 0 -9px;
}
.news-list__wrap:after {
    content: '';
    clear: both;
    display: table;
}
.news-list__item {
    float: left;
    width: 50%;
    padding: 8px 9px;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.news-list__pic {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 67.43%;
    margin-bottom: 4px;
    background-size:cover;
}
.news-list__pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.news-list__txt {
    display: block;
    font-size: 15px;
    color: #5c5c5c;
    line-height: 1.34;
    font-family: "Arial", sans-serif;
    height: 58px;
    overflow: hidden;
}
.news-list__txt span {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
/* ------------ /news-list ------------ */

/* ------------ article-preview ------------ */
.article-preview {
    margin: 0 -15px 18px;
}
.article-preview__item:nth-child(even) {
    background: rgba(0, 0, 0, 0.04);
}
.article-preview__link {
    display: block;
    position: relative;
    width: 300px;
    margin: 0 auto;
    padding: 18px 0 12px;
}
.article-preview__pic {
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
    margin-bottom: 16px;
    background-size:cover;
}
.article-preview__pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.article-preview__head {
    display: block;
    margin-bottom: 6px;
}
.article-preview__head:after {
    content: '';
    clear: both;
    display: table;
}
.article-preview__time {
    display: block;
    float: left;
    max-width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5c5c5c;
    font-size: 12px;
    font-family: 'Arial', sans-serif;
}
.article-preview__topic {
    display: block;
    float: right;
    text-transform: uppercase;
    max-width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #2db3c4;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
.article-preview__title {
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 158px;
    width: 100%;
    height: 60px;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    padding: 0 8px 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.39) 33%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 33%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 33%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
.article-preview__title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.article-preview__title span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.article-preview__txt {
    display: block;
    overflow: hidden;
    font-size: 14px;
    max-height: 61px;
    color: #5c5c5c;
    font-family: 'Arial', sans-serif;
    line-height: 1.43;
}
.article-preview__txt span {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
.article-preview__txt span:after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 8px;
    margin: 0 0 0 2px;
    background: url("../img/arrows.png") no-repeat;
    background-size: 12px 17px;
}
.article-preview__more {
    display: none;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    color: #1b1a1a;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.article-preview__more:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 8px;
    border-left: 4px solid #1a1a1a;
    border-top: 3px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: border 0.2s ease;
    transition: border 0.2s ease;
}
.article-preview__more:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 9px;
    height: 3px;
    background: #1a1a1a;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
/* ------------ /article-preview ------------ */

/* ------------ pop-post ------------ */
.pop-post {
    margin-bottom: 18px;
}
.pop-post__item {
    display: table;
    width: 100%;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #5c5c5c;
    border-bottom: 1px solid #e5e5e5;
}
.pop-post__item:first-child .pop-post__pic,
.pop-post__item:first-child .pop-post__wrap {
    padding-top: 0;
}
.pop-post__item:last-child {
    border-bottom: none;
}
.pop-post__pic {
    display: table-cell;
    vertical-align: top;
    padding: 18px 0;
    background-size:cover;
}
.pop-post__pic img {
    display: block;
    width: 141px;
    height: 94px;
}
.pop-post__wrap {
    display: table-cell;
    vertical-align: top;
    padding: 18px 0;
}
.pop-post__inner {
    display: block;
    padding: 0 0 0 18px;
    height: 86px;
    overflow: hidden;
}
.pop-post__title {
    display: block;
    margin-bottom: 5px;
    line-height: 1.43;
    max-height: 60px;
    overflow: hidden;
}
.pop-post__category span,
.pop-post__title span {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
.pop-post__category {
    display: block;
    color: #2db3c4;
    line-height: 1.43;
}
/* ------------ /pop-post ------------ */

/* ------------ categories ------------ */
.categories {
    margin-bottom: 18px;
}
.categories__item {
    display: block;
    position: relative;
    padding: 12px 0 12px 19px;
    color: #5c5c5c;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
}
.categories__item:last-child:after {
    display: none;
}
.categories__item:before {
    content:'';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0;
    margin-top: -3px;
    background: #1a1a1a;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.categories__item:after {
    content:'';
    position: absolute;
    height: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eee;
}
/* ------------ /categories ------------ */

/* ------------ subscribing ------------ */
.subscribing {
    background: #5cd1df;
}
.subscribing .site__centered {
    padding-top: 11px;
    padding-bottom: 20px;
}
/* ------------ /subscribing ------------ */

/* ------------ news-preview ------------ */
.news-preview {
    max-width: 300px;
    margin: 0 auto 36px;
}
.news-preview__item {
    margin-bottom: 18px;
}
.news-preview__item:last-child {
    margin-bottom: 0;
}
.news-preview__link {
    display: block;
    position: relative;
}
.news-preview__pic {
    display: block;
    position: relative;
    height: 224px;
    overflow: hidden;
}
.news-preview__pic:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.news-preview__pic:after {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    box-shadow: inset 0 0 35px rgba(0,0,0,0.2);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.news-preview__link:before {
    content:'';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    left: 50%;
    top: 50%;
    width: 71px;
    height: 71px;
    margin: -73px 0 0 -35px;
    z-index: 2;
}
.news-preview__link:after {
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -53px 0 0 -7px;
    border-left: 23px solid #f04753;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    z-index: 3;
}
.news-preview__pic img {
    display: block;
    width: 100%;
    height: auto;
}
.news-preview__txt {
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: #ee1d2b;
    vertical-align: middle;
    color: #fff;
}
.news-preview__txt-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0;
}
.news-preview__title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    max-height: 51px;
    padding-bottom: 3px;
    overflow: hidden;
}
.news-preview__title span {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
.news-preview__sub-title {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 270px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
.news-preview__sub-title span {
    font-weight: 700;
}
.news-preview__item_audio .news-preview__txt {
    background: #5cd1df;
    color: #1b1a1a;
}
.news-preview__item_audio .news-preview__sub-title {
    color: #5c5c5c;
}
.news-preview__item_audio .news-preview__link:after {
    top: 50%;
    left: 50%;
    margin: -52px 0 0 -19px;
    width: 38px;
    height: 29px;
    border: none;
    background: url(../img/sound.png) no-repeat center;
    background-size: contain;
}
/* ------------ /news-preview ------------ */

/* ------------ aside-ad ------------ */
.aside-ad {
    margin-bottom: 18px;
}
/* ------------ /aside-ad ------------ */

/* ------------ triple-news ------------ */
.triple-news {
    margin: 0 auto;
    max-width: 300px;
    padding: 18px 0;
}
.triple-news__item {
    margin-bottom: 18px;
}
.triple-news__item:last-child {
    margin-bottom: 0;
}
.triple-news__link {
    display: block;
    position: relative;
}
.triple-news__pic img {
    display: block;
    max-width: 120%;
    height: 100%;
    width: auto;
}
.triple-news__txt {
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    color: #fdfdfd;
    font-size: 20px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.39) 33%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 33%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 33%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
.triple-news__title {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
.triple-news__title span {
    max-height: 43px;
    overflow: hidden;
    display: block;
}
/* ------------ /triple-news ------------ */

/* ------------ related-content ------------ */
.related-content {
    margin: 0 auto;
    max-width: 300px;
    padding: 18px 0;
}
.related-content__item {
    margin-bottom: 18px;
}
.related-content__item:last-child {
    margin-bottom: 0;
}
.related-content__link {
    display: block;
    position: relative;
}
.related-content__pic {
background-size:cover;
    min-height:200px;
}
.related-content__pic img {
    display: block;
    width: 100%;
    height: auto;
}
.related-content__txt {
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    color: #fdfdfd;
    font-size: 20px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.39) 33%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 33%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 33%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
.related-content__title {
    display: table-cell;
    padding: 5px 10px;
    vertical-align: middle;
}
.related-content__title span {
    max-height: 43px;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
/* ------------ /related-content ------------ */

/* ------------ latest-news ------------ */
.latest-news {
    max-width: 300px;
    margin: 0 auto 18px;
}
.latest-news__big-item {
    margin-bottom: 18px;
}
.latest-news__big-link {
    display: block;
    position: relative;
}
.latest-news__big-pic img {
    display: block;
    width: 100%;
    height: auto;
}
.latest-news__big-txt {
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 70px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.39) 33%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 33%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 33%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
.latest-news__big-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
}
.latest-news__big-title {
    display: block;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 3px;
    overflow: hidden;
    max-height: 46px;
}
.latest-news__big-title span {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
.latest-news__big-category {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 270px;
    color: #2db3c4;
    font-family: "Arial", sans-serif;
    line-height: 1.3;
}
.latest-news__item {
    margin-bottom: 18px;
}
.latest-news__item:last-child {
    margin-bottom: 0;
}
.latest-news-link {
    display: table;
    width: 100%;
}
.latest-news__pic {
    display: table-cell;
    width: 120px;
}
.latest-news__pic img {
    display: block;
    width: 100%;
    height: auto;
}
.latest-news__inner {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
    font-size: 12px;
    font-family: "Arial", sans-serif;
}
.latest-news__txt {
    color: #5c5c5c;
    max-height: 61px;
    overflow: hidden;
    line-height: 1.3;
    margin-bottom: 3px;
}
.latest-news__txt span {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
.latest-news__category {
    display: block;
    color: #2db3c4;
    overflow: hidden;
    height: 16px;
    line-height: 1.3;
}
.latest-news__category span {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
/* ------------ /latest-news ------------ */

/* ------------ content ------------ */
.content {
    font-size: 14px;
    padding-bottom: 18px;
}
.content h1 {
    font-size: 24px;
    margin-bottom: 18px;
    line-height: 1.2;
    color: #1a1a1a;
}
.content h2 {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 1.2;
}
.content h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.content h4 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.content h5 {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.content h6 {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.content p {
    margin-bottom: 15px;
    line-height: 1.35;
}
.content ul {
    list-style: disc;
    margin: 0 15px 10px 15px;
}
.content ul ul {
    margin: 10px 0 10px 25px;
}
.content ol {
    list-style: decimal;
    margin: 0 15px 10px 20px;
}
.content ol ol {
    margin: 10px 0 10px 25px;
}
.content li {
    margin-bottom: 7px;
}
.content table {
    margin-bottom: 18px;
    font-size: 14px;
    width: auto;
    border: 1px solid #e5e5e5;
}
.content th,
.content td {
    border: 1px solid #e5e5e5;
    padding: 4px;
    text-align: left;
}
.content th {
    font-weight: bold;
    text-align: center;
}
.content a {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
.content a,
.content a font {
    color: #2db3c4;
    text-decoration: none;
}
.content a:visited,
.content a:visited font {
    color: #2db3c4;
}
.content a:hover,
.content a:hover font {
    color: #2db3c4;
    text-decoration: none;
}
.content a:active,
.content a:active font {
    color: #2db3c4;
}
.content img[align=left] {
    margin: 0 10px 10px 0;
    float: left;
}
.content img[align=right] {
    margin: 0 0 10px 10px;
    float: right;
}
.content dl {
    margin: 0 0 15px 0;
}
.content dt {
    font-weight: bold;
    margin-bottom: 2px;
}
.content dd {
    margin-bottom: 5px;
}
.content hr {
    height: 1px;
    border: none;
    color: #e5e5e5;
    background: #e5e5e5;
    margin: 10px 0;
    clear: both;
}
.content blockquote {
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    text-align: right;
    padding: 18px 18px 0;
    max-width: 300px;
    margin: 0 auto 18px;
}
.content blockquote div {
    font-size: 14px;
    line-height: 1;
    padding-top: 5px;
}
.content blockquote:after,
.content blockquote:before {
    content:'';
    position: absolute;
    width: 44px;
    height: 44px;
    border: 1px solid #5c5c5c;
}
.content blockquote:before {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}
.content blockquote:after {
    bottom: 0;
    left: 0;
    border-top: none;
    border-right: none;
}
.content figure {
    margin-bottom: 18px;
}
.content figure img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.content figcaption {
    font-size: 12px;
    line-height: 1.4;
}

.content img{
    display: block;
    max-width: 100%;
    height: auto;
}

.content img.aligncenter {
    margin: 10px auto;
}
/* ------------ /content ------------ */

/* ------------ slider-preview ------------ */
.slider-preview__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.slider-preview__item {
    margin-bottom: 25px;
}
.slider-preview__pic {
    position: relative;
    display: block;
    margin-bottom: 9px;
}
.slider-preview__pic:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.2);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.slider-preview__pic:after {
    content: "\f00e";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -15px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.8);
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.slider-preview__pic img {
    display: block;
    width: 100%;
    height: auto;
}
.slider-preview__txt p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.45;
}
.slider-preview__txt p:last-child {
    margin-bottom: 0;
}
.slider-preview__sign {
    font-size: 12px !important;
    text-transform: uppercase;
}
/* ------------ /slider-preview ------------ */

/* ------------ swiper-popup ------------ */
.swiper-popup {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.swiper-popup.active {
    opacity: 1;
    visibility: visible;
}
.swiper-popup .swiper-container {
    height: 100%;
}
.swiper-popup__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.swiper-popup__inner img {
    display: block;
    margin: 0 auto 18px;
}
.swiper-slide__title {
    display: block;
    text-align: left;
    color: #eee;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3px;
}
.swiper-slide__txt {
    color: #eee;
    font-size: 12px;
    line-height: 1.3;
}
.swiper-slide__txt p {
    margin-bottom: 5px;
}
.swiper-slide__txt p:last-child {
    margin-bottom: 0;
}
.swiper-popup__video {
    position: relative;
    width: 250px;
    height: 150px;
    margin-bottom: 18px;
    border: none;
}
.swiper-popup__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.swiper-popup__inner .fa-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}
.swiper-popup .swiper-pagination {
    display: none;
}
.swiper-popup .swiper-button-next,
.swiper-popup .swiper-button-prev {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    background: none;
    left: 0;
}
.swiper-popup .swiper-button-next {
    left: auto;
    right: 0;
}
.swiper-popup .swiper-button-next:before,
.swiper-popup .swiper-button-prev:before {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 16px;
    height: 16px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    content: '';
}
.swiper-popup .swiper-button-next:before {
    left: auto;
    right: 10px;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.swiper-popup__close {
    display: block;
    position: absolute;
    top: -32px;
    right: -32px;
    width: 32px;
    height: 32px;
}
.swiper-popup__close:before {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #c1c1c1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.swiper-popup__close:hover:before {
    color: #fff;
}
/* ------------ /swiper-popup ------------ */

@media screen and (min-width: 480px) {

    /* ------------ slider ------------ */
    .slider__sub-title {
        display: block;
    }
    .slider__txt {
        padding: 25px 10px;
    }
    .slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .slider .swiper-pagination-custom,
    .slider .swiper-pagination-fraction {
        bottom: 8px;
    }
    /* ------------ .slider ------------ */

    /* ------------ news-list ------------ */
    .news-list__wrap {
        position: relative;
    }
    .news-list__item {
        display: table;
    }
    .news-list__pic {
        display: table-cell;
        width: 90px;
        height: 60px;
        float: none;
        padding: 0;
        margin: 0;
    }
    .news-list__txt {
        display: table-cell;
        vertical-align: top;
        width: auto;
        height: 60px;
        float: none;
        font-size: 12px;
        padding-left: 10px;
        line-height: 1.3;
    }
    .news-list__txt span {
        display: block;
        height: 60px;
        overflow: hidden;
    }
    /* ------------ /news-list ------------ */

    /* ------------ article-preview ------------ */
    .article-preview:after {
        content: '';
        clear: both;
        display: table;
    }
    .article-preview__item {
        float: left;
        width: 50%;
        margin: 0;
    }
    .article-preview__item:nth-child(even) {
        background: none;
    }
    .article-preview__item:nth-child(4n-2),
    .article-preview__item:nth-child(4n-1) {
        background: rgba(0, 0, 0, 0.04);
    }
    .article-preview__link {
        width: 200px;
    }
    .article-preview__pic {
        height: 160px;
    }
    .article-preview__title {
        top: 116px;
        font-size: 16px;
        height: 62px;
    }
    /* ------------ /article-preview ------------ */

    /* ------------ news-preview ------------ */
    .news-preview {
        max-width: none;
    }
    .news-preview__wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
    .news-preview__wrap:after {
        content: '';
        clear: both;
        display: table;
    }
    .site__caption {
        width: 50%;
        padding-right: 15px;
    }
    .news-preview__item {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .news-preview__link {
        padding-bottom: 75px;
    }
    .news-preview__pic {
        height: auto;
    }
    .news-preview__link:after {
        margin-top: -50px;
    }
    .news-preview__link:before {
        margin-top: -70px;
    }
    .news-preview__item_audio .news-preview__link:after {
        margin-top: -49px;
    }
    .news-preview__txt {
        display: block;
        overflow: hidden;
    }
    .news-preview__txt-wrap {
        display: block;
    }
    /* ------------ /news-preview ------------ */

    /* ------------ triple-news ------------ */
    .triple-news {
        display: table;
        width: 100%;
        max-width: none;
    }
    .triple-news__item {
        display: table-cell;
        vertical-align: top;
    }
    .triple-news__pic {
        overflow: hidden;
        height: 20vw;
    }
    .triple-news__txt {
        font-size: 12px;
        height: 50px;
    }
    /* ------------ /triple-news ------------ */

    /* ------------ related-content ------------ */
    .related-content {
        max-width: none;
    }
    .related-content .site__caption {
        width: auto;
        padding-right: 0;
    }
    .related-content__wrap {
        width: 100%;
    }
    .related-content__item {
        float: left;
        width: 33.3333%;
    }
    .related-content__pic {
        overflow: hidden;
        height: 20vw;
    }
    .related-content__txt {
        font-size: 12px;
        height: 50px;
    }
    /* ------------ /related-content ------------ */

    /* ------------ latest-news ------------ */
    .latest-news {
        max-width: none;
    }
    .latest-news__big {
        margin-left: -15px;
        margin-right: -15px;
    }
    .latest-news__big:after {
        content: '';
        clear: both;
        display: table;
    }
    .latest-news__big-item {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .latest-news__big-title span {
        border-bottom: 1px solid transparent;
        -webkit-transition: border-bottom 0.2s ease;
        transition: border-bottom 0.2s ease;
    }
    .latest-news__pic {
        width: 50%;
        padding-right: 15px;
    }
    .latest-news__inner {
        font-size: 14px;
    }
    .latest-news__txt {
        max-height: 110px;
    }
    .latest-news__category {
        height: 20px;
    }
    /* ------------ /latest-news ------------ */

    /* ------------ content ------------ */
    .content blockquote {
        float: right;
        max-width: none;
        margin: 0 0 18px 30px;
    }
    /* ------------ /content ------------ */

}
@media screen and (max-width: 768px) {
     img.header_logo {
        height: 80%;
        margin-left: 10%;
    }
}
@media screen and (min-width: 768px) {

    /* ------------ columns ------------ */
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-show {
        display: block;
    }
    /* ------------ /columns ------------ */

    /* ------------ site ------------ */
    .site__aside {
        padding: 0;
    }
    .site__header .site__centered,
    .site__centered {
        width: 750px;
    }
    .site__title {
        font-size: 20px;
    }
    .site__header {
        border-bottom: 3px solid #5cd1df;
    }
/*  .site__header:before {
        content:'';
        position: absolute;
        height: 1px;
        right: 0;
        bottom: 0;
        left: 0;
        background: #1a1a1a;
        z-index: 3;
    }*/
    .site__header-btn {
        display: none;
    }
    .site__logo {
        display: block;
        float: left;
    }
    .site__logo img {
        display: block;
        float: left;
        height: 100px;
    }
    .site__search {
        display: block;
    }
    .site__header-wrap {
        position: absolute;
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0;
        height: auto;
        background: none;
        overflow: hidden;
    }
    .site__header-wrap.opened {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .site__header-inner {
        height: 136px;
        border-bottom: none;
    }
    .site__header-cell .social {
        display: inline-block;
        vertical-align: top;
        padding-top: 7px;
    }
    .site__header-cell {
        position: absolute;
        top: 35px;
        right: 65px;
        bottom: auto;
        left: auto;
        width: auto;
        z-index: 3;
        white-space: nowrap;
        vertical-align: middle;
    }
    .site__header-cell.active {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .site__header-cell.active .header-search {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }
    .site__header-search {
        border-left: none;
        font-size: 22px;
        top: 40px;
    }
    .site__footer-top > div {
        float: right;
    }
    .site__row_padding > div:first-child .article-preview {
        margin-top: 0;
    }
    /* ------------ /site ------------ */

    /* ------------ menu ------------ */
    .menu {
        display: table;
        width: 100%;
        border-top: 1px solid #e5e5e5;
        margin-bottom: 0;
    }
    .menu__item {
        display: table-cell;
        text-align: center;
        font-size: 11px;
        padding: 8px 3px;
    }
    /* ------------ /menu ------------ */

    /* ------------ logo ------------ */
    .logo {
        left: 15px;
        margin-left: 0;
        width: 199px;
        height: 73px;
        top: 16px;
    }
    /* ------------ /logo ------------ */

    /* ------------ header-search ------------ */
    .header-search {
        display: none;
        padding: 0;
        width: auto;
    }
    /* ------------ /header-search ------------ */

    /* ------------ ads-google ------------ */
    .ads-google {
        margin-bottom: 20px;
    }
    .ads-google__wrap {
        width: 729px;
        height: 90px;
    }
    /* ------------ /ads-google ------------ */

    /* ------------ slider ------------ */
    .slider_2 {
        margin-left: 0;
        margin-right: 0;
    }
    /* ------------ /slider ------------ */

    /* ------------ news-list ------------ */
    .news-list {
        padding: 18px;
    }
    .news-list__wrap {
        margin: 0 -18px;
    }
    .news-list__item {
        padding: 18px;
    }
    .news-list__pic {
        width: 120px;
        height: 80px;
        float: left;
        padding: 0;
    }
    .news-list__txt {
        font-size: 16px;
    }
    .news-list__txt span {
        height: 80px;
    }
    /* ------------ /news-list ------------ */

    /* ------------ article-preview ------------ */
    .article-preview {
        margin-left: 0;
        margin-right: 0;
    }
    /* ------------ /article-preview ------------ */

    /* ------------ pop-post ------------ */
    .pop-post__item {
        font-size: 12px;
    }
    .pop-post__pic img {
        width: 105px;
        height: 70px;
    }
    .pop-post__inner {
        padding-left: 10px;
        height: 73px;
    }
    .pop-post__title {
        max-height: 51px;
    }
    /* ------------ /pop-post ------------ */

    /* ------------ news-preview ------------ */
    .site__caption {
        width: 220px;
        padding: 0;
    }
    .news-preview__txt {
        display: table;
    }
    .news-preview__txt-wrap {
        display: table-cell;
    }
    .news-preview__sub-title {
        max-width: 195px;
    }
    /* ------------ /news-preview ------------ */

    /* ------------ triple-news ------------ */
    .triple-news {
        display: block;
        padding: 0;
    }
    .triple-news__item {
        display: block;
        margin-bottom: 8px;
    }
    .triple-news__pic {
        height: 99px;
    }
    /* ------------ /triple-news ------------ */

    /* ------------ related-content ------------ */
    .related-content__pic {
        height: auto;
    }
    /* ------------ /related-content ------------ */

    /* ------------ latest-news ------------ */
    .latest-news__big-title span {
        border-bottom: 1px solid transparent;
        -webkit-transition: border-bottom 0.2s ease;
        transition: border-bottom 0.2s ease;
    }
    /* ------------ /latest-news ------------ */

}

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

    /* ------------ columns ------------ */
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-show {
        display: block;
    }
    /* ------------ /columns ------------ */

    /* ------------ share ------------ */
    .share__item_fb:hover {
        background: #404f91;
    }
    .share__item_tw:hover {
        background: #49a3d6;
    }
    .share__item_pi:hover {
        background: #c80a14;
    }
    .share__item_go:hover {
        background: #be310d;
    }
    /* ------------ /share ------------ */

    /* ------------ to-top ------------ */
    .to-top:hover {
        background: #adacac;
        border-color: #d1d1d1;
    }
    .to-top:hover:before {
        border-color: #1b1a1a;
    }
    /* ------------ /to-top ------------ */

    /* ------------ btn ------------ */
    .btn {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 16px 20px;
    }
    .btn:hover {
        background: #5cd1df;
    }
    .btn_2:hover {
        background: #1a1a1a;
        border-color: #1a1a1a;
    }
    /* ------------ /btn ------------ */

    /* ------------ breadcrumbs ------------ */
    .breadcrumbs {
        padding: 15px 0;
    }
    .breadcrumbs span a:hover {
        border-bottom: 1px solid #1a1a1a;
    }
    /* ------------ /breadcrumbs ------------ */

    /* ------------ main-form ------------ */
    .main-form {
        max-width: none;
    }
    .main-form__row {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 18px;
    }
    .main-form__row:first-child {
        margin-left: 0;
    }
    .main-form__label {
        font-size: 40px;
        display: block;
        letter-spacing: 1.5px;
    }
    .main-form__value {
        height: 56px;
        width: 342px;
        font-size: 20px !important;
    }
    .main-form .btn {
        margin-top: 0;
        height: 55px;
        line-height: 53px;
        padding: 0;
        font-size: 16px;
        min-width: 165px;
        letter-spacing: 1px;
    }
    /* ------------ /main-form ------------ */

    /* ------------ site-search ------------ */
    .site-search {
        margin-bottom: 59px;
    }
    /* ------------ /site-search ------------ */

    /* ------------ site ------------ */
    .site__header .site__centered,
    .site__centered {
        width: 1000px;
    }
    .site__row_padding {
        padding: 35px 0;
    }
    .site__aside {
        padding: 9px;
        background: #fff;
        border: 1px solid #e5e5e5;
    }
    .site__aside > .categories:last-child {
        margin-bottom: -9px;
    }
    .site__title {
        font-size: 26px;
    }
    .site__header-inner {
        height: 149px;
    }
    .site__footer-top {
        padding-top: 37px;
        padding-bottom: 26px;
    }
    .site__footer-top .logo {
        display: inline-block;
        position: relative;
        left: auto;
        top: auto;
        width: 199px;
        height: 73px;
        margin-bottom: 14px;
    }
    .site__footer-top .social {
        position: relative;
        top: auto;
        right: auto;
        padding-left: 20px;
    }
    .site__footer-top .social__item {
        margin-left: 29px;
        font-size: 20px;
    }
    .site__footer-top .social__item:hover {
        color: #fff;
    }
    .site__header .social__item:hover {
        color: #2db3c4;
    }
    .site__title {
        letter-spacing: -0.5px;
        margin-bottom: 35px;
    }
    .site__title_2 {
        letter-spacing: 2px;
        font-size: 20px;
    }
    .site__main-mews {
        padding: 30px 0;
    }
    /* ------------ /site ------------ */

    /* ------------ menu ------------ */
    .menu__item {
        font-size: 14px;
        padding: 12px 3px;
    }
    .menu__item:hover {
        color: #2db3c4;
    }
    /* ------------ /menu ------------ */

    /* ------------ copyright ------------ */
    .copyright {
        padding: 21px 0;
    }
    /* ------------ /copyright ------------ */

    /* ------------ footer-menu ------------ */
    .footer-menu {
        padding-top: 15px;
    }
    .footer-menu .site__title {
        display: block;
        margin-bottom: 39px;
    }
    .footer-menu__list {
        padding: 0 14px;
    }
    .footer-menu__item a:hover {
        border-bottom: 1px solid #848484;
    }
    /* ------------ /footer-menu ------------ */

    /* ------------ footer-address ------------ */
    .footer-address {
        margin-bottom: 33px;
        padding-left: 20px;
    }
    .footer-address__row {
        display: block;
        margin-bottom: 5px;
    }
    .footer-address__row:after {
        display: none;
    }
    .footer-address a:hover {
        border-bottom: 1px solid #848484;
    }
    /* ------------ /footer-address ------------ */

    /* ------------ square-pics ------------ */
    .square-pics__item {}
    .square-pics__item:hover:after,
    .square-pics__item:hover:before {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    .square-pics__item:hover .square-pics__bg {
        opacity: 1;
    }
    .square-pics__item:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .square-pics__item:hover .square-pics__txt {
        opacity: 1;
    }
    /* ------------ /square-pics ------------ */

    /* ------------ ads-google ------------ */
    .ads-google {
        margin-bottom: 30px;
    }
    .col-xs-12 ~ .col-xs-12 .ads-google {
        margin-top: 29px;
    }
    /* ------------ /ads-google ------------ */

    /* ------------ slider ------------ */
    .slider .swiper-slide {
        height: 424px;
    }
    .slider_2 .swiper-slide {
        height: 471px;
    }
    .slider:not(.slider_2) .slider__txt {
        background: rgba(0,0,0,0.3);
        padding: 15px 20px 26px;
        line-height: 1.2;
    }
    .slider_2 .slider__txt {
        padding: 48px 18px 22px;
        line-height: 1.2;
    }
    .slider__pic {
        position: absolute;
        top: 50%;
        left: 50%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .slider__title {
        font-size: 30px;
        max-height: 74px;
        margin-bottom: 7px;
    }
    .slider__sub-title {
        font-size: 14px;
        letter-spacing: -0.1px;
    }
    .slider .swiper-pagination-bullet {
        -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.5;
    }
    .slider .swiper-button-next,
    .slider .swiper-button-prev {
        width: 60px;
        height: 57px;
        margin-top: -30px;
    }
    .slider .swiper-button-next:hover,
    .slider .swiper-button-prev:hover {
        background: rgba(0,0,0,0.3);
    }
    .slider .swiper-button-next:before,
    .slider .swiper-button-prev:before {
        margin-top: -15px;
        width: 28px;
        height: 28px;
    }
    .slider .swiper-button-next:before {
        right: 22px;
    }
    .slider .swiper-button-prev:before {
        left: 22px;
    }
    /* ------------ /slider ------------ */

    /* ------------ news-list ------------ */
    .news-list {
        margin: 0 0 0 -31px;
        padding: 0 15px 0 20px;
    }
    .news-list__wrap {
        margin: 0 -15px 0 -20px;
    }
    .news-list__wrap:before {
        content:'';
        position: absolute;
        width: 1px;
        top: 0;
        left: 50%;
        margin-left: -1px;
        bottom: 0;
        background: #eee;
    }
    .news-list__item {
        padding: 18px 15px 18px 30px;
    }
    .news-list__item:hover {
        background: #eee;
    }
    .news-list__item:hover .news-list__txt span {
        border-bottom: 1px solid #5c5c5c;
    }
    .news-list__pic {
        display: block;
        float: left;
        width: 105px;
        height: 70px;
    }
    .news-list__txt {
        display: block;
        float: left;
        width: 90px;
        height: 61px;
        line-height: 1.4;
        font-size: 14px;
    }
    .news-list__txt span {
        display: inline;
        height: auto;
        overflow: visible;
    }
    /* ------------ /news-list ------------ */

    /* ------------ article-preview ------------ */
    .article-preview {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 22px;
        margin-bottom: 35px;
    }
    .article-preview__item {
        margin-bottom: 56px;
        width: 33.3333%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .article-preview__item:nth-child(4n-2),
    .article-preview__item:nth-child(4n-1) {
        background: none;
    }
    .article-preview__item:nth-child(4n-2) .article-preview__link,
    .article-preview__item:nth-child(4n-1) .article-preview__link {
        background: #eee;
    }
    .article-preview__item:nth-last-of-type(1),
    .article-preview__item:nth-last-of-type(2),
    .article-preview__item:nth-last-of-type(3) {

    }
    .article-preview__link {
        height: 384px;
        background: #fff;
        border: 1px solid #e5e5e5;
        padding: 0 19px;
        width: 100%;
    }
    .article-preview__title:after,
    .article-preview__title:before,
    .article-preview__link:after,
    .article-preview__link:before {
        content:'';
        position: absolute;
        background: #2db3c4;
    }
    .article-preview__link:after {
        width: 134px;
        height: 1px;
        top: -1px;
        left: -1px;
    }
    .article-preview__link:before {
        width: 1px;
        height: 134px;
        top: -1px;
        left: -1px;
    }
    .article-preview__title:after {
        width: 134px;
        height: 1px;
        bottom: -1px;
        right: -1px;
    }
    .article-preview__title:before {
        width: 1px;
        height: 134px;
        bottom: -1px;
        right: -1px;
    }
    .article-preview__pic {
        position: relative;
        margin-top: -22px;
        z-index: 2;
    }
    .article-preview__inner {
        overflow: hidden;
        height: 165px;
    }
    .article-preview__title {
        vertical-align: top;
        position: static;
        top: auto;
        width: auto;
        height: auto;
        max-height: 74px;
        color: #1b1a1a;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
        background: none;
        margin-bottom: 10px;
        padding: 0 0 2px;
    }
    .article-preview__title span {
        display: inline;
        vertical-align: top;
        width: auto;
        border-bottom: 1px solid transparent;
        -webkit-transition: border-bottom 0.2s ease;
        transition: border-bottom 0.2s ease;
    }
    .article-preview__txt {
        max-height: 81px;
    }
    .article-preview__txt span:after {
        display: none;
    }
    .article-preview__more {
        display: inline-block;
        position: absolute;
        bottom: 14px;
        left: 20px;
        padding-left: 17px;
    }
    .article-preview__link:hover .article-preview__topic {
        border-bottom: 1px solid #2db3c4;
    }
    .article-preview__link:hover .article-preview__txt span {
        border-bottom: 1px solid #5c5c5c;
    }
    .article-preview__link:hover .article-preview__title span {
        border-bottom: 1px solid #1b1a1a;
    }
    .article-preview__link:hover .article-preview__more {
        color: #2db3c4;
    }
    .article-preview__link:hover .article-preview__more:before {
        background: #2db3c4;
    }
    .article-preview__link:hover .article-preview__more:after {
        border-left-color: #2db3c4;
    }
    /* ------------ /article-preview ------------ */

    /* ------------ pop-post ------------ */
    .pop-post {
        margin-bottom: 34px;
    }
    .pop-post .site__title {
    }
    .pop-post__item:hover .pop-post__title span {
        border-bottom: 1px solid #5c5c5c;
    }
    .pop-post__item:hover .pop-post__category span {
        border-bottom: 1px solid #2db3c4;
    }
    .pop-post__pic {
        padding: 25px 0;
    }
    .pop-post__inner {
        height: 74px;
    }
    /* ------------ /pop-post ------------ */

    /* ------------ categories ------------ */
    .categories__item {
        padding: 10px 0 10px 28px;
        margin-left: -9px;
        margin-right: -9px;
    }
    .categories__item:after {
        right: 9px;
        left: 9px;
    }
    .categories__item:hover:before {
        background: #2db3c4;
    }
    .categories__item:hover {
        background: #eee;
        color: #2db3c4;
    }
    .categories__item:last-child {
        padding-bottom: 12px;
    }
    .categories__item:before {
        left: 10px;
    }
    /* ------------ /categories ------------ */

    /* ------------ subscribing ------------ */
    .subscribing .site__centered {
        padding-top: 110px;
        padding-bottom: 113px;
    }
    /* ------------ /subscribing ------------ */

    /* ------------ news-preview ------------ */
    .news-preview__item {
        width: 33.3333%;
    }
    .news-preview__link:hover .news-preview__pic:before {
        opacity: 0;
    }
    .news-preview__link:hover .news-preview__pic:after {
        opacity: 1;
    }
    .news-preview__link:hover .news-preview__title span,
    .news-preview__link:hover .news-preview__sub-title {
        border-bottom: 1px solid #fff;
    }
    .news-preview__item_audio .news-preview__link:hover .news-preview__title span {
        border-color: #1b1a1a;
    }
    .news-preview__item_audio .news-preview__link:hover .news-preview__sub-title {
        border-color: #5c5c5c;
    }
    /* ------------ /news-preview ------------ */

    /* ------------ aside-ad ------------ */
    .aside-ad {
        margin-bottom: 58px;
    }
    /* ------------ /aside-ad ------------ */

    /* ------------ triple-news ------------ */
    .triple-news__item {
        margin-bottom: 18px;
    }
    .triple-news__pic {
        height: 145px;
    }
    .triple-news__txt {
        font-size: 14px;
        height: 60px;
    }
    .triple-news__title {
        padding-top: 8px;
    }
    .triple-news__title span {
        display: inline;
        overflow: visible;
        border-bottom: 1px solid transparent;
        -webkit-transition: border-bottom 0.2s ease;
        transition: border-bottom 0.2s ease;
    }
    .triple-news__link:hover .triple-news__title span {
        border-bottom: 1px solid #fff;
    }
    /* ------------ /triple-news ------------ */

    /* ------------ related-content ------------ */
    .related-content .site__caption {
        width: 33.3333%;
        padding-right: 30px;
    }
    .related-content .site__title {
        font-size: 20px;
    }
    .related-content__wrap {
        display: block;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
    .related-content__wrap:after {
        content: '';
        clear: both;
        display: table;
    }
    .related-content__item {
        display: block;
        float: left;
        width: 33.3333%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .related-content__title span {
        display: inline;
    }
    .related-content__link:hover .related-content__title span {
        border-bottom: 1px solid #fff;
    }
    /* ------------ /related-content ------------ */

    /* ------------ latest-news ------------ */
    .latest-news__big-link:hover .latest-news__big-title span {
        border-bottom: 1px solid #fff;
    }
    .latest-news__big-link:hover .latest-news__big-category {
        border-bottom: 1px solid #2db3c4;
    }
    .latest-news__big-title {
        padding-bottom: 2px;
        max-height: 47px;
    }
    .latest-news__big-title span {
        border-bottom: 1px solid transparent;
        -webkit-transition: border-bottom 0.2s ease;
        transition: border-bottom 0.2s ease;
    }
    .latest-news__big-category {
        border-bottom: 1px solid transparent;
        -webkit-transition: border-bottom 0.2s ease;
        transition: border-bottom 0.2s ease;
    }
    .latest-news__wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
    .latest-news__wrap:after {
        content: '';
        clear: both;
        display: table;
    }
    .latest-news__item {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .latest-news-link:hover .latest-news__txt span {
        border-bottom: 1px solid #5c5c5c;
    }
    .latest-news-link:hover .latest-news__category span {
        border-bottom: 1px solid #2db3c4;
    }
    .latest-news__pic {
        width: 170px;
        padding: 0;
    }
    .latest-news__inner {
        padding-left: 15px;
    }
    .latest-news__txt {
        max-height: 91px;
    }
    /* ------------ /latest-news ------------ */

    /* ------------ content ------------ */
    .content {
        font-size: 18px;
    }
    .content h1 {
        font-size: 32px;
    }
    .content h2 {
        font-size: 22px;
    }
    .content h3 {
        font-size: 18px;
    }
    .content h4 {
        font-size: 16px;
    }
    .content h5 {
        font-size: 16px;
    }
    .content h6 {
        font-size: 16px;
    }
    .content p {
        margin-bottom: 24px;
    }
    .content a:hover {
        border-bottom: 1px solid #2db3c4;
    }
    .content figure {
        margin-bottom: 21px;
    }
    .content figure img {
        margin-bottom: 7px;
    }
    .content figcaption {
        font-size: 14px;
    }
    .content blockquote {
        font-size: 26px;
        margin: 0 0 30px 50px;
        padding: 15px 14px 0 19px;
    }
    .content blockquote:before {
        top: 6px;
        right: 1px;
    }
    .content blockquote:after {
        bottom: -2px;
        left: 0;
    }
    .content blockquote div {
        font-size: 18px;
        padding-top: 19px;
    }
    /* ------------ /content ------------ */

    /* ------------ slider-preview ------------ */
    .slider-preview__title {
        margin-bottom: 30px;
    }
    .slider-preview__pic:hover:before {
        opacity: 1;
    }
    .slider-preview__pic:hover:after {
        opacity: 1;
    }
    /* ------------ /slider-preview ------------ */

}

@media screen and (min-width: 1210px) {

    /* ------------ columns ------------ */
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-show {
        display: block;
    }
    /* ------------ /columns ------------ */

    /* ------------ site ------------ */
    .site__header .site__centered,
    .site__centered {
        width: 1200px;
    }
    .site__row_padding {
        padding: 60px 0 55px;
    }
    /* ------------ /site ------------ */

    /* ------------ slider ------------ */
    .slider .swiper-slide {
        height: 399px;
    }
    .slider_2 .swiper-slide {
        height: 579px;
    }
    /* ------------ /slider ------------ */

    /* ------------ news-list ------------ */
    .news-list {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .news-list__item {
        padding: 20px 15px 20px 30px;
    }
    .news-list__pic {
        width: 120px;
        height: 80px;
    }
    .news-list__txt {
        width: 130px;
        height: 80px;
        padding-left: 13px;
        line-height: 1.45;
    }
    /* ------------ /news-list ------------ */

    /* ------------ article-preview ------------ */
    .article-preview__item {
        width: 33.3333%;
    }
    .article-preview__item:nth-child(4n-2) .article-preview__link,
    .article-preview__item:nth-child(4n-1) .article-preview__link {
        background: none;
    }
    .article-preview__item:nth-child(6n-4) .article-preview__link,
    .article-preview__item:nth-child(6n-2) .article-preview__link,
    .article-preview__item:nth-child(6n) .article-preview__link {
        background: #eee;
    }
    .article-preview__pic {
        height: 190px;
        margin-bottom: 17px;
    }
    .article-preview__head {
        margin-bottom: 17px;
    }
    .article-preview__time {
        font-size: 10px;
        padding-top: 1px;
    }
    .article-preview__inner {
        height: 133px;
    }
    .article-preview__topic {
        font-size: 12px;
    }
    .article-preview__title {
        margin-bottom: 5px;
    }
    .article-preview__txt {
        font-size: 12px;
        line-height: 1.5;
        max-height: 54px;
    }
    /* ------------ /article-preview ------------ */

    /* ------------ pop-post ------------ */
    .pop-post__item {
        font-size: 14px;
    }
    .pop-post__pic img {
        width: 110px;
        height: 73px;
    }
    .pop-post__inner {
        padding-left: 12px;
    }
    .pop-post__title {
        max-height: 55px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    .pop-post__category {
        line-height: 1.3;
        font-size: 12px;
        overflow: hidden;
        max-height: 45px;
    }
    /* ------------ /pop-post ------------ */

    /* ------------ subscribing ------------ */
    .subscribing .site__row {
        position: relative;
        z-index: 2;
    }
    .subscribing .site__centered:before {
        content:'';
        position: absolute;
        top: 0;
        right: 11px;
        bottom: 0;
        left: 0;
        background: url("../img/subscribing__man.png") no-repeat center right;
        background-size: contain;
    }
    /* ------------ /subscribing ------------ */

    /* ------------ news-preview ------------ */
    .news-preview {
        margin-bottom: 35px;
        border-bottom: 1px solid #e5e5e5;
    }
    .news-preview:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }
    .site__caption {
        width: 400px;
    }
    .news-preview__item {
        margin-bottom: 35px;
    }
    .news-preview__sub-title {
        max-width: 240px;
    }
    /* ------------ /news-preview ------------ */

    /* ------------ triple-news ------------ */
    .triple-news__pic {
        height: 181px;
    }
    .triple-news__txt {
        font-size: 20px;
        height: 70px;
    }
    /* ------------ /triple-news ------------ */

    /* ------------ related-content ------------ */
    .related-content__pic {
        height: 181px;
    }
    .related-content__txt {
        font-size: 20px;
        height: 70px;
    }
    .related-content__title span {
        max-height: 50px;
    }
    /* ------------ /related-content ------------ */

    /* ------------ latest-news ------------ */
    .latest-news__big-inner {
        padding: 8px 20px;
    }
    .latest-news__big-item {
        margin-bottom: 30px;
    }
    .latest-news__big-txt {
        font-size: 16px;
    }
    .latest-news__big-title {
        margin-bottom: 10px;
        max-height: 39px;
    }
    .latest-news__big-title span {
        border-bottom: 1px solid transparent;
        -webkit-transition: border-bottom 0.2s ease;
        transition: border-bottom 0.2s ease;
    }
    .latest-news__item {
        margin-bottom: 30px;
    }
    .latest-news__pic {
        width: 221px;
    }
    .latest-news__txt {
        line-height: 1.43;
        max-height: 101px;
        margin-bottom: 10px;
    }
    /* ------------ /latest-news ------------ */

}

@media screen and (min-width: 1330px) {

    /* ------------ to-top ------------ */
    .to-top {
        bottom: 20px;
        right: 50%;
        margin-right: -653px;
    }
    /* ------------ /to-top ------------ */

}

.line{
    display: table;
    width: 100%;
    height: 1px;
    float: none;
}

.author_box{
    display: block;
    float: right;
    min-width: 220px;
    max-width: 220px;
}

.author_box img{
    float: right;
    display: inline-block;
    margin: 0px 0px 10px 5px;
    border-radius: 3px;
}

.author_box .author_name{
    display: block;
    font-weight: 700;
    color:#000;
}
.author_box .author_desc{
    display: block;
    font-size: 13px;
}

.author_bio{
    display: block;
    width: 100%;
    padding: 30px 0px 10px 0px;
}

.author_bio img{
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.author_bio b{
    display: block;
    padding: 5px;
}
.author_bio span{

}

div#sticky.sidebar.sidebarFixed {
    position: fixed;
    top: 0;
}

div#sticky.sidebarFixed {
    position: fixed;
    top: 0;
}

.sidebarFixed {
    position: fixed;
    top: 0;
}


.show-grid div {
    background-color: #eee !important;
    background-color: rgba(86,61,124,.15) !important;
    border: 1px solid #ddd !important;
    border: 1px solid rgba(86,61,124,.2) !important;
    overflow: auto;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}

.max-height-400 {
    max-height: 400px !important;
}

.fold-container .row {
    margin-top: 25px;
}

.gallery-pagination {
    overflow: hidden;
    display: block;
    width: 100%;
}

.gallery-pagination-container {
    clear: both;
}

p.pagination-counter {
    text-align: center;
    margin: 25px auto;
    font-size: 20px;
    color: #2db3c4;
    position: relative;
    /*top: -35px;*/
    top: -35px;
    width: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.tw-pagebreak{
    font-size: 0;
    color: #999;
    /*width: 100%;*/
    /*float: left;*/
    text-align: center;
    line-height: 80px;
    position: relative;
    /*padding: 0 36px;*/
}

p.tw-pagebreak span {
    font-size: 24px;
}

.tw-pagebreak a i {
/*  font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #f96331;
    padding: 7px 80px 5px;*/

/*  position: absolute;
    left: 0;*/

    font-size: 33px;
    font-weight: 800;
    line-height: 49px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

p.tw-pagebreak a {
/*    display: inline-block;
    margin: 0;
    line-height: 0;
    background: #f96331;
    margin: 0 10px;
    overflow: hidden;
    border-radius: 5px;*/



}

/*p.tw-pagebreak > a:nth-child(odd) {
    background: orange;
    float: left;
}

p.tw-pagebreak > a:nth-child(even) {
    background: blueviolet;
    float: right;
}*/

/*p.tw-pagebreak > a:nth-child(2n) {
    background: blueviolet;
    float: right;
}*/



/*p.tw-pagebreak > a:first-child {
    background: aquamarine !important;
}*/

/*p.tw-pagebreak a:nth-child(1) {
    background: blueviolet;
    float: left;
    margin-left: 0;
}*/

/*p.tw-pagebreak a:nth-child(2) {
    background: blueviolet;
    float: right !important;
    margin-right: 0;
}*/



.tw-pagebreak a i.fa {
    background: #2db3c4;
    padding: 5px 80px;
    margin: 0 10px;
    border-radius: 10px;
    transition: 0.5s;
}

.tw-pagebreak a i.fa:hover{
    background: #56dcec;
    transition: 0.5s;
}

.tw-pagebreak a i.fa-chevron-left {
    float: left;
    margin-left: 0;
}

.tw-pagebreak a i.fa-chevron-right {
    float: right;
    margin-right: 0px;
}

.tw-pagebreak a i.chevron-right-next {
    float: right;
    font-family: "Open Sans";
    background: #2db3c4;
    padding: 0 40px;
    margin: 0 10px;
    font-size: 34px;
    font-weight: 800;
    line-height: 59px;
}

.tw-pagebreak a i.chevron-right-next:hover{
    background: #56dcec;
    transition: 0.5s;
}

.tw-pagebreak a:hover {
    background-color: #0f9ff7;
    color: #fff;
}

a.nextpage {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    /*padding: 14px 58px 1px;*/
    color: #fff;
    background-color: #f96331;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

a.nextpage:hover {
    background-color: #0f9ff7;
    color: #fff;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}


.adsbygoogle-wrap {
    margin: 10px 0;
}

.content.img-fullsize img {
    padding: 0;
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 10px -5px 30px -5px rgba(50, 50, 50, 0.39);
    -moz-box-shadow: 10px -5px 30px -5px rgba(50, 50, 50, 0.39);
    box-shadow: 10px -5px 30px -5px rgba(50, 50, 50, 0.39);
    border-bottom: 2px solid #2db3c4;
}

.content.img-fullsize img:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 520px) {
    a.nextpage {
        font-size: 28px;
        /*padding: 14px 25px 1px;*/
    }

    p.tw-pagebreak a {
        display: inline-block;
    }

    .tw-pagebreak a i.fa {
        padding: 5px 40px;
        font-size: 34px;
        font-weight: 800;
        line-height: 59px;
    }
}



.stopid {
    clear: both;
    float: none;
}

/* Modal and Pop Trigger */
.pop_trigger {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    height: 10px;
    width: 100%;
    background: transparent;
    /*background: blueviolet;   */
    z-index: 9999999;
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99999999;
    background-color:rgba(0,0,0,.2)
}

.modal-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modal {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    font-size:12px;
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
    -moz-border-radius:     10px;
    -webkit-border-radius:  10px;
    border-radius:          10px;
    -khtml-border-radius:   10px;
    background-color: #fff;
}

.modal > h1 {
    padding: 8px;
    margin: -10px -10px 10px;
    font-size: 18px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #5bd1df;
}

.close-modal {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 20px;
    color: red;
}

.close-modal:hover {
    cursor: pointer;
}

.author-photo {
    float: left;
    margin-right: 10px;
}

.author-photo img {
    width: 100px;
    height: auto;
    border-radius: 60px;
}

.author-name {
    text-align: left;
}

.author-name > a {
    color: #2db3c4;
    font-size: 1.2em;
}

.author-description {
    display: block;
    text-align: left;
    margin-top: 10px;
    font-size: 0.8em;
    line-height: 1.2em; 
}

.social-share {
    display: block;
    text-align: right;
}

/* 404 page */
.not-found-container {
    padding: 4em 0;
}
.not-found-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    font-weight: 900;
    margin: 0px;
    color: #2cb3c4;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}

.not-found-title-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #2cb3c4;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.not-found-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #2cb3c4;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.not-found #searchform {
    text-align: center;
}

.not-found iframe.giphy-embed {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.tags-block {
    margin: 20px auto;
}

.tags-block a {
    color: #5bd1df;
}

.tags-block a:hover {
    color: #2db3c4;
}

.comments {
    margin: 2em 0;
}

/* ------------ install-app ------------ */
.install-app {
    cursor: pointer;
    z-index: 1001;
    display: block;
    opacity: 1;
    transition: all 1s ease 0s;
    position: fixed;
    bottom: 46px;
    width: 100%;
    padding: 16px;
    background: linear-gradient(270deg, rgb(0, 170, 220), rgb(8, 204, 190) 22%, rgb(8, 204, 190) 79%, rgb(0, 170, 220));
    margin: auto;
    left: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px;
    height: 250px;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -250px;
}
.install-app.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.install-app__wrap {
    display: flex;
    margin-bottom: 16px;
}
.install-app__txt {
    flex: 1;
    justify-content: center;
    background-color: rgba(41, 128, 185, 0.43);
    text-align: center;
    margin-left: 16px;
    margin-right: 16px;
}
.install-app__txt-inner {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    padding: 5px 0;
    display: block;
}
.install-app__btn {
    display: block;
}
.install-app__btn img {
    width: 35px;
    height: 35px;
    background: #fff;
}
.install-app__cancel {
    display: flex;
    background-color: #2980b9;
    border-radius: 2px;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.install-app__cancel-inner {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
}
/* ------------ /install-app ------------ */



.adsense_anchor_ads {
    z-index: 10000;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close_anchor_ads {
    position: absolute;
    right: -32px;
    top: -32px;
    width: 32px;
    height: 32px;
    opacity: 0.5;
    z-index: 999999999999;
    background: #000;
    border-radius: 20px;
}

.adsense_anchor_ads:hover .close_anchor_ads,
.close_anchor_ads:hover {
    opacity: 1;
    cursor: pointer;
}

.close_anchor_ads:before, .close_anchor_ads:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #fff;
}

.close_anchor_ads:before {
    transform: rotate(45deg);
}

.close_anchor_ads:after {
    transform: rotate(-45deg);
}