* {
    box-sizing: border-box;
    outline: none;
}

input,
select,
button,
form,
textarea {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: unset;
    border: 0;
    box-shadow: unset;
    outline: none;
    padding: 0;
    margin: 0;
}

body,
html {
    margin: 0;
    box-sizing: border-box;
    color: #37393e;
    font-family: "Fira Sans";
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
}

body {
    padding-top: 154px;
}

body.showIt {
    padding-top: 219px;
}

html {
    font-size: 16px;
}

.container {
    width: 1160px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header {
    background: #002944;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

.header ul {
    margin: 0;
    padding: 0;
}

.header a {
    text-decoration: none;
    color: #fff;
}

.main-menu ul {
    list-style: none;
}

.main-menu > ul {
    display: flex;
    flex-wrap: wrap;
}

.main-menu > ul > li {
    margin-right: 15px;
}

.main-menu > ul > li:last-child {
    margin-right: 0;
}

.main-menu > ul > li.has-child > a {
    position: relative;
    display: block;
}

.main-menu > ul > li.has-child > a:after {
    content: " ";
    display: inline-block;
    height: 12px;
    width: 8px;
    background: url(../img/svg/sub-menu.svg) no-repeat center;
    margin-left: 3px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 27px;
    padding-bottom: 27px;
}

.header-middle-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.eye-help {
    cursor: pointer;
}

.eye-help_icon,
.eye-help_text {
    display: inline-block;
}

.eye-help_icon {
    margin-bottom: 1px;
    margin-right: 3px;
}

.eye-help_icon svg {
    vertical-align: middle;
    width: 20px;
    height: auto;
}

.menu-close-block {
    display: none;
}
/*
.eye-help_text {
    font-weight: 300;
    font-size: 1em;
    line-height: 19px;
    color: #ffffff;
}
*/
.language a {
    display: none;
    font-weight: 300;
    font-size: 1em;
    line-height: 19px;
    text-transform: uppercase;
}

.socials {
    margin-right: 33px;
}

.socials a {
    margin-right: 18px;
}

.socials a:last-child {
    margin-right: 0;
}

.socials .twitter {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.socials .facebook {
    width: 17px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.socials .youtube {
    width: 21px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.socials .telegram {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.account-block {
    justify-content: center;
    align-items: center;
}

.account-block a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-block a svg {
    width: 17px;
}

.header-middle-top {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    padding-bottom: 17px;
}

.magnifier {
    display: flex;
    align-items: center;
    justify-content: center;
}

.magnifier svg {
    width: 17px;
    height: auto;
}

.main-menu > ul > li > a {
    font-style: normal;
    font-weight: 500;
    font-size: 0.875em;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: #ffffff;
}

.main-menu > ul > li > .submenu a {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: relative;
    transition: 0.2s;
}

.main-menu > ul > li > .submenu .has-child > a:after {
    content: " ";
    display: inline-block;
    height: 12px;
    width: 8px;
    background: url(../img/svg/submenu-inner.svg) no-repeat center;
    margin-left: 3px;
}

.search,
.language {
    margin-right: 33px;
}

.language {
    display: none;
}

.eye-help {
    margin-right: 42px;
    display: flex;
    align-items: flex-end;
}

.header-middle {
    flex-grow: 1;
    padding-left: 11px;
    padding-right: 21px;
}

.header-middle-bottom {
    padding-top: 17px;
}

.logo_img img {
    min-width: 160px;
    width: 160px;
    height: auto;
    display: block;
}

.ua_map svg {
    min-width: 123px;
    width: 123px;
    height: auto;
    display: block;
}

.slide-inner {
    display: flex;
}

.slide-inner {
    height: 462px;
}

.slide-left {
    width: 68.5%;
}

.slide-left img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    min-height: 100%;
}

.slide-right {
    width: 31.5%;
}

.slide-item_text-wrap {
    position: absolute;
    bottom: 11px;
    left: 0;
}

.slide-item {
    position: relative;
}

.slider-block-wrap {
    margin-top: 30px;
    margin-bottom: 42px;
}

.slide-right {
    display: flex;
    flex-direction: column;
}

.slide-left .slide-item,
.slide-right .slide-item {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.slide-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide-left {
    padding-right: 23px;
}

.slide-right .slide-item {
    height: calc(50% - 11.5px);
    margin-bottom: 23px;
}

.slide-right .slide-item:last-child {
    margin-bottom: 0;
}

.slide-item_text {
    color: #fff;
}

.slide-left .slide-item_text {
    font-style: normal;
    font-weight: bold;
    font-size: 2.25em;
    line-height: 47px;
    padding-right: 10px;
    padding-left: 20px;
}

.slide-left .slide-item_text span {
    display: inline;
    background-color: rgba(0, 0, 0, 0.64);
    box-shadow: -10px 0 0 rgba(0, 0, 0, 0.64), 10px 0 0 rgba(0, 0, 0, 0.64);
    padding: 1.5px 0;
    color: #ffffff;
}

.slide-right .slide-item_text {
    font-style: normal;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 26px;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 11px;
}

.slide-right .slide-item_text span {
    display: inline;
    background-color: rgba(0, 0, 0, 0.64);
    box-shadow: -5px 0 0 rgba(0, 0, 0, 0.64), 5px 0 0 rgba(0, 0, 0, 0.64);
    padding: 2px 0;
    color: #ffffff;
}

.slider-prev,
.slider-next {
    cursor: pointer;
}

.slider-prev {
    position: absolute;
    left: -31px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 2;
}

.slider-prev .slider-prev-arrow {
    width: 13px;
    height: 18px;
    background: url(../img/svg/slider-arrow.svg) center no-repeat;
}

.slider-block-wrap {
    position: relative;
}

.slider-next {
    position: absolute;
    right: -31px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 2;
}

.slider-next .slider-prev-arrow {
    width: 13px;
    height: 18px;
    background: url(../img/svg/slider-arrow.svg) center no-repeat;
    transform: rotate(180deg);
}

.news-item {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.news-item:last-child {
    margin-bottom: 0;
}

.news-item .news-info {
    padding-left: 18px;
}

.news-item img {
    width: 196px;
    height: 132px;
    min-width: 196px;
    object-fit: cover;
    object-position: center;
}

.news_title {
    font-style: normal;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 144.4%;
}

.news_title a {
    color: #000000;
    text-decoration: none;
}

body a.news-tag {
    font-style: normal;
    font-size: 0.875em;
    color: #000000;
    text-decoration: none;
    background: #ececec;
    border-radius: 60px;
    line-height: 30px;
    display: inline-block;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 6px;
    vertical-align: middle;
    text-transform: uppercase;
}

.open-news-page {
    margin-top: 23px;
}

/*.open-form-page { margin-top: 72px; }*/

.block-title_text,
.news-link {
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 35px;
    color: #000000;
}

.news-block .block-title_text {
    color: rgba(0, 0, 0, 0.38);
    text-decoration: none;
    cursor: pointer;
}

.news-tab {
    display: none;
}
.news-tab.active {
    display: block;
}

.news-block .block-title_text:last-child {
    padding-right: 0;
}

.news-block .block-title_text.active {
    color: #000000;
}

.block-title {
    display: flex;
}

.block-title_text {
    padding-right: 24px;
}

.news_date {
    color: rgba(0, 0, 0, 0.61);
    margin-top: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 0.875em;
    line-height: 146.4%;
}

.news-img img {
    display: block;
}

.block-title {
    padding-bottom: 6px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.main-info-wrap {
    display: flex;
    margin-bottom: 64px;
}

.main-info-wrap .news-block {
    width: calc(100% - 400px);
}

.main-info-wrap .sidebar-block {
    min-width: 400px;
    width: 400px;
    padding-left: 40px;
}

.main-info-wrap .sidebar-block > div {
    margin-bottom: 34px;
}

.main-info-wrap .sidebar-block > div:last-child {
    margin-bottom: 0;
}

.advertisement-block_icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-size: contain !important;
    margin-right: 15px;
}

.advertisement-block_text {
    font-style: normal;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 118.9%;
    color: #000000;
}

.advertisement-blocks .advertisement-bl {
    margin-bottom: 20px;
}

.advertisement-blocks .advertisement-bl-item {
    display: flex;
    min-height: 141px;
    align-items: center;
    border: 1px dashed #a8a8a8;
    padding: 27px;
    text-decoration: none;
    padding-right: 19px;
}

.advertisement-blocks .advertisement-bl-item .advertisement-block-inner {
    display: flex;
    align-items: center;
}

.video-img {
    margin-bottom: 16px;
}

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

.video_text {
    font-style: normal;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 26px;
    color: #000000;
}

.video-block {
    text-decoration: none;
}

.regional-img {
    padding-right: 10px;
}

.regional-img img {
    max-width: 140px;
    height: auto;
}

.regional-text {
    font-style: normal;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 144.4%;
    color: #000000;
    flex-grow: 1;
}

.regional-list .regional-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
    text-decoration: none;
    display: flex;
    margin-top: 19px;
}

.regional-list .regional-item:first-child {
    margin-top: 0;
}

.regional-all_link {
    font-style: normal;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 146.4%;
    color: #525252;
    text-decoration: none;
    margin-top: 16px;
    display: block;
    transition: 0.2s;
}

.all-news-link {
    font-style: normal;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 146.4%;
    color: #525252;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    transition: 0.2s;
}

.all-news-link {
    font-style: normal;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background: #002944;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 378px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.all-news-link,
.numbers_link {
    max-width: 100%;
}

.statistic_number {
    font-style: normal;
    font-weight: bold;
    font-size: 6em;
    line-height: 144.4%;
    color: #004b7b;
}

.statistic_title {
    font-style: normal;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 144.4%;
    color: #002944;
}

.statistic_subtitle {
    font-style: normal;
    font-weight: 300;
    font-size: 0.875em;
    line-height: 144.4%;
    color: rgba(0, 0, 0, 0.5);
}

.statistic-blocks {
    display: flex;
    flex-wrap: wrap;
}

.statistic-blocks .statistic-block {
    margin-right: 85px;
}

.statistic-blocks .statistic-block:last-child {
    margin-right: 0;
}

.statistic {
    margin-bottom: 40px;
}

.footer {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-menu .has-child {
    position: relative;
}

.submenu {
    display: none;
}

.arrm {
    display: none;
}

.logo_img img.mini-logo {
    display: none;
    width: 48px;
    min-width: unset;
}

.header-inner,
.ua_map svg {
    transition: 0.2s;
}

@media (min-width: 993px) {
    .header.scrolling .logo img {
        display: none;
    }
    .header.scrolling .logo .mini-logo {
        display: block;
        height: auto;
    }
    .header.scrolling .header-middle-top {
        display: none;
    }
    .header.scrolling .header-inner {
        padding-top: 15px;
        padding-bottom: 14px;
    }
    .header.scrolling .header-middle-bottom {
        padding-top: 0;
    }
    .header.scrolling .ua_map svg {
        width: 83px;
        min-width: 83px;
    }
    .header.scrolling .main-menu > ul {
        justify-content: center;
    }
}

.advertisment-full {
    margin-bottom: -20px;
}

.advertisment-full .advertisement-blocks {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
}

.advertisment-full .advertisement-blocks .advertisement-bl {
    width: 33.3333%;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 0px;
}

.advertisment-full .advertisement-blocks .advertisement-bl-item {
    height: 100%;
}

.footer {
    background: #002944;
}

.footer .footer-socials a {
    display: inline-block;
    margin-right: 17px;
    vertical-align: middle;
}

.footer .footer-socials a:last-child {
    margin-right: 0;
}

.footer .footer-socials .twitter svg {
    width: 27px;
    height: auto;
}

.footer .footer-socials .facebook svg {
    width: 26px;
    height: auto;
}

.footer .footer-socials .youtube svg {
    width: 30px;
    height: auto;
}

.footer .footer-socials .telegram svg {
    width: 29px;
    height: auto;
}

.footer .footer-socials path {
    fill: rgba(255, 255, 255, 0.56);
}

.footer_title {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-link {
    font-weight: 300;
    font-size: 1em;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.69);
    text-decoration: none;
    transition: 0.2s;
}

.footer-link:hover {
    color: #fff;
}

.footer-links {
    display: flex;
    flex-direction: column;
}

.footer-links .footer-link {
    margin-bottom: 12px;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
}

.footer-columns .footer-column {
    max-width: 245px;
    padding-right: 15px;
}

.footer-columns .footer-column:last-child {
    padding-right: 0;
}

.footer-column-inner .footer-column-row {
    margin-top: 30px;
}

.footer-column-inner .footer-column-row:first-child {
    margin-top: 0;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 38px;
}

.footer-logo img {
    width: 91px;
}

.video-block {
    max-width: 360px;
    display: block;
    margin-bottom: 20px;
}

.news-page {
    margin-top: 33px;
}

.pagination li {
    list-style: none;
}

.pagination li a,
.pagination li span {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 146.4%;
    color: #c7c7c7;
    width: 37px;
    height: 37px;
    display: inline-block;
    line-height: 39px;
    text-align: center;
    border-radius: 50%;
    margin-left: 7px;
    margin-right: 7px;
}

.pagination li span {
    background: #002944;
    color: #fff;
}

.pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    margin-top: 30px;
}

.numbers-colors {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    width: 100%;
}

.numbers-colors .numbers-color {
    line-height: 30px;
    font-weight: normal;
    font-size: 0.875em;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

.numbers-title {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 111.9%;
    color: #000000;
}

.numbers-title .star {
    display: inline-block;
}

.numbers-price-title {
    font-style: normal;
    font-weight: 500;
    font-size: 3em;
    line-height: 144.4%;
    color: #002944;
    white-space: nowrap;
}

.numbers-price-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 111.9%;
    color: rgba(0, 0, 0, 0.7);
    margin-left: 8px;
}

.numbers-price-block {
    display: flex;
    align-items: center;
}

.numbers .block-title {
    margin-bottom: 30px;
}

.numbers-block {
    /*margin-bottom: 55px;*/
    margin-bottom: 0;
}

.numbers-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.numbers-blocks .numbers-block {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.numbers {
    margin-top: 50px;
    margin-bottom: 46px;
}

.numbers-blocks .numbers-big-block {
    width: 100%;
    margin-top: 30px;
}

.numbers-info {
    font-size: 0.875em;
    line-height: 146.4%;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 3px;
}

.numbers_link {
    font-weight: normal;
    font-size: 1.125em;
    line-height: 45px;
    text-align: center;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    background: #002944;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.numbers-color {
    position: relative;
}

.numbers-color .numbers-color_title {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875em;
    line-height: 144.4%;
    color: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
}

.numbers-color .numbers-color_title:before {
    content: " ";
    width: 1px;
    height: 15px;
    background: rgba(136, 136, 136, 0.5);
    position: absolute;
    left: 1px;
}

.numbers-color .numbers-color__top {
    bottom: calc(100% + 5px);
}

.numbers-color .numbers-color__top:before {
    top: 100%;
}

.numbers-color .numbers-color__bottom {
    top: calc(100% + 5px);
}

.numbers-color .numbers-color__bottom:before {
    bottom: 100%;
}

.numbers-colors {
    position: relative;
}

.search-page {
    margin-top: 70px;
}

.search_title {
    font-style: normal;
    font-weight: 600;
    font-size: 3em;
    line-height: 109%;
    color: #000000;
    margin-bottom: 11px;
}

.search-block {
    margin-bottom: 30px;
}

.search-block svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0%, -50%);
}

.search-block svg path {
    stroke: #bdbdbd;
}

.search-block .input-wrap {
    position: relative;
}

.search-block .input-wrap .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 2;
    overflow: hidden;
}

.search-block .input-wrap input[type="text"] {
    background: #f2f2f2;
    height: 45px;
    padding-left: 20px;
    width: 100%;
    padding-right: 60px;
}

.search-block .input-wrap input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Fira Sans";
    font-weight: 500;
    font-size: 0.875em;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: rgba(0, 0, 0, 0.29);
}

.search-block .input-wrap input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Fira Sans";
    font-weight: 500;
    font-size: 0.875em;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: rgba(0, 0, 0, 0.29);
}

.search-block .input-wrap input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Fira Sans";
    font-weight: 500;
    font-size: 0.875em;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: rgba(0, 0, 0, 0.29);
}

.search-block .input-wrap input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Fira Sans";
    font-weight: 500;
    font-size: 0.875em;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: rgba(0, 0, 0, 0.29);
}

.page-title-block {
    font-style: normal;
    font-weight: 600;
    font-size: 3em;
    line-height: 109%;
    color: #000000;
    margin-bottom: 20px;
}

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

.content-date {
    font-weight: 300;
    font-size: 1.125em;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 18px;
}

.content-block {
    font-size: 1.125em;
    line-height: 28px;
    font-weight: 300;
}

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

.content-block figure {
    margin-left: 0;
    margin-right: 0;
}

.content-block figure img {
    max-width: 100%;
}

.content-block figure figcaption {
    font-size: 1em;
    margin-top: 16px;
}

.content-block a {
    color: #1665c2;
}

.content-block h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 2.25em;
    line-height: 146.4%;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    margin-top: 19px;
    margin-bottom: 19px;
}

.content-block h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    line-height: 146.4%;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    padding-bottom: 10px;
    margin-top: 19px;
    margin-bottom: 19px;
}

.content-block ul {
    padding-left: 0;
    margin-top: 19px;
    margin-bottom: 45px;
}

.content-block ul li {
    list-style: none;
    display: flex;
    margin-bottom: 20px;
}

.content-block ul li:last-child {
    margin-bottom: 0;
}

.content-block ul li:before {
    content: " ";
    width: 9px;
    height: 9px;
    min-width: 9px;
    background: #1665c2;
    border-radius: 50%;
    display: block;
    vertical-align: top;
    margin-top: 9px;
    margin-right: 12px;
}

.content-block ol {
    padding-left: 0;
    counter-reset: list 0;
}

.content-block ol li {
    list-style: none;
    display: flex;
    margin-bottom: 19px;
    counter-increment: list;
}

.content-block ol li:last-child {
    margin-bottom: 0;
}

.content-block ol li:before {
    content: counter(list);
    display: block;
    vertical-align: top;
    margin-right: 12px;
    color: #1665c2;
    font-size: 1.5em;
    line-height: 28px;
}

.content-block table {
    border-spacing: 0px;
    border-collapse: collapse;
}

.content-block table tr th {
    font-style: normal;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 14px;
    text-align: center;
    color: #000000;
    padding: 8px;
}

.content-block table tr th {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.content-block table {
    margin-top: 1em;
    margin-bottom: 1em;
}

.content-block table tbody tr td {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.content-block table tbody td {
    font-style: normal;
    font-weight: normal;
    font-size: 0.75em;
    line-height: 14px;
    text-align: center;
    color: #000000;
    padding: 8px;
    vertical-align: top;
}

.content-block table tbody td:not(:first-child) {
    text-align: left;
}

.post-socials {
    display: flex;
    align-items: center;
}

.post-socials a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}

.post-socials a:last-child {
    margin-right: 0;
}

.post-socials path {
    fill: #bdbdbd;
}

.share-block {
    display: flex;
    align-items: center;
    font-weight: 300;
    margin-top: 35px;
}

.share-block .share_text {
    margin-right: 16px;
    font-size: 1.125em;
}

blockquote {
    position: relative;
    padding-left: 87px;
    min-height: 55px;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 28px;
    margin-left: 0;
    margin-right: 0;
}

blockquote:before {
    content: " ";
    background: url(../img/svg/blockquote.svg) no-repeat center;
    width: 62px;
    height: 48px;
    display: block;
    background-size: contain;
    min-width: 62px;
    position: absolute;
    left: 0;
    top: 0;
}

.nav-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}

.nav-bottom img {
    width: 147.2px;
    height: 93px;
    object-fit: cover;
    object-position: center;
    border: 6px solid #fff;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
    cursor: pointer;
}

.nav-bottom img.active {
    border-color: #1665c2;
}

.slider-top {
    margin-bottom: 12px;
    overflow: hidden;
}

/* .slider-top img { object-fit: contain; object-position: center; } */

.slider-top .slick-track {
    display: flex !important;
}

.slider-top .slick-slide {
    /* height: auto; */
    text-decoration: none;
}

.sliderMedia {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.footnote {
    padding-left: 16px;
    border-left: 3px solid #000000;
}

.footnote p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.slider-top .slick-prev,
.slider-top .slick-next {
    width: 87px;
    height: 87px;
    font-size: 0;
    color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: #fff !important;
    z-index: 2;
    cursor: pointer;
}

.slider-top .slick-prev {
    background: url(../img/svg/slider-arrow.svg) no-repeat center;
    background-size: 14px;
    left: -43.5px;
    background-position: 43px center;
}

.slider-top .slick-next {
    background: url(../img/svg/slider-arrow-right.svg) no-repeat center;
    background-size: 14px;
    right: -43.5px;
    background-position: 25px center;
}

.table-wrap {
    overflow: auto;
}

.page_subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.38);
    margin-top: -7px;
}

.field-block .label {
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 146.4%;
    color: #000000;
    margin-bottom: 12px;
}

.field-block {
    margin-top: 34px;
    margin-bottom: 34px;
}

.field-block input[type="text"] {
    height: 43px;
    font-size: 1em;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    width: 100%;
    padding-left: 14px;
}

.field-block select {
    height: 43px;
    font-size: 1em;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    width: 100%;
    padding-left: 14px;
}

.field-block input[type="text"]:focus {
    border: 1px solid #525252;
}

.field-block input,
.field-block textarea {
    display: block;
}

.field-block.error input,
.field-block.error textarea,
.field-block.error select {
    border: 1px solid #ff9198;
    color: #ff9198;
}

.field-block.error input:focus,
.field-block.error textarea:focus,
.field-block.error select:focus {
    border: 1px solid #ff9198;
    color: #ff9198;
}
.error .error-massage {
    display: block;
}
.error-massage {
    display: none;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875em;
    line-height: 146.4%;
    color: rgba(255, 118, 125, 0.46);
    padding-left: 14px;
    margin-top: 10px;
}

.sub_label {
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 146.4%;
    color: rgba(0, 0, 0, 0.38);
    margin-bottom: 24px;
}

.input-wrap label {
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.7);
}

.field-block input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.38);
}

.field-block input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.38);
}

.field-block input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.38);
}

.field-block input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.38);
}

.input-wrap {
    position: relative;
}

.input-wrap input[type="radio"] {
    opacity: 0;
    width: 14px;
    height: 14px;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.input-wrap input[type="checkbox"] {
    opacity: 0;
    width: 14px;
    height: 14px;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.input-wrap label:before {
    content: " ";
    width: 12px;
    height: 12px;
    left: 0px;
    top: 5px;
    border: 1px solid #000000;
    position: absolute;
    border-radius: 50%;
}

.input-wrap label:after {
    content: " ";
    width: 10px;
    height: 10px;
    left: 2px;
    top: 7px;
    background: #002944;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
}

.input-wrap label {
    display: block;
    padding-left: 24px;
}

.input-wrap input[type="radio"]:checked + label:after {
    opacity: 1;
}

.input-wrap input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.field-block .input-wrap label {
    margin-bottom: 24px;
}

.field-block .input-wrap:last-child label {
    margin-bottom: 0px;
}

.input-wrap textarea {
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    height: 180px;
    width: 100%;
    font-size: 1em;
    padding-left: 14px;
    padding-top: 16px;
    padding-right: 14px;
}

.input-wrap textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: #9e9e9e;
}

.input-wrap textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: #9e9e9e;
}

.input-wrap textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: #9e9e9e;
}

.input-wrap textarea:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: #9e9e9e;
}

.file-field-block .inf__drop-area {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
}

.file-field-block input {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 172px;
    opacity: 0;
    cursor: pointer;
}

.file-field-block .inf__btn {
    line-height: 42px;
    min-width: 172px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.38);
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    text-align: center;
    color: #000000;
    margin-right: 18px;
    margin-bottom: 5px;
}

.file-field-block .inf__hint {
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    line-height: 146.4%;
    text-align: center;
    color: rgba(0, 0, 0, 0.38);
    margin-bottom: 5px;
}

.captcha {
    display: flex;
}

.captcha img {
    min-width: 60px;
    margin-right: 18px;
}

.captcha_title {
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 146.4%;
    color: #002944;
    margin-bottom: 12px;
}

.field-submit input {
    line-height: 70px;
    height: 70px;
    width: 330px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: #002944;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 146.4%;
    text-align: center;
    color: #ffffff;
}

.colors-info-item_color {
    width: 30px;
    height: 30px;
}
.colors-info-item {
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-bottom: 10px;
}

.colors-info-item_text {
    font-style: normal;
    font-weight: normal;
    font-size: 0.875em;
    line-height: 114.4%;
    color: #002944;
    padding-left: 20px;
    position: relative;
}
.colors-info-item_text:before {
    content: " ";
    width: 10px;
    height: 1px;
    background: #c4c4c4;
    display: block;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translate(0, -50%);
    left: 5px;
}

.colors-info {
    display: flex;
    flex-wrap: wrap;
}

.colors-info {
    margin-top: 15px;
}

.eye-help {
}

.numbers-price-block.active {
    order: 1;
}

.numbers-color span {
    display: block;
    white-space: nowrap;
    width: max-content;
}

.numbers-color span.tooltiptext_info {
    display: inline-block;
}

.tooltip {
    position: relative;
    /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;

    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translate(-50%, 0);

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.alert.alert-success {
    font-weight: 700;
    font-size: 1.125em;
    margin-top: 30px;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
    content: " ";
    display: block;
    width: 41px;
    height: 41px;
    background: #fff
        url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>")
        no-repeat center;
    position: absolute;
    top: 1px;
    right: 1px;
}

.tooltip.active .numb_text {
    display: none;
}

.file-field-block.error .inf__btn {
}

.error .file-field-block .inf__btn {
    border: 1px solid #ff9198;
    color: #ff9198;
}

.error .file-field-block .inf__btn:focus {
    border: 1px solid #ff9198;
    color: #ff9198;
}

.error .input-wrap label:before {
    border-color: #ff9198;
}

.error .input-wrap label {
    color: #ff9198;
}

.numbers-blocks
    .numbers-block:nth-child(2)
    .colors-info
    .colors-info-item:nth-child(4) {
    display: none;
}

.breadcrumbs li {
    list-style: none;
    display: inline-block;
}
.breadcrumbs li a {
    text-decoration: none;
    color: #1665c2;
}

.breadcrumbs ul {
    margin-bottom: 0;
    margin-top: 30px;
    display: block;
}

.breadcrumbs ul {
    padding: 0;
}
.main-info-wrap-home {
    margin-bottom: 50px;
}

.advertisment-full .advertisement-blocks .advertisement-bl-item {
    background: #fafdff;
}

.advertisment-full .advertisement-blocks .advertisement-block-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.advertisment-full .advertisement-blocks .advertisement-block_text {
    font-size: 1.125em;
    color: #002944;
    margin-top: 5px;
}
.advertisment-full .advertisement-blocks .advertisement-bl-item {
    padding-top: 10px;
    padding-bottom: 13px;
    min-height: 110px;
}

.advertisment-full .advertisement-block_icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
}

.magnifier,
.search {
    display: none !important;
}

/* Redactor styles */

.open-news-page .content-block .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
}
.open-news-page .content-block .ql-align-center {
    text-align: center;
}
.open-news-page .content-block .ql-align-justify {
    text-align: justify;
}
.open-news-page .content-block .ql-align-right {
    text-align: right;
}

.open-news-page .content-block code,
.open-news-page .content-block pre {
    background-color: #f0f0f0;
    border-radius: 3px;
    padding: 6px 10px;
}

body.show-menu {
    height: 100%;
    overflow: hidden;
}

/* ql indent */
.open-news-page .content-block .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}

.open-news-page .content-block .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}

.open-news-page .content-block .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}

.open-news-page .content-block .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}

.open-news-page .content-block .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}

.open-news-page .content-block .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}

.open-news-page .content-block .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}

.open-news-page .content-block .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}

.open-news-page .content-block .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}

.open-news-page .content-block .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}

.open-news-page .content-block .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}

.open-news-page .content-block .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}

.open-news-page .content-block .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}

.open-news-page .content-block .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}

.open-news-page .content-block .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}

.open-news-page .content-block .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}

.open-news-page .content-block .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}

.open-news-page .content-block .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}

/* video */
.open-news-page .content-block .ql-video {
    display: block;
    max-width: 100%;
}
.open-news-page .content-block .ql-video.ql-align-center {
    margin: 0 auto;
}
.open-news-page .content-block .ql-video.ql-align-right {
    margin: 0 0 0 auto;
}

.anketSubmit {
    cursor: pointer;
}

/* slider */

.stat-img {
    width: 100%;
    height: auto;
}
.slider-prev1 {
    cursor: pointer;
    position: absolute;
    left: -31px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 2;
}
.slider-next1 {
    position: absolute;
    right: -31px;
    top: 50%;
    cursor: pointer;
    z-index: 2;
}
.slider-prev1 .slider-prev-arrow {
    width: 13px;
    height: 18px;
    background: url(../img/svg/slider-arrow.svg) center no-repeat;
}

.slider-next1 .slider-next-arrow {
    transform: rotate(180deg);
    width: 13px;
    height: 18px;
    background: url(../img/svg/slider-arrow.svg) center no-repeat;
}

.numbers.container {
    position: relative;
}

.agressors .news-block .agres-block:not(:first-child) {
    margin-top: 50px;
}

.agressor-tab {
    display: none;
}
.agressor-tab.agressor-active {
    display: block;
}
.version-link {
    display: none;
}
.version-link.version-link-active {
    display: inline-block;
}

.agresImg .news-img img {
    width: 196px;
    height: 196px;
    object-position: top center;
    min-width: unset;
    object-fit: cover;
}
.img-first {
    display: none;
}

/* Finance block */

.finance-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.4375em;
    color: #000000;
    max-width: 450px;
    margin-right: 30px;
}

.finance-block_title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5em;
    color: #0072b9;
    text-align: center;
}

.finance-block-subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 1.0625em;
    text-align: center;
    color: #000000;
    margin-top: 4px;
}

.finance-block-subtitle img,
.finance-block-subtitle div {
    display: inline-block;
    vertical-align: middle;
}
.finance-block-subtitle img {
    margin-right: 8px;
    max-height: 15px;
    width: auto;
}

.finance-block-wrapper {
    display: flex;
}
.finance-blocks {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

.finance-block-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

.subtitle-footer-menu {
    margin-top: -6px;
    font-size: 0.875em;
    padding-left: 7px;
}

/* eye helper START */

.eyeHelpBlock {
    background-color: #212322;
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
}

.showIt .eyeHelpBlock {
    height: 65px;
}

html.contrastColors .eyeHelpBlock {
    background: #6f6f6f;
}

.eyeHelpBlock-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.font_change {
    display: flex;
    align-items: center;
}

html.contrastColors {
    filter: grayscale(1) contrast(1.5);
}

html.accessibility-size.large-1 {
    font-size: 18px;
}

html.accessibility-size.large-2 {
    font-size: 20px;
}

html.accessibility-size.large-3 {
    font-size: 22px;
}
.plus,
.minus {
    height: 32px;
    width: 32px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f1fb64;
    background: #f1fb64;
    margin-left: 12px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 50%;
}

.removeAllHelp {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.plus:hover,
.minus:hover {
    background: #292929;
}
.plus:hover svg path,
.minus:hover svg path {
    fill: #f1fb64;
}

.plus svg path,
.minus svg path {
    fill: #000000;
}

.hide_settings-text {
    /* text-decoration: underline;*/
    cursor: pointer;
}

.contrast-change-button img {
    width: 16px;
    height: 16px;
}

.contrast-change-button {
    height: 32px;
    width: 32px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f1fb64;
    background: #f1fb64;
    margin-left: 12px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 50%;
}
.contrast-change-button:hover {
    background: #292929;
}
.contrast-change-button:hover img {
    filter: none;
}

.contrast_change {
    display: flex;
    align-items: center;
}

.contrast_change img,
.contrast_change img:active,
.contrast_change img:focus {
    filter: brightness(0);
}

.hide_settings_button {
    height: 24px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    display: none;
}
.hide_settings_button img {
    max-width: 100%;
    height: auto;
}
/* eye helper END */
