@font-face {
    font-family: 'MyriadPro';
    src: url("/assets/site/fonts/MyriadPro-Black.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/MyriadPro-Black.otf") format("opentype"), url("/assets/site/fonts/MyriadPro-Black.woff") format("woff"), url("/assets/site/fonts/MyriadPro-Black.ttf") format("truetype"), url("/assets/site/fonts/MyriadPro-Black.svg#MyriadPro-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro';
    src: url("/assets/site/fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/MyriadPro-Bold.otf") format("opentype"), url("/assets/site/fonts/MyriadPro-Bold.woff") format("woff"), url("/assets/site/fonts/MyriadPro-Bold.ttf") format("truetype"), url("/assets/site/fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro';
    src: url("/assets/site/fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/MyriadPro-Regular.otf") format("opentype"), url("/assets/site/fonts/MyriadPro-Regular.woff") format("woff"), url("/assets/site/fonts/MyriadPro-Regular.ttf") format("truetype"), url("/assets/site/fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Impact';
    src: url('/assets/site/fonts/Impact.eot?#iefix') format('embedded-opentype'),  url('/assets/site/fonts/Impact.woff') format('woff'), url('/assets/site/fonts/Impact.ttf')  format('truetype'), url('/assets/site/fonts/Impact.svg#Impact') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'icomoon';
    src:  url('/assets/site/fonts/icomoon.eot?spjzuz');
    src:  url('/assets/site/fonts/icomoon.eot?spjzuz#iefix') format('embedded-opentype'),
    url('/assets/site/fonts/icomoon.ttf?spjzuz') format('truetype'),
    url('/assets/site/fonts/icomoon.woff?spjzuz') format('woff'),
    url('/assets/site/fonts/icomoon.svg?spjzuz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.sw-sl-dan{
    display: flex;
    justify-content: center;
}

.justify-center{
   
    justify-content: center;
}.article-content__slider .swiper-button-prev:after,.article-content__slider .swiper-button-next:after{
    display: none;
}
.tag-link-author {
    color: #181717;
}
.user__post_h {
    flex: 0 0 100%;
}
.icoMoon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
    content: "\e900";
}

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

html {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body, menu, figure {
    margin: 0;
}

menu {
    padding: 0;
}

body {
    position: relative;
    min-height: 100%;
    font-family: "MyriadPro";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.67;
    color: #181717;
    background: #fff;
}
.gallery_grid .gallery_fancybox img {
    max-height: 179px;
    object-fit: cover;
}
/*TT24776*/
.main_pagination {
     margin: 30px 0 0;
}

#pdopage 
 .main_pagination ul {
    display: flex;
    justify-content: center;
    padding-left: 0;
}
#pdopage .main_pagination ul li {
    margin: 0 20px;
    list-style: none;
}

#pdopage .main_pagination ul li a,
#pdopage .main_pagination ul li span {
    color: #fff;
    font-size: 21px;
}

#pdopage .main_pagination ul li.active a,
#pdopage .main_pagination ul li.active span {
    color: #ffcc00;
}

#pdopage .main_pagination ul li span {
    color: #ccc;
}
/*TT24776*/
.row .journal-numbers-main .padding-20 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-office .user-office .user-office__submenu-wrapper {
    min-width: 200px;
}


/*TT24653*/
.header-new-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-kgo {
    margin-left: 15px;
    height: 57px
}

.logo-kgo img {
    display: block;
    max-width: none;
    height: 100%
}

.header-new .nav-new-menu .lvl-1 a {
    padding-right: 0
}

.header-new .menu__li_blog {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.header-new .nav-new-menu .lvl-1>li {
    margin-left: 25px;
    margin-right: 0
}

.header-new .nav-new-menu .lvl-1>li:first-child {
    margin-left: 0
}

.header-new .nav-new-menu .lvl-1>li>a {
    font-size: 15px
}

.header-new .nav-new-menu .lvl-1>li>a img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 5px
}

.header-new .nav-new-menu .lvl-1>li>a>svg {
    width: 26px;
    height: 26px
}

.menu__li_video {
    padding-right: 7px
}
.row .subscribe-checklist {
    display: flex;
}

.row .subscribe-checklist.subscribe-status .left-info {
    flex-basis: 100%;
    min-width: 390px;
    max-width: 390px;
    background-color: #c4c4c4;
    color: #fff;
}
.row .subscribe-checklist.subscribe-status .left-info.active {
    background-color: #4a7864;
}
#searchResults .simplesearch-page.simplesearch-current-page {
  color: #b0acac;
}
.simplesearch-page.simplesearch-page_new {
    margin: 0 6px;
    border: 1px solid #fff;
    min-width: 27px;
    line-height: 20px;
}

.simplesearch-page.simplesearch-page_new.simplesearch-page_active {
    border-color: #a09999;
    background-color: #a09999;
}
.sisea-paging_search {
    display: flex;
}
.simplesearch-page.simplesearch-page_new.simplesearch-page_active a {
    color: #ccc;
}
.simplesearch-page.simplesearch-page_new a,
.simplesearch-page.simplesearch-page_new.simplesearch-page_active span {
    display: block;
    padding: 4px;
    width: 100%;
    text-align: center;
}
.magazine_link_wrap {
    display: flex;
}
.only_pdf {
    margin-left: 20px;
    color: #c3b8b8;
}
.magazine_categories_wrap--in {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.magazine_categories_item {
    flex-basis: 50%;
    text-align: center;
    /*margin-top: 20px;*/
    padding: 20px 0;
    min-width: 350px;
}
.magazine_categories_item img {
    width: 100%;
}
.magazine_categories_item:first-child {
    padding-right: 10px;
}
.magazine_categories_item:last-child {
    padding-left: 10px;
}
/*TT25511*/
.btn-journal.btn-journal-invert a:hover {
    background-color: #373A29;
    color: #ffcc00;
}
.types-subscriptions .type-col {
    transition: 0.2s all ease;
}
.types-subscriptions .type-col:hover {
    box-shadow: 2px 4px 40px 2px rgb(0 0 0 / 20%);
}

.types-subscriptions .type-col .btn-blue-small:hover {
    background-color: #373A29;
}
/*TT25511*/
#next-article__slider.slick-initialized .slick-slide {
    margin: 0 6px;
}

.article__aside.show {
    display: block!important;
}
.article .article__title a {
    color: #ff1b37;
}

@media(min-width: 1639px) {
    #next-article__slider.slick-initialized .slick-slide {
        width: 334px!important;
    }
}
@media(max-width: 1639px) AND (min-width: 1199px) {
    #next-article__slider.slick-initialized .slick-slide {
        width: 244px!important;
    }
}

@media (max-width: 991px) {
    .article.no_auth_header_wrap {
        margin-top: 160px;
    }
}

@media(max-width: 1198px) AND (min-width: 992px) {
    #next-article__slider.slick-initialized .slick-slide {
        width: 192px!important;
    }
}

@media (max-width: 767px) {
    .article.no_auth_header_wrap {
        margin-top: 120px;
    }
    .online-conference .online-conference__heading {
        font-size: 24px;
        line-height: 26px;
    }
}

@media(max-width: 400px) {
    .j-article-list .journal-last-pub .btn-56 {
        line-height: 24px;
        padding-top: 14px;
        padding-bottom: 14px;
        text-align: center;
        min-height: 56px;
        height: auto;
    }
}
/*TT25511*/

/*TT27095*/
.auth__right.auth_description_new {
    margin-top: 116px;
    max-width: 420px;
}

.auth_description_new p {
    /*font-weight: 700;*/
    line-height: 19px;
    margin-bottom: 22px;
}
.auth_description_new p, .auth_description_new li {
    margin-bottom: 19px;
    position: relative;
    line-height: 19px;
}
.auth_description_new ul {
    list-style: none;
    padding-left: 26px;
}
.auth__left.auth_form_new {
    margin-right: 70px;
}
.auth_description_new ul li:before {
    display: block;
    content: '\f26b';
    font-family: "Material-Design-Iconic-Font";
    right: auto;
    bottom: auto;
    color: #FFCC00;
    font-size: 23px;
    font-weight: 900;
    position: absolute;
    left: -28px;
    top: 0px;
    line-height: 23px;
}
@media only screen and (max-width: 1024px) {
    .auth__right.auth_description_new {
        margin-top: -14px;
        padding: 0 10px;
    }
}
/*TT27095*/

@media(max-width: 1639px) {
    .header-new .nav-new-menu .lvl-1>li {
        margin-left:15px
    }

    .header-new .nav-new-menu .lvl-1>li>a {
        font-size: 12px!important
    }

    .header-new .nav-new-menu .lvl-1>li>a>svg {
        margin-top: 3px;
        width: 20px;
        height: 20px
    }
}
@media(max-width: 1199px) AND (min-width: 767px) {
    .journal-last-pub .button-group-journal a {
        line-height: 20px;
        padding: 9px 6px;
        display: flex;
    }
    
    .journal-last-pub .button-group-journal a b {
        padding-left: 3px;
    }
}

@media(max-width: 1199px) {
    .header-new .header-new-search {
        width:300px
    }

    .header-new .nav-new-menu .lvl-1>li {
        margin-left: 10px
    }

    .header-new .header-new-btns {
        padding-left: 15px;
        padding-right: 20px;
    }

    .header-new .nav-new-menu .lvl-1>li>a>img,.header-new .nav-new-menu .lvl-1>li>a>svg {
        display: none
    }

    .header-new .nav-new-menu .lvl-1>li>a {
        font-size: 11px!important
    }

    .menu__li_video {
        padding-right: 7px
    }
}

@media(max-width: 991px) {
    .header-new-logo {
        width:100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .logo-kgo {
        margin-left: 0
    }

    .header-new .nav-new-menu .lvl-1>li {
        margin-left: 0
    }

    .header-new .nav-new-menu .lvl-1>li>a>img,.header-new .nav-new-menu .lvl-1>li>a>svg {
        display: block
    }

    .header-new .nav-new-menu .lvl-1>li>a {
        font-size: 16px!important
    }

    .header-new .nav-new-menu .lvl-1>li>a>svg {
        width: 24px;
        height: 24px;
        margin-top: 0
    }
}

@media(max-width: 767px) {
    .row .subscribe-checklist.subscribe-status {
        padding: 20px;
    }
    .logo-kgo {
        height:41px
    }
}
@media(max-width: 480px) {
    .row .subscribe-checklist.subscribe-status .left-info {
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}
@media(max-width: 374px) {
    .header-new .logo-new-text {
        padding-left:15px
    }

    .header-new .logo-new-text1 {
        font-size: 14px
    }

    .logo-kgo {
        height: 39px
    }

    .main .green-bg {
        margin-top: 106px
    }
}

/*TT24653*/

@media (min-width: 1640px) {
   .gallery_grid .gallery_fancybox img {
    max-height: 240px;
} 
}
@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

*:focus {
    outline: none;
}

a:not(.active), button:not(.disabled):not(.active), .btn:not(.disabled):not(.active), .btn {
    cursor: pointer;
}

a, button, .btn {
    transition-property: opacity, transform, color, background-color, border-color;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

a {
    text-decoration: none;
}

a.active {
    cursor: default;
}

button, input, textarea {
    border: none;
    color: inherit;
    background: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

h1, .h1 {
    font-size: 30px;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 34px;
    }
}

h2, .h2 {
    font-size: 24px;
}

@media (min-width: 768px) {
    h2, .h2 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    h2, .h2 {
        font-size: 26px;
    }
}

h3, .h3 {
    font-size: 18px;
}

@media (min-width: 480px) {
    h3, .h3 {
        font-size: 22px;
    }
}

h4, .h4 {
    font-size: 16px;
}

@media (min-width: 768px) {
    h4, .h4 {
        font-size: 18px;
    }
}

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

@media (min-width: 768px) {
    h5, .h5 {
        font-size: 16px;
    }
}

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

@media (min-width: 768px) {
    h6, .h6 {
        font-size: 14px;
    }
}

p {
    margin: 0 0 .5em;
    line-height: inherit;
}

hr {
    height: 0;
    margin: 0;
    border: 0 solid rgba(255, 255, 255, 0.25);
    border-bottom-width: 1px;
    overflow: visible;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
.link-kiow:after{
    content: "";
    clear: both;
    display: block;
}


@media (max-width: 479px) {
    .row.no-gutters > .col-1, .row.no-gutters > .grid-10--col-1 {
        width: 100%;
    }

    .row.no-gutters > .col-2, .row.no-gutters > .grid-10--col-2 {
        width: 100%;
    }

    .row.no-gutters > .col-3, .row.no-gutters > .grid-10--col-3 {
        width: 100%;
    }

    .row.no-gutters > .col-4, .row.no-gutters > .grid-10--col-4 {
        width: 100%;
    }

    .row.no-gutters > .col-5, .row.no-gutters > .grid-10--col-5 {
        width: 100%;
    }

    .row.no-gutters > .col-6, .row.no-gutters > .grid-10--col-6 {
        width: 100%;
    }

    .row.no-gutters > .col-7, .row.no-gutters > .grid-10--col-7 {
        width: 100%;
    }

    .row.no-gutters > .col-8, .row.no-gutters > .grid-10--col-8 {
        width: 100%;
    }

    .row.no-gutters > .col-9, .row.no-gutters > .grid-10--col-9 {
        width: 100%;
    }

    .row.no-gutters > .col-10, .row.no-gutters > .grid-10--col-10 {
        width: 100%;
    }

    .row.no-gutters > .col-11, .row.no-gutters > .grid-10--col-11 {
        width: 100%;
    }

    .row.no-gutters > .col-12, .row.no-gutters > .grid-10--col-12 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .row.no-gutters > .col-sm-1, .row.no-gutters > .grid-10--col-sm-1 {
        width: 100%;
    }

    .row.no-gutters > .col-sm-2, .row.no-gutters > .grid-10--col-sm-2 {
        width: 100%;
    }

    .row.no-gutters > .col-sm-3, .row.no-gutters > .grid-10--col-sm-3 {
        width: 100%;
    }

    .row.no-gutters > .col-sm-4, .row.no-gutters > .grid-10--col-sm-4 {
        width: 100%;
    }

    .row.no-gutters > .col-sm-5, .row.no-gutters > .grid-10--col-sm-5 {
        width: 100%;
    }

    .row.no-gutters > .col-sm-6, .row.no-gutters > .grid-10--col-sm-6 {
        width: 100%;
    }

    .row.no-gutters > .col-sm-7, .row.no-gutters > .grid-10--col-sm-7 {
        width: 100%;
    }

    .row.no-gutters > .col-sm-8, .row.no-gutters > .grid-10--col-sm-8 {
        width: 100%;
    }

    .row.no-gutters > .col-sm-9, .row.no-gutters > .grid-10--col-sm-9 {
        width: 100%;
    }

    .row.no-gutters > .col-sm-10, .row.no-gutters > .grid-10--col-sm-10 {
        width: 100%;
    }

    .row.no-gutters > .col-sm-11, .row.no-gutters > .grid-10--col-sm-11 {
        width: 100%;
    }

    .row.no-gutters > .col-sm-12, .row.no-gutters > .grid-10--col-sm-12 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .row.no-gutters > .col-md-1, .row.no-gutters > .grid-10--col-md-1 {
        width: 100%;
    }

    .row.no-gutters > .col-md-2, .row.no-gutters > .grid-10--col-md-2 {
        width: 100%;
    }

    .row.no-gutters > .col-md-3, .row.no-gutters > .grid-10--col-md-3 {
        width: 100%;
    }

    .row.no-gutters > .col-md-4, .row.no-gutters > .grid-10--col-md-4 {
        width: 100%;
    }

    .row.no-gutters > .col-md-5, .row.no-gutters > .grid-10--col-md-5 {
        width: 100%;
    }

    .row.no-gutters > .col-md-6, .row.no-gutters > .grid-10--col-md-6 {
        width: 100%;
    }

    .row.no-gutters > .col-md-7, .row.no-gutters > .grid-10--col-md-7 {
        width: 100%;
    }

    .row.no-gutters > .col-md-8, .row.no-gutters > .grid-10--col-md-8 {
        width: 100%;
    }

    .row.no-gutters > .col-md-9, .row.no-gutters > .grid-10--col-md-9 {
        width: 100%;
    }

    .row.no-gutters > .col-md-10, .row.no-gutters > .grid-10--col-md-10 {
        width: 100%;
    }

    .row.no-gutters > .col-md-11, .row.no-gutters > .grid-10--col-md-11 {
        width: 100%;
    }

    .row.no-gutters > .col-md-12, .row.no-gutters > .grid-10--col-md-12 {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .row.no-gutters > .col-lg-1, .row.no-gutters > .grid-10--col-lg-1 {
        width: 100%;
    }
    .gallery_grid .gallery_fancybox img {
        max-height: 143px;
    }
    .row.no-gutters > .col-lg-2, .row.no-gutters > .grid-10--col-lg-2 {
        width: 100%;
    }

    .row.no-gutters > .col-lg-3, .row.no-gutters > .grid-10--col-lg-3 {
        width: 100%;
    }

    .row.no-gutters > .col-lg-4, .row.no-gutters > .grid-10--col-lg-4 {
        width: 100%;
    }

    .row.no-gutters > .col-lg-5, .row.no-gutters > .grid-10--col-lg-5 {
        width: 100%;
    }

    .row.no-gutters > .col-lg-6, .row.no-gutters > .grid-10--col-lg-6 {
        width: 100%;
    }

    .row.no-gutters > .col-lg-7, .row.no-gutters > .grid-10--col-lg-7 {
        width: 100%;
    }

    .row.no-gutters > .col-lg-8, .row.no-gutters > .grid-10--col-lg-8 {
        width: 100%;
    }

    .row.no-gutters > .col-lg-9, .row.no-gutters > .grid-10--col-lg-9 {
        width: 100%;
    }

    .row.no-gutters > .col-lg-10, .row.no-gutters > .grid-10--col-lg-10 {
        width: 100%;
    }

    .row.no-gutters > .col-lg-11, .row.no-gutters > .grid-10--col-lg-11 {
        width: 100%;
    }

    .row.no-gutters > .col-lg-12, .row.no-gutters > .grid-10--col-lg-12 {
        width: 100%;
    }
}

@media (max-width: 1599px) {
    .row.no-gutters > .col-xl-1, .row.no-gutters > .grid-10--col-xl-1 {
        width: 100%;
    }

    .row.no-gutters > .col-xl-2, .row.no-gutters > .grid-10--col-xl-2 {
        width: 100%;
    }

    .row.no-gutters > .col-xl-3, .row.no-gutters > .grid-10--col-xl-3 {
        width: 100%;
    }

    .row.no-gutters > .col-xl-4, .row.no-gutters > .grid-10--col-xl-4 {
        width: 100%;
    }

    .row.no-gutters > .col-xl-5, .row.no-gutters > .grid-10--col-xl-5 {
        width: 100%;
    }

    .row.no-gutters > .col-xl-6, .row.no-gutters > .grid-10--col-xl-6 {
        width: 100%;
    }

    .row.no-gutters > .col-xl-7, .row.no-gutters > .grid-10--col-xl-7 {
        width: 100%;
    }

    .row.no-gutters > .col-xl-8, .row.no-gutters > .grid-10--col-xl-8 {
        width: 100%;
    }

    .row.no-gutters > .col-xl-9, .row.no-gutters > .grid-10--col-xl-9 {
        width: 100%;
    }

    .row.no-gutters > .col-xl-10, .row.no-gutters > .grid-10--col-xl-10 {
        width: 100%;
    }

    .row.no-gutters > .col-xl-11, .row.no-gutters > .grid-10--col-xl-11 {
        width: 100%;
    }

    .row.no-gutters > .col-xl-12, .row.no-gutters > .grid-10--col-xl-12 {
        width: 100%;
    }
}

.row.no-gutters > .col-xxl-1, .row.no-gutters > .grid-10--col-xxl-1 {
    width: 100%;
}

.row.no-gutters > .col-xxl-2, .row.no-gutters > .grid-10--col-xxl-2 {
    width: 100%;
}

.row.no-gutters > .col-xxl-3, .row.no-gutters > .grid-10--col-xxl-3 {
    width: 100%;
}

.row.no-gutters > .col-xxl-4, .row.no-gutters > .grid-10--col-xxl-4 {
    width: 100%;
}

.row.no-gutters > .col-xxl-5, .row.no-gutters > .grid-10--col-xxl-5 {
    width: 100%;
}

.row.no-gutters > .col-xxl-6, .row.no-gutters > .grid-10--col-xxl-6 {
    width: 100%;
}

.row.no-gutters > .col-xxl-7, .row.no-gutters > .grid-10--col-xxl-7 {
    width: 100%;
}

.row.no-gutters > .col-xxl-8, .row.no-gutters > .grid-10--col-xxl-8 {
    width: 100%;
}

.row.no-gutters > .col-xxl-9, .row.no-gutters > .grid-10--col-xxl-9 {
    width: 100%;
}

.row.no-gutters > .col-xxl-10, .row.no-gutters > .grid-10--col-xxl-10 {
    width: 100%;
}

.row.no-gutters > .col-xxl-11, .row.no-gutters > .grid-10--col-xxl-11 {
    width: 100%;
}

.row.no-gutters > .col-xxl-12, .row.no-gutters > .grid-10--col-xxl-12 {
    width: 100%;
}

.col-sm, .grid-10--col-sm, .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, .grid-10--col-sm-1, .grid-10--col-sm-2, .grid-10--col-sm-3, .grid-10--col-sm-4, .grid-10--col-sm-5, .grid-10--col-sm-6, .grid-10--col-sm-7, .grid-10--col-sm-8, .grid-10--col-sm-9, .grid-10--col-sm-10 {
    flex: 0 0 auto;
    width: calc(100% - 16px);
    margin-right: 8px;
    margin-left: 8px;
}

.col-md, .grid-10--col-md, .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-article, .col-md-10, .col-md-11, .col-md-12, .grid-10--col-md-1, .grid-10--col-md-2, .grid-10--col-md-3, .grid-10--col-md-4, .grid-10--col-md-5, .grid-10--col-md-6, .grid-10--col-md-7, .grid-10--col-md-8, .grid-10--col-md-9, .grid-10--col-md-10 {
    flex: 0 0 auto;
    width: calc(100% - 24px);
    margin-right: 12px;
    margin-left: 12px;
}

.col-lg, .grid-10--col-lg, .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, .grid-10--col-lg-1, .grid-10--col-lg-2, .grid-10--col-lg-3, .grid-10--col-lg-4, .grid-10--col-lg-5, .grid-10--col-lg-6, .grid-10--col-lg-7, .grid-10--col-lg-8, .grid-10--col-lg-9, .grid-10--col-lg-10 {
    flex: 0 0 auto;
    width: calc(100% - 16px);
    margin-right: 12px;
    margin-left: 12px;
}

.col-xl, .grid-10--col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .grid-10--col-xl-1, .grid-10--col-xl-2, .grid-10--col-xl-3, .grid-10--col-xl-4, .grid-10--col-xl-5, .grid-10--col-xl-6, .grid-10--col-xl-7, .grid-10--col-xl-8, .grid-10--col-xl-9, .grid-10--col-xl-10 {
    flex: 0 0 auto;
    width: calc(100% - 24px);
    margin-right: 12px;
    margin-left: 12px;
}

.col-xxl, .grid-10--col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .grid-10--col-xxl-1, .grid-10--col-xxl-2, .grid-10--col-xxl-3, .grid-10--col-xxl-4, .grid-10--col-xxl-5, .grid-10--col-xxl-6, .grid-10--col-xxl-7, .grid-10--col-xxl-8, .grid-10--col-xxl-9, .grid-10--col-xxl-10 {
    flex: 0 0 auto;
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
}

._gutter-top, ._gutters-y {
    margin-top: 8px;
}

._gutter-right, ._gutters-x, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .grid-10--col-1, .grid-10--col-2, .grid-10--col-3, .grid-10--col-4, .grid-10--col-5, .grid-10--col-6, .grid-10--col-7, .grid-10--col-8, .grid-10--col-9, .grid-10--col-10, .col-sm, .grid-10--col-sm, .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, .grid-10--col-sm-1, .grid-10--col-sm-2, .grid-10--col-sm-3, .grid-10--col-sm-4, .grid-10--col-sm-5, .grid-10--col-sm-6, .grid-10--col-sm-7, .grid-10--col-sm-8, .grid-10--col-sm-9, .grid-10--col-sm-10, .col-md, .grid-10--col-md, .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-article, .col-md-10, .col-md-11, .col-md-12, .grid-10--col-md-1, .grid-10--col-md-2, .grid-10--col-md-3, .grid-10--col-md-4, .grid-10--col-md-5, .grid-10--col-md-6, .grid-10--col-md-7, .grid-10--col-md-8, .grid-10--col-md-9, .grid-10--col-md-10, .col-lg, .grid-10--col-lg, .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, .grid-10--col-lg-1, .grid-10--col-lg-2, .grid-10--col-lg-3, .grid-10--col-lg-4, .grid-10--col-lg-5, .grid-10--col-lg-6, .grid-10--col-lg-7, .grid-10--col-lg-8, .grid-10--col-lg-9, .grid-10--col-lg-10, .col-xl, .grid-10--col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .grid-10--col-xl-1, .grid-10--col-xl-2, .grid-10--col-xl-3, .grid-10--col-xl-4, .grid-10--col-xl-5, .grid-10--col-xl-6, .grid-10--col-xl-7, .grid-10--col-xl-8, .grid-10--col-xl-9, .grid-10--col-xl-10, .col-xxl, .grid-10--col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .grid-10--col-xxl-1, .grid-10--col-xxl-2, .grid-10--col-xxl-3, .grid-10--col-xxl-4, .grid-10--col-xxl-5, .grid-10--col-xxl-6, .grid-10--col-xxl-7, .grid-10--col-xxl-8, .grid-10--col-xxl-9, .grid-10--col-xxl-10 {
    margin-right: 8px;
}

._gutter-bottom, ._gutters-y {
    margin-bottom: 8px;
}

._gutter-left, ._gutters-x, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .grid-10--col-1, .grid-10--col-2, .grid-10--col-3, .grid-10--col-4, .grid-10--col-5, .grid-10--col-6, .grid-10--col-7, .grid-10--col-8, .grid-10--col-9, .grid-10--col-10, .col-sm, .grid-10--col-sm, .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, .grid-10--col-sm-1, .grid-10--col-sm-2, .grid-10--col-sm-3, .grid-10--col-sm-4, .grid-10--col-sm-5, .grid-10--col-sm-6, .grid-10--col-sm-7, .grid-10--col-sm-8, .grid-10--col-sm-9, .grid-10--col-sm-10, .col-md, .grid-10--col-md, .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-article, .col-md-10, .col-md-11, .col-md-12, .grid-10--col-md-1, .grid-10--col-md-2, .grid-10--col-md-3, .grid-10--col-md-4, .grid-10--col-md-5, .grid-10--col-md-6, .grid-10--col-md-7, .grid-10--col-md-8, .grid-10--col-md-9, .grid-10--col-md-10, .col-lg, .grid-10--col-lg, .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, .grid-10--col-lg-1, .grid-10--col-lg-2, .grid-10--col-lg-3, .grid-10--col-lg-4, .grid-10--col-lg-5, .grid-10--col-lg-6, .grid-10--col-lg-7, .grid-10--col-lg-8, .grid-10--col-lg-9, .grid-10--col-lg-10, .col-xl, .grid-10--col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .grid-10--col-xl-1, .grid-10--col-xl-2, .grid-10--col-xl-3, .grid-10--col-xl-4, .grid-10--col-xl-5, .grid-10--col-xl-6, .grid-10--col-xl-7, .grid-10--col-xl-8, .grid-10--col-xl-9, .grid-10--col-xl-10, .col-xxl, .grid-10--col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .grid-10--col-xxl-1, .grid-10--col-xxl-2, .grid-10--col-xxl-3, .grid-10--col-xxl-4, .grid-10--col-xxl-5, .grid-10--col-xxl-6, .grid-10--col-xxl-7, .grid-10--col-xxl-8, .grid-10--col-xxl-9, .grid-10--col-xxl-10 {
    margin-left: 8px;
}

._inner-gutter-top, ._inner-gutters-y {
    padding-top: 8px;
}

._inner-gutter-right, ._inner-gutters-x {
    padding-right: 8px;
}

._inner-gutter-bottom, ._inner-gutters-y {
    padding-bottom: 8px;
}

._inner-gutter-left, ._inner-gutters-x {
    padding-left: 8px;
}

._gutter-compensate-top, ._gutters-compensate-y {
    margin-top: -8px;
}

._gutter-compensate-right, ._gutters-compensate-x, .row {
    margin-right: -8px;
}

._gutter-compensate-bottom, ._gutters-compensate-y {
    margin-bottom: -8px;
}

._gutter-compensate-left, ._gutters-compensate-x, .row {
    margin-left: -8px;
}
._inner-gutters-x-r{
    padding-right: 14px;
}
#list-raport .col-sm-6.col-lg-4.col-xl-3._inner-gutters-y._inner-gutters-x-r{
    padding-top:7px;
    padding-bottom: 7px;
}
#list-raport .col-sm-6.col-lg-4.col-xl-3._inner-gutters-y._inner-gutters-x-r .article-preview__content{
    padding: 15px 12px;
    height: 120px;
}
#list-raport .article-preview {
    height: 308px;
}
#list-raport .article-preview.article-preview--top-cover .article-preview__cover-block{
    height: 185px;
}
#list-raport .article-preview__heading{
    font-size: 17px;
    margin-bottom: 10px;
}
#list-raport .raport-anons{
    line-height: 16px;
}
#list-raport .raport-anons span{
    font-size: 15px;
    color: #222;
}
#list-raport .article-preview .article-preview__footer.statistics{
    padding: 10px 12px;
}
/*
._inner-gutters-x-r:nth-child(4n){
    padding-right: 0px;
}
*/
.main-kiowa-block{
    margin-bottom: 20px;
}
.kiowa{
    padding: 0px 0px 20px 0px;
}
.btn-add-raport{
    background: #ffcc00;
    display: inline-block;
    vertical-align: middle;
    width: 235px;
    padding: 10px 24px;
    text-align: center;
    cursor: pointer;
    margin-top: -12px;
    margin-right: 14px;
    color: #000;
}
.btn-add-raport:hover{
    background: #fff;
    color: #222;
}

#popup-raport{
    display: none;
    background: #636746;

}
#popup-raport input[type="text"]{
    background: #fff;
    border: 1px solid #222;
    padding: 8px 15px;
    width: 400px;

}
#popup-raport label{
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
#popup-raport .form__item{
    display: block;
    margin-bottom: 20px;
}
#form-rap p, #form-rap h2, #form-rap h4{
    color: #fff;
}
#popup-raport textarea{
    resize:none;
    background: #fff;
    border: 1px solid #222;
    padding: 8px 15px;
    width: 800px;
    height: 300px;
}
.content-raport-title{
    padding: 40px 0px 20px 0px;
}
.content-raport-img, .content-raport{
    margin-bottom: 20px;
}
.content-raport-autor{
    margin-bottom: 10px;
}
.btn-rap-send{
    width: 120px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    background: #ffcc00;
}
.inline{
    display: inline-block;
}
.flr{
    float: right;
}
.clear{
    clear: both;
}
.container {
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    width: calc(8.33333% - 16px);
}

.col-2 {
    width: calc(16.66667% - 16px);
}

.col-3 {
    width: calc(25% - 16px);
}

.col-4 {
    width: calc(33.33333% - 16px);
}

.col-5 {
    width: calc(41.66667% - 16px);
}

.col-6 {
    width: calc(50% - 16px);
}

.col-7 {
    width: calc(58.33333% - 16px);
}

.col-8 {
    width: calc(66.66667% - 16px);
}

.col-9 {
    width: calc(75% - 16px);
}

.col-10 {
    width: calc(83.33333% - 16px);
}

.col-11 {
    width: calc(91.66667% - 16px);
}

.col-12 {
    width: calc(100% - 16px);
}

.row.no-gutters > .col-1 {
    width: 8.33333%;
}

.row.no-gutters > .col-2 {
    width: 16.66667%;
}

.row.no-gutters > .col-3 {
    width: 25%;
}

.row.no-gutters > .col-4 {
    width: 33.33333%;
}

.row.no-gutters > .col-5 {
    width: 41.66667%;
}

.row.no-gutters > .col-6 {
    width: 50%;
}

.row.no-gutters > .col-7 {
    width: 58.33333%;
}

.row.no-gutters > .col-8 {
    width: 66.66667%;
}

.row.no-gutters > .col-9 {
    width: 75%;
}

.row.no-gutters > .col-10 {
    width: 83.33333%;
}

.row.no-gutters > .col-11 {
    width: 91.66667%;
}

.row.no-gutters > .col-12 {
    width: 100%;
}

.grid-10--col-1 {
    width: calc(10% - 16px);
}

.grid-10--col-2 {
    width: calc(20% - 16px);
}

.grid-10--col-3 {
    width: calc(30% - 16px);
}

.grid-10--col-4 {
    width: calc(40% - 16px);
}

.grid-10--col-5 {
    width: calc(50% - 16px);
}

.grid-10--col-6 {
    width: calc(60% - 16px);
}

.grid-10--col-7 {
    width: calc(70% - 16px);
}

.grid-10--col-8 {
    width: calc(80% - 16px);
}

.grid-10--col-9 {
    width: calc(90% - 16px);
}

.grid-10--col-10 {
    width: calc(100% - 16px);
}

.row.no-gutters > .grid-10--col-1 {
    width: 10%;
}

.row.no-gutters > .grid-10--col-2 {
    width: 20%;
}

.row.no-gutters > .grid-10--col-3 {
    width: 30%;
}

.row.no-gutters > .grid-10--col-4 {
    width: 40%;
}

.row.no-gutters > .grid-10--col-5 {
    width: 50%;
}

.row.no-gutters > .grid-10--col-6 {
    width: 60%;
}

.row.no-gutters > .grid-10--col-7 {
    width: 70%;
}

.row.no-gutters > .grid-10--col-8 {
    width: 80%;
}

.row.no-gutters > .grid-10--col-9 {
    width: 90%;
}

.row.no-gutters > .grid-10--col-10 {
    width: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-main-start {
    justify-content: flex-start !important;
}

.flex-main-end {
    justify-content: flex-end !important;
}

.flex-main-center {
    justify-content: center !important;
}

.flex-main-between {
    justify-content: space-between !important;
}

.flex-main-around {
    justify-content: space-around !important;
}

.flex-cross-start {
    align-content: flex-start !important;
}

.flex-cross-end {
    align-content: flex-end !important;
}

.flex-cross-center {
    align-content: center !important;
}

.flex-cross-between {
    align-content: space-between !important;
}

.flex-cross-around {
    align-content: space-around !important;
}

.flex-cross-stretch {
    align-content: stretch !important;
}

.flex-items-start {
    align-items: flex-start !important;
}

.flex-items-end {
    align-items: flex-end !important;
}

.flex-items-center {
    align-items: center !important;
}

.flex-items-baseline {
    align-items: baseline !important;
}

.flex-items-stretch {
    align-items: stretch !important;
}

.flex-self-auto {
    align-self: auto !important;
}

.flex-self-start {
    align-self: flex-start !important;
}

.flex-self-end {
    align-self: flex-end !important;
}

.flex-self-center {
    align-self: center !important;
}

.flex-self-baseline {
    align-self: baseline !important;
}

.flex-self-stretch {
    align-self: stretch !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.video-height{height: 550px;}

@media (max-width: 479px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 480px) {
    ._gutter-top, ._gutters-y {
        margin-top: 8px;
    }

    ._gutter-right, ._gutters-x, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .grid-10--col-1, .grid-10--col-2, .grid-10--col-3, .grid-10--col-4, .grid-10--col-5, .grid-10--col-6, .grid-10--col-7, .grid-10--col-8, .grid-10--col-9, .grid-10--col-10, .col-sm, .grid-10--col-sm, .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, .grid-10--col-sm-1, .grid-10--col-sm-2, .grid-10--col-sm-3, .grid-10--col-sm-4, .grid-10--col-sm-5, .grid-10--col-sm-6, .grid-10--col-sm-7, .grid-10--col-sm-8, .grid-10--col-sm-9, .grid-10--col-sm-10, .col-md, .grid-10--col-md, .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-article, .col-md-10, .col-md-11, .col-md-12, .grid-10--col-md-1, .grid-10--col-md-2, .grid-10--col-md-3, .grid-10--col-md-4, .grid-10--col-md-5, .grid-10--col-md-6, .grid-10--col-md-7, .grid-10--col-md-8, .grid-10--col-md-9, .grid-10--col-md-10, .col-lg, .grid-10--col-lg, .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, .grid-10--col-lg-1, .grid-10--col-lg-2, .grid-10--col-lg-3, .grid-10--col-lg-4, .grid-10--col-lg-5, .grid-10--col-lg-6, .grid-10--col-lg-7, .grid-10--col-lg-8, .grid-10--col-lg-9, .grid-10--col-lg-10, .col-xl, .grid-10--col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .grid-10--col-xl-1, .grid-10--col-xl-2, .grid-10--col-xl-3, .grid-10--col-xl-4, .grid-10--col-xl-5, .grid-10--col-xl-6, .grid-10--col-xl-7, .grid-10--col-xl-8, .grid-10--col-xl-9, .grid-10--col-xl-10, .col-xxl, .grid-10--col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .grid-10--col-xxl-1, .grid-10--col-xxl-2, .grid-10--col-xxl-3, .grid-10--col-xxl-4, .grid-10--col-xxl-5, .grid-10--col-xxl-6, .grid-10--col-xxl-7, .grid-10--col-xxl-8, .grid-10--col-xxl-9, .grid-10--col-xxl-10 {
        margin-right: 8px;
    }

    ._gutter-bottom, ._gutters-y {
        margin-bottom: 8px;
    }

    ._gutter-left, ._gutters-x, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .grid-10--col-1, .grid-10--col-2, .grid-10--col-3, .grid-10--col-4, .grid-10--col-5, .grid-10--col-6, .grid-10--col-7, .grid-10--col-8, .grid-10--col-9, .grid-10--col-10, .col-sm, .grid-10--col-sm, .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, .grid-10--col-sm-1, .grid-10--col-sm-2, .grid-10--col-sm-3, .grid-10--col-sm-4, .grid-10--col-sm-5, .grid-10--col-sm-6, .grid-10--col-sm-7, .grid-10--col-sm-8, .grid-10--col-sm-9, .grid-10--col-sm-10, .col-md, .grid-10--col-md, .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-article, .col-md-10, .col-md-11, .col-md-12, .grid-10--col-md-1, .grid-10--col-md-2, .grid-10--col-md-3, .grid-10--col-md-4, .grid-10--col-md-5, .grid-10--col-md-6, .grid-10--col-md-7, .grid-10--col-md-8, .grid-10--col-md-9, .grid-10--col-md-10, .col-lg, .grid-10--col-lg, .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, .grid-10--col-lg-1, .grid-10--col-lg-2, .grid-10--col-lg-3, .grid-10--col-lg-4, .grid-10--col-lg-5, .grid-10--col-lg-6, .grid-10--col-lg-7, .grid-10--col-lg-8, .grid-10--col-lg-9, .grid-10--col-lg-10, .col-xl, .grid-10--col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .grid-10--col-xl-1, .grid-10--col-xl-2, .grid-10--col-xl-3, .grid-10--col-xl-4, .grid-10--col-xl-5, .grid-10--col-xl-6, .grid-10--col-xl-7, .grid-10--col-xl-8, .grid-10--col-xl-9, .grid-10--col-xl-10, .col-xxl, .grid-10--col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .grid-10--col-xxl-1, .grid-10--col-xxl-2, .grid-10--col-xxl-3, .grid-10--col-xxl-4, .grid-10--col-xxl-5, .grid-10--col-xxl-6, .grid-10--col-xxl-7, .grid-10--col-xxl-8, .grid-10--col-xxl-9, .grid-10--col-xxl-10 {
        margin-left: 8px;
    }

    ._inner-gutter-top, ._inner-gutters-y {
        padding-top: 8px;
    }

    ._inner-gutter-right, ._inner-gutters-x {
        padding-right: 8px;
    }

    ._inner-gutter-bottom, ._inner-gutters-y {
        padding-bottom: 8px;
    }

    ._inner-gutter-left, ._inner-gutters-x {
        padding-left: 8px;
    }

    ._gutter-compensate-top, ._gutters-compensate-y {
        margin-top: -8px;
    }

    ._gutter-compensate-right, ._gutters-compensate-x, .row {
        margin-right: -8px;
    }

    ._gutter-compensate-bottom, ._gutters-compensate-y {
        margin-bottom: -8px;
    }

    ._gutter-compensate-left, ._gutters-compensate-x, .row {
        margin-left: -8px;
    }

    .container {
        width: 456px;
    }
    #popup-raport textarea, #popup-raport input[type="text"]{
        width: 300px;
    }
    .kiow-pre-main .heading.font-black{
        font-size: 26px;
    }
    .kiow-pre .heading.h3.font-black{
        font-size: 16px;
    }
    .kiow-pre-main .description{
        max-height: 82px;
        overflow: hidden;}
    .kiowa-description{
        font-size: 14px;
        line-height: 20px;}

    .col-article {
        width: 100%;
    }

    .no-borders-width {
        width: 100%;
    }

    .no-borders {
        margin-left: 0;
        margin-right: 0;
    }    

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        width: calc(8.33333% - 16px);
    }

    .col-sm-2 {
        width: calc(16.66667% - 16px);
    }

    .col-sm-3 {
        width: calc(25% - 16px);
    }

    .col-sm-4 {
        width: calc(33.33333% - 16px);
    }

    .col-sm-5 {
        width: calc(41.66667% - 16px);
    }

    .col-sm-6 {
        width: calc(50% - 16px);
    }

    .col-sm-7 {
        width: calc(58.33333% - 16px);
    }

    .col-sm-8 {
        width: calc(66.66667% - 16px);
    }

    .col-sm-9 {
        width: calc(75% - 16px);
    }

    .col-sm-10 {
        width: calc(83.33333% - 16px);
    }

    .col-sm-11 {
        width: calc(91.66667% - 16px);
    }

    .col-sm-12 {
        width: calc(100% - 16px);
    }

    .row.no-gutters > .col-sm-1 {
        width: 8.33333%;
    }

    .row.no-gutters > .col-sm-2 {
        width: 16.66667%;
    }

    .row.no-gutters > .col-sm-3 {
        width: 25%;
    }

    .row.no-gutters > .col-sm-4 {
        width: 33.33333%;
    }

    .row.no-gutters > .col-sm-5 {
        width: 41.66667%;
    }

    .row.no-gutters > .col-sm-6 {
        width: 50%;
    }

    .row.no-gutters > .col-sm-7 {
        width: 58.33333%;
    }

    .row.no-gutters > .col-sm-8 {
        width: 66.66667%;
    }

    .row.no-gutters > .col-sm-9 {
        width: 75%;
    }

    .row.no-gutters > .col-sm-10 {
        width: 83.33333%;
    }

    .row.no-gutters > .col-sm-11 {
        width: 91.66667%;
    }

    .row.no-gutters > .col-sm-12 {
        width: 100%;
    }

    .grid-10--col-sm-1 {
        width: calc(10% - 16px);
    }

    .grid-10--col-sm-2 {
        width: calc(20% - 16px);
    }

    .grid-10--col-sm-3 {
        width: calc(30% - 16px);
    }

    .grid-10--col-sm-4 {
        width: calc(40% - 16px);
    }

    .grid-10--col-sm-5 {
        width: calc(50% - 16px);
    }

    .grid-10--col-sm-6 {
        width: calc(60% - 16px);
    }

    .grid-10--col-sm-7 {
        width: calc(70% - 16px);
    }

    .grid-10--col-sm-8 {
        width: calc(80% - 16px);
    }

    .grid-10--col-sm-9 {
        width: calc(90% - 16px);
    }

    .grid-10--col-sm-10 {
        width: calc(100% - 16px);
    }

    .row.no-gutters > .grid-10--col-sm-1 {
        width: 10%;
    }

    .row.no-gutters > .grid-10--col-sm-2 {
        width: 20%;
    }

    .row.no-gutters > .grid-10--col-sm-3 {
        width: 30%;
    }

    .row.no-gutters > .grid-10--col-sm-4 {
        width: 40%;
    }

    .row.no-gutters > .grid-10--col-sm-5 {
        width: 50%;
    }

    .row.no-gutters > .grid-10--col-sm-6 {
        width: 60%;
    }

    .row.no-gutters > .grid-10--col-sm-7 {
        width: 70%;
    }

    .row.no-gutters > .grid-10--col-sm-8 {
        width: 80%;
    }

    .row.no-gutters > .grid-10--col-sm-9 {
        width: 90%;
    }

    .row.no-gutters > .grid-10--col-sm-10 {
        width: 100%;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-main-sm-start {
        justify-content: flex-start !important;
    }

    .flex-main-sm-end {
        justify-content: flex-end !important;
    }

    .flex-main-sm-center {
        justify-content: center !important;
    }

    .flex-main-sm-between {
        justify-content: space-between !important;
    }

    .flex-main-sm-around {
        justify-content: space-around !important;
    }

    .flex-cross-sm-start {
        align-content: flex-start !important;
    }

    .flex-cross-sm-end {
        align-content: flex-end !important;
    }

    .flex-cross-sm-center {
        align-content: center !important;
    }

    .flex-cross-sm-between {
        align-content: space-between !important;
    }

    .flex-cross-sm-around {
        align-content: space-around !important;
    }

    .flex-cross-sm-stretch {
        align-content: stretch !important;
    }

    .flex-items-sm-start {
        align-items: flex-start !important;
    }

    .flex-items-sm-end {
        align-items: flex-end !important;
    }

    .flex-items-sm-center {
        align-items: center !important;
    }

    .flex-items-sm-baseline {
        align-items: baseline !important;
    }

    .flex-items-sm-stretch {
        align-items: stretch !important;
    }

    .flex-self-sm-auto {
        align-self: auto !important;
    }

    .flex-self-sm-start {
        align-self: flex-start !important;
    }

    .flex-self-sm-end {
        align-self: flex-end !important;
    }

    .flex-self-sm-center {
        align-self: center !important;
    }

    .flex-self-sm-baseline {
        align-self: baseline !important;
    }

    .flex-self-sm-stretch {
        align-self: stretch !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-justify {
        text-align: justify !important;
    }

    .hidden-sm-up {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
    .no-mobile{
        display: none !important;
    }
    .no-desktop{
        display: block !important;
    }
    .video-height{
        height: 300px;
    }
    .col-article {
        width: 100%;
    }
    .no-borders-width {
        width: 100%;
    }
    .no-borders {
        margin-left: 0;
        margin-right: 0;
    }
    
}
@media (max-width: 950px) {
    .no-mobile{
        display: none !important;
    }
    .no-desktop{
        display: block !important;
    }
    .col-article {
        width: 100%;
    }
    .no-borders-width {
        width: 100%;
    }
    .no-borders {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    ._gutter-top, ._gutters-y {
        margin-top: 12px;
    }


    ._gutter-right, ._gutters-x, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .grid-10--col-1, .grid-10--col-2, .grid-10--col-3, .grid-10--col-4, .grid-10--col-5, .grid-10--col-6, .grid-10--col-7, .grid-10--col-8, .grid-10--col-9, .grid-10--col-10, .col-sm, .grid-10--col-sm, .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, .grid-10--col-sm-1, .grid-10--col-sm-2, .grid-10--col-sm-3, .grid-10--col-sm-4, .grid-10--col-sm-5, .grid-10--col-sm-6, .grid-10--col-sm-7, .grid-10--col-sm-8, .grid-10--col-sm-9, .grid-10--col-sm-10, .col-md, .grid-10--col-md, .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-article, .col-md-10, .col-md-11, .col-md-12, .grid-10--col-md-1, .grid-10--col-md-2, .grid-10--col-md-3, .grid-10--col-md-4, .grid-10--col-md-5, .grid-10--col-md-6, .grid-10--col-md-7, .grid-10--col-md-8, .grid-10--col-md-9, .grid-10--col-md-10, .col-lg, .grid-10--col-lg, .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, .grid-10--col-lg-1, .grid-10--col-lg-2, .grid-10--col-lg-3, .grid-10--col-lg-4, .grid-10--col-lg-5, .grid-10--col-lg-6, .grid-10--col-lg-7, .grid-10--col-lg-8, .grid-10--col-lg-9, .grid-10--col-lg-10, .col-xl, .grid-10--col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .grid-10--col-xl-1, .grid-10--col-xl-2, .grid-10--col-xl-3, .grid-10--col-xl-4, .grid-10--col-xl-5, .grid-10--col-xl-6, .grid-10--col-xl-7, .grid-10--col-xl-8, .grid-10--col-xl-9, .grid-10--col-xl-10, .col-xxl, .grid-10--col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .grid-10--col-xxl-1, .grid-10--col-xxl-2, .grid-10--col-xxl-3, .grid-10--col-xxl-4, .grid-10--col-xxl-5, .grid-10--col-xxl-6, .grid-10--col-xxl-7, .grid-10--col-xxl-8, .grid-10--col-xxl-9, .grid-10--col-xxl-10 {
        margin-right: 12px;
    }

    ._gutter-bottom, ._gutters-y {
        margin-bottom: 12px;
    }

    ._gutter-left, ._gutters-x, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .grid-10--col-1, .grid-10--col-2, .grid-10--col-3, .grid-10--col-4, .grid-10--col-5, .grid-10--col-6, .grid-10--col-7, .grid-10--col-8, .grid-10--col-9, .grid-10--col-10, .col-sm, .grid-10--col-sm, .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, .grid-10--col-sm-1, .grid-10--col-sm-2, .grid-10--col-sm-3, .grid-10--col-sm-4, .grid-10--col-sm-5, .grid-10--col-sm-6, .grid-10--col-sm-7, .grid-10--col-sm-8, .grid-10--col-sm-9, .grid-10--col-sm-10, .col-md, .grid-10--col-md, .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-article, .col-md-10, .col-md-11, .col-md-12, .grid-10--col-md-1, .grid-10--col-md-2, .grid-10--col-md-3, .grid-10--col-md-4, .grid-10--col-md-5, .grid-10--col-md-6, .grid-10--col-md-7, .grid-10--col-md-8, .grid-10--col-md-9, .grid-10--col-md-10, .col-lg, .grid-10--col-lg, .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, .grid-10--col-lg-1, .grid-10--col-lg-2, .grid-10--col-lg-3, .grid-10--col-lg-4, .grid-10--col-lg-5, .grid-10--col-lg-6, .grid-10--col-lg-7, .grid-10--col-lg-8, .grid-10--col-lg-9, .grid-10--col-lg-10, .col-xl, .grid-10--col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .grid-10--col-xl-1, .grid-10--col-xl-2, .grid-10--col-xl-3, .grid-10--col-xl-4, .grid-10--col-xl-5, .grid-10--col-xl-6, .grid-10--col-xl-7, .grid-10--col-xl-8, .grid-10--col-xl-9, .grid-10--col-xl-10, .col-xxl, .grid-10--col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .grid-10--col-xxl-1, .grid-10--col-xxl-2, .grid-10--col-xxl-3, .grid-10--col-xxl-4, .grid-10--col-xxl-5, .grid-10--col-xxl-6, .grid-10--col-xxl-7, .grid-10--col-xxl-8, .grid-10--col-xxl-9, .grid-10--col-xxl-10 {
        margin-left: 12px;
    }

    ._inner-gutter-top, ._inner-gutters-y {
        padding-top: 12px;
    }

    ._inner-gutter-right, ._inner-gutters-x {
        padding-right: 12px;
    }

    ._inner-gutter-bottom, ._inner-gutters-y {
        padding-bottom: 12px;
    }

    ._inner-gutter-left, ._inner-gutters-x {
        padding-left: 12px;
    }

    ._gutter-compensate-top, ._gutters-compensate-y {
        margin-top: -12px;
    }

    ._gutter-compensate-right, ._gutters-compensate-x, .row {
        margin-right: -12px;
    }

    ._gutter-compensate-bottom, ._gutters-compensate-y {
        margin-bottom: -12px;
    }

    ._gutter-compensate-left, ._gutters-compensate-x, .row {
        margin-left: -12px;
    }

    .container {
        width: 744px;
    }
    #popup-raport textarea{
        width: 400px;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-1 {
        width: calc(8.33333% - 24px);
    }

    .col-2 {
        width: calc(16.66667% - 24px);
    }

    .col-3 {
        width: calc(25% - 24px);
    }

    .col-4 {
        width: calc(33.33333% - 24px);
    }

    .col-5 {
        width: calc(41.66667% - 24px);
    }

    .col-6 {
        width: calc(50% - 24px);
    }

    .col-7 {
        width: calc(58.33333% - 24px);
    }

    .col-8 {
        width: calc(66.66667% - 24px);
    }

    .col-9 {
        width: calc(75% - 24px);
    }

    .col-10 {
        width: calc(83.33333% - 24px);
    }

    .col-11 {
        width: calc(91.66667% - 24px);
    }

    .col-12 {
        width: calc(100% - 24px);
    }

    .col-sm-1 {
        width: calc(8.33333% - 24px);
    }

    .col-sm-2 {
        width: calc(16.66667% - 24px);
    }

    .col-sm-3 {
        width: calc(25% - 24px);
    }

    .col-sm-4 {
        width: calc(33.33333% - 24px);
    }

    .col-sm-5 {
        width: calc(41.66667% - 24px);
    }

    .col-sm-6 {
        width: calc(50% - 24px);
    }

    .col-sm-7 {
        width: calc(58.33333% - 24px);
    }

    .col-sm-8 {
        width: calc(66.66667% - 24px);
    }

    .col-sm-9 {
        width: calc(75% - 24px);
    }

    .col-sm-10 {
        width: calc(83.33333% - 24px);
    }

    .col-sm-11 {
        width: calc(91.66667% - 24px);
    }

    .col-sm-12 {
        width: calc(100% - 24px);
    }

    .col-md-1 {
        width: calc(8.33333% - 24px);
    }

    .col-md-2 {
        width: calc(16.66667% - 24px);
    }

    .col-md-3 {
        width: calc(25% - 24px);
    }

    .col-md-4 {
        width: calc(33.33333% - 24px);
    }

    .col-md-5 {
        width: calc(41.66667% - 24px);
    }

    .col-md-6 {
        width: calc(50% - 24px);
    }

    .col-md-7 {
        width: calc(58.33333% - 24px);
    }

    .col-md-8 {
        width: calc(66.66667% - 24px);
    }

    .col-md-9 {
        width: calc(75% - 24px);
    }

    .col-article {
        width: calc(75% - 24px);
    }

    .col-md-10 {
        width: calc(83.33333% - 24px);
    }

    .col-md-11 {
        width: calc(91.66667% - 24px);
    }

    .col-md-12 {
        width: calc(100% - 24px);
    }

    .row.no-gutters > .col-md-1 {
        width: 8.33333%;
    }

    .row.no-gutters > .col-md-2 {
        width: 16.66667%;
    }

    .row.no-gutters > .col-md-3 {
        width: 25%;
    }

    .row.no-gutters > .col-md-4 {
        width: 33.33333%;
    }

    .row.no-gutters > .col-md-5 {
        width: 41.66667%;
    }

    .row.no-gutters > .col-md-6 {
        width: 50%;
    }

    .row.no-gutters > .col-md-7 {
        width: 58.33333%;
    }

    .row.no-gutters > .col-md-8 {
        width: 66.66667%;
    }

    .row.no-gutters > .col-md-9 {
        width: 75%;
    }

    .row.no-gutters > .col-md-10 {
        width: 83.33333%;
    }

    .row.no-gutters > .col-md-11 {
        width: 91.66667%;
    }

    .row.no-gutters > .col-md-12 {
        width: 100%;
    }

    .grid-10--col-1 {
        width: calc(10% - 24px);
    }

    .grid-10--col-2 {
        width: calc(20% - 24px);
    }

    .grid-10--col-3 {
        width: calc(30% - 24px);
    }

    .grid-10--col-4 {
        width: calc(40% - 24px);
    }

    .grid-10--col-5 {
        width: calc(50% - 24px);
    }

    .grid-10--col-6 {
        width: calc(60% - 24px);
    }

    .grid-10--col-7 {
        width: calc(70% - 24px);
    }

    .grid-10--col-8 {
        width: calc(80% - 24px);
    }

    .grid-10--col-9 {
        width: calc(90% - 24px);
    }

    .grid-10--col-10 {
        width: calc(100% - 24px);
    }

    .grid-10--col-sm-1 {
        width: calc(10% - 24px);
    }

    .grid-10--col-sm-2 {
        width: calc(20% - 24px);
    }

    .grid-10--col-sm-3 {
        width: calc(30% - 24px);
    }

    .grid-10--col-sm-4 {
        width: calc(40% - 24px);
    }

    .grid-10--col-sm-5 {
        width: calc(50% - 24px);
    }

    .grid-10--col-sm-6 {
        width: calc(60% - 24px);
    }

    .grid-10--col-sm-7 {
        width: calc(70% - 24px);
    }

    .grid-10--col-sm-8 {
        width: calc(80% - 24px);
    }

    .grid-10--col-sm-9 {
        width: calc(90% - 24px);
    }

    .grid-10--col-sm-10 {
        width: calc(100% - 24px);
    }

    .grid-10--col-md-1 {
        width: calc(10% - 24px);
    }

    .grid-10--col-md-2 {
        width: calc(20% - 24px);
    }

    .grid-10--col-md-3 {
        width: calc(30% - 24px);
    }

    .grid-10--col-md-4 {
        width: calc(40% - 24px);
    }

    .grid-10--col-md-5 {
        width: calc(50% - 24px);
    }

    .grid-10--col-md-6 {
        width: calc(60% - 24px);
    }

    .grid-10--col-md-7 {
        width: calc(70% - 24px);
    }

    .grid-10--col-md-8 {
        width: calc(80% - 24px);
    }

    .grid-10--col-md-9 {
        width: calc(90% - 24px);
    }

    .grid-10--col-md-10 {
        width: calc(100% - 24px);
    }

    .row.no-gutters > .grid-10--col-md-1 {
        width: 10%;
    }

    .row.no-gutters > .grid-10--col-md-2 {
        width: 20%;
    }

    .row.no-gutters > .grid-10--col-md-3 {
        width: 30%;
    }

    .row.no-gutters > .grid-10--col-md-4 {
        width: 40%;
    }

    .row.no-gutters > .grid-10--col-md-5 {
        width: 50%;
    }

    .row.no-gutters > .grid-10--col-md-6 {
        width: 60%;
    }

    .row.no-gutters > .grid-10--col-md-7 {
        width: 70%;
    }

    .row.no-gutters > .grid-10--col-md-8 {
        width: 80%;
    }

    .row.no-gutters > .grid-10--col-md-9 {
        width: 90%;
    }

    .row.no-gutters > .grid-10--col-md-10 {
        width: 100%;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-main-md-start {
        justify-content: flex-start !important;
    }

    .flex-main-md-end {
        justify-content: flex-end !important;
    }

    .flex-main-md-center {
        justify-content: center !important;
    }

    .flex-main-md-between {
        justify-content: space-between !important;
    }

    .flex-main-md-around {
        justify-content: space-around !important;
    }

    .flex-cross-md-start {
        align-content: flex-start !important;
    }

    .flex-cross-md-end {
        align-content: flex-end !important;
    }

    .flex-cross-md-center {
        align-content: center !important;
    }

    .flex-cross-md-between {
        align-content: space-between !important;
    }

    .flex-cross-md-around {
        align-content: space-around !important;
    }

    .flex-cross-md-stretch {
        align-content: stretch !important;
    }

    .flex-items-md-start {
        align-items: flex-start !important;
    }

    .flex-items-md-end {
        align-items: flex-end !important;
    }

    .flex-items-md-center {
        align-items: center !important;
    }

    .flex-items-md-baseline {
        align-items: baseline !important;
    }

    .flex-items-md-stretch {
        align-items: stretch !important;
    }

    .flex-self-md-auto {
        align-self: auto !important;
    }

    .flex-self-md-start {
        align-self: flex-start !important;
    }

    .flex-self-md-end {
        align-self: flex-end !important;
    }

    .flex-self-md-center {
        align-self: center !important;
    }

    .flex-self-md-baseline {
        align-self: baseline !important;
    }

    .flex-self-md-stretch {
        align-self: stretch !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-justify {
        text-align: justify !important;
    }

    .hidden-md-up {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .header-bottom-xs .hidden-sm {
	display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
    /*.AllNawView .product-box {
	width: calc(25% - 24px);
    }*/
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
    .gallery_grid .gallery_fancybox img {
        max-height: 109px;
    }
    .no-borders-width {
        width: 100%;
    }
    .no-borders {
        margin-left: 0;
        margin-right: 0;
    }
    .col-article {
        width: 100%;
    }
}
.fancybox-image {
    height: auto;
}
.article .article__content.article-content .article-content__slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    border-color: #eb8c00;
}
@media (min-width: 992px) {
    ._gutter-top, ._gutters-y {
        margin-top: 12px;
    }

    ._gutter-right, ._gutters-x, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .grid-10--col-1, .grid-10--col-2, .grid-10--col-3, .grid-10--col-4, .grid-10--col-5, .grid-10--col-6, .grid-10--col-7, .grid-10--col-8, .grid-10--col-9, .grid-10--col-10, .col-sm, .grid-10--col-sm, .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, .grid-10--col-sm-1, .grid-10--col-sm-2, .grid-10--col-sm-3, .grid-10--col-sm-4, .grid-10--col-sm-5, .grid-10--col-sm-6, .grid-10--col-sm-7, .grid-10--col-sm-8, .grid-10--col-sm-9, .grid-10--col-sm-10, .col-md, .grid-10--col-md, .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-article, .col-md-10, .col-md-11, .col-md-12, .grid-10--col-md-1, .grid-10--col-md-2, .grid-10--col-md-3, .grid-10--col-md-4, .grid-10--col-md-5, .grid-10--col-md-6, .grid-10--col-md-7, .grid-10--col-md-8, .grid-10--col-md-9, .grid-10--col-md-10, .col-lg, .grid-10--col-lg, .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, .grid-10--col-lg-1, .grid-10--col-lg-2, .grid-10--col-lg-3, .grid-10--col-lg-4, .grid-10--col-lg-5, .grid-10--col-lg-6, .grid-10--col-lg-7, .grid-10--col-lg-8, .grid-10--col-lg-9, .grid-10--col-lg-10, .col-xl, .grid-10--col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .grid-10--col-xl-1, .grid-10--col-xl-2, .grid-10--col-xl-3, .grid-10--col-xl-4, .grid-10--col-xl-5, .grid-10--col-xl-6, .grid-10--col-xl-7, .grid-10--col-xl-8, .grid-10--col-xl-9, .grid-10--col-xl-10, .col-xxl, .grid-10--col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .grid-10--col-xxl-1, .grid-10--col-xxl-2, .grid-10--col-xxl-3, .grid-10--col-xxl-4, .grid-10--col-xxl-5, .grid-10--col-xxl-6, .grid-10--col-xxl-7, .grid-10--col-xxl-8, .grid-10--col-xxl-9, .grid-10--col-xxl-10 {
        margin-right: 12px;
    }

    ._gutter-bottom, ._gutters-y {
        margin-bottom: 12px;
    }

    ._gutter-left, ._gutters-x, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .grid-10--col-1, .grid-10--col-2, .grid-10--col-3, .grid-10--col-4, .grid-10--col-5, .grid-10--col-6, .grid-10--col-7, .grid-10--col-8, .grid-10--col-9, .grid-10--col-10, .col-sm, .grid-10--col-sm, .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, .grid-10--col-sm-1, .grid-10--col-sm-2, .grid-10--col-sm-3, .grid-10--col-sm-4, .grid-10--col-sm-5, .grid-10--col-sm-6, .grid-10--col-sm-7, .grid-10--col-sm-8, .grid-10--col-sm-9, .grid-10--col-sm-10, .col-md, .grid-10--col-md, .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-article, .col-md-10, .col-md-11, .col-md-12, .grid-10--col-md-1, .grid-10--col-md-2, .grid-10--col-md-3, .grid-10--col-md-4, .grid-10--col-md-5, .grid-10--col-md-6, .grid-10--col-md-7, .grid-10--col-md-8, .grid-10--col-md-9, .grid-10--col-md-10, .col-lg, .grid-10--col-lg, .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, .grid-10--col-lg-1, .grid-10--col-lg-2, .grid-10--col-lg-3, .grid-10--col-lg-4, .grid-10--col-lg-5, .grid-10--col-lg-6, .grid-10--col-lg-7, .grid-10--col-lg-8, .grid-10--col-lg-9, .grid-10--col-lg-10, .col-xl, .grid-10--col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .grid-10--col-xl-1, .grid-10--col-xl-2, .grid-10--col-xl-3, .grid-10--col-xl-4, .grid-10--col-xl-5, .grid-10--col-xl-6, .grid-10--col-xl-7, .grid-10--col-xl-8, .grid-10--col-xl-9, .grid-10--col-xl-10, .col-xxl, .grid-10--col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .grid-10--col-xxl-1, .grid-10--col-xxl-2, .grid-10--col-xxl-3, .grid-10--col-xxl-4, .grid-10--col-xxl-5, .grid-10--col-xxl-6, .grid-10--col-xxl-7, .grid-10--col-xxl-8, .grid-10--col-xxl-9, .grid-10--col-xxl-10 {
        margin-left: 12px;
    }

    ._inner-gutter-top, ._inner-gutters-y {
        padding-top: 12px;
    }

    ._inner-gutter-right, ._inner-gutters-x {
        padding-right: 12px;
    }

    ._inner-gutter-bottom, ._inner-gutters-y {
        padding-bottom: 12px;
    }

    ._inner-gutter-left, ._inner-gutters-x {
        padding-left: 12px;
    }

    ._gutter-compensate-top, ._gutters-compensate-y {
        margin-top: -12px;
    }

    ._gutter-compensate-right, ._gutters-compensate-x, .row {
        margin-right: -12px;
    }

    ._gutter-compensate-bottom, ._gutters-compensate-y {
        margin-bottom: -12px;
    }

    ._gutter-compensate-left, ._gutters-compensate-x, .row {
        margin-left: -12px;
    }

    .kiow-pre .kiowa-description{
        overflow: hidden;
        height: 116px;
    }
    .kiow-pre .heading.h3.font-black{
        font-size: 20px;
    }
    .container {
        width: 960px;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        width: calc(8.33333% - 24px);
    }

    .col-lg-2 {
        width: calc(16.66667% - 24px);
    }

    .col-lg-3 {
        width: calc(25% - 24px);
    }

    .col-lg-4 {
        width: calc(33.33333% - 24px);
    }

    .col-lg-5 {
        width: calc(41.66667% - 24px);
    }

    .col-lg-6 {
        width: calc(50% - 24px);
    }

    .col-lg-7 {
        width: calc(58.33333% - 24px);
    }

    .col-lg-8 {
        width: calc(66.66667% - 24px);
    }

    .col-lg-9 {
        width: calc(75% - 24px);
    }

    .col-lg-10 {
        width: calc(83.33333% - 24px);
    }

    .col-lg-11 {
        width: calc(91.66667% - 24px);
    }

    .col-lg-12 {
        width: calc(100% - 24px);
    }

    .row.no-gutters > .col-lg-1 {
        width: 8.33333%;
    }

    .row.no-gutters > .col-lg-2 {
        width: 16.66667%;
    }

    .row.no-gutters > .col-lg-3 {
        width: 25%;
    }

    .row.no-gutters > .col-lg-4 {
        width: 33.33333%;
    }

    .row.no-gutters > .col-lg-5 {
        width: 41.66667%;
    }

    .row.no-gutters > .col-lg-6 {
        width: 50%;
    }

    .row.no-gutters > .col-lg-7 {
        width: 58.33333%;
    }

    .row.no-gutters > .col-lg-8 {
        width: 66.66667%;
    }

    .row.no-gutters > .col-lg-9 {
        width: 75%;
    }

    .row.no-gutters > .col-lg-10 {
        width: 83.33333%;
    }

    .row.no-gutters > .col-lg-11 {
        width: 91.66667%;
    }

    .row.no-gutters > .col-lg-12 {
        width: 100%;
    }

    .grid-10--col-lg-1 {
        width: calc(10% - 24px);
    }

    .grid-10--col-lg-2 {
        width: calc(20% - 24px);
    }

    .grid-10--col-lg-3 {
        width: calc(30% - 24px);
    }

    .grid-10--col-lg-4 {
        width: calc(40% - 24px);
    }

    .grid-10--col-lg-5 {
        width: calc(50% - 24px);
    }

    .grid-10--col-lg-6 {
        width: calc(60% - 24px);
    }

    .grid-10--col-lg-7 {
        width: calc(70% - 24px);
    }

    .grid-10--col-lg-8 {
        width: calc(80% - 24px);
    }

    .grid-10--col-lg-9 {
        width: calc(90% - 24px);
    }

    .grid-10--col-lg-10 {
        width: calc(100% - 24px);
    }

    .row.no-gutters > .grid-10--col-lg-1 {
        width: 10%;
    }

    .row.no-gutters > .grid-10--col-lg-2 {
        width: 20%;
    }

    .row.no-gutters > .grid-10--col-lg-3 {
        width: 30%;
    }

    .row.no-gutters > .grid-10--col-lg-4 {
        width: 40%;
    }

    .row.no-gutters > .grid-10--col-lg-5 {
        width: 50%;
    }

    .row.no-gutters > .grid-10--col-lg-6 {
        width: 60%;
    }

    .row.no-gutters > .grid-10--col-lg-7 {
        width: 70%;
    }

    .row.no-gutters > .grid-10--col-lg-8 {
        width: 80%;
    }

    .row.no-gutters > .grid-10--col-lg-9 {
        width: 90%;
    }

    .row.no-gutters > .grid-10--col-lg-10 {
        width: 100%;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-main-lg-start {
        justify-content: flex-start !important;
    }

    .flex-main-lg-end {
        justify-content: flex-end !important;
    }

    .flex-main-lg-center {
        justify-content: center !important;
    }

    .flex-main-lg-between {
        justify-content: space-between !important;
    }

    .flex-main-lg-around {
        justify-content: space-around !important;
    }

    .flex-cross-lg-start {
        align-content: flex-start !important;
    }

    .flex-cross-lg-end {
        align-content: flex-end !important;
    }

    .flex-cross-lg-center {
        align-content: center !important;
    }

    .flex-cross-lg-between {
        align-content: space-between !important;
    }

    .flex-cross-lg-around {
        align-content: space-around !important;
    }

    .flex-cross-lg-stretch {
        align-content: stretch !important;
    }

    .flex-items-lg-start {
        align-items: flex-start !important;
    }

    .flex-items-lg-end {
        align-items: flex-end !important;
    }

    .flex-items-lg-center {
        align-items: center !important;
    }

    .flex-items-lg-baseline {
        align-items: baseline !important;
    }

    .flex-items-lg-stretch {
        align-items: stretch !important;
    }

    .flex-self-lg-auto {
        align-self: auto !important;
    }

    .flex-self-lg-start {
        align-self: flex-start !important;
    }

    .flex-self-lg-end {
        align-self: flex-end !important;
    }

    .flex-self-lg-center {
        align-self: center !important;
    }

    .flex-self-lg-baseline {
        align-self: baseline !important;
    }

    .flex-self-lg-stretch {
        align-self: stretch !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .text-lg-justify {
        text-align: justify !important;
    }

    .hidden-lg-up {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    ._gutter-top, ._gutters-y {
        margin-top: 12px;
    }

    ._gutter-right, ._gutters-x, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .grid-10--col-1, .grid-10--col-2, .grid-10--col-3, .grid-10--col-4, .grid-10--col-5, .grid-10--col-6, .grid-10--col-7, .grid-10--col-8, .grid-10--col-9, .grid-10--col-10, .col-sm, .grid-10--col-sm, .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, .grid-10--col-sm-1, .grid-10--col-sm-2, .grid-10--col-sm-3, .grid-10--col-sm-4, .grid-10--col-sm-5, .grid-10--col-sm-6, .grid-10--col-sm-7, .grid-10--col-sm-8, .grid-10--col-sm-9, .grid-10--col-sm-10, .col-md, .grid-10--col-md, .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-article, .col-md-10, .col-md-11, .col-md-12, .grid-10--col-md-1, .grid-10--col-md-2, .grid-10--col-md-3, .grid-10--col-md-4, .grid-10--col-md-5, .grid-10--col-md-6, .grid-10--col-md-7, .grid-10--col-md-8, .grid-10--col-md-9, .grid-10--col-md-10, .col-lg, .grid-10--col-lg, .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, .grid-10--col-lg-1, .grid-10--col-lg-2, .grid-10--col-lg-3, .grid-10--col-lg-4, .grid-10--col-lg-5, .grid-10--col-lg-6, .grid-10--col-lg-7, .grid-10--col-lg-8, .grid-10--col-lg-9, .grid-10--col-lg-10, .col-xl, .grid-10--col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .grid-10--col-xl-1, .grid-10--col-xl-2, .grid-10--col-xl-3, .grid-10--col-xl-4, .grid-10--col-xl-5, .grid-10--col-xl-6, .grid-10--col-xl-7, .grid-10--col-xl-8, .grid-10--col-xl-9, .grid-10--col-xl-10, .col-xxl, .grid-10--col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .grid-10--col-xxl-1, .grid-10--col-xxl-2, .grid-10--col-xxl-3, .grid-10--col-xxl-4, .grid-10--col-xxl-5, .grid-10--col-xxl-6, .grid-10--col-xxl-7, .grid-10--col-xxl-8, .grid-10--col-xxl-9, .grid-10--col-xxl-10 {
        margin-right: 12px;
    }

    ._gutter-bottom, ._gutters-y {
        margin-bottom: 12px;
    }

    ._gutter-left, ._gutters-x, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .grid-10--col-1, .grid-10--col-2, .grid-10--col-3, .grid-10--col-4, .grid-10--col-5, .grid-10--col-6, .grid-10--col-7, .grid-10--col-8, .grid-10--col-9, .grid-10--col-10, .col-sm, .grid-10--col-sm, .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, .grid-10--col-sm-1, .grid-10--col-sm-2, .grid-10--col-sm-3, .grid-10--col-sm-4, .grid-10--col-sm-5, .grid-10--col-sm-6, .grid-10--col-sm-7, .grid-10--col-sm-8, .grid-10--col-sm-9, .grid-10--col-sm-10, .col-md, .grid-10--col-md, .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-article, .col-md-10, .col-md-11, .col-md-12, .grid-10--col-md-1, .grid-10--col-md-2, .grid-10--col-md-3, .grid-10--col-md-4, .grid-10--col-md-5, .grid-10--col-md-6, .grid-10--col-md-7, .grid-10--col-md-8, .grid-10--col-md-9, .grid-10--col-md-10, .col-lg, .grid-10--col-lg, .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, .grid-10--col-lg-1, .grid-10--col-lg-2, .grid-10--col-lg-3, .grid-10--col-lg-4, .grid-10--col-lg-5, .grid-10--col-lg-6, .grid-10--col-lg-7, .grid-10--col-lg-8, .grid-10--col-lg-9, .grid-10--col-lg-10, .col-xl, .grid-10--col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .grid-10--col-xl-1, .grid-10--col-xl-2, .grid-10--col-xl-3, .grid-10--col-xl-4, .grid-10--col-xl-5, .grid-10--col-xl-6, .grid-10--col-xl-7, .grid-10--col-xl-8, .grid-10--col-xl-9, .grid-10--col-xl-10, .col-xxl, .grid-10--col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .grid-10--col-xxl-1, .grid-10--col-xxl-2, .grid-10--col-xxl-3, .grid-10--col-xxl-4, .grid-10--col-xxl-5, .grid-10--col-xxl-6, .grid-10--col-xxl-7, .grid-10--col-xxl-8, .grid-10--col-xxl-9, .grid-10--col-xxl-10 {
        margin-left: 12px;
    }

    ._inner-gutter-top, ._inner-gutters-y {
        padding-top: 12px;
    }

    ._inner-gutter-right, ._inner-gutters-x {
        padding-right: 12px;
    }

    ._inner-gutter-bottom, ._inner-gutters-y {
        padding-bottom: 12px;
    }

    ._inner-gutter-left, ._inner-gutters-x {
        padding-left: 12px;
    }

    ._gutter-compensate-top, ._gutters-compensate-y {
        margin-top: -12px;
    }

    ._gutter-compensate-right, ._gutters-compensate-x, .row {
        margin-right: -12px;
    }

    ._gutter-compensate-bottom, ._gutters-compensate-y {
        margin-bottom: -12px;
    }

    ._gutter-compensate-left, ._gutters-compensate-x, .row {
        margin-left: -12px;
    }

    .container {
        width: 1176px;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        width: calc(8.33333% - 24px);
    }

    .col-xl-2 {
        width: calc(16.66667% - 24px);
    }

    .col-xl-3 {
        width: calc(25% - 24px);
    }

    .col-xl-4 {
        width: calc(33.33333% - 24px);
    }

    .col-xl-5 {
        width: calc(41.66667% - 24px);
    }

    .col-xl-6 {
        width: calc(50% - 24px);
    }

    .col-xl-7 {
        width: calc(58.33333% - 24px);
    }

    .col-xl-8 {
        width: calc(66.66667% - 24px);
    }

    .col-xl-9 {
        width: calc(75% - 24px);
    }

    .col-xl-10 {
        width: calc(83.33333% - 24px);
    }

    .col-xl-11 {
        width: calc(91.66667% - 24px);
    }

    .col-xl-12 {
        width: calc(100% - 24px);
    }

    .row.no-gutters > .col-xl-1 {
        width: 8.33333%;
    }

    .row.no-gutters > .col-xl-2 {
        width: 16.66667%;
    }

    .row.no-gutters > .col-xl-3 {
        width: 25%;
    }

    .row.no-gutters > .col-xl-4 {
        width: 33.33333%;
    }

    .row.no-gutters > .col-xl-5 {
        width: 41.66667%;
    }

    .row.no-gutters > .col-xl-6 {
        width: 50%;
    }

    .row.no-gutters > .col-xl-7 {
        width: 58.33333%;
    }

    .row.no-gutters > .col-xl-8 {
        width: 66.66667%;
    }

    .row.no-gutters > .col-xl-9 {
        width: 75%;
    }

    .row.no-gutters > .col-xl-10 {
        width: 83.33333%;
    }

    .row.no-gutters > .col-xl-11 {
        width: 91.66667%;
    }

    .row.no-gutters > .col-xl-12 {
        width: 100%;
    }

    .grid-10--col-xl-1 {
        width: calc(10% - 24px);
    }

    .grid-10--col-xl-2 {
        width: calc(20% - 24px);
    }

    .grid-10--col-xl-3 {
        width: calc(30% - 24px);
    }

    .grid-10--col-xl-4 {
        width: calc(40% - 24px);
    }

    .grid-10--col-xl-5 {
        width: calc(50% - 24px);
    }

    .grid-10--col-xl-6 {
        width: calc(60% - 24px);
    }

    .grid-10--col-xl-7 {
        width: calc(70% - 24px);
    }

    .grid-10--col-xl-8 {
        width: calc(80% - 24px);
    }

    .grid-10--col-xl-9 {
        width: calc(90% - 24px);
    }

    .grid-10--col-xl-10 {
        width: calc(100% - 24px);
    }

    .row.no-gutters > .grid-10--col-xl-1 {
        width: 10%;
    }

    .row.no-gutters > .grid-10--col-xl-2 {
        width: 20%;
    }

    .row.no-gutters > .grid-10--col-xl-3 {
        width: 30%;
    }

    .row.no-gutters > .grid-10--col-xl-4 {
        width: 40%;
    }

    .row.no-gutters > .grid-10--col-xl-5 {
        width: 50%;
    }

    .row.no-gutters > .grid-10--col-xl-6 {
        width: 60%;
    }

    .row.no-gutters > .grid-10--col-xl-7 {
        width: 70%;
    }

    .row.no-gutters > .grid-10--col-xl-8 {
        width: 80%;
    }

    .row.no-gutters > .grid-10--col-xl-9 {
        width: 90%;
    }

    .row.no-gutters > .grid-10--col-xl-10 {
        width: 100%;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-main-xl-start {
        justify-content: flex-start !important;
    }

    .flex-main-xl-end {
        justify-content: flex-end !important;
    }

    .flex-main-xl-center {
        justify-content: center !important;
    }

    .flex-main-xl-between {
        justify-content: space-between !important;
    }

    .flex-main-xl-around {
        justify-content: space-around !important;
    }

    .flex-cross-xl-start {
        align-content: flex-start !important;
    }

    .flex-cross-xl-end {
        align-content: flex-end !important;
    }

    .flex-cross-xl-center {
        align-content: center !important;
    }

    .flex-cross-xl-between {
        align-content: space-between !important;
    }

    .flex-cross-xl-around {
        align-content: space-around !important;
    }

    .flex-cross-xl-stretch {
        align-content: stretch !important;
    }

    .flex-items-xl-start {
        align-items: flex-start !important;
    }

    .flex-items-xl-end {
        align-items: flex-end !important;
    }

    .flex-items-xl-center {
        align-items: center !important;
    }

    .flex-items-xl-baseline {
        align-items: baseline !important;
    }

    .flex-items-xl-stretch {
        align-items: stretch !important;
    }

    .flex-self-xl-auto {
        align-self: auto !important;
    }

    .flex-self-xl-start {
        align-self: flex-start !important;
    }

    .flex-self-xl-end {
        align-self: flex-end !important;
    }

    .flex-self-xl-center {
        align-self: center !important;
    }

    .flex-self-xl-baseline {
        align-self: baseline !important;
    }

    .flex-self-xl-stretch {
        align-self: stretch !important;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }

    .text-xl-justify {
        text-align: justify !important;
    }

    .hidden-xl-up {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-xl {
        display: none !important;
    }
}

@media (max-width: 1599px) {
    .hidden-xl-down {
        display: none !important;
    }
}

@media (min-width: 1640px) {
    ._gutter-top, ._gutters-y {
        margin-top: 16px;
    }

    ._gutter-right, ._gutters-x, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .grid-10--col-1, .grid-10--col-2, .grid-10--col-3, .grid-10--col-4, .grid-10--col-5, .grid-10--col-6, .grid-10--col-7, .grid-10--col-8, .grid-10--col-9, .grid-10--col-10, .col-sm, .grid-10--col-sm, .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, .grid-10--col-sm-1, .grid-10--col-sm-2, .grid-10--col-sm-3, .grid-10--col-sm-4, .grid-10--col-sm-5, .grid-10--col-sm-6, .grid-10--col-sm-7, .grid-10--col-sm-8, .grid-10--col-sm-9, .grid-10--col-sm-10, .col-md, .grid-10--col-md, .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-article, .col-md-10, .col-md-11, .col-md-12, .grid-10--col-md-1, .grid-10--col-md-2, .grid-10--col-md-3, .grid-10--col-md-4, .grid-10--col-md-5, .grid-10--col-md-6, .grid-10--col-md-7, .grid-10--col-md-8, .grid-10--col-md-9, .grid-10--col-md-10, .col-lg, .grid-10--col-lg, .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, .grid-10--col-lg-1, .grid-10--col-lg-2, .grid-10--col-lg-3, .grid-10--col-lg-4, .grid-10--col-lg-5, .grid-10--col-lg-6, .grid-10--col-lg-7, .grid-10--col-lg-8, .grid-10--col-lg-9, .grid-10--col-lg-10, .col-xl, .grid-10--col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .grid-10--col-xl-1, .grid-10--col-xl-2, .grid-10--col-xl-3, .grid-10--col-xl-4, .grid-10--col-xl-5, .grid-10--col-xl-6, .grid-10--col-xl-7, .grid-10--col-xl-8, .grid-10--col-xl-9, .grid-10--col-xl-10, .col-xxl, .grid-10--col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .grid-10--col-xxl-1, .grid-10--col-xxl-2, .grid-10--col-xxl-3, .grid-10--col-xxl-4, .grid-10--col-xxl-5, .grid-10--col-xxl-6, .grid-10--col-xxl-7, .grid-10--col-xxl-8, .grid-10--col-xxl-9, .grid-10--col-xxl-10 {
        margin-right: 16px;
    }

    ._gutter-bottom, ._gutters-y {
        margin-bottom: 16px;
    }

    ._gutter-left, ._gutters-x, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .grid-10--col-1, .grid-10--col-2, .grid-10--col-3, .grid-10--col-4, .grid-10--col-5, .grid-10--col-6, .grid-10--col-7, .grid-10--col-8, .grid-10--col-9, .grid-10--col-10, .col-sm, .grid-10--col-sm, .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, .grid-10--col-sm-1, .grid-10--col-sm-2, .grid-10--col-sm-3, .grid-10--col-sm-4, .grid-10--col-sm-5, .grid-10--col-sm-6, .grid-10--col-sm-7, .grid-10--col-sm-8, .grid-10--col-sm-9, .grid-10--col-sm-10, .col-md, .grid-10--col-md, .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-article, .col-md-10, .col-md-11, .col-md-12, .grid-10--col-md-1, .grid-10--col-md-2, .grid-10--col-md-3, .grid-10--col-md-4, .grid-10--col-md-5, .grid-10--col-md-6, .grid-10--col-md-7, .grid-10--col-md-8, .grid-10--col-md-9, .grid-10--col-md-10, .col-lg, .grid-10--col-lg, .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, .grid-10--col-lg-1, .grid-10--col-lg-2, .grid-10--col-lg-3, .grid-10--col-lg-4, .grid-10--col-lg-5, .grid-10--col-lg-6, .grid-10--col-lg-7, .grid-10--col-lg-8, .grid-10--col-lg-9, .grid-10--col-lg-10, .col-xl, .grid-10--col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .grid-10--col-xl-1, .grid-10--col-xl-2, .grid-10--col-xl-3, .grid-10--col-xl-4, .grid-10--col-xl-5, .grid-10--col-xl-6, .grid-10--col-xl-7, .grid-10--col-xl-8, .grid-10--col-xl-9, .grid-10--col-xl-10, .col-xxl, .grid-10--col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .grid-10--col-xxl-1, .grid-10--col-xxl-2, .grid-10--col-xxl-3, .grid-10--col-xxl-4, .grid-10--col-xxl-5, .grid-10--col-xxl-6, .grid-10--col-xxl-7, .grid-10--col-xxl-8, .grid-10--col-xxl-9, .grid-10--col-xxl-10 {
        margin-left: 16px;
    }

    ._inner-gutter-top, ._inner-gutters-y {
        padding-top: 16px;
    }

    ._inner-gutter-right, ._inner-gutters-x {
        padding-right: 16px;
    }

    ._inner-gutter-bottom, ._inner-gutters-y {
        padding-bottom: 16px;
    }

    ._inner-gutter-left, ._inner-gutters-x {
        padding-left: 16px;
    }

    ._gutter-compensate-top, ._gutters-compensate-y {
        margin-top: -16px;
    }

    ._gutter-compensate-right, ._gutters-compensate-x, .row {
        margin-right: -16px;
    }

    ._gutter-compensate-bottom, ._gutters-compensate-y {
        margin-bottom: -16px;
    }

    ._gutter-compensate-left, ._gutters-compensate-x, .row {
        margin-left: -16px;
    }

    .container {
        width: 1543px;
        max-width:100%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-1 {
        width: calc(8.33333% - 32px);
    }

    .col-2 {
        width: calc(16.66667% - 32px);
    }

    .col-3 {
        width: calc(25% - 32px);
    }

    .col-4 {
        width: calc(33.33333% - 32px);
    }

    .col-5 {
        width: calc(41.66667% - 32px);
    }

    .col-6 {
        width: calc(50% - 32px);
    }

    .col-7 {
        width: calc(58.33333% - 32px);
    }

    .col-8 {
        width: calc(66.66667% - 32px);
    }

    .col-9 {
        width: calc(75% - 32px);
    }

    .col-10 {
        width: calc(83.33333% - 32px);
    }

    .col-11 {
        width: calc(91.66667% - 32px);
    }

    .col-12 {
        width: calc(100% - 32px);
    }

    .col-sm-1 {
        width: calc(8.33333% - 32px);
    }

    .col-sm-2 {
        width: calc(16.66667% - 32px);
    }

    .col-sm-3 {
        width: calc(25% - 32px);
    }

    .col-sm-4 {
        width: calc(33.33333% - 32px);
    }

    .col-sm-5 {
        width: calc(41.66667% - 32px);
    }

    .col-sm-6 {
        width: calc(50% - 32px);
    }

    .col-sm-7 {
        width: calc(58.33333% - 32px);
    }

    .col-sm-8 {
        width: calc(66.66667% - 32px);
    }

    .col-sm-9 {
        width: calc(75% - 32px);
    }

    .col-sm-10 {
        width: calc(83.33333% - 32px);
    }

    .col-sm-11 {
        width: calc(91.66667% - 32px);
    }

    .col-sm-12 {
        width: calc(100% - 32px);
    }

    .col-md-1 {
        width: calc(8.33333% - 32px);
    }

    .col-md-2 {
        width: calc(16.66667% - 32px);
    }

    .col-md-3 {
        width: calc(25% - 32px);
    }

    .col-md-4 {
        width: calc(33.33333% - 32px);
    }

    .col-md-5 {
        width: calc(41.66667% - 32px);
    }

    .col-md-6 {
        width: calc(50% - 32px);
    }

    .col-md-7 {
        width: calc(58.33333% - 32px);
    }

    .col-md-8 {
        width: calc(66.66667% - 32px);
    }

    .col-md-9 {
        width: calc(75% - 32px);
    }

    .col-article {
        width: calc(75% - 32px);
    }

    .col-md-10 {
        width: calc(83.33333% - 32px);
    }

    .col-md-11 {
        width: calc(91.66667% - 32px);
    }

    .col-md-12 {
        width: calc(100% - 32px);
    }

    .col-lg-1 {
        width: calc(8.33333% - 32px);
    }

    .col-lg-2 {
        width: calc(16.66667% - 32px);
    }

    .col-lg-3 {
        width: calc(25% - 32px);
    }

    .col-lg-4 {
        width: calc(33.33333% - 32px);
    }

    .col-lg-5 {
        width: calc(41.66667% - 32px);
    }

    .col-lg-6 {
        width: calc(50% - 32px);
    }

    .col-lg-7 {
        width: calc(58.33333% - 32px);
    }

    .col-lg-8 {
        width: calc(66.66667% - 32px);
    }

    .col-lg-9 {
        width: calc(75% - 32px);
    }

    .col-lg-10 {
        width: calc(83.33333% - 32px);
    }

    .col-lg-11 {
        width: calc(91.66667% - 32px);
    }

    .col-lg-12 {
        width: calc(100% - 32px);
    }

    .col-xl-1 {
        width: calc(8.33333% - 32px);
    }

    .col-xl-2 {
        width: calc(16.66667% - 32px);
    }

    .col-xl-3 {
        width: calc(25% - 32px);
    }

    .col-xl-4 {
        width: calc(33.33333% - 32px);
    }

    .col-xl-5 {
        width: calc(41.66667% - 32px);
    }

    .col-xl-6 {
        width: calc(50% - 32px);
    }

    .col-xl-7 {
        width: calc(58.33333% - 32px);
    }

    .col-xl-8 {
        width: calc(66.66667% - 32px);
    }

    .col-xl-9 {
        width: calc(75% - 32px);
    }

    .col-xl-10 {
        width: calc(83.33333% - 32px);
    }

    .col-xl-11 {
        width: calc(91.66667% - 32px);
    }

    .col-xl-12 {
        width: calc(100% - 32px);
    }

    .col-xxl-1 {
        width: calc(8.33333% - 32px);
    }

    .col-xxl-2 {
        width: calc(16.66667% - 32px);
    }

    .col-xxl-3 {
        width: calc(25% - 32px);
    }

    .col-xxl-4 {
        width: calc(33.33333% - 32px);
    }

    .col-xxl-5 {
        width: calc(41.66667% - 32px);
    }

    .col-xxl-6 {
        width: calc(50% - 32px);
    }

    .col-xxl-7 {
        width: calc(58.33333% - 32px);
    }

    .col-xxl-8 {
        width: calc(66.66667% - 32px);
    }

    .col-xxl-9 {
        width: calc(75% - 32px);
    }

    .col-xxl-10 {
        width: calc(83.33333% - 32px);
    }

    .col-xxl-11 {
        width: calc(91.66667% - 32px);
    }

    .col-xxl-12 {
        width: calc(100% - 32px);
    }

    .row.no-gutters > .col-xxl-1 {
        width: 8.33333%;
    }

    .row.no-gutters > .col-xxl-2 {
        width: 16.66667%;
    }

    .row.no-gutters > .col-xxl-3 {
        width: 25%;
    }

    .row.no-gutters > .col-xxl-4 {
        width: 33.33333%;
    }

    .row.no-gutters > .col-xxl-5 {
        width: 41.66667%;
    }

    .row.no-gutters > .col-xxl-6 {
        width: 50%;
    }

    .row.no-gutters > .col-xxl-7 {
        width: 58.33333%;
    }

    .row.no-gutters > .col-xxl-8 {
        width: 66.66667%;
    }

    .row.no-gutters > .col-xxl-9 {
        width: 75%;
    }

    .row.no-gutters > .col-xxl-10 {
        width: 83.33333%;
    }

    .row.no-gutters > .col-xxl-11 {
        width: 91.66667%;
    }

    .row.no-gutters > .col-xxl-12 {
        width: 100%;
    }

    .grid-10--col-1 {
        width: calc(10% - 32px);
    }

    .grid-10--col-2 {
        width: calc(20% - 32px);
    }

    .grid-10--col-3 {
        width: calc(30% - 32px);
    }

    .grid-10--col-4 {
        width: calc(40% - 32px);
    }

    .grid-10--col-5 {
        width: calc(50% - 32px);
    }

    .grid-10--col-6 {
        width: calc(60% - 32px);
    }

    .grid-10--col-7 {
        width: calc(70% - 32px);
    }

    .grid-10--col-8 {
        width: calc(80% - 32px);
    }

    .grid-10--col-9 {
        width: calc(90% - 32px);
    }

    .grid-10--col-10 {
        width: calc(100% - 32px);
    }

    .grid-10--col-sm-1 {
        width: calc(10% - 32px);
    }

    .grid-10--col-sm-2 {
        width: calc(20% - 32px);
    }

    .grid-10--col-sm-3 {
        width: calc(30% - 32px);
    }

    .grid-10--col-sm-4 {
        width: calc(40% - 32px);
    }

    .grid-10--col-sm-5 {
        width: calc(50% - 32px);
    }

    .grid-10--col-sm-6 {
        width: calc(60% - 32px);
    }

    .grid-10--col-sm-7 {
        width: calc(70% - 32px);
    }

    .grid-10--col-sm-8 {
        width: calc(80% - 32px);
    }

    .grid-10--col-sm-9 {
        width: calc(90% - 32px);
    }

    .grid-10--col-sm-10 {
        width: calc(100% - 32px);
    }

    .grid-10--col-md-1 {
        width: calc(10% - 32px);
    }

    .grid-10--col-md-2 {
        width: calc(20% - 32px);
    }

    .grid-10--col-md-3 {
        width: calc(30% - 32px);
    }

    .grid-10--col-md-4 {
        width: calc(40% - 32px);
    }

    .grid-10--col-md-5 {
        width: calc(50% - 32px);
    }

    .grid-10--col-md-6 {
        width: calc(60% - 32px);
    }

    .grid-10--col-md-7 {
        width: calc(70% - 32px);
    }

    .grid-10--col-md-8 {
        width: calc(80% - 32px);
    }

    .grid-10--col-md-9 {
        width: calc(90% - 32px);
    }

    .grid-10--col-md-10 {
        width: calc(100% - 32px);
    }

    .grid-10--col-lg-1 {
        width: calc(10% - 32px);
    }

    .grid-10--col-lg-2 {
        width: calc(20% - 32px);
    }

    .grid-10--col-lg-3 {
        width: calc(30% - 32px);
    }

    .grid-10--col-lg-4 {
        width: calc(40% - 32px);
    }

    .grid-10--col-lg-5 {
        width: calc(50% - 32px);
    }

    .grid-10--col-lg-6 {
        width: calc(60% - 32px);
    }

    .grid-10--col-lg-7 {
        width: calc(70% - 32px);
    }

    .grid-10--col-lg-8 {
        width: calc(80% - 32px);
    }

    .grid-10--col-lg-9 {
        width: calc(90% - 32px);
    }

    .grid-10--col-lg-10 {
        width: calc(100% - 32px);
    }

    .grid-10--col-xl-1 {
        width: calc(10% - 32px);
    }

    .grid-10--col-xl-2 {
        width: calc(20% - 32px);
    }

    .grid-10--col-xl-3 {
        width: calc(30% - 32px);
    }

    .grid-10--col-xl-4 {
        width: calc(40% - 32px);
    }

    .grid-10--col-xl-5 {
        width: calc(50% - 32px);
    }

    .grid-10--col-xl-6 {
        width: calc(60% - 32px);
    }

    .grid-10--col-xl-7 {
        width: calc(70% - 32px);
    }

    .grid-10--col-xl-8 {
        width: calc(80% - 32px);
    }

    .grid-10--col-xl-9 {
        width: calc(90% - 32px);
    }

    .grid-10--col-xl-10 {
        width: calc(100% - 32px);
    }

    .grid-10--col-xxl-1 {
        width: calc(10% - 32px);
    }

    .grid-10--col-xxl-2 {
        width: calc(20% - 32px);
    }

    .grid-10--col-xxl-3 {
        width: calc(30% - 32px);
    }

    .grid-10--col-xxl-4 {
        width: calc(40% - 32px);
    }

    .grid-10--col-xxl-5 {
        width: calc(50% - 32px);
    }

    .grid-10--col-xxl-6 {
        width: calc(60% - 32px);
    }

    .grid-10--col-xxl-7 {
        width: calc(70% - 32px);
    }

    .grid-10--col-xxl-8 {
        width: calc(80% - 32px);
    }

    .grid-10--col-xxl-9 {
        width: calc(90% - 32px);
    }

    .grid-10--col-xxl-10 {
        width: calc(100% - 32px);
    }

    .row.no-gutters > .grid-10--col-xxl-1 {
        width: 10%;
    }

    .row.no-gutters > .grid-10--col-xxl-2 {
        width: 20%;
    }

    .row.no-gutters > .grid-10--col-xxl-3 {
        width: 30%;
    }

    .row.no-gutters > .grid-10--col-xxl-4 {
        width: 40%;
    }

    .row.no-gutters > .grid-10--col-xxl-5 {
        width: 50%;
    }

    .row.no-gutters > .grid-10--col-xxl-6 {
        width: 60%;
    }

    .row.no-gutters > .grid-10--col-xxl-7 {
        width: 70%;
    }

    .row.no-gutters > .grid-10--col-xxl-8 {
        width: 80%;
    }

    .row.no-gutters > .grid-10--col-xxl-9 {
        width: 90%;
    }

    .row.no-gutters > .grid-10--col-xxl-10 {
        width: 100%;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-main-xxl-start {
        justify-content: flex-start !important;
    }

    .flex-main-xxl-end {
        justify-content: flex-end !important;
    }

    .flex-main-xxl-center {
        justify-content: center !important;
    }

    .flex-main-xxl-between {
        justify-content: space-between !important;
    }

    .flex-main-xxl-around {
        justify-content: space-around !important;
    }

    .flex-cross-xxl-start {
        align-content: flex-start !important;
    }

    .flex-cross-xxl-end {
        align-content: flex-end !important;
    }

    .flex-cross-xxl-center {
        align-content: center !important;
    }

    .flex-cross-xxl-between {
        align-content: space-between !important;
    }

    .flex-cross-xxl-around {
        align-content: space-around !important;
    }

    .flex-cross-xxl-stretch {
        align-content: stretch !important;
    }

    .flex-items-xxl-start {
        align-items: flex-start !important;
    }

    .flex-items-xxl-end {
        align-items: flex-end !important;
    }

    .flex-items-xxl-center {
        align-items: center !important;
    }

    .flex-items-xxl-baseline {
        align-items: baseline !important;
    }

    .flex-items-xxl-stretch {
        align-items: stretch !important;
    }

    .flex-self-xxl-auto {
        align-self: auto !important;
    }

    .flex-self-xxl-start {
        align-self: flex-start !important;
    }

    .flex-self-xxl-end {
        align-self: flex-end !important;
    }

    .flex-self-xxl-center {
        align-self: center !important;
    }

    .flex-self-xxl-baseline {
        align-self: baseline !important;
    }

    .flex-self-xxl-stretch {
        align-self: stretch !important;
    }

    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }

    .text-xxl-justify {
        text-align: justify !important;
    }

    .hidden-xxl-up {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    .hidden-xxl {
        display: none !important;
    }
}

.hidden-xxl-down {
    display: none !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > .col, .row.no-gutters > [class*="col-"] {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 479px) {

    #popup-raport textarea, #popup-raport input[type="text"]{
        width: 290px;
    }
    .container {
        width: calc(100vw - 16px);
    }
    .header{
        background-size: contain;
    }
    .menu-toggle{
        right: 20px;
    }
    .kiow-pre-main .heading.font-black{
        font-size: 20px;
    }
    .kiow-pre .heading.h3.font-black{
        font-size: 16px;
    }
    .kiow-pre-main .description{
        display: none;
        height: 50px;
        overflow: hidden;
    }
    .kiowa-description {
        height: 124px;
        overflow: hidden;
        line-height: 18px;
    }
    .col-article {
        width: 100%;
    }
    .no-borders-width {
        width: 100%;
    }
    .no-borders {
        margin-left: 0;
        margin-right: 0;
    }
}

.push-0 {
    left: auto;
}

.pull-0 {
    right: auto;
}

.offset-0 {
    margin-left: calc(0% + 8px);
}

.row.no-gutters > .offset-0:not(--out-gutters-x) {
    margin-left: 0%;
}

.push-1 {
    left: 8.33333%;
}

.pull-1 {
    right: 8.33333%;
}

.offset-1 {
    margin-left: calc(8.33333% + 8px);
}

.row.no-gutters > .offset-1:not(--out-gutters-x) {
    margin-left: 8.33333%;
}

.push-2 {
    left: 16.66667%;
}

.pull-2 {
    right: 16.66667%;
}

.offset-2 {
    margin-left: calc(16.66667% + 8px);
}

.row.no-gutters > .offset-2:not(--out-gutters-x) {
    margin-left: 16.66667%;
}

.push-3 {
    left: 25%;
}

.pull-3 {
    right: 25%;
}

.offset-3 {
    margin-left: calc(25% + 15px);
}

.row.no-gutters > .offset-3:not(--out-gutters-x) {
    margin-left: 25%;
}

.push-4 {
    left: 33.33333%;
}

.pull-4 {
    right: 33.33333%;
}

.offset-4 {
    margin-left: calc(33.33333% + 8px);
}

.row.no-gutters > .offset-4:not(--out-gutters-x) {
    margin-left: 33.33333%;
}

.push-5 {
    left: 41.66667%;
}

.pull-5 {
    right: 41.66667%;
}

.offset-5 {
    margin-left: calc(41.66667% + 8px);
}

.row.no-gutters > .offset-5:not(--out-gutters-x) {
    margin-left: 41.66667%;
}

.push-6 {
    left: 50%;
}

.pull-6 {
    right: 50%;
}

.offset-6 {
    margin-left: calc(50% + 8px);
}

.row.no-gutters > .offset-6:not(--out-gutters-x) {
    margin-left: 50%;
}

.push-7 {
    left: 58.33333%;
}

.pull-7 {
    right: 58.33333%;
}

.offset-7 {
    margin-left: calc(58.33333% + 8px);
}

.row.no-gutters > .offset-7:not(--out-gutters-x) {
    margin-left: 58.33333%;
}

.push-8 {
    left: 66.66667%;
}

.pull-8 {
    right: 66.66667%;
}

.offset-8 {
    margin-left: calc(66.66667% + 8px);
}

.row.no-gutters > .offset-8:not(--out-gutters-x) {
    margin-left: 66.66667%;
}

.push-9 {
    left: 75%;
}

.pull-9 {
    right: 75%;
}

.offset-9 {
    margin-left: calc(75% + 8px);
}

.row.no-gutters > .offset-9:not(--out-gutters-x) {
    margin-left: 75%;
}

.push-10 {
    left: 83.33333%;
}

.pull-10 {
    right: 83.33333%;
}

.offset-10 {
    margin-left: calc(83.33333% + 8px);
}

.row.no-gutters > .offset-10:not(--out-gutters-x) {
    margin-left: 83.33333%;
}

.push-11 {
    left: 91.66667%;
}

.pull-11 {
    right: 91.66667%;
}

.offset-11 {
    margin-left: calc(91.66667% + 8px);
}

.row.no-gutters > .offset-11:not(--out-gutters-x) {
    margin-left: 91.66667%;
}

.push-12 {
    left: 100%;
}

.pull-12 {
    right: 100%;
}

.offset-12 {
    margin-left: calc(100% + 8px);
}

.row.no-gutters > .offset-12:not(--out-gutters-x) {
    margin-left: 100%;
}

.grid-10--push-0 {
    left: auto;
}

.grid-10--pull-0 {
    right: auto;
}

.grid-10--offset-0 {
    margin-left: calc(0% + 8px);
}

.row.no-gutters > .grid-10--offset-0 {
    margin-left: 0%;
}

.grid-10--push-1 {
    left: 10%;
}

.grid-10--pull-1 {
    right: 10%;
}

.grid-10--offset-1 {
    margin-left: calc(10% + 8px);
}

.row.no-gutters > .grid-10--offset-1 {
    margin-left: 10%;
}

.grid-10--push-2 {
    left: 20%;
}

.grid-10--pull-2 {
    right: 20%;
}

.grid-10--offset-2 {
    margin-left: calc(20% + 8px);
}

.row.no-gutters > .grid-10--offset-2 {
    margin-left: 20%;
}

.grid-10--push-3 {
    left: 30%;
}

.grid-10--pull-3 {
    right: 30%;
}

.grid-10--offset-3 {
    margin-left: calc(30% + 8px);
}

.row.no-gutters > .grid-10--offset-3 {
    margin-left: 30%;
}

.grid-10--push-4 {
    left: 40%;
}

.grid-10--pull-4 {
    right: 40%;
}

.grid-10--offset-4 {
    margin-left: calc(40% + 8px);
}

.row.no-gutters > .grid-10--offset-4 {
    margin-left: 40%;
}

.grid-10--push-5 {
    left: 50%;
}

.grid-10--pull-5 {
    right: 50%;
}

.grid-10--offset-5 {
    margin-left: calc(50% + 8px);
}

.row.no-gutters > .grid-10--offset-5 {
    margin-left: 50%;
}

.grid-10--push-6 {
    left: 60%;
}

.grid-10--pull-6 {
    right: 60%;
}

.grid-10--offset-6 {
    margin-left: calc(60% + 8px);
}

.row.no-gutters > .grid-10--offset-6 {
    margin-left: 60%;
}

.grid-10--push-7 {
    left: 70%;
}

.grid-10--pull-7 {
    right: 70%;
}

.grid-10--offset-7 {
    margin-left: calc(70% + 8px);
}

.row.no-gutters > .grid-10--offset-7 {
    margin-left: 70%;
}

.grid-10--push-8 {
    left: 80%;
}

.grid-10--pull-8 {
    right: 80%;
}

.grid-10--offset-8 {
    margin-left: calc(80% + 8px);
}

.row.no-gutters > .grid-10--offset-8 {
    margin-left: 80%;
}

.grid-10--push-9 {
    left: 90%;
}

.grid-10--pull-9 {
    right: 90%;
}

.grid-10--offset-9 {
    margin-left: calc(90% + 8px);
}

.row.no-gutters > .grid-10--offset-9 {
    margin-left: 90%;
}

.grid-10--push-10 {
    left: 100%;
}

.grid-10--pull-10 {
    right: 100%;
}

.grid-10--offset-10 {
    margin-left: calc(100% + 8px);
}

.row.no-gutters > .grid-10--offset-10 {
    margin-left: 100%;
}

@media (min-width: 480px) {
    .push-sm-0 {
        left: auto;
    }

    .pull-sm-0 {
        right: auto;
    }

    .offset-sm-0 {
        margin-left: calc(0% + 8px);
    }

    .row.no-gutters > .offset-sm-0:not(--out-gutters-x) {
        margin-left: 0%;
    }

    .push-sm-1 {
        left: 8.33333%;
    }

    .pull-sm-1 {
        right: 8.33333%;
    }

    .offset-sm-1 {
        margin-left: calc(8.33333% + 8px);
    }

    .row.no-gutters > .offset-sm-1:not(--out-gutters-x) {
        margin-left: 8.33333%;
    }

    .push-sm-2 {
        left: 16.66667%;
    }

    .pull-sm-2 {
        right: 16.66667%;
    }

    .offset-sm-2 {
        margin-left: calc(16.66667% + 8px);
    }

    .row.no-gutters > .offset-sm-2:not(--out-gutters-x) {
        margin-left: 16.66667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .offset-sm-3 {
        margin-left: calc(25% + 8px);
    }

    .row.no-gutters > .offset-sm-3:not(--out-gutters-x) {
        margin-left: 25%;
    }

    .push-sm-4 {
        left: 33.33333%;
    }

    .pull-sm-4 {
        right: 33.33333%;
    }

    .offset-sm-4 {
        margin-left: calc(33.33333% + 8px);
    }

    .row.no-gutters > .offset-sm-4:not(--out-gutters-x) {
        margin-left: 33.33333%;
    }

    .push-sm-5 {
        left: 41.66667%;
    }

    .pull-sm-5 {
        right: 41.66667%;
    }

    .offset-sm-5 {
        margin-left: calc(41.66667% + 8px);
    }

    .row.no-gutters > .offset-sm-5:not(--out-gutters-x) {
        margin-left: 41.66667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .offset-sm-6 {
        margin-left: calc(50% + 8px);
    }

    .row.no-gutters > .offset-sm-6:not(--out-gutters-x) {
        margin-left: 50%;
    }

    .push-sm-7 {
        left: 58.33333%;
    }

    .pull-sm-7 {
        right: 58.33333%;
    }

    .offset-sm-7 {
        margin-left: calc(58.33333% + 8px);
    }

    .row.no-gutters > .offset-sm-7:not(--out-gutters-x) {
        margin-left: 58.33333%;
    }

    .push-sm-8 {
        left: 66.66667%;
    }

    .pull-sm-8 {
        right: 66.66667%;
    }

    .offset-sm-8 {
        margin-left: calc(66.66667% + 8px);
    }

    .row.no-gutters > .offset-sm-8:not(--out-gutters-x) {
        margin-left: 66.66667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .offset-sm-9 {
        margin-left: calc(75% + 8px);
    }

    .row.no-gutters > .offset-sm-9:not(--out-gutters-x) {
        margin-left: 75%;
    }

    .push-sm-10 {
        left: 83.33333%;
    }

    .pull-sm-10 {
        right: 83.33333%;
    }

    .offset-sm-10 {
        margin-left: calc(83.33333% + 8px);
    }

    .row.no-gutters > .offset-sm-10:not(--out-gutters-x) {
        margin-left: 83.33333%;
    }

    .push-sm-11 {
        left: 91.66667%;
    }

    .pull-sm-11 {
        right: 91.66667%;
    }

    .offset-sm-11 {
        margin-left: calc(91.66667% + 8px);
    }

    .row.no-gutters > .offset-sm-11:not(--out-gutters-x) {
        margin-left: 91.66667%;
    }

    .push-sm-12 {
        left: 100%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .offset-sm-12 {
        margin-left: calc(100% + 8px);
    }

    .row.no-gutters > .offset-sm-12:not(--out-gutters-x) {
        margin-left: 100%;
    }

    .grid-10--push-sm-0 {
        left: auto;
    }

    .grid-10--pull-sm-0 {
        right: auto;
    }

    .grid-10--offset-sm-0 {
        margin-left: calc(0% + 8px);
    }

    .row.no-gutters > .grid-10--offset-sm-0 {
        margin-left: 0%;
    }

    .grid-10--push-sm-1 {
        left: 10%;
    }

    .grid-10--pull-sm-1 {
        right: 10%;
    }

    .grid-10--offset-sm-1 {
        margin-left: calc(10% + 8px);
    }

    .row.no-gutters > .grid-10--offset-sm-1 {
        margin-left: 10%;
    }

    .grid-10--push-sm-2 {
        left: 20%;
    }

    .grid-10--pull-sm-2 {
        right: 20%;
    }

    .grid-10--offset-sm-2 {
        margin-left: calc(20% + 8px);
    }

    .row.no-gutters > .grid-10--offset-sm-2 {
        margin-left: 20%;
    }

    .grid-10--push-sm-3 {
        left: 30%;
    }

    .grid-10--pull-sm-3 {
        right: 30%;
    }

    .grid-10--offset-sm-3 {
        margin-left: calc(30% + 8px);
    }

    .row.no-gutters > .grid-10--offset-sm-3 {
        margin-left: 30%;
    }

    .grid-10--push-sm-4 {
        left: 40%;
    }

    .grid-10--pull-sm-4 {
        right: 40%;
    }

    .grid-10--offset-sm-4 {
        margin-left: calc(40% + 8px);
    }

    .row.no-gutters > .grid-10--offset-sm-4 {
        margin-left: 40%;
    }

    .grid-10--push-sm-5 {
        left: 50%;
    }

    .grid-10--pull-sm-5 {
        right: 50%;
    }

    .grid-10--offset-sm-5 {
        margin-left: calc(50% + 8px);
    }

    .row.no-gutters > .grid-10--offset-sm-5 {
        margin-left: 50%;
    }

    .grid-10--push-sm-6 {
        left: 60%;
    }

    .grid-10--pull-sm-6 {
        right: 60%;
    }

    .grid-10--offset-sm-6 {
        margin-left: calc(60% + 8px);
    }

    .row.no-gutters > .grid-10--offset-sm-6 {
        margin-left: 60%;
    }

    .grid-10--push-sm-7 {
        left: 70%;
    }

    .grid-10--pull-sm-7 {
        right: 70%;
    }

    .grid-10--offset-sm-7 {
        margin-left: calc(70% + 8px);
    }

    .row.no-gutters > .grid-10--offset-sm-7 {
        margin-left: 70%;
    }

    .grid-10--push-sm-8 {
        left: 80%;
    }

    .grid-10--pull-sm-8 {
        right: 80%;
    }

    .grid-10--offset-sm-8 {
        margin-left: calc(80% + 8px);
    }

    .row.no-gutters > .grid-10--offset-sm-8 {
        margin-left: 80%;
    }

    .grid-10--push-sm-9 {
        left: 90%;
    }

    .grid-10--pull-sm-9 {
        right: 90%;
    }

    .grid-10--offset-sm-9 {
        margin-left: calc(90% + 8px);
    }

    .row.no-gutters > .grid-10--offset-sm-9 {
        margin-left: 90%;
    }

    .grid-10--push-sm-10 {
        left: 100%;
    }

    .grid-10--pull-sm-10 {
        right: 100%;
    }

    .grid-10--offset-sm-10 {
        margin-left: calc(100% + 8px);
    }

    .row.no-gutters > .grid-10--offset-sm-10 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .push-md-0 {
        left: auto;
    }

    .pull-md-0 {
        right: auto;
    }

    .offset-md-0 {
        margin-left: calc(0% + 12px);
    }

    .row.no-gutters > .offset-md-0:not(--out-gutters-x) {
        margin-left: 0%;
    }

    .push-md-1 {
        left: 8.33333%;
    }

    .pull-md-1 {
        right: 8.33333%;
    }

    .offset-md-1 {
        margin-left: calc(8.33333% + 12px);
    }

    .row.no-gutters > .offset-md-1:not(--out-gutters-x) {
        margin-left: 8.33333%;
    }

    .push-md-2 {
        left: 16.66667%;
    }

    .pull-md-2 {
        right: 16.66667%;
    }

    .offset-md-2 {
        margin-left: calc(16.66667% + 12px);
    }

    .row.no-gutters > .offset-md-2:not(--out-gutters-x) {
        margin-left: 16.66667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .offset-md-3 {
        margin-left: calc(25% + 12px);
    }

    .row.no-gutters > .offset-md-3:not(--out-gutters-x) {
        margin-left: 25%;
    }

    .push-md-4 {
        left: 33.33333%;
    }

    .pull-md-4 {
        right: 33.33333%;
    }

    .offset-md-4 {
        margin-left: calc(33.33333% + 12px);
    }

    .row.no-gutters > .offset-md-4:not(--out-gutters-x) {
        margin-left: 33.33333%;
    }

    .push-md-5 {
        left: 41.66667%;
    }

    .pull-md-5 {
        right: 41.66667%;
    }

    .offset-md-5 {
        margin-left: calc(41.66667% + 12px);
    }

    .row.no-gutters > .offset-md-5:not(--out-gutters-x) {
        margin-left: 41.66667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .offset-md-6 {
        margin-left: calc(50% + 12px);
    }

    .row.no-gutters > .offset-md-6:not(--out-gutters-x) {
        margin-left: 50%;
    }

    .push-md-7 {
        left: 58.33333%;
    }

    .pull-md-7 {
        right: 58.33333%;
    }

    .offset-md-7 {
        margin-left: calc(58.33333% + 12px);
    }

    .row.no-gutters > .offset-md-7:not(--out-gutters-x) {
        margin-left: 58.33333%;
    }

    .push-md-8 {
        left: 66.66667%;
    }

    .pull-md-8 {
        right: 66.66667%;
    }

    .offset-md-8 {
        margin-left: calc(66.66667% + 12px);
    }

    .row.no-gutters > .offset-md-8:not(--out-gutters-x) {
        margin-left: 66.66667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .offset-md-9 {
        margin-left: calc(75% + 12px);
    }

    .row.no-gutters > .offset-md-9:not(--out-gutters-x) {
        margin-left: 75%;
    }

    .push-md-10 {
        left: 83.33333%;
    }

    .pull-md-10 {
        right: 83.33333%;
    }

    .offset-md-10 {
        margin-left: calc(83.33333% + 12px);
    }

    .row.no-gutters > .offset-md-10:not(--out-gutters-x) {
        margin-left: 83.33333%;
    }

    .push-md-11 {
        left: 91.66667%;
    }

    .pull-md-11 {
        right: 91.66667%;
    }

    .offset-md-11 {
        margin-left: calc(91.66667% + 12px);
    }

    .row.no-gutters > .offset-md-11:not(--out-gutters-x) {
        margin-left: 91.66667%;
    }

    .push-md-12 {
        left: 100%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .offset-md-12 {
        margin-left: calc(100% + 12px);
    }

    .row.no-gutters > .offset-md-12:not(--out-gutters-x) {
        margin-left: 100%;
    }

    .grid-10--push-md-0 {
        left: auto;
    }

    .grid-10--pull-md-0 {
        right: auto;
    }

    .grid-10--offset-md-0 {
        margin-left: calc(0% + 12px);
    }

    .row.no-gutters > .grid-10--offset-md-0 {
        margin-left: 0%;
    }

    .grid-10--push-md-1 {
        left: 10%;
    }

    .grid-10--pull-md-1 {
        right: 10%;
    }

    .grid-10--offset-md-1 {
        margin-left: calc(10% + 12px);
    }

    .row.no-gutters > .grid-10--offset-md-1 {
        margin-left: 10%;
    }

    .grid-10--push-md-2 {
        left: 20%;
    }

    .grid-10--pull-md-2 {
        right: 20%;
    }

    .grid-10--offset-md-2 {
        margin-left: calc(20% + 12px);
    }

    .row.no-gutters > .grid-10--offset-md-2 {
        margin-left: 20%;
    }

    .grid-10--push-md-3 {
        left: 30%;
    }

    .grid-10--pull-md-3 {
        right: 30%;
    }

    .grid-10--offset-md-3 {
        margin-left: calc(30% + 12px);
    }

    .row.no-gutters > .grid-10--offset-md-3 {
        margin-left: 30%;
    }

    .grid-10--push-md-4 {
        left: 40%;
    }

    .grid-10--pull-md-4 {
        right: 40%;
    }

    .grid-10--offset-md-4 {
        margin-left: calc(40% + 12px);
    }

    .row.no-gutters > .grid-10--offset-md-4 {
        margin-left: 40%;
    }

    .grid-10--push-md-5 {
        left: 50%;
    }

    .grid-10--pull-md-5 {
        right: 50%;
    }

    .grid-10--offset-md-5 {
        margin-left: calc(50% + 12px);
    }

    .row.no-gutters > .grid-10--offset-md-5 {
        margin-left: 50%;
    }

    .grid-10--push-md-6 {
        left: 60%;
    }

    .grid-10--pull-md-6 {
        right: 60%;
    }

    .grid-10--offset-md-6 {
        margin-left: calc(60% + 12px);
    }

    .row.no-gutters > .grid-10--offset-md-6 {
        margin-left: 60%;
    }

    .grid-10--push-md-7 {
        left: 70%;
    }

    .grid-10--pull-md-7 {
        right: 70%;
    }

    .grid-10--offset-md-7 {
        margin-left: calc(70% + 12px);
    }

    .row.no-gutters > .grid-10--offset-md-7 {
        margin-left: 70%;
    }

    .grid-10--push-md-8 {
        left: 80%;
    }

    .grid-10--pull-md-8 {
        right: 80%;
    }

    .grid-10--offset-md-8 {
        margin-left: calc(80% + 12px);
    }

    .row.no-gutters > .grid-10--offset-md-8 {
        margin-left: 80%;
    }

    .grid-10--push-md-9 {
        left: 90%;
    }

    .grid-10--pull-md-9 {
        right: 90%;
    }

    .grid-10--offset-md-9 {
        margin-left: calc(90% + 12px);
    }

    .row.no-gutters > .grid-10--offset-md-9 {
        margin-left: 90%;
    }

    .grid-10--push-md-10 {
        left: 100%;
    }

    .grid-10--pull-md-10 {
        right: 100%;
    }

    .grid-10--offset-md-10 {
        margin-left: calc(100% + 12px);
    }

    .row.no-gutters > .grid-10--offset-md-10 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .push-lg-0 {
        left: auto;
    }

    .pull-lg-0 {
        right: auto;
    }

    .offset-lg-0 {
        margin-left: calc(0% + 12px);
    }

    .row.no-gutters > .offset-lg-0:not(--out-gutters-x) {
        margin-left: 0%;
    }

    .push-lg-1 {
        left: 8.33333%;
    }

    .pull-lg-1 {
        right: 8.33333%;
    }

    .offset-lg-1 {
        margin-left: calc(8.33333% + 12px);
    }

    .row.no-gutters > .offset-lg-1:not(--out-gutters-x) {
        margin-left: 8.33333%;
    }

    .push-lg-2 {
        left: 16.66667%;
    }

    .pull-lg-2 {
        right: 16.66667%;
    }

    .offset-lg-2 {
        margin-left: calc(16.66667% + 12px);
    }

    .row.no-gutters > .offset-lg-2:not(--out-gutters-x) {
        margin-left: 16.66667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .offset-lg-3 {
        margin-left: calc(25% + 12px);
    }

    .row.no-gutters > .offset-lg-3:not(--out-gutters-x) {
        margin-left: 25%;
    }

    .push-lg-4 {
        left: 33.33333%;
    }

    .pull-lg-4 {
        right: 33.33333%;
    }

    .offset-lg-4 {
        margin-left: calc(33.33333% + 12px);
    }

    .row.no-gutters > .offset-lg-4:not(--out-gutters-x) {
        margin-left: 33.33333%;
    }

    .push-lg-5 {
        left: 41.66667%;
    }

    .pull-lg-5 {
        right: 41.66667%;
    }

    .offset-lg-5 {
        margin-left: calc(41.66667% + 12px);
    }

    .row.no-gutters > .offset-lg-5:not(--out-gutters-x) {
        margin-left: 41.66667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .offset-lg-6 {
        margin-left: calc(50% + 12px);
    }

    .row.no-gutters > .offset-lg-6:not(--out-gutters-x) {
        margin-left: 50%;
    }

    .push-lg-7 {
        left: 58.33333%;
    }

    .pull-lg-7 {
        right: 58.33333%;
    }

    .offset-lg-7 {
        margin-left: calc(58.33333% + 12px);
    }

    .row.no-gutters > .offset-lg-7:not(--out-gutters-x) {
        margin-left: 58.33333%;
    }

    .push-lg-8 {
        left: 66.66667%;
    }

    .pull-lg-8 {
        right: 66.66667%;
    }

    .offset-lg-8 {
        margin-left: calc(66.66667% + 12px);
    }

    .row.no-gutters > .offset-lg-8:not(--out-gutters-x) {
        margin-left: 66.66667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .offset-lg-9 {
        margin-left: calc(75% + 12px);
    }

    .row.no-gutters > .offset-lg-9:not(--out-gutters-x) {
        margin-left: 75%;
    }

    .push-lg-10 {
        left: 83.33333%;
    }

    .pull-lg-10 {
        right: 83.33333%;
    }

    .offset-lg-10 {
        margin-left: calc(83.33333% + 12px);
    }

    .row.no-gutters > .offset-lg-10:not(--out-gutters-x) {
        margin-left: 83.33333%;
    }

    .push-lg-11 {
        left: 91.66667%;
    }

    .pull-lg-11 {
        right: 91.66667%;
    }

    .offset-lg-11 {
        margin-left: calc(91.66667% + 12px);
    }

    .row.no-gutters > .offset-lg-11:not(--out-gutters-x) {
        margin-left: 91.66667%;
    }

    .push-lg-12 {
        left: 100%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .offset-lg-12 {
        margin-left: calc(100% + 12px);
    }

    .row.no-gutters > .offset-lg-12:not(--out-gutters-x) {
        margin-left: 100%;
    }

    .grid-10--push-lg-0 {
        left: auto;
    }

    .grid-10--pull-lg-0 {
        right: auto;
    }

    .grid-10--offset-lg-0 {
        margin-left: calc(0% + 12px);
    }

    .row.no-gutters > .grid-10--offset-lg-0 {
        margin-left: 0%;
    }

    .grid-10--push-lg-1 {
        left: 10%;
    }

    .grid-10--pull-lg-1 {
        right: 10%;
    }

    .grid-10--offset-lg-1 {
        margin-left: calc(10% + 12px);
    }

    .row.no-gutters > .grid-10--offset-lg-1 {
        margin-left: 10%;
    }

    .grid-10--push-lg-2 {
        left: 20%;
    }

    .grid-10--pull-lg-2 {
        right: 20%;
    }

    .grid-10--offset-lg-2 {
        margin-left: calc(20% + 12px);
    }

    .row.no-gutters > .grid-10--offset-lg-2 {
        margin-left: 20%;
    }

    .grid-10--push-lg-3 {
        left: 30%;
    }

    .grid-10--pull-lg-3 {
        right: 30%;
    }

    .grid-10--offset-lg-3 {
        margin-left: calc(30% + 12px);
    }

    .row.no-gutters > .grid-10--offset-lg-3 {
        margin-left: 30%;
    }

    .grid-10--push-lg-4 {
        left: 40%;
    }

    .grid-10--pull-lg-4 {
        right: 40%;
    }

    .grid-10--offset-lg-4 {
        margin-left: calc(40% + 12px);
    }

    .row.no-gutters > .grid-10--offset-lg-4 {
        margin-left: 40%;
    }

    .grid-10--push-lg-5 {
        left: 50%;
    }

    .grid-10--pull-lg-5 {
        right: 50%;
    }

    .grid-10--offset-lg-5 {
        margin-left: calc(50% + 12px);
    }

    .row.no-gutters > .grid-10--offset-lg-5 {
        margin-left: 50%;
    }

    .grid-10--push-lg-6 {
        left: 60%;
    }

    .grid-10--pull-lg-6 {
        right: 60%;
    }

    .grid-10--offset-lg-6 {
        margin-left: calc(60% + 12px);
    }

    .row.no-gutters > .grid-10--offset-lg-6 {
        margin-left: 60%;
    }

    .grid-10--push-lg-7 {
        left: 70%;
    }

    .grid-10--pull-lg-7 {
        right: 70%;
    }

    .grid-10--offset-lg-7 {
        margin-left: calc(70% + 12px);
    }

    .row.no-gutters > .grid-10--offset-lg-7 {
        margin-left: 70%;
    }

    .grid-10--push-lg-8 {
        left: 80%;
    }

    .grid-10--pull-lg-8 {
        right: 80%;
    }

    .grid-10--offset-lg-8 {
        margin-left: calc(80% + 12px);
    }

    .row.no-gutters > .grid-10--offset-lg-8 {
        margin-left: 80%;
    }

    .grid-10--push-lg-9 {
        left: 90%;
    }

    .grid-10--pull-lg-9 {
        right: 90%;
    }

    .grid-10--offset-lg-9 {
        margin-left: calc(90% + 12px);
    }

    .row.no-gutters > .grid-10--offset-lg-9 {
        margin-left: 90%;
    }

    .grid-10--push-lg-10 {
        left: 100%;
    }

    .grid-10--pull-lg-10 {
        right: 100%;
    }

    .grid-10--offset-lg-10 {
        margin-left: calc(100% + 12px);
    }

    .row.no-gutters > .grid-10--offset-lg-10 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .push-xl-0 {
        left: auto;
    }

    .pull-xl-0 {
        right: auto;
    }

    .offset-xl-0 {
        margin-left: calc(0% + 12px);
    }

    .row.no-gutters > .offset-xl-0:not(--out-gutters-x) {
        margin-left: 0%;
    }

    .push-xl-1 {
        left: 8.33333%;
    }

    .pull-xl-1 {
        right: 8.33333%;
    }

    .offset-xl-1 {
        margin-left: calc(8.33333% + 12px);
    }

    .row.no-gutters > .offset-xl-1:not(--out-gutters-x) {
        margin-left: 8.33333%;
    }

    .push-xl-2 {
        left: 16.66667%;
    }

    .pull-xl-2 {
        right: 16.66667%;
    }

    .offset-xl-2 {
        margin-left: calc(16.66667% + 12px);
    }

    .row.no-gutters > .offset-xl-2:not(--out-gutters-x) {
        margin-left: 16.66667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .offset-xl-3 {
        margin-left: calc(25% + 12px);
    }

    .row.no-gutters > .offset-xl-3:not(--out-gutters-x) {
        margin-left: 25%;
    }

    .push-xl-4 {
        left: 33.33333%;
    }

    .pull-xl-4 {
        right: 33.33333%;
    }

    .offset-xl-4 {
        margin-left: calc(33.33333% + 12px);
    }

    .row.no-gutters > .offset-xl-4:not(--out-gutters-x) {
        margin-left: 33.33333%;
    }

    .push-xl-5 {
        left: 41.66667%;
    }

    .pull-xl-5 {
        right: 41.66667%;
    }

    .offset-xl-5 {
        margin-left: calc(41.66667% + 12px);
    }

    .row.no-gutters > .offset-xl-5:not(--out-gutters-x) {
        margin-left: 41.66667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .offset-xl-6 {
        margin-left: calc(50% + 12px);
    }

    .row.no-gutters > .offset-xl-6:not(--out-gutters-x) {
        margin-left: 50%;
    }

    .push-xl-7 {
        left: 58.33333%;
    }

    .pull-xl-7 {
        right: 58.33333%;
    }

    .offset-xl-7 {
        margin-left: calc(58.33333% + 12px);
    }

    .row.no-gutters > .offset-xl-7:not(--out-gutters-x) {
        margin-left: 58.33333%;
    }

    .push-xl-8 {
        left: 66.66667%;
    }

    .pull-xl-8 {
        right: 66.66667%;
    }

    .offset-xl-8 {
        margin-left: calc(66.66667% + 12px);
    }

    .row.no-gutters > .offset-xl-8:not(--out-gutters-x) {
        margin-left: 66.66667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .offset-xl-9 {
        margin-left: calc(75% + 12px);
    }

    .row.no-gutters > .offset-xl-9:not(--out-gutters-x) {
        margin-left: 75%;
    }

    .push-xl-10 {
        left: 83.33333%;
    }

    .pull-xl-10 {
        right: 83.33333%;
    }

    .offset-xl-10 {
        margin-left: calc(83.33333% + 12px);
    }

    .row.no-gutters > .offset-xl-10:not(--out-gutters-x) {
        margin-left: 83.33333%;
    }

    .push-xl-11 {
        left: 91.66667%;
    }

    .pull-xl-11 {
        right: 91.66667%;
    }

    .offset-xl-11 {
        margin-left: calc(91.66667% + 12px);
    }

    .row.no-gutters > .offset-xl-11:not(--out-gutters-x) {
        margin-left: 91.66667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .offset-xl-12 {
        margin-left: calc(100% + 12px);
    }

    .row.no-gutters > .offset-xl-12:not(--out-gutters-x) {
        margin-left: 100%;
    }

    .grid-10--push-xl-0 {
        left: auto;
    }

    .grid-10--pull-xl-0 {
        right: auto;
    }

    .grid-10--offset-xl-0 {
        margin-left: calc(0% + 12px);
    }

    .row.no-gutters > .grid-10--offset-xl-0 {
        margin-left: 0%;
    }

    .grid-10--push-xl-1 {
        left: 10%;
    }

    .grid-10--pull-xl-1 {
        right: 10%;
    }

    .grid-10--offset-xl-1 {
        margin-left: calc(10% + 12px);
    }

    .row.no-gutters > .grid-10--offset-xl-1 {
        margin-left: 10%;
    }

    .grid-10--push-xl-2 {
        left: 20%;
    }

    .grid-10--pull-xl-2 {
        right: 20%;
    }

    .grid-10--offset-xl-2 {
        margin-left: calc(20% + 12px);
    }

    .row.no-gutters > .grid-10--offset-xl-2 {
        margin-left: 20%;
    }

    .grid-10--push-xl-3 {
        left: 30%;
    }

    .grid-10--pull-xl-3 {
        right: 30%;
    }

    .grid-10--offset-xl-3 {
        margin-left: calc(30% + 12px);
    }

    .row.no-gutters > .grid-10--offset-xl-3 {
        margin-left: 30%;
    }

    .grid-10--push-xl-4 {
        left: 40%;
    }

    .grid-10--pull-xl-4 {
        right: 40%;
    }

    .grid-10--offset-xl-4 {
        margin-left: calc(40% + 12px);
    }

    .row.no-gutters > .grid-10--offset-xl-4 {
        margin-left: 40%;
    }

    .grid-10--push-xl-5 {
        left: 50%;
    }

    .grid-10--pull-xl-5 {
        right: 50%;
    }

    .grid-10--offset-xl-5 {
        margin-left: calc(50% + 12px);
    }

    .row.no-gutters > .grid-10--offset-xl-5 {
        margin-left: 50%;
    }

    .grid-10--push-xl-6 {
        left: 60%;
    }

    .grid-10--pull-xl-6 {
        right: 60%;
    }

    .grid-10--offset-xl-6 {
        margin-left: calc(60% + 12px);
    }

    .row.no-gutters > .grid-10--offset-xl-6 {
        margin-left: 60%;
    }

    .grid-10--push-xl-7 {
        left: 70%;
    }

    .grid-10--pull-xl-7 {
        right: 70%;
    }

    .grid-10--offset-xl-7 {
        margin-left: calc(70% + 12px);
    }

    .row.no-gutters > .grid-10--offset-xl-7 {
        margin-left: 70%;
    }

    .grid-10--push-xl-8 {
        left: 80%;
    }

    .grid-10--pull-xl-8 {
        right: 80%;
    }

    .grid-10--offset-xl-8 {
        margin-left: calc(80% + 12px);
    }

    .row.no-gutters > .grid-10--offset-xl-8 {
        margin-left: 80%;
    }

    .grid-10--push-xl-9 {
        left: 90%;
    }

    .grid-10--pull-xl-9 {
        right: 90%;
    }

    .grid-10--offset-xl-9 {
        margin-left: calc(90% + 12px);
    }

    .row.no-gutters > .grid-10--offset-xl-9 {
        margin-left: 90%;
    }

    .grid-10--push-xl-10 {
        left: 100%;
    }

    .grid-10--pull-xl-10 {
        right: 100%;
    }

    .grid-10--offset-xl-10 {
        margin-left: calc(100% + 12px);
    }

    .row.no-gutters > .grid-10--offset-xl-10 {
        margin-left: 100%;
    }
}

@media (min-width: 1600px) {
    .push-xxl-0 {
        left: auto;
    }

    .pull-xxl-0 {
        right: auto;
    }

    .offset-xxl-0 {
        margin-left: calc(0% + 16px);
    }

    .row.no-gutters > .offset-xxl-0:not(--out-gutters-x) {
        margin-left: 0%;
    }

    .push-xxl-1 {
        left: 8.33333%;
    }

    .pull-xxl-1 {
        right: 8.33333%;
    }

    .offset-xxl-1 {
        margin-left: calc(8.33333% + 16px);
    }

    .row.no-gutters > .offset-xxl-1:not(--out-gutters-x) {
        margin-left: 8.33333%;
    }

    .push-xxl-2 {
        left: 16.66667%;
    }

    .pull-xxl-2 {
        right: 16.66667%;
    }

    .offset-xxl-2 {
        margin-left: calc(16.66667% + 16px);
    }

    .row.no-gutters > .offset-xxl-2:not(--out-gutters-x) {
        margin-left: 16.66667%;
    }

    .push-xxl-3 {
        left: 25%;
    }

    .pull-xxl-3 {
        right: 25%;
    }

    .offset-xxl-3 {
        margin-left: calc(25% + 16px);
    }

    .row.no-gutters > .offset-xxl-3:not(--out-gutters-x) {
        margin-left: 25%;
    }

    .push-xxl-4 {
        left: 33.33333%;
    }

    .pull-xxl-4 {
        right: 33.33333%;
    }

    .offset-xxl-4 {
        margin-left: calc(33.33333% + 16px);
    }

    .row.no-gutters > .offset-xxl-4:not(--out-gutters-x) {
        margin-left: 33.33333%;
    }

    .push-xxl-5 {
        left: 41.66667%;
    }

    .pull-xxl-5 {
        right: 41.66667%;
    }

    .offset-xxl-5 {
        margin-left: calc(41.66667% + 16px);
    }

    .row.no-gutters > .offset-xxl-5:not(--out-gutters-x) {
        margin-left: 41.66667%;
    }

    .push-xxl-6 {
        left: 50%;
    }

    .pull-xxl-6 {
        right: 50%;
    }

    .offset-xxl-6 {
        margin-left: calc(50% + 16px);
    }

    .row.no-gutters > .offset-xxl-6:not(--out-gutters-x) {
        margin-left: 50%;
    }

    .push-xxl-7 {
        left: 58.33333%;
    }

    .pull-xxl-7 {
        right: 58.33333%;
    }

    .offset-xxl-7 {
        margin-left: calc(58.33333% + 16px);
    }

    .row.no-gutters > .offset-xxl-7:not(--out-gutters-x) {
        margin-left: 58.33333%;
    }

    .push-xxl-8 {
        left: 66.66667%;
    }

    .pull-xxl-8 {
        right: 66.66667%;
    }

    .offset-xxl-8 {
        margin-left: calc(66.66667% + 16px);
    }

    .row.no-gutters > .offset-xxl-8:not(--out-gutters-x) {
        margin-left: 66.66667%;
    }

    .push-xxl-9 {
        left: 75%;
    }

    .pull-xxl-9 {
        right: 75%;
    }

    .offset-xxl-9 {
        margin-left: calc(75% + 16px);
    }

    .row.no-gutters > .offset-xxl-9:not(--out-gutters-x) {
        margin-left: 75%;
    }

    .push-xxl-10 {
        left: 83.33333%;
    }

    .pull-xxl-10 {
        right: 83.33333%;
    }

    .offset-xxl-10 {
        margin-left: calc(83.33333% + 16px);
    }

    .row.no-gutters > .offset-xxl-10:not(--out-gutters-x) {
        margin-left: 83.33333%;
    }

    .push-xxl-11 {
        left: 91.66667%;
    }

    .pull-xxl-11 {
        right: 91.66667%;
    }

    .offset-xxl-11 {
        margin-left: calc(91.66667% + 16px);
    }

    .row.no-gutters > .offset-xxl-11:not(--out-gutters-x) {
        margin-left: 91.66667%;
    }

    .push-xxl-12 {
        left: 100%;
    }

    .pull-xxl-12 {
        right: 100%;
    }

    .offset-xxl-12 {
        margin-left: calc(100% + 16px);
    }

    .row.no-gutters > .offset-xxl-12:not(--out-gutters-x) {
        margin-left: 100%;
    }

    .grid-10--push-xxl-0 {
        left: auto;
    }

    .grid-10--pull-xxl-0 {
        right: auto;
    }

    .grid-10--offset-xxl-0 {
        margin-left: calc(0% + 16px);
    }

    .row.no-gutters > .grid-10--offset-xxl-0 {
        margin-left: 0%;
    }

    .grid-10--push-xxl-1 {
        left: 10%;
    }

    .grid-10--pull-xxl-1 {
        right: 10%;
    }

    .grid-10--offset-xxl-1 {
        margin-left: calc(10% + 16px);
    }

    .row.no-gutters > .grid-10--offset-xxl-1 {
        margin-left: 10%;
    }

    .grid-10--push-xxl-2 {
        left: 20%;
    }

    .grid-10--pull-xxl-2 {
        right: 20%;
    }

    .grid-10--offset-xxl-2 {
        margin-left: calc(20% + 16px);
    }

    .row.no-gutters > .grid-10--offset-xxl-2 {
        margin-left: 20%;
    }

    .grid-10--push-xxl-3 {
        left: 30%;
    }

    .grid-10--pull-xxl-3 {
        right: 30%;
    }

    .grid-10--offset-xxl-3 {
        margin-left: calc(30% + 16px);
    }

    .row.no-gutters > .grid-10--offset-xxl-3 {
        margin-left: 30%;
    }

    .grid-10--push-xxl-4 {
        left: 40%;
    }

    .grid-10--pull-xxl-4 {
        right: 40%;
    }

    .grid-10--offset-xxl-4 {
        margin-left: calc(40% + 16px);
    }

    .row.no-gutters > .grid-10--offset-xxl-4 {
        margin-left: 40%;
    }

    .grid-10--push-xxl-5 {
        left: 50%;
    }

    .grid-10--pull-xxl-5 {
        right: 50%;
    }

    .grid-10--offset-xxl-5 {
        margin-left: calc(50% + 16px);
    }

    .row.no-gutters > .grid-10--offset-xxl-5 {
        margin-left: 50%;
    }

    .grid-10--push-xxl-6 {
        left: 60%;
    }

    .grid-10--pull-xxl-6 {
        right: 60%;
    }

    .grid-10--offset-xxl-6 {
        margin-left: calc(60% + 16px);
    }

    .row.no-gutters > .grid-10--offset-xxl-6 {
        margin-left: 60%;
    }

    .grid-10--push-xxl-7 {
        left: 70%;
    }

    .grid-10--pull-xxl-7 {
        right: 70%;
    }

    .grid-10--offset-xxl-7 {
        margin-left: calc(70% + 16px);
    }

    .row.no-gutters > .grid-10--offset-xxl-7 {
        margin-left: 70%;
    }

    .grid-10--push-xxl-8 {
        left: 80%;
    }

    .grid-10--pull-xxl-8 {
        right: 80%;
    }

    .grid-10--offset-xxl-8 {
        margin-left: calc(80% + 16px);
    }

    .row.no-gutters > .grid-10--offset-xxl-8 {
        margin-left: 80%;
    }

    .grid-10--push-xxl-9 {
        left: 90%;
    }

    .grid-10--pull-xxl-9 {
        right: 90%;
    }

    .grid-10--offset-xxl-9 {
        margin-left: calc(90% + 16px);
    }

    .row.no-gutters > .grid-10--offset-xxl-9 {
        margin-left: 90%;
    }

    .grid-10--push-xxl-10 {
        left: 100%;
    }

    .grid-10--pull-xxl-10 {
        right: 100%;
    }

    .grid-10--offset-xxl-10 {
        margin-left: calc(100% + 16px);
    }

    .row.no-gutters > .grid-10--offset-xxl-10 {
        margin-left: 100%;
    }
}

.clearfix {
    display: block;
}

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

.clearfix > .col, .clearfix > [class*="col-"], .clearfix > .grid-10--col, .clearfix > [class*="grid-10--col-"] {
    float: left;
}

.btn {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    line-height: 1.25;
    color: inherit;
    border: 1px solid black;
    padding: 9px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 768px) {
    .btn {
        padding: 8px 24px;
    }
}



@media (min-width: 480px) {
    .btn {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .btn {
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    .btn {
        padding: 10px 10px 7px 10px;
        font-size: 16px;
    }
}

.btn-text {
    padding-top: .15em;
}

.btn.btn--icon-left .btn__icon {
    margin-right: 10px;
}

.btn.btn--icon-right .btn__icon {
    margin-left: 10px;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.rounded {
    border-radius: 0.25rem;
}

.circle {
    border-radius: 50%;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-italic {
    font-style: italic;
}

.font-thin {
    font-weight: 100;
}

.font-extra-light {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semi-bold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extra-bold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.invisible {
    visibility: hidden;
}

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

.img {
    /* background: center no-repeat;*/
    background-size: cover;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
}

.inline-flex {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.transition {
    transition: all 0.3s;
}

.impact {
    font-family: 'impact';
}

.flex {
    display: flex;
}

.flex-sb {
    justify-content: space-between;
}

.flex-column {
    flex-direction: column;
}

.flex-center {
    align-items: center;
}

.flex-end {
    justify-content: flex-end;
}

.ul-nostyle {
    list-style: none;
    padding-left: 0;
}

.bg-red, ._bg-red {
    background-color: #ff1b37;
}

.bg-yellow, ._bg-yellow {
    background-color: #ffcc00;
}

.bg-white, ._bg-white {
    background-color: #fff;
}

.bg-dark, ._bg-dark {
    background-color: #181717;
}

.green-bg, ._bg-green {
    background-color: #70764f;
    align-content: stretch !important;
}

.light-bg {
    background-color: #f7f7f7;
}

.text-white, ._text-white {
    color: #fff;
}

.underline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.center-block, ._center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

a .underline {
    transition: border-bottom-color 0.35s ease;
}

a .underline.underline--white {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

a:hover .underline.underline--white {
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

.pt-1 {
    padding-top: 1px;
}

.pb-1 {
    padding-bottom: 1px;
}

.pt-16 {
    padding-top: 16px;
}

.pb-16 {
    padding-bottom: 16px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-56 {
    margin-top: 56px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-96 {
    margin-top: 96px;
}

.mt-128 {
    margin-top: 128px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mb-64 {
    margin-bottom: 64px;
}

.mb-96 {
    margin-bottom: 96px;
}

.mb-128 {
    margin-bottom: 128px;
}

@media (min-width: 480px) {
    .mt-sm-16 {
        margin-top: 16px;
    }

    .mt-sm-24 {
        margin-top: 24px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mt-sm-32 {
        margin-top: 32px;
    }

    .mt-sm-48 {
        margin-top: 48px;
    }

    .mt-sm-56 {
        margin-top: 56px;
    }

    .mt-sm-64 {
        margin-top: 64px;
    }

    .mt-sm-96 {
        margin-top: 96px;
    }

    .mt-sm-128 {
        margin-top: 128px;
    }

    .mb-sm-16 {
        margin-bottom: 16px;
    }

    .mb-sm-24 {
        margin-bottom: 24px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mb-sm-32 {
        margin-bottom: 32px;
    }

    .mb-sm-48 {
        margin-bottom: 48px;
    }

    .mb-sm-56 {
        margin-bottom: 56px;
    }

    .mb-sm-64 {
        margin-bottom: 64px;
    }

    .mb-sm-96 {
        margin-bottom: 96px;
    }

    .mb-sm-128 {
        margin-bottom: 128px;
    }
}

@media (min-width: 768px) {
    .mt-md-16 {
        margin-top: 16px;
    }

    .mt-md-24 {
        margin-top: 24px;
    }

    .mt-md-30 {
        margin-top: 30px;
    }

    .mt-md-32 {
        margin-top: 32px;
    }

    .mt-md-48 {
        margin-top: 48px;
    }

    .mt-md-56 {
        margin-top: 56px;
    }

    .mt-md-64 {
        margin-top: 64px;
    }

    .mt-md-96 {
        margin-top: 96px;
    }

    .mt-md-128 {
        margin-top: 128px;
    }

    .mb-md-16 {
        margin-bottom: 16px;
    }

    .mb-md-24 {
        margin-bottom: 24px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mb-md-32 {
        margin-bottom: 32px;
    }

    .mb-md-48 {
        margin-bottom: 48px;
    }

    .mb-md-56 {
        margin-bottom: 56px;
    }

    .mb-md-64 {
        margin-bottom: 64px;
    }

    .mb-md-96 {
        margin-bottom: 96px;
    }

    .mb-md-128 {
        margin-bottom: 128px;
    }
}

@media (min-width: 992px) {
    .mt-lg-16 {
        margin-top: 16px;
    }

    .mt-lg-24 {
        margin-top: 24px;
    }

    .mt-lg-30 {
        margin-top: 30px;
    }

    .mt-lg-32 {
        margin-top: 32px;
    }

    .mt-lg-48 {
        margin-top: 48px;
    }

    .mt-lg-56 {
        margin-top: 56px;
    }

    .mt-lg-64 {
        margin-top: 64px;
    }

    .mt-lg-96 {
        margin-top: 96px;
    }

    .mt-lg-128 {
        margin-top: 128px;
    }

    .mb-lg-16 {
        margin-bottom: 16px;
    }

    .mb-lg-24 {
        margin-bottom: 24px;
    }

    .mb-lg-30 {
        margin-bottom: 30px;
    }

    .mb-lg-32 {
        margin-bottom: 32px;
    }

    .mb-lg-48 {
        margin-bottom: 48px;
    }

    .mb-lg-56 {
        margin-bottom: 56px;
    }

    .mb-lg-64 {
        margin-bottom: 64px;
    }

    .mb-lg-96 {
        margin-bottom: 96px;
    }

    .mb-lg-128 {
        margin-bottom: 128px;
    }
}

@media (min-width: 1200px) {
    .mt-xl-16 {
        margin-top: 16px;
    }

    .mt-xl-24 {
        margin-top: 24px;
    }

    .mt-xl-30 {
        margin-top: 30px;
    }

    .mt-xl-32 {
        margin-top: 32px;
    }

    .mt-xl-48 {
        margin-top: 48px;
    }

    .mt-xl-56 {
        margin-top: 56px;
    }

    .mt-xl-64 {
        margin-top: 64px;
    }

    .mt-xl-96 {
        margin-top: 96px;
    }

    .mt-xl-128 {
        margin-top: 128px;
    }

    .mb-xl-16 {
        margin-bottom: 16px;
    }

    .mb-xl-24 {
        margin-bottom: 24px;
    }

    .mb-xl-30 {
        margin-bottom: 30px;
    }

    .mb-xl-32 {
        margin-bottom: 32px;
    }

    .mb-xl-48 {
        margin-bottom: 48px;
    }

    .mb-xl-56 {
        margin-bottom: 56px;
    }

    .mb-xl-64 {
        margin-bottom: 64px;
    }

    .mb-xl-96 {
        margin-bottom: 96px;
    }

    .mb-xl-128 {
        margin-bottom: 128px;
    }
}

@media (min-width: 1600px) {
    .mt-xxl-16 {
        margin-top: 16px;
    }

    .mt-xxl-24 {
        margin-top: 24px;
    }

    .mt-xxl-30 {
        margin-top: 30px;
    }

    .mt-xxl-32 {
        margin-top: 32px;
    }

    .mt-xxl-48 {
        margin-top: 48px;
    }

    .mt-xxl-56 {
        margin-top: 56px;
    }

    .mt-xxl-64 {
        margin-top: 64px;
    }

    .mt-xxl-96 {
        margin-top: 96px;
    }

    .mt-xxl-128 {
        margin-top: 128px;
    }

    .mb-xxl-16 {
        margin-bottom: 16px;
    }

    .mb-xxl-24 {
        margin-bottom: 24px;
    }

    .mb-xxl-30 {
        margin-bottom: 30px;
    }

    .mb-xxl-32 {
        margin-bottom: 32px;
    }

    .mb-xxl-48 {
        margin-bottom: 48px;
    }

    .mb-xxl-56 {
        margin-bottom: 56px;
    }

    .mb-xxl-64 {
        margin-bottom: 64px;
    }

    .mb-xxl-96 {
        margin-bottom: 96px;
    }

    .mb-xxl-128 {
        margin-bottom: 128px;
    }
}

.trophies-block .trophies__sort-block {
    color: #fff;
}

.trophies-block .trophies__sort-block p {
    margin-right: 15px;
}

.trophies-block .trophies__sort-block label {
    margin-right: 25px;
    position: relative;
    text-decoration: underline;
    cursor: pointer;
}

.trophies-block .trophies__sort-block label:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 12px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
}

.trophies-block .trophies__sort-block label:last-of-type:after {
    display: none;
}
.trophies-block .trophies__sort-block a.active label{
    color:#ffcc00;
}
.trophies-block .trophies__sort-block input {
    display: none;
}

.trophies-block .trophies__sort-block input:checked + label {
    text-decoration: none;
}

.trophies-block .trophies__search {
    padding: 15px 30px;
    background: #fff;
    box-shadow: 0px 33px 49px 0px rgba(28, 28, 28, 0.22);
}

.trophies-block .trophies__search .nice-select {
    border: 1px solid #000;
    border-radius: 0;
    width: 19%;
}

.trophies-block .trophies__search .nice-select .current {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .trophies-block .trophies__search .nice-select {
        width: 15%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .trophies-block .trophies__search .nice-select {
        width: 30%;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .trophies-block .trophies__search .nice-select {
        width: 30%;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .trophies-block .trophies__search .nice-select {
        width: 100%;
        margin-bottom: 10px;
    }
    .gallery_grid .gallery_fancybox img {
        max-height: 59px;
    }
}

.trophies-block .trophies__search .nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    width: 7px;
    height: 7px;
    right: 15px;
}

.trophies-block .trophies__search .nice-select:before {
    content: '';
    position: absolute;
    height: 80%;
    border-right: 1px solid #ccc;
    right: 35px;
    top: 3px;
}

.trophies-block .trophies__search .nice-select ul {
    z-index: 11;
}

.trophies-block .trophies__search .nice-select.last {
    border: none;
    width: 10.5%;
}

.trophies-block .trophies__search .nice-select.last:before {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .trophies-block .trophies__search .nice-select.last {
        width: 15%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .trophies-block .trophies__search .nice-select.last {
        width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .trophies-block .trophies__search .nice-select.last {
        width: 25%;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .trophies-block .trophies__search .nice-select.last {
        width: 100%;
        margin-bottom: 10px;
    }
}

.trophies-block .trophies__search .btn {
    background: #ffcc00;
    color: #000;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    padding: 10px 30px;
}

.trophies-block .trophies__search .btn img {
    margin-right: 5px;
}

._rounded {
    border-radius: 0.25rem;
}

._diagonal-blackout::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-135deg, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

._vertical-blackout::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.ui-scroll-container {
    position: relative;
}

.ui-scroll-container .ui-scroll-overflow {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ui-scroll-container .ui-scroll-outer {
    box-sizing: content-box;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-right: 50px;
}

.ui-scroll-container .ui-scroll-outer::-webkit-scrollbar {
    display: none;
}

.ui-scroll-container .ui-scroll-outer .ui-scroll-inner {
    width: 100%;
}

.ui-scroll-container .ui-scroll-bar-container {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    padding: 4px;
    transition: padding 0.3s ease;
}

.ui-scroll-container .ui-scroll-bar-container .ui-scroll-bar-outer {
    width: 6px;
    height: 100%;
    background: rgba(235, 235, 235, 0.5);
    border-radius: 2px;
    cursor: pointer;
    transition-property: width, background, border-radius;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.ui-scroll-container .ui-scroll-bar-container .ui-scroll-bar-outer .ui-scroll-bar-inner {
    width: 100%;
    background: rgba(55, 55, 55, 0.7);
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s ease, border-radius 0.3s ease;
}

.ui-scroll-container .ui-scroll-bar-container:hover .ui-scroll-bar-outer, .ui-scroll-container .ui-scroll-bar-container:active .ui-scroll-bar-outer {
    background: rgba(235, 235, 235, 0.8);
}

.ui-scroll-container .ui-scroll-bar-container:hover .ui-scroll-bar-outer .ui-scroll-bar-inner, .ui-scroll-container .ui-scroll-bar-container:active .ui-scroll-bar-outer .ui-scroll-bar-inner {
    background: rgba(55, 55, 55, 0.8);
}

.ui-checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.ui-checkbox .ui-checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ui-checkbox .ui-checkbox__input:checked + .ui-checkbox__view {
    background-color: #181717;
    border-color: transparent;
}

.ui-checkbox .ui-checkbox__input:checked + .ui-checkbox__view i {
    opacity: 1;
}

.ui-checkbox .ui-checkbox__view {
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    transition: border-color 0.35s ease, background-color 0.35s ease;
}

.ui-checkbox .ui-checkbox__view i {
    display: block;
    margin: 1px auto;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: color 0.35s ease, opacity 0.35s ease;
}

.ui-details .ui-details__summary {
    cursor: pointer;
}

.ui-details .ui-details__stat-icon {
    transform: rotate(0);
    transition: transform 0.35s ease;
}

.ui-details .ui-details__overflow-content {
    overflow: hidden;
    height: 0;
    opacity: 0;
}

.ui-details.ui-details--open .ui-details__stat-icon {
    transform: rotate(90deg);
}

.ui-details.ui-details--open .ui-details__stat-icon.ui-details__stat-icon--negative {
    transform: rotate(-90deg);
}

.ui-details.ui-details--open .ui-details__overflow-content {
    height: auto;
    opacity: 1;
}

.ui-more .ui-more__overflow-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ui-more .ui-more__overflow-content::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 32px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.ui-more.ui-more--open .ui-more__overflow-content {
    overflow: hidden;
}

.ui-more.ui-more--open .ui-more__overflow-content::after {
    opacity: 0;
}

.btn.btn--load-more {
    padding: 16px 48px;
    font-size: 14px;
    background: #fff;
}

.btn.btn--white {
    border: 1px solid transparent;
    background: #fff;
    color: #181717;
}

.btn.btn--white:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn.btn--white-invert {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn.btn--white-invert:hover {
    border: 1px solid transparent;
    background: #fff;
    color: #181717;
}

.btn.btn--dark {
    border: 1px solid transparent;
    background: #181717;
    color: #fff;
}

.btn.btn--dark:hover {
    border: 1px solid #181717;
    background: transparent;
    color: #181717;
}

.btn.btn--dark-invert {
    border: 1px solid #181717;
    background: transparent;
    color: #181717;
}

.btn.btn--dark-invert:hover {
    border: 1px solid transparent;
    background: #181717;
    color: #fff;
}

.btn.btn--gray {
    border: 1px solid transparent;
    background: #e2e0e0;
    color: #181717;
}

.btn.btn--gray:hover {
    border: 1px solid #e2e0e0;
    background: transparent;
}

.btn.btn--gray-invert {
    border: 1px solid #e2e0e0;
    background: transparent;
    color: #181717;
}

.btn.btn--gray-invert:hover {
    border: 1px solid transparent;
    background: #e2e0e0;
}

.btn.btn--yellow {
    background: #ffcc00;
    color: #181717;
    border-color: #ffcc00;
}

.btn.btn--yellow:hover {
    background: #e6b800;
}

.btn.btn--yellow-invert {
    background: #181717;
    color: #ffcc00;
}

.btn.btn--yellow-invert:hover {
    background: #0b0b0b;
}

.heading .heading__icon, .heading .heading__text {
    vertical-align: middle;
}

.heading.heading--icon-left .heading__icon {
    margin-right: 16px;
}

.heading.heading--icon-right .heading__icon {
    margin-left: 16px;
}

.article-preview {
    overflow: hidden;
    position: relative;
    z-index: 3;
    height: 270px;
    padding: 0 !important;
    background: #181717;
}

.article-preview .article-preview__tag {
    z-index: 3;
    display: inline-flex;
    position: absolute;
    top: 30px;
    left: 45px;
    background: #e5192c;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 2px 10px;
}

.article-preview .article-preview__tag.article-preview__tag--online-translation {
    padding: 0;
    font-size: 13px;
    background: transparent;
    color: #ff1b37;
}

.article-preview .article-preview__tag.article-preview__tag--online-translation::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: #e5192c;
    border-radius: 50%;
}

.article-preview .article-preview__tag.article-preview__tag--announcement {
    left: 30px;
    padding: 0;
    font-size: 13px;
    background: transparent;
}

.article-preview .article-preview__tag.article-preview__tag--announcement::before {
    content: 'A';
    display: block;
    text-transform: uppercase;
    text-align: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 700;
    background: #ffcc00;
    border-radius: 3px;
    color: #181717;
}

.article-preview .article-preview__cover-block {
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: #181717;
}

.article-preview .article-preview__cover {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(1);
    opacity: 1;
    transition: all .35s ease;
}

.article-preview .article-preview__content {
    position: relative;
    z-index: 3;
    padding: 15px 30px 60px;
    
}

.article-preview .article-preview__heading {
    transition: color 0.35s ease;
    color: #fff;
    margin-bottom: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.article-preview .article-preview__description {
    color: rgba(255, 255, 255, 0.7);
}

.article-preview .article-preview__footer.statistics {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 30px 16px;
    z-index: 3;
}

.article-preview .article-preview__footer.statistics .statistics__item {
    color: rgba(255, 255, 255, 0.4);
}

.article-preview .article-preview__footer.statistics .statistics__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.article-preview:hover .article-preview__cover {
    opacity: .5;
    transform: scale(1.05);
}

.article-preview.article-preview--high {
    padding: 20px 45px;
    height: 450px;
}

.article-preview.article-preview--high.article-preview--video::after, .article-preview.article-preview--high.article-preview--video-light::after {
    top: 150px;
    left: 45px;
}

.article-preview.article-preview--advertising {
    padding: 25px 20px;
}

.article-preview.article-preview--advertising .article-preview__content {
    padding: 20px;
}

.article-preview.article-preview--advertising .article-preview__description {
    color: #e2e0e0;
    margin-bottom: 16px;
}

.article-preview.article-preview--advertising .article-preview__heading {
    color: #2f3301;
}

.article-preview.article-preview--video::after, .article-preview.article-preview--video-light::after {
    content: '\f3aa';
    position: absolute;
    z-index: 10;
    top: 16px;
    left: 30px;
    width: 70px;
    height: 70px;
    padding: 18px 30px;
    font: normal normal normal 34px/1 'Material-Design-Iconic-Font';
    border-radius: 50%;
    background-size: contain;
    transition: all 0.3s;
}

.article-preview.article-preview--video::after {
    color: rgba(255, 255, 255, 0.5);
    background: rgba(24, 23, 23, 0.8);
}

.article-preview.article-preview--video-light::after {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.article-preview.article-preview--light {
    min-height: 160px;
    height: auto;
    transition: background-color 0.35s ease, color 0.35s ease;
    background: transparent;
}

.article-preview.article-preview--light:hover {
    background-color: #fff;
    color: #181717;
}

.article-preview.article-preview--light:hover .article-preview__heading {
    color: #181717;
}

.article-preview.article-preview--light:hover .article-preview__footer .statistics__item {
    color: rgba(24, 23, 23, 0.5);
}

.article-preview.article-preview--light:hover .article-preview__footer .statistics__item:not(:last-child) {
    border-right: 1px solid rgba(24, 23, 23, 0.4);
}

.article-preview.article-preview--diagonal-blackout::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-135deg, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.article-preview.article-preview--vertical-blackout::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.article-preview.article-preview--top-cover, .article-preview.article-preview--left-cover, .article-preview.article-preview--right-cover {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.article-preview.article-preview--gray-border {
    border: 1px solid #e2e0e0;
}

.article-preview.article-preview--top-cover .article-preview__cover-block {
    width: 100%;
    height: 50%;
}

.article-preview.article-preview--top-cover .article-preview__content {
    width: 100%;
    height: 50%;
}

.article-preview.article-preview--top-cover .article-preview__heading {
    color: #181717;
}

.article-preview.article-preview--top-cover .article-preview__footer.statistics .statistics__item {
    color: rgba(24, 23, 23, 0.4);
}

.article-preview.article-preview--top-cover .article-preview__footer.statistics .statistics__item:not(:last-child) {
    border-right: 1px solid rgba(24, 23, 23, 0.4);
}

.article-preview.article-preview--left-cover .article-preview__cover-block {
    width: 45%;
    height: 100%;
}

.article-preview.article-preview--left-cover .article-preview__content {
    width: 55%;
    height: 100%;
}

.article-preview.article-preview--left-cover .article-preview__heading {
    color: #181717;
}

.article-preview.article-preview--left-cover .article-preview__footer.statistics .statistics__item {
    color: rgba(24, 23, 23, 0.4);
}

.article-preview.article-preview--left-cover .article-preview__footer.statistics .statistics__item:not(:last-child) {
    border-right: 1px solid rgba(24, 23, 23, 0.4);
}

.article-preview.article-preview--right-cover .article-preview__cover-block {
    width: 30%;
    height: 100%;
}

.article-preview.article-preview--right-cover .article-preview__content {
    width: 70%;
    height: 100%;
}

.article-preview.article-preview--right-cover .article-preview__heading {
    color: #181717;
}

.article-preview.article-preview--right-cover .article-preview__footer.statistics .statistics__item {
    color: rgba(24, 23, 23, 0.4);
}

.article-preview.article-preview--right-cover .article-preview__footer.statistics .statistics__item:not(:last-child) {
    border-right: 1px solid rgba(24, 23, 23, 0.4);
}

.article-preview.article-preview--no-cover {
    border: 1px solid #fff;
    background-color: #fff;
}

.article-preview.article-preview--no-cover .article-preview__heading {
    color: #181717;
}
#pdopage .article-preview.article-preview--no-cover .article-preview__heading {
    color: #fff;
}
.article-preview.article-preview--no-cover .article-preview__footer.statistics .statistics__item {
    color: rgba(24, 23, 23, 0.4);
}
#pdopage .article-preview.article-preview--no-cover .article-preview__footer.statistics .statistics__item {
    color: rgba(255, 255, 255, 0.4);
}
.article-preview.article-preview--no-cover .article-preview__footer.statistics .statistics__item:not(:last-child) {
    border-right: 1px solid rgba(24, 23, 23, 0.4);
}

.product-preview {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 325px;
    background: #fff;
}

.product-preview .product-preview__cover-container {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 55%;
    width: 100%;
}

.product-preview .product-preview__cover {
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(1);
    opacity: 1;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.product-preview:hover .product-preview__cover {
    transform: scale(1.1);
}

.product-preview .product-preview__content {
    height: 45%;
    padding: 16px;
}

.product-preview .product-preview__section {
    font-weight: 500;
    color: #a1a2a2;
}

.product-preview .product-preview__heading {
    font-weight: 400;
    color: #007042;
    margin-top: 0;
}

.product-preview .product-preview__footer {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e2e0e0;
}

.product-preview .product-preview__price {
    color: #181717;
}

.product-preview.product-preview--horizontal {
    height: 140px;
}

.product-preview.product-preview--horizontal .product-preview__cover-container {
    width: 35%;
    height: 100%;
}

.product-preview.product-preview--horizontal .product-preview__content {
    width: 65%;
    height: 100%;
}

.blog-article-preview {
    padding: 32px 96px 0 56px;
    display: block;
    color: black;
}

.blog-article-preview .blog-article-preview__heading {
    font-size: 40px;
}

.blog-article-preview .blog-article-preview__footer {
    margin-right: -96px;
    padding-bottom: 24px;
}
.blog-article-preview--wide-cover .blog-article-preview__footer{
    padding-top: 10px;
}
.blog-article-preview .blog-article-preview__statistics {
    font-size: 13px;
    color: #9c9c9c;
}

.blog-article-preview .blog-article-preview__statistics .statistics__item:not(:last-child) {
    border-right: 1px solid #cccccc;
}

.blog-article-preview .blog-article-preview__statistics .statistics__item-value {
    color: #272525;
    font-size: 13px;
}

.blog-article-preview .blog-article-preview__author .user__post {
    font-size: 12px;
}

.blog-article-preview .blog-article-preview__author .user__name {
    font-size: 14px;
}

.blog-article-preview.blog-article-preview--wide-cover .blog-article-preview__cover-container {
    margin-top: 36px;
    margin-right: -96px;
    margin-left: -56px;
}

.blog-article-preview:not(.blog-article-preview--wide-cover) .blog-article-preview__footer {
    margin-top: 32px;
    border-top: 1px solid #e3e3e3;
}

.statistics .statistics__item {
    padding-right: 16px;
    transition: color 0.35s ease, border-right-color 0.35s ease;
}

.statistics .statistics__item:not(:first-child) {
    padding-left: 16px;
}

.statistics .statistics__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.statistics .statistics__item i {
    margin-right: 10px;
}

.statistics .statistics__item.statistics__item--icon .statistics__item-icon {
    vertical-align: middle;
    font-size: 20px;
}

.statistics .statistics__item.statistics__item--icon .statistics__item-value {
    vertical-align: middle;
}

.statistics .statistics__item-value.statistics__value--red-label {
    padding: 2px 6px;
    background: #c41634;
    color: #fff;
}
.user-office{
    margin-top: 27px;
}
.user-office {
    position: relative;
    width: 100%;
    min-height: 48px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255,255,255,0.3);
    cursor: pointer;
}

.user-office.user-office_guest .user-office__login, .user-office_initialized .user-office__login {
    width: 100%;
    padding: 8px 16px;
    color: #fff;
    transition: color .3s ease;
}

.user-office.user-office_guest .user-office__login:hover, .user-office_initialized .user-office__login:hover {
    color: rgba(255, 255, 255, 0.8);
}

.user-office.user-office_initialized .user-office__user {
    width: 100%;
    cursor: pointer;
}

.user-office.user-office_initialized .user-office__user .personal-text {
    width: calc(100% - (51px + 16px));
    color: #fff;
    transition: color .3s ease;
}

.user-office.user-office_initialized .user-office__user .personal-text:hover {
    color: rgba(255, 255, 255, 0.8);
}

.user-office.user-office_initialized .user-office__user .personal-text .personal-text__text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-office.user-office_initialized .user-office__user .personal-text .personal-text__icon {
    /*margin-left: 16px;*/
    margin-right: 8px;
}

.user-office .user-office__submenu-wrapper {
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: 0;
    min-width: 100%;
    padding-top: 16px;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
}

.user-office .user-office__submenu-wrapper .user-office__submenu {
    position: relative;
    padding: 8px 16px;
    min-width: 100%;
    background: #ffffff;
    box-shadow: 0 33px 49px 0 rgba(28, 28, 28, 0.22);
}

.user-office .user-office__submenu-wrapper .user-office__submenu::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
}

.user-office .user-office__submenu-wrapper .user-office__submenu .user-office__submenu-item {
    position: relative;
    /*min-height: 56px;*/
    padding: 8px 0;
    color: #1f1f1f;
    line-height: 23px;
}

.user-office .user-office__submenu-wrapper .user-office__submenu .user-office__submenu-item::after {
    content: '\f2fb';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    font: normal normal normal 18px/1 'Material-Design-Iconic-Font';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.user-office .user-office__submenu-wrapper .user-office__submenu .user-office__submenu-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.user-office .user-office__submenu-wrapper .user-office__submenu .user-office__submenu-item.user-office__submenu-item_active, .user-office .user-office__submenu-wrapper .user-office__submenu .user-office__submenu-item:hover {
    color: #ff1b37;
}

.user-office .user-office__submenu-wrapper .user-office__submenu .user-office__submenu-item.user-office__submenu-item_exit {
    color: #949494;
}

.user-office .user-office__submenu-wrapper .user-office__submenu .user-office__submenu-item.user-office__submenu-item_exit.user-office__submenu-item_active, .user-office .user-office__submenu-wrapper .user-office__submenu .user-office__submenu-item.user-office__submenu-item_exit:hover {
    color: #ff1b37;
}

.user-office .user-office__submenu-wrapper.user-office__submenu-wrapper_open {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.header {
    padding-top: 48px;
    background: #161616 url(/assets/site/images/header-bg-black.png) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

@media (min-width: 480px) {
    .header {
        background-attachment: fixed;
        background-size: contain;
    }
}

.header.header-high {
    padding-top: 48px;
}

@media (min-width: 480px) {
    .header.header-high {
        padding-top: 96px;
    }
}

@media (min-width: 768px) {
    .header.header-high {
        padding-top: 128px;
    }
}

@media (min-width: 992px) {
    .header.header-high {
        padding-top: 200px;
    }
}



.header .logo {
    display: block;
    color: #ffffff;
}

.header .logo img {
    margin: auto;
}

.header .logo .heading {
    font-size: 24px;
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    background-repeat: no-repeat;
    background-position: center;
}
/*.swiper-button-next:after, .swiper-button-prev:after {
    opacity: 0 !important;
}*/

@media (min-width: 480px) {
    .header .logo .heading {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .header .logo .heading {
        font-size: 48px;
    }
}

.header .logo .sub {
    font-size: 16px;
}

@media (min-width: 768px) {
    .header .logo .sub {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .header .logo .sub {
        font-size: 20px;
    }
}

.header .nav {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.header .nav li {
    display: block;
    width: 100%;
    list-style: none;
    transition: all 0.3s;
    text-align: center;
}

.header .nav li:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header .nav li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    vertical-align: top;
    justify-content: center;
    padding: 10px 0;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
    .header .nav li a {
        font-size: 24px;
    }
}

@media (min-width: 1600px) {
    .header .nav li a {
        font-size: 30px;
    }
}

.header .nav li a svg {
    width: 25px;
    fill: #fff;
    margin-right: 10px;
    transition: all 0.3s;
    position: relative;
    /* top: 8px; */
}

.header .nav li a:hover {
    color: #ffcc00;
    text-decoration: none;
}

.header .nav li a:hover svg {
    fill: #ffcc00;
}

.header .nav li.active a {
    border-bottom: 3px solid #ffcc00;
    color: #ffcc00;
}

.header .nav li.active a svg {
    fill: #ffcc00;
}

.header-search-block form {
    position: relative;
    width: 100%;
    margin-top: 27px;
    border: 1px solid rgba(255,255,255,0.3);
}

.header-search-block form input {
    width: 100%;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    padding: 13px 20% 13px 30px;
    outline: none;
    background: rgba(0, 0, 0, 0.3);
    transition: background-color .3s ease;
}

.header-search-block form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.header-search-block form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.header-search-block form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.header .header-search-block form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.header-search-block form input:focus {
    background-color: rgba(0, 0, 0, 0.7);
}

.header-search-block form button {
    position: absolute;
    top: 1px;
    padding: 14px 15px;
    right: 0;
    border: 0;
    background: transparent;
}

.header-search-block form button img {
    width: 18px;
    margin-right: 5px;
}

.header-search-block form button:hover {
    opacity: 0.7;
}

.sub-nav {
    background: #21221e;
}

.sub-nav .sub-nav__menu {
    margin-right: -20px;
    margin-left: -20px;
}

.sub-nav .sub-nav__item {
    padding: 20px;
    color: #fff;
}

.sub-nav .sub-nav__item span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background: #ff1b37;
}

.sub-nav .sub-nav__item:hover, .sub-nav .sub-nav__item.sub-nav__item--active {
    color: #ffcc00;
}



.pagination {
    display: flex;
}

.pagination .pagination__menu {
    display: flex;
}

.pagination .pagination__item, .pagination .pagination__delimiter {
    display: block;
    padding: 4px 16px;
    font-size: 28px;
    color: #fff;
}

.pagination .pagination__item {
    background: transparent;
}

.pagination .pagination__item:hover, .pagination .pagination__item.pagination__item--active {
    background-color: #181717;
}

.pagination .pagination__btn-nex-page {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.footer {
    background: #0d0d0d;
    padding-bottom: 40px;
}

.footer .logo img {
    margin: 0 auto 50px auto;
    padding-top: 30px;
}

.footer .row .h2-block {
    font-size: 22px;
    text-transform: uppercase;
    color: #ffcc00;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}

.footer .row .h2-block:hover {
    color: rgba(255, 204, 0, 0.3);
}

.footer .row ul {
    margin-top: 20px;
}

.footer .row ul li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s;
    font-size: 13px;
}

.footer .row ul li a:hover {
    opacity: 0.3;
}

.footer .bb {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 20px;
}

.footer .flex {
    margin-top: 20px;
}

.footer .flex ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer .flex ul li a {
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s;
    font-size: 14px;
}

.footer .flex ul li a:hover {
    opacity: 0.3;
}

.footer .flex p, .footer .flex p a {
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    transition: all 0.3s;
    font-size: 14px;
}

.footer .flex p:hover a {
    color: white;
}

.footer .copyright p {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.footer .copyright p:first-child {
    margin: 15px 0 20px 0;
}

.footer .copyright p:last-child {
    margin-bottom: 0;
}

.breadcrumbs span a {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs span span {
    color: #fff;
    font-weight: bold;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 15px;
    border-bottom: 1px solid #b8bba7;
    padding-bottom: 13px;
    margin-bottom: 22px;
}

.breadcrumbs .breadcrumbs__menu {
    display: flex;
    align-items: center;
}

.breadcrumbs .breadcrumbs__item {
    flex: 0 0 auto;
    color: #fff;
}

.breadcrumbs .breadcrumbs__item:hover, .breadcrumbs .breadcrumbs__item.active {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs .breadcrumbs__separator {
    margin-right: 16px;
    margin-left: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.banner-mobile {
    display: none;
}

.advertising-block {
    position: relative;
    z-index: 1;
}

.advertising-block.advertising-block--grid .advertising-block__banner {
    display: block;
    float: left;
}

.advertising-block.advertising-block--horizontal-slider .advertising-block__banner {
    height: 180px;
}

.advertising-block.advertising-block--horizontal-slider .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 16px;
}

.advertising-block.advertising-block--horizontal-slider .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.advertising-block.advertising-block--horizontal-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.8);
}

.advertising-block .advertising-block__banner {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.advertising-block .advertising-block__cover:not(img) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: -2;
    transition: transform;
    transition: transform 0.35s ease;
}

.rating {
    position: relative;
}

.rating.rating--stars .rating__star {
    flex: 0 0 auto;
    font-size: 20px;
}

.rating.rating--stars .rating__stars-static {
    color: rgba(240, 119, 0, 0.5);
}

.rating.rating--stars .rating__stars-dynamic {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    color: #f07700;
}

.reviews-form .reviews-form__user-photo-container {
    flex: 0 0 auto;
    width: 48px;
}

.reviews-form .reviews-form__content {
    width: 100%;
}

.reviews-form .reviews-form__textarea {
    display: block;
    width: 100%;
    height: 48px;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #e2e0e0;
    resize: none;
}

.reviews__related .related__article-preview {
    margin-bottom: 2px;
}

.review .review__author-photo-container {
    flex: 0 0 auto;
    width: 48px;
}

.review .review__reply-heading {
    padding-left: 40px;
    color: #bdbcbc;
}

.review .review__header {
    height: 48px;
}

.review .review__author-name {
    line-height: 1;
}

.review .review__date {
    margin-top: 8px;
    line-height: 1;
    color: #bdbcbc;
}

.review .review__btn-reply {
    font-size: 16px;
}

.review .review--reply {
    width: 90%;
    margin-left: 10%;
}

.characteristics-block {
    padding-right: 128px;
    padding-left: 128px;
}

.characteristics-block .characteristics-block__subheading {
    margin-right: -128px;
    margin-left: -128px;
    padding: 16px 128px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #d7d7d7;
}

.characteristics-block table {
    width: 100%;
}

.characteristics-block table tr td {
    padding: 8px 0;
}

.characteristics-block table tr td:first-of-type {
    min-width: 30%;
}

.characteristics-block table tr:not(:last-of-type) td {
    border-bottom: 1px solid #eaeaea;
}

.subsection-block .subsection-block__btn-show-all {
    padding: 16px;
}

.subsection-block .subsection-block__count-products {
    margin-left: 8px;
    color: rgba(24, 23, 23, 0.7);
}

.subsection-block .subsection-block__content.swiper-container .swiper-button-next, .subsection-block .subsection-block__content.swiper-container .swiper-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    height: auto;
    margin: 0;
    z-index: 55;
    background: rgba(24, 23, 23, 0.3) center no-repeat;
    transition: background-color 0.35s ease, opacity 0.35s ease;
}

.subsection-block .subsection-block__content.swiper-container .swiper-button-next.swiper-button-disabled, .subsection-block .subsection-block__content.swiper-container .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.subsection-block .subsection-block__content.swiper-container .swiper-button-next:hover, .subsection-block .subsection-block__content.swiper-container .swiper-button-prev:hover {
    background-color: rgba(24, 23, 23, 0.5);
}

.subsection-block .subsection-block__content.swiper-container .swiper-button-next {
    right: 0;
    background-image: url("/assets/site/img/arrow-small-bold-right.png");
}

.subsection-block .subsection-block__content.swiper-container .swiper-button-prev {
    left: 0;
    background-image: url("/assets/site/img/arrow-small-bold-left.png");
}

.catalog-list {
    padding: 40px 0;
}

.catalog-list:last-child {
    border-right: 0;
}

.catalog-list li {
    display: block;
    list-style: none;
}

.catalog-list li a {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    width: 100%;
    color: #fff;
}

.catalog-list li a:hover {
    color: #ffcc00;
}

.catalog-list li a img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.catalog-list li a.in-catalog {
    width: 100%;
    background: #fff;
    color: #55504c;
    position: relative;
}

.catalog-list li a.in-catalog .icon-wrapper {
    height: 60px;
    width: 60px;
    font-size: 20px;
    background: #55504c;
    text-align: center;
    line-height: 62px;
    font-weight: 400;
    color: #fff;
    margin-right: 10px;
}

.catalog-list li a.in-catalog:after {
    content: '\f2ee';
    position: absolute;
    font-family: material-design-iconic-font;
    top: 13px;
    right: 20px;
    font-size: 20px;
    transition: all 0.3s;
}

.catalog-list li a.in-catalog:hover:after {
    right: 10px;
}

.fresh-reports-block .fresh-reports-block__heading {
    margin-bottom: 0;
}

.fresh-reports-block .fresh-reports-block__article-preview {
    height: 380px;
}

.fresh-reports-block .fresh-reports-block__article-preview .article-preview__author .user__name {
    font-size: 11px;
}

.trophies-block__article {
    position: relative;
}

.trophies-block__article .article-preview__like {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding: 7px 15px;
    cursor: pointer;
}

.trophies-block__article .article-preview__like.active {
    color: #ffcc00;
}

.trophies-block__article .article-preview__like .h6 span {
    display: none;
    padding-right: 10px;
}

.trophies-block__article .article-preview__like:hover > .h6 span {
    display: inline-block;
}

.trophies-block__article .article-preview__like.active:hover > .h6 span {
    display: none;
}

.new-block-main-page {
    background: rgba(55, 55, 55, 0.2);
}

.new-block-main-page aside {
    display: block;
    padding: 15px 15px 15px 0;
}

.new-block-main-page aside .tag {
    position: static;
    margin-top: 40px;
    display: inline-block;
    background: #e5192c;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 2px 10px;
}

.new-block-main-page aside menu a {
    display: block;
    padding: 20px 0;
}

.new-block-main-page aside menu a h3 {
    transition: color 0.35s ease;
}

.new-block-main-page aside menu a:not(:last-of-type) {
    border-bottom: 1px solid #9c9c9c;
}

.new-block-main-page aside menu a .footer-info {
    color: #9c9c9c;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-left: 15px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.new-block-main-page aside menu a:hover h3 {
    color: #ffcc00;
}

.new-block-main-page aside menu a:hover .footer-info {
    opacity: 1;
}

.new-block-main-page aside .show-more {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.new-block-main-page aside .show-more:hover {
    background-color: #ffcc00;
    color: #000;
}

.new-block-main-page .news .news-preview {
    height: 350px;
}

/*
@media (min-width: 768px) {
    .new-block-main-page .news .news-preview {
        width: calc(((744px / 12) * 8) + ((100vw - 744px) / 2));
    }
}

@media (min-width: 992px) {
    .new-block-main-page .news .news-preview {
        width: calc(((960px / 12) * 8) + ((100vw - 960px) / 2));
    }
}

@media (min-width: 1200px) {
    .new-block-main-page .news .news-preview {
        width: calc(((1176px / 12) * 8) + ((100vw - 1176px) / 2));
    }
}

@media (min-width: 1600px) {
    .new-block-main-page .news .news-preview {
        width: calc(((1560px / 12) * 8) + ((100vw - 1560px) / 2));
    }
}*/

.brands .brands__brand {
    display: block;
    height: 148px;
}

.preview {
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.preview.preview--vertical-blackout::before, .preview .preview__cover-container.preview__cover-container--vertical-blackout::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.preview .preview__cover-container {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.preview .preview__cover {
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(1);
    transition: transform 0.35s ease;
}

.preview:hover .preview__cover {
    transform: scale(1.1);
}


.search-block form[name="search"] {
    position: relative;
    padding: 12px;
    border: 1px solid #868a75;
    background: rgba(0, 0, 0, 0.4);
}

.search-block form[name="search"] input {
    width: 100%;
    height: 64px;
    margin: -12px 0 -12px -12px;
    padding: 0 40px;
    color: #fff;
}

.search-block form[name="search"] .nice-select {
    flex: 1 0 auto;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #868a75;
    background: transparent;
    height: 35px;
    line-height: 37px;
}

.search-block form[name="search"] .nice-select::after {
    margin-top: 0;
}

.search-block form[name="search"] .nice-select .current {
    color: #fff;
}

.search-block form[name="search"] button {
    flex: 1 0 auto;
    margin-left: 28px;
    background: #ffcc00;
    color: #000;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.search-block form[name="search"] button img {
    margin-right: 5px;
}

.search-block form[name="search"] button:hover {
    opacity: 0.7;
}

.search-block .office .personal-account .photo {
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
}

.search-block .office .personal-account .caption {
    line-height: 1.2;
    padding: 0 10px;
    color: #fff;
}

.search-block .office .personal-account .caption .subtitle {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.6);
}

.search-block .office .messages {
    width: 48px;
    height: 48px;
    font-size: 25px;
    position: relative;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.search-block .office .messages span {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff1b37;
    color: #fff;
    text-align: center;
    line-height: 20px;
    top: 0;
    right: 2px;
    font-size: 13px;
}

.visited-products {
    padding: 48px 0;
    background: rgba(24, 23, 23, 0.15);
}

.recent-comments-block {
    padding: 24px 24px 0;
}

.recent-comments-block .recent-comments-block__header {
    padding-bottom: 24px;
    border-bottom: 1px solid #e1e1e1;
}

.recent-comments-block .recent-comments-block__heading {
    font-size: 20px;
}

.recent-comments-block .recent-comments-block__heading.heading.heading--icon-right .heading__icon {
    font-size: 28px;
    color: #d2d2d2;
}

.recent-comments-block .recent-comments-block__list {
    height: 700px;
}

.recent-comments-block .recent-comments-block__list .ui-scroll-overflow::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    left: 0;
    width: auto;
    height: 24px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%);
    pointer-events: none;
}

.recent-comments-block .recent-comments-block__list .ui-scroll-overflow::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 128px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    pointer-events: none;
}

.recent-comments-block .recent-comments-block__list .ui-scroll-overflow .ui-scroll-outer {
    padding-bottom: 128px;
}

.recent-comments-block .recent-comments-block__list .ui-scroll-bar-container {
    left: calc(100% + 8px);
    right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
}

.recent-comments-block .recent-comments-block__list .recent-comments-block__comment {
    margin-top: 24px;
    padding-bottom: 24px;
}

.recent-comments-block .recent-comments-block__list .recent-comments-block__comment:not(:last-of-type) {
    border-bottom: 1px solid #e1e1e1;
}

.recent-comments-block .recent-comments-block__list .recent-comments-block__comment .comment__author-photo {
    height: 48px;
    margin-right: 10px;
}

.recent-comments-block .recent-comments-block__list .recent-comments-block__comment .comment__author-name {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 4px;
}

.recent-comments-block .recent-comments-block__list .recent-comments-block__comment .comment__publication-date {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #9e9e9e;
}

.recent-comments-block .recent-comments-block__list .recent-comments-block__comment .comment__footer-heading {
    color: #9e9e9e;
}

.recent-comments-block .recent-comments-block__list .recent-comments-block__comment .comment__target {
    color: #181717;
    border-bottom: 1px solid #c41634;
}

.past-broadcasts-block {
    background-color: rgba(24, 23, 23, 0.15);
}

.past-broadcasts-block .article-preview.article-preview--video .article-preview__content {
    padding: 30px;
}

.past-broadcasts-block .article-preview.article-preview--video::after {
    top: 32px;
    left: 50%;
    margin-left: -35px;
    font: normal normal normal 34px/1 'Material-Design-Iconic-Font';
    color: #fff;
    background: rgba(24, 23, 23, 0.8);
}

.article-preview.article-preview--video:hover .article-preview__heading {
    color: #ffcc00;
}

.article-preview.article-preview--video:hover::after {
    color: #ffcc00;
}

.news-preview {
    overflow: hidden;
    position: relative;
    z-index: 3;
    height: 225px;
    padding: 16px 30px;
    background-color: #1d1d1d;
}

.news-preview .cover {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(1);
    opacity: 1;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.news-preview::before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.news-preview .tag {
    position: absolute;
    top: 30px;
    left: 45px;
    display: inline-block;
    background: #e5192c;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 2px 10px;
    z-index: 3;
}

.rap-box .tag {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    background: #e5192c;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 2px 10px;
}

.news-preview .heading {
    color: #fff;
    z-index: 3;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.news-preview .description {
    color: #fff;
    z-index: 3;
}

.news-preview footer {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.3);
    z-index: 3;
}

.news-preview footer div {
    padding-right: 16px;
}

.news-preview footer div:not(:first-of-type) {
    padding-left: 16px;
}

.news-preview footer div:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.news-preview footer div time {
    /* margin-left: 10px; */
}

.news-preview footer div i {
    margin-right: 10px;
}

.news-preview:hover .cover {
    opacity: .5;
    transform: scale(1.05);
}
.news-preview:hover .news-preview footer,.news-preview:hover footer div{
    color:rgba(255, 255, 255, 0.8)!important;
}
.news-preview.news-preview-high {
    padding: 20px 45px;
    height: 450px;
}

.news-preview.news-video-preview::after {
    content: '\f3a8';
    position: absolute;
    font-family: material-design-iconic-font;
    top: 16px;
    left: 30px;
    font-size: 60px;
    transition: all 0.3s;
    color: #ffffff;
}

.blog-post .blog-post__header, .blog-post .blog-post__article, .blog-post .blog-post__share, .blog-post .blog-post__related {
    margin-right: 40px;
    margin-left: 40px;
}

.blog-post .blog-post__header.blog-article-preview {
    padding: 40px 0 24px;
    border-bottom: 1px solid #e2e2e2;
}

.blog-post .blog-post__header.blog-article-preview .blog-article-preview__cover-container {
    margin-right: -40px;
    margin-left: -40px;
}

.blog-post .blog-post__header.blog-article-preview .blog-article-preview__footer {
    margin-right: 0;
}

.blog-post .blog-post__article.article img:not(:last-child), .blog-post .blog-post__article.article .article__video-block:not(:last-child), .blog-post .blog-post__article.article .article__gallery:not(:last-child), .blog-post .blog-post__article.article p:not(:last-child) {
    margin-bottom: 24px;
}

.blog-post .blog-post__article.article .article__video-block {
    position: relative;
}

.blog-post .blog-post__article.article .article__video-block::before {
    content: '\f3aa';
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    margin-top: -64px;
    margin-left: -64px;
    padding: 40px 56px;
    font: normal normal normal 48px/1 'Material-Design-Iconic-Font';
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    transition: all 0.3s;
}

.blog-post .blog-post__article.article .article__gallery {
    margin-left: -40px;
    margin-right: -40px;
    padding: 40px 80px;
    background: rgba(24, 23, 23, 0.05);
}

.blog-post .blog-post__article.article .article__gallery .gallery__top .swiper-button-next, .blog-post .blog-post__article.article .article__gallery .gallery__top .swiper-button-prev {
    position: absolute;
    margin-top: 0;
    top: 0;
    bottom: 0;
    width: 64px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.35s ease, background-color 0.35s ease;
}

.blog-post .blog-post__article.article .article__gallery .gallery__top .swiper-button-next:hover, .blog-post .blog-post__article.article .article__gallery .gallery__top .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.blog-post .blog-post__article.article .article__gallery .gallery__top .swiper-button-next {
    right: 0;
}

.blog-post .blog-post__article.article .article__gallery .gallery__top .swiper-button-prev {
    left: 0;
}

.blog-post .blog-post__article.article .article__gallery .gallery__top .swiper-button-disabled {
    opacity: 0;
}

.blog-post .blog-post__article.article .article__gallery .gallery__thumbs .swiper-slide {
    width: 200px;
    height: 150px;
    border: 5px solid transparent;
    transition: border 0.35s ease;
}

.blog-post .blog-post__article.article .article__gallery .gallery__thumbs .swiper-slide.swiper-slide-active {
    border: 5px solid #eb8c00;
}

.blog-post .blog-post__related.related {
    padding-right: 40px;
    padding-left: 40px;
    border-top: 1px solid #e3e3e3;
}

.blog-post .blog-post__related.related .related__heading {
    font-size: 25px;
}

.blog-post .blog-post__related.related .related__article-preview {
    height: 128px;
}

.blog-post .blog-post__reviews-block {
    padding-left: 40px;
    padding-right: 140px;
}

.blog-post .blog-post__reviews-block .reviews-block__reviews-form.reviews-form {
    margin-right: -140px;
    margin-left: -40px;
    padding: 40px 140px 40px 40px;
    background: rgba(24, 23, 23, 0.05);
}

.popular-blog-posts {
    padding: 24px;
}

.popular-blog-posts .popular-blog-posts__header {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 24px;
}

.popular-blog-posts .popular-blog-posts__heading {
    margin-bottom: 0;
}

.popular-blog-posts .popular-blog-posts__item {
    position: relative;
    display: block;
    padding: 8px 0 8px 32px;
    color: #181717;
}

.popular-blog-posts .popular-blog-posts__item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: #cccccc;
    border-radius: 50%;
}

.popular-blog-posts .popular-blog-posts__item .underline {
    border-bottom: 1px solid #c41634;
}

.catalog-nav .catalog-nav__wrapper {
    padding: 0 56px 48px;
}

.catalog-nav .catalog-nav__wrapper h5 {
    padding: 0 8px;
    margin-top: 22px;
}
.catalog-nav .catalog-nav__wrapper h5 > a{
    color:#000;
}
.catalog-nav .catalog-nav__wrapper h5 > a i{
    transition: all 0.3s;
    margin-left: 5px;
    font-size: 20px;
    cursor: pointer;
    color: grey;
    position: relative;
    top: 2px;
}
.catalog-nav .catalog-nav__wrapper menu:not(:last-of-type) {
    border-bottom: 1px solid #e2e0e0;
    padding-bottom: 20px;
}

.catalog-nav .catalog-nav__wrapper menu a {
    display: block;
    padding: 6px 8px;
    color: #181717;
}
.catalog-nav .catalog-nav__wrapper menu.level1,.catalog-nav .catalog-nav__wrapper menu.level2,.catalog-nav .catalog-nav__wrapper menu.level3{
    display: none;
}
.catalog-nav .catalog-nav__wrapper menu a:hover {
    color: rgba(24, 23, 23, 0.7);
}

.catalog-nav .catalog-nav__heading {
    margin-top: -16px;
    font-size: 22px;
    line-height: 1;
    color: #181717;
    background: #ffcc00;
    padding: 4px 16px;
}

.online-conference .online-conference__btn-back {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    background: rgba(24, 23, 23, 0.2);
}

.online-conference .online-conference__heading {
    margin-bottom: 0;
}

.online-conference .online-conference__reviews {
    padding-left: 40px;
    padding-right: 40px;
}

.online-conference .online-conference__reviews .reviews__heading .heading__icon {
    color: #d2d2d2;
}

.online-conference .online-conference__reviews .reviews__form {
    margin-right: -40px;
    margin-left: -40px;
    padding: 40px 40px 40px;
    background: rgba(24, 23, 23, 0.05);
}

.report {
    padding: 0;
    max-width: 1200px;
}

.report .report__content {
    position: relative;
    padding: 0 24px 190px;
}

.report .report__place .icon {
    flex: 0 0 auto;
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 16px;
    background: #e7e7e7 center no-repeat;
}

.report .report__place .text .heading {
    margin-right: 8px;
}

.report .report__show-on-map-container {
    height: 82px;
}

.report .report__btn-show-on-map {
    color: #fff;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.2);
}

.report .report__author .user__post {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 4px;
}

.report .report__author .user__name {
    font-size: 13px;
    line-height: 1;
}

.report .report__footer {
    position: absolute;
    bottom: 0;
    padding: 24px;
    border-top: 1px solid #d5d5d5;
}

.report .report__btn-all-author-reports {
    padding: 16px 32px;
    width: 100%;
    background: #181717;
    color: #ffcc00;
}

.report .report__btn-reports-nearby {
    padding: 16px 32px;
    width: 100%;
    background: #e7e7e7;
    color: #181717;
}

.filter .filter__footer {
    border-top: 1px solid #e2e0e0;
    padding-top: 16px;
}

.filter .filter__btn-show {
    width: 100%;
}

.filter .filter__btn-reset {
    width: 100%;
    color: #919191;
    font-size: 14px;
}

.filter-price .filter-price__heading {
    margin-bottom: 12px;
}

.filter-price .filter-price__min-caption, .filter-price .filter-price__max-caption {
    flex: 0 0 auto;
    margin-right: 8px;
    font-size: 13px;
    line-height: 1px;
}

.filter-price .filter-price__min-input, .filter-price .filter-price__max-input {
    width: 100%;
    height: 30px;
    padding: 3px 8px 0;
    line-height: 1px;
    font-size: 13px;
    border: 1px solid #d7d7d7;
    color: #777777;
}

.filter-price .filter__price-range {
    height: 4px;
    background: #d8d8d8;
    border: none;
}

.filter-price .filter__price-range .noUi-connect {
    background: #ffcc00;
}

.filter-price .filter__price-range .noUi-handle {
    width: 24px;
    height: 24px;
    top: -12px;
    left: -12px;
    border: 8px solid #fff;
    background: #c3c3c3;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.filter-price .filter__price-range .noUi-handle::before, .filter-price .filter__price-range .noUi-handle::after {
    content: normal;
}

.filter-section {
    margin: 0 -8px;
    padding: 0 8px;
    border-top: 1px solid #e2e0e0;
}

.filter-section .filter-section__header {
    padding: 24px 0;
}

.filter-section .filter-section__heading {
    margin-bottom: 0;
}

.filter-section .filter-section__content {
    padding-bottom: 24px;
}

.filter-section.filter-section--producer .filter-section__content .producer {
    display: block;
    width: 100%;
    padding: 4px 0;
    cursor: pointer;
}

.filter-section.filter-section--producer .filter-section__content .producer .ui-checkbox {
    margin-right: 8px;
}

.add-report-modal {
    max-width: 500px;
}

.add-report-modal .add-report-modal__header {
    padding: 16px 40px;
    border-bottom: 1px solid rgba(24, 23, 23, 0.2);
}

.add-report-modal .add-report-modal__heading {
    margin-bottom: 0;
    line-height: 1;
}

.add-report-modal .add-report-modal__form.add-report-form {
    padding: 16px 40px 40px;
}

.add-report-modal .add-report-modal__form.add-report-form .add-report-form__photo-input {
    position: relative;
    height: 128px;
    border: 2px dashed #dadada;
}

.add-report-modal .add-report-modal__form.add-report-form .add-report-form__photo-input i {
    margin-right: 8px;
    color: #bababa;
}

.add-report-modal .add-report-modal__form.add-report-form .add-report-form__photo-input .underline {
    line-height: 1;
    border-bottom: 1px solid #bababa;
    transition: border-bottom-color 0.35s ease;
}

.add-report-modal .add-report-modal__form.add-report-form .add-report-form__photo-input input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.add-report-modal .add-report-modal__form.add-report-form .add-report-form__photo-input:hover .underline {
    border-bottom-color: #7a7a7a;
}

.add-report-modal .add-report-modal__form.add-report-form .add-report-form__input {
    width: 100%;
    height: 48px;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid #dadada;
}

.add-report-modal .add-report-modal__form.add-report-form .add-report-form__input.add-report-form__input--textarea {
    height: 224px;
    resize: none;
}

.add-report-modal .add-report-modal__form.add-report-form .add-report-form__btn-submit {
    width: 100%;
}

.search-page .search-page__block form {
    position: relative;
}

.search-page .search-page__block form input {
    width: 100%;
    padding: 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.search-page .search-page__block form button {
    width: 40px;
    height: 40px;
    background: #ffcc00;
    position: absolute;
    top: 11px;
    right: 15px;
}

.search-page .search-page__filter li a {
    color: #e2e0e0;
    margin-right: 20px;
    padding-bottom: 3px;
}

.search-page .search-page__filter li.active a {
    color: #ffcc00;
    border-bottom: 2px solid #ffcc00;
}

.search-page .search-page__block-result {
    background: #fff;
    box-shadow: 0px 20px 27px 0px rgba(28, 28, 28, 0.15);
    padding: 20px;
    justify-content: flex-start;
}

.search-page .search-page__block-result span.h3 {
    color: #000;
    font-weight: bold;
}

.search-page .search-page__block-result article {
    flex-wrap: nowrap;
}

.search-page .search-page__block-result article span.h4 {
    color: #c4c4c4;
}

.search-page .search-page__block-result article p.h4 {
    color: #5d5d5d;
}

.search-page .search-page__block-result article img {
    margin-right: 20px;
    align-self: flex-start;
}

.calculator__block .col-md-5 {
    background-image: url("/assets/site/images/dog.png");
    background-size: cover;
    margin-right: 0;
}

.calculator__block .col-md-7 {
    background: #fff;
    margin-left: 0;
    padding: 40px 50px;
}

.calculator__block .col-md-7 fieldset {
    margin-bottom: 30px;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

.calculator__block .col-md-7 fieldset legend {
    color: #ccc;
    padding-right: 10px;
}

.calculator__block .col-md-7 fieldset a {
    text-align: center;
    display: inline-block;
    color: #000;
    width: 40%;
}

.calculator__block .col-md-7 fieldset a:hover {
    text-decoration: underline;
}

.calculator__block .col-md-7 fieldset a img {
    display: block;
    margin: 20px auto;
}

.lc-page {
    background: #fff;
    padding: 40px 0;
}

.lc-page p {
    color: #a7a7a7;
}

.lc-page .btn {
    padding: 15px 40px;
    border: 1px solid #000;
}

.lc-page table {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    width: 100%;
}

.lc-page table tr {
    margin-bottom: 10px;
}

.lc-page table tr td {
    width: 50%;
}

.lc-page table tr td:first-child {
    color: #a7a7a7;
    vertical-align: top;
}

.lc-page table tr td a {
    color: #000;
    text-decoration: underline;
}

.lc-page .lc-page__action {
    background: #f6f5f5;
    padding: 30px;
}

.lc-page .lc-page__action .lc-page__action-block div {
    width: 50%;
    position: relative;
    padding: 40px 0;
    text-align: center;
}

.lc-page .lc-page__action .lc-page__action-block div:hover {
    color: #ff1b37;
}

.lc-page .lc-page__action .lc-page__action-block div:after {
    content: '';
    border-bottom: 1px solid #ccc;
    width: 50%;
    margin: 0 25%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lc-page .lc-page__action .lc-page__action-block div:before {
    content: '';
    border-right: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 0;
    height: 40%;
    margin: 30% auto;
}

.lc-page .lc-page__action .lc-page__action-block div:nth-child(even):before {
    display: none;
}

.lc-page .lc-page__action .lc-page__action-block div:nth-child(5):after, .lc-page .lc-page__action .lc-page__action-block div:nth-child(6):after {
    display: none;
}

.lc-page .lc-page__photo-block {
    background-size: cover;
    position: relative;
    min-height: 311px;
}

.lc-page .lc-page__photo-block form {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    cursor: pointer;
}

.lc-page .lc-page__photo-block form input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.lc-page menu {
    margin-bottom: 40px;
}

.lc-page menu header {
    color: #fff;
    background: #a9ad95;
    padding: 5px 15px;
}

.lc-page menu a {
    display: block;
    padding: 15px 5px;
    color: #000;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.lc-page menu a:after {
    content: "\f2fb";
    font-family: material-design-iconic-font;
    top: 24%;
    right: 5px;
    position: absolute;
}

.header-lc {
    background:#161616 url(/assets/site/images/header-bg-black.png) top center no-repeat;
    background-size: cover;
    background-repeat: no-repeat
}

.enter-reg__page .col-md-6 {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.enter-reg__page .h3 {
    color: #fff;
}

.enter-reg__page .enter-links a {
    color: #fff;
    padding: 5px 15px;
}

.enter-reg__page .enter-links a.active {
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.5);
}

.enter-reg__page ul {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 15px;
}

.enter-reg__page ul li {
    display: inline-block;
    margin-right: 15px;
}

.enter-reg__page ul li a {
    color: #ffcc00;
}

.enter-reg__page ul li:last-child {
    margin-right: 0;
}

.enter-reg__page form p {
    color: #b3b3b3;
}

.enter-reg__page form input[type="text"], .enter-reg__page form input[type="password"] {
    display: block;
    background: #fff;
    padding: 15px;
    width: 100%;
    margin-bottom: 2px;
    color:#000;
}

.enter-reg__page form fieldset {
    border: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.enter-reg__page form #wlpeLoginButton,
.enter-reg__page form #wlpeResetButton,
.enter-reg__page form [type="submit"] {
    color: #000;
    background: #ffcc00;
    margin-right: 9%;
    padding: 10px;
}

.enter-reg__page form #wlpeReminderButton {
    color: #fff;
    padding: 10px;
    text-align: right;
}

.enter-reg__page .ulogin-buttons-container {
    display: flex;
}

.enter-reg__page .ulogin-buttons-container div {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.enter-reg__page .ulogin-buttons-container div:hover {
    opacity: 0.75;
}

.enter-reg__page .ulogin-buttons-container div:after {
    font-family: material-design-iconic-font;
    color: #fff;
    font-size: 34px;
}

.enter-reg__page .ulogin-buttons-container .fb {
    background: #3e63a3;
}

.enter-reg__page .ulogin-buttons-container .fb:after {
    content: '\f343';
}

.enter-reg__page .ulogin-buttons-container .vk {
    background: #4c7498;
}

.enter-reg__page .ulogin-buttons-container .vk:after {
    content: '\f361';
}

.enter-reg__page .ulogin-buttons-container .od {
    background: #ee8302;
}

.enter-reg__page .ulogin-buttons-container .od:after {
    content: '\f3f9';
}

.enter-reg__page .ulogin-buttons-container .mail {
    background: #1898e6;
    position: relative;
}

.enter-reg__page .ulogin-buttons-container .mail:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("/assets/site/images/mail.png");
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
}

.lc-page-setting .lc-page-setting__links li {
    display: inline-block;
}

.lc-page-setting .lc-page-setting__links li.active a {
    color: #ff1b37;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}

.lc-page-setting .lc-page-setting__links li a {
    padding: 10px 15px;
    color: #000;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 1px solid #ccc;
    margin-left: -4px;
}

.lc-page-setting form input[type="text"],
.lc-page-setting form input[type="password"],
.lc-page-setting form textarea {
    display: block;
    width: 50%;
    border: 1px solid #ccc;
    padding: 3px 10px;
    margin-bottom: 15px;
}

.lc-page-setting form textarea {
    height: 170px;
}

.lc-page-setting form [type="submit"] {
    color: #ffcc00;
    padding: 10px 30px;
    background: #000;
    cursor: pointer;
}

.lc-page-setting .select-block {
    width: 50%;
}

.lc-page-setting .select-block .nice-select {
    width: 33.333%;
    border-radius: 0;
    border: 1px solid #ccc;
}

.page-404 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.page-404 h1 {
    font-size: 45px;
    color: #ffcc00;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .page-404 h1 {
        font-size: 30px;
    }
    .new-block-main-page_mobile .news-preview {
        display: none;
    }
    .new-block-main-page_mobile .news-preview:nth-child(-n+2) {
        display: flex;
        width: 100%;
    }
}

.page-404 p {
    color: #fff;
}

.page-404 ul li {
    margin: 0 20px;
}

@media (max-width: 991px) {
    .page-404 ul li {
        margin: 0 5px;
    }
}

.page-404 ul li a {
    color: #fff;
    font-size: 24px;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 991px) {
    .page-404 ul li a {
        font-size: 18px;
    }
}

.page-404 img {
    margin: 60px auto;
}

@media (max-width: 991px) {
    .page-404 img {
        margin: 40px auto;
    }
}

.help-center-page {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.help-center-page a {
    min-height: 170px;
    color: #000;
    background: #fff;
    margin-bottom: 30px;
    padding: 0 3%;
    transition: all 0.3s;
}

.help-center-page a:hover {
    color: #ffcc00;
    background: #1c1c1c;
    box-shadow: 0px 33px 49px 0px rgba(28, 28, 28, 0.22);
}

.help-center-page__footer {
    padding: 40px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.help-center-page__footer .btn {
    background: #ffcc00;
    color: #000;
    padding: 10px 40px;
}

.help-center-request {
    padding: 40px 0;
}

.help-center-request form label {
    display: block;
    margin-top: 20px;
}

.help-center-request form label span {
    display: inline-block;
    margin-left: 5px;
    color: #ff384d;
}

.help-center-request form .nice-select {
    float: none;
    border-radius: 0;
    height: 52px;
    line-height: 50px;
    border: 1px solid #ccc;
}

.help-center-request form input[type="text"], .help-center-request form textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.help-center-request form textarea {
    height: 200px;
}

.help-center-request form input[type="submit"] {
    padding: 10px 20px;
    color: #000;
    background: #ffcc00;
    margin-top: 30px;
    width: 100%;
}

.help-center-single-page {
    padding: 40px 0;
}

.help-center-single-page ul li {
    border-top: 1px solid #ccc;
    padding: 24px 24px 0 0;
}

.help-center-single-page ul li article {
    padding-bottom: 24px;
    display: none;
}

.help-center-single-page ul li header {
    cursor: pointer;
}

.help-center-single-page ul li:last-child {
    border-bottom: 1px solid #ccc;
}

main.ui-scroll-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.show-nav {
    width: 30px;
    height: 30px;
    padding: 20px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 1px;
    transform: rotate(180deg);
}

.window .header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0.2s;
    z-index: 1;
}

.window .header .burger-container {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.window .header .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}

.window .header .burger-container #burger .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #FFF;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
}

.window .header .burger-container #burger .bar.topBar {
    transform: translateY(0px) rotate(0deg);
}

.window .header .burger-container #burger .bar.btmBar {
    transform: translateY(6px) rotate(0deg);
}

.window .header .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.window .header .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    transform: translateX(0px);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.65s;
}

.window .header ul.menu {
    position: relative;
    display: block;
    padding: 0px 48px 0;
    list-style: none;
}

.window .header ul.menu li.menu-item {
    border-bottom: 1px solid #333;
    margin-top: 5px;
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.window .header ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.49s;
}

.window .header ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.42s;
}

.window .header ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.35s;
}

.window .header ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.28s;
}

.window .header ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.21s;
}

.window .header ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.14s;
}

.window .header ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.07s;
}

.window .header ul.menu li.menu-item:nth-child(8) {
    transition-delay: 0s;
}

.window .header ul.menu li.menu-item:nth-child(9) {
    transition-delay: -0.07s;
}

.window .header ul.menu li.menu-item:nth-child(10) {
    transition-delay: -0.14s;
}

.window .header ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #FFF;
    font-family: "Ek Mukta", sans-serif;
    font-weight: 100;
    text-decoration: none;
    font-size: 22px;
    line-height: 2.35;
    font-weight: 200;
    width: 100%;
}

.window .header.menu-opened {
    height: 100%;
    background-color: #000;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
}

.window .header.menu-opened .burger-container {
    transform: rotate(90deg);
}

.window .header.menu-opened .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
}

.window .header.menu-opened .burger-container #burger .bar.topBar {
    transform: translateY(4px) rotate(45deg);
}

.window .header.menu-opened .burger-container #burger .bar.btmBar {
    transform: translateY(3px) rotate(-45deg);
}

.window .header.menu-opened ul.menu li.menu-item {
    transform: scale(1) translateY(0px);
    opacity: 1;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.27s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.34s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.41s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.48s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.55s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.62s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.69s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(8) {
    transition-delay: 0.76s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(9) {
    transition-delay: 0.83s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(10) {
    transition-delay: 0.9s;
}

.window .header.menu-opened .icon.icon-bag {
    transform: translateX(75px);
    transition-delay: 0.3s;
}

.show-nav.active {
    height: 30px;
    transform: rotate(0deg);
}

.show-nav span {
    width: 35px;
    height: 7px;
    transition: all 0.2s ease;
    position: absolute;
    left: 2px;
    background-image: url(/assets/site/img/gun3.svg);
    background-size: cover;
    transform: rotate(180deg);
}

.show-nav span:nth-child(2) {
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-image: url(/assets/site/img/gun2.svg);
}

.show-nav span:first-child {
    top: 8px;
}

.show-nav span:last-child {
    bottom: 7px;
}

.show-nav.active span:first-child {
    transform: rotate(45deg);
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.show-nav.active span:last-child {
    transform: rotate(-45deg);
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.show-nav.active span:nth-child(2) {
    transform: rotate(-45deg);
    display: none;
}

.main-blocks .row {
    margin: 0;
}

.main-blocks h2 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
}

.news-main-page .col-md-3 {
    height: 225px;
    padding-left: 0;
}

.news-main-page .col-xl-7 {
    height: 450px;
    padding: 0;
}

.news-main-page .col-xl-2 {
    padding-right: 0;
}



.video-block, .main-page-links .big-news {
    display: block;
}

.video-main-page {
    width: 100%;
    overflow: hidden;
}

.video-main-page .swiper-container {
    overflow: visible;
}

.video-main-page .swiper-container .swiper-button-next, .video-main-page .swiper-container .swiper-button-prev {
    height: 100px;
    width: 50px;
    background-size: 80px;
    top: 50%;
    margin-top: -50px;
}

.video-main-page .swiper-container .swiper-button-next {
    background-image: url(/assets/site/images/next.svg);
    right: -70px;
}

.video-main-page .swiper-container .swiper-button-next:hover {
    right: -85px;
}

.video-main-page .swiper-container .swiper-button-prev {
    background-image: url(/assets/site/images/back.svg);
    left: -70px;
}

.video-main-page .swiper-container .swiper-button-prev:hover {
    left: -85px;
}

.video-main-page .swiper-container .swiper-button-next.swiper-button-disabled, .video-main-page .swiper-container .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.user .user__photo {
    flex: 0 0 auto;
    width: 51px;
    height: 51px;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.user .user__post {
    color: #b1abab;
}

.article .article__header {
    padding-right: 38px;
    padding-left: 38px;
}

.article .article__content {
    padding-right: 38px;
    padding-left: 38px;
}

.article .article__content.article-content .article-content__cover {
    margin-left: -38px;
    margin-right: -38px;
}

.article .article__content.article-content .article-content__cover img {
    width: 100%;
}

.article .article__content.article-content figure figcaption {
    color: #bdb8b8;
}

.article .article__content.article-content .article-content__slider {
    /* height: 580px; */
    padding: 0 0 0 0;
    background-color: #eaeaea;
}

.article .article__content.article-content .article-content__slider .swiper-button-next, .article .article__content.article-content .article-content__slider .swiper-button-prev {
    position: absolute;
    margin-top: 0;
    top: calc(50% - 24px) !important;
    right: 10px;
    width: 48px;
    height: 48px;
    opacity: 0.5;
    background-color: transparent;
    transition: opacity 0.35s ease, background-color 0.35s ease;
}

.article .article__content.article-content .article-content__slider .swiper-button-next:hover, .article .article__content.article-content .article-content__slider .swiper-button-prev:hover {
    opacity:1;
}

.article .article__content.article-content .article-content__slider .swiper-button-next {
    right: 10px;
    left: inherit;
}

.article .article__content.article-content .article-content__slider .swiper-button-prev {
    left: 0;
}

.article .article__content.article-content .article-content__slider .swiper-button-disabled {
    opacity: 0;
}

.article .article__content.article-content .article-content__slider .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.article .article__content.article-content .article-content__slider .swiper-slide {
    background-size: cover;
    background-position: center;
}

.article .article__content.article-content .article-content__slider .gallery-top {
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article .article__content.article-content .article-content__slider .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.article .article__content.article-content .article-content__slider .gallery-thumbs .swiper-slide {
    width: 25%;
    height: auto;
    opacity: 0.4;
}
.article .article__content.article-content .article-content__slider .gallery-thumbs .swiper-slide:hover {
    cursor:pointer;
    opacity: 1;
}
.article .article__content.article-content .article-content__slider .gallery-thumbs .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.article .article__content.article-content .article-content__slider .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: auto;
}

/* .article .article__content.article-content .article-content__slider .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    border-color: #eb8c00;
} */

.article .article__footer {
    padding-right: 38px;
    padding-left: 38px;
}

.article .article__title {
    margin: 0;
    color: #ff1b37;
}

.article .article__statistics .statistics__item:not(:last-child) {
    border-right-color: rgba(24, 23, 23, 0.3);
}

.article .article__next-article {
    min-height: 230px;
}

.article .article__next-article .next-article__read-next-text {
    color: #ff1b37;
}

.article .article__next-article .next-article__content {
    padding: 30px 50px;
}

.article .article__next-article .next-article__cover-block {
    position: relative;
    margin-left:0;
    margin-right: 0;
    width: 100%;
    height: 230px;
}

.article .article__next-article .next-article__cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article .article__footer-comments {
    background-color: #f2f2f2;
    margin-left: -38px;
    margin-right: -38px;
    padding: 16px 38px;
}

.article .article__footer-mail {
    background-color: #f2f2f2;
   /*  margin-left: -38px;
   margin-right: -38px; */
    padding: 24px 38px 24px 38px;
}

.comments .comments__counter-block {
    color: #a6a6a6;
}

.comments .comments__counter-block i {
    margin-right: 10px;
}

.comments .comments__count {
    margin-left: 4px;
    color: #ff1b37;
}

.comments .comments__write {
    margin-left: 16px;
    padding: 8px 16px;
    border: 1px solid #e1e1e1;
    background-color: #efefef;
    font-size: 14px;
}

.comments .comments__btn-slide {
    width: 100%;
    padding: 16px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cccccc;
    color: #ff1b37;
}

.comments .comments__share {
    margin-bottom: 40px;
}

.share {
    position: relative;
    z-index: 10;
}

.share .share__counter-heading {
    color: rgba(24, 23, 23, 0.6);
    margin-bottom: 0;
}

.share .share__heading {
    margin-bottom: 0;
    margin-right: 8px;
}

.share .share__list .ya-share2__item {
    transition: opacity 0.35s ease;
}

.share .share__list .ya-share2__badge {
    width: 40px;
    height: 40px;
    border-radius: 0;
}

.share .share__list .ya-share2__icon {
    width: 28px;
    height: 28px;
    margin: 6px;
    background-position: center;
    background-repeat: no-repeat;
}

.share .share__list .ya-share2__icon_more {
    background: none;
    border: none;
}

.share .share__list .ya-share2__icon_more::before {
    font-size: 20px;
    line-height: 28px;
}

.quote-block .quote-block__author-photo {
    flex: 0 0 auto;
    width: 76px;
    height: 76px;
}

.quote-block .quote-block__quote {
    margin: 0 0 0 32px;
}

.hunting-top-line .row {
    margin-right: 0;
    margin-left: 0;
}

.hunting-top-line__season {
    color: #181717;
}

.hunting-top-line__season .attention {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 8px;
}

.hunting-top-line__ticker {
    overflow: hidden;
}

.hunting-top-line__map {
    padding: 8px 0;
}

.hunting-top-line__map .btn {
    background-color: rgba(24, 23, 23, 0.8);
    text-decoration: underline;
}

.hunting-nav menu {
    overflow-y: hidden;
    overflow-x: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.hunting-nav menu a {
    display: block;
    flex: 0 0 auto;
    padding: 15px 20px;
}

.hunting-nav menu a:hover {
    background-color: rgba(24, 23, 23, 0.7);
}

.hunting-nav menu a.active {
    background-color: #181717;
}

.hunting-sidebar .hunting-sidebar__header {
    padding: 60px 0 80px 0;
    background-image: url("/assets/site/images/block-header-bg.png");
    background-size: cover;
}

.hunting-sidebar .hunting-sidebar__header a {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.hunting-sidebar .hunting-sidebar__header a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hunting-sidebar .wrapper {
    padding: 20px;
    margin-bottom: 50px;
    max-width: 100%;
}

.hunting-sidebar .wrapper h5.level1 {
    padding: 0 8px;
}

.hunting-sidebar .wrapper h5 {
    margin-top: 12px;
}

.hunting-sidebar .wrapper h5 a {
    color: #000;
    cursor: pointer;
}

.hunting-sidebar .wrapper menu:not(:last-of-type) {
    border-bottom: 1px solid #e2e0e0;
    padding-bottom: 20px;
}

.hunting-sidebar .wrapper menu a {
    display: inline-block;
    padding: 6px 8px;
    color: #181717;
    font-size: 15px;
}

.hunting-sidebar .wrapper menu a:hover {
    color: rgba(24, 23, 23, 0.7);
}

.hunting-section-line .hunting-section-line__mail .zmdi {
    margin-right: 16px;
}

.hunting-section-line .hunting-section-line__mail .send-to {
    margin-left: 5px;
}

.hunting-section-line .hunting-section-line__author .name small {
    display: block;
    color: rgba(255, 255, 255, 0.6);
}

.hunting-section-line .hunting-section-line__author .photo {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    margin-left: 16px;
    border: 1px solid #fff;
}

.hunting-masonry-article-previews .row {
    margin-right: -7px;
    margin-left: -7px;
}

.hunting-masonry-article-previews .row._gutter-compensate-top, .hunting-masonry-article-previews .row._gutters-compensate-y {
    margin-top: -7px;
}

.hunting-masonry-article-previews .row > div {
    padding: 7px;
}

.hunting-masonry-article-previews .hunting-masonry-article-previews__article-preview.hunting-masonry-article-previews__article-preview--low {
    height: 256px;
}

.hunting-masonry-article-previews .hunting-masonry-article-previews__article-preview.hunting-masonry-article-previews__article-preview--high {
    height: 360px;
}

.hunting-masonry-article-previews .hunting-masonry-article-previews__btn-load-more {
    padding-right: 10px;
    padding-left: 10px;
}

.map__search-block .search-block__nav .search-block__menu .search-block__menu-item {
    flex: 0 0 auto;
    position: relative;
    padding: 8px 0;
    color: #fff;
    border-bottom: 4px solid transparent;
    font-size: 35px;
    font-weight: 700;
}

.map__search-block .search-block__nav .search-block__menu .search-block__menu-item:not(:last-child) {
    margin-right: 20px;
}

.map__search-block .search-block__nav .search-block__menu .search-block__menu-item::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: 4px;
    margin-left: -7px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #ffcc00 transparent transparent transparent;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.map__search-block .search-block__nav .search-block__menu .search-block__menu-item:hover, .map__search-block .search-block__nav .search-block__menu .search-block__menu-item.active {
    color: #ffcc00;
}

.map__search-block .search-block__nav .search-block__menu .search-block__menu-item.active {
    border-bottom-color: #ffcc00;
}

.map__search-block .search-block__nav .search-block__menu .search-block__menu-item.active::after {
    opacity: 1;
}

.map__search-block form.search-block__form {
    padding: 56px 48px;
    background: #515638 url("/assets/site/img/bg-1.png") center right no-repeat;
    border: none;
}

.map__search-block form.search-block__form .search-form__query-text-field {
    position: relative;
}

.map__search-block form.search-block__form .search-form__query-text-field.text-field .text-field__icon {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 20px;
    margin-top: -15px;
}

.map__search-block form.search-block__form .search-form__query-text-field.text-field .text-field__input {
    width: 100%;
    height: 64px;
    margin: 0;
    padding: 0 32px 0 72px;
    background: #fff;
}

.map__search-block form.search-block__form .search-form__query-text-field-caption {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.6);
}

.map__search-block form.search-block__form .search-block__btn-find {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    padding: 12px 16px;
}

.map__search-block form.search-block__form .search-block__btn-offer-base {
    background: rgba(118, 125, 85, 0.9);
    padding: 14px 16px;
    font-size: 16px;
    color: #fff;
}

.map__search-block form.search-block__form .search-block__btn-offer-base:hover {
    background-color: #767d55;
}

.catalog .catalog__sidebar .catalog__nav {
    padding: 0 10px 25px;
}

.catalog .catalog__sidebar .catalog__nav h5 {
    padding: 0 8px;
    margin-top: 22px;
}

.catalog .catalog__sidebar .catalog__nav menu:not(:last-of-type) {
    border-bottom: 1px solid #e2e0e0;
    padding-bottom: 20px;
}

.catalog .catalog__sidebar .catalog__nav menu a,.catalog .catalog__sidebar .catalog__nav  a {
    display: block;
    padding: 6px 8px;
    color: #181717;
}

.catalog .catalog__sidebar .catalog__nav menu a:hover {
    color: rgba(24, 23, 23, 0.7);
}

.catalog .catalog__section-previews.section-previews .section-previews__row .section-previews__catalog-sections-preview {
    padding: 32px;
    height: 355px;
}

.catalog .catalog__section-previews.section-previews .section-previews__row .section-previews__catalog-sections-preview .catalog-sections-preview__cover--contain {
    background: center no-repeat;
    background-size: contain;
}

.catalog .catalog__section-previews.section-previews .section-previews__row .section-previews__catalog-sections-preview.section-previews__catalog-sections-preview--white {
    background-color: #fff;
}

.catalog .catalog__section-previews.section-previews .section-previews__row .section-previews__catalog-sections-preview.section-previews__catalog-sections-preview--white .catalog-sections-preview__heading {
    color: #181717;
}

.catalog .catalog__section-previews.section-previews .section-previews__row .section-previews__catalog-sections-preview.section-previews__catalog-sections-preview--brown {
    background-color: #9d8258;
}

.catalog .catalog__section-previews.section-previews .section-previews__row .section-previews__catalog-sections-preview.section-previews__catalog-sections-preview--swamp {
    background-color: #606a67;
}

.catalog .catalog__section-previews.section-previews .section-previews__row .section-previews__catalog-sections-preview.section-previews__catalog-sections-preview--dark-gray {
    background-color: #3e3c3a;
}

.catalog .catalog__popular-products.popular-products .popular-products__product-preview {
    height: 325px;
}

.catalog .catalog__popular-products.popular-products .popular-products__btn-load-more {
    background: #fff;
}

.catalog .catalog__brands, .catalog .catalog__related-articles {
    margin-top: 64px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.catalog.catalog--product .custom-row {
    border-bottom: 1px solid #ccc;
}

.catalog.catalog--product .custom-row > div {
    min-height: 625px;
    border-right: 1px solid #ccc;
}

.catalog.catalog--product .custom-row > div:last-child {
    border-right: 0;
}

.catalog.catalog--product .product__photos-container {
    padding: 40px;
    position: relative;
}

.catalog.catalog--product .product__photos-container .product__btn-photos-zoom {
    position: absolute;
    font-size: 45px;
    color: #aaaaaa;
    z-index: 5;
}

.catalog.catalog--product .product__photos-container .product__photo .swiper-slide {
    height: 300px;
    background-size: cover;
    display: block;
}

.catalog.catalog--product .product__photos-container .product__photo-thumbs {
    margin: 20px 0;
}

.catalog.catalog--product .product__photos-container .product__photo-thumbs .swiper-slide {
    height: 100px;
    border: 1px solid #ccc;
}

.catalog.catalog--product .product__photos-container .product__photo-thumbs .swiper-slide-active {
    border: 1px solid #ff1b37;
}

.catalog.catalog--product .reviews-block--line {
    margin: 40px 0 50px 0;
}

.catalog.catalog--product .reviews-block--line .reviews__count {
    color: #303030;
    display: inline-block;
    margin-left: 10px;
    margin-right: 25px;
    border-bottom: 1px solid #ccc;
}

.catalog.catalog--product .product__description a.less span, .catalog.catalog--product .product__description a.more span {
    color: #000;
    border-bottom: 1px dashed #000;
    font-weight: bold;
}

.catalog.catalog--product .product__price {
    margin-top: 20px;
}

.catalog.catalog--product .product__price .caption {
    font-size: 13px;
    color: #acacac;
}

.catalog.catalog--product .product__price div {
    color: #f07700;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.catalog.catalog--product .product__footer {
    margin-top: 20px;
    padding-bottom: 30px;
}

.catalog.catalog--product .product__footer button {
    width: 40%;
    font-size: 18px;
    border-radius: 4px;
    padding: 10px;
    transition: all 0.3s;
}

.catalog.catalog--product .product__footer button.product__btn-bay {
    margin-right: 15px;
}


.catalog.catalog--product .product__footer .product__btn-favorites {

}

.catalog.catalog--product .product__footer .product__btn-favorites.btn-favorites_active {
    border-color: #ffb100;
    color: #ffff;
    background-color: #ffb100;
}

.catalog.catalog--product .btn--social-share {
    position: absolute;
    bottom: 15px;
}

.catalog.catalog--product .btn--social-share .btn__icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #e9e8e8;
    text-align: center;
    line-height: 35px;
}

.catalog.catalog--product .btn--social-share .btn__text {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.catalog.catalog--product .product__offers .offers__heading {
    margin: 30px 0;
    font-size: 18px;
}

.catalog.catalog--product .product__offers .offer__heading {
    font-size: 18px;
}

.catalog.catalog--product .product__offers .offer__footer a {
    font-size: 14px;
    color: #838383;
    border-bottom: 1px solid #838383;
}

.catalog.catalog--product .product__offers .offers__info-block {
    padding-left: 30px;
    font-size: 14px;
    margin-top: 150px;
    position: relative;
    color: #bababa;
}

.catalog.catalog--product .product__offers .offers__info-block:after {
    content: '\f1f7';
    font-family: material-design-iconic-font;
    position: absolute;
    top: -10px;
    left: 0;
    color: #bababa;
    font-size: 25px;
}

.catalog.catalog--product .catalog__reviews-block .reviews-block__heading {
    padding-left: 128px;
    color: #1a1919;
}

.catalog.catalog--product .catalog__reviews-block .reviews-block__content {
    padding-right: 64px;
    padding-left: 128px;
}

.catalog.catalog--product .catalog__reviews-block .reviews-block__content .reviews-block__reviews-form.reviews-form {
    margin-right: -40px;
    margin-left: -128px;
    padding: 40px 40px 40px 128px;
    background-color: #f4f4f4;
}

a:hover .advertising__cover {
    transform: scale(1.1);
}

.catalog-sections-preview {
    overflow: hidden;
    position: relative;
    z-index: 3;
    background: #181717;
}

.catalog-sections-preview .catalog-sections-preview__cover-container {
    position: relative;
    z-index: 1;
    height: 55%;
}

.catalog-sections-preview .catalog-sections-preview__cover {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(1);
    opacity: 1;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.catalog-sections-preview .catalog-sections-preview__content {
    height: 45%;
}

.catalog-sections-preview .catalog-sections-preview__tag {
    padding: 2px 8px;
    font-size: 10px;
    border-radius: 16px;
    background: #ff1b37;
    color: #fff;
    z-index: 3;
}

.catalog-sections-preview .catalog-sections-preview__heading {
    color: #fff;
    z-index: 3;
}

.catalog-sections-preview.catalog-sections-preview--vertical-blackout::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.catalog-sections-preview:hover .catalog-sections-preview__cover {
    opacity: .7;
    transform: scale(1.1);
}

.communion .communion__fresh-reports-block .fresh-reports-block__footer, .trophies-block .communion__fresh-reports-block .fresh-reports-block__footer {
    padding-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.communion .communion__related, .trophies-block .communion__related {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.communion .communion__related .related__heading, .trophies-block .communion__related .related__heading {
    font-size: 35px;
}

.communion .communion__related .related__preview.preview .preview__heading, .trophies-block .communion__related .related__preview.preview .preview__heading {
    color: #ffcc00;
    font-size: 45px;
    text-shadow: 0px 3px 5px rgba(28, 28, 28, 0.58);
    z-index: 3;
}

.communion .communion__related .related__preview.preview .preview__heading.heading.heading--icon-right .heading__icon, .trophies-block .communion__related .related__preview.preview .preview__heading.heading.heading--icon-right .heading__icon {
    display: block;
    width: 36px;
    height: 36px;
    padding: 2px;
    line-height: 1;
    font-size: 30px;
    border: 1px solid #ffcc00;
}

.communion .communion__related .related__preview.preview .preview__cover-container, .trophies-block .communion__related .related__preview.preview .preview__cover-container {
    height: 256px;
}

.communion .communion__related .related__preview.preview .preview__content, .trophies-block .communion__related .related__preview.preview .preview__content {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.communion.communion--online-conference .communion__past-broadcasts-block, .trophies-block.communion--online-conference .communion__past-broadcasts-block {
    background-color: transparent;
}

.banner-block {
    display: block;
    margin-bottom: 60px;
}

.map-block {
    position: relative;
}

.map-block label {
    padding-left: 20px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.map-block label span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.map-block input {
    top: 5px;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.map-block input:checked + .input-helper:before {
    border-color: #fff;
}

.map-block .input-helper:before, .map-block .input-helper:after {
    position: absolute;
    content: "";
    transition: all 200ms;
}

.map-block .input-helper:before {
    left: 0;
    border: 2px solid #fff;
}

.map-block input {
    width: 15px;
    height: 15px;
}

.map-block input:checked + .input-helper:before {
    background-color: #fff;
}

.map-block input:checked + .input-helper:after {
    transform: scale(1);
    opacity: 1;
}

.map-block .input-helper:before {
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    color: #353824;
}

.map-block .input-helper:after {
    content: '\2713';
    font-size: 13px;
    left: 2px;
    top: 5px;
    color: #353824;
    transform: scale(0);
    opacity: 0;
    font-weight: bold;
}

.map-block header {
    background: #353824;
    padding: 20px 40px 15px 40px;
}

.map-block .info-block {
    width: 25%;
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #ff001b;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding-top: 15px;
}

.map-block .info-block span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff001b;
    color: #fff;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    margin-left: 20px;
}

.map-block .info-block p {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-left: 20px;
    font-weight: 900;
    border-bottom: 1px solid #ccc;
}

.video-block .opacity-block, .main-page-catalog form {
    position: relative;
}

.video-block .opacity-block span {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #ccc;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 81px;
    font-size: 55px;
    position: absolute;
    top: 20px;
    left: 30px;
}

.video-block .opacity-block span i {
    padding-left: 10px;
}

.video-block:hover span {
    background: black;
}

.main-page-catalog form input {
    width: 100%;
    padding: 20px 0 20px 75px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(28, 28, 28, 0.15);
    font-size: 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ljk2NiA1Ni45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2Ljk2NiA1Ni45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPHBhdGggZD0iTTU1LjE0Niw1MS44ODdMNDEuNTg4LDM3Ljc4NmMzLjQ4Ni00LjE0NCw1LjM5Ni05LjM1OCw1LjM5Ni0xNC43ODZjMC0xMi42ODItMTAuMzE4LTIzLTIzLTIzcy0yMywxMC4zMTgtMjMsMjMgIHMxMC4zMTgsMjMsMjMsMjNjNC43NjEsMCw5LjI5OC0xLjQzNiwxMy4xNzctNC4xNjJsMTMuNjYxLDE0LjIwOGMwLjU3MSwwLjU5MywxLjMzOSwwLjkyLDIuMTYyLDAuOTIgIGMwLjc3OSwwLDEuNTE4LTAuMjk3LDIuMDc5LTAuODM3QzU2LjI1NSw1NC45ODIsNTYuMjkzLDUzLjA4LDU1LjE0Niw1MS44ODd6IE0yMy45ODQsNmM5LjM3NCwwLDE3LDcuNjI2LDE3LDE3cy03LjYyNiwxNy0xNywxNyAgcy0xNy03LjYyNi0xNy0xN1MxNC42MSw2LDIzLjk4NCw2eiIgZmlsbD0iIzAwMDAwMCIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: 2% 50%;
    border: 1px solid #ccc;
}

.main-page-catalog form button {
    position: absolute;
    right: 15px;
    top: 14px;
    color: #fff;
    background: #1d1d1d;
    font-size: 20px;
    padding: 7px 35px 5px 35px;
    border: 0;
    text-transform: uppercase;
}

.main-page-catalog form button:hover {
    opacity: 0.6;
}

.main-page-catalog h2 {
    color: #000;
    font-size: 35px;
    font-weight: bold;
    margin-top: 50px;
}

.main-page-catalog h4 {
    font-size: 20px;
    margin: 30px 0 15px 0;
    font-weight: bold;
}

.main-page-catalog-mobile .catalog-slide {
    background: #fff;
}

.main-page-catalog-mobile .catalog-slide img {
    display: block;
    height: auto !important;
    max-width: 100%;
}

.main-page-catalog .swiper-container {
    padding-bottom: 40px;
    margin-bottom: 10px;
}

.main-page-catalog .catalog-slide {
    display: block;
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
    min-height: 320px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(28, 28, 28, 0.15);
}

.main-page-catalog .catalog-slide img {
    margin: auto;
    height: 165px;
}

.main-page-catalog .catalog-slide p {
    margin-top: 20px;
    color: #a1a2a2;
}

.main-page-catalog .catalog-slide span {
    font-size: 16px;
    color: #007042;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.main-page-catalog .catalog-slide .price {
    margin-top: 20px;
    padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.5px;
}

.main-page-catalog .swiper-button-next, .main-page-catalog .swiper-button-prev {
    height: calc(100% - 40px);
    width: 40px;
    top: 0;
    background-image: none;
    background: rgba(0, 0, 0, 0.6);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 0;
    margin-top: 0;
}

.main-page-catalog .swiper-button-next:after, .main-page-catalog .swiper-button-prev:after {
    font-family: material-design-iconic-font;
    content: '\f2fb';
    color: #fff;
    font-size: 45px;
    position: absolute;
    top: 42%;
    left: 15px;
}

.main-page-catalog .swiper-button-prev {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    left: 0;
}

.main-page-catalog .swiper-button-prev:after {
    content: '\f2fa';
}

.main-page-catalog .swiper-container-horizontal > .swiper-scrollbar {
    bottom: 15px;
}

.main-page-catalog .catalog-link {
    text-align: center;
    background: #000000;
    color: #fff;
    padding: 20px 0;
    display: block;
    margin-bottom: 40px;
}

.main-page-catalog .catalog-link span {
    border-bottom: 1px solid #ccc;
    font-style: italic;
    font-weight: bold;
    font-size: 22px;
}

.banner-block .catalog-link-block {
    background: #4d4638;
    min-height: 320px;
    text-align: center;
    padding: 20px;
    display: block;
}

.banner-block .catalog-link-block img {
    margin: 20px auto;
}

.banner-block .catalog-link-block p {
    color: #fff;
    font-size: 20px;
    font-style: inherit;
}

.banner-block .catalog-link-block span {
    color: #c5c3c0;
    border-bottom: 1px solid #c5c3c0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.favorites .favorites__product-preview.product-preview {
    position: relative;

}

.favorites .favorites__product-preview.product-preview .btn-unfavorites {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: rgba(255,255,255,.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease, color .3s ease, background-color .3s ease;
}

.favorites .favorites__product-preview.product-preview a {
    height: 100%;
    transition: opacity .3s ease;
}

.favorites .favorites__product-preview.product-preview:hover .btn-unfavorites,
.favorites .favorites__product-preview.product-preview.favorites__product-preview_unfavorites .btn-unfavorites {
    opacity: 1;
    pointer-events: visible;
}

.favorites .favorites__product-preview.product-preview .btn-unfavorites:hover {
    background-color: rgba(255,255,255,.8);
}

.favorites .favorites__product-preview.product-preview.favorites__product-preview_unfavorites a {
    opacity: .3;
}

.favorites .favorites__product-preview.product-preview.favorites__product-preview_unfavorites .btn-unfavorites {
    background-color: rgba(255, 177, 0, .8);
    color: #fff;
}

.favorites .favorites__product-preview.product-preview.favorites__product-preview_unfavorites .btn-unfavorites:hover {
    background-color: rgb(255, 177, 0);
}
.trophies-block .trophies__sort-block > a { color: inherit;}
.teg-h1{
    padding: 8px 10px 8px;
    background: #ffcc00;
    color: #000;
    display: inline-block;
    font-weight: bold;
}
.hunting-nav{
    margin-top: 0;
    margin-bottom: 0;
}
#regwrapper #wlpeUserRegisterUserName, #regwrapper #wlpeUserRegisterEmail, #regwrapper #su_password, #regwrapper #confirmpassword {
    display: block;
    background: #fff;
    padding: 8px 0px 8px 15px ;
    width: 100%;
    margin-bottom: 2px;
    color:#000;
    font-size: 18px;
}
.comments__btn-slide.btn.btn-icon-right.font-bold.text-uppercase{
    padding: 8px 32px 8px 0px;
}
@media (max-width: 479px) {
    .header{
        background-size: contain;
    }
    .menu-toggle{
        right: 20px !important;
    }
    .gallery_grid .gallery_fancybox img {
        max-height: 55px;
        min-height: 55px;
    }
}
.kiow-pre{
    height: 225px;
    padding: 20px 20px;
    background-color: #fff;
}
.abs{
    position: absolute;
    top: 20px;
    left: 0px;
}

.kiow-pre:before{
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.10) 100%);
}
.kiowa-description{
    font-size: 14px;
    color: #222;
}
.kiow-pre .heading.h3.font-black{
    color: #222;
}
.kiow-pre footer{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    -ms-: justify-content: flex-end;
    -webkit-: justify-content: flex-end;
    -moz-box-sizing: justify-content: flex-end;
    color: #222;

}
.kiow-pre footer div:not(:last-of-type){
    border-right: 1px solid #222;
}
.kiow-pre:hover footer, .kiow-pre:hover .kiow-pre footer, .kiow-pre:hover footer div{
    color: #222;
}
.kiow-pre:hover .kiow-pre footer, .kiow-pre:hover footer div{
    color: #222 !important;
}
@media (max-width: 405px) {
    .kiowa-description{
        display: none;
    }
    .kiow-pre .cover.img.col-6{
        width: 100%;
    }
    .abs{
        z-index: 3;
        margin-left: 0px;
        position: relative;
        padding-bottom: 20px;
        width: 100%;
    }
    .abs h2.heading.h3.font-black{
        color: #fff;
        font-size: 19px;
    }
    .kiow-pre:before{
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    }
    .kiow-pre:hover footer, .kiow-pre:hover .kiow-pre footer, .kiow-pre:hover footer div,.kiow-pre footer{
        color: rgba(255, 255, 255, 0.3);
    }
    .kiow-pre:hover .kiow-pre footer, .kiow-pre:hover footer div{
        color: #fff !important;
    }
    .kiow-pre footer div:not(:last-of-type){
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .kiow-pre footer{
        justify-content: left;
    }
}
.fancybox-buttons{
    right: 17px;
}
#box-height {
    min-height: 45vh;
}
@media screen and (min-width: 2200px) {
    #box-height{
        min-height:76vh;
    }
}

/* ------------------------- NEW ------------------------- */
.title-wrapper{
    color: #ffcd00;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.green-bg{
    padding-top: 17px;
}
.left-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.left-menu ul{
    padding-left: 12px;
    display: none;
}
.left-menu li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.left-menu li a{
    font-weight: bold;
    font-size: 16px;
    color: #323232;
}
.left-menu li ul li a {

    font-weight: normal;

}


.left-menu li a i{font-size: 20px;position: relative;top: 3px;margin-left: 7px;}
.left-menu li a.opened>i {
    transform: rotate(-180deg);
    color: #cd3b35;
}
.left-menu li a.opened{
    color: #cd3b35;
}
.left-menu li a:hover,
.left-menu li a.active{
    color: #cca818;
    text-decoration: underline;
}
/* news -wrapper */
.padding-0{
    padding: 0 !important;
}
.news-wrapper .row-box{
    padding: 20px;
    border-bottom: 1px solid black;
    line-height: 21px;
}
.news-wrapper .row-box:last-child{
    border-bottom: 0;
}
.news-wrapper .row-box .date{font-size: 12px;color: #b4b4b4;}
.news-wrapper .row-box .text{
    font-size: 14px;
    line-height: 21px;
    color: #323232;
}

/* text-img */
.text-img .row-box{
    padding: 10px;
    border-bottom: 10px solid #70764f;
    display: flex;
}
.text-img .row-box:last-child{
    border-bottom: 0;
}
.text-img{
    font-size: 14px;
    line-height: 21px;
}
.text-img img{
    margin-right: 10px;
    display: inherit;
    height: 80px;
}
.text-img a{
    display: inherit;
    color: #323232;

}
/*.comparison.added.can_compare .comparison-go{
    display: none !important;
}*/
.rectangle-box .comparison.added .comparison-add{
    display: block !important;
}
/* slider */
.new-slider .swiper-main-wrapper,
.popular-slider .swiper-main-wrapper{
    margin: 0; /*-15px;*/

}
.top-slider{
    max-height: 264px;
    overflow: hidden;
}
.top-slider.slick-initialized{
    max-height: inherit;
}
.top-slider .row-box{
    position: relative;
}
.top-slider .img-slider{

}
.top-slider .img-slider img{
    width: 100%;
    height: initial;
    display: inherit;
}
.top-slider .title-slider{
    font-size: 40px;
    color: white;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px 38px;
    text-align: right;
    line-height: 40px;
    text-shadow: 1px 1px 2px #00000085;
}
.top-slider .link-slider{

}

.top-slider .slick-dots{
    text-align: center;
    padding: 0;
    border: 0;
    margin: 11px 0 0 0;
    font-size: 0;

}
.top-slider li{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    background: #b8bba7;
    border-radius: 100px;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: top;
}
.top-slider li.slick-active:after{
    display: inline-block;
    background: white;
    border-radius: 100px;
    width: 8px;
    height: 8px;
    content: "";
    margin-top: 3px;
}
.top-slider li button {
    display: none;
}
.top-slider .slick-active{

}

/* end slider */
.block-wrapper{
    margin-top: 50px;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}
.block-title{
    font-size: 30px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    line-height: 30px;
    /*padding-bottom: 10px;*/
    margin-bottom: 15px;
    border-bottom: 1px solid #888d6c;
    color: white;
    clear: both;
}
.obobshennie .block-title{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #888d6c;
    color: black;
    clear: both;
}
.call-text{
    font-size: 17px !important;
}


/* rectangle-box */
div:not(.slick-track) .rectangle-box,
{
    margin-bottom: 30px;
    /* height: 360px;*/
}
.swiper-wrapper .rectangle-box{
    margin-bottom: 0
}
.rectangle-box .btn-group{
    display: flex;
    justify-content: space-between;
}
.rectangle-box .btn-group .btn{
    width: 49%;
}
.rectangle-box .btn-group .card-row {
    display: flex;
    align-items: center;
    margin-bottom:0;
}

.product-box{
    text-align: center;
    font-size: 16px;
    line-height: normal;
    position: relative;
    margin-bottom: 35px;
}
.product-box .product-title{
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    height: 39px;
    overflow: hidden;
    color: #181717;
}
.product-box:after{
    /* content: ""; */
    /* background: #fafafa; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100px; */
    /* z-index: 1; */
}
.gray-row{
    color: #646464;
    margin-bottom: 8px;
}
.product-price{
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 17px;
}
.product-box{
    background: #fafafa;
}
.product-box .info-product{
    padding: 18px;
    background: #fafafa;
    text-align: left;
    /* position: relative; */
    /* z-index: 10; */
}
.compare{
    position: absolute;
    right: 10px;
    top: 10px;
    /*z-index: 55;*/
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.compare:after{
    content: "";
    background: url(/assets/site/images/comparison.svg) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: block;
    background-size: 20px;
        transform: rotate(90deg) scaleY(-1);
}
.compare.active:after, .compare.is_add_to_1:after{
    background: url(/assets/site/images/comparison-active.svg) no-repeat 0 0;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;

}
.product_stick{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5;
    max-width: 197px;
}
.product_stick div{
     color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
@media (max-width: 1600px) and (min-width: 992px) {
    /*.product-box, .article-box{
	width: calc(25% - 24px)!important;
    }*/
    .AllNawView .product-box {
	width: calc(20% - 24px);
    }
    .swiper-container .product-box {
        /*width: calc(33.33333% - 24px);*/
	width: calc(20% - 24px);
    }
    .fix-block-wrapper .swiper-container .product-box {
	width: calc(37% - 24px);
    }
    .rectangle-box .btn-group .btn{
        font-size: 14px;
    }
}

.orange{
    background: #f99d21;
}
.red{
    background: #df453b;
}
.blue{
    background:#4b8df1 ;
}
.green{
    background:#65bb6c ;
}
.product-img{
    padding: 0;
    background: white;
    min-height: 161px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    display: inherit;
    max-height: 157px;
}
.block-content{
    position: relative;
}
.slick-arrow,
.swiper-button-next,
.swiper-button-prev{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    color: white;
}
.slick-arrow:after,
.swiper-button-next:after,
.swiper-button-prev:after{
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 44px !important;
    opacity: 0.3;
    position: relative;
    top: -2px;
}
.slick-arrow:hover:after,
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after{
    opacity: 1
}

.slick-prev{
    left: -6px;
}
.swiper-button-prev{
   left: -16px;
}

.slick-prev:after,
.swiper-button-prev:after{
    content: '\f2fa';
    left: -1px;
}
.swiper-button-prev:after{
    left: 11px;
}
.slick-next{
    right: -5px;
}
.swiper-button-next{
    right: -15px;
}
.new-slider .swiper-button-next,
.popular-slider .swiper-button-next{
    right: -2px;
}
.new-slider .swiper-button-prev,
.popular-slider .swiper-button-prev{
    left: -2px;
}

.slick-next:after,
.swiper-button-next:after{
    right: -2px;
    content: '\f2fb';
}
.swiper-button-next:after{
    right: -15px;
}
/* article-box */
.article-box,
.bg-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.article-box{
	    margin-bottom: 35px;
}
.article-box:after{
    content: "";
    background: url(/assets/site/images/shadow.png) repeat-x bottom left;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 198px;
}
.article-box .box-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
    z-index: 5;
}
.article-box .box-bottom .btn{
    width: 100%;
}
.article-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    line-height: normal;
}
.editors-choice .col-lg-6{
    position: relative;
}
.editors-choice .col-lg-6.first{
    margin-right: 0;
}
.editors-choice .col-lg-6.last {
    margin-left: 0;
    background: white;
    padding: 20px;
    font-size: 16px;
    line-height: 24px
}
.editors-choice .col-lg-6 .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: normal;
}
.editors-choice .btn-wrap {
    text-align: left;
    margin-top: 15px;
}
.short-title{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 18px 30px;
    color: white;
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
}
.short-title-black{
    padding: 0px;
    color: black;
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
}
.editors-choice.slider .row{
    margin-right: -48px;
}
.editors-choice.slider .wrapper-products-slide .row {
    margin-right: -16px;
}


/*
.editors-choice.slider .row{
    margin-right: -36px;
}
*/
.editors-choice .slick-prev{
    left: -22px;
}
.editors-choice .slick-next{
    right: -19px;
}
.editors-choice-slider{
	margin-bottom: 45px;
}
/* filter */
.filter{
    background: white;
    color: #323232;
    margin-top: 0;
    margin-bottom: 30px;
}
.filter i{
    background-color: #e6e6e6;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.filter i:before{position: relative;top: 10px;left: 0px;}
.filter i.opened{
    transform: rotate(-180deg);
}
.filter .block-title{
    padding: 12px 20px 7px;
    border-bottom: 1px solid #b7bba7;
    color: #323232;
    position: relative;
    margin-bottom: 0;
}
.filter .block-content{
    padding: 20px;
}
.label{
    font-size: 16px;
    font-weight: bold;
}
.filter .label{
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.slider-rows {
    margin-top: -27px;
}
.jq-selectbox{
    width: 100%;
}
.jq-selectbox__trigger-arrow:after{
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px !important;
    opacity: 1;
    position: relative;
    top: -2px;
    color: #555555;
    right: 0;
}
.jq-selectbox__trigger-arrow:after {
    content: "\f2f9";
}
.group-btns{
    text-align: right;
    font-size: 0;
    margin-top: 10px;
}
.group-btns .btn{
    margin-left: 10px;
}
.sort{
    padding: 20px;
    background: white;
    color: #323232;
    font-size: 16px;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}
.sort .label{
    margin-left: 20px;
    color: #181717;
}
.sort-by{
    float: left;
}
.show-by{
    float: right;
}
/* paginator */
.paginator{
    background: white;
    padding: 20px;
    text-align: right;
    font-size: 16px;
    margin-top: 0px;
}
.paginator ul{
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}
.paginator ul li span,
.paginator ul li a{
    padding: 3px 4px 0px;
    color: black;
}
.paginator ul li{
    display: inline-block;
    color: #323232;
    margin: 0 1px;
}
.paginator ul li.active span{
    background:#ffcd00 ;
    color: #323232 !important;
}
.paginator ul li i{
    color: #323232;
    font-size: 23px;
    position: relative;
    top: 3px;

}
.label-pagination{
    margin-right: 24px;
}
.paginator ul li:hover a,
.paginator ul li:hover i{
    color:#ffcd00;
}
/*
(min-width: 480px) and (max-width: 767px)
*/
@media (min-width: 8000px) and (max-width: 9092px) {
    .product-img {float: left;width: 45%;padding: 20px;background: none;}
    .product-img a{float: left;width: 100%;height: 100%;background: white;padding: 10px;border: 1px solid #ddd;text-align: center;}
    .product-img a img{
        margin: 0 auto;
    }
    .rectangle-box{
        height: initial;
        margin-bottom: 10px;
    }
    .slick-list .rectangle-box{
        margin-bottom: 30px;
        height: inherit !important;
    }
    .block-content .slick-slider,
    .slider {
        margin-bottom: 15px;
    }
    .info-product{font-size: 13px; float: left;width: 55%;text-align: left;padding-top: 24px !important;padding-left: 0px !important;}
    .product-box .btn{
        font-size: 13px !important;
        padding-top: 11px;
    }
    .product-box .product-title{
        height: initial;
    }
    .article-box{
        min-height: 264px;
    }
    .editors-choice .col-lg-6 .title{
        font-size: 17px;
    }
    .editors-choice .col-lg-6.last{
        font-size: 14px;
        line-height: 21px;
    }
}
.catalog .title-wrapper i{
        display: none;
    }
@media (max-width: 768px) {
    /*.editors-choice .swiper-container .swiper-slide{
        margin: 0px !important;

    }*/
    .editors-choice.slider .row {
    min-height: 0 !important;
    margin: 0 !important;
}
.editors-choice .col-lg-6.first{
    margin: 0px !important;
    height: 170px;
}
    .swiper-slide .col-lg-6{
        width: 100% !important;
        display: block;
        height:190px;
    }
    .product-img{
        min-height: 111px;
    }
     .catalog .title-wrapper i.opened {
        transform: rotate(-180deg);
    }
    .hunting-sidebar{
        /*display: none;*/
	display: block;
    }
    ..hunting-sidebar .wrapper{
	display: none!important;
    }
    ..hunting-sidebar .menu2{
	display: none!important;
    }

    
    .title-wrapper{
        font-size: 25px;
        background: #ffcd00;
        color: black;
        padding: 10px 10px 6px 10px;
        line-height: normal;
        position: relative;
    }
    .catalog .title-wrapper i{
        display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 39px;
    padding: 1px 17px;
    line-height: normal;
    }


    .product-img{
        width: 100% !important;
        padding: 0px !important;
        display: block;
    }

    .product-img img{
        max-width: 120px !important;
    }
    .info-product{
        width: 100% !important;
        padding: 15px !important;
    }
    .new-slider .swiper-main-wrapper, .popular-slider .swiper-main-wrapper{
        margin: 0
    }
    .product_stick{
        max-width: 143px;
    }
    .compare{
        right: 2px;
        top: 3px;
    }
    .title-wrapper{
        font-size: 25px;
    }
    .article-box{
        min-height: 208px;
    }
    .slick-arrow,
    .swiper-button-next,
    .swiper-button-prev{
        /* width: 20px;
        height: 20px;
        top: inherit !important;
        bottom: 0 !important; */
    }
    .slick-arrow:after{
        top: -1px;
        font-size: 21px !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after{
        top: -0px;
        font-size: 21px !important;

    }
    .slick-next:after{
        right: -1px;
    }
    .swiper-button-next:after{
        right: -8px;
    }
    .slick-prev:after {
        left: -1px;
    }
    .swiper-button-prev:after{
        left: 6px;

    }
    .slick-prev,
    .swiper-button-prev{
        left: 7px !important;
    }
    .slick-next,
    .swiper-button-next{
        right: 7px !important;
    }
    .editors-choice.slider .block-content{
        padding-bottom: 30px;
    }
    .editors-choice.slider  .slick-prev,
    .editors-choice.slider .swiper-button-prev{
        left: 0px !important;
    }
    .editors-choice.slider .slick-next,
    .editors-choice.slider .swiper-button-next{
        right: 0px !important;
    }
    .editors-choice .col-lg-6 .title{
        font-size: 14px;
    }
    .editors-choice  .text{
        height: 20px;
        font-size: 13px;
        line-height: 18px;
        overflow: hidden;
    }
    .short-title{
        font-size: 16px;
        padding: 6px 10px;
    }
    .editors-choice.slider .row {
        margin-right: -22px;
    }
    .top-slider .title-slider{
        font-size: 27px;
    }
    .block-title {
        font-size: 21px;
        line-height: normal !important;
    }
    .group-btns{
        text-align: left;
    }
    .sort .label-sort{
        display: block;
    }
    .sort .label{
        margin-left: 0;
        margin-right: 15px;
    }
    .show-by{
        clear: both;
        width: 100%;
        margin-top: 17px;
    }
    .sort,
    .sort .label{
        font-size: 14px;
        margin-top: 10px !important;
    }
}
@media (max-width: 480px) {
    .sort .label{
        margin-right: 0
    }

    .editors-choice .col-lg-6.first{
        height: 180px;
    }
    .top-slider .title-slider {
        font-size: 16px;
        padding: 9px !important;
        line-height: normal !important;
    }

}

@media (max-width: 768px) {
    .paginator .label-pagination{
        display: none;
    }
    .paginator ul{
        text-align: center;
        display: flex;
        justify-content: space-between;
    }
    .paginator ul li i{
        top: 0px
    }
    .product-img{
        width: 35%;
    }
    .info-product{
        width: 65%;
    }
}


/* popup  */



.popup {
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    box-sizing: border-box;
    position: relative;
    color: black;
    padding: 1px;
    background: white;
}

.popup .mfp-close{
    color: #c7c7c7;
    font-family: arial;
    background: white;
    height: 20px;
    width: 20px;
    border-radius: 59px;
    font-size: 18px;
    padding-left: 1px;
    top: 12px;
    right: 30px;
    font-weight: normal;
    border: 2px solid #c7c7c7;
    line-height: 17px;
}

.popup .mfp-close:hover{
    color: black;
    border-color: black
}
.modal-body .title-popup {
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0;
    font-weight: bold;
    padding: 11px 19px 7px 30px;
    border-bottom: 1px solid #2a2b2c;
}
.modal-body .text{
    color: #323232;
    font-size: 16px;
    line-height: 24px;
    padding: 27px 30px;
}
.modal-body .text a{
    color: #3a2e90;
}
.modal-body .content label {
    font-size: 14px;
    color: #323232;
    text-align: left;
    margin-left: 4px;
}
.modal-body .close i{
    font-size: 36px;
}
.modal-body .close {
    position: absolute;
    right: 15px;
    top: 10px;
}
.modal-body {
    background: white;
    padding-top: 0;
}
.modal-body select,
.modal-body input {
    border-radius: 0;
}
.modal-body .no-padding {
    padding: 0 30px 0 0;
}
.modal-body .no-padding-select {
    padding: 0 15px 0 0;
}
.form-group span {
    text-align: center;
    display: block;
    font-size: 13px;
    color: #999;
}
.form-group.no-margin {
    margin: 0;
}




.popup .success {
    height: 183px;
    padding-top: 30px;
    text-align: center;
    color: black;
}

.popup .success img {
    margin-bottom: 30px;
}

.popup .text-success-1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
}

.popup h2 {
    font-family: "magistral";
    font-weight: 600;
}

.popup .upload-files {
    text-align: center;
    padding-top: 14px;
}

.popup .form {
    margin-top: 15px;
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.popup .red-btn{
    height: 45px;
    line-height: 45px;
    padding: 0 8px;
    width: 186px;
}
.popup .red-btn i{
    font-size: 21px;
}

#popup-success{
    color: black;
}
.popup .form-control{
    padding: 6px 10px !important
}

.popup form{
    padding: 30px;
    border-bottom: 1px solid #252521;
}
.popup .form-text{

}
.popup .form-item{

}
.popup .btn-group{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.popup .btn-group {

}
.popup .btn-group .form-submit {
    padding-top: 13px;
}
.popup .btn-group .red-text{
    margin-top: 11px
}
.popup .btn-group .red-text,
.popup .btn-group .black-text{
    font-size: 14px;
}
.popup .black-text{
    color: #323232;
    margin-right: 16px;
}
.popup .text div{
    margin-bottom: 22px;
}
.popup .text div:last-child{
    margin-bottom: 0;
}
.red-text{
    color: #cd3b35;
}
/* end popup */
.form-item{margin-bottom: 10px;}
.form-text{
    width: 100%;
    background:#fafafa;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    padding: 2px 11px 0;
    border-radius: 0;
}
.form-text {

}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b4b4b4;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #b4b4b4;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #b4b4b4;
}
:-moz-placeholder { /* Firefox 18- */
    color: #b4b4b4;
}
@media (max-width: 768px) {
    .modal-body .title-popup{
        padding: 11px 19px 7px 10px;
    }
    .popup form,
    .modal-body .text{
        padding: 10px;
    }
    .modal-body .content label{
        font-size: 12px;
    }
}
/* cartochka */
.slider-with-thumbs{
    float: left;
    width: 370px;
}
.main-product-slider{
    margin-bottom: 10px;
}
.thumbs-product-slider img{
    border: 4px solid white;
    cursor: pointer;
}
.thumbs-product-slider .img-box {

}
.thumbs-product-slider{
    margin-right: -8px;
}
.thumbs-product-slider .slick-current img{
    border-color: #ffcd00;
}
.card-info-right{
    float: right;
    width: 769px;
    background: white;
    height: auto;
    min-height: 370px;
}
.card-product{
    float: left;
    margin-top: 0;
}
.card-product .card-name{
    padding: 13px 20px 7px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}
.card-product .card-name{

}
.card-product .wrapper-info{
    padding: 20px;
    font-size: 16px;
    background: white;
}
.card-label{
    color: #b4b4b4;
}
.card-product  a{
    color: #323232;
}
selector + [data-readmore-toggle], selector[data-readmore] {
    display: inline;
    width: 100%;
}
.card-description{ /*Ð´Ð»Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ ÑÐºÑ€Ð¸Ð¿Ñ‚Ð° Ñ‚Ð°Ð±Ñ‹ */
    /*  max-height: 100px;
      overflow: hidden;*/
      overflow: hidden;
}
.card-price .card-value{
    font-size: 30px;
}
.card-stock .card-value{
    color: #8bbf61
}
.card-stock.epmty .card-value{
    color: #cd3b35;
}
.card-btn{

}
.card-btn .btn--dark-invert span{
    color: #b4b4b4;
}
.card-row{
    margin-bottom: 5px;
}
.card-btn{
    margin: 11px 0 13px;
    display: flex;
}
.card-btn .btn--yellow{
    margin-right: 15px;
}
.more-link,
.open-fullinfo-tab a{
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}
.more-link i,
.open-fullinfo-tab a i{
    color: #cd3b35;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.more-link.close-text i {
    top: 2px;
}
body.fixed {
    padding-top: 120px;
}

/* tabs */
.tabs-wrapper{
    clear: both;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.tabs {
    max-width: 100%;
    margin: 0 0 30px;
}
.tabs__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin: -1px 0 0 -1px;
    padding: 0;
}
.tabs__caption li:last-child:before {
}
.tabs__caption:after {
    content: '';
    display: table;
    clear: both;
}
.tabs__caption li {
    padding: 7px 20px;
    margin: 0px 10px 0 1px;
    background: #e6e6e6;
    position: relative;
    text-align: center;
    color: #9b9b9b;
    font-size: 16px;
}
.tabs__caption li:not(.active) {
    cursor: pointer;
}
.tabs__caption li:not(.active):hover {
    background: #ffffff;
}
.tabs__caption .active {
    background: #FFF;
    color: #000;
}
.tabs__caption .active:after {
}
.tabs__content {
    background: #FFF;
    padding: 20px 20px;
    font-size: 16px;
}
.tabs__content p:last-child{
    margin-bottom: 0;
}
.tabs__content.active {
    display: block;
}
.tabs_content_height{
    max-height: 400px;
    overflow: hidden;
}
/*  reviews */

.reviews{

}
.reviews .row-review{
    margin-bottom: 25px;
}
.review-img{float: left;}
.review-img img{

}
.review-info{
    margin-left: 141px;
}
.review-title{font-size: 22px;font-weight: bold;line-height: 25px;}
.review-title a{

}
.review-date{color: #949494;}
.review-text{line-height: 21px;}
.review-link a{
    text-decoration: underline;
}
@media screen and (max-width: 480px) {
    .review-info {
        margin-left: 0;
        clear: both;
    }
}
@media screen and (max-width: 1639px) {
    .card-info-right{
        width: 497px;
    }
}
@media screen and (max-width: 1200px) {
    .card-info-right{
        width: 335px;
    }
    .card-product .wrapper-info,
    .card-row {
        font-size: 14px;
        position: relative;
        z-index: 5;
    }
}
@media screen and (max-width: 992px) {
    .card-info-right {
        width: 364px;
    }
}
@media screen and (max-width: 768px) {
    .slider-with-thumbs {
        width: 100%;
    }

    .slider-with-thumbs img {
        width: 100%;
    }
    .thumbs-product-slider .img-box{
        margin: 0 5px;
    }
    .thumbs-product-slider{
        margin-right: -8px;
        position: relative;
        left: -1px;
    }
    .slider-with-thumbs{
        margin: 0 -4px 11px;
    }

    .card-info-right{
        width: 100%;
        height: initial;
    }
    .main-product-slider {
        margin-left: 4px;
        margin-right: -4px;
    }
    .hunting-sidebar .wrapper{
        margin-bottom: 20px;
    }
    .tabs__caption li{
        margin-bottom: 10px;
    }
    .block-wrapper{
        margin-top: 20px;
        padding-bottom: 11px;
    }
}
@media screen and (max-width: 650px) {

    .tabs__caption li {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .tabs__caption{
        margin-right: -10px;
    }

}


/*  */
.bg-white{
    background: white;
}
.padding{
    padding: 20px;
}
.small-padding{
    padding: 7px 20px;
}
.border-sep{
    border-bottom: 1px solid #70764f;
}
.padding-white{
    padding: 20px;
    background: white;
}
.store-price{

}
.card-sort{
    padding: 12px 20px;
    margin-bottom: 20px;
}
.table,
.table-shop{
    width: 100%;
    border-collapse: collapse;
}
.table thead{
    background: #fafafa;
}
.table thead th{
    font-weight: normal;
}
.table tr{
}
.table th,
.table td{
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;

}
.table th{
    padding: 7px;
}
.table td{
    padding: 11px;
    text-align: center;
}
.table td:first-child{
    text-align: left;
}
.table a{
    color: #3a2e90;
}
.yellow-tr{
    background: #fff0b4;
}
.table{
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.table-shop td{
    padding: 5px;
}
.table-shop td .btn{
    white-space: nowrap;
}
td.price-shop {
    font-weight: bold;
    font-size: 22px;
    text-align: right;
    padding-right: 30px;
}

td.btn-shop {
    text-align: right;
    width: 100px;
}

.name-shop a {
    color: #4b8df1;
    font-weight: bold;
}
@media screen and (max-width: 1200px) {
    td.price-shop {
        font-size: 18px;
        padding-right: 19px;
    }
}

@media screen and (max-width: 768px) {
    td.price-shop{
        font-size: 15px;
    }
    .table td ,
    .table-shop td {
        display: block;
        width: 100%;
        border-bottom: 0;
        text-align: left;
        padding: 1px 11px ;
        font-size: 13px;
        border-right: 0;
    }
    .table tr,
    .table-shop tr{
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        display: block;
        padding: 10px 0;
    }
    .table thead tr{
        padding: 10px 7px;
    }
    .table thead th {
        font-weight: normal;
        display: inline-block;
        border-right: 0;
        font-size: 13px;
        border-bottom: 0;
        padding: 0;
    }
    .table thead th:after{
        content: ",";
    }
    .pre-last:after,
    .table thead th:last-child:after{
        display: none;
    }

    .table thead th:empty{
        display: none;
    }
}

/* */
.menu{
    margin: 0;
    padding: 0;
}
.menu li{
    list-style: none;
    margin: 0 0 7px 0;
    font-weight: bold;
}
.menu li:last-child{
    margin-bottom: 0;
}
.menu li a{
    color: #323232;
}
.menu li.active-trail a{
    color: #b4b4b4;
}
.no-margin{
    margin: 0;
}
.load-product .btn{
    margin-top: 15px;
}
/* url-wrapper */
.url-wrapper{
    position: relative;
}
.url-wrapper .form-text{
    padding-right: 81px;
    font-style: italic;
}
.url-wrapper .form-submit{
    width: 81px;
    background: white;
    color: #323232;
    position: absolute;
    right: 1px;
    top: 1px;
    height: 28px;
    border-left: 1px solid #e6e6e6;
}
.load-by-url{
    display: none;
}
.load-product .radio {
    display: inline-block;
    margin-left: 30px;
}
.load-product .radio:first-child{
    margin-left: 0;
}
.load-product  .form-radio{
    margin-bottom: 15px;
}
/* statistic */
.accordion .title-accordion{
    position: relative;
    font-weight: bold;
    color: #b4b4b4;
    padding: 6px 60px 6px 20px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
.accordion .title-accordion i{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    background: #ffcd00;
    color: #323232;
    text-align: center;
    height: 100%;
    font-size: 33px;
}
.accordion .title-accordion i:before{
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -16px;
}

.body-accordion{
}
.body-accordion .table{
    margin-top: -1px;
}
.accordion {
    margin-bottom: 30px;
    clear: both;
    position: relative;
}
.accordion .title-accordion.opened i{
    transform: rotate(-180deg);
    background:#e6e6e6 ;
    color: #8c8c8c;
}
.accordion-small .title-accordion i{
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.accordion-small .title-accordion.opened i{
    transform: rotate(-180deg);
    color: #cd3b35;
}
.accordion-small .title-accordion{
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}
.accordion-small .title-accordion.opened{
    color: #b4b4b4;
}

/* */
.total-view{position: absolute;right: 49px;top: 8px;}
.total-view span{

}
.total-view span:last-child{

}
.total-view span:first-child{margin-right: 17px;}
@media (max-width: 1200px) {
    .total-view{
        position: static;
        font-size: 13px;
    }
}
.btn-menu {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}
@media (max-width: 768px) {
    .btn-menu{
        max-width: 300px;
        margin-bottom: 20px;
    }
    .btn-menu li{
        margin-left: 0 !important;
        margin-right: 10px;
        margin-bottom: 10px;
    }

}
ul.btn-menu li {
    list-style: none;
    margin-left: 10px;
    display: inline-block;
    float: left;
}
ul.btn-menu li:first-child{
    margin-left: 0;
}
ul.btn-menu li a {
    color: #323232;
    border: 1px solid #323232;
    padding: 7px 0px 5px;
    font-weight: bold;
    width: 110px;
    text-align: center;
    display: inline-block;
    float: left;
}

ul.btn-menu li.active-trail a {
    color: #b4b4b4;
    border-color: #b4b4b4;
}
ul.btn-menu li a:hover{
    color: #b4b4b4;
}
.body-accordion .product-box{
    border: 1px solid #b4b4b4;
}
.max-width-500{
    max-width: 500px;
}
.file-img{
    position: relative;
    width: 165px;

}
.file-img .jq-file__browse{
    display: none;
}
.file-img .jq-file__name{
    font-size: 0;
    height: 80px;
    line-height: 80px;
    background: none;
    border: 0;
    font-style: normal;
    color: #323232;
    width: 165px;
    z-index: 10;
}
.file-img .jq-file__name:before{
    content: "Логотип магазина...";
    font-size: 16px;
}
.file-img .jq-file{
    position: relative;
    z-index: 10;
}
.imgloaded{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    height: 80px;
    width: 80px;
}
.imgloaded img{
    min-width: 80px;
    min-height: 80px;
    width: initial;
    height: 100%;
    border: 1px solid #e6e6e6;

}
*,
div,
*:focus{
    outline: none !important;
}
.file {
    display: none;
}
.filter .accordion-small{
    clear: both;
    margin-top: 31px;
}
.comparison-row{
    position: relative;
    background: #fafafa;
    float: left;
    width: 20%;
    margin: 0 10px 20px 10px;
}
.comparison-row .title{color: black; padding: 20px 20px 0 20px;display: block;margin-bottom: 17px;overflow: hidden;font-size: 14px;font-weight: bold;height: 86px;box-sizing: border-box;}
.comparison-row .title a{
    text-align: center;
}
.comparison-row .img-comparisson{background: white;text-align: center;}
.comparison-row .img-comparisson img{

}
.comparison-row .row-text{font-size: 14px;display: block;width: 100%;justify-content: space-between;text-align: center;display: inline-block;border-bottom: 1px dashed #b4b4b4;}
.comparison-row .row-text:after{
    content: "";
}
.comparison-row .row-text span:first-child {color: #b4b4b4;display: block;float: left;background: #fafafa;position: relative;top: 7px;padding-right: 5px;}
.comparison-row .row-text span:last-child {display: block;float: right;position: relative;top: 7px;padding-left: 5px;background: #fafafa;}
.comparison-wrap{margin: 0 -10px;display: flex;}
.remove{
    color: #c7c7c7;
    font-family: arial;
    background: white;
    height: 20px;
    width: 20px;
    border-radius: 59px;
    font-size: 18px;
    top: -9px;
    right: -9px;
    font-weight: normal;
    border: 2px solid #c7c7c7;
    line-height: 17px;
    cursor: pointer;
    position: absolute;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0;
    font-style: normal;
}
.comparison-row .wrap-info{
    padding: 12px 20px;
}
.comparison-row img{
    width: 100%;
    height: initial;
}
@media (max-width: 992px) {
    .comparison-row{
        float: left;
        width: 31.33%;
        margin: 1%;
    }
    .comparison-wrap{
        display: block;
    }
}
@media (max-width: 768px) {
    .comparison-row{
        float: left;
        width: 48%;
        margin: 1%;
    }
    .remove{
        right: 0;
    }
    .load-product .radio {
        clear: both;
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}
@media (max-width: 500px) {
    .editors-choice.slider .title {display: none;}
    .editors-choice.slider .text {display: none;}
    .comparison-row{
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding-left: 72px;
        margin: 0;
        border: 5px solid #70764f;
        border-bottom-width: 10px;
    }
    .img-comparisson{
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .comparison-row .img-comparisson img{
        width: 70px;
    }
    .comparison-wrap{
        margin: 0 -5px;
    }
    .comparison-row .row-text{
        border-bottom: 0;
        text-align: left;
    }
    .comparison-row .row-text span{
        display: inline !important;
        float: none !important;
        padding-left: 0 !important;
    }
    .comparison-row .row-text span:first-child:after{
        content: ":";
    }
    .comparison-row .title{
        height: initial !important;
        margin-bottom: 0;
    }
    .comparison-row .wrap-info{
        padding-top: 0;
    }
    .product-img a img {
        margin: 0 auto;
        /* width: 100%; */
        height: initial;
        max-width: 100%;
    }


}
.office-profile-form{
	max-width:500px;
}
.office-profile-form  input[type="text"], .office-profile-form textarea, .office-profile-form select, .office-profile-form .selection input{
	width:100%!important;
	min-width: 150px;
}
.office-profile-form .selection,.office-profile-form .selection input{
	line-height:1;
}
.office-profile-form .selection input{
	line-height:23px;
}
.office-profile-form .select2-container--classic .select2-selection--multiple .select2-selection__rendered{
	
}
.office-profile-form .jq-file__name{
	width: 234px;
}
.office-profile-form .file-img{
	width: 240px;
}
.reg_mag img{
	max-width:100%;
}
.office-profile-form button{
	padding: 15px 40px!important;
}
.office-profile-form button:hover{
	color:#000!important;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  text-align:center;
}
.white-popup > div{
	text-align:center;
}
.white-popup > div button{
	border:1px solid #000;
}
.white-popup > div button:first-child{
	margin-right:10px;
}
.white-popup > div button:hover{
	background-color:#ffcc00;
}
.select2-container{
	z-index: 100;
}
.ztop {
    z-index: 10000;
}
.select2-container--classic .select2-search--inline .select2-search__field{
	width:100%!important;
}
.img-box a{
	display:block;
}
.comparison.comparison-default{
	display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    line-height: 1.25;
    color: inherit;
    border: 1px solid black;
    padding: 9px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	padding: 10px 10px 7px 10px;
    font-size: 16px;
	border: 1px solid #181717;
    background: transparent;
    color: #181717;
	cursor: pointer;
}
.all-products .link-to-page .comparison.comparison-default{
    background: #70764f;
    z-index: 99;
}
.comparison.comparison-default a{
	text-decoration:none;
}
.comparison.comparison-default:hover{
	
}
.editors-choice .swiper-container .swiper-slide{
    margin-bottom: 0px !important
}
.card-row{
	
}
.thumbs-product-slider {
    margin-right: 0px;
}
.wrapper-row{
	overflow:hidden;
}
.img-slider{
	cursor:pointer;
}
.tabs__content .comments__hunt-holder{display:block;}
.tabs__content .comments__btn-slide span{padding-left:32px;}
.hunting-sidebar .left-menu li.active > a, .hunting-sidebar .left-menu li.activec > a{color: #cd3b35;}
.hunting-sidebar .left-menu li.active ul.active{display:block;}

.sort-by .desc span{
	display:none;
}
.sort-by .desc span:last-child{
	display:inline;
}
.sort-by .asc span:last-child{
	display:none;
}
.show-by a.active{
	color: #cd3b35;
}
.slick-track .article-box{
	min-height:351px;
}
@media (min-width: 1639px) {
	.slider-rectangle .slick-list .rectangle-box{
		min-width: 263px;
		max-width: 263px;
	}
}

.comparison .comparison-go {
	 font-size: 0;
    margin-left: 10px;
    position: relative;
    top: -3px;
    margin-right: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUwMi4wMzEgNTAyLjAzMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAyLjAzMSA1MDIuMDMxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTAyLjAzMSw0NjAuMTk1djM1Ljg1OUgwdi0xMS45NTN2LTIzLjkwNlY1Ljk3N2gzNS44NTl2NDU0LjIxOWgzNS44NlYyNDUuMDM5SDE5MS4yNXYyMTUuMTU3ICAgIGgzNS44NnYtMzgyLjVoMTE5LjUzMXYzODIuNUgzODIuNVYzNDAuNjY0aDExOS41MjlMNTAyLjAzMSw0NjAuMTk1TDUwMi4wMzEsNDYwLjE5NXoiIGZpbGw9IiNmZmNjMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.comparison .comparison-go:hover {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUwMi4wMzEgNTAyLjAzMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAyLjAzMSA1MDIuMDMxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTAyLjAzMSw0NjAuMTk1djM1Ljg1OUgwdi0xMS45NTN2LTIzLjkwNlY1Ljk3N2gzNS44NTl2NDU0LjIxOWgzNS44NlYyNDUuMDM5SDE5MS4yNXYyMTUuMTU3ICAgIGgzNS44NnYtMzgyLjVoMTE5LjUzMXYzODIuNUgzODIuNVYzNDAuNjY0aDExOS41MjlMNTAyLjAzMSw0NjAuMTk1TDUwMi4wMzEsNDYwLjE5NXoiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.product-img .comparison-add{
    display: block;
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    margin: 0;
    z-index: 99;
    font-size: 0;
    height: 100%;
}

@media (min-width: 450px) {
	.card-btn .btn {
		margin-bottom: 10px;
	}
}

.card-btn .btn,
.card-btn .usefull-wrapper{
    display: inline-block;
}
.main-product-slider img{
    width: 100%;
}
 .xml_error{
    border: 1px solid #ffdcdc;
    padding: 11px;
    text-align: center;
    background: #fff6f6;
    margin-top: 20px;
    color: #ae0000;
}
.xml_log{
    border: 1px solid #ffed99;
    padding: 11px;
    text-align: center;
    background: #fff8e4;
    margin-top: 20px;
    color: #ae7400;
}
.editors-choice .swiper-container {
    width: 100%;
    /*width: calc(100% - 12px);*/
}
.swiper-main-wrapper {
/*    width: calc(100% - 75px);*/
}
.swiper-container {
    /*overflow: visible;*/
}

.editors-choice .swiper-container .swiper-slide{
    /*margin-left: 5px*/
}
.swiper-container .swiper-wrapper { margin-left: 0px!important; }


.wrapper-products-slide{
    display: block;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1600px) {
    .wrapper-products-slide .rectangle-box:last-child  {
        display: none;
    }

}
@media (max-width: 992px) {
    /* .editors-choice .swiper-container .swiper-slide{
        margin-left: 5px;
        margin-right: 5px;
    }*/
}
.editors-choice.slider .row{
    min-height: 354px;
}
.swiper-main-wrapper{
    position: relative;
}
.ticket-comment-link a{
    color: black;
}

#curr_city{background: #ffcc00;padding: 23px 11px 15px 11px;font-size: 21px;line-height: normal;margin-left: -20px;margin-right: -20px;margin-top: -20px;margin-bottom: 25px;}
#curr_city br{
    display: none;
}
#curr_city span{
    font-weight: bold;
}
#nav_in_city{

}
#nav_in_city #not_city,
#nav_in_city #yes_city{padding: 9px 9px 7px 9px;font-size: 20px;text-transform: uppercase;line-height: normal;min-width: 90px;}
#nav_in_city #not_city{background: #f4f4f4;color: gray;border: 1px solid #bfbebe;}
#nav_in_city #not_city:hover{
    background: #e0e0e0;
}
#nav_in_city #yes_city{
    background: #ffda44;
    color: #6f5800;
    border: 1px solid #b49000;
}
#nav_in_city #yes_city:hover{
    border-color: black;
    color: black;
    background: #ffcc00;
}
.mfp-close{
    color: gray;
}
.mfp-close:hover{
    color: black;
}
.rectangle-box .btn-group .btn.linc_many_shop{
    width: 100%
}

.form-wrapper-login{
    max-width: 428px;
    margin: 0 auto;
}

.white-popup .select2-container{
    margin-top: 10px;
}
@media (max-width: 992px) {
    .product-box .product-title{
           padding-right: 42px;
    height: 32px;
    overflow: hidden;
    }
}
@media (max-width: 400px) {
    .enter-reg__page .enter-links a{
        display: block;
    }
}

.filter .col-lg-4{
    margin-bottom: 15px;
}
.jq-selectbox.opened{
    position: relative;
    z-index: 5555;
}
.jq-select-multiple ul{
    height: 49px !important;
    overflow: auto;
}
.jq-select-multiple{
    width: 100% !important;
}
.title-wrapper .compare-button {
    display: none;
}
.compare-button{
    position: fixed;
    bottom: 200px;
    right: 0px;
        z-index: 55;

}
.all-products .comparison.comparison-default.added.can_compare.active {

    background-color: #515151;

}
.product-img .comparison-go{
    display: none !important;
}
@media (max-width: 768px) {
    .compare-button {
        position: fixed;
        bottom: 21px;
        right: 0px;
        z-index: 55;
    }
}
.ticket-comment {
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
}
#comment-form-placeholder .form-group input {
    border: 1px solid #ddd;
    padding: 4px;
    margin-bottom: 10px;
}
#comment-form-placeholder #comment-editor{
    border: 1px solid #ddd;
    width: 100%;
    resize: none;
    border-top: 0;
}
.markItUpHeader {
   
    background: #f0f0f0;
}
label[for=comment-name]{
    width: 58px;
    display: inline-block;
}
label[for=comment-email]{
    width: 58px;
    display: inline-block;
}
label[for=comment-captcha]{
    margin-right: 15px;
}
#comment-form-placeholder .form-actions input{
    padding: 8px 12px !important;
    margin-right: 8px;
}
#comment-form-placeholder .form-actions input:hover{
    background: black;
    color: white;
}
#comment-form-placeholder{
    margin-top: 40px;
}
.comments__btn-slide{
	margin-bottom: 20px;
}
.tabs-wrapper input[type="text"]{
	border: 1px solid #ddd;
}
@media (max-width: 768px) {
    .editors-choice .swiper-container .swiper-slide{
            height: 360px;
        background: white;
    }
    
    
}
#shop-reg-button {
    display: block;
    text-decoration: underline;
}
#shop-reg-button:hover {
    text-decoration: none;
}
.yellow-btn-stat.yellow-btn-stat-1, .yellow-btn-stat.yellow-btn-stat-2 {

    float: right;
    height: auto;
    margin:0;

}
.yellow-btn-stat.yellow-btn-stat-1 a, .yellow-btn-stat.yellow-btn-stat-2 a {

    width: auto;
    padding: 9px;
    margin: 0 10px 0 0;

}
/* Дополнительные стили, правка */
.comparison-params-all, .comparison-params-unique, .comparison-wrap br {display:none;}
.xml_log, .xml_error {display:none;}
td.name-shop {width: 33%;}
td.delivery-shop {width: 33%;}
td.price-shop {width: 25%;}
.catalog .title-wrapper i {cursor: pointer;}
@media screen and (max-width: 767px) {
    td.name-shop, td.delivery-shop, td.price-shop {width: 100%;}
    .header .header-search-block {display:none;}
    .header .user-office {display: none;}
}
.result-empty {margin-left: 26px;}
.main .slick-dots {display: none !important;}
.main .slick-arrow {bottom: -30px !important;}
.mobile-menu .user-office__login {display: flex; font-family: "MyriadPro";}
.mobile-menu .office.user-office {margin-top: 15px;}
.article-content p {font-size: 18px;}
.article-content ul {font-size: 18px;}
.article-content ol {font-size: 18px;}
.article-content .h6 {font-size: 16px;}
#office-auth-form {width: 100%;}
.menu2 {display: none;}
.new-raportsBlock #list-raport .slick-track {background-color: transparent;}
.new-raportsBlock #list-raport .col-sm-6.col-lg-4.col-xl-3._inner-gutters-y._inner-gutters-x-r {padding: 1px;}
.new-raportsBlock #list-raport .article-preview {width: 100%;}
.image-side-right {float: right; margin: 7px 0 10px 20px;}
.image-side-left {float: left; margin: 7px 20px 10px 0;}
.product-seller {
    max-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#pdopage div:first-child {
    margin-top: 0;
}


section.gallery {
    margin-bottom: 45px;
}
.btn-add-raport {
    color:#000;
}
.gallery_album_preview .album_item {
    position: relative;
    width: 25%;
    float:left;
    display: block;
    /*border: 5px solid transparent;*/
    margin:5px;
}
.gallery_album_preview.allGallery .album_item {
    border: 5px solid transparent;
    margin:0;
}
.gallery_album_preview .album_item:last-child {

}
.gallery_album_preview .album_item .album_title {
    color: #fff;
    font-size: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.79);
    padding: 15px;
}
.gallery_album_preview .album_item .album_title p {
    margin:0;
}
.gallery_album_preview .album_item .album_title h3 {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    background-color: rgba(0, 0, 0, 0.79);
    padding: 15px;
    border-radius: 10px;
    font-size: 46px;*/
    
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    width: 100%;
    
    transition: all .5s ease;
}
.album_loadStatus_bar {
    opacity:0;
    visibility: hidden;
    
    transition: all .5s ease;
}
.album_item:hover .album_loadStatus_bar {
    opacity: 1;
    visibility: visible;
}
.gallery_album_preview .album_item:hover .album_title h3 {
    white-space:initial;
}
.gallery_album_preview .album_item .album_title a {
    color:#fff;
}
.gallery_album_preview .album_item .album_title a:hover {
    text-decoration: underline;
}
.gallery_album_preview .album_item .gallery_item {
    width: 100%;
    position: relative;
    overflow: hidden;
    float:left;
} 
.gallery_album_preview .album_item .gallery_item:before {
    padding-top:100%;
    display: block;
    content: "";
}
.gallery_album_preview .album_item .gallery_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: initial;
}

/*album*/
.blog-album .album-block .gallery_item {
    width: 25%;
    position: relative;
    overflow: hidden;
    float:left;
} 
.blog-album .album-block .gallery_item:before {
    padding-top:100%;
    display: block;
    content: "";
}
.blog-album .album-block .gallery_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_slide {
    z-index: 999;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 95%;
    overflow: hidden;
    padding:0;
}
.fancybox-slide {
    overflow: hidden;
}
.gallery_fancybox_wrapper .facybox_content_wrap {
    position: absolute;
    padding-left:15px;
    width: 100%;
    height: 100%;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
.gallery_fancybox .fancybox-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*object-position: right;*/
    display: inline-block;
    vertical-align: bottom;
    right: 0;
    left: unset;
}
.gallery_fancybox .image_body {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    padding:25px;
}
.gallery_fancybox_wrapper {
    /*width: 90% !important;*/
}
.gallery_fancybox_wrapper .fancybox-controls, .gallery_fancybox_wrapper .fancybox-bg {
    /*width: 100vw;*/
}
.gallery_fancybox_wrapper.fancybox-container {

}
.gallery_fancybox_wrapper .fancybox-slider-wrap {
    /*width: calc(100% - 350px);*/
    width: calc(100% - 350px);
    height: 100%;
    float: left;
    position: relative !important;
}
.fancybox-controls--canzoomIn .gallery_fancybox .fancybox-placeholder {
    height: 100% !important;
    width: 100% !important;
        transform: unset !important;
}
.gallery_fancybox_wrapper .fancybox-caption-wrap {
    position: relative !important;
    float:left;
    right: 0 !important;
    left: unset !important;
    width: 350px !important;
    height: 100% !important;
    pointer-events: all !important;
    z-index: 99993 !important;
    background: unset;
    background-color: #000;
}

.gallery_fancybox_wrapper .fancybox-caption {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 55px 15px 25px 15px;
    /* bottom: 13px; */
    right: 0;
    left: auto;
    height: 100%;
    width: 250px;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
}
.gallery_fancybox_wrapper .fancybox-caption:before {
    background: 0 0;
}

.gallery_fancybox_wrapper .fancybox-caption:after {
    border-bottom: 0;
}

.gallery_fancybox_wrapper .fancybox-caption.none {
    display: none;
}

.gallery_fancybox_wrapper .fancybox-caption>span {
    background-color: #343434;
    color: #B6B6B6;
    display: inline-block;
    padding: 5px 15px;
}

.album_loadStatus_bar {
    top: 0;
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}
.album_loadStatus_bar > span {
    padding: 5px 10px 5px 15px;
}

.load_form_wrapper {
    background-color: #70764f;
    padding: 35px;
    max-height: calc(100% - 88px);
    color:#fff;
}
.load_form_wrapper .form_title {
    font-size: 22px;
    border-bottom: 1px solid #fff;
}
.load_form_wrapper .grid_title,.load_form .grid {
    
}
.load_form_wrapper .grid_title {
    margin-bottom: 0;
    margin-top: 15px;
}
.load_form_wrapper .grid {
    width: 100%;
    border: 1px solid #e3e3e3;
}
.load_form_wrapper .grid .item {
    min-height: 72px;
    width: 100%;
    padding:0 5px;
    margin: 5px auto;
    background-color: rgba(0, 0, 0, 0.05);
}
.load_form_wrapper .grid .item img {
    width: 128px;
    height: 100%;
    vertical-align: middle;
}
.load_form_wrapper .grid .desc {
    min-height: 72px;
    max-height: 256px;
    min-width: 337px;
    max-width: 80vw;
    width: calc(100% - 138px) !important;
    display: inline-block;
    padding:5px 0;
    padding-left:10px;
    margin-left:10px;
    line-height: 1em;
    vertical-align: middle;
    border-left:1px solid #fff;
}
.load_form_wrapper .grid .desc::placeholder {
    color:#fff;
}
.load_form input[type="submit"] {
    margin-top: 25px;
    background-color: #21221e;
    color: #fcc10f;
    padding: 2px 15px;
    display: block;
    margin: 25px auto 0 auto;
    cursor: pointer;
}
.load_form input[type="submit"]:disabled {
    opacity: 0.3;
    cursor: no-drop;
}
.loader-wrapper {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 999999999999999999999;
}
.loader {
    position:absolute;
    top:calc(50% - 60px);
    left:calc(50% - 60px);
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.slick-dots li button:before {
    font-size: 32px !important;
}
.slick-dots {
    bottom:-35px !important;
}
.mainPage_gallery_slider .album_item {
    /*height: 0;*/
}
.mainPage_gallery_slider .album_item:before {
    content: "";
    display: block;
    padding-top:100%;
    width: 100%;
    height: 0;
    pointer-events: none;
}
.mainPage_gallery_slider .body__ {
    position: absolute;
    top:0;
    width: 100%;
}
.mainPage_gallery_slider .album_item .gallery_item {
    width: 50%; 
}
.mainPage_gallery_slider .album_item .gallery_item img {
    transition: transform .5s ease;
    will-change: transform; 
}
.mainPage_gallery_slider .album_item .gallery_item:hover img {
    transform: scale(1.05);
}
.mainPage_gallery_slider .album_item {
    margin:5px;
    background-image: url(/assets/site//assets/site/components/phpthumbon/noimage.jpg);
    background-size:50%;
    border:none;
}
/*.slick-slider .slick-track, .slick-slider .slick-list {
    width: 100% !important;
}*/

.gallery_album_preview .blogs_gallery .album_item {
    width: 25%;
}
.gallery_album_preview .blogs_gallery .album_item {
    border: 5px solid transparent;
    margin:0;
}
.gallery_album_preview .album_item .gallery_item {
    background-color: #fff;
    background-image: url(/assets/site//assets/site/components/phpthumbon/noimage.jpg);
    background-size: cover;
}

.gallery_slider {
    margin: 30px;
}
.gallery_slider .slick-prev:before, .gallery_slider .slick-next:before {
    font-family: 'Material-Design-Iconic-Font';
    font-size: 52px;
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.gallery_slider .slick-prev:before {
    content: '\f2fa';
}
.gallery_slider .slick-next:before {
    content: '\f2fb';
}

.gallery_grid {
    margin:60px 30px 30px 30px;
}
.gallery_grid .gallery_fancybox {
    width: 25%;
    float:left;
    padding:5px;
}
.gallery_grid .gallery_fancybox img {
    width: 100%;
    vertical-align: bottom;
}
.gallery_slider .album_item {
    cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .album_loadStatus_bar {
        font-size: 16px;
        border-bottom-left-radius: unset;
        width: 100%;
        text-align: center;
    }
    .album_loadStatus_bar > span {
        padding: 0 5px;
    }
    .album_title h3 {
        font-size: 16px;
    }
/*     .album_title p {
    font-size: 16px;
} */
}
@media (min-width: 992px) and (max-width: 1199px) {
    .album_loadStatus_bar {
        font-size: 14px;
        border-bottom-left-radius: unset;
        width: 100%;
        text-align: center;
    }
    .album_loadStatus_bar > span {
        padding: 0 5px;
    }
    .album_title h3 {
        font-size: 16px;
    }
    .album_title p {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .album_loadStatus_bar {
        font-size: 14px;
        border-bottom-left-radius: unset;
        width: 100%;
        text-align: center;
    }
    .album_loadStatus_bar > span {
        padding: 0 5px;
    }
    .gallery_album_preview .album_item {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .album_title h3 {
        font-size:16px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    top: 0;
    width: 38px;
    height: 38px;
    padding: 0;
    margin-top: 15px;
    background-color: #131311;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 50%;
    transform: translateX(100%);   
}
.fancybox-show-nav .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 50%;
    transform: translateX(-100%);  
}
}

@media (max-width: 991px) {
    .gallery_fancybox_wrapper .fancybox-caption {
            right: auto;
    left: 0;
    width: 100%;
    max-height: 200px;
    height: auto;
    bottom: 0;
    padding: 15px;
    }
}
/*.slick-slider .slick-track, .slick-slider .slick-list {
    background-color: transparent;
}
.slick-list {
    width: 100%;
}*/

.prod-row {margin-top: 24px;}

.menu__li_blog {
    flex-basis: 170%;
}
.menu__li_tovari {
    flex-basis: 130%;
}
.fancybox-content {
    height: 100% !important;
}
.hunting-sidebar_mobile {
    display: none;
}
.hunting-sidebar_mobile .title-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    position: relative;
}
.hunting-sidebar_mobile .title-wrapper i.opened {
    transform: rotate(-180deg);
}
.hunting-sidebar_mobile .left-menu ul.active {
    display: block;
}
.hunting-sidebar_mobile .left-menu a.active {
    text-decoration: none;
    color: #cd3b35 !important;
}


/* .hunting-sidebar_mobile  {
    
} */
@media (min-width: 1600px) and (max-width: 1650px)  {
    .menu__li_blog {
        flex-basis: 200%;
    }
    .menu__li_tovari {
        flex-basis: 160%;
    }
    .header .nav li a {
        font-size: 24px;
    }
}
@media (min-width: 1640px) {
    .menu__li_blog {
        flex-basis: 200%;
    }
    .menu__li_tovari {
        flex-basis: 160%;
    }
    .editors-choice .wrapper-row {margin-right: 30px;width: calc(100% - 30px);}
    .editors-choice .wrapper-row:last-child {margin-right: 0px;}
}
@media (max-width: 950px) {
    .hunting-sidebar_mobile {
        display: block;
    }
    .hunting-sidebar_mobile .title-wrapper i {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 39px;
        padding: 1px 17px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .hunting-sidebar_mobile .title-wrapper i {
        line-height: normal;
    }
    .article-preview.article-preview--high {
        height: 225px;
    }
    .article-preview.article-preview--high.article-preview--video-light::after {
        top: 16px;
        left: 30px;
        color: rgba(255, 255, 255, 0.5);
        background: rgba(24, 23, 23, 0.8);
    }
    .article-preview.article-preview--high.article-preview--video-light:hover::after {
        color: #ffcc00;
    }
    .hunting-sidebar .wrapper h5 {
        display: block;
    }    
}
section.light {
    background: #70764f;
}
section.dark {
    background: #626746;
}
#popup-raport .fancybox-close-small svg path {
    fill: #fff;
}
#popup-raport .jq-file__name, #popup-raport .jq-file__browse, #popup-raport .jq-file__name {
    display: none;
}
.scrollTop.fixed {
    position: fixed;
    bottom: 64px;
    right: 190px;
    z-index: 40;
}
@media (max-width:1639px) {
    .scrollTop.fixed {
        right: 40px;
    }  
}

@media (max-width:991px) {
    .article__next-article_mobile {
        position: relative;
    }
    .article__next-article_mobile .col-lg-6 {
        z-index: 2;
    }
    .article__next-article_mobile .col-lg-6.next-article__cover-block {
        z-index: 1;
        order: -1;
        height: 60%;
    }
    .article .article__next-article {
        height: 390px;
    }
    .article__related-articles.related .article-preview {
        height: 390px;
        
    }
}
@media (max-width:767px) {
    .scrollTop.fixed {
        right: 30px;
        bottom: 20px;
    }
    
    .article__related-articles.related .article__related-article-preview .article-preview__cover-block {
        height: 70%;
    }
    .article__related-articles.related .article__related-article-preview .article-preview__content {
        height: 30%;
    }
    .article__related-articles.related .article-preview {
        height: 390px;
        width: 540px;
        margin: 0 auto;
    }
    
}

@media (max-width:575px) {
    .article__related-articles.related .article__related-article-preview .article-preview__cover-block {
        height: 70%;
    }
    .article__related-articles.related .article__related-article-preview .article-preview__content {
        height: 30%;
    }
    .article__related-articles.related .article-preview {
            height: 390px;
    }
    .article__related-articles.related .article-preview {
        width: 100%;
    }
}
@media (max-width:361px) {
    .ya-share2__container_size_m .ya-share2__popup_direction_bottom {
        right: -140px;
    }
}

.multi-select-container {
    display: inline-block;
    position: relative;
    width:100%;
  }
  .slider-rows {
    min-height: 56px;
  }
  .multi-select-button-placeholder,
  .wrapper-select > select {
    display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    /* max-width: 20em; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    width:100%;
    position: relative;
    user-select: none;
    padding-right: 32px;
    height: 32px;
    color: transparent; 
  }
  .multi-select-menu {
    position: absolute;
    left: 0;
    top: 0.8em;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    padding: 0.4em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 4;
  }
  
  .multi-select-menu input {
    margin-right: 0.3em;
    vertical-align: -1px;
  }
  
  .multi-select-button {
    display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    /* max-width: 20em; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    width:100%;
    position: relative;
    user-select: none;
    padding-right: 32px;
  }
  
  .multi-select-button:after {
    content: "\f2f9";
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px !important;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 32px;
    height: 100%;
    text-align: center;
    padding-top: 3px;
    border-left: 1px solid #e6e6e6;
    top:0;
  }
  
  .multi-select-container--open .multi-select-menu { display: block; }
  
  .multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
  }
  .multi-select-menuitems .multi-select-menuitem {
      display:block;
      padding: 0 5px;
      cursor:pointer;
  }
  .multi-select-menuitems .multi-select-menuitem:hover {
    background-color: #b8bba7;
    color: #FFF;
  }
  .multi-select-menuitems .multi-select-menuitem:selected {
    background-color: #70764f;
    color:#fff;
  }
  
  .card-stock .empty-stok{
     color:#bf6161;
 }

 .filter .group-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
 }

 .filter .group-btns a,
 .filter .group-btns button {
    /* flex: 3 1 50%; */
    margin: 5px;
 }
 @media (max-width:767px) {
    .filter .group-btns a,
    .filter .group-btns button {
       flex: 3 1 50%;
       margin: 5px;
    }
 }

.ui-autocomplete {
    z-index: 99999!important;
}

.ui-autocomplete .ui-menu-item-wrapper {
	padding: 5px!important;
}

.ui-autocomplete .ui-menu-item-wrapper:hover {
	background-color: #757374!important;
}
/* Стили виджетов рапортов и фотографий */
    .dayblock {
        margin-bottom:15px;
        padding-bottom:15px;
    }
    .dayblock .more {
        position:absolute;
        top:22px;
        left:15px;
    }
    .dayblock .more a {
        padding: 7px 10px;
        color: #000;
        background-color: #ffcc00;
    }
    .dayblock img {
        vertical-align:bottom;
    }
    .dayblock .article-preview.article-preview--top-cover .article-preview__cover-block,
    .dayblock .article-preview.article-preview--top-cover .article-preview__content,
    .dayblock .article-preview {
        height:auto;
    }
    .dayblock .dayPhoto_desc {
        color: #000;
        margin: 0;
        padding-top: 0;
    }
    .relap-default__block-title {
        padding-top: 20px;
        padding-bottom: 5px;
        font-size: 20px;
        color: #1A1A1A;
    }
    .dayblock .more-btn a {
    padding: 7px 10px;
    color: #000;
    background-color: #ffcc00;
    }

	section { width: 100%}

.gsimilar .block-title {
    margin-left: 10px;
    color: black!important;
}

.ya-share2__container_size_m .ya-share2__icon {
    background-repeat: no-repeat;
    background-position: center center;
}

 /* Article styles 2020 */
 .article .article__content.article-content .article-content__slider .swiper-button-next {
                                            width: 65px;
                                            height: 65px;
                                            background-color: #70764F;
                                            border-radius: 0;
                                            background-size: 18px 29px;
                                            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAcCAYAAABoMT8aAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACSSURBVHgB1ZRbDYAwDAAbFCBhEpCCAyzgYHMwCzhAChKQgIRSAh/NSJauZQQuacIHdwnsAaAAEQOeRCiFpAkZJpnw9WV6saWZLfKSyMP3ZUezMnGj6S1y9z/5eHYgxSQTDVgxf0ImIvuJmYh8Jd6IyLZyEtEdJhZpa0VGTSS90gKUgvdLNUApT0UiL4AG8vzlxx3zKyH8h4wapQAAAABJRU5ErkJggg==');
                                            transform: rotate(180deg);
                                        }
                                        .article .article__content.article-content .article-content__slider .swiper-button-prev {
                                            width: 65px;
                                            height: 65px;
                                            background-color: #70764F;
                                            border-radius: 0;
                                            background-size: 18px 29px;
                                            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAcCAYAAABoMT8aAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACSSURBVHgB1ZRbDYAwDAAbFCBhEpCCAyzgYHMwCzhAChKQgIRSAh/NSJauZQQuacIHdwnsAaAAEQOeRCiFpAkZJpnw9WV6saWZLfKSyMP3ZUezMnGj6S1y9z/5eHYgxSQTDVgxf0ImIvuJmYh8Jd6IyLZyEtEdJhZpa0VGTSS90gKUgvdLNUApT0UiL4AG8vzlxx3zKyH8h4wapQAAAABJRU5ErkJggg==');
                                        }
                                        .article .article__content.article-content .article-content__slider {
                                            margin: 0 -38px;
                                        }
                                        .article .article__content.article-content .article-content__slider .gallery-thumbs .swiper-slide {
                                            width: 12px !important;
                                            height: 12px;
                                            border-radius: 100%;
                                            overflow: hidden;
                                            background-color: #fff;
                                            border: 3px solid #70764F;
                                            margin: 0 6px;
                                            opacity: 1;
                                        }
                                        .article .article__content.article-content .article-content__slider .gallery-thumbs {
                                            padding:0;
                                            margin:30px 0;
                                        }
                                        .article .article__content.article-content .article-content__slider .gallery-thumbs .swiper-slide.swiper-slide-active {
                                            background-color: #70764F;
                                        }
                                        .article .article__content.article-content .article-content__slider .gallery-thumbs .swiper-slide img {
                                            display: none;
                                        }
                                        .article .article__content.article-content .article-content__slider .swiper-slide img {
                                            width:100%;
                                        }
                                        .article .article__content.article-content .article-content__slider .swiper-button-next {
                                            right: 30px;
                                        }
                                        .article .article__content.article-content .article-content__slider .swiper-button-prev {
                                            left:30px;
                                        }
                                        .article .article__content.article-content .article-content__slider {
                                            background-color: unset;
                                        }
                                        
                                        .article .article__content.article-content .outer-link {
                                            background-color: #F4F4F4;
                                            padding: 30px;
                                        }
                                        .article .article__content.article-content .outer-link a {
                                            color: #838383;
                                            font-style: italic;
                                            text-decoration: underline;
                                        }
                                        
                                        .article .article__content {
                                            padding-left: 32px;
                                            padding-right:32px;
                                        }
                                        .article-content h1 {
                                            font-size: 32px;
                                            line-height: 40px;
                                        }
                                        .article-content h2:not(.article-content__description) {
                                            font-style: normal;
                                            font-weight: bold;
                                            font-size: 29px;
                                            line-height: 34px;
                                        }
                                        .article-content h3 {
                                            font-style: normal;
                                            font-weight: bold;
                                            font-size: 26px;
                                            line-height: 34px;
                                        }
                                        .article-content h4 {
                                            font-size: 23px;
                                            line-height: 28px;
                                        }
                                        .article-content h5 {
                                            
                                        }
                                        .article-content blockquote {
                                            margin: 40px 24px;
                                            padding: 35px;
                                            border: 2px solid #70764F;
                                            position:relative;
                                            z-index:0;
                                            
                                            color: #373929;
                                            font-style: italic;
                                            font-weight: normal;
                                            font-size: 18px;
                                            line-height: 27px;
                                            display: flex;
                                            align-items: center;
                                            text-align: center;
                                        }
                                        .article-content {
                                            overflow: hidden;
                                        }
                                        .article-content blockquote:before {
                                            content: "";
                                            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAiCAYAAAAtZZsLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIISURBVHgB7ZZLUttAEIb/HpkiS46gG+Ab4BwglblBnBOgVCohuzjL8CgPJ8CcAPPYAzcwN9ARxBbQNG3ZPD1jjRlTxUJflTYzmtbX82gNYQGyLd2BRQfE6yC0wUgB7pntk3+IJMv0Gj6VGqw2JG5bmlJ51lpBA1eQidRXMLdFbAJjKVRJg/9KbElezfS3agczH2CSzVKpEl/lvsTvznvPK5j90kYGb+IdeEyc6xOfEZxmdlRN+TsgiXenqxLE7Ayu8Pl0k86jkOdC9k6OUl0iVO6n1rKXQ+RG4jCSd/MXgtWyEvvlGBcE2+vvnAZLPcbe0mnNzBWwbHCn9o0ZFg+NrWdyXZHb9A4uy+9m72yIt8KyMlI23H0Y4JZ+GHNcvO56mkGSo+4mxw19NuYsxxvJfutMLFJnp5U6uuuvo1XhqWbPXUqmcsMcUXhWpkYOD4K+2aPxXyJSbl7ydXJj1KSSOwLIgehvnxwiFsXfnO2yMggZDrYbrg5S1iCSqqay/LtfI8mHrowCUccRoOj/Pz1GLKvuekrEAwQiM+g8+iMsAblXrLvamdUVAhkfktksiZciyGyddc/sDIPjey4LlGZ/vnQRQpmMFvngmODY8N9mtNzNNEIg28OiW8Kq4MuCwgenEYylEYylEYylEYylEYylEYylEYyllZRJigjK0l57O2/UfpKoASK4ByU4zMlNB5cbAAAAAElFTkSuQmCC');
                                            position: absolute;
                                            left: -40px;
                                            top: -40px;
                                            padding: 20px;
                                            background-color: #fff;
                                            z-index: -1;
                                            background-position: center;
                                            background-repeat: no-repeat;
                                            width: 44px;
                                            height: 40px;
                                            display: block;
                                            box-sizing: content-box;
                                        }
                                        .article-content blockquote:after {
                                            content: "";
                                            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAiCAYAAAAtZZsLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIISURBVHgB7ZZLUttAEIb/HpkiS46gG+Ab4BwglblBnBOgVCohuzjL8CgPJ8CcAPPYAzcwN9ARxBbQNG3ZPD1jjRlTxUJflTYzmtbX82gNYQGyLd2BRQfE6yC0wUgB7pntk3+IJMv0Gj6VGqw2JG5bmlJ51lpBA1eQidRXMLdFbAJjKVRJg/9KbElezfS3agczH2CSzVKpEl/lvsTvznvPK5j90kYGb+IdeEyc6xOfEZxmdlRN+TsgiXenqxLE7Ayu8Pl0k86jkOdC9k6OUl0iVO6n1rKXQ+RG4jCSd/MXgtWyEvvlGBcE2+vvnAZLPcbe0mnNzBWwbHCn9o0ZFg+NrWdyXZHb9A4uy+9m72yIt8KyMlI23H0Y4JZ+GHNcvO56mkGSo+4mxw19NuYsxxvJfutMLFJnp5U6uuuvo1XhqWbPXUqmcsMcUXhWpkYOD4K+2aPxXyJSbl7ydXJj1KSSOwLIgehvnxwiFsXfnO2yMggZDrYbrg5S1iCSqqay/LtfI8mHrowCUccRoOj/Pz1GLKvuekrEAwQiM+g8+iMsAblXrLvamdUVAhkfktksiZciyGyddc/sDIPjey4LlGZ/vnQRQpmMFvngmODY8N9mtNzNNEIg28OiW8Kq4MuCwgenEYylEYylEYylEYylEYylEYylEYyllZRJigjK0l57O2/UfpKoASK4ByU4zMlNB5cbAAAAAElFTkSuQmCC');
                                            position: absolute;
                                            right: -20px;
                                            bottom: -40px;
                                            padding: 20px;
                                            background-color: #fff;
                                            z-index: -1;
                                            background-position: center;
                                            background-repeat: no-repeat;
                                            width: 44px;
                                            height: 40px;
                                            display: block;
                                            box-sizing: content-box;
                                            transform: rotate(180deg);
                                        }
                                        
                                        .article-content ol,
                                        .article-content ul {
                                            padding: 0 0 0 20px;
                                            margin-top: 0;
                                            line-height: 29px;
                                            counter-reset: myCounter;
                                        }
                                        .article-content ol li,
                                        .article-content ul li {
                                            list-style: none;
                                        }
                                        .article-content ol li:before {
                                            counter-increment: myCounter;
                                            content:counter(myCounter) ". ";
                                            color: #70764F;
                                            padding-right:0;
                                            text-indent: -20px;
                                            display: inline-block;
                                        }
                                        .article-content ul li:before {
                                            content: '\2022';
                                            color: #70764F;
                                            padding-right:0;
                                            font-size: 34px;
                                            line-height: 18px;
                                            vertical-align: text-top;
                                            text-indent: -20px;
                                            display: inline-block;
                                        }
                                        
                                        .article-content table {
                                            border: 2px solid #70764F;
                                            border-bottom: unset;
                                            position:relative;
                                        }
                                        .article-content th {
                                            text-align: left;
                                            background-color: #70764F;
                                            color: #fff;
                                        }
                                        .article-content tr th:first-child {
                                            border-left: unset;
                                        }
                                        .article-content tr th:last-child {
                                            border-right: unset;
                                        }
                                        
                                        .article-content tr th:not(:last-child),
                                        .article-content tr td:not(:last-child) {
                                            border-right:2px solid #fff;
                                        }
                                        .article-content tbody tr:first-child {
                                            border-top:4px solid #70764F;
                                        }
                                        .article-content table:after {
                                            content: "";
                                            display:block;
                                            width:100%;
                                            height:2px;
                                            background-color: #70764F;
                                            position: absolute;
                                            bottom: 0;
                                            left:0;
                                        }
                                        .blogger-articles__item, .article table tr,
                                        .article td {
                                            border:none;
                                        }
                                        .article-content tbody tr:nth-child(odd) {
                                            background-color: #F9FAF8;
                                        }
                                        .article-content tbody tr:nth-child(even) {
                                            background-color: #FFFFFF;
                                        }
                                        .article table th {
                                            line-height: 18px;
                                            font-size:16px;
                                            padding: 7px 10px 4px 10px;
                                        }
                                        .article table td {
                                            font-size:16px;
                                            line-height: 140%;
                                            padding: 6px 10px;
                                        }
                                        
                                        .article-content .justifyleft {
                                            display: flex;
                                            justify-content: flex-start;
                                            text-align: left;
                                        }
                                        .article-content .justifyright {
                                            display: flex;
                                            justify-content: flex-end;
                                            text-align: right;
                                        }
                                        .article-content .justifyfull {
                                            display:flex;
                                            justify-content: flex-start;
                                            text-align: justify;
                                        }
                                        
                                        
                                        .article-author {
                                            margin-right: 18px;
                                            font-size: 14px;
                                            line-height: 17px;
                                            font-weight:bold;
                                            text-transform: uppercase;
                                        }
                                        .article__author {
                                            width: 100%;
                                            line-height: 16px;
                                            /*TT27894*/
                                            padding-right: 20px;
                                            padding-bottom: 0px;
                                            /*TT27894*/
                                        }
                                        /*TT27894*/
                                        .author_span_in {
                                            display: inline!important;
                                        }
                                        
                                        .author_span_in .tag-link-author__desc.h6 {
                                            white-space: initial;
                                        }
                                        /*TT27894*/
                                        
                                        /*TT27892*/
                                        .article-content .reklama_wrap {
                                            font-size: 15px;
                                            color: grey;
                                            font-style: italic;
                                        }
                                        @media screen and (max-width: 767px) {
                                            .article-content .reklama_wrap {
                                                font-size: 13px;
                                            }
                                        }
                                        /*TT27892*/
                                        
                                        .article__author > .user__name {
                                            display: inline-block;
                                            flex: unset;
                                            padding-right: 4px;
                                        }
                                        .article__author > span {
                                            display: flex;
                                        }
                                        .article__author > span:not(:last-child):after {
                                            content: ",";
                                            padding-right: 4px;
                                        }
                                        .article-author-title {
                                            color:#B1ABB2;    
                                        }
                                        .article-author-name {
                                            color:#000;
                                        }
                                        .article .article__statistics .statistics__item:not(:last-child) {
                                            border:unset;
                                        }
                                        .article__statistics {
                                            display:flex;
                                            align-items:center !important;
                                        }
                                        .statistics__item-time {
                                            display:flex;
                                            color:#70764F !important;
                                            line-height:16px;
                                        }
                                        .statistics__item-time img {
                                            width: 16px;
                                            height: 16px;
                                            margin-right: 6px;
                                            margin-bottom: 2px;
                                        }
                                    
                                        .tags__link {
                                            padding:13px 10px 9px;
                                        }
                                        .article-bottom-actions {
                                            display:flex;
                                            justify-content:space-between;
                                            align-items:center;
                                            padding:0 35px;
                                        }
                                        .tags {
                                            padding-left:0;
                                        }
                                        .ya-share2__container_size_m .ya-share2__icon {
                                            width:31px;
                                            height:31px;
                                        }
                                        .ya-share2__container_size_m .ya-share2__icon_more:before {
                                            line-height:31px;
                                        }
                                        .article-disqus-wrapper {
                                            margin-bottom: 32px;
                                            margin-top: 32px;
                                        }
                                        .article .article__footer-comments {
                                            margin:0;
                                        }
                                        #disqus_thread {
                                            display:none;
                                        }
                                        #disqus_thread.active {
                                            display:block;
                                        }
                                        .disqus-toggle-btn-top {
                                            height:40px;
                                            width:225px;
                                            flex:1;
                                        }
                                        .disqus-toggle-btn {
                                            background-color:#70764F;
                                            color:#fff;
                                            border-radius:2px;
                                            border:unset;
                                            display:flex;
                                            margin:auto;
                                            padding:15px 45px;
                                        }
                                        #disqus-toggle-btn.hidden {
                                            display:none;
                                        }
                                        
                                        .article--top {
                                            display:flex;margin-bottom:32px;flex-wrap:wrap;
                                        }
                                        .article--credits {
                                            flex:2;
                                        }
                                        
                                        @media (max-width: 1024px) {
                                            .article-content h1 {
                                                font-size: 29px;
                                                line-height: 34px;
                                            }
                                            .article-content h2:not(.article-content__description) {
                                                font-size: 26px;
                                                line-height: 34px;
                                            }
                                            .article-content h3 {
                                                font-size: 24px;
                                                line-height: 34px;
                                            }
                                            .article-content h4 {
                                                font-size: 22px;
                                                line-height: 28px;
                                            }
                                            .article-content h5 {
                                                
                                            }
                                        }
                                        @media (max-width: 767px) {
                                            .article .article__content {
                                                padding-left: 21px;
                                                padding-right: 21px;
                                            }
                                            .article-content blockquote {
                                                margin: 16px;
                                                padding: 20px;
                                                
                                            }
                                            .article .article__content img {
                                                margin-left:0 !important;
                                                margin-right:0 !important;
                                            }
                                            .article--credits {
                                                flex: unset;
                                                margin-bottom:22px;
                                                width:100%;
                                            }
                                            .disqus-toggle-btn-top {
                                                /*flex: unset; */
                                                margin-left:0;
                                            }
                                            
                                            .article-content h1 {
                                                font-size: 26px;
                                                line-height: 34px;
                                            }
                                            .article-content h2:not(.article-content__description) {
                                                font-size: 24px;
                                                line-height: 34px;
                                            }
                                            .article-content h3 {
                                                font-size: 22px;
                                                line-height: 34px;
                                            }
                                            .article-content h4 {
                                                font-size: 20px;
                                                line-height: 28px;
                                            }
                                            .article-content h5 {
                                                
                                            }
                                        }
                                        @media (max-width: 400px) {
                                            .disqus-toggle-btn-top {
                                                width: 100%;
                                            }
                                            .article__author > span {
                                                
                                            }
                                            .article-content blockquote,
                                            .article-content blockquote p {
                                                font-size: 14px;
                                            }
                                            .article-content p {
                                                font-size: 14px;
                                            }
                                            
                                            .article-content blockquote:before {
                                                left: -24px;
                                                top: -17px;
                                                padding: 16px;
                                                background-size: 25px 20px;
                                                width: 25px;
                                                height: 20px;
                                            }
                                            .article-content blockquote:after {
                                                padding: 16px;
                                                background-size: 25px 20px;
                                                width: 25px;
                                                height: 20px;
                                                right: -18px;
                                                bottom: -32px;
                                            }
                                            
                                            .article-content h1 {
                                                font-size: 22px;
                                                line-height: 26px;
                                            }
                                            .article-content h2:not(.article-content__description) {
                                                font-size: 19px;
                                                line-height: 22px;
                                            }
                                            .article-content h3 {
                                                font-size: 17px;
                                                line-height: 25px;
                                            }
                                            .article-content h4 {
                                                font-size: 16px;
                                                line-height: 20px;
                                            }
                                            .article-content h5 {
                                                
                                            }
                                            
                                            .article-bottom-actions {
                                                display: block;
                                                margin-bottom:16px;
                                            }
                                        }
                                        span.tag-link-author__desc {
    color: #b1abab;
    text-transform: uppercase;
    font-weight: 800;
    white-space: nowrap;
}


.search-cat-title {
    font-size: 18px;
    color: black;
    
}
.search-cat-title .count{
   
    color: #aaa;
    
}
.search-cat-btn {
    color: black!important;
}


.header-new{
    background-color: #373A29;
    padding-top: 24px;
}
.df{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-new{
    display: flex;
}
.logo-new-img{
    display: flex;
    align-items: center;
}
.logo-new-text{
    padding-left: 25px;
    display: flex;
    flex-direction: column;
}
.logo-new-text1{
    color: #fff;
    font-size: 32px;
    line-height: 1;
}
.logo-new-text2{
    font-size: 20px;
    line-height: 20px;
    color: #FFCC00;
    padding-top: 5px;
    padding-left: 2px;
}
.header-new-search{
    width: 100%;
    max-width: 486px;
    position: relative;
}
.header-new-search #search{
    height: 40px;
    padding-left: 14px;
    background: #70764F;
    border-radius: 2px;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.header-new-search:hover button{
    fill: #FFCC00;
}
.header-new-search #search::-webkit-input-placeholder { /* Edge */
    color: #B7BF98;
}

.header-new-search #search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B7BF98;
}

.header-new-search #search::placeholder {
    color: #B7BF98;
}
.header-new-search button{
    position: absolute;
    top: 0;
    height: 40px;
    right: 7px;
    display: flex;
    transition-property: background;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    align-items:center;
}
.nav-new-menu{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.nav-new-menu ul{
    list-style-type: none;
    padding-left: 0;
}
.nav-new-menu .lvl-1{
    display: flex;
    margin: 0px 0;
}
.nav-new-menu .lvl-1>li{
    /* position: relative; */
}
.nav-new-menu .lvl-1 a{
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    color: #fff;
    padding-right: 38px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-new-menu .lvl-1 a:hover{
    color: #FFCC00;
}
.nav-new-menu .lvl-1 a:hover svg{
    fill: #FFCC00;
}
.nav-new-menu .lvl-1 li:hover .lvl-2{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.nav-new-menu .lvl-2{
    z-index: 100;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #24261B;
    padding: 25px 25px 10px;
    min-width: 100%;
    height: 270px;
}
.nav-new-menu .lvl-2 a{
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px;
    font-weight: normal;
}
.nav-new-menu .lvl-2 li:nth-child(16) {
    margin-bottom:55px;
}
.nav-new-menu svg{
    width: 24px;
    max-height: 24px;
    fill:#fff;
    margin-right: 5px;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}
.header-new-btns{
    display: flex;
    padding-left: 50px;

}
.header-new-btns .btn-cat{
    margin-right: 15px;
}
.header-new-btns .btn-cat a{
    display: flex;
    align-items: center;
    background: #FFCC00;
    border-radius: 2px;
    width: 226px;
    height: 40px;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    color: #1F2117;
}
.header-new-btns .btn-cat svg{
    fill:#000;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    margin-right: 10px;
    margin-bottom: 1px;
}
.header-new-btns .btn-cat a:hover{
    background: #24261B;
    color: #E5E5E5;
}
.header-new-btns .btn-cat a:hover svg{
    fill:#E5E5E5;
}
.header-new-btns .offic-new a{
    display: flex;
    align-items: center;
    border-radius: 2px;
    width: 170px;
    height: 40px;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    background: #24261B;
    color: #E5E5E5;
}
.header-new-btns .offic-new svg{
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    margin-right: 10px;
    margin-bottom: 1px;
    fill:#E5E5E5;
}
.header-new-btns .offic-new a:hover{
    color: #1F2117;
    background: #FFCC00;
}
.header-new-btns .offic-new a:hover svg{
    fill:#000;
}
.header-scroll.scrolled{
    background-color: #373A29;
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: auto;
    z-index: 10000;
}
.header-scroll.scrolled .nav-new-menu{
    border: none;
    margin-top: 0;
    position: relative;
}
.header-scroll-help.scrolled{
    height: 62px;
}
.header-scroll.scrolled .header-new-btns{
    padding-left: 0;
}
.header-scroll.scrolled .search-small{
    display: block;
    margin-right: 15px;
}
.header-scroll .menu__li_blog a{
    padding-right: 0;
}
.header-new-search.search-small{
    display: none;
    width: 40px;
    height: 40px;
    position: inherit;
}
.header-new-search.search-small button{
    position: relative;
    background: #70764F;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 2px;
    display: flex;
    justify-content: center;
}
.header-new-search.search-small #search{
    position: absolute;
    display: none;
    width: 100%;
    top: 100%;
    left: 0;
    background: #C3C7B0;
    color: #5A5C4C;
}
.header-new-search.search-small #search::-webkit-input-placeholder { /* Edge */
    color: #5A5C4C;
}

.header-new-search.search-small #search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #5A5C4C;
}

.header-new-search.search-small #search::placeholder {
    color: #5A5C4C;
}
.header-new-search.search-small.open-search #search{
    display: block;
}
.search-helper.open-search{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(7, 7, 7, 0.81);
    z-index: 9999;
}
.header-new-search.search-small.open-search button{
    background: #C3C7B0;
    height: 54px;
    padding-bottom: 14px;
}
.header-new-search.search-small.open-search button svg{
    fill: #5A5C4C;
}
.header-new-search.search-small button:hover{
    background: #FFCC00;
}
.header-new-search.search-small button:hover svg{
    fill: #000;
}
.header-new-search.search-small.open-search button:hover{
    background: #C3C7B0;
}
.header-new-search.search-small.open-search button:hover svg{
    fill: #5A5C4C;
}
.header-new-search button svg{
    fill: #B7BF98;
    margin-right: 0;
    transition-duration: 0s;
}


#check-menu{
    display: none;
}
.check-menu{
    position: absolute;
    display: none;
    top: 10px;
    left: 0;
    width: 35px;
    height: 40px;
    z-index: 2;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
}
#check-menu:checked ~ nav{
    max-width: 90%;
    transform: translateY(0%);
    overflow: visible;
}
.burger-line{
    pointer-events: none;
    display: none;
    position: absolute;
    left: 0;
    top: 16px;
    width: 35px;
    height: 4px;
    z-index: 3;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 25px;
}
.third, .second{
    top: 29px;
}
.fourth{
    top: 42px;
}
#check-menu:checked ~ .first{
    opacity: 0;
}
#check-menu:checked ~ .fourth{
    opacity: 0;
}
#check-menu:checked ~ .second{
    transform: rotate(45deg);
    background: #70764F;
}
#check-menu:checked ~ .third{
    transform: rotate(-45deg);
    background: #70764F;
}
.nav-arrow{
    height: 24px;
    display: flex;
    align-items: center;
}
.nav-arrow svg{
    margin-right: 0;
}
.nav-left{
    display: none;
}
.close-search{
    display: none;
}
.close-search svg{
    fill:#5A5C4C;
}
.search-small.open-search .close-search{
    display: block;
    right: 0;
    top: calc(100% + 10px);
    position: absolute;
    cursor: pointer;
}
.user-office{
    border: none;
    border-radius: 2px;
    width: 170px;
    height: 40px;
    min-height: 0px;
    margin-top: 0 !important;
}
.user .user__photo{
    height: 40px;
    width: 40px;
    border-radius: 2px;
    min-height: 0;
}
@media (max-width: 1640px) {
    .btn-journal.btn-journal-invert a{
        
    line-height: 32px;
}
    .btn-journal .hidesmall {
        display: none;
    }
    .btn-journal a {
        font-size: 14px;
        height: 40px;
        line-height: 16px;
        text-align: center;
        padding-top: 5px;
        max-width:148px;
    }
    .nav-new-menu .lvl-1 a {
        font-size: 16px !important;
    }
}
@media (max-width: 1199px){
    .user-office {
        width: 40px;
    }
    .nav-new-menu .lvl-1 a{
        padding-right: 23px;
        font-size: 13px;
    }
    .header-new .container{
        max-width: 982px;
    }
    .header-new-search{
        width: 411px;
    }
    .btn-cat span{
        display: none;
    }
    
    .btn-journal .hidesmall {
        display: none;
    }
    .btn-journal a {
    font-size: 12px;
    height: 40px;
    /* line-height: 16px; */
    line-height: 31px;
    text-align: center;
    padding-top: 13px;
    max-width: 148px;
}

    .header-new-btns .btn-cat a{
        width: 40px;
    }
    .header-new-btns .btn-cat svg{
        margin-right: 0;
    }
    .header-new-btns{
        padding-left: 40px;
    }
    .header-scroll.scrolled{
        position: relative;
    }
    .header-scroll-help.scrolled{
        display: none;
    }
    .nav-left{
        display: block;
    }
}
@media (max-width: 991px){
    .nav-new-menu .lvl-2 li:nth-child(16) {
        margin-bottom: inherit;
    }
    .nav-new-menu .lvl-1 li:hover .lvl-2{
        display: none;
    }
    .nav-new-menu .lvl-1 li.open .lvl-2{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        top: 0;
    }
    .nav-new-menu .lvl-1 li{
        position: initial;
    }
    .nav-new-menu{
        border-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-new .container{
        max-width: 982px;
    }
    .header-new-search{
        width: 411px;
    }
    .btn-cat span{
        display: none;
    }
    .header-new-btns .btn-cat a{
        width: 40px;
    }
    .header-new-btns .btn-cat svg{
        margin-right: 0;
    }
    .header-new-btns{
        padding-left: 40px;
    }
    .header-new-search.search-big{
        display: none;
    }
    .header-new-search.search-small{
        margin-right: 15px;
        display: block;
    }
    .check-menu, .burger-line{
        display: block;
    }
    .header-new{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10000;
    }
    .green-bg, .light-bg{
        margin-top: 162px;
    }
     .green-bg.catalog, .light-bg.catalog {
        margin-top: 0;
    }
    .nav-new-menu nav{
        max-width: 0px;
        transition: all .2s ease-in-out;
        overflow: hidden;
        position: fixed;
        top: 162px;
        left: 0;
        background: #24261B;
        height: calc(100vh - 160px);
    }
    .nav-new-menu .lvl-1{
        flex-direction: column;
        position: relative;
    }
    .nav-new-menu .lvl-2{
        position: absolute;
        top: 0;
        left: 100%;
        background: #2B2C22;
        height: calc(100vh - 160px);
        width: calc(100vw - 238px);
        overflow: auto;
    }
    .nav-new-menu .lvl-1 li{
        margin: 0;
        padding: 0 21px;
    }
    .nav-new-menu .lvl-1 a{
        padding: 22px 0;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
        font-size: 16px;
        line-height: 26px;
    }
    .nav-new-menu svg{
        margin-right: 9px;
    }
    .nav-arrow{
        width: 48px;
        height: 48px;
        margin: -12px 0px -12px auto;
    }
    .nav-arrow svg{
        transform: rotate(-90deg);
        margin: 0 auto;
    }
    .nav-new-menu .lvl-2 li{
        padding: 25px 30px;
    }
    .nav-new-menu .lvl-2 li{
        padding: 0;
    }
    .nav-new-menu .lvl-2 a{
        padding: 15px 0;
        margin: 0;
        border-bottom: 0;
    }
    .sideSoialIcons{
        display: none;
        top: 163px !important;
        overflow: scroll;
        height: calc(100vh - 163px);
    }
}
@media (max-width: 767px){
    .nav-arrow svg{
        transform: rotate(0deg);
        margin: 0 auto;
    }
    .logo-new-img img{
        width: 53px;
    }
    .logo-new-text1{
        font-size: 16px;
    }
    .logo-new-text2{
        font-size: 12px;
    }
    .header-new{
        padding-top: 8px;
    }
    .nav-new-menu{
        margin-top: 10px;
        padding-top: 10px;
    }
    .check-menu{
        width: 22px;
    }
    .header-new-search.search-small button,.header-new-btns .offic-new a{
        width: 28px;
        height: 28px;
    }
    .header-new-btns{
        padding-left: 0;
    }
    .header-new-btns .btn-cat a,.header-new-btns .btn-cat{
        height: 28px;
        width: 40px;
    }
    .btn-cat span{
        font-size: 12px;
        display: block;
    }
    .header-new-btns .btn-cat svg{
        margin-right: 7px;
        margin-bottom: 2px;
    }
    .btn-cat span.hidesmall{
        display: none;
    }
    .header-new-btns .offic-new a span{
        display: none;
    }
    .header-new-search.search-small{
        margin-right: 10px;
        padding-right: 0;
        width: 30px;
        height: 28px;
    }
    .breadcrumbs {
        padding-top: 17px;
    }
    .burger-line{
        top: 13px;
        width: 22px;
        height: 3px;
    }
    .third, .second{
        top: 22px;
    }
    .fourth{
        top: 31px;
    }
    .check-menu{
        height: 22px;
    }
    .green-bg, .light-bg{
        margin-top: 108px;
        padding-top: 0;
    }
    .green-bg.catalog, .light-bg.catalog {
        margin-top: 0;
    }
    .nav-new-menu .lvl-1{
        padding: 0 11px;
    }
    .nav-new-menu .lvl-2{
        min-width: 100%;
    }
    .nav-new-menu nav{
        height: calc(100vh - 108px);
        top: 108px;
        width: 100%;
        max-width: 100%;
        max-height: 0;
    }
    #check-menu:checked ~ nav{
        max-height: calc(100vh - 103px);
        max-width: 100%;
        overflow: auto;
    }
    .nav-new-menu .lvl-1 li.open .lvl-2{
        display: block !important;
    }
    .nav-new-menu .lvl-1 li{
    }
    .nav-new-menu .lvl-1 a{
        padding: 17px 0;
    }
    .nav-new-menu .lvl-2{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        padding: 0;
        background: none;
        display: none !important;
    }
    .nav-new-menu .lvl-1 li{
        padding: 0;
    }
    .nav-new-menu .lvl-2 a{
        padding: 11px 0;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }
    .open .nav-arrow svg{
        transform: rotate(-180deg);
    }
    .nav-new-menu svg{
        width: 16px;
    }
    .header-new-btns .offic-new svg{
        margin-right: 0;
    }
    .header-new-search.search-small.open-search button{
        height: 40px;
        padding-bottom: 12px;
    }
    .user-office{
        height: 28px;
        width: 130px;
    }
    .user .user__photo{
        height: 28px;
        width: 28px;
        margin-right: 7px;
    }
    .user-office__user .personal-text{
        font-size: 12px;
    }
    .user-office.user-office_initialized .user-office__user .personal-text{
        width: calc(100% - (28px + 7px));
    }
    .personal-text__text{
        width: calc(100% - 10px);
        text-align: center;
    }
    .user-office.user-office_initialized .user-office__user .personal-text .personal-text__icon{
        margin-left: auto;
    }
    .user-office .user-office__submenu-wrapper .user-office__submenu .user-office__submenu-item{
        min-height: 40px;
        font-size: 12px;
        line-height: 16px;
        align-content:center;
    }
}
@media (max-width: 350px){
    .user-office{
        height: 28px;
        width: 100px;
    }
    .user-office .user-office__submenu-wrapper .user-office__submenu{
        min-width: 188px;
    }
}
#list-vopros{


}
#popup-vopros{
    width: 520px
}
.vopros-form{
    padding:20px 0px 0px 0px;

}
.nice-select{
    width:100%;
}
.form__item{
    min-height:40px;
    display:block;
    margin-bottom:20px;
}
.vopros-inp{
    width: 100%;
    height: 220px;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid #dadada;
    margin-bottom:40px;
}
.list-vopros{
    padding:20px 0px;
}



.toogle-vopros-slider{
    cursor: pointer;
    margin-bottom: 0px;
    padding: 10px 10px 10px 10px;
    position: relative;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.10) 100%);
}
.toogle-vopros-slider:before{
    content:"";
    display:block;
}
.item-vopros{
    background-color: #fff;
    position: relative;
    z-index: 00;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #636746;
}

.j-item-vopros{
    width:100%;
    padding:0;
}

#j-list-vopros{
    margin-bottom: 20px;
}
.item-vopros:after{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:auto;
    top:0px;
    z-index:-1;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.10) 100%);
}
.vopros-intro{
    margin-bottom: 0px;
    padding: 20px 10px 10px 10px;
    position: relative;
    line-height: 24px;
}
.vopros-intro span{
    font-size: 18px;
}
/*
.item-vopros:nth-child(even){
    background:#70764f;
}
.item-vopros:nth-child(odd){
    background:#636746;
}
*/
.article-preview__content.act-raz{
    background:#222;
}
.article-preview__content.act-raz .toogle-vopros-slider{
    color:#ffcc00;
}
.toogle-vopros-slider:hover{
    color:#ffcc00;
}
.vopros-content{
    background:#fff;
    padding:20px;
}
.box-info-vopros{
    float: right;
    position: relative;
    padding-right: 54px;
}
.autor-vopros{
    display:block;
    vertical-align:middle;
    font-size: 12px;
    color: #222;
    font-weight: 300;
    padding: 6px 0px 0px 0px;
}
.date-vopros{
    display:inline-block;
    vertical-align:middle;
    font-size: 12px;
    color: #222;
    font-weight: 300;
    padding: 6px 0px 0px 0px;
}
.m-dropdown{
    color: #222;
    cursor: pointer;
    transform: rotate(90deg);
    padding: 0px 0px 0px 0px;
    display: block;
    /* vertical-align: middle; */
    transition: 0.4s;
    text-align: center;
    margin-right: 0px;
    position: absolute;
    right: 10px;
    top: 8px;
    font-weight: 300;
    font-size: 32px;
}
.j-m-dropdown{
    color: #222;
    cursor: pointer;
    transform: rotate(90deg);
    padding: 0px 0px 0px 0px;
    display: block;
    /* vertical-align: middle; */
    transition: 0.4s;
    text-align: center;
    margin-right: 0px;
    position: absolute;
    right: 10px;
    top: -7px;
    font-weight: 300;
    font-size: 32px;
}

@media (max-width: 767px){
.j-m-dropdown {
/*display: none;*/
}}

.vopros-razv{
    margin-right: 4px;
    color: #222;
    font-size: 12px;
    font-weight:300;
}
.razv{
    transform: rotate(-90deg);
}
.act-raz    .vopros-intro{

}
.vopros-tema{
    font-size: 12px;
    color: #222;
    padding: 0px 10px 5px 0px;
    font-weight: 300;
    cursor: pointer;

    bottom: 1px;
}
.list-vopros.row .col-9{

}
#expert{
    position: relative;
    width: 100%;
    height: 54px;
}
.expert__toogler{
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}
.expert__toogler:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.expert__toogler.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.expert__list{
    width: 605px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;

    position: absolute;
    top: 100%;
    left: -75px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    display:none;
}
.expert__item{
    padding: 10px 18px;
    cursor:pointer;
}
.expert__item:hover{
    background-color: #f6f6f6;
}
.expert__foto{
    margin-right: 10px;
}
.expert__foto,.expert__name{
    display: inline-block;
    vertical-align: middle;
}
.expert__fio, .expert__dev{
    display: block;
}
.expert__fio{
    font-size:20px;
}
.expert__dev{
    font-size:16px;
}
.expert__name{


    width: 330px;
}
.title-vop-h{
    width: 607px;
    min-height: 42px;
    display: inline-block;
    border-right: 1px solid #ccc;
}

.j-title-vop-h{
    display: inline-block;
    width: 90%;
}
@media (max-width: 767px){
.j-title-vop-h{

    width: 100%;
}
}
@media (min-width: 480px){
    /*    .flr {
            margin-top:10px;
            float: none;
        }
        .date-vopros,.autor-vopros{
            display:none;
        }
        .vopros-tema{
            bottom:-8px;
        }
        .m-dropdown{
            top:-1px;
        }
        .toogle-vopros-slider{
            font-size:16px;
        }
        */
}
@media (max-width: 1200px){
    .title-vop-h {
        width: 460px;
    }
}
@media (max-width: 768px){
    .title-vop-h {
        width: 372px;
        border-right: 0px;
    }
    .date-vopros, .autor-vopros{
        display:none;
    }
}
@media (max-width: 480px){
    .title-vop-h {
        width: 372px;
        border-right: 0px;
    }
    .date-vopros, .autor-vopros{
        display:none;
    }

}
@media (max-width: 479px){
    .vopros-intro{
        line-height: 18px;

    }
    .vopros-intro span{
        font-size:14px;
    }
    .title-vop-h{
        width:100%;
        border-right: 0px;

    }
    .flr {
        margin-top:10px;
        float: none;
    }
    .date-vopros,.autor-vopros{
        display:none;
    }
    .vopros-tema{
        position: relative;
        bottom: 0px;
    }
    .m-dropdown{
        top:-1px;
    }
    .toogle-vopros-slider{
        font-size:16px;

        min-height: 50px;
    }
    .m-dropdown{
        display:none;
    }
    .pagination__btn-nex-page {
        margin-left: 0px !important;
    }
    #popup-vopros{
        width: 290px;
    }
    #expert, .expert__toogler {
        width:240px;
    }
    .expert__list{
        width: 319px;
        left: -40px;
    }
    .expert__foto img{
        width:60px;
    }
    .expert__name {
        width: 208px;
    }
    .expert__dev {
        font-size: 14px;
    }
    .expert__fio{
        font-size: 18px;
    }
    .vopros-inp {
        width: 239px;
        height: 192px;
    }

}
.social_icons-wr {
    display: inline-block;
    height: 36px;
    width:36px;
    background:#79777d;
    overflow: hidden;
}
.social_icons-wr:hover {
    background:#fff;
}
footer.footer {
    padding:25px 0;
}
footer.footer .mg {
    margin:8px auto;
}
footer.footer .social_icons img {
    width:36px;
    height:36px;
}
.footerNav_sub-wrapper {
    text-align:center;
    font-size:0;
}
footer.footer .footerNav_sub-wrapper a {
    color:#79777d;
    font-size:16px;
    text-transform:uppercase;
    padding:0 5px;
    font-weight:bold;
}
footer.footer .footerNav_sub-wrapper a:hover {
    color:#ffcc00;
}
footer.footer .sep {
    font-size:initial;
    color:#79777d;
    font-size: 24px;
    vertical-align: middle;
    padding-left: 5px;
    padding-right:5px;
    user-select:none;
}
.footerNav_main {
    display:inline-block;
    font-size: 18.8px;
    text-transform: uppercase;
    font-weight: bold;
}
footer.footer .footerNav_main a {
    color:#79777d;
}
footer.footer .footerNav_main a:hover {
    color:#ffcc00;
}
footer.footer .footerNav_main.active a {
    color:#ffcc00;
}
.footer .copyright {
    position:relative;
}
.footer .copyright p {
    margin:0 !important;
}
.footer .copyright div {
    position:absolute;
    bottom:0;
    right:0;
}
footer.footer .row {
    padding: 15px 0;
}
footer.footer p {
    color:#79777d;
    margin: 0;
    font-size: 14px;
}
footer.footer a {
    color:#fff;
}
footer.footer .logo .heading {
    font-size:40px;
    color:#fff;
}
footer.footer .logo .sub {
    color:#fcc10f;
    font-size:20px;
}
.footer .logo img {
    margin-bottom:0;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .footerNav_main {
        font-size:13px;
    }
    footer.footer .footerNav_sub-wrapper a {
        font-size:13px;
    }
    footer.footer .logo .heading {
        font-size:31px;
    }
    footer.footer p {
        font-size:12px;
    }
    footer.footer .sep {
        font-size:19px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    
    .footerNav_main_wrapper{
        top:1px;
    }
    .footerNav_main {
        font-size:10px;
    }
    footer.footer .sep {
        font-size:15px;
    }
    footer.footer .footerNav_sub-wrapper a {
        font-size:13px;
    }
    footer.footer .logo .heading {
        font-size:25px;
    }
    footer.footer p {
        font-size:12px;
    }
    footer.footer .social_icons img {
        width:32px;
        height:32px;
    }
    .social_icons-wr {
        width:32px;
        height:32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footerNav_main {
        font-size:21px;
    }
    footer.footer .sep {
        font-size:15px;
    }
    footer.footer .footerNav_sub-wrapper a {
        font-size:15px;
    }
    footer.footer .logo .heading {
        font-size:36px;
    }
    footer.footer .logo .sub {
        font-size:22px;
    }
    footer.footer p {
        font-size:13px;
    }
    footer.footer .social_icons img {
        width:32px;
        height:32px;
    }
    .social_icons-wr {
        width:32px;
        height:32px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .footerNav_main {
        font-size:21px;
    }
    footer.footer .sep {
        font-size:15px;
    }
    footer.footer .footerNav_sub-wrapper a {
        font-size:15px;
    }
    footer.footer .logo .heading {
        font-size:36px;
    }
    footer.footer .logo .sub {
        font-size:22px;
    }
    footer.footer p {
        font-size:13px;
    }
    footer.footer .social_icons img {
        width:32px;
        height:32px;
    }
    .social_icons-wr {
        width:32px;
        height:32px;
    }
}
@media (max-width: 991px) {
    .footer .copyright div {
        position:relative;
    }
    footer.footer .copyright {
        margin-top:20px;
    }
    footer.footer .sep {
        padding-right: 5px;
    }
}
@media (max-width: 767px) {
    footer.footer .col-md-6 {
        width:100%;
        text-align:center !important;
    }
}
@media (max-width: 479px) {
    .footerNav_main {
        font-size:16px;
        padding:0 5px;
    }
    footer.footer .sep {
        display:none;
    }
    footer.footer .footerNav_sub-wrapper a {
        font-size:13px;
    }
    footer.footer .logo .heading {
        font-size:24px;
    }
    footer.footer .logo .sub {
        font-size:22px;
    }
    footer.footer p {
        font-size:13px;
    }
    footer.footer .social_icons img {
        width:32px;
        height:32px;
    }
    .aaa {
    }
    .social_icons-wr {
        width:32px;
        height:32px;

    }
}


/* ********************************************************************************************************* */

.types-subscriptions .j-subscription-type, .types-subscriptions .j-subscription-start{
    /* color: #ffffff; */
 /* font-size: 1.5vw; */
 /*font-weight: 700;*/
 /* border-radius: 16px; */
 /* background-color: #5b613d; */
 line-height: 25px;
 /* padding: 4px 11px 3px 11px; */
 width: fit-content;
 margin: auto;
 display: inline-block
}

.types-subscriptions .j-subscription-type {
  font-weight: 700;
}

.types-subscriptions .j-subscription-start {
 font-weight: normal;
}

.types-subscriptions .red-col .j-subscription-type, .types-subscriptions .red-col .j-subscription-start {
    background-color: #93101f;
}

.journal-special:last-child, .journal-item:last-child{
    margin-bottom:40px;
}
.journal-last-pub{
    display:grid;
    grid-template-columns: 278px 1fr;
    grid-gap: 52px;
}
.padding-44{
    padding: 44px;
}
.btn-dark-green{
    background-color: #626746;
    color:white;
    height: 57px;
    font-size: 16px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.journal-last-pub .title-journal {
    color: #24261b;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.journal-last-pub .red-label{
    margin-bottom: 20px;
}
.journal-last-pub .red-label>span{
    font-size: 16px;
    font-weight: 700;
    background-color: #e5192c;
    padding: 10px;
    color:white;
}
.journal-last-pub ul{
    padding-left: 0px;
}
.journal-last-pub ul li{
    list-style: none;
    padding-left: 22px;
    position: relative;
}
.journal-last-pub ul li:before{
    content:"";
    width: 10px;
    height: 10px;
    background-color: #3a3f00;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 5px;
}
.journal-last-pub article{
    margin-bottom: 0px;
}
.btn-56{
    height: 56px;
    display: inline;
    padding: 0 25px;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
    background: white;
    
}
a.btn-56{
    line-height: 56px;
    padding-top: 0px;
    color: #000;
}
.btn-with-border{
    border: 1px solid #000000;
}
.btn-yellow{
    background-color: #ffcc00;
}
.button-group-journal{
    display: flex;

}
.journal-last-pub .button-group-journal{
    position: absolute;
    left: 0;
    bottom: 0;
}
.journal-last-pub .right-col {
    position: relative;
    padding-bottom: 65px;
    
}
.button-group-journal .btn-56:first-child {
    margin-right: 10px;
}


.journal-last-pub .right-col article{
    position:relative;
    overflow:hidden;
    transition: max-height 2s ease-out;
}

.journal-last-pub .right-col article.readmore:after{
    content: 'Развернуть..';
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 67px;
    text-align:center;
    cursor:pointer;
   background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 34%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 34%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 34%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    
}

.journal-last-pub .right-col article.readmore:hover:after{
    color: #ffcc00;
    cursor:pointer;
}

.journal-last-pub .right-col.loading {
    position: relative;
    /* padding-bottom: 65px; */
    max-height:400px;
    overflow:hidden;
    
}

.journal-last-pub .right-col.loading article:after{
    content:' ';
    position:absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0 ;
    background-color: #fff;
    animation-name: pulsecolor;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes pulsecolor {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #ccc;
  }
  100 {
    background-color: #fff;
  }
}
/* years and pages */
.jornal-number-years{
    display: flex;
    width: 100%;
    /* max-width: 660px; */
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}
.padding-20{
    padding: 20px;
}
.journal-numbers-main .padding-20{
    display: grid;
    grid-template-columns: 1fr 200px;
    justify-content: space-between;
    grid-gap: 30px;
    align-items: center;
    padding-bottom: 18px;
}
.journal-numbers-main .journal-numbers,
.journal-numbers-main .journal-show{
    display:flex;
}
.journal-numbers .label {
    white-space: nowrap;
    margin-right: 38px;
    padding-top: 5px;
    font-size: 17px;
    font-weight: normal;
}

.jornal-number-years .year,
.journal-show .page-link{
    white-space: nowrap;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 18px 4px;
    line-height: 18px;
    margin: 4px 0;
}

.jornal-number-years .year.active {
    color: white;
    background-color: #e5192c;
}
.journal-show .label{
    font-weight: normal;
    margin-right: 10px;
}
.journal-show .page-link{
    padding: 6px 9px 4px;
}
.margin-bottom-27{
    margin-bottom: 27px;
}

.img-journal{
    margin-bottom: 18px;
    position: relative;
    z-index: 5;
}
.img-journal img{
    width: 100%;
    height: auto;
    display: inherit;
    max-width: 208px;
    margin: 0 auto;
}
.journal-products .button-group-journal{
    max-width: 208px;
}
.img-journal a{
    display: inherit;
}

.journal-products .journal-col{
    background: white;
    padding: 20px 36px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.journal-products .journal-col:before{
    content:"";
    background: #e3e6d3;
    height: 97px;
    width:100%;
    position: absolute;
    left:0px;
    top:0px;
}
.journal-products .journal-col .date-journal{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
    position: relative;
    z-index: 5;
}
.journal-products .journal-col .date-journal a{
    color:black;
    text-decoration:none;
}


.journal-products .button-group-journal{
    display: grid;
    grid-gap: 12px;
    margin: 0 auto;
}
.journal-products .button-group-journal .btn-56{
    height: 46px;
    font-size: 14px;
    padding: 0 2px;
    margin-right: 0;
    line-height: 16px;
    padding-top: 3px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.journal-last-pub img{
    width: 100%;
    height: auto;
}
.h1-wrapper h1{
    font-size: 28px;
    font-weight: 700;
    color: white;
    background: none;
}
.btn-journal {
    display: flex;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
}
.btn-journal a{
    border-radius: 2px;
    border: 1px solid #ffcc00;
    color: #ffcc00;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    line-height: 42px;
    padding: 0 19px;
}


.btn-journal.btn-journal-invert a{
    color:#000;
    background-color: #ffcc00;
    line-height: 42px;
}
 .label-journal-status{
    position: absolute;
    left: 8px;
    top: 8px;
    display: flex;
    height: 48px;
    min-width: 48px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    background-color: transparent;
    padding: 0 10px;
    padding-top: 1px;
    z-index: 5;
}
 
/*  
.label-journal-status{
   position: absolute;
   left: 0px;
   top: 0px;
   display: flex;
   border-style: solid;
   border-width: 80px 80px 0 0;
   border-color: #688b15 transparent transparent transparent;
   z-index: 5;
}
.label-journal-status.journal-buy{
    border-color: #e5192c transparent transparent transparent;
    
      
}

.label-journal-status.journal-buy:after{
   content:'';
   position: absolute;
   left: 10px;
   bottom: 42px;
   display: flex;
   height: 26px;
   min-width: 26px;
   font-size: 16px;
   font-weight: 700;
   color: white;
   padding: 0 10px;
   padding-top: 1px;
   z-index: 6;
   background: url(/assets/site/images/buy-btn.png) no-repeat center center;  
} */


.label-journal-status.journal-delay{
     border-color: #FFCC00 transparent transparent transparent;

}

.label-journal-status.journal-buy{
        background: url(/assets/site/images/paid.png) no-repeat center center transparent;
}

.label-journal-status.journal-delay{
    background: url(/assets/site/images/delayed.png) no-repeat center center transparent;
}

.label-journal-status.journal-free{
    /* background: url(/assets/site/images/free.png) no-repeat center center transparent; */
}

.label-journal-status.journal-bought{
    background: url(/assets/site/images/bought.png) no-repeat center center transparent;
}

.theme-journal .row h2{
    font-size: 20px;
    line-height: 25px;
}
.journal-themes-wrapper section{
    /* margin-bottom: 50px; */
}
.journal-themes-wrapper section .past-broadcasts-block__heading{
    font-size: 30px;
    margin-bottom: 30px;
    display:block;
}
.journal-themes-wrapper{
    padding-top: 15px;
}
.journal-themes-wrapper .main-kiowa-block{
    margin-bottom: 0px;
}

/* paic content*/
.paid-content{
    border: 8px solid #ffcc00;
    background-color: #f1f1f1;
    padding: 35px 25px 40px 25px;
}

.paid-content .paid-title{
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 30px
}
.paid-content .paid-text{
    color: #868686;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 25px;
}
.promocode-form label{
    color: #24261b;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
    display: block;
}
.promocode-form .form-text,
.promocode-form button{
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.promocode-form .form-text{
    text-transform: uppercase;
}
.promocode-form .form-inputs{
    display: grid;
    grid-gap: 15px;
    max-width: 480px;
    grid-template-columns: 1fr 206px;
    margin-bottom:15px;
}
.btn-yellow-small{
    min-width: 206px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffcc00;
    font-size: 16px;
    font-weight: 700;
    height: 46px;
    width: min-content;
    color:black;
    padding-top: 4px;
}


.success-promocode{
    display: block;
    clear:both;
}
.success-promocode span{
    padding: 5px 12px;
    background-color: #487f1f;
    color: white;
    display: inline-block;
}
.promocode-info ul{
    padding: 0;
    margin-bottom: 25px;
    margin-top:0;
}
.promocode-info ul li{
    position: relative;
    list-style: none;
    padding-left: 17px;
    margin-bottom: 5px;
}
.promocode-info ul li:before {
    content:"";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #ff1b37;
    border-radius: 100%;
}
.promocode-info {
    margin-top: 22px;
}
.error-promocode{
    color: #ff1b37;
    margin-bottom: 25px;
}
/* history-orders */
.history-orders{
    border: 0 !important;
}
.history-orders thead{

}
.history-orders thead tr{
    border-top: 0px;
}
.history-orders thead tr th{
    font-weight: bold;
    background: none;
}
.history-orders thead tr th,
.history-orders tbody tr td{
    border: 0px !important;
}
.history-orders tbody{

}
.history-orders tbody tr{

}
.history-orders tbody tr td{

}
.history-orders tbody tr td span {
    display: none;
    font-weight: bold;
}
.status-td.paid{
    color: #bba125;
}
.status-td.done{
    color: #646f09;
}
.count-td strong{
    text-align: center;
    height: 39px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    background-color: #f8f8f8;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80px;
}
/* subscribe */
.subscribe-checklist{
    display: grid;
    grid-template-columns: 311px 1fr;
    /*background-color: #f1f1f1;*/
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.subscribe-checklist .left-info.active{
    background-color: #487f1f;
    color:white;
}
.subscribe-checklist .right-info{
    padding: 10px 32px;
    display: grid;
    grid-template-columns: 1fr 66px;
    grid-gap: 20px;
}
.subscribe-checklist .right-info .title-text {
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 8px;
}

.subscribe-checklist .right-info .text {
    font-size: 15px;
    font-weight: 400;
    color: #949494;
}

.subscribe-checklist .left-info {
    display: flex;
    align-items: center;
    min-height: 121px;
    min-width: 240px;
    padding: 0 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}
.subscribe-checklist.white {
    background-color: #ffffff;
}
.subscribe-checklist.white .right-info .text{
    color: #868686;
}
.subscribe-checklist .left-info .stat-1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.subscribe-checklist .left-info .stat-2 span {
    font-size: 14px;
    margin-left: 7px;

}

.subscribe-checklist input[type="checkbox"].switch-checkbox + label:after,
#modalFullscreen input[type="checkbox"].switch-checkbox + label:after{
    width: 26px;
    height: 26px;
    left: 3px;
    top: 3px;
}
.subscribe-checklist input[type="checkbox"].switch-checkbox + label:before,
#modalFullscreen input[type="checkbox"].switch-checkbox + label:before{
    width: 56px;
}

.subscribe-checklist input[type="checkbox"].switch-checkbox:checked + label:before,
#modalFullscreen input[type="checkbox"].switch-checkbox:checked + label:before{
    background-color:  #4a7864;
}

.subscribe-checklist input[type="checkbox"].switch-checkbox:checked + label:after,
#modalFullscreen input[type="checkbox"].switch-checkbox:checked + label:after{
    margin-left: 24px;
}

.subscribe-checklist .switch-checkbox,
#modalFullscreen .switch-checkbox{
    width: 56px;
}

.subscribe-group {
    /*background-color: #f1f1f1;*/
    padding: 35px 45px;
    margin: 0 -44px;
    display: grid;
    grid-gap: 23px;
}
.total-summ-subscribe{
    margin-top: 30px;
    margin-bottom: 62px;
}
.total-summ-subscribe .total-summ{
    font-size: 24px;
    font-weight: 700;
    color:black;
    margin-bottom: 9px;
}
.total-summ-subscribe span{
    color: #ff1b37;
}

.subscription-including{
    padding: 44px;
}

.subscription-including--popup{
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#f1f1f1;
    text-align:left;
}

.subscription-including .title{
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
.subscription-including ul{
    padding: 0px;
    margin: 17px 0 23px;
    list-style:none;
}

.subscription-info{
     margin: 17px 0 23px;
}

.subscription-info__caption{
    font-weight:600;
    
}

.subscription-info__data .currency{
    padding-left:0.5rem;
}

.j-subscription-paper-cut--hidden{
    display:none !important;
}
.subscription-including li{
    position: relative;
    padding-left: 40px;
    background: url(/assets/site/images/green-list.png) no-repeat 0 2px;
    font-weight: 400;
    padding-bottom: 3px;
}
.subscription-including li:last-child{
    padding-bottom: 0;
}

input[type="checkbox"].switch-checkbox {
    position: absolute;
    margin: 8px 0 0 16px;
    display: none;
}
input[type="checkbox"].switch-checkbox + label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
}
input[type="checkbox"].switch-checkbox + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px;
    height: 24px;
    border-radius: 16px;
    border: 1px solid #b9b9b9;
    background-color: #b9b9b9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].switch-checkbox + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #b9b9b9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: white;
}
input[type="checkbox"].switch-checkbox + label:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].switch-checkbox:checked + label:after {
    margin-left: 16px;
}
input[type="checkbox"].switch-checkbox:checked + label:before {
    background: #487f1f;
}



input[type="checkbox"].switch-checkbox {
    margin: 0;
    opacity: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}
input[type="checkbox"].switch-checkbox + label {
    position: relative;
    padding: 0px 0 0 62px;
    line-height: 0;
    font-size: 0;
    top: -6px;
    cursor: pointer;
}
input[type="checkbox"].switch-checkbox + label:before {
    width: 65px; /* x*5 */
    height: 32px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].switch-checkbox + label:after {
    width: 32px; /* x*3 */
    height: 32px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].switch-checkbox + label:hover:after {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
input[type="checkbox"].switch-checkbox:checked + label:after {
    margin-left: 33px; /* x*2 */
    background: #ffffff;
}
.info-about-continue{
    margin-top: 40px;
    margin-bottom: 20px;
}
.info-about-continue .title-info{
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 12px;
}
.info-about-continue p{
    color: #868686;
    font-size: 14px;
    font-weight: 400;
}

.types-subscriptions{
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 50px 44px;
}
.types-subscriptions .type-col{
   background: linear-gradient(0, #eef4f2 20%, #fff 30%);
    -webkit-box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
.types-subscriptions .type-header{
    /*height: 53px;*/
    width: 100%;
    /*border-radius: 0 0 20px;*/
    /*background-color: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 0 0;
    padding: 0px 20px;
}
.types-subscriptions .type-header .duration{
    font-size: 27px;
    line-height: 27px;
    font-weight: 800;
    text-align: center;
}
.types-subscriptions .type-header .price{
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    border-radius: 16px;
    background-color: #5b613d;
    line-height: 25px;
    padding: 4px 11px 3px 11px;
}
.types-subscriptions .type-middle {
    text-align: center;
    color: #333333;
    padding: 26px 10px 0px 10px;
}

.type-middle .price{
    font-size: 64px;
    position: relative;
    color: #000;
    line-height: 64px;
}

.type-middle .currency{
    font-size: 16px;
    position: absolute;
  
    top: 0;
    line-height: 16px;
}

.type-subscribtion {
    margin-bottom: 12px;
    color: #000;
    font-size: 18px;
}
.type-subscribtion div {
    display: inline-block;
}

.types-subscriptions .type-bottom {
    background-color: #eef4f2;
} 

.types-subscriptions .type-bottom ul {
    margin: auto;
    padding: 27px 0 ;
    list-style: none;
    display: flex;
    flex-direction: column;
  
}
.types-subscriptions .type-bottom ul li {
    position: relative;
    width: auto;
    margin: 0 auto 10px;
    font-size: 16px;
    /*padding-left: 25px;*/
    display: block;
    padding: 2px 5px 2px 30px;
    /*line-height: 16px;*/
    width: 85%;
   
}

.types-subscriptions .type-bottom ul li.highlight {
    display: block;
      background-color: #fff;
    border: 1px solid #4a7864;
    border-radius: 5px;
}

.types-subscriptions .type-bottom ul li:before{
    display: block;
    content: '\f26b';
    font-family: "Material-Design-Iconic-Font";
    padding-right: 6px;
    color: #5e8776;
    font-size: 23px;
    font-weight: 600;
    position: absolute;
    left: 5px;
    top: 3px;
    line-height: 23px;
}


.types-subscriptions .type-middle .monthly-payment{
        color: #868686;
    /* font-weight: 700; */
    font-size: 16px;
    margin-bottom: 12px;
}

    .types-subscriptions .type-middle .monthly-payment strong {
        /*line-height: 30px;*/
    }

.types-subscriptions .start-subscribtion {
    margin-top: 2px;
    margin-bottom: 12px;
    color: #868686;
}

.types-subscriptions .start-subscribtion div:first-child {
    font-weight: 400;
    display: inline-block;
}

.types-subscriptions  .button-wrapper {
    max-width: 206px;
    margin: 0 auto;
    display: grid;
    grid-gap: 11px;
}

.types-subscriptions .button-wrapper .btn-yellow-small {
    height: 46px;
}

.types-subscriptions .button-wrapper .btn-blue-small {
    background-color: #4a7864;
    border-radius: 5px;
    color: #fff;
    height: 34px;
    min-width: 173px;
    font-weight: normal;
    margin: auto;
}
.types-subscriptions .what-in u,
.types-subscriptions .what-in a{
    color: #5b613d;
    cursor: pointer;
    text-decoration: underline;
}
.types-subscriptions .red-col .type-header{
    background-color: #db1a31;
}
.types-subscriptions .red-col .monthly-payment{
    color: #db1a31;
    position: relative;
}
.types-subscriptions .red-col .monthly-payment:before{
    content:"Выгодно";
    position: absolute;
    left: 50%;
    top: -14px;
    transform: translate(-50%,0);
}
.types-subscriptions .red-col .price{
    background-color: #93101f;
}
.types-subscriptions .red-col .duration{
    color:white;
}
.checkbox-wrapper{
    align-items: center;
    display: flex;
}
#j-list-vopros .item-vopros{
    border: none;
    margin-bottom: 8px;
}
#j-list-vopros .toogle-vopros-slider{
    padding: 20px 30px 14px;
   background: #fff;
   border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}

#j-list-vopros .vopros-content{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top:0;
}

#j-list-vopros .toogle-vopros-slider:hover{
   color: #4a7864;
}

#j-list-vopros .act-raz .toogle-vopros-slider{
     background: #f7f7f7;
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0;
}

#j-list-vopros .j-title-vop-h{
    font-size: 19px;
    font-weight: normal;
    flex:1;
}

#j-list-vopros .act-raz .j-title-vop-h{
    color: #4a7864;
    
}

#j-list-vopros .article-preview__content.act-raz{
    background: none;
}

#j-list-vopros .j-m-dropdown:before {
    display: block;
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
   
    /*transform: rotate(-45deg);*/
    top: 11px;
    left: 7px;


}


#j-list-vopros .j-m-dropdown {
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: initial;
    top: initial;
    right: initial;
    position: relative;
    transform: rotate(315deg);
}   

#j-list-vopros .j-m-dropdown.razv:before{
    /*transform: rotate(135deg);*/
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;

}

#j-list-vopros .j-m-dropdown.razv {
 background-color: #4a7864;
 border-color: #4a7864;
 transform: rotate(135deg);
}

#j-list-vopros .box-info-vopros{
    padding-right: 0;
}

#j-list-vopros  .vopros-content{
    padding: 30px;
}

.back-to-choose{
    color: #4a7864;
    position: relative;
    padding-left: 20px;
    /*font-weight: 700;*/
}

.header-new-search.search-big.search-big-menu{
    display: none;
}
/* @media (max-width: 1640px) {
    .btn-journal a {
        font-size: 14px;
        height: 40px;
        line-height: 16px;
        text-align: center;
        padding-top: 5px;
        max-width:148px;
    }
} */
@media (max-width: 1200px) {
    .padding-44{
        padding-left: 22px;
        padding-right: 22px;
    }
    .types-subscriptions{
        margin: 0 0 25px;
    }
    .types-subscriptions .type-header .duration {
        font-size: 17px;
    }
    .journal-products .journal-col{
        padding: 20px 20px;
    }
    .journal-numbers-main .padding-20 {
        /*grid-template-columns: 1fr;
        grid-gap: 15px;*/
        display: flex;
        justify-content: flex-end;
    }
}
@media (max-width: 991px) {

    .btn-journal.btn-journal-invert a{

        line-height: 14px;
    }
    .types-subscriptions .type-middle{
        padding-bottom: 10px;
    }
    .subscribe-group {
        padding: 20px 20px;
        margin: 0 -20px;
    }
    .btn-journal a {
        padding-top: 13px;
        color:#ffcc00;
        line-height: 16px;
    }
    .btn-56 {
        padding: 3px 18px 0 18px;
        line-height: 21px;
    }
    .jornal-number-years .year, .journal-show .page-link {
        padding: 7px 12px 4px;
        font-size: 16px;
    }
    .journal-numbers .label {
        margin-right: 19px;
        font-size: 16px;
    }
    .padding-44 {
        padding: 20px;
    }
    .journal-last-pub {
        grid-template-columns: 163px 1fr;
        grid-gap: 20px;
    }
    .types-subscriptions .type-header .price {
        font-size: 16px;
        border-radius: 16px;
        padding: 4px 9px 3px 9px;
    }
    .types-subscriptions .type-header .duration {
        font-size: 22px;
        text-align: center;
    }
    .types-subscriptions .type-header{
        padding: 0 10px;
    }
    .types-subscriptions {
        grid-gap: 13px;
        margin-bottom: 20px;
    }
    .button-group-journal{
        position: static;
    }

    .j-subscription-page .gray-bg {
        padding-top: 162px;
    }


}

@media  (max-width: 767px) { 
    .journal-numbers-main .padding-20 {
        padding: 16px 12px;
    }
    .j-subscription-page .header-new .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .j-subscription-page .bg-white {
        width:100%;
        margin-left:0;
        margin-right:0;
    }

    .j-subscription-page .container{
        width: 100%;
    }

    .j-subscription-page .container > .row{
         margin-left:0;
        margin-right:0
    } 


}
@media (max-width: 767px) {
    .padding-20 .journal-show .page-link {
        padding: 7px 5px 4px;
        font-size: 13px;
    }
    .journal-show .label {
        margin-right: 2px;
    }

    .j-subscription-page .padding-44{
        padding: 35px 24px;
    }

    .j-subscription-page  .h1-wrapper{
            padding: 20px 25px 0;
            margin-left:0;
        margin-right:0;
    }
     .j-subscription-page .gray-bg {
        padding-top: 0;
    }

        .journal-last-pub .right-col{
        padding-bottom: 0;
    }
    .types-subscriptions {
        /*grid-template-columns: 1fr;*/
        row-gap: 30px;
    }
    .types-subscriptions .type-bottom {
        width: 100%;
    }

    .types-subscriptions .type-col {
         /* display: grid;
        grid-template-columns: 1fr 1fr;*/
        margin-bottom: 25px;
            display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 420px;
    margin:auto ;
    width:100%;
    }

    .types-subscriptions .type-header {
        height: 100%;
        border-radius: 0;
        text-align: center;
        display: grid;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
    }
    .types-subscriptions .red-col .price {
        padding-top: 7px;
    }

    .types-subscriptions .type-middle {
        width:100%;
                padding: 15px 20px 20px 20px;
    }
    .info-about-continue .title-info {
        font-size: 20px;
        line-height: 25px;
    }

    .types-subscriptions .type-middle .monthly-payment strong {
        line-height: 30px;
    }

    .types-subscriptions .start-subscribtion {
     /*display: flex;
        font-size: 14px;*/
        align-items: center;
    }

    .types-subscriptions .start-subscribtion div:last-child {
        margin-left: 5px;
        /*font-weight: bold;*/
    }

    .types-subscriptions .type-middle .monthly-payment {
        /*text-align: left;*/
    }

    .types-subscriptions .j-subscription-type, .types-subscriptions .j-subscription-start{
        /*font-size: 2.5vw;*/
    }

    .types-subscriptions .button-wrapper .btn-blue-small{
        height: 38px;
    }

    .types-subscriptions .type-bottom ul li{
        width: 90%;
    }

    .types-subscriptions .button-wrapper {
        max-width: 175px;
        grid-template-columns: 1fr 1fr;
        align-items: center;
            display: block;
        margin: auto;
    }
    .types-subscriptions .type-header .duration span{
        display: block;
        font-size: 33px;
        line-height: 29px;
        background: #0000001c;
        border-radius: 5px;
        padding: 7px 0 2px;
        margin-bottom: 2px;
    }
    .types-subscriptions .type-header .duration {
        font-size: 24px;
    }
    .types-subscriptions .red-col .monthly-payment:before {
        position: static;
        display: block;
        left: 0;
        top: 0;
        transform: translate(0,0);
        line-height: 15px;
    }
    .types-subscriptions .button-wrapper {
        grid-template-columns: 182px 1fr;
        white-space: nowrap;
    }

    .types-subscriptions .button-wrapper .btn-yellow-small {
        min-width: 100%;
    }
    .types-subscriptions {
        grid-template-columns: 1fr;
    }
    .info-about-continue .title-info {
        font-size: 23px;
        line-height: 30px;
    }
    .subscribe-checklist {
        grid-template-columns: 1fr;
    }
    .subscribe-checklist .right-info,
    .subscribe-checklist .left-info{
        padding: 25px 20px;
    }

    .subscribe-checklist .left-info{
        /*min-height: 70px;*/
        padding-bottom:0px;
        /*display: none;*/
    }
    #j-subscription-options .subscribe-checklist .left-info{
        display: none;
    }

    .history-orders tbody tr td span {
        display: block;
        margin-bottom: 2px;
    }
    .history-orders thead {
        display: none;
    }
    .history-orders tbody tr {
        display: grid !important;
        padding-bottom: 15px !important;
        margin-bottom: 15px;
    }
    .journal-numbers-main .journal-numbers, .journal-numbers-main .journal-show{
        /*display: block;*/
    }
    .jornal-number-years .year, .journal-show .page-link {
        padding: 7px 9px 4px;
    }
    .journal-last-pub {
        grid-template-columns: 1fr;
    }
    .journal-last-pub .left-cold{
        max-width: 408px;
    }
    .button-group-journal {
        display: grid;
        grid-gap: 12px;
    }
    .journal-last-pub .button-group-journal {
        position: relative;
        display: grid;
        grid-gap: 12px;
    }
    .button-group-journal .btn-56 {
        margin: 0 !important
    }
    .journal-products .button-group-journal{
        max-width: 100%;
    }
    .img-pub{
        text-align: center;
    }
    .journal-last-pub img {
        max-width: 208px;
        margin: 0 auto;
    }
    .journal-last-pub .title-journal {
        line-height: 29px;
        font-size: 22px;
        margin-bottom: 15px;
    }
    .journal-last-pub  .btn-56 {
        /* padding: 3px 2px 0 2px; */
    }
    .btn-journal a {
        font-size: 12px;
        height: 28px;
        line-height: 16px;
        padding: 7px 9px 0 9px;
    }
    .paid-content .paid-title {
        font-size: 26px;
    }
    .paid-content {
        padding: 20px;
    }
    #j-list-vopros .toogle-vopros-slider{
        padding: 15px 10px 14px;
    }

    .user-office {
        
        width: 28px !important;
    }

    .user-office .user-office__submenu-wrapper .user-office__submenu::after{
        right: 5% !important;
        left: initial !important;
    }

}
@media (max-width: 480px) {

    .btn-cat{
        /* display: none !important; */
    }
    .header-new-search.search-big.search-big-menu{
        display: block !important;
        position: relative;
        width: 100%;
        margin-top: 15px;
    }

    .header-new-search.search-big.search-big-menu #search{
        background: #fff;
        color: #000;
    }

    .header-new-search.search-small{
        display: none  !important;
    }
    .hidesmall {
        display: none  !important;
    }
    #j-list-vopros .j-m-dropdown{
        top: 50%;
        margin-top: -15px;
    }
    .types-subscriptions .type-bottom ul li {
        width: 90%;
    }
    .subscribe-checklist .right-info .title-text {
        /* font-size: 16px;
         line-height: 20px;
         margin-bottom: 3px;*/
     }
     .types-subscriptions .j-subscription-type, .types-subscriptions .j-subscription-start{
         /*font-size: 3vw;*/
     }
 
     .subscribe-checklist .right-info .text {
        /* line-height: 20px;*/
     }
 
     .subscribe-checklist {
         margin: 0 -10px;
     }

    .subscribe-main .padding-44 {
        padding-top: 0;
        /*padding-bottom: 0;*/
    }

    .subscription-including {
        padding: 25px 20px 20px 20px;
        margin: 0 -20px;
    }

    .subscription-including .title {
        font-size: 23px;
        line-height: 27px;
    }

    .subscription-including li {
        padding-left: 34px;
        line-height: 21px;
        padding-top: 5px;
        margin-bottom: 4px;
    }
    .subscribe-checklist .right-info {
        grid-template-columns: 1fr 50px;
        grid-gap: 15px;
    }

    .total-summ-subscribe {
        margin: 30px 0;
    }

    .subscribe-group {
        clear: both;
        background-color: #ffffff;
    }
    .types-subscriptions .type-header {
       /*display: flex;
        justify-content: space-between;*/
        padding: 15px 20px;
    }

    .types-subscriptions .type-col {
        grid-template-columns: 1fr;
    }

    .types-subscriptions .button-wrapper {
        grid-template-columns: 160px 1fr;
    }

    .types-subscriptions .type-header .duration {
        display: flex;
        line-height: 20px;
        position: relative;
        top: 4px;
    }

    .types-subscriptions .type-header .duration span {
        background: none;
        font-size: inherit;
        line-height: inherit;
        border-radius: 0;
        padding: 0;
        margin-bottom: 0;
        display: initial;
        margin: 0 6px;
    }

    .types-subscriptions {
        margin: 40px -10px;
        /*grid-gap: 0;*/
        margin-bottom: 0;
    }
    .promocode-form .form-inputs {
        grid-template-columns: 1fr;
        max-width: 206px;
    }
    .subscribe-group {
        background-color: #ffffff;
    }
    .journal-numbers-main .padding-20 {
        padding: 16px 6px;
    }
}


@media (max-width: 360px) {
    .paid-content {
        padding: 10px;
    }


    .btn-cat span {
        display: none;
    }
    .header-new-btns .btn-cat a, .header-new-btns .btn-cat {
        height: 28px;
        width: auto;
        min-width: 32px;
        padding-left: 5px;
    }
    .btn-journal {
        margin-right: 3px;
    }

}

.hamburger {
    align-items: center;
    cursor: pointer;
    height: 22px;
    justify-content: center;
    outline: none;
    position: relative;
    width: 22px
}

.hamburger__lines {
    background-color: #fff;
    height: 2px;
    position: relative;
    transition: background-color .4s ease-in-out, transform .2s ease-in-out;
    width: 22px
}

.hamburger__lines:before {
    transform: translateY(6px)
}

.hamburger__lines:after,
.hamburger__lines:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .4s ease-in-out;
    width: 100%
}

.hamburger__lines:after {
    transform: translateY(-6px)
}

.hamburger__lines--transformed {
    transform: rotate(180deg);
    background-color: transparent !important;
    width: 22px
}

.hamburger__lines--transformed:before {
    transform: rotate(-45deg);
    width: 22px
}

.hamburger__lines--transformed:after {
    transform: rotate(45deg);
    width: 22px
}

.hamburger--black :after,
.hamburger--black :before,
.hamburger--black__lines {
    background-color: #000
}


.modal {
    
    justify-content: center;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10001;
    left: 0;
    top: 0;
    color:#fff;
}

.jGrowl{
    z-index:10002 !important;
}

.modal .modal__hamburger .hamburger__lines,
.modal .modal__hamburger :after,
.modal .modal__hamburger :before {
    background-color: #fff;
}

.modal .modal__body {
    background-color: #161616;
    
}

.modal__close {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    background-color: transparent;
    z-index: 20;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 20px
}

.modal__close .hamburger__lines:after,
.modal__close .hamburger__lines:before {
    transition: background .2s ease-in-out
}

@media screen and (min-width:375px) {
    .modal__close {
        padding-right: 20px
    }
}

@media screen and (min-width:704px) {
    .modal__close {
        height: 100%;
        width: auto;
        right: 12px;
        padding: 40px 20px
    }

    .modal__close:hover .hamburger__lines:after,
    .modal__close:hover .hamburger__lines:before {
        background-color: #FFCC00
    }
}

.modal__close-inner {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: #161616;
    border-radius: 50%
}

@media screen and (min-width:704px) {
    .modal__close-inner {
        background-color: unset
    }
}

@media screen and (min-width:1024px) {
    .modal__close-inner {
        display: block;
        width: unset;
        height: unset
    }
}

.modal--theme-menu .modal__close {
    top: 0;
    right: 0;
    padding: 11px 10px 20px 20px
}

@media screen and (min-width:375px) {
    .modal--theme-menu .modal__close {
        padding-right: 20px
    }
}

@media screen and (min-width:704px) {
    .modal--theme-menu .modal__close {
        padding-top: 37px
    }
}

@media screen and (min-width:1024px) {
    .modal--theme-menu .modal__close {
        padding: 40px 32px 40px 20px
    }
}

.modal--theme-menu .modal__close-inner {
    width: unset;
    height: unset
}

@media screen and (min-width:704px) {
    .modal--theme-menu .modal__close-inner {
        width: 22px;
        height: 22px
    }
}

@media screen and (min-width:1024px) {
    .modal--theme-menu .modal__close-inner {
        width: auto;
        height: auto
    }
}

.modal__title {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10;
    font-size: 14px;
    padding-top: 0;
    text-transform: uppercase;
    line-height: 20px
}

@media screen and (min-width:375px) {
    .modal__title {
        left: 20px
    }
}

@media screen and (min-width:704px) {
    .modal__title {
        cursor: pointer;
        position: static;
        font-size: 18px;
        padding-top: 20px;
        line-height: 27px
    }
}

@media screen and (min-width:704px) {
    .modal__hamburger {
        width: 40px
    }
}

.modal__hamburger .hamburger__lines,
.modal__hamburger :after,
.modal__hamburger :before {
    background-color: #fff
}

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

    .modal__hamburger .hamburger__lines,
    .modal__hamburger :after,
    .modal__hamburger :before {
        width: 44px
    }
}

.modal__body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    margin: 0 auto;
    padding: 20px 0;
    overflow-y: auto
}

@media screen and (min-width:704px) {
    .modal__body {
        padding: 65px 80px 20px
    }
}

.modal--subscribe .modal__hamburger .hamburger__lines,
.modal--subscribe .modal__hamburger :after,
.modal--subscribe .modal__hamburger :before {
    background-color: #000;
}

.modal--subscribe .modal__body {
    background-color: #fff;
    color:#000;
    
}


.modal--subscribe .modal__close-inner {
    background-color: #fff;
}


.modal--subscribe .modal__hamburger .hamburger__lines,
.modal--subscribe .modal__hamburger :after,
.modal--subscribe .modal__hamburger :before {
    
}

.modal--subscribe .modal__close {
    
}

.modal--subscribe .modal__close:hover .hamburger__lines:after,
.modal--subscribe .modal__close:hover .hamburger__lines:before {
    
}

.modal--subscribe .modal__body {
    
}

.auth {
    max-width: 1000px;
    margin: 60px auto 0;
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
        /* height: 100%; */
    display: flex;
}


.auth__content {
    display: flex;
}

.auth__left {
    margin-right: 100px;
    max-width: 470px;
    width: 470px;
  /*   align-self:center; */
}

.auth__right {
    max-width: 390px;
    /* align-self:center; */
}

@media (max-width: 1024px){

    .auth__content {
        max-width: 470px;
        flex-direction: column;
    }
    .auth__left {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .auth__right {
        width: 100%;
        max-width: 100%;
    }
} 

.b-social {
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    margin: 50px 0 30px
}

.b-social__header {
    font-size: 14px;
    color:#fff;
}

.b-social__icon {
    height: 36px;
    width: 36px;
    position: relative;
    background: #79777d;
    margin-left: 14px;
    cursor: pointer;
    transition-duration: .3s !important;
    transition-timing-function: ease-in-out !important;
    transition-property: border, color, background !important;
    
}

.b-social__icon .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.b-social__icon .img{
      background-size: contain;
    background-position:center;
    width:100%;
    height:100%;
}

.b-social__icon:hover {
     background: #fff;
}

.b-social__icon.b-social__icon--facebook .img{
 
    background-image: url("data:image/png;base64,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");
}


.b-social__icon.b-social__icon--vkontakte .img{

    background-image: url("data:image/png;base64,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");
}


.b-social__icon.b-social__icon--odnoklassniki .img{
    background-image: url("assets/site/img/icons/new_ok.svg");
    /*background-image: url("data:image/png;base64,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");*/
}
.b-social__icon.b-social__icon--yandex .img{
    /*background-image: url("assets/site/img/icons/ha_yandex_new.svg");*/
    background-image: url("assets/site/img/icons/yandex.png");
}

 .b-social__icon.b-social__icon--google .img{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRGM0M4NEI4QzVBRjExRUE5NjAzQTY1NTJENENBNTZFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRGM0M4NEI5QzVBRjExRUE5NjAzQTY1NTJENENBNTZFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEYzQzg0QjZDNUFGMTFFQTk2MDNBNjU1MkQ0Q0E1NkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEYzQzg0QjdDNUFGMTFFQTk2MDNBNjU1MkQ0Q0E1NkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5XNut9AAADuUlEQVR42uyaW0gUURjHZ0Rl1S4UgkQUWFFUbllWBLmFPUhEK92ohx4L7CFIKYuIHqLLQxD5EEQ36qGoKLo9hHQl6CJBZSpdqCiopDIy0tAs3f4f+wnrMGdmWWe3M+534MfB2Tnj+f7n8p3vmzGDRdMjRhqXDCPNiwggAogAIoAIIAKIACKACCACiAAigAiQjiUzhf+rEzwFD8Fj8B60gW6QC/LBRDALlILJg0mAL6AOnAcN4GtjU8Mf603TgsWPUN0EC8EqsABkJ7NjZpIzQj3gEjgA6mF0b7wNIQbNihVgM/3pRwFoeu8Gh2H4r0QfAiEmodoJloA8vwjwGVTD8LNePAwijOKlMcUPXqAD1HhofBaqjWC8HzZBWvP7YfwpF6PGogqCcSCHl8sr0IS2bRbjd4GtfvECt0Cti+FrQQW7vNyYn7+TALjnBOozEILc4w6wyS9e4CdYjY7XKYwvo9kBZrg8hww/An6ALcl2g17OgOvgtsL4EKrjoDCO55DBG/x2FP4GrvC0tRpfwCNfaGhYvBLgAbij+G09mD3YY4F7oMVm9EejWuPSth108WCYIBJTG4prEfYeeboI8AzT324znQvGOLSjo/FecA1kxRhnWu6LvRbhjbIEnNRFgBbF9SIQcGhHxryBeI0JHJA6ddoD2hXXC9zc8ADcXE+6J0R6dRJAtRm1urSjJfD3fy5fr/YAitae21xv5h0+4LAEAljPgZhN0DpAv7FHdNn8lqOTAEGOA6yF0l+fHCK5DI70lloEiMTsD0fBhQT2l5QugRDH7P0KRu4jKreweCZYxgmPPsJcz+eYwOoBqN/FOgkwz4jm7+zKITonJPjcy+CuzXU6YIV0EoCmYwVGJtNmFtASqHE4K6jKa7DHLnlqRLPGpbq5wUWqWQAjbnAeoDnOZ9HBqBLtmhUZIloy+boJMAJUoYNDFSLU8WZHkeELG/fXzZ6EEirLcb8quCoHi3VMiBhs1HZ0fp/LMXYCJ0b6UmJ0knzLMcU7h3Yj2SOU6SoAFcrprYMhF70++kEACpy26ZgPsC6FWnQ27KHhJqiiJaZrQsRaKAQ+hk5XguwBGj+ElpURfcmS43VHk/1qjFzYaXAQPFHkDJSjzvmEarDSJkfgCwH6ygdwFZwDLyFEq4PRdKaYakRfjoY5zkhaMVP4uTylzevBfSP6mpyOyR0c15NvH84nvBI+Wc4x+r83SEpJ5fcBw9iHl+uUVJBPZEQAEUAEEAFEABFABBABRAARQAQQAUSANCz/BBgAVe/6qCHt15oAAAAASUVORK5CYII=");
} 

.b-social__icon.b-social__icon--mailru .img {
    /*background-image: url("assets/site/img/icons/ha_mailru.svg");*/
    background-image: url("assets/site/img/icons/mail-ru.png");
    /*background-image: url("data:image/png;base64,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");*/
}

.enter-reg__page form input.inputBox{
    display: block;
    background: #fff;
    padding: 8px 0px 8px 15px;
    width: 100%;
    margin-bottom: 2px;
    color: #000;
    font-size: 18px;
    
}

.modal .types-subscriptions {
    display: flex;
   flex-direction: column;
    margin-bottom: 41px;
    margin-top: 20px;
}

@media (max-width: 480px){
    .modal .types-subscriptions{
        margin:  20px auto;
    }
}

.modal .types-subscriptions .type-col{
    width: 100%;
}


.modal .subscription-including {
    margin-top:20px;
    padding: 10px;
}

.modal input{
    display: block;
    background: #fff;
    padding: 15px;
    width: 100%;
    margin-bottom: 2px;
    color: #000;
    border: 1px solid #ccc;
}

.modal .form-group{
    margin-bottom:20px;
}

.j-subscription-col ul {
    padding: 0px;
    margin: 17px 0 23px;
    list-style: none;
}
.j-subscription-col ul li{
       position: relative;
    /* padding-left: 40px; */
    /* background: url(/assets/site/images/green-list.png) no-repeat 0 2px; */
    font-weight: 400;
    padding-bottom: 3px;
    width: 50%;
    margin: auto;
}



.subscribe_modal_error{
    color: #f00;
}

.text-left{
    text-align:left !important;
}

.btn-right-bottom{
    position:absolute;
    bottom:10px;
    right:10px;
    background-color:#fff;
    -webkit-box-shadow: -5px -6px 28px 18px rgba(255,255,255,1);
-moz-box-shadow: -5px -6px 28px 18px rgba(255,255,255,1);
box-shadow: -5px -6px 28px 18px rgba(255,255,255,1);
}

 @media (max-width: 1640px){
    .btn-right-bottom{
        
        
        right:20px;
    }
}
 
@media only screen and (max-width: 768px){
    .btn-right-bottom{
         right:10px;
    }
.mc-banner {
    
 
    margin-top: 108px;
}

}

.swiper-pagination {
    position: relative;
}

.swiper-pagination-bullet {
    line-height: 1.67;
    color: #181717;
    font-size: 16px;
    list-style: none;
    box-sizing: border-box;
    outline: none !important;
    flex-shrink: 0;
    position: relative;
    transition-property: transform,-webkit-transform;
    background-size: cover;
    background-position: center;
    width: 12px !important;
    height: 12px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 3px solid #70764F;
    margin: 0 6px;
    opacity: 1;
    margin-right: 10px;
}
.swiper-pagination-bullet-active {
    background-color: #70764F;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: -7px;
}

/* subscription new */ 

.gray-bg {
    padding-top: 17px;
}
.gray-bg, ._bg-gray {
    background-color: #f7f7f7;
    align-content: stretch !important;
}

.gray-bg .h1-wrapper h1 {
    color: #000;
}


.hidden {
    display: none;
}



.back-to-choose:before{
    position: absolute;
    display: block;
    content: '\f303';
    font-family: "Material-Design-Iconic-Font";
    padding-right: 6px;
    color: #4a7864;
    font-size: 23px;
    line-height: 23px;
    font-weight: normal;
}

@media (max-width: 1199px) { 


}


/* main page */
.main-new .news-main-page, .main-new .new-block-main-page > .container,  .main-new .main-kiowa-block > .container, .main-new .communion__past-broadcasts-block > .container, .main-new .right-banner.container, .main-new .main_banner {
    padding: 40px ;
    background-color: #ffffff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.main-new .news-main-page{
    padding-top: 15px;
}

.main-new .new-block-main-page{
    background: none;
}

.main-new .news-main-page .title, .main-new .video-previewBlock .title, .main-new .main-kiowa-block .title, .main-new .gallery_album_preview .title, .main-new .new-raportsBlock .title,
.main-new .hunter-questions .title{
    color: #4a7864;
    margin: 0 0 20px 16px;
    font-size: 32px;
}

.main-new .news-main-page .title{
    margin: 0 0 20px -15px;
    display:block;
} 
.main-new .news-main-page .title:hover{
    text-decoration:underline;
}
.main-new .main-kiowa-block .title{
    margin: 0 0 20px 0px;
}

.main-new .light-blue-bg {
    background-color: #eef4f2 !important;
}

.main-new .new-block-main-page a.title {
    color: #4a7864;
    
    
}

.main-new .new-block-main-page a.title h2 {
    font-size:32px !important
    
    
}

.main-new .news-preview .description{
    z-index: 4;
    overflow: hidden;
}




.main-new .news-preview.kiow-pre::after{
    display: none;
}

.main-new .new-block-main-page a.title:hover, 
.main-new .main-kiowa-block a.title:hover,  
.main-new .gallery_album_preview a.title:hover, 
.main-new .new-raportsBlock a.title:hover,
.main-new .hunter-questions a.title:hover,
.main-new .new-block-main-page a:hover .title, 
.main-new .main-kiowa-block a:hover .title,  
.main-new .gallery_album_preview a:hover .title, 
.main-new .new-raportsBlock a:hover .title,
.main-new .hunter-questions a:hover .title{
    text-decoration: underline;
}

.main-new .news-preview {
    height: 285px;
    border-radius: 5px;
    margin:  15px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.main-new .news-preview.news-preview-high{
    height:  600px;
}

.main-new .news-preview:nth-child(n+5) {
    /*margin-top: 15px;*/
}

.main-new .news-preview::before {
    display: none;
}

.main-new .news-preview::after{
    display: block;
    position: absolute;
    content:  ' ';
    left: 0;
    right: 0;
    bottom:  0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7539390756302521) 0%, rgba(0,0,0,0.75) 18%, rgba(0,0,0,0) 100%);
    z-index: 3;
}

.main-new .article-preview .article-preview__content {

    padding: 15px 20px 20px;
}


.main-new .article-preview.article-preview--video:hover .article-preview__heading, .main-new .article-preview.article-preview--video:hover::after,
.main-new .article-preview.article-preview--high:hover .article-preview__heading, .main-new .article-preview.article-preview--high:hover::after  {

     color:  #77c3a2;
}
.main-new .article-preview--video:hover:before{
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%) !important;
}

.main-new .article-preview.article-preview--video-light:hover::after,.main-new .article-preview.article-preview--video:hover::after {
    
    background: rgba(119, 195, 162, 0.2);
    
}

.main-new .article-preview.article-preview--video::after {
   
    background: rgba(255,255,255, 0.2);
}
.main-new .article-preview.article-preview--high.article-preview--video::after, .main-new .article-preview.article-preview--high.article-preview--video-light::after{
    top: 16px;
    left: 30px;
    color: rgba(255, 255, 255, 0.5);
}
.main-new  .article-preview{
    margin: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.main-new  .article-preview.article-preview--high{
    height: 470px;
}
.main-new  .article-preview .article-preview__cover{
    border-radius: 5px;
}

 .main-new .article-preview:hover:before{
    border: 0;
 }

 .main-new .article-preview:hover .article-preview__cover{
    opacity: 1;
    transform: scale(1);
 }

.main-new .news-preview:hover .cover{
    opacity: 1;
    transform: scale(1);
}
.main-new .news-preview .heading{
    z-index: 4;
    margin-bottom:  5px;
}
.main-new .news-preview:hover .heading{
    color:  #77c3a2;
}

.main-new .news-preview .parent-cat{
    z-index: 4;
    color:  #666;
}

.main-new .news-preview .parent-cat:hover{
    color:  #f0c000;
}
.main-new .news-preview.news-preview-high{
    padding: 16px 30px;
}


.main-new .new-block-main-page menu a.article-link__article{
    color: #000;
    font-weight: normal;
    flex: 0 0 80%;
}
.main-new .new-block-main-page menu a.article-link__category{
    color: #77c3a2;
    flex: 1;
    text-align: right;
    font-weight: 700;
  
}

.main-new .new-block-main-page menu a.article-link__category:hover{
   text-decoration: underline;
}

.main-new .new-block-main-page aside menu .article-link{
     display: flex;
     align-items: top;
}

.main-new .new-block-main-page aside menu .article-link:not(:last-of-type){
    border-bottom: 1px solid #e5e5e5;
   
}

.main-new .new-block-main-page aside menu a:not(:last-of-type){

    border-bottom: none;
}

.main-new .gallery_album_preview .album_item .album_title:hover a{
    color: #77c3a2;
    text-decoration: none;
}

.main-new .gallery_album_preview .album_item .album_title:hover{
    color: #77c3a2;
    text-decoration: none;
}

.main-new .mainPage_gallery_slider, .main-new .new-raports-gallery{
    width: 90%;
    margin: auto;
}

.main-new .mainPage_gallery_slider .slick-prev, .main-new .new-raports-gallery .slick-prev{
    left:  -50px;
}

.main-new .mainPage_gallery_slider .slick-next, .main-new .new-raports-gallery .slick-next{
    right:  -50px;
}

/* .main-new .mainPage_gallery_slider{
    width: 95%; 
      margin: auto;
  }
  
  .main-new .mainPage_gallery_slider .slick-prev, .main-new .new-raports-gallery .slick-prev{
      left:  -28px;
  }
  
  .main-new .mainPage_gallery_slider .slick-next, .main-new .new-raports-gallery .slick-next{
      right:  -28px;
  }
  
  .main-new .new-raports-gallery .slick-slide{
      margin-left: 0;
      margin-right: 0;
  }
   */

.main-new .past-broadcasts-block{
    background: transparent;
}

.main-new .gallery_album_preview{
    margin-top: 0;

}

.main-new .gallery_album_preview .album_item{
        border-radius: 5px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.main-new .main-kiowa-block{
    margin-bottom: 0;
   
}

.main-new .main-kiowa-block .container {
     padding-bottom: 20px;
}

.main-new .gallery_album_preview .album_item .album_title a {

    flex: 0 0 91%;
    }

  .main-new  .gallery_album_preview .album_item .album_title h3{
    display: flex;
  }

  .main-new  .mainPage_gallery_slider  .slick-list{
    padding-bottom: 6px;
  }

 .main-new .hunter-questions .article-preview__content{
    border: 1px solid #e5e5e5;
    border-radius:  5px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
 }

  .main-new .hunter-questions .article-preview__heading{
    padding: 15px;
    border-radius:  5px;
    background: #fff;
    color: #4a7864;
    display: flex;

  }

.main-new .hunter-questions .article-preview__content--active .article-preview__heading{
 
    background: #f7f7f7;
    border-radius:  5px 5px 0 0;
    border-bottom: 1px solid #e5e5e5;


  }
  .main-new .hunter-questions .item-vopros__question{
    flex:  0 0 70%;

  }
  .main-new .hunter-questions .vopros-tema-new{
 
    font-size: 12px;
  }

  .main-new .hunter-questions .title-vop-h-new{
    
    font-size: 20px;
    font-weight: 700;
  }

  .main-new .hunter-questions .vopros-intro{
    padding: 40px 40px 20px;
  }

  .main-new .hunter-questions .item-vopros{
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .main-new .new-raportsBlock .container{
    padding-bottom: 1px;
  }

  .main-new .hunter-questions .vopros-content {
    border:  1px solid #e5e5e5;
    border-radius:  5px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
        margin: 5px 20px 20px 20px;
        position: relative;
  }

   .main-new .hunter-questions .vopros-intro span{
    font-size: 16px;
   }

  .main-new .hunter-questions .vopros-content:before {
    position: absolute;
    content: " ";
    background: #fff;
    transform: rotate(45deg);
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    left:  50px;
    top:  -10px;
    height: 20px;
    width: 20px;
  }

  .main-new .hunter-questions .box-info-vopros-new{
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    padding-left: 30px ;
    padding-right: 30px ;
    flex: 0 0 19%;
  }

  .main-new .hunter-questions .item-vopros__toogle{
    flex: 1;
    display: flex;
  }

  .main-new .hunter-questions .btn-toogle {
        -webkit-text-size-adjust: 100%;
        font-family: "MyriadPro";
        line-height: 1.67;
        box-sizing: border-box;
        outline: none !important;
        transition-property: opacity, transform, color, background-color, border-color;
        transition-duration: 0.35s;
        transition-timing-function: ease;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        width: min-content;
        background-color: #fff;
        color: #000;
        height: 34px;
        font-weight: normal;
        border-radius: 0;
        position: relative;
        padding: 15px 20px;
        min-width: auto;
        margin: auto;
        cursor: pointer;
        border: 1px soilid #e5e5e5;
        border-radius: 5px;
        -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .main-new .hunter-questions .article-preview__content--active .btn-toogle {
    background: #4a7864;
    border: 1px soilid #4a7864;
    color: #fff;
    -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
  }


.main-page-banners__item{
    width: 100%;
    height: 350px;
    border-radius: 5px;
    position: relative;
}

.main-page-banners__content{
    position: absolute;
    top:  0;
    left:  0;
    bottom: 0;
    right: 0;
    padding: 50px;
}

.main-page-banners__heading {
    /* margin-top: 90px; */
    font-weight: 700;
    font-size: 52px;
}

.main-page-banners__subheading {
    /* margin-top: 50px; */
    font-weight: 700;
    font-size: 32px;
}

.main-page-banners__text {
    margin-top: 20px;
    font-size: 28px;
}



.main-page-banners__text a, .main-page-banners__text a:visited,.main-page-banners__text a:hover{
    color: inherit;
    text-decoration: underline;
}


.main-banners{
    margin-top: 40px;
     background-color: #ffffff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    position: relative;
}

.main-page-banners__image-container, .main-page-banners__image {
    border-radius: 5px;
    height: 100%;
    width: 100%;
}

/* .main-banners__slider  {
    display: block !important;
}  */

.main-banners__slider {
    max-height: 350px;
    overflow: hidden;
}
#main-banners__navigation{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 60px;
    left: 50px;
}   

#main-banners__navigation .slick-dots {
    display: block !important; 
    position: relative;
    bottom: 3px !important;
    flex: 1;

}

#main-banners__navigation .slick-prev,  #main-banners__navigation .slick-next  {
    position: relative;
    left: initial;
    right: initial;
}

#main-banners__navigation .slick-dots {order: 2;}
#main-banners__navigation .slick-prev {order: 1;}
#main-banners__navigation .slick-next {order: 3;}
#main-banners__navigation .slick-dots li button:before{
    color: #fff;
    opacity: .7;
}
#main-banners__navigation .slick-dots li.slick-active button:before{
    color: #fff;
    opacity: 1;
}

#main-banners__navigation .slick-arrow, #main-banners__navigation .swiper-button-next, #main-banners__navigation .swiper-button-prev{
    background: rgba(255,255, 255, 0.3);
}

.main-new .label-journal-status.journal-buy {
    background: rgb(255,17,40) 
}

.main-new .label-journal-status.journal-delay {
    background: #FFCC00; 
}
.main-new .label-journal-status.journal-delay:after{
    border-top: 24px solid #FFCC00;
    border-bottom: 24px solid #FFCC00;
}


.main-new .label-journal-status {
    -webkit-box-shadow: 12px 5px 28px -1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 12px 5px 28px -1px rgba(0, 0, 0, 0.39);
    box-shadow: 12px 5px 28px -1px rgba(0, 0, 0, 0.39);
    
    position: absolute;
    left: -105px;
    top: 20px;
    display: flex;
    height: 48px;
    min-width: 100px;
    width: 115px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: white;
    background-color: transparent;
    padding: 0 10px;
    padding-top: 1px;
    z-index: 5;
    transition: 0.5s;
    align-items: center;
}

.main-new .label-journal-status:after {
    content: " ";
    position: absolute;
    display: block;
    border-top: 24px solid rgb(255,17,40);
    border-bottom: 24px solid rgb(255,17,40);
    height: 0;
    z-index: 10;
    width: 0px;
    right: -24px;
    top: 0;
    border-left: 0px;
    border-right: 24px solid transparent;
}

.main-new .news-preview:hover .label-journal-status {
    transition: .5s;
    left: 0px;
}
.main-new .news-main-page .adfox {
    height: auto;
    flex: 1
}
.main-new .news-main-page .adfox > div {
    margin: 15px;
    /* margin-left: 0px; */
    /* height: 480px; */
}

.main-new .news-main-page .adfox > div img {
/* width: auto !important;
    height: 100% !important; */
    max-width: initial;
    /* max-height: 480px !important;  */
}

.main-new .new-block-main-page .news .news-preview{
    height: 265px;
}

.news-main-page-row {
    flex-wrap: nowrap;
}

.main-new .new-raportsBlock #list-raport .article-preview{
    width:200px;
    height: 340px;
}

.main-new #list-raport .article-preview.article-preview--top-cover .article-preview__cover-block{
    height:205px;
}

@media (max-width: 1640px){
    .main-new .news-preview{
        margin: 15px 12px;
    }
    .main-new .new-block-main-page .news .news-preview{
        height: 225px;
    }
    .main-new .new-block-main-page menu a.article-link__article {

        flex: 0 0 78%;
    }
}

.main-new #list-raport .article-preview .article-preview__footer.statistics {
    font-size: 10px;
    padding: 10px 9px;

}

.main-new #list-raport .article-preview .article-preview__footer.statistics .statistics__item {
    padding-right: 4px;

}
.main-new .statistics .statistics__item:not(:first-child){
    padding-left: 4px;
}

.main-new #list-raport .col-sm-6.col-lg-4.col-xl-3._inner-gutters-y._inner-gutters-x-r .article-preview__content{
    padding: 15px 5px;
}

.main-new .statistics .statistics__item i{
    margin-right: 3px;
}

.main-new .B_crumb{
    color: #909090;
    font-weight: bold;
}

.main-new .breadcrumbs__separator {
    opacity: 0;
    margin-right: 5px;
    margin-left: 5px;
}

.main-new .breadcrumbs span span{
    color: #000;
}

.main-new .breadcrumbs{
    border-bottom: 1px solid #000;
}

.white-bg {
    background-color: #fff;
}

.no_borders{
    border: none !important;
}

.no-padding {
    padding: 0px !important;
}

.t-uppercase {
    text-transform: uppercase;
}

.main-new.qna .hunter-questions .item-vopros__question{
    flex: 0 0 62%;
}

.main-new.qna .hunter-questions .box-info-vopros-new{
    flex: 0 0 24%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.main-new.qna .btn-add-raport{
    border: 1px solid #fff;
    /* border-radius: 23px; */
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 8px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 8px 0px rgb(0 0 0 / 20%);
    width: auto;
}

.question-filter{
    border: 1px solid #e5e5e5;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius:5px;
    margin-bottom: 20px;;
}

.question-filter__category, .question-filter__author{
    padding-top:15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.question-filter__category:hover, .question-filter__category--active, .question-filter__author:hover, .question-filter__author--active{
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    border-bottom: 1px solid #ffcc00;
    background-color: #ffcc00;
}


.question-filter__category:last-child, .question-filter__author:last-child{
    border-bottom: none;
}
.question-filter__author {
    display: flex;
    align-items: center;

}
.question-filter__author_photo{
    /* flex: 0 0 20%; */
    margin-right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 100%;
}

.question-filter__author_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.question-filter__author_name span {
    font-weight: normal;
    display: block;
    font-size: 16px;
    
}

.questions-header span{
    font-weight: normal;
}

.header-new-btns .btn-cat.btn-cat-invert a{
    border: 1px solid #ffcc00;
    color: #ffcc00;
    background: transparent;
}

.header-new-btns .btn-cat.btn-cat-invert svg{
    fill: #ffcc00;
}

.header-new-btns .btn-cat.btn-cat-invert a:hover{
    background-color: #ffcc00;
    color: #000;
}

.header-new-btns .btn-cat.btn-cat-invert a:hover svg{
    fill: #000;
}

.header-new-btns .offic-new.office-new-invert a {
    border: 1px solid #ffcc00;
    color: #ffcc00;
    background: transparent;
}

.header-new-btns .offic-new.office-new-invert svg{
    fill: #ffcc00;
}

.main-new .pagination .pagination__item, .pagination .pagination__delimiter{
    color: #4a7864;
    border: 1px solid #4a7864;
    font-size: 16px;
    line-height: 29px;
    margin-right: 10px;
    border-radius: 5px;
}

.main-new .pagination .pagination__item:hover, .pagination .pagination__item.pagination__item--active{
    background-color: #4a7864;
    color: #fff;
}



@media only screen and (max-width: 480px){
    .main-page-banners__item {
        height: 300px;
    }
    .main-page-banners__content{
       
        padding: 20px;
    }
    
    .main-page-banners__heading {
        margin-top: 30px;
    
        font-size: 32px;
    }
    
    .main-page-banners__subheading {
        margin-top: 20px;
        font-weight: 700;
        font-size: 24px;
    }
    
    .main-page-banners__text {
        margin-top: 20px;
        font-size: 20px;
    }

    #main-banners__navigation{
        bottom: 45px;
        left:0;
        width: 100%;
    }

    #main-banners__navigation .slick-dots{
        bottom: -6px !important;
    }

    .main-new .news-main-page, .main-new .new-block-main-page > .container, .main-new .main-kiowa-block > .container, .main-new .communion__past-broadcasts-block > .container, .main-new .right-banner.container{
        padding: 20px;
    }

    .main-new .news-preview{
        margin-left: 0;
    }
    .main-new .hunter-questions .box-info-vopros-new {
        border-top: 2px solid #e5e5e5;
        border-bottom: 2px solid #e5e5e5;
        border-right: none;
        border-left: none;
        display: none;
    }

    .main-new .hunter-questions .item-vopros__toogle{
        display: none;
    }

    .main-new .hunter-questions .box-info-vopros-new > div {
        padding: 15px 0;
    }

    .main-new .hunter-questions .article-preview__heading{
        flex-direction: column;
    }
    .main-new .hunter-questions .box-info-vopros-new span {display: block;}

    .main-new .label-journal-status{
        left: 0;
    }


}

#next-article__slider.slick-initialized .slick-slide{
    /* justify-content: normal;
     align-items: normal;
    background-color: #181717; */
    flex-direction: column;
}

.article__related-article-preview-new {
    width: 200px;
    height: 500px;
    color: #000;
    background-color: #4b7864;
    display: block;
   
}

.article-preview__cover-block{
    height: 50%;
    width: 100%;
    position:relative;
}

.article-preview__cover.img{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(1);
    opacity: 1;
    transition: all .35s ease;
}

.subscribe-checklist.subscribe-status {
    webkit-box-shadow: 2px 4px 8px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 4px 8px 2px rgb(0 0 0 / 20%);
    background-color: #fff;  
    border:0;
    padding: 40px 60px;
    grid-template-columns: 390px 1fr;
}

.subscribe-checklist.subscribe-status .left-info{
    padding: 35px;
    webkit-box-shadow: 0px 5px 7px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 7px 1px rgb(0 0 0 / 10%);
    background-color: #f7f7f7;
    
}

.subscribe-checklist.subscribe-status .left-info.active{
    background-color: #4a7864;
  
}

.subscribe-checklist.subscribe-status .left-info .stat-2{
    display: flex;
}
.subscribe-checklist.subscribe-status .left-info .stat-2 span{
font-size:inherit;
margin-left: 0;
}

.article__related-article-preview__wrapper {
    /* display: flex; */
    /* margin:0 -15px; */
}
.article .article__next-article.article__next-article-slider{
    /* flex: 1; */
    /* margin:0 15px; */
    background-color: #eef4f2;
    position:relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center
}

.article .article__next-article.article__next-article-slider .next-article__read-next-text{
    position: absolute;
    left:0;
    top:10px;
    color: #fff;
    background-color: #ff1b37;
    padding: 10px 10px 10px 20px;
    font-weight: 400;
}

.article .article__next-article.article__next-article-slider .row {
    height: 100%;
    /* min-height: 230px; */
    width: 100%
}
.article .article__next-article.article__next-article-slider .next-article__content{
    /* padding: 20px; */

    padding: 15px 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    
}

#next-article__slider .slick-track{
    align-items: flex-start;
}

.article .article__next-article.article__next-article-slider .next-article__heading{
    margin: 0 0 20px;
    font-family: inherit;
    font-weight: 700;
    /* height: 100%;
    display: flex;
  align-items: center;
  justify-content: center; */
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
 height: 39px;
}
@media (max-width: 768px){
    .article .article__next-article.article__next-article-slider .next-article__heading{
        height: 34px;
    }
}
.article .article__next-article.article__next-article-slider .next-article__pretext{
    color: #000;
    line-height: 22px;
    margin:0 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    min-height: 66px;
}
.article .article__next-article.article__next-article-slider time{
    color: #000;
    font-weight: 700;
    
}

.article .article__next-article.article__next-article-slider .statistics__item--published{
    flex-grow: 1;
    align-items: flex-end;
    display: flex;
}


.article__related-article-preview__wrapper .slick-arrow{
    background: #fff;    
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.article__related-article-preview__wrapper .slick-arrow:after{
    color: #000;
    opacity: 1;
    font-size: 30px !important;
    top: 0;
    left: 0;
    right: 0;
}

.article__related-article-preview__wrapper .slick-prev.slick-arrow:after{
    content: '\f2ea';
    
}

.article__related-article-preview__wrapper .slick-next.slick-arrow:after{
    content: '\f2ee';

}
.pulse-widget > div > div > div > div > div > a > div > div > div {
    -webkit-line-clamp: 2 !important;
}

/*custom styles*/
.unisenderform.article__footer-mail__wrapper {
    margin-bottom: 16px;
}
.main-new .article .article__footer-mail__wrapper{
    background-color: #eef4f2;
}
.article table.form_unisender_submit_table {
    width: auto!important;
    margin: 0 auto;
}
.unisenderform table, .unisenderform tr, .unisenderform td {
    border: none!important;
}
table.form_unisender_submit_table td {
    height: 54px!important;
}

/*#next-article__slider {
  margin-left: 0;
  margin-right: 0;
}*/
@media (max-width: 991px) AND (min-width: 767px) {
    .sub-nav {
        visibility: hidden;
        height: 133px;
    }
    .j-subscription-page .gray-bg {
        padding-top: 30px;
    }
    .green-bg {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .sub-nav {
        visibility: hidden;
        height: 0;
    }
    .subscribe-checklist .left-info {
        /*display: block;*/
    }
    .magazine_categories_item:first-child {
        padding-right: 0;
    }
    .magazine_categories_item:last-child {
        padding-left: 0;
    }
}
@media (max-width: 520px) {
    .form_unisender_input_wrap {
        display: flex!important;
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .magazine_link_wrap {
        flex-direction: column;
    }
    
    .only_pdf {
        margin-left: 0;
        margin-top: -8px;
        margin-bottom: 20px;
    }
}
/*custom styles*/

/*TT25531*/
.modal--subscribe .auth__content .auth__right .subscription-including__add {
    margin-top: -28px;
}

.modal--subscribe .auth__right .subscription-including__add a {
    text-decoration: underline;
}

.modal--subscribe .auth__right .subscription-including__add a:hover {
    text-decoration: none;
}
.subscribe-checklist.subscribe-status {
    padding: 0;
    box-shadow: 0px 4px 4px rgb(65 65 65 / 25%);
    width: 100%;
    margin-bottom: 30px;
}
.subscribe-checklist.subscribe-status .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subscribe-checklist.subscribe-status .text-wrapper .title-text {
    margin-bottom: 0;
    margin-right: 30px;
    font-size: 22px;
    margin-top: 10px;
    line-height: 22px;
}
.subscribe-checklist .right-info {
    padding: 10px 32px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.subscribe-checklist.subscribe-status .text-wrapper .text {
    margin-right: 50px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}
.subscribe-checklist.subscribe-status .left-info .stat-1 {
    margin-bottom: 12px;
}

.subscribe-checklist.subscribe-status .left-info .stat-2 {
    font-size: 18px;
}
.row .subscribe-checklist.subscribe-status .left-info {
    min-width: auto;
    max-width: 340px;
    padding: 31px 40px;
    min-height: auto;
}
.subscribe-main {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.modal_right_desc {
    padding-left: 70px;
}

.title_in_in {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.desc_in {
    font-size: 14px;
    line-height: 17px;
    color: #5C5C5C;
    margin-top: 4px;
}
.modal--subscribe .auth__right {
    max-width: 520px;
}
.modal--subscribe .auth__right .btn-yellow-small {
    margin: -16px auto 0;
}
.modal--subscribe .auth__right .subscription-including {
    margin-top: 0;
}

@media (max-width: 991px) {
    .subscribe-checklist.subscribe-status {
        flex-direction: column;
        justify-content: space-between;
    }
    
    .row .subscribe-checklist.subscribe-status .left-info {
        max-width: 100%;
        width: 100%;
    }
    .subscribe-checklist.subscribe-status {
        margin: 0 13px 20px;
        padding: 0!important;
    }
    
    .subscribe-checklist.subscribe-status .text-wrapper .title-text {
        position: absolute;
        top: 0;
        flex-basis: 100%;
        display: block;
        width: 100%;
        max-width: 90%;
        font-size: 20px;
        
    }
    
    .subscribe-checklist.subscribe-status .text-wrapper .text {
        margin-right: 0;
        margin-top: 26px;
        font-size: 14px;
        line-height: 16px;
    }
    .subscribe-checklist .right-info {
        position: relative;
        padding: 12px;
    }
}

@media (max-width: 767px) {
    .subscription-page-wrap {
        background-color: #fff;
    }
    .types-subscriptions {
        margin-top: 10px;
    }
}
@media (max-width: 520px) {
    .row .subscribe-checklist.subscribe-status .left-info.active {
        padding: 12px;
        justify-content: center;
    }
    
    .row .subscribe-checklist.subscribe-status .left-info.active .stat-1 {
        margin-bottom: 0px;
        font-size: 22px;
        text-align: center;
    }
    
    .row .subscribe-checklist.subscribe-status .left-info.active .stat-2 {
        font-size: 14px;
    }
}
/*TT25531*/