.hidden {
    display: none !important;
}

.mt-20 {
    margin-top: 20px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}

h4.h4-small {
    font-size: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
}

div.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.clearfix {
    clear: both !important;
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left; /*height:100%;*/
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide, .slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*! Scrollyeah - v0.3.2 - 2014-04-11
* <a href="https://github.com/artpolikarpov/scrollyeah">https://github.com/artpolikarpov/scrollyeah</a>
* Copyright (c) 2014 Artem Polikarpov; Licensed MIT */
.scrollyeah {
    cursor: default;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.scrollyeah, .scrollyeah__wrap {
    *zoom: 1;
    overflow: hidden
}

.scrollyeah__shaft {
    float: left
}

.scrollyeah__parallax, .scrollyeah__shaft {
    left: 0;
    position: relative
}

.scrollyeah_active .scrollyeah__shaft {
    *cursor: move !important;
    cursor: grab
}

.scrollyeah_active .scrollyeah__shaft_grabbing, .scrollyeah_active .scrollyeah__shaft_grabbing * {
    cursor: grabbing
}

.scrollyeah__shadow {
    *display: none !important;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%;
    bottom: 0;
    display: block;
    height: auto;
    position: absolute;
    text-decoration: none;
    top: 0;
    transition-duration: 333ms, 333ms;
    transition-property: left, right;
    transition-timing-function: cubic-bezier(.1, 0, .25, 1), cubic-bezier(.1, 0, .25, 1);
    width: 10px;
    z-index: 10
}

.scrollyeah__shadow_prev {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .5), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.scrollyeah__shadow_next {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .5), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.scrollyeah_shadow .scrollyeah__shadow_prev {
    left: 0
}

.scrollyeah_shadow .scrollyeah__shadow_next {
    right: 0
}

.scrollyeah_shadow_no-left .scrollyeah__shadow_prev {
    left: -10px
}

.scrollyeah_shadow_no-right .scrollyeah__shadow_next {
    right: -10px
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner, .fancybox-outer, body, html {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(../img/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox_loading.gif) center center no-repeat
}

.fancybox-close, .fancybox-nav {
    position: absolute;
    cursor: pointer;
    z-index: 8040
}

.fancybox-close {
    right: -18px;
    top: -18px;
    width: 36px;
    height: 36px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(../img/blank.gif);
    -webkit-tap-highlight-color: transparent
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock, .fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, .85)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@font-face {
    font-family: 'Gerbera';
    src: url(/assets/fonts/subset-Gerbera-Medium.eot);
    src: local("Gerbera Medium"),
    url(/assets/fonts/subset-Gerbera-Medium.eot) format("embedded-opentype"),
    url(/assets/fonts/subset-Gerbera-Medium.woff2) format("woff2"),
    url(/assets/fonts/subset-Gerbera-Medium.woff) format("woff"),
    url(/assets/fonts/subset-Gerbera-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Gerbera';
    src: url(/assets/fonts/subset-Gerbera.eot);
    src: local("Gerbera"),
    url(/assets/fonts/subset-Gerbera.eot?) format("embedded-opentype"),
    url(/assets/fonts/subset-Gerbera.woff2) format("woff2"),
    url(/assets/fonts/subset-Gerbera.woff) format("woff"),
    url(/assets/fonts/subset-Gerbera.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

body, html {
    background-color: #fff;
    font-size: 16px;
    font-family: 'Gerbera', Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    height: 100%
}

html {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none
}

.loader {
    position: relative;
    margin: 15px auto;
    font-size: 0;
    text-align: center
}

.loader_active {
    display: block
}

.loader__figure {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 35px;
    height: 35px
}

.loader__circle {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #0074d7;
    border-radius: 50%;
    left: 0;
    transition: .2s transform
}

.loader__circle:nth-child(1) {
    left: 5px;
    top: 5px;
    -webkit-animation: 1s loaderPulsation linear infinite;
    animation: 1s loaderPulsation linear infinite
}

.loader__circle:nth-child(2) {
    left: 20px;
    top: 5px;
    -webkit-animation: 1s loaderPulsation .3s linear infinite;
    animation: 1s loaderPulsation .3s linear infinite
}

.loader__circle:nth-child(3) {
    left: 20px;
    top: 20px;
    -webkit-animation: 1s loaderPulsation .6s linear infinite;
    animation: 1s loaderPulsation .6s linear infinite
}

@-webkit-keyframes loaderPulsation {
    0%, to {
        transform: scale(1)
    }
    50% {
        transform: scale(.6)
    }
}

@keyframes loaderPulsation {
    0%, to {
        transform: scale(1)
    }
    50% {
        transform: scale(.6)
    }
}

.avertpro-logo {
    width: 250px;
    height: 40px;
    fill: #fff;
    transition: .2s fill;
    margin-left: -5px;
}

.avertpro-logo_dark {
    fill: #3c3d41
}

.green-back {
    background-color: #dde5e5;
    padding: 70px 0
}

.banner {
    position: relative;
    overflow: hidden;
    background-color: #555
}

.banner__image {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto
}

.blue-button {
    margin-top: 40px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    width: 100%;
    border: none;
    border-radius: 10px;
    height: 80px;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    font-family: 'Gerbera', Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #0074d7;
    transition: .2s background
}

.blue-button:hover {
    background-color: #028afc;
    transition: 0s background
}

.blue-button:active {
    background-color: #005cad;
    top: 1px
}

.blue-button, .subscribe-form {
    position: relative
}

.subscribe-form__input, .subscribe-form__submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 42px;
    border: none
}

.subscribe-form__input {
    display: block;
    box-sizing: border-box;
    font-size: 11px;
    font-family: 'Gerbera', Helvetica, Arial, sans-serif;
    padding: 0 52px 0 10px;
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 10px
}

.subscribe-form__submit {
    position: absolute;
    cursor: pointer;
    outline: none;
    right: 0;
    top: 0;
    width: 42px;
    border-radius: 0 10px 10px 0;
    background-color: #c2d0d0;
    transition: .2s background
}

.subscribe-form__submit:hover {
    background-color: #a5baba;
    transition: 0s background
}

.subscribe-form__submit:active {
    background-color: #6c8d8d
}

.subscribe-form__submit svg {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 13px
}

.header-wrapper {
    position: relative;
    background-color: #dde5e5;
    z-index: 100
}

.header-wrapper__bg, .header-wrapper__bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.header-wrapper__bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.header-wrapper__bg::before {
    content: '';
    background: rgba(0, 0, 0, .6)
}

.header {
    position: relative;
    z-index: 50;
    box-sizing: border-box
}

.header_relative {
    position: relative;
    background-color: #dde5e5;
    padding-bottom: 0
}

.header__content, .header__top {
    position: relative;
    margin: 0 auto
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    max-width: 1300px;
    padding: 20px 20px 0
}

.header__blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s all
}

.header_index {
    padding-bottom: 0;
    transition: .2s background
}

.header_index:hover .header__blur {
    -webkit-backdrop-filter: saturate(140%) blur(5px);
    backdrop-filter: saturate(140%) blur(5px)
}

.text-header {
    position: relative;
    padding: 45px 20px 60px
}

.text-header__content {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
    transition: .2s padding
}

.text-header__content_has-submenu {
    padding-left: 100px
}

.text-header__content_tight {
    padding-left: 290px
}

.text-header__open-submenu {
    position: absolute;
    left: 0;
    top: 55px;
    width: 50px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    border: none;
    background-color: transparent;
    overflow: hidden
}

.text-header__open-submenu i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 1px #fff solid;
    transition: .2s transform
}

.text-header__open-submenu i:nth-of-type(1) {
    transform: translateX(-35px)
}

.text-header__open-submenu i:nth-of-type(2) {
    top: 7px;
    transform: translateX(-40px)
}

.text-header__open-submenu i:nth-of-type(3) {
    top: 14px;
    transform: translateX(-45px)
}

.text-header__open-submenu:hover i:nth-of-type(1) {
    transform: translateX(-30px)
}

.text-header__open-submenu:hover i:nth-of-type(2) {
    transform: translateX(-35px)
}

.text-header__open-submenu:hover i:nth-of-type(3) {
    transform: translateX(-40px)
}

.text-header__open-submenu_active i:nth-of-type(1), .text-header__open-submenu_active:hover i:nth-of-type(1) {
    transform: translateX(0)
}

.text-header__open-submenu_active i:nth-of-type(2), .text-header__open-submenu_active:hover i:nth-of-type(2) {
    transform: translateX(-15px)
}

.text-header__open-submenu_active i:nth-of-type(3), .text-header__open-submenu_active:hover i:nth-of-type(3) {
    transform: translateX(-25px)
}

.text-header__open-submenu_dark i {
    border-top: 1px #333 solid
}

.text-header__title {
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0
}

.header-menu__content_white .header-menu__link:hover, .header-menu__content_white .header-menu__link:visited:hover, .text-header__title_red {
    color: #0074d7
}

.text-header__title_no-mb {
    margin-bottom: 0
}

.text-header__text {
    font-size: 20px;
    max-width: 940px
}

.text-header__text_dark {
    color: #595f6f
}

.text-header__text p {
    margin: 0;
    line-height: 1.25
}

.text-header__text p:not(:last-of-type) {
    margin-bottom: 20px
}

.login-link {
    font-size: 14px;
    color: #595f6f;
    text-decoration: none;
    font-weight: 400;
    white-space: nowrap;
    transition: .2s color;
    flex-shrink: 0;
    margin-left: 30px
}

.login-link:hover {
    color: #0074d7;
    transition: 0s color
}

.login-link span, .login-link svg {
    display: inline-block;
    vertical-align: middle
}

.login-link span {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.login-link svg {
    margin-left: 20px;
    width: 35px;
    height: 35px;
    fill: #595f6f;
    transition: .2s fill
}

.login-link:hover svg {
    fill: #0074d7;
    transition: 0s fill
}

.header-menu__content_white .header-menu__link, .header-menu__content_white .header-menu__link:visited, .login-link_white {
    color: #fff
}

.index-hero__scroll svg, .login-link_white svg {
    fill: #fff
}

.header-menu {
    font-size: 0;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px
}

.header-menu__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px #595f6f solid;
    border-bottom: 1px #595f6f solid
}

.header-menu__content_white {
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid
}

.header-menu__content_white .header-menu__link_active, .header-menu__content_white .header-menu__link_active:visited {
    color: #0074d7
}

.header-menu__content_no-bb {
    border-bottom: none;
    padding-bottom: 1px
}

.header-menu__content_small {
    border: none !important;
    display: block;
    margin: 0;
    padding-right: 0
}

.header-menu__content_static {
    border-top: none
}

.header-menu__links {
    margin: 0 -20px;
    padding: 0 20px 0 0;
    list-style-type: none;
    position: relative;
    z-index: 20
}

.header-menu__link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    color: #595f6f;
    position: relative;
    display: inline-block;
    padding: 35px 0;
    margin-bottom: -1px;
    border-bottom: 1px transparent solid;
    transition: .2s color, .2s border;
    z-index: 20
}

.header-menu__link:first-of-type {
    margin-left: 20px
}

.header-menu__link:visited {
    color: #595f6f
}

.header-menu__link:hover {
    color: #0074d7;
    border-bottom: 1px #0074d7 solid;
    transition: 0s color, 0s border
}

.header-menu__link:not(:last-of-type) {
    margin-right: 20px
}

.header-menu__link_active, .header-menu__link_active:visited, .static-content h1.red, .static-content h2.red, .static-content h3.red, .static-content h4.red, .static-content h5.red, .static-content h6.red {
    color: #0074d7
}

.header-menu__user-area {
    position: relative
}

.header-menu_small {
    display: block;
    margin: 0;
    padding-right: 0
}

.header-menu_static { /*padding:0*/
}

.footer {
    position: relative;
    background-color: #4e4f54;
    color: #fff;
    padding: 65px 20px
}

.footer__content {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    display: flex
}

.footer__content .avertpro-logo {
    margin-bottom: 10px
}

.footer__col {
    position: relative;
    box-sizing: border-box;
    padding-right: 70px;
    width: 23%
}

.footer__col_news {
    padding-right: 0
}

.footer__col_info {
    width: 54%;
    font-size: 12px
}

.footer__col_contacts a, .footer__col_contacts a:visited {
    color: inherit;
    text-decoration: none;
    transition: .2s color
}

.footer__col_contacts a:hover, .footer__col_contacts a:visited:hover {
    color: #0074d7;
    transition: 0s color
}

.footer__title {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0
}

.footer__text {
    max-width: 475px;
    margin-bottom: 20px
}

.footer__text p {
    margin: 0;
    line-height: 1.2
}

.footer__text p:not(:last-of-type) {
    margin-bottom: 15px
}

.footer__copyrights p {
    margin: 0
}

.footer__copyrights p:not(:last-of-type), .user-popup__contacts li:not(:last-of-type) {
    margin-bottom: 5px
}

.index-hero {
    position: relative;
    background-color: #000;
    height: 100%;
    min-height: 560px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.index-hero__content {
    color: #fff;
    z-index: 20;
    position: relative;
    margin: 3rem 0;
    flex-grow: 1;
}

.index-hero__background, .index-hero__background::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.index-hero__background::before {
    content: '';
    z-index: 10;
    background: rgba(38, 38, 38, .6)
}

.index-hero__button-area, .index-hero__scroll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.index-hero__button-area {
    left: 0;
    display: inline-block;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    box-sizing: border-box;
    right: 0
}

.index-hero__scroll {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    opacity: .7;
    border: none;
    background-color: transparent;
    right: 20px;
    transition: .2s opacity
}

.index-hero__scroll_prev {
    transform: rotate(180deg) translateY(-50%);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    right: auto;
    left: 20px
}

.index-hero__scroll:hover {
    opacity: 1;
    transition: 0s opacity
}

.index-slides {
    /*position          : relative;*/
    /*top               : 50%;*/
    /*-webkit-transform : translateY(-50%);*/
    /*transform         : translateY(-50%)*/
}

.index-slides__slide {
    outline: none;
    opacity: .4;
    transition: .2s opacity;
    padding: 0 20px;
    overflow: hidden
}

.index-slides__slide.slick-active {
    opacity: 1
}

.index-slides__content {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    box-sizing: border-box
}

.index-slides__title {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em
}

.index-slides__text {
    max-width: 940px;
    font-size: 20px
}

.index-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 20;
    left: 0;
    right: 0;
    box-sizing: border-box;
    bottom: 50px;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 0
}

.index-bottom__social {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13%
}

.index-bottom__social a, .index-bottom__social a:visited {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none
}

.index-bottom__social a:not(:last-child), .index-bottom__social a:visited:not(:last-child) {
    margin-right: 35px
}

.index-bottom__social a svg, .index-bottom__social a:visited svg {
    transition: .2s fill;
    fill: #fff
}

.index-bottom__social a:hover svg, .index-bottom__social a:visited:hover svg {
    fill: #0074d7;
    transition: 0s fill
}

.index-bottom__phone {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    transition: .2s color;
    text-decoration: none
}

.index-bottom__phone:hover, .news-list__item:hover .news-list__title {
    color: #0073d5;
    transition: 0s color
}

.index-bottom__sky {
    position: absolute;
    right: 20px;
    top: -35px
}

.static-content {
    position: relative;
    max-width: 1340px;
    padding: 30px 20px 0;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 0;
    color: #595f6f;
    transition: .2s padding
}

.static-content h1, .static-content h2, .static-content h3, .static-content h4, .static-content h5, .static-content h6 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    padding: 50px 0;
    font-weight: 500
}

.static-content h1.bigger, .static-content h2.bigger, .static-content h3.bigger, .static-content h4.bigger, .static-content h5.bigger, .static-content h6.bigger {
    font-size: 35px
}

.static-content img {
    max-width: 100%;
    max-height: 400px;
    height: auto;
    margin-right: 40px
}

.static-content blockquote {
    position: relative;
    margin: 50px 0;
    color: #0074d7;
    text-transform: uppercase;
    font-weight: 500
}

.static-content blockquote p {
    font-size: 20px
}

.static-content p {
    font-size: 17px;
    line-height: 1.4;
    margin: 0
}

.static-content p:not(:last-of-type), .static-submenu ul li:not(:last-of-type) {
    margin-bottom: 25px
}

.static-content p a, .static-content p a:visited {
    color: #0074d7;
    text-decoration: none
}

.static-content p a:hover, .static-content p a:visited:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none
}

.static-content__wide-image {
    position: relative;
    margin-bottom: 55px;
    padding-top: 30px
}

.static-content__wide-image img {
    margin-right: 0
}

.static-content__image-list {
    padding-top: 30px;
    margin-bottom: 55px;
    font-size: 0
}

.static-content__image-list img {
    max-width: 600px;
    margin-bottom: 40px
}

.static-content__image, .static-content__image .note {
    display: inline-block;
    vertical-align: top
}

.static-content__image .note {
    margin: 0;
    max-width: 150px;
    font-size: 16px;
    color: #b8b8b8;
    line-height: 1.5
}

.static-content__aside-block {
    display: flex;
    justify-content: space-between
}

.static-content__col {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    width: 50%;
    box-sizing: border-box
}

.static-content__col img {
    margin-bottom: 25px;
    margin-right: 0
}

.static-content__col_wide {
    display: block;
    width: auto
}

.static-content__col_right {
    padding-left: 50px
}

.static-content_has-submenu {
    padding-left: 120px
}

.static-content_tight {
    padding-left: 310px
}

.static-slider {
    position: relative;
    margin-bottom: 50px
}

.static-slider__slide {
    outline: none
}

.static-slider__slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.static-slider__arrow {
    width: 42px;
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    background-color: #0074d7
}

.static-slider__arrow svg {
    fill: #fff;
    position: relative
}

.static-slider__arrow_prev {
    left: -20px
}

.static-slider__arrow_next {
    right: -20px
}

.static-slider__arrow_next svg {
    left: 1px
}

.static-slider__arrow:hover {
    background-color: #ef343b
}

.static-slider__arrow:active {
    background-color: #c61017
}

.aside {
    width: 240px;
    flex-shrink: 0;
    margin-left: 25px
}

.aside__content {
    box-sizing: border-box;
    background-color: #f2f2f2;
    padding: 25px 20px
}

.aside__title {
    margin: 0 0 35px !important;
    font-weight: 500;
    padding: 0 !important;
    font-size: 20px !important;
    color: #0074d7;
    text-transform: uppercase
}

.aside__text p {
    font-size: 15px;
    margin: 0
}

.aside__text p:not(:last-of-type) {
    margin-bottom: 10px
}

.static-submenu {
    position: absolute;
    left: 20px;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    width: 240px;
    z-index: 20;
    transition: .2s opacity, .2s visibility, .2s transform;
    transform: translateY(5px)
}

.static-submenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.static-submenu ul li {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500
}

.static-submenu ul li a, .static-submenu ul li a:visited {
    color: #595f6f;
    text-decoration: none
}

.profile-aside__section-link:visited:hover, .static-submenu ul li a:hover, .static-submenu ul li a:visited:hover {
    color: #0074d7
}

.static-submenu ul li a.active, .static-submenu ul li a:visited.active {
    color: #b8b8b8
}

.static-submenu_active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.news-list {
    position: relative;
    padding: 50px 20px;
    max-width: 1300px;
    margin: 0 auto;
    color: #595f6f
}

.news-list__group {
    display: flex;
    justify-content: space-between
}

.news-list__day {
    width: 190px;
    flex-shrink: 0;
    margin: -1px 0 0;
    padding: 40px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2
}

.news-list__day_current {
    color: #4285f4;
    font-weight: 700
}

.news-list__item {
    border-top: 1px #dde5e5 solid;
    display: block;
    padding-bottom: 40px;
    position: relative;
    margin-top: -1px;
    text-decoration: none;
    color: #595f6f
}

.news-list__item:last-of-type {
    border-bottom: 1px #dde5e5 solid
}

.news-list__title {
    padding: 40px 0;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    transition: .2s color
}

.news-list__text {
    font-size: 15px;
    line-height: 1.6
}

.news-list__text p {
    margin: 0
}

.news-list__text p:not(:last-of-type) {
    margin-bottom: 20px
}

.thumb-links {
    position: relative;
    padding: 50px 20px 30px;
    max-width: 1300px;
    font-size: 0;
    margin: 0 auto
}

.thumb-links__section-title {
    font-size: 40px !important;
    text-transform: uppercase;
    margin: 0 0 50px;
    font-weight: 500;
    color: #3c3d41;
    padding-top: 40px;
    border-top: 2px #3c3d41 solid
}

.thumb-links__row {
    display: flex
}

.thumb-links__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    font-size: 25px;
    color: #3c3d41;
    transition: .2s color;
    padding: 0 40px 60px 0;
    box-sizing: border-box
}

.thumb-links__item:hover {
    color: #0074d7;
    transition: 0s color
}

.thumb-links__item_short {
    width: 22%
}

.thumb-links__item_wide {
    width: 44%
}

.thumb-links__item_normal {
    width: 33%
}

.thumb-links__image {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 300px
}

.thumb-links__title {
    margin: 0 !important;
    font-weight: 400 !important;
    font-size: 26px !important;
    padding: 0 !important
}

.thumb-links__text {
    display: inline-block;
    margin: 10px 0 0;
    position: relative;
    max-width: 100%;
    color: #b8b8b8;
    font-size: 15px;
    line-height: 1.3
}

.thumb-links_static {
    padding-left: 0;
    padding-right: 0
}

.user-popup, .user-popup::before {
    position: absolute;
    background-color: #fff
}

.user-popup {
    padding: 40px 30px 35px;
    box-sizing: border-box;
    box-shadow: 0 0 16px -4px #5a6868;
    border-radius: 5px;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: .2s opacity, .2s visibility, .2s transform;
    width: 330px;
    right: -10px;
    top: 100%
}

.user-popup::before {
    content: '';
    right: 22px;
    top: -6px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg)
}

.user-popup__name {
    position: relative;
    margin: 0 0 25px;
    line-height: 1.3;
    font-size: 15px;
    text-transform: uppercase;
    color: #0074d7;
    font-weight: 500;
    letter-spacing: .1em
}

.user-popup__contacts {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.user-popup__contacts li {
    font-size: 12px
}

.user-popup__contacts li a, .user-popup__contacts li a:visited {
    color: #595f6f;
    text-decoration: none;
    transition: .2s color
}

.user-popup__contacts li a:hover, .user-popup__contacts li a:visited:hover {
    color: #0074d7;
    transition: 0s color
}

.user-popup__sections {
    list-style-type: none;
    margin: 25px 0 0;
    padding: 25px 0 0;
    border-top: 1px #c2d0d0 solid
}

.user-popup__sections li {
    font-size: 15px
}

.user-popup__sections li:not(:last-of-type) {
    margin-bottom: 15px
}

.user-popup__sections li a, .user-popup__sections li a:visited {
    color: #595f6f;
    text-decoration: none;
    transition: .2s color
}

.user-popup__sections li a:hover, .user-popup__sections li a:visited:hover {
    color: #0074d7;
    transition: 0s color
}

.user-popup_active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.signin-popup {
    display: none;
    max-width: 500px;
    background-color: #dde5e5;
    border-radius: 10px;
    padding: 0 20px;
    box-sizing: border-box
}

.signin-popup__content {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    padding: 50px 0
}

.signin-popup__label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #b8b8b8;
    margin-bottom: 2px
}

.signin-popup__title {
    font-size: 30px;
    text-align: center;
    color: #262626;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 50px;
    margin-top: 0
}

.signin-popup__input {
    display: block;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-family: 'Gerbera', Helvetica, Arial, sans-serif;
    background-color: transparent;
    border: none;
    border-bottom: 1px #c6c8c8 solid;
    outline: none
}

.signin-popup__recover {
    color: #1a47b0
}

.signin-popup__recover:hover {
    text-decoration: none
}

.signin-popup__submit {
    margin-top: 50px;
    position: relative;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    width: 100%;
    border: none;
    border-radius: 10px;
    height: 40px;
    padding: 5px 0 0;
    font-size: 20px;
    font-family: 'Gerbera', Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #0074d7;
    transition: .2s background;
    text-transform: uppercase
}

.signin-popup__submit:hover {
    background-color: #ef343b;
    transition: 0s background
}

.signin-popup__submit:active {
    background-color: #c61017;
    top: 1px
}

.contacts-page {
    position: relative;
    padding: 70px 20px;
    max-width: 1300px;
    margin: 0 auto
}

.contacts-info {
    position: relative;
    display: flex;
    justify-content: space-between
}

.contacts-info__details {
    width: 100%;
    padding-right: 140px;
    box-sizing: border-box
}

.contacts-info__downloads {
    position: relative;
    box-sizing: border-box;
    width: 240px;
    padding: 40px 20px;
    flex-shrink: 0;
    background-color: #f2f2f2
}

.contacts-info__downloads h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 30px;
    color: #0074d7;
    font-weight: 500
}

.contacts-info__downloads a, .contacts-info__downloads a:visited {
    display: block;
    text-decoration: none;
    padding: 25px 0;
    position: relative;
    font-size: 15px;
    margin-top: -1px;
    color: #595f6f;
    border-top: 1px #c2d0d0 solid;
    border-bottom: 1px #c2d0d0 solid;
    transition: .2s color
}

.contacts-info__downloads a:hover, .contacts-info__downloads a:visited:hover {
    color: #0074d7;
    transition: 0s color
}

.contacts-row {
    position: relative;
    display: flex;
    padding: 60px 0;
    border-top: 1px #c2d0d0 solid;
    font-size: 20px
}

.contacts-row:last-of-type {
    border-bottom: 1px #c2d0d0 solid
}

.contacts-row h5, .contacts-row p {
    margin: 0;
    font-size: 20px;
    color: #595f6f
}

.contacts-row h5 {
    width: 195px;
    flex-shrink: 0;
    font-weight: 400
}

.contacts-row a, .contacts-row a:visited {
    color: inherit;
    text-decoration: none;
    transition: .2s color
}

.contacts-row a:hover, .contacts-row a:visited:hover {
    color: #0074d7;
    transition: 0s color
}

.contacts-map {
    height: 500px;
    background-color: #444;
    margin-top: 70px
}

.contacts-m iframe {
    border: 0;
}

.profile-page {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    padding: 70px 20px
}

.profile-page__content {
    padding-right: 140px;
    font-size: 0
}

.profile-page__content_edit {
    width: 46%;
    box-sizing: border-box;
    padding-right: 0
}

.profile-page__content h4 {
    font-weight: 500;
    margin: 0 0 55px;
    text-transform: uppercase;
    font-size: 20px;
    color: #0074d7
}

.profile-page__content h4.partner-title {
    font-size: 50px
}

.profile-page__files {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.profile-page__files li {
    font-size: 15px;
    color: #595f6f
}

.profile-page__files li:not(:last-child) {
    margin-bottom: 40px
}

.profile-page__files li a, .profile-page__files li a:visited {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    transition: .2s color;
    padding-left: 55px
}

.profile-page__files li a:hover, .profile-page__files li a:visited:hover {
    color: #0074d7;
    transition: 0s color
}

.profile-page__files li a svg, .profile-page__files li a:visited svg {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: -2px
}

.profile-page .static-content {
    padding: 0
}

.profile-aside {
    position: relative;
    width: 435px;
    box-sizing: border-box;
    padding: 50px;
    background-color: #f2f2f2;
    flex-shrink: 0
}

.profile-aside__name {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-size: 20px;
    cursor: default;
    color: #0074d7;
    font-weight: 500
}

.profile-aside__name_inactive {
    color: #b8b8b8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.profile-aside__contacts {
    list-style-type: none;
    padding: 0;
    margin: 0 0 35px
}

.profile-aside__contacts li {
    color: #595f6f;
    font-size: 15px;
    line-height: 1.6
}

.profile-aside__contacts li a, .profile-aside__contacts li a:visited {
    color: inherit;
    text-decoration: none;
    transition: .2s color
}

.profile-aside__contacts li a.inactive, .profile-aside__contacts li a:visited.inactive {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #b8b8b8;
    pointer-events: none
}

.profile-aside__contacts li a:hover, .profile-aside__contacts li a:visited:hover {
    color: #0074d7;
    transition: 0s color
}

.profile-aside__section {
    padding: 35px 0;
    border-top: 1px #c2d0d0 solid
}

.profile-aside__section:last-child {
    border-bottom: 1px #c2d0d0 solid
}

.profile-aside__title {
    font-weight: 400;
    font-size: 15px;
    color: #595f6f;
    margin: 0;
    position: relative
}

.profile-aside__section-link {
    font-size: 15px;
    color: #595f6f;
    text-decoration: none;
    transition: .2s color;
    position: relative
}

.profile-aside__section-link_active::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 7px;
    left: -30px;
    border-radius: 50%;
    background-color: #0074d7
}

.profile-aside__section-link:visited {
    color: #595f6f
}

.profile-aside__links {
    list-style-type: none;
    margin: 25px 0 0;
    padding: 0 0 0 25px;
    font-size: 13px
}

.profile-aside__links li {
    line-height: 1.9;
    color: #595f6f
}

.profile-aside__links li a, .profile-aside__links li a:visited {
    text-decoration: none;
    color: inherit;
    transition: .2s color
}

.profile-aside__links li a:hover, .profile-aside__links li a:visited:hover, .profile-aside__section-link:hover {
    color: #0074d7;
    transition: 0s color
}

.profile-aside__edit-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    cursor: pointer;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
    right: 40px;
    top: 55px;
    z-index: 20
}

.profile-aside__edit-button svg {
    fill: #c2d0d0;
    transition: .2s fill
}

.profile-aside__edit-button:hover svg {
    fill: #b4c5c5;
    transition: 0s fill
}

.profile-aside__edit-button_active svg, .profile-aside__edit-button_active:hover svg {
    fill: #0074d7
}

.mobile-profile-info {
    position: relative
}

.mobile-profile-info__name {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: default;
    color: #0074d7;
    font-weight: 500
}

.mobile-profile-info__contacts {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px
}

.mobile-profile-info__contacts li {
    color: #595f6f;
    font-size: 13px;
    line-height: 1.4
}

.mobile-profile-info__contacts li:not(:last-of-type) {
    margin-bottom: 10px
}

.mobile-profile-info__contacts li a, .mobile-profile-info__contacts li a:visited {
    color: inherit;
    text-decoration: none;
    transition: .2s color
}

.mobile-profile-info__contacts li a:hover, .mobile-profile-info__contacts li a:visited:hover, .partners-item:hover .partners-item__title {
    color: #0074d7;
    transition: 0s color
}

.profile-mobile-submenu {
    position: relative;
    z-index: 20;
    margin-left: -20px;
    margin-right: -20px
}

.profile-mobile-submenu__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 25px 40px 15px 20px;
    margin: 0 0 25px
}

.profile-mobile-submenu__title_active {
    background-color: #f2f2f2
}

.profile-mobile-submenu__title_active svg {
    transform: rotate(90deg)
}

.profile-mobile-submenu__title svg {
    fill: #595f6f;
    position: absolute;
    top: 25px;
    right: 10px;
    transition: .2s transform
}

.profile-mobile-submenu__layer {
    position: absolute;
    background-color: #f2f2f2;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    box-shadow: 0 10px 10px 1px rgba(89, 95, 111, .14)
}

.profile-mobile-submenu__layer_active {
    display: block
}

.profile-mobile-submenu__content {
    padding: 25px 20px
}

.profile-mobile-submenu__links {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.profile-mobile-submenu__links li {
    font-size: 14px;
    color: #595f6f
}

.profile-mobile-submenu__links li:not(:last-of-type) {
    margin-bottom: 25px
}

.profile-mobile-submenu__links li a, .profile-mobile-submenu__links li a:visited {
    text-decoration: none;
    color: inherit
}

.profile-mobile-submenu__links li a:hover, .profile-mobile-submenu__links li a:visited:hover {
    color: #0074d7
}

.edit-profile {
    position: relative;
    width: 100%;
    max-width: 600px
}

.edit-profile__title {
    font-size: 20px;
    color: #0074d7;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 500
}

.edit-profile label {
    display: block;
    font-size: 13px;
    color: #595f6f;
    margin-bottom: 10px
}

.edit-profile input[type=email], .edit-profile input[type=password], .edit-profile input[type=text], .edit-profile__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Gerbera', Helvetica, Arial, sans-serif;
    font-size: 15px
}

.edit-profile input[type=email], .edit-profile input[type=password], .edit-profile input[type=text] {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 20px;
    display: block;
    height: 38px;
    border: 1px #dedede solid;
    border-radius: 5px
}

.edit-profile__buttons {
    margin-bottom: 30px;
    text-align: right;
    font-size: 0
}

.edit-profile__button {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 10px;
    color: #fff;
    position: relative;
    transition: .2s background
}

.edit-profile__button_save {
    background-color: #0074d7;
    width: 100%;
    max-width: 220px;
    margin-left: 30px
}

.edit-profile__button_save:hover {
    background-color: #ef343b;
    transition: 0s background
}

.edit-profile__button_save:active {
    background-color: #de1219;
    top: 1px
}

.edit-profile__button_reset {
    background-color: #b8b8b8;
    width: 100%;
    max-width: 150px
}

.edit-profile__button_reset:hover {
    background-color: #c5c5c5;
    transition: 0s background
}

.edit-profile__button_reset:active {
    background-color: #ababab;
    top: 1px
}

.partners-filter {
    position: relative;
    margin-top: 40px
}

.partners-filter__input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    max-width: 800px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Gerbera', Helvetica, Arial, sans-serif;
    font-size: 17px;
    background-color: transparent;
    border: 1px #fff solid;
    border-radius: 0;
    height: 62px;
    color: #fff;
    padding-left: 25px;
    padding-right: 70px
}

.partners-filter__input::-webkit-input-placeholder {
    color: #eee
}

.partners-filter__input:-moz-placeholder, .partners-filter__input::-moz-placeholder {
    color: #eee
}

.partners-filter__input:-ms-input-placeholder {
    color: #eee
}

.partners-letters {
    position: relative;
    box-sizing: border-box;
    padding: 0 20px
}

.partners-letters__content {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    border-bottom: 2px #595f6f solid
}

.partners-letters__lang {
    position: absolute;
    right: 0;
    top: 38px;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit
}

.partners-letters__lang:hover {
    color: #0074d7
}

.partners-letters__list {
    list-style-type: none;
    display: block;
    margin: 0 50px 0 -20px;
    padding: 0;
    font-size: 0
}

.partners-letters__list_hidden, .partners-letters_hidden {
    display: none
}

.partners-letters__list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    padding: 35px 0 30px
}

.partners-letters__list li:first-of-type {
    padding-left: 20px
}

.partners-letters__list li:not(:last-of-type) {
    margin-right: 16px
}

.partners-letters__list li a, .partners-letters__list li a:visited, .partners-letters__list li span {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 3px 7px
}

.partners-letters__list li a.active, .partners-letters__list li a:visited.active {
    background-color: #c2d0d0;
    color: #fff
}

.partners-letters__list li a:hover, .partners-letters__list li a:visited:hover {
    color: #0074d7
}

.partners-letters__list li.inactive span {
    opacity: .1;
    cursor: default
}

.partners-list {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 55px 20px;
    font-size: 0
}

.partners-list__letter {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 30px;
    color: #0074d7;
    font-weight: 500
}

.partners-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 45px 45px 0;
    box-sizing: border-box;
    color: #595f6f;
    text-decoration: none
}

.mobile-user-popup__contacts li, .mobile-user-popup__sections li, .partners-item:visited {
    color: #595f6f
}

.partners-item__title {
    font-size: 20px;
    /*text-transform : uppercase;*/
    margin: 0 0 15px;
    font-weight: 500;
    transition: .2s color
}

.partners-item__text {
    margin: 0;
    font-size: 12px
}

.mobile-header {
    position: relative;
    box-sizing: border-box;
    padding: 25px 20px 0;
    z-index: 60
}

.mobile-header_relative {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    padding-bottom: 10px
}

.mobile-header_relative .mobile-header__content {
    border-bottom: none
}

.mobile-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #fff solid;
    padding-bottom: 15px
}

.mobile-header__content_dark {
    border-bottom: 1px #595f6f solid
}

.mobile-header__logo {
    display: inline-block;
    height: 23px
}

.mobile-header__logo_white, .mobile-header__open-profile svg {
    fill: #fff
}

.mobile-header__logo_dark, .mobile-header__open-profile_dark svg {
    fill: #595f6f
}

.mobile-header__open-menu {
    position: relative;
    width: 20px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    border: none;
    background-color: transparent;
    overflow: hidden
}

.mobile-header__open-menu i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 1px #fff solid;
    transition: .2s transform
}

.mobile-header__open-menu i:nth-of-type(1) {
    transform: translateX(-5px)
}

.mobile-header__open-menu i:nth-of-type(2) {
    top: 7px;
    transform: translateX(-10px)
}

.mobile-header__open-menu i:nth-of-type(3) {
    top: 14px;
    transform: translateX(-15px)
}

.mobile-header__open-menu:hover i:nth-of-type(1), .mobile-header__open-menu:hover i:nth-of-type(2), .mobile-header__open-menu:hover i:nth-of-type(3) {
    transform: translateX(0)
}

.mobile-header__open-menu_dark i {
    border-top: 1px #595f6f solid
}

.mobile-header__open-profile {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #dde5e5;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: .2s opacity, .2s visibility, .2s transform
}

.mobile-menu__close {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 25px;
    cursor: pointer;
    outline: none
}

.mobile-menu__logo {
    position: absolute;
    left: 50%;
    margin-left: -42px;
    top: 25px
}

.mobile-links {
    position: absolute;
    left: 20px;
    top: 80px;
    right: 20px;
    bottom: 60px;
    overflow: auto;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mobile-links__item {
    font-size: 14px;
    color: #595f6f;
    text-transform: uppercase
}

.mobile-links__item_separator {
    border-top: 1px #c2d0d0 solid
}

.mobile-links__item:not(:last-of-type) {
    margin-bottom: 20px
}

.mobile-links__link {
    color: inherit;
    text-decoration: none;
    transition: .2s color
}

.mobile-links__link:hover {
    color: #0074d7;
    transition: 0s color
}

.mobile-user-popup {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    top: 62px;
    padding: 30px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: .2s opacity, .2s visibility, .2s transform;
    box-shadow: 0 10px 10px 1px rgba(89, 95, 111, .14)
}

.mobile-user-popup::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f2f2f2;
    transform: rotate(45deg);
    right: 25px;
    top: -5px
}

.mobile-user-popup__name {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0074d7
}

.mobile-user-popup__contacts {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 13px
}

.mobile-user-popup__contacts li:not(:last-of-type) {
    margin-bottom: 10px
}

.mobile-user-popup__contacts li a, .mobile-user-popup__contacts li a:visited {
    color: inherit;
    text-decoration: none
}

.mobile-user-popup__contacts li a:hover, .mobile-user-popup__contacts li a:visited:hover {
    color: #0074d7
}

.mobile-user-popup__sections {
    list-style-type: none;
    margin: 20px 0 0;
    padding: 20px 0 0;
    font-size: 14px;
    border-top: 1px #c2d0d0 solid
}

.mobile-user-popup__sections li:not(:last-of-type), .request-popup__text p:not(:last-of-type), .request-thanks__text p:not(:last-of-type) {
    margin-bottom: 15px
}

.mobile-user-popup__sections li a, .mobile-user-popup__sections li a:visited {
    color: inherit;
    text-decoration: none
}

.mobile-user-popup__sections li a:hover, .mobile-user-popup__sections li a:visited:hover {
    color: #0074d7
}

.mobile-user-popup_active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.request-popup {
    display: none;
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 55px
}

.request-popup__title {
    text-transform: uppercase;
    color: #0074d7;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 30px
}

.request-popup__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    padding: 20px 30px;
    border-radius: 5px;
    border: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: 'Gerbera', Helvetica, Arial, sans-serif;
    color: #595f6f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxNSAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5UcmlhbmdsZSAyPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IkNOUyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iMjAtY29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk5Ny4wMDAwMDAsIC02ODQuMDAwMDAwKSIgZmlsbD0iIzU5NUY2RiI+ICAgICAgICAgICAgPGcgaWQ9InBvcC11cCI+ICAgICAgICAgICAgICAgIDxnIGlkPSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTMuMDAwMDAwLCA2NTguMDAwMDAwKSI+ICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iVHJpYW5nbGUtMiIgcG9pbnRzPSI2MTEuNSAzNiA2MDQgMjYgNjE5IDI2Ij48L3BvbHlnb24+ICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat calc(100% - 20px) 50% #f2f2f2
}

.request-popup__select::-ms-expand {
    display: none
}

.request-popup__text {
    position: relative;
    border-radius: 5px;
    border: 1px #c2d0d0 solid;
    padding: 15px 20px;
    min-height: 80px;
    margin-bottom: 20px
}

.request-popup__text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6
}

.request-popup__text textarea {
    border: none;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Gerbera', Helvetica, Arial, sans-serif;
    min-height: 80px;
    width: 100%;
    resize: none;
    overflow: hidden;
    outline: none
}

.request-popup__bottom {
    text-align: right
}

.request-popup__submit {
    display: inline-block;
    max-width: 250px;
    height: 45px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 0;
    border-radius: 5px
}

.request-thanks {
    display: none;
    padding: 45px 55px;
    background-color: #fff;
    border-radius: 10px
}

.request-thanks__title {
    font-size: 50px;
    margin: 0 0 25px;
    color: #0074d7;
    font-weight: 500
}

.request-thanks__text {
    font-size: 15px
}

.request-thanks__text p {
    margin: 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(../img/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(../img/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

@media only screen and (max-width: 767px) {

    .thumb-links__image {
        width: 100%;
        height: calc((100vw - 60px)/16*9);
    }

    .green-back {
        padding: 0
    }

    .banner {
        display: none
    }

    .blue-button {
        height: 50px;
        margin-top: 25px;
        font-size: 15px
    }

    .header, .header__bottom {
        display: none
    }

    .text-header {
        padding-top: 20px;
        padding-bottom: 25px
    }

    .text-header__content_has-submenu, .text-header__content_tight {
        padding-left: 0
    }

    .text-header__open-submenu {
        display: none
    }

    .text-header__title {
        font-size: 16px;
        margin: 0
    }

    .text-header__text {
        font-size: 14px
    }

    .text-header__text p {
        line-height: 1.4;
        margin-top: 20px
    }

    .text-header__text p:not(:last-of-type) {
        margin-bottom: 0
    }

    .footer {
        padding: 35px 20px
    }

    .footer__content {
        display: block
    }

    .footer__col, .footer__col_info {
        width: 100%
    }

    .footer__col_contacts {
        padding: 25px 0 15px;
        margin: 25px 0;
        border-top: 1px #858585 solid;
        border-bottom: 1px #858585 solid
    }

    .footer__title {
        margin-top: 0;
        margin-bottom: 13px;
        font-size: 17px
    }

    .footer__text {
        margin-bottom: 25px
    }

    .index-hero {
        /*padding-bottom : 140px;*/
        height: auto;
        min-height: 100%
    }

    .index-hero__content {
        top: auto;
        position: relative;
        height: auto;
        transform: translateY(0);
        margin-top: 60px
    }

    .index-hero__scroll, .index-hero__scroll svg {
        width: 16px;
        height: 30px
    }

    .index-slides {
        top: auto;
        transform: translateY(0)
    }

    .index-slides__content {
        padding-right: 35px;
        padding-left: 35px
    }

    .index-slides__title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .index-slides__text {
        font-size: 13px
    }

    .index-bottom {
        bottom: 25px
    }

    .index-bottom__content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

    .index-bottom__social {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .index-bottom__social a:not(:last-child), .index-bottom__social a:visited:not(:last-child) {
        margin-right: 20px
    }

    .index-bottom__phone {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .main_subscriprion_form {
        width: 100% !important;
        justify-content: center !important;
    }

    .main_subscriprion_form--title {
        margin-bottom: 20px;
    }

    .main_subscriprion_form--form {
        width: 100%;
    }

    .main_subscriprion_form--subbmit {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .main_subscriprion_form--input {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

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

    .main_subscriprion_form--formInputs {
        flex-direction: column;
    }

    .index-bottom__sky {
        top: -70px
    }

    .static-content {
        padding-top: 20px
    }

    .static-content h1, .static-content h2, .static-content h3, .static-content h4, .static-content h5, .static-content h6 {
        font-size: 20px;
        padding: 20px 0
    }

    .static-content h1.bigger, .static-content h2.bigger, .static-content h3.bigger, .static-content h4.bigger, .static-content h5.bigger, .static-content h6.bigger {
        font-size: 24px
    }

    .static-content blockquote {
        margin: 25px 0
    }

    .static-content blockquote p {
        font-size: 17px
    }

    .profile-page__files li, .static-content p {
        font-size: 14px
    }

    .static-content__image-list, .static-content__wide-image {
        margin-bottom: 25px
    }

    .static-content__image-list img {
        display: block;
        margin-bottom: 20px;
        width: auto;
        margin-right: 0;
        max-width: 100%
    }

    .static-content__aside-block, .static-content__image {
        display: block
    }

    .static-content__image .note {
        display: block;
        max-width: initial;
        font-size: 14px;
        line-height: 1.3
    }

    .static-content__col {
        display: block;
        width: auto;
        margin-bottom: 30px
    }

    .static-content__col_right {
        padding-left: 0
    }

    .static-content_has-submenu, .static-content_tight {
        padding-left: 20px
    }

    .static-slider {
        margin: 0 -20px 25px
    }

    .static-slider__arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px
    }

    .static-slider__arrow_prev {
        left: 0
    }

    .static-slider__arrow_prev svg {
        left: -1px
    }

    .static-slider__arrow_next {
        right: 0
    }

    .static-slider__arrow_next svg {
        left: 2px
    }

    .aside {
        display: block;
        width: auto;
        margin: 25px -20px 0
    }

    .profile-page__content h4, .static-submenu_active {
        display: none
    }

    .news-list {
        padding: 15px 20px
    }

    .news-list__group {
        display: block
    }

    .news-list__day {
        padding: 20px 0;
        font-size: 16px
    }

    .news-list__item {
        padding-bottom: 20px
    }

    .news-list__title {
        padding: 20px 0;
        font-size: 16px;
        text-transform: none
    }

    .thumb-links__section-title {
        font-size: 26px !important;
        margin-bottom: 25px;
        padding-top: 25px
    }

    .thumb-links__item {
        width: 100%;
        display: block;
        padding-bottom: 30px;
        padding-right: 0
    }

    .thumb-links__title {
        font-size: 22px !important
    }

    .signin-popup__title {
        margin-bottom: 25px;
        font-size: 22px
    }

    .signin-popup__submit {
        height: 50px;
        margin-top: 15px;
        font-size: 15px;
        padding-top: 0
    }

    .contacts-page {
        padding: 25px 20px 0
    }

    .contacts-info {
        display: block
    }

    .contacts-info__details {
        padding-right: 0;
        margin-bottom: 25px
    }

    .contacts-info__downloads {
        width: auto;
        margin: 0 -20px;
        padding: 25px 20px
    }

    .contacts-info__downloads h5 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .contacts-info__downloads a, .contacts-info__downloads a:visited {
        padding: 15px 0
    }

    .contacts-row {
        display: block;
        border: none;
        padding: 15px 15px 15px 0
    }

    .contacts-row:last-of-type {
        border: none
    }

    .contacts-row_half {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        box-sizing: border-box
    }

    .contacts-row h5, .contacts-row p {
        font-size: 13px
    }

    .contacts-row h5 {
        margin-bottom: 15px;
        width: auto
    }

    .contacts-map {
        height: 400px;
        margin: 0 -20px
    }

    .profile-page {
        display: block;
        padding: 30px 20px 40px
    }

    .profile-page__content {
        padding-right: 0
    }

    .profile-page__content_edit {
        width: 100%
    }

    .profile-page__content h4.partner-title {
        display: block;
        font-size: 24px;
        margin-bottom: 15px
    }

    .profile-page__files li:not(:last-child) {
        margin-bottom: 25px
    }

    .profile-aside {
        display: none
    }

    .partners-letters__lang {
        top: 100%;
        margin-top: 10px
    }

    .partners-letters__list {
        margin-right: -20px
    }

    .partners-list {
        padding: 35px 20px
    }

    .partners-list__letter {
        margin-bottom: 20px;
        font-size: 40px
    }

    .partners-item {
        width: 100%;
        display: block;
        padding: 0 0 25px
    }

    .mobile-menu_active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .request-popup {
        padding: 25px
    }

    .request-popup__title {
        margin-bottom: 15px
    }

    .request-popup__select {
        margin-bottom: 20px
    }

    .request-popup__text {
        margin-bottom: 15px
    }

    .request-popup__submit {
        margin-top: 0
    }

    .request-thanks {
        padding: 25px
    }

    .request-thanks__title {
        font-size: 30px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .header-menu__links_main .header-menu__link {
        padding: 25px 0;
        font-size: 10px
    }

    .header-menu__links_main .header-menu__link:not(:last-of-type) {
        margin-right: 15px
    }

    .footer__col {
        width: 30%
    }

    .footer__col_info {
        width: 40%
    }

    .static-content__image-list img {
        max-width: 100%;
        margin-right: 25px;
        margin-bottom: 25px
    }

    .thumb-links__item {
        width: calc((100vw - 60px)/2);
        padding: 0 20px 0 0 !important;
        margin-bottom: 40px;
    }

    .thumb-links__item:nth-of-type(2n) {
        padding-right: 0 !important;
    }

    .profile-page__content {
        padding-right: 70px
    }

    .profile-aside {
        width: 360px
    }

    .partners-item {
        width: 50%
    }
}

@media only screen and (max-width: 1024px) {
    .footer__col_contacts {
        font-size: 14px
    }

    .profile-page .static-content__col {
        padding: 0;
        display: block;
        width: auto
    }

    .profile-page .static-content__col_right {
        padding-left: 0
    }

    .edit-profile__title {
        margin-bottom: 15px
    }

    .edit-profile__button {
        width: 100% !important;
        max-width: 100% !important;
        display: block;
        margin: 0 auto 10px !important
    }
}

@media only screen and (min-width: 1025px) {
    .thumb-links__item {
        max-width: 530px
    }

    .thumb-links__item:nth-of-type(3n) {
        padding-right: 0
    }
}

@media only screen and (min-width: 768px) {
    .mobile-header, .mobile-profile-info, .profile-mobile-submenu {
        display: none
    }
}

.news-list__list {
    width: 100%
}

.slNews__text {
    margin-bottom: 30px
}

.protective-equipment {
    font-size: 16px;
}

.protective-equipment h3 {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.protective-equipment table {
    overflow-x: auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
}

.protective-equipment table tr:nth-of-type(even) {
    background: #FAFAFA;
}

.protective-equipment th {
    vertical-align: middle !important;
    line-height: 1;
    background-color: #eee;
}

.protective-equipment th,
.protective-equipment td {
    border: 1px solid #ccc;
    padding: 15px;
    vertical-align: top;
}

.protective-equipment tr td:nth-of-type(1) {
    width: 300px;
    font-weight: bold;
}

.protective-equipment tr td:nth-of-type(2) {

}

.protective-equipment tr td:nth-of-type(3) {
    width: 200px;
}

.protective-equipment tr td:nth-of-type(4) {
    width: 140px;
    text-align: center;
}

.protective-equipment img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    margin: 0;
    display: block;
}

.newsBlock_1-1,
.newsBlock_1-2 {
    display: inline-block;
    width: 50%;
}

.newsBlock-wrapper.nBw_1 {
    display: flex;
    align-items: center;
    background: #0e233e;
    background: linear-gradient(27deg, #0e233e 0%, #0f6cab 50%, #27aee8 100%);
    color: #fff;
}

.newsBlock_1-1.nB_left p {
    padding: 0 5rem;
    font-size: 26px;
}

.newsImage-wrapper-1 img {
    width: 230px !important;
}

.newsImage-wrapper-1 {
    margin-bottom: 30px;
}

.newsBlock_2-1.nB_left,
.newsBlock_2-2.nB_right {
    display: inline-block;
}

.newsBlock_2-1.nB_left {
    width: calc(90% - -6px);
}

.newsBlock_2-2.nB_right img {
    margin: 0 !important;
    margin-left: 20px !important;
}

.newsBlock-wrapper {
    clear: both;
    margin: 3rem 0;
}

.newsContent_3-img {
    float: right;
    width: 650px;
    margin: 0 !important;
    margin-left: 25px !important;
    height: auto !important;
    margin-top: 15px !important;
    max-height: inherit !important;
}

.newsContent_4-img {
    float: left;
    width: 650px;
    margin: 0 !important;
    margin-right: 2rem !important;
    height: auto !important;
    max-height: inherit !important;
}

.newsContent_5-img {
    float: right;
    width: 650px;
    margin: 0 !important;
    margin-left: 25px !important;
    height: auto !important;
    margin-top: 15px !important;
    max-height: inherit !important;
}

.newsTitle {
    color: #0b73c8;
    font-size: 35px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.newsBlock-wrapper p {
    font-size: 20px;
}

.newsBlock-wrapper.nBw_6 {
    color: #fff;
}

.newsContent.nC_6 {
    background: #1884c1;
    padding: 2rem 3rem;
    margin-top: 8rem;
}

.newsContent_6-first p {
    font-size: 30px;
    line-height: 35px;
}

.newsContent_6-second p {
    font-size: 23px;
    margin-top: 25px;
}

.newsBlock_ap {
    background: #f3f3f3;
    padding: 25px 25px;
    display: flex;
    align-items: center;
}

.newsBlock_ap-left, .newsBlock_ap-right {
    display: inline-block;
}

.newsBlock_ap-left {
    width: calc(20% - 25px);
    padding-right: 25px;
}

.newsBlock_ap-right {
    width: 80%;
    position: relative;
}

.newsBlock_ap-right--first---left, .newsBlock_ap-right--first---right {
    display: inline-block;
    width: 50%;
}

.newsBlock_ap-ins--iconBlock---title {
    font-size: 13px !important;
    margin: 0 !important;
}

.newsBlock_ap-ins--iconBlock {
    text-align: center;
    width: 100%;
    max-width: 79px;
}

.newsBlock_ap-ins--iconBlock---img {
    margin: 0 !important;
    margin-bottom: 4px !important;
}

.nBiI-small {
    font-size: 11px !important;
}

.newsBlock_ap-ins--iconsWrap {
    display: flex;
    margin-left: -11px;
}

.newsBlock_ap-ins--title {
    margin-bottom: 15px !important;
}

.newsBlock_ap-right--second {
    border-top: 4px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
}

.newsBlock_ap-leftOffer {
    background: #fb5327;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px !important;
    margin-bottom: 5px !important;
    width: fit-content;
    padding: 5px 20px;
}

.newsBlock_ap-leftTitle {
    color: #1884c1;
    font-weight: 600 !important;
    font-size: 25px !important;
    line-height: 30px;
    padding-right: 20px;
}

.newsBlock_ap-right:before {
    content: '';
    position: absolute;
    left: -29px;
    width: 4px;
    background: #fff;
    height: 100%;
    top: 0;
}

.newsBlock_ap-right--first---left {
    position: relative;
}

.newsBlock_ap-right--first---left:before {
    content: '';
    position: absolute;
    right: 19px;
    width: 4px;
    background: #fff;
    height: 100%;
    top: 0;
}

.newsBlock-wrapper.nBw_8 .newsBlock_ap-right--first---left:before {
    display: none;
}

.newsBlock_numbers-list p {
    margin-bottom: 5px !important;
}

@media (max-width: 767px) {

    .newsBlock_1-1, .newsBlock_1-2 {
        width: 100% !important;
    }

    .newsBlock-wrapper.nBw_1 {
        display: inherit !important;
    }

    .newsBlock_1-1.nB_left p {
        padding: 0 20px !important;
        font-size: 16px !important;
        margin-bottom: 15px;
    }

    .newsBlock_1-1.nB_left {
        padding-top: 15px;
    }

    .newsBlock_1-2.nB_right {
        height: 250px !important;
    }

    .newsImage-wrapper-1 {
        text-align: center;
        margin-bottom: 0 !important;
    }

    .newsBlock-wrapper.nBw_1 {
        margin-top: 1.2rem;
        margin-bottom: 0 !important;
    }

    .newsBlock_2-1.nB_left, .newsBlock_2-2.nB_right {
        display: block !important;
    }

    .newsBlock_2-1.nB_left {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .newsBlock_2-2.nB_right img {
        margin: 0 !important;
    }

    .newsBlock-wrapper {
        margin: 2rem 0 !important;
    }

    .newsTitle {
        font-size: 25px !important;
    }

    .newsContent_3-img,
    .newsContent_4-img,
    .newsContent_5-img {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 15px !important;
        margin-left: 0 !important;
    }

    .newsBlock-wrapper.nBw_5 {
        margin-bottom: 0 !important;
    }

    .newsContent.nC_6 {
        margin-top: 2rem !important;
        padding: 20px !important;
    }

    .newsBlock-wrapper p {
        font-size: 16px;
        /*margin-bottom: 0px !important;*/
    }

    .newsContent_6-first p {
        font-size: 16px !important;
        line-height: inherit !important;
    }

    .newsContent_6-second p {
        font-size: 16px !important;
    }

    .newsBlock_ap {
        padding: 20px !important;
        display: inherit !important;
    }

    .newsBlock_ap-left, .newsBlock_ap-right {
        display: block !important;
        width: 100% !important;
    }

    .newsBlock_ap-right--first---left, .newsBlock_ap-right--first---right {
        display: block !important;
        width: 100% !important;
    }

    .newsBlock_ap-right--first---left:before {
        display: none;
    }

    .newsBlock_ap-leftTitle {
        padding: 0;
        margin-bottom: 15px !important;
        line-height: normal !important;
    }

    .newsBlock_ap-ins--iconBlock {
        width: calc(33% - 0px) !important;
        display: inline-block !important;
        max-width: 100% !important;
        margin-bottom: 15px;
    }

    .newsBlock_ap-ins--iconsWrap {
        margin-left: 0 !important;
        display: inherit !important;
        margin-bottom: 15px;
    }
}

.news__block-2-list,
.btn-center {
    display: flex;
    justify-content: center;
}

.news__block-grey {
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
}

.news__block-4-block, .news__block {
    display: flex;
    justify-content: space-between;
}

.news__block-2 {
    padding: 40px 0;
}

.news__block-2-list,
.news__block-4-block {
    flex-wrap: wrap;
}

.news__block-2-list .advantages__item {
    text-align: center;
    width: 33%;
    margin-top: 40px;
}

.news__block-2-title {
    text-align: center;
}

.news__block img {
    width: 650px;
}

.news__block-2, .bg-grey {
    background-color: #f4f4f4;
    margin-top: 30px;
}


.news__block-3,
.news__block-4-block {
    text-align: center;
    padding: 15px 100px;
}

.advantages__item-icon img {
    margin: 0;
}

.news__block-4-img h3 {
    padding: 0 80px;
    font-size: 20px;
    margin-top: 20px;
}

.news__block-4-img img {
    width: 100%;
}

.news__block-4-block .news__block-4-img {
    width: 45%;
    margin-top: 30px;
}

.news__block-4-img a {
    font-size: 16px;
}

.news__block-5 h2 {
    padding: 15% 0 15% 5% !important;
    color: white;
    font-size: 40px;
}

.btn {
    background-image: url('../../upload/medialibrary/2ce/bg_btn.png');
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    background-position: center;
    display: inline-block;
    padding: 22px;
    margin: 20px 0;
    text-align: center;
    width: 200px;
    font-size: 20px;
    text-decoration: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.btn:hover {
    transition: .5s;
    filter: drop-shadow(2px 4px 6px black);
    -webkit-filter: drop-shadow(2px 4px 6px black);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.news__block-text b {
    margin-bottom: 20px;
    display: block;
}

.hero__list-item:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../../upload/medialibrary/64f/icon_shield.png);
    background-size: contain;
    background-repeat: no-repeat;

}

.hero__list-item {
    margin-bottom: 10px !important;
    display: flex;
}

.advantages__item-icon p {
    font-size: 20px !important;
}

.news__block_dark {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background: #2F2F2F;
}

.news__block-text_dark {
    color: #ffffff;
    max-width: 60%;
    margin-left: 20px;
}

.news__block-2-1 {
    padding: 40px 0;
}

.news__block-title {
    text-align: center;
}

.inf_red {
    color: #D63914;
    margin-top: 10px;
}

.advantages__item-icon-1 {
    max-width: 150px;
}


.news__block-2-list .advantages__item-2 {
    width: 45%;
    margin-top: 40px;
}

.note_italic {
    font-style: italic;
    margin-top: 40px;
}

.news__block-title-red {
    text-align: center;
    color: #D63914;
}

.news__block-img-2 {
    margin-right: 100px;
}

.news__block-img-2 img {
    width: 250px;
}

.news__block-2-2 {
    padding: 40px 40px;
    background: #E6E6E6;
}

.news__block-2-list .advantages__item-3 {
    width: 30%;
    margin-top: 40px;
    padding: 0 15px;
}

.advantages__item-icon-2 {
    max-width: 70px;
}


.news__block_purple {
    display: flex;
    justify-content: space-between;
    background: #555DC2 url(../../upload/medialibrary/h12/bg_main.png) no-repeat right;
    min-height: 250px;
}

.news__block_purple-2 {
    display: flex;
    justify-content: space-between;
    background: #555DC2 url(../../upload/medialibrary/h12/bg_main_cta.png) no-repeat right;
    min-height: 200px;
}

.news__block-text_purple {
    color: #ffffff;
    max-width: 30%;
    margin-left: 100px;
}

.news__block-img-full img {
    height: 100%;
    width: auto;
    margin-right: 0;
}

.news__block-2-list .advantages__item-4 {
    width: 30%;
    margin-top: 40px;
    padding: 0 15px;
}

.news__block-title-purple {
    color: #555DC2;
    text-align: center;
}

.note_purple {
    color: #555DC2;
    text-align: center;
    margin-top: 40px;
}

.inf_black-p {
    color: #000000;
    margin-top: 10px;
}

.number-purple {
    color: #555DC2;
    font-size: 48px !important;
}

.news__block-2-list-purple {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
}

.number-purple-box {
    width: 30px;;
    margin: 0 15px;
}

.description-purple {
    width: 85%;
}

.text-center {
    text-align: center;
    margin-top: 40px;
}

.news__block-grey {
    align-items: flex-end;
    padding-bottom: 40px;
}

.news__block-grey {
    background-color: #666666;
}

.news__block-grey h1 {
    font-size: 35px;
    line-height: 1;
    color: white;
}

.news__block-grey h1 span {
    color: #6ce0ee;
}

.news__block-img {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.news__block-grey img {
    width: 350px;
}

.news__block-grey .hero__list p {
    color: white;
    font-size: 20px;
    margin: 0 0 5px 0;
}

.text-left {
    text-align: left !important;
    font-size: 20px;
    font-weight: 500;
}

.pl-3 {
    padding-right: 50px;
}

.justify-content-between {
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
}

.justify-content-center {
    display: flex;
    justify-content: center;
    padding: 0 100px;
}

.news__block-leftimg-text {
    background-color: #ebebeb;
    padding: 30px;
}
.news__block-rightimg-text {
    padding: 30px;
}

.news__block-leftimg-text h2,
.news__block-rightimg-text h2 {
    color: #1775bd;
}

.news__block-leftimg-text-white {
    background-color: #ffffff;
    padding: 30px;
}

.news__block-leftimg-text p,
.news__block-rightimg-text p {
    font-size: 20px;
}

.news__block-leftimg img,
.news__block-rightimg img
{
    width: 280px;
    max-width: 280px;
    margin-right: 0;
}

.news__block-leftimg img, .news__block-rightimg img {
    width: 280px;
    max-width: 280px;
    margin-right: 0;
}

@media (max-width: 768px) {
    .news__block-3 .news__block-2-list {
        flex-direction: column;
        align-items: center;
    }

    .pl-3 {
        padding: 0;
    }

    .news__block-grey img {
        margin: 0;
    }

    .news__block-leftimg.justify-content-center{
    flex-direction: column;
    padding: 0;
}
    .news__block-rightimg.justify-content-center {
        flex-direction: column-reverse;
        padding: 0;
    }

    .news__block-leftimg img, .news__block-rightimg img {
     width: 100% !important;
     max-width: 100%;
 }

    .news__block {
        flex-direction: column-reverse;
    }

    .news__block_dark {
        flex-direction: column-reverse;
        padding: 15px;
    }

    .news__block-4-block {
        flex-direction: column;
    }

    .news__block img {
        width: 100%;
    }

    .news__block-2-2 {
        padding: 15px;
        background: #E6E6E6;
    }

    .news__block-3 .advantages__item {
        text-align: center !important;
        width: 100% !important;
    }

    .news__block-2-list .advantages__item {
        text-align: center;
        width: 50%;
    }

    .news__block-2-list .advantages__item-2 {
        width: 95%;
    }

    .news__block-2-list .advantages__item-3 {
        width: 95%;
    }

    .news__block-3,
    .news__block-4-block {
        text-align: center;
        padding: 0;
    }

    .news__block-4-block .news__block-4-img {
        width: 100%;
        margin-top: 30px;
    }

    .news__block_purple {
        background: #555DC2 url(../../upload/medialibrary/h12/bg_main.png) no-repeat left;
        min-height: 0;
        padding: 15px;
    }

    .news__block_purple-2 {
        background: #555DC2 url(../../upload/medialibrary/h12/bg_main_cta.png) no-repeat center;
        min-height: 0;
        padding: 15px;
    }

    .news__block-text_purple {
        color: #ffffff;
        max-width: 90%;
        margin: 0;
    }

    .news__block-2-list .advantages__item-4 {
        width: 100%;
        margin-top: 40px;
        padding: 0;
    }

    .number-purple-box {
        width: 30px;;
        margin: 0 15px;
    }

    .description-purple {
        width: 70%;
    }

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

    .news__block-grey {
        flex-direction: column;
        padding: 20px;
    }

    .header-baner-description {
        font-weight: 500;
        font-size: 16px !important;

    }

    .header-baner-logo-link span {
        display: none;
    }

    .header-baner-description span {
        display: block !important;
        font-weight: 600;
        font-size: 16px !important;
        margin-top: 5px;
    }

    .header-baner-red {
        padding: 20px !important;
    }
}

.header-baner-red {
    padding: 20px 0;
    background: linear-gradient(270.08deg, #FF1800 5.64%, #CD1300 95.76%);
}

.container-baner-red {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1300px;
    color: white;
    margin: 0 auto;
    box-sizing: border-box;
    transition: .2s padding;
}

.header-baner-description {
    font-weight: 500;
    font-size: 20px;
}

.header-baner-description span {
    display: none
}


.header-baner-logo-link span {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

.header-baner-logo-link a {
    background: white;
    color: #28242D;
    padding: 10px 24px;
    text-decoration: none;
    margin-left: 30px;
    border-radius: 3px;
}