:root {
    --swiper-theme-color: #F5B51B;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('/local/fonts/Proxima_Nova_Regular.eot');
    src: url('/local/fonts/Proxima_Nova_Regular.eot?#iefix') format('embedded-opentype'), url('/local/fonts/Proxima_Nova_Regular.woff2') format('woff2'), url('/local/fonts/Proxima_Nova_Regular.woff') format('woff'), url('/local/fonts/Proxima_Nova_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('/local/fonts/Proxima_Nova_Bold.eot');
    src: url('/local/fonts/Proxima_Nova_Bold.eot?#iefix') format('embedded-opentype'), url('/local/fonts/Proxima_Nova_Bold.woff2') format('woff2'), url('/local/fonts/Proxima_Nova_Bold.woff') format('woff'), url('/local/fonts/Proxima_Nova_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    font: normal 1rem/1.2 ProximaNova, Arial, sans-serif;
}
@media (min-width: 1560px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width: 1500px;
    }
}
a {
    transition: .1s;
}
ol {
    list-style: none;
    /*counter-reset: my-counter;*/
    padding-left: 0;
}

ol li {
    counter-increment: my-counter;
    position: relative;
    padding-left: 35px;
}

ol li::before {
    content: counter(my-counter) ". ";
    position: absolute;
    left: 0;
    width: 20px;
    text-align: right;
}
.btn {
    display: inline-block;
    line-height: 1.5;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    padding: 13px 30px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 6px;
    background: rgb(222,234,239);
    background: linear-gradient(0deg, rgba(222,234,239,1) 0%, rgba(246,249,251,1) 100%);
    box-shadow: none;
}
.btn-primary {
    background: #fd7100 linear-gradient(to top, #fd5500 0%, #fd8700 100%);
    color: #fff;
}
.btn-primary:hover {
    background: #fd7100;
    box-shadow: 0 5px 15px rgba(253, 113, 0, 0.5);
}
.btn:not(.btn_square):not(.header__phone-button):hover {
    background: #0089d7;
    box-shadow: 0 5px 15px rgba(0, 137, 215, 0.5);
    text-decoration: none;
    color: #fff;
}
.btn:active {
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.5);
}
.btn_square {
    padding: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
}
.btn_square svg {
    vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.soc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -10px;
    display: flex;
}
.soc-list li {
    margin-left: 10px;
}
a, a:hover {
    color: #0089d7;
    text-decoration: none;
}
.bordered {
    text-decoration: none;
    border-bottom: 1px solid rgb(0 137 215 / 0.50)
}
.header {
    padding: 5px 0;
}
.logo {
    width: 267px;
}
.logo img {
    max-width: 100%;
}
.logo-extra {
    line-height: 1.5;
    font-weight: normal;
    color: #808d9a;
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 16px;
}
@media (min-width: 1200px) {
    .logo-extra {
        max-width: 360px;
        margin-left: 20px;
        text-align: left;
        margin-top: 0;
    }
}
.header__backlink a {
    font-weight: bold;
    margin-left: 5px;
}
.header__phone {
    margin-left: 40px;
}
.header__phone-button,.header__phone-button:hover {
    font-weight: bold;
    color: #fff;
    background: #F5B51B 0 0 no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    width: 260px;
    padding-top: 8px;
    padding-bottom: 7px;
    font-size: 20px;
    text-decoration: none;
    border: 0;
    box-shadow: none;
    white-space: nowrap;
}
.menu {
    background-color: #252429;
    position: relative;
    z-index: 5;
}
@media (min-width: 992px) {
    .nav {
        border-right: 2px solid #121214;
    }
    .nav__holder {
        display: flex;
    }
    .nav__item {
        border-left: 2px solid #121214;
    }
}

.nav__item a {
    color: #fff;
    height: 100%;
    min-height: 100%;
    font-size: .875rem;
    line-height: 1.42857;
    font-weight: bold;
    display: flex;
    padding: 12px 30px 13px;
    transition: background-color 0.15s ease-in-out;
}
.nav__item a:hover {
    background-color: #121214;
}
.search {
    position: relative;
    min-width: 288px;
}
.search__input, .search__input:focus {
    width: 100%;
    background: transparent;
    border: 1px solid rgb(203, 208, 213, .2);
    border-radius: 6px;
    padding: 12px 18px 12px 18px;
    color: #fff;
    outline: 0;
}
.search__input:focus {
    border-color: #E2E2E2;
}
.search__submit {
    position: absolute;
    background: transparent;
    border: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
}
.search_page {
    margin-bottom: 30px;
}
.search_page .search__input, .search_page .search__input:focus {
    background: rgb(203, 208, 213, .2);
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
}
.content {
    margin-top: 40px;
    margin-bottom: 40px;
    transition: margin .3s;
}
.search-hover.active + .content {
    margin-top: 0;
}
.main-article {
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
}
.main-article__image, .main-article__image:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.main-article__image:after {
    display: block;
    content: '';
    background: rgba(0,0,0,.4);
}
.main-article__image, .main-article__image img, .main-article__image:after {
    border-radius: 10px;
}
.main-article__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-article__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    min-height: 672px;
    padding: 100px 11.5%;
    color: #fff;
}
.main-article__label {
    position: absolute;
    left: 0;
    top: 0;
    background: #f5b51b;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 15px 53px 16px;
    border-radius: 10px 0 10px;
}
.main-article__date {
    margin-bottom: 26px;
}
.main-article__title {
    font-size: 40px;
    font-weight: bold;
}
.main-article__title a, .main-article__title a:hover {
    color: #fff;
}
.main-article__tags {
    margin-top: 38px;
}
.extra-block {
    border: 2px solid #f6f9fb;
    border-radius: 10px;
    padding: 23px 28px 28px;
    margin-bottom: 30px;
}
.extra-block__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 28px;
}
.extra-block__actions {
    margin-top: 20px;
}
.tag-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.tag-list li {
    margin-bottom: 16px;
}
.tag-list a:hover,.article__title a:hover,.tag:hover {
    text-decoration: underline;
    text-decoration-color:rgba(0, 137, 215, 0.50);
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
}
.tag-list_extended {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: opacity .3s ease;
}
.tag-list_extended.active {
    opacity: 1;
    visibility: visible;
    max-height: none;
}
.article {
    border-radius: 10px;
    border: 2px solid #f6f9fb;
    padding: 18px;
    height: 100%;

}
.article_vertical {
    padding: 0;
    box-sizing: border-box;
}
.article__content {
    display: flex;
}
.article_vertical .article__content {
    flex-direction: column;
}
.article__image {
    margin-right: 30px;
    flex: 0 0 155px;
    background: #f6f9fb;
}
.article__image,
.article__image img {
    border-radius: 10px;
    width: 155px;
    height: 155px;
}
.article_vertical .article__image {
    flex: 0 0 256px;
}
.article_vertical .article__image,
.article_vertical .article__image img {
    height: 256px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.article_vertical .article__image img {
    object-fit: cover;
}
.article_vertical .article__details {
    padding: 30px;
}
.article__date {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 8px;
}
.article_vertical .article__date {
    margin-top: 0;
    margin-bottom: 15px;
}
.article__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.article__title a {
    color: #000;
}
.article__title a:hover {
    color: #0089d7;
}
.article__tags {
    margin-top: 20px;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
}
.tag {
    margin: 10px 0 0 10px;
    font-size: 14px;
    border-radius: 6px;
    padding: 11px 19px;
    background: #f6f9fb;
    white-space: nowrap;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.tag_transparent, .tag_transparent:hover {
    color: #fff;
    background: transparent;
    text-decoration: none!important;
}
.tag_transparent {
    border: 1px solid #f5b51b;
}
.tag_transparent:hover {
    background: #f5b51b;
    color: #000;
}
.mb-20 {
    margin-bottom: 20px;
}
.footer-bottom {
    border-top: 1px solid #2e2e2e;
    background-color: #252429;
    padding: 21px 0;
}
.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.3);
}
.footer-copyright {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #A2A2A2;
    opacity: 1;
}
.footer-copyright p {
    margin: 0;
}
.footer-subscribe {
    display: flex;
}

.footer-subscribe input {
    width: 319px;
    height: 54px;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    opacity: 0.6;
    background-color: inherit;
    padding-left: 10px;
    font: normal 16px ProximaNova;
    letter-spacing: 0px;
    color: #AAAAAA;
}

.footer-subscribe .button-subscribe {
    width: 176px;
    height: 54px;
    background: #F5B51B 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    margin-left: 10px;
    text-align: center;
    font: bold 16px ProximaNova;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    padding-top: 17px;
    padding-left: 30px;
}

.footer-subscribe .button-subscribe:hover {
    box-shadow: 0 5px 15px rgba(170, 170, 170, 0.3);;
}


.footer-subscribe .button-subscribe:active {
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.3);
}

.footer-subscribe .button-subscribe svg {
    width: 20px;
    height: 15px;
    display: block;
    margin-right: 15px;
    fill: #FFFFFF;
    transition: 0.2s;
    margin-left: 0;
    position: absolute;
    top: 36%;
    left: 22px;
}

.footer-subscribe.error input {
    border-color: red;
}

.footer-subscribe.error input::placeholder {
    color: red;
}
.button--email:hover svg {
    fill: #fff;
}
[data-src], .swiper-lazy {
    opacity: 0;
    transition: opacity .2s;
}
[data-src].lazyloaded, .swiper-lazy.swiper-lazy-loaded {
    opacity: 1;
}
.news-detail__content {
    margin-bottom: 60px;
}
.news-detail__intro {
    padding: 40px 0;
    min-height: 512px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.news-detail__intro-back,.news-detail__intro-back:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.news-detail__intro-back:after {
    content: '';
    display: block;
    background: rgba(0,0,0,.4);
}
.news-detail__intro-back img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.news-detail__intro-title {
    position: relative;
}
.news-detail__intro-title .tags {
    justify-content: center;
}
h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 27px;
}
.news-detail__intro-title h1 {
    margin: 0;
}
.breadcrumbs {
    margin-bottom: 18px;
}
.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;

}
.news-detail__intro .breadcrumbs ul {
    justify-content: center;
}
.breadcrumbs li:not(:last-child):after {
    content: '/';
    margin: 0 4px;
}
.breadcrumbs a {
    border-bottom: 1px solid rgb(0, 137, 215, .5);
}
.news-detail__intro .breadcrumbs a {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.news-detail__intro .breadcrumbs a:hover {
    color: #0089d7;
    border-bottom-color: rgb(0, 137, 215, .5);
}
.news-detail__intro-title .breadcrumbs {
    opacity: .85;
    margin-bottom: 48px;
}
.news-detail__pre {
    border-bottom: 2px solid #f6f9fb;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
@media (min-width: 420px) {
    .news-detail__pre {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.article-text,.article-text span {
    font-size: 20px!important;
    line-height: 1.7!important;
}
.article-text h2:first-child {
    margin-top: 0;
}
.article-text img {
    max-width: 100%;
    height: auto;
}
.article-text p, .article-text ol, .article-text ul {
    margin: 0 0 1.5em;
}
h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 1.5em 0 1em
}
h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 1.5em 0 1em
}
.extra {
    padding: 20px 25px;
    overflow: hidden;
    border-left: 3px solid #c71b01;
    background: #F6F9FB;
    margin-bottom: 30px;
    font-size: 16px;
}
.article-content {
    max-height: calc(100vh - 32px);
    background: #f6f9fb;
    border-radius: 10px;
    padding: 30px;
    line-height: 1.5em;
    position: sticky;
    top: 16px;
    z-index: 1;
    overflow: auto;
}
.article-content::-webkit-scrollbar {
    width: 12px;
}
.article-content::-webkit-scrollbar-thumb {
    background: #B8B8B8;
    border: 2px solid #F6F9FB;
    border-radius: 16px;
    -webkit-border-radius: 16px;
}
.article-content:hover::-webkit-scrollbar-thumb {
    background: #999999;
}
.article-advert {
   position: sticky;
   top: 510px;
   text-align: center;
}
.article-content ol li::before {
    text-align: left;
}
.article-content ol li {
    padding-left: 20px;
}
.article-content__title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.article-content__list {
    border-bottom: 2px solid #e9ecee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.article-content__time {
    text-align: center;
}
.article-content li {
    margin-bottom: 10px;
}
body .ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    background: rgb(222,234,239);
    background: linear-gradient(0deg, rgba(222,234,239,1) 0%, rgba(246,249,251,1) 100%);
    border: 0;
    border-radius: 6px;
}
body .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
    display: none;
}
body .ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    padding: 2px 30px;
    font-size: 1rem;
    font-weight: bold;
}
body .ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
    margin-left: 0;
}
body .ya-share2__container, body .ya-share2__container .ya-share2__item {
    font-family: ProximaNova, Arial, sans-serif;
}
.ya-share2__counter {
    display: inline-block;
    vertical-align: bottom;
    line-height: 48px!important;
    color: #000;
    font-weight: normal;
    margin-left: 14px;
}
.ya-share2__counter:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 18px;
    height: 22px;
    margin-right: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22'%3E%3Cpath fill='none' stroke='%23000009' stroke-width='2px' fill-rule='evenodd' d='M4,8a3,3,0,1,1-3,3A3,3,0,0,1,4,8ZM14,1a3,3,0,1,1-3,3A3,3,0,0,1,14,1Zm0,14a3,3,0,1,1-3,3A3,3,0,0,1,14,15ZM11,6L7,9m0,4,4,3'/%3E%3C/svg%3E");
}
.article-content a, .article-text a {
    border-bottom: 1px solid rgba(0, 137, 215, 0);
}
.article-content a:hover, .article-text a:hover {
    border-bottom-color:rgba(0, 137, 215, .5);
}
.article-content__actions {
    margin-top: 13px;
}
.btn_block {
    width: 100%;
}
.btn_orange, .article-text .btn {
    background: #F5B51B;
    color: #fff;
}
.article-content ol ol {
    margin: 15px 0 15px 30px;
}
.article-content ol {
    margin-left: 0;
    text-align: left;
    list-style: none;
}
.article-content ol li {
    padding-left: 30px;
    position: relative;
}
.article-content ol ol {
    margin: 15px 0 15px 0;
}
.article-content ol {
    counter-reset: item;
}
.article-content ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    position: absolute;
    left: 0;
}
.afterword {
    margin-top: 40px;
    background: #f6f9fb;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.7;
    padding: 52px 125px;
}
.afterword__phrase {
    position: relative;
}
.afterword__phrase:before {
    content: '\201C';
    font-size: 60px;
    line-height: 60px;
    color: #f5b51b;
    position: absolute;
    left: -50px;
    top: 3px;
}
.afterword__author {
    font-weight: bold;
    margin-top: 20px;
}
.afterword__position {
    font-size: 16px;
}
.same-articles {
    margin: 60px 0;
}
.same-articles h3 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: 0;
}
.swiper-holder .swiper-slide {
    height: auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-holder .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: 0
}
.swiper-holder {
    padding-bottom: 40px;
    position: relative;
}
.swiper-holder .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}
.swiper-holder .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-button-prev, .swiper-button-next {
    opacity: 0;
    visibility: hidden;
}
.swiper-button-prev:focus, .swiper-button-next:focus {
    outline: 0;
}
.swiper-button-prev:after, .swiper-button-next:after {
    content: '';
    width: 25px;
    height: 38px;
}
.swiper-button-prev:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='38px'%3E%3Cdefs%3E%3ClinearGradient id='PSgrad_1' x1='0%25' x2='0%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='rgb(222,234,239)' stop-opacity='1'%3E%3C/stop%3E%3Cstop offset='100%25' stop-color='rgb(246,249,251)' stop-opacity='1'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill-rule='evenodd' fill='url(%23PSgrad_1)' d='M22.567,8.455 L12.018,18.985 L22.567,29.514 C24.508,31.453 24.508,34.595 22.567,36.534 C20.625,38.472 17.476,38.472 15.535,36.534 L1.471,22.494 C0.257,21.283 -0.198,19.601 0.106,18.036 C0.157,17.770 0.242,17.511 0.338,17.255 C0.355,17.210 0.361,17.162 0.379,17.117 C0.621,16.519 0.986,15.959 1.471,15.474 L15.535,1.435 C17.477,-0.503 20.625,-0.503 22.567,1.435 C24.508,3.374 24.508,6.516 22.567,8.455 Z'%3E%3C/path%3E%3C/svg%3E");
}
.swiper-button-next:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='38px'%3E%3Cdefs%3E%3ClinearGradient id='PSgrad_0' x1='0%25' x2='0%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='rgb(222,234,239)' stop-opacity='1'%3E%3C/stop%3E%3Cstop offset='100%25' stop-color='rgb(246,249,251)' stop-opacity='1'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill-rule='evenodd' fill='url(%23PSgrad_0)' d='M23.662,17.255 C23.758,17.511 23.843,17.770 23.894,18.036 C24.198,19.601 23.743,21.283 22.529,22.494 L8.465,36.534 C6.524,38.472 3.375,38.472 1.433,36.534 C-0.508,34.595 -0.508,31.453 1.433,29.514 L11.982,18.985 L1.433,8.455 C-0.508,6.516 -0.508,3.374 1.433,1.435 C3.375,-0.503 6.523,-0.503 8.465,1.435 L22.529,15.474 C23.014,15.959 23.379,16.519 23.621,17.117 C23.639,17.162 23.645,17.210 23.662,17.255 Z'%3E%3C/path%3E%3C/svg%3E");
}
@media (min-width: 1200px) {
    .swiper-holder .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        opacity: 0;
        visibility: hidden;
    }
    .swiper-holder {
        padding-bottom: 0;
    }
    .swiper-button-prev, .swiper-button-next {
        visibility: visible;
        opacity: 1;
    }
    .swiper-button-prev {
        left: -54px;
    }
    .swiper-button-next {
        right: -54px;
    }
}
.article-text img {
    margin: auto;
    display: block;
}
.article-text img.lazyload {
    opacity: 1;
    background-image: url(/local/img/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    width: 300px;
    height: 300px;
}
.comments {
    border: 2px solid #f6f9fb;
    border-radius: 10px;
    padding: 40px;
}
.inv {
    display: none;
}

.form_popup {
    background: #f6f9fb;
    color: #444;
    text-shadow: none;
    border-radius: 10px;
    text-align: center;
    max-width: 760px;
}

.form-group {
    margin-bottom: 1rem;
}

.grey-input {
    font-weight: bold;
    z-index: 10;
    width: 62px;
    padding: 6px 5px 5px;
    text-align: center;
    color: #000;
    border: 0;
    border-radius: 5px;
    background: #f6f9fb;
    -webkit-box-shadow: 2px 2px 1px #dde6e9 inset;
    box-shadow: 2px 2px 1px #dde6e9 inset;
}

.form-control {
    display: block;
    width: 100%;
    padding: 12px 18px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control.error {
    border-color: #f00;
}

.ValidationErrors {
    display: block;
    text-align: left;
    margin-bottom: 15px;
    color: #f00;
}

.form__header {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

.form__submit {
    margin: 30px 0;
}

.privacy {
    font-size: 14px;
    max-width: 500px;
    line-height: 22px;
    margin: 10px auto 0;
}

.privacy a {
    border-bottom: 1px solid rgba(0, 137, 215, 0.5);
}

.privacy a:hover {
    text-decoration: none;
}

.fancybox-fx-slide-in-out.fancybox-slide {
    transition-timing-function: ease;
}

.fancybox-fx-slide-in-out.fancybox-slide--previous {
    transform: scale(0.95);
    opacity: 0;
}

.fancybox-fx-slide-in-out.fancybox-slide--next {
    transform: scale(0.95);
    opacity: 0;
}

.fancybox-fx-slide-in-out.fancybox-slide--current {
    transform: scale(1);
    opacity: 1;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}
.search-hover .search_page {
    margin-bottom: 0;
}
.search_page form {
    display: flex;
    align-items: center;
}
.search-hover form {
    padding-top: 40px;
    padding-bottom: 40px;
}
.search_page .btn {
    height: 60px;
    margin-left: 15px;
}
.search-close {
    padding: 15px;
    margin-left: 15px;
    cursor: pointer;
}
.close-icon {
    display: block;
    width: 18px;
    height: 18px;
    background-color: #b8b8b8;
    transition: background-color 0.15s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M340.71,144.3l-6.3-6.3,6.293-6.3a1,1,0,0,0,0-1.414,0.981,0.981,0,0,0-.662-0.285H341v15A1,1,0,0,0,340.71,144.3ZM325.3,130.285a1,1,0,0,0,0,1.414l6.293,6.3-6.3,6.3a1,1,0,0,0-.289.7V130h0.958A0.979,0.979,0,0,0,325.3,130.285Zm-0.007,15.43a0.988,0.988,0,0,0,.665.285H325v-0.98A1,1,0,0,0,325.289,145.715ZM326.042,130h13.916a0.981,0.981,0,0,0-.663.285l-6.3,6.3-6.3-6.3A0.981,0.981,0,0,0,326.042,130Zm13.924,16H326.034a0.984,0.984,0,0,0,.664-0.285l6.3-6.306,6.3,6.306A0.984,0.984,0,0,0,339.966,146Zm0.744-.285a1,1,0,0,0,.29-0.7V146h-0.954A0.984,0.984,0,0,0,340.71,145.715Z' transform='translate(-325 -130)'/%3E%3C/svg%3E");
}
.search-hover {
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height .3s;
}
.search-hover.active {
    max-height: 140px;
}
.search-opener {
    padding: 20px;
    border: 0;
    height: 100%;
    background: transparent;
    margin-left: -30px;
}
.search-opener:focus {
    outline: 0;
}
.search-close:hover .close-icon {
    background-color: #0089d7;
}
.menu-toggle {
    padding: 22px;
    cursor: pointer;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background: none;
    border: 0;
    margin-left: -15px;
    overflow: visible;
}
.menu-toggle, .menu-toggle:active, .menu-toggle:focus {
    outline: 0;
}
.menu-toggle:hover {
    opacity: 1;
}
.menu-toggle .menu-toggle__inner {
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-toggle .menu-toggle__inner::before {
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.menu-toggle .menu-toggle__inner::after {
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-toggle.toggled .menu-toggle__inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-toggle.toggled .menu-toggle__inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.menu-toggle.toggled .menu-toggle__inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-toggle__box {
    width: 30px;
    height: 19px;
    display: block;
    position: relative;
}
.menu-toggle__inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}
.menu-toggle__inner, .menu-toggle__inner::before, .menu-toggle__inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.menu-toggle__inner::before, .menu-toggle__inner::after {
    content: "";
    display: block;
}
.menu-toggle__inner::before {
    top: -8px;
}
.menu-toggle__inner::after {
    bottom: -8px;
}
@media (max-width: 1559.98px) {
    .nav__holder .nav__item:nth-child(7), .nav__holder .nav__item:nth-child(8) {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .nav__holder .nav__item:nth-child(6), .nav__holder .nav__item:nth-child(5) {
        display: none;
    }
    .article-content {
        margin-bottom: 30px;
        max-height: 100%;
        overflow: hidden;
    }
    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start
    }
    .footer-copyright {
        margin-top: 30px;
        order: 2;
    }
    .header__backlink {
        display: none;
    }
    .bx-pagination {
        margin-bottom: 30px;
    }
}
@media (max-width: 991.98px) {
    .search-opener {
        margin-right: -15px;
    }
    .nav {
        position: absolute;
        left: 0;
        width: 100vw;
        top: 100%;
        padding-bottom: 30px;
        background-color: #252429;
        opacity: 0;
        visibility: hidden;
        transition: 0.2s ease;
    }
    .nav.active {
        opacity: 1;
        visibility: visible;
    }
    .nav__holder .nav__item {
        display: block!important;
    }
    .nav__item a {
        font-size: 1rem;
        text-align: center;
        display: block;
        padding: 10px 20px
    }
    .nav .header__backlink {
        display: block;
        color: #fff;
        text-align: center;
        margin-top: 30px;
    }
    .search-hover form {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .btn:not(.btn_square) {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767.98px) {
    .header__phone-button, .header__phone-button:hover {
        width: auto;
    }
    .logo {
        width: 207px;
    }
    .logo-extra {
        font-size: 13px;
    }
    .header {
        padding: 20px 0
    }
    .search_page .search__input, .search_page .search__input:focus {
        font-size: 16px;
        padding-top: 17px;
        padding-bottom: 17px;
        height: 60px;
    }
    .main-article__title {
        font-size: 30px;
    }
    .main-article__content {
        min-height: 0;
        padding-bottom: 40px
    }
    .bx-pagination .bx-pagination-container ul li span {
        height: 40px;
        min-width: 40px;
        line-height: 40px;
    }
    .bx-pagination .bx-pagination-container ul li.bx-pag-all span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev span, .bx-pagination .bx-pagination-container ul li.bx-pag-next span {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 575.98px) {
    .footer-subscribe {
        width: 100%;
    }
    .header__phone-button, .header__phone-button:hover {
        font-size: 16px;
    }
    .footer-subscribe input {
        width: auto;
        flex: 1 1 auto;
    }
    .same-articles h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .btn.header__phone-button {
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo {
        width: 100%;
        text-align: left;
    }
    .logo img {
        max-height: 40px;
    }
    .header__phone {
        margin-left: 0;
    }
    .news-detail__intro {
        min-height: auto;
    }
    .news-detail__intro-title .breadcrumbs {
        margin-bottom: 20px;
    }
    .breadcrumbs {
        font-size: 14px;
    }
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .news-detail__text .container {
        display: flex;
        flex-direction: column;
    }
    .news-detail__text .container > .row {
        order: 2;
    }
    .news-detail__content {
        order: 1;
        margin-bottom: 0;
    }
    .news-detail__pre {
        border-top: 2px solid #f6f9fb;
        border-bottom: 0;
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: 40px;
    }
    .article-text,.article-text span {
        font-size: 16px!important;
        line-height: 1.5!important;
    }
    .content {
        margin-bottom: 20px;
    }
}
@media (max-width: 419.98px) {
    .footer-subscribe {
        flex-direction: column;
    }
    .footer-subscribe .button-subscribe {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    .swiper-holder .article__tags {
        display: none
    }
    .header__phone-button, .header__phone-button:hover {
        font-size: 14px;
    }
    .news-detail__date {
        margin-bottom: 15px;
    }
    .article__image, .article__image img {
        width: 70px;
        height: 70px
    }
    .article__image {
        flex: 0 0 70px;
        margin-right: 20px
    }
    .article__date {
        margin-bottom: 15px;
    }
    .article__title {
        font-size: 18px;
    }
    .breadcrumbs {
        width: 100%;
        padding-bottom: 5px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .breadcrumbs ul {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .news-detail__intro .breadcrumbs ul {
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
}
.title {
    margin-top: 0;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
    font-weight: bold;
}
.step {
    background-color: #f6f9fb;
    position: relative;
    border-radius: 10px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.step-item__icon {
    width: 195px;
    height: 195px;
    margin: 20px auto 30px;
    border-radius: 50%;
    overflow: hidden;
}

.step-item__text {
    font-size: 20px;
    font-weight: bold;
}
.dotted-link, .dotted-link:focus {
    display: inline;
    cursor: pointer;
    text-decoration: none;
    color: #0089d7;
    border-bottom: 1px dotted;
    outline: 0;
}
.custom-file-holder {
    text-align: left;
    margin-bottom: 20px;
}

.custom-file {
    font-size: 18px;
    cursor: pointer;
    text-align: left;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0;
}

.custom-file-input {
    position: absolute;
    top: 0;
    right: 0;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    height: auto !important;
    width: auto !important;
}

.custom-file-control {
    position: relative;
    z-index: 5;
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 30px;
    margin-right: 5px;
}

.custom-file-container {
    margin-bottom: 15px;
}

.custom-file-container:empty {
    display: none;
}

.custom-file-container_min_1.MultiFile-hasfiles+div {
    display: none;
}

.MultiFile-remove.close {
    float: none;
    display: inline-block;
    vertical-align: text-top;
    opacity: 1;
    margin-left: 3px;
    color: red;
}

.MultiFile-label {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.MultiFile-label .MultiFile-label {
    margin: 0;
}

.MultiFile-remove {
    order: 2;
    margin-left: 10px;
    font-family: sans-serif;
    font-size: 0;
    color: transparent;
}

.MultiFile-remove::before {
    content: '\00D7';
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #f00;
    margin-top: -3px;
}
.additional-items {
    margin-bottom: 30px;
}
.additional-items h3 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: 0;
}
@media (max-width: 575.98px) {
    .additional-items h3 {
        font-size: 30px;
        line-height: 40px;
    }
}
.element {
    border: 2px solid #f6f9fb;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
}

.mb-0>.element {
    margin-bottom: 0;
}


/*.element:hover .element-footer {
	display: block;
}
.element:hover .element-status {
	display: none;
}
.element:hover .element-content {
	margin-top: -50px;
	background: #fff;
}
.element:hover .element-content::after {
	display: block;
}*/

.element:hover .element-footer {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all .2s ease;
}

.element:hover .element-status {
    /* opacity: 0;
     visibility: hidden;
     position: absolute;
     bottom: 0;
     transition: all .2s ease;*/
}

.element_nohover:hover .element-content {
    margin-top: 0;
}

.element_nohover:hover .element-content::after {
    display: none;
}

.element:hover .label-list {
    display: flex;
}

.element .label-list {
    display: none;
}

.element-image {
    position: relative;
    padding-bottom: 100%;
}

.element-image-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
}

.element-image-link img {
    margin: auto;
    max-height: 100%;
}

.element-name {
    margin-bottom: 10px;
    min-height: 60px;
    line-height: 1.5;
}

.element-name a:not(:hover) {
    color: #000;
}

.element-content {
    position: relative;
    padding: 10px 10px 70px;
    z-index: 2;
}

.element-content::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 50%);
    pointer-events: none;
    display: none;
    margin-bottom: -2px;
}

.element-price {
    font-size: 25px;
}

.element-status {
    display: inline-flex;
    height: 40px;
    border-radius: 5px;
    background: #e9f1f4 15px 10px no-repeat;
    align-items: center;
    padding: 0 15px 0 40px;
    white-space: nowrap;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.element-status.on {
    background-image: url(/local/img/status-on.svg);
}

.element-status.order {
    background-image: url(/local/img/status-order.svg);
}

.element-footer {
    display: -ms-flexbox;
    display: flex;
    /* opacity: 0;
      visibility: hidden;
      position: absolute;*/
    bottom: 0;
}

.element-footer .element-count {
    margin-right: 5px;
}

.element-buy {
    /*margin-top: 10px;*/
}
.element-price__individual {
    font-size: 18px;
    font-weight: bold;
}

.element-price+.element-status {
    margin-top: 15px;
}

.element-status-holder {
    margin-top: 15px;
    position: relative;
    height: 40px;
}

.element-status-holder:empty {
    display: none;
}

.additional-items .element-status-holder:empty {
    display: block;
}

.element-status-holder .element-footer {
    margin-top: 10px;
}
.catalog-section .row>.flex-column {
    margin-bottom: 30px;
}

.catalog-section .flex-column>.element {
    margin-bottom: 0;
}
.flex-column>.element {
    flex: 0 0 100%;
    min-height: 100%;
}
@media (max-width: 991.98px) {
    .catalog-section .row>.flex-column {
        margin-bottom: 0;
    }
    .element-name {
        line-height: 1.38;
        word-break: break-word;
        font-size: 14px;
        min-height: 0;
    }
    .element-status-holder {
        padding: 0;
        margin-top: 5px;
    }
    .element-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    .element-status {
        font-weight: 400;
        font-size: 13px;
        padding-right: 0;
        padding-left: 13px;
        height: auto;
        background: none!important;
        position: relative;
    }
    .element-status:before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
    }
    .element-status.on {
        color: #5fa800;
    }
    .element-status.order {
        color: #999;
    }
    .element-status.on:before {
        background: #5fa800;
    }
    .element-status.order:before {
        background: #999;
    }
    .catalog-section .row, .b-product-tiles_full .row {
        margin-left: 0;
        margin-right: 0;
    }
    .catalog-section .row > .col,.b-product-tiles_full .row > .col {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
    [data-entity="items-row"] {
        border-left: 2px solid #f6f9fb;
        border-top: 2px solid #f6f9fb;
        margin-bottom: 30px;
    }
    .offset-top [data-entity="items-row"] .w-20 {
        padding: 0;
    }
    [data-entity="items-row"] .category-item__image {
        height: auto;
        position: relative;
        padding-bottom: 80%;
        margin-bottom: 20px;
    }
    [data-entity="items-row"] .category-item__image img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    [data-entity="items-row"] .element {
        height: 100%;
    }
    .element:not(.element_default) {
        border-radius: 0;
        border-left: 0;
        border-top: 0;
    }
    .element-buy .button--buy {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        width: 100%;
    }
    .element-footer {
        display: block;
    }
    .element-price__individual {
        font-size: 14px;
        line-height: 1.38;
        display: block;
    }
    .offset-top {
        padding-top: 40px;
    }
    .element-footer .btn {
        display: block;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}
@media (max-width: 767.98px) {
    .element:not(.element_default) .element-image {
        padding-bottom: 80%;
        margin: 10px 10px 0;
    }
    .element-image_full {
        margin: 0!important;
    }
    .element-image_full img {
        border-radius: 0!important;
        width: 100%!important;
        object-fit: cover;
    }
    .offset-top {
        padding-top: 30px;
    }
}
.same-articles .swiper-container {
    overflow: hidden;
}
.element-slider .flex-column:first-child .element {
    border-left: 2px solid #f6f9fb;
}
.element-slider .flex-column .element {
    border-top: 2px solid #f6f9fb;
}
.element-slider .flex-column {
    height: auto;
}
.element-slider {
    padding-bottom: 40px;
}
.element-slider.swiper-horizontal>.swiper-scrollbar {
    left: 0;
    width: 100%;
    height: 4px;
    background: #e9eff0;
    opacity: 1;
    transition: .15s ease;
}
.element-slider .swiper-scrollbar-drag {
    height: 10px;
    margin-top: -3px;
    background: #F5B51B;
}
.element-slider.swiper-horizontal:hover>.swiper-scrollbar {
    opacity: 1;
}
.before-after {
    margin: 30px 0;
}
.b-about-certif__item {
    display: block;
    padding: 20px;
    text-align: center;
    box-sizing:border-box;
}
.docs-swiper .swiper-slide {
    height: auto;
}
.b-about-certif__img-wrap {
    display: flex;
    height: 270px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.b-about-certif__img-wrap img {
    max-height: 270px;
}
@media (max-width: 767.98px) {
    .b-about-certif__img-wrap {
        height: 150px;
    }
    .b-about-certif__img-wrap img {
        max-height: 150px;
    }
}
.b-about-certif__img-wrap img {
    max-width: 100%;
}
.b-about-certif__text {
    display: block;
    margin-bottom: 20px;
}
.b-about-certif__download a {
    color: #B2B2B2;
}
.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 30px 0;
}

.videowrapper iframe,
.videowrapper object,
.videowrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-advert-top {
    position: sticky;
    top: 10px;
    text-align: center;
}

.topBtn{
    position: fixed;
    bottom: 108px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #F5F5F5;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
    z-index: 100;
}
.topBtn.is-show{
    opacity: 1;
    visibility: visible; 
}
.topBtn:hover{
    background: #D6D6D6;
}

@media (max-width: 967.98px) {
    .topBtn{
        right:  165px
       }
}


@media (max-width: 767.98px) {
    .topBtn{
        right: 45px;
    }
}

@media (max-width: 575.98px) {
    .topBtn{
        right: 25px;
    }
}

.top_sub_forms__form{}

.top_sub_forms__form .footer-subscribe{
    display: flex;
    flex-wrap: wrap;
}

.top_sub_forms__form .footer-subscribe input {
    width: 100%;
}

.top_sub_forms__form .footer-subscribe  a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
    margin: 10px 0 0;
}

.top_sub_forms__form .footer-subscribe  svg{
    position: relative;
    top: 0;
    left: 0;
}

.top_sub_forms__main{
    display: none;
}

@media (max-width: 767.98px) {
.top_sub_forms__left{
    display: none;
}

.top_sub_forms__main{
    display: block;
}

}

@media (min-width: 767px) and (max-width: 768px){
    .article .article__title {
        font-size: 14px;
    }
}
