@font-face {
    font-family: e-Ukraine;
    font-weight: 300;
    src: url(../fonts/e-Ukraine/e-Ukraine-Light.eot?) format("eot"), url(../fonts/e-Ukraine/e-Ukraine-Light.woff2) format("woff2"), url(../fonts/e-Ukraine/e-Ukraine-Light.woff) format("woff"), url(../fonts/e-Ukraine/e-Ukraine-Light.ttf) format("truetype"), url(../fonts/e-Ukraine/e-Ukraine-Light.svg#e-Ukraine) format("svg")
}

@font-face {
    font-family: e-Ukraine;
    font-weight: 400;
    src: url(../fonts/e-Ukraine/e-Ukraine-Regular.eot?) format("eot"), url(../fonts/e-Ukraine/e-Ukraine-Regular.woff2) format("woff2"), url(../fonts/e-Ukraine/e-Ukraine-Regular.woff) format("woff"), url(../fonts/e-Ukraine/e-Ukraine-Regular.ttf) format("truetype"), url(../fonts/e-Ukraine/e-Ukraine-Regular.svg#e-Ukraine) format("svg")
}

@font-face {
    font-family: e-Ukraine;
    font-weight: 500;
    src: url(../fonts/e-Ukraine/e-Ukraine-Medium.eot?) format("eot"), url(../fonts/e-Ukraine/e-Ukraine-Medium.woff2) format("woff2"), url(../fonts/e-Ukraine/e-Ukraine-Medium.woff) format("woff"), url(../fonts/e-Ukraine/e-Ukraine-Medium.ttf) format("truetype"), url(../fonts/e-Ukraine/e-Ukraine-Medium.svg#e-Ukraine) format("svg")
}

@font-face {
    font-family: e-Ukraine;
    font-weight: 700;
    src: url(../fonts/e-Ukraine/e-Ukraine-Bold.eot?) format("eot"), url(../fonts/e-Ukraine/e-Ukraine-Bold.woff2) format("woff2"), url(../fonts/e-Ukraine/e-Ukraine-Bold.woff) format("woff"), url(../fonts/e-Ukraine/e-Ukraine-Bold.ttf) format("truetype"), url(../fonts/e-Ukraine/e-Ukraine-Bold.svg#e-Ukraine) format("svg")
}

@font-face {
    font-family: e-UkraineHead;
    font-weight: 500;
    src: url(../fonts/e-Ukraine/e-UkraineHead-Medium.eot?) format("eot"), url(../fonts/e-Ukraine/e-UkraineHead-Medium.woff2) format("woff2"), url(../fonts/e-Ukraine/e-UkraineHead-Medium.woff) format("woff"), url(../fonts/e-Ukraine/e-UkraineHead-Medium.ttf) format("truetype"), url(../fonts/e-Ukraine/e-UkraineHead-Medium.svg#e-UkraineHead) format("svg")
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: url(../fonts/Roboto/Roboto-Regular.eot?) format("eot"), url(../fonts/Roboto/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype"), url(../fonts/Roboto/Roboto-Regular.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    src: url(../fonts/Roboto/Roboto-Medium.eot?) format("eot"), url(../fonts/Roboto/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Medium.woff) format("woff"), url(../fonts/Roboto/Roboto-Medium.ttf) format("truetype"), url(../fonts/Roboto/Roboto-Medium.svg#Roboto) format("svg")
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

.container_big {
    max-width: 1388px
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px
}

.col {
    width: 100%;
    padding: 8px
}

.col_3 {
    width: 25%
}

.col_4 {
    width: 33.333333%
}

.col_5 {
    width: 41.666667%
}

.col_6 {
    width: 50%
}

.col_7 {
    width: 58.333333%
}

.col_8 {
    width: 66.666667%
}

.col_9 {
    width: 75%
}

.pt-85 {
    padding-top: 45px
}

.pt-120 {
    padding-top: 25px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-144 {
    padding-bottom: 144px
}

.header {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
    z-index: 999
}

.header__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__content,
.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;

    /*ФИКСАЦИЯ ШАПКИ*/

    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #f7f7f7;
}

.header__nav ul li {
    margin-right: 28px
}

.header__nav ul li:last-child {
    margin-right: 0
}

.header__nav ul li a {
    color: #000;
    font-size: 14px;
    line-height: 120%
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__wrapper .header .special-abilities,
.header__wrapper .header__enter {
    margin-right: 28px
}

.header__wrapper .header .special-abilities:last-child,
.header__wrapper .header__enter:last-child {
    margin-right: 0
}

.header__enter {
    position: relative;
    padding-right: 26px;
    font-size: 14px;
    color: #000
}

.header__enter:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../img/login-icon.svg) no-repeat center 100%/100%;
    width: 16px;
    height: 20px
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.header__mob-triger {
    position: absolute;
    width: 16px;
    height: 16px;
    display: none;
    left: 20px;
    top: 5px;
}

.header__mob-triger i {
    box-shadow: 0px 0px 4px 3px white;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    -webkit-transition: .4s cubic-bezier(.55, .085, .68, .53);
    -o-transition: .4s cubic-bezier(.55, .085, .68, .53);
    transition: .4s cubic-bezier(.55, .085, .68, .53)
}

.header__mob-triger i:first-child {
    top: 0
}

.header__mob-triger i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto
}

.header__mob-triger i:nth-child(3) {
    bottom: 0
}

.header__mob-triger.active i:first-child {
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__mob-triger.active i:nth-child(2) {
    background-color: rgba(0, 0, 0, 0)
}

.header__mob-triger.active i:nth-child(3) {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto
}

.dropdown>a {
    position: relative;
    padding-right: 23px
}

.dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(.9999);
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
    border-style: solid;
    border-width: 0 5.835px 9.17px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.special-abilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.special-abilities li {
    margin-right: 8px
}

.special-abilities li:last-child {
    margin-right: 0
}

.special-abilities li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #000;
    cursor: pointer
}

.special-abilities li button:after {
    content: "";
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 18px;
    height: 18px;
    background: #fff
}

.special-abilities li button:disabled {
    background: hsla(0, 0%, 94.5%, .96);
    cursor: auto
}

.special-abilities li button:disabled:after {
    background: silver
}

.special-abilities__font-increase button:after {
    -webkit-mask-image: url(../img/font-increase-icon.svg);
    mask-image: url(../img/font-increase-icon.svg)
}

.special-abilities__color-change button:after {
    -webkit-mask-image: url(../img/color-change-icon.svg);
    mask-image: url(../img/color-change-icon.svg)
}

.special-abilities__font-decrease button:after {
    -webkit-mask-image: url(../img/font-decrease-icon.svg);
    mask-image: url(../img/font-decrease-icon.svg)
}

.mob-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f1f7fb;
    z-index: 998;
    display: none
}

.mob-menu>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.mob-menu__head {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #000
}

.mob-menu__head .logos-block li {
    margin-right: 8px
}

.mob-menu__head .logos-block li:last-child {
    margin-right: 0
}

.mob-menu__content {
    padding-top: 16px;
    padding-bottom: 16px
}

.mob-menu .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mob-menu .header__nav ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mob-menu .header__nav ul li {
    margin-right: 0;
    margin-bottom: 16px
}

.mob-menu .header__nav ul li:last-child {
    margin-bottom: 0
}

.mob-menu .header__nav ul li a {
    display: block;
    width: 100%
}

.mob-menu .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mob-menu .header__wrapper .header .special-abilities,
.mob-menu .header__wrapper .header__enter {
    margin-right: 0;
    margin-bottom: 24px
}

.mob-menu .header__wrapper .header .special-abilities:last-child,
.mob-menu .header__wrapper .header__enter:last-child {
    margin-bottom: 0
}

.mob-menu__bottom {
    margin-top: auto;
    padding-top: 24px;
    padding-bottom: 32px;
    border-top: 2px solid #000
}

.title {
    font-weight: 400;
    text-align: center;
    font-size: 50px;
    line-height: 131%;
    color: #000;
    margin-bottom: 60px
}

.title:last-child {
    margin-bottom: 0
}

.title_white {
    color: #fff
}

.title_lg {
    font-size: 38px;
    line-height: 105%;
    letter-spacing: -.02em
}

.title_md {
    font-weight: 500;
    font-size: 32px;
    line-height: 135.9%
}

.title_semi {
    font-size: 28px;
    line-height: 114%;
    letter-spacing: -.02em
}

.title_sm {
    font-size: 21px
}

.title_ex-sm,
.title_sm {
    font-weight: 500;
    line-height: 133.92%
}

.title_ex-sm {
    font-size: 16px !important
}

.title_head {
    font-family: e-UkraineHead
}

button {
    border: 0;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 263px;
    height: 56px;
    font-family: e-Ukraine;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    cursor: pointer
}

.btn_white {
    background: #fff;
    border-color: #fff;
    color: #000
}

.btn_black {
    background: #000;
    border-color: #000;
    color: #fff
}

.btn_black-tr {
    background: rgba(0, 0, 0, 0);
    border-color: #000;
    color: #000
}

button,
input,
textarea {
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

.label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.label__title {
    margin-bottom: 16px
}

.label__title:last-child {
    margin-bottom: 0
}

.label input {
    width: 100%;
    font-family: e-Ukraine;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    color: #000;
    background: rgba(0, 0, 0, 0);
    padding-bottom: 31px
}

.label input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.label input::-moz-placeholder {
    color: rgba(0, 0, 0, .4)
}

.label input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.label input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.label input::placeholder {
    color: rgba(0, 0, 0, .4)
}

.label:after,
.label:before {
    content: "";
    position: absolute;
    left: 0
}

.label:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(0, 0, 0, .4)
}

.search {
    position: relative;
    padding-left: 29px
}

.search input {
    padding-bottom: 15px
}

.search__icon {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/search-icon.svg) no-repeat center 100%/100%;
    width: 19.4px;
    height: 18px;
    opacity: .4
}

body,
html {
    height: 100%
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: e-Ukraine;
    font-weight: 400;
    overflow-x: hidden
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 150%
}

.img,
.img img {
    width: 100%
}

.img img {
    display: block;
    height: auto
}

.main-top-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 694px;
    padding-top: 96px;
    padding-bottom: 130px
}

.main-top-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.main-top-block__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%
}

.main-top-block>.container {
    -ms-flex: 1;
    flex: 1
}

.main-top-block>.container,
.main-top-block__content {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-top-block__content {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    z-index: 2;
    -ms-flex: 1;
    flex: 1;
    max-width: 717px;
    margin-left: auto;
    margin-right: auto
}

.main-top-block__content .logos-block {
    margin-bottom: 24px
}

.main-top-block__content .logos-block:last-child {
    margin-bottom: 0
}

.main-top-block__title-block {
    margin-bottom: 39px
}

.main-top-block__title-block:last-child {
    margin-bottom: 0
}

.main-top-block__title-block>.title {
    margin-bottom: 14px
}

.main-top-block__title-block>.title:last-child {
    margin-bottom: 0
}

.main-top-block__title-block>p {
    font-size: 18px;
    line-height: 144%
}

.logos-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logos-block li {
    margin-right: 32px
}

.logos-block li:last-child {
    margin-right: 0
}

.logos-block__icon {
    max-width: 80px
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination__li {
    margin-right: 0px
}

.pagination__li:last-child {
    margin-right: 0
}

.pagination__li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, .6);
    background: rgba(0, 0, 0, 0);
    cursor: pointer
}

.pagination__li.current button {
    /*border:1px solid #000;color:#000*/
    color: #fff;
    background-color: rgb(182 231 196);
}

.pagination__next button,
.pagination__prev button {
    display: block;
    width: 20px;
    height: 12px;
    -webkit-mask-image: url(../img/right-arrow-2.svg);
    mask-image: url(../img/right-arrow-2.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    background: #000;
    cursor: pointer
}

.pagination__next button:disabled,
.pagination__prev button:disabled {
    background: rgba(0, 0, 0, .4);
    cursor: auto
}

.pagination__prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px
}

.pagination__prev:last-child {
    margin-right: 0
}

.pagination__next {
    margin-left: 10px
}

.pagination__next:first-child {
    margin-left: 0
}

.facts__items .row {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.facts__items .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.facts__item {
    height: 100%;
    border-radius: 21px;
    background: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
    overflow: hidden
}

.facts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 32px 20px
}

.facts-item_title {
    text-align: center
}

.facts-item_title .facts-item__title {
    font-size: 14px !important;
    margin-bottom: 16px
}

.facts-item_title .facts-item__title:last-child {
    margin-bottom: 0
}

.facts-item_title ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px
}

.facts-item_title ul li:last-child {
    margin-bottom: 0
}

.facts-item_title ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #65c680
}

.facts-item_numbers {
    text-align: center
}

.facts-item_numbers .facts-item__number {
    font-size: 32px;
    color: #00671d;
    margin-bottom: 12px
}

.facts-item_numbers .facts-item__number:last-child {
    margin-bottom: 0
}

.facts-item_numbers .facts-item__number b {
    font-size: 64px
}

.facts-item_numbers-2 {
    text-align: center;
    padding: 20px 16px
}

.facts-item_numbers-2 .facts-item__number {
    font-size: 32px;
    color: #74b4d8;
    margin-bottom: 6px
}

.facts-item_numbers-2 .facts-item__number:last-child {
    margin-bottom: 0
}

.facts-item_numbers-2 .facts-item__title {
    font-size: 12px
}

.facts-item_numbers-3 {
    text-align: center;
    padding: 16px 16px 8px
}

.facts-item_numbers-3 .facts-item__number {
    font-weight: 300;
    font-size: 18px;
    color: #65c680;
    margin-bottom: 8px
}

.facts-item_numbers-3 .facts-item__number:last-child {
    margin-bottom: 0
}

.facts-item_numbers-3 .facts-item__number b {
    font-weight: 300;
    font-size: 44px
}

.facts-item_numbers-3 .facts-item__title {
    font-size: 12px;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px
}

.facts-item_numbers-3 .facts-item__title:last-child {
    margin-bottom: 0
}

.facts-item_numbers-3 .facts-item__subtitle {
    color: #65c680
}

.facts-item_numbers-4 {
    padding: 18px 18px 38px;
    text-align: center
}

.facts-item_numbers-4 .facts-item__number {
    font-size: 32px;
    color: #65c680;
    margin-bottom: 3px
}

.facts-item_numbers-4 .facts-item__number:last-child {
    margin-bottom: 0
}

.facts-item_numbers-4 .facts-item__number b {
    font-size: 64px
}

.facts-item_numbers-4 .facts-item__title {
    font-size: 17px;
    line-height: 133.92%;
    margin-bottom: 27px
}

.facts-item_numbers-4 .facts-item__title:last-child {
    margin-bottom: 0
}

.facts-item_numbers-5 {
    position: relative;
    padding: 32px 32px 160px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.facts-item_numbers-5 .facts-item__number {
    font-weight: 300;
    font-size: 49px;
    margin-bottom: 6px
}

.facts-item_numbers-5 .facts-item__number:last-child {
    margin-bottom: 0
}

.facts-item_numbers-5 .facts-item__title {
    font-weight: 300;
    font-size: 16px;
    line-height: 153.9%;
    color: rgba(0, 0, 0, .7);
    max-width: 356px
}

.facts-item_numbers-5 .facts-item__bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 156.97px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.facts-item_lines {
    padding: 16px
}

.facts-item_bubles {
    padding: 32px 22px 24px 32px
}

.facts-item_radial-1 {
    text-align: center;
    padding: 16px 8px
}

.facts-item_radial-1 .facts-item__title {
    font-size: 12px;
    text-align: center
}

.facts-item_radial-1 .facts-item__wrapper {
    position: relative;
    height: 100%;
    width: 100%
}

.facts-item_radial-1 .facts-item__wrapper .facts-item__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 55%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.facts-item_radial-1 .facts-item__wrapper .facts-item__content .facts-item__subtitle {
    color: #65c680;
    font-weight: 500
}

.facts-item_radial-1 .facts-item__wrapper .facts-item__title {
    margin-bottom: 10px
}

.facts-item_radial-1 .facts-item__wrapper .facts-item__title:last-child {
    margin-bottom: 0
}

.facts-item_radial-1 .facts-item__wrapper .facts-item__subtitle {
    text-align: center
}

.facts-item_radial-1 .facts-item__wrapper .radial-chart {
    width: 75%;
    margin-top: 5%;
    margin-left: -16%;
    margin-bottom: -8%
}

.facts-item_radial-1 .facts-item__wrapper .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-label {
    font-size: 10px
}

.facts-item_radial-1 .facts-item__wrapper .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-value {
    font-size: 13px
}

.facts-item .radial-chart {
    max-width: 186px
}

.facts-item .radial-chart .apexcharts-radialbar-slice-0 {
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px
}

.facts-item__number {
    font-weight: 300;
    line-height: 133.92%
}

.facts-item__title {
    font-size: 14px;
    line-height: 133.92%
}

.facts-item__title_big {
    font-size: 16px;
    font-weight: 700
}

.facts-item__subtitle {
    font-weight: 300;
    font-size: 10px;
    line-height: 133.92%
}

.facts-item__wrapper {
    position: relative
}

.facts-item__images {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.facts-item__images>.row {
    margin: -11.5px
}

.facts-item__images>.row>.col {
    padding: 11.5px;
    width: 25% !important
}

.facts-item__images .img {
    overflow: hidden;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25)
}

.line-charts {
    width: 100%
}

.line-charts__title {
    font-size: 10px;
    margin-bottom: 10px
}

.line-charts__title:last-child {
    margin-bottom: 0
}

.line-charts__items {
    width: 100%
}

.line-charts__items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px
}

.line-charts__items li:last-child {
    margin-bottom: 0
}

.line-charts__items li:first-child .line-charts__line-filled {
    background: #8fceab
}

.line-charts__items li:nth-child(2) .line-charts__line-filled {
    background: #c4ddc2
}

.line-charts__items li:nth-child(3) .line-charts__line-filled {
    background: #c2d124
}

.line-charts__items li:nth-child(4) .line-charts__line-filled {
    background: #dbebeb
}

.line-charts__left {
    width: 40px;
    font-size: 10px;
    line-height: 133.92%;
    color: rgba(0, 0, 0, .7)
}

.line-charts__line {
    height: 10px;
    width: calc(100% - 44px);
    position: relative;
    border-radius: 38px;
    background: hsla(0, 0%, 76.9%, .3);
    overflow: hidden
}

.line-charts__line-filled {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 4px;
    font-size: 8px
}

.line-charts__bottom {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 133.92%
}

.line-charts__bottom span:first-child {
    color: #65c680
}

.line-charts__bottom span:after {
    content: " / "
}

.line-charts__bottom span:last-child:after {
    display: none
}

.line-charts_big {
    text-align: center
}

.line-charts_big .line-charts__title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 16px
}

.line-charts_big .line-charts__title:last-child {
    margin-bottom: 0
}

.line-charts_big .line-charts__items {
    max-width: 268px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px
}

.line-charts_big .line-charts__items:last-child {
    margin-bottom: 0
}

.line-charts_big .line-charts__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    border-radius: 9px;
    width: 100%
}

.line-charts_big .line-charts__line-filled {
    border-radius: 0
}

.line-charts_big .line-charts__line-percent {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 21px;
    line-height: 133.92%;
    color: rgba(0, 0, 0, .3);
    z-index: 3
}

.line-charts_big .line-charts__line-percent:before {
    content: "";
    background: url(../img/tree-icon.svg) no-repeat center 100%/100%;
    width: 26px;
    height: 32px;
    margin-top: 8px;
    margin-right: 3px
}

.line-charts_big .line-charts__line-percent:before:last-child {
    margin-right: 0
}

.radial-chart {
    width: 100%;
    height: 100%
}

.radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-label,
.radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-value {
    font-family: e-Ukraine !important;
    line-height: 133.92%;
    fill: #000
}

.radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-label {
    font-size: 14px;
    font-weight: 300
}

.radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-value {
    font-size: 20px;
    font-weight: 700
}

.bubles-charts {
    width: 100%
}

.bubles-charts .facts-item__title {
    max-width: 241px;
    margin-bottom: 34px
}

.bubles-charts .facts-item__title:last-child {
    margin-bottom: 0
}

.bubles-charts__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bubles-charts__list {
    width: calc(100% - 176px)
}

.bubles-charts__list li {
    position: relative;
    padding-left: 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 133.92%;
    margin-bottom: 16px
}

.bubles-charts__list li:last-child {
    margin-bottom: 0
}

.bubles-charts__list li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: .67;
    -webkit-box-shadow: 0 50.4408px 98.6398px rgba(101, 198, 128, .49);
    box-shadow: 0 50.4408px 98.6398px rgba(101, 198, 128, .49)
}

.bubles-charts__list li:first-child:before {
    background: -o-linear-gradient(254.74deg, #c2d124 23.55%, #65c680 90.31%);
    background: linear-gradient(195.26deg, #c2d124 23.55%, #65c680 90.31%)
}

.bubles-charts__list li:nth-child(2):before {
    background: #d9ebda
}

.bubles-charts__list li:nth-child(3):before {
    background: #94cbd0
}

.bubles-charts__list li:nth-child(4):before {
    background: #d2df6c
}

.bubles-charts__bubles {
    position: relative;
    width: 176px
}

.bubles-charts__bubles>span {
    position: absolute;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -57px
}

.bubles-charts__bubles>span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    opacity: .67;
    -webkit-box-shadow: 0 50.4408px 98.6398px rgba(101, 198, 128, .49);
    box-shadow: 0 50.4408px 98.6398px rgba(101, 198, 128, .49);
    z-index: 1
}

.bubles-charts__bubles>span:first-child {
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    z-index: 4
}

.bubles-charts__bubles>span:first-child:before {
    background: -o-linear-gradient(254.74deg, #c2d124 23.55%, #65c680 90.31%);
    background: linear-gradient(195.26deg, #c2d124 23.55%, #65c680 90.31%)
}

.bubles-charts__bubles>span:first-child span {
    font-size: 40px
}

.bubles-charts__bubles>span:nth-child(2) {
    top: 67px;
    left: 0;
    width: 88px;
    height: 88px;
    z-index: 1
}

.bubles-charts__bubles>span:nth-child(2):before {
    background: #d9ebda
}

.bubles-charts__bubles>span:nth-child(2) span {
    font-size: 32px
}

.bubles-charts__bubles>span:nth-child(3) {
    top: 109px;
    left: 73px;
    width: 64px;
    height: 64px;
    z-index: 3
}

.bubles-charts__bubles>span:nth-child(3):before {
    background: #94cbd0
}

.bubles-charts__bubles>span:nth-child(3) span {
    font-size: 24px
}

.bubles-charts__bubles>span:nth-child(4) {
    top: 143px;
    left: 37px;
    width: 48px;
    height: 48px;
    z-index: 2
}

.bubles-charts__bubles>span:nth-child(4):before {
    background: #d2df6c
}

.bubles-charts__bubles>span:nth-child(4) span {
    font-size: 16px
}

.bubles-charts__bubles>span span {
    position: relative;
    z-index: 2;
    line-height: 140%
}

.news-block>.container,
.video-block>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-block__items,
.video-block__items {
    margin-bottom: 60px
}

.news-block__items:last-child,
.video-block__items:last-child {
    margin-bottom: 0
}

.news-block__items .row,
.video-block__items .row {
    margin-top: -20px;
    margin-bottom: -20px
}

.news-block__items .row .col,
.video-block__items .row .col {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-block__items .news-block-item,
.video-block__items .news-block-item {
    height: 100%
}

.news-block {
    background: rgba(186, 218, 236, .21)
}

.news-block__items .news-block-item,
.news-block__items .video-block-item {
    height: 100%
}

.news-block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-block-item__date {
    color: rgba(0, 0, 0, .6);
    line-height: 133.92%;
    margin-bottom: 8px
}

.news-block-item__date:last-child {
    margin-bottom: 0
}

.news-block-item__img {
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 23px
}

.news-block-item__img:last-child {
    margin-bottom: 0
}

.news-block-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news-block-item__content-wrapper {
    margin-bottom: 8px
}

.news-block-item__content-wrapper:last-child {
    margin-bottom: 0
}

.news-block-item__content-wrapper>.title {
    margin-bottom: 19px
}

.news-block-item__content-wrapper>.title:last-child {
    margin-bottom: 0
}

.news-block-item__content-wrapper>p {
    font-size: 14px;
    line-height: 165.9%
}

.news-block-item__more {
    font-weight: 700;
    font-size: 14px;
    color: #000
}

.news-block-item__more:after {
    content: "";
    background: url(../img/right-arrow.svg) no-repeat center 100%/100%;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    display: inline-block
}

.news-block-item_sm .news-block-item__img {
    margin-bottom: 13px
}

.news-block-item_sm .news-block-item__img:last-child {
    margin-bottom: 0
}

.news-block-item_sm .news-block-item__content-wrapper>.title {
    margin-bottom: 13px
}

.news-block-item_sm .news-block-item__content-wrapper>.title:last-child {
    margin-bottom: 0
}

.news-block-item_sm .news-block-item__content-wrapper>p {
    font-size: 13px;
    line-height: 133.92%
}

.video-block-item__img {
    position: relative;
    display: block;
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 21px
}

.video-block-item__img:last-child {
    margin-bottom: 0
}

.video-block-item__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/play-icon.svg) no-repeat center 100%/100%;
    width: 62.5px;
    height: 62.5px
}

.video-block-item__time {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 1px 7px 2px;
    background: #030303;
    color: #fff;
    font-family: Roboto;
    font-weight: 500;
    line-height: 120%;
    border-radius: 1px
}

.video-block-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.video-block-item__content>.title {
    margin-bottom: 12px
}

.video-block-item__content>.title:last-child {
    margin-bottom: 0
}

.video-block-item__content>p {
    font-size: 13px;
    line-height: 133.92%
}

.video-block-item_sm .video-block-item__img {
    margin-bottom: 13px
}

.video-block-item_sm .video-block-item__img:last-child {
    margin-bottom: 0
}

.video-block-item_sm .video-block-item__img:after {
    width: 30px;
    height: 30px
}

.video-block-item_sm .video-block-item__time {
    right: 4px;
    bottom: 5px;
    font-size: 13px;
    padding: 1px 4px
}

.video-block-item_sm .video-block-item__content>p {
    font-family: Roboto;
    font-size: 14px;
    line-height: 115%;
    color: #606060;
    margin-bottom: 9px
}

.video-block-item_sm .video-block-item__content>p:first-child {
    color: #030303
}

.video-block-item_sm .video-block-item__content>p:last-child {
    margin-bottom: 0
}

.normative-acts {
    background: rgba(186, 218, 236, .21)
}

.normative-acts__head {
    margin-bottom: 57px
}

.normative-acts__head:last-child {
    margin-bottom: 0
}

.normative-acts__head .search {
    max-width: 374px
}

.normative-acts__items>.row {
    margin-top: -30.5px;
    margin-bottom: -30.5px
}

.normative-acts__items>.row>.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30.5px;
    padding-bottom: 30.5px
}

.normative-acts__items>.row>.col:nth-child(3n+2) .normative-acts-item {
    margin-left: auto;
    margin-right: auto
}

.normative-acts__items>.row>.col:nth-child(3n+3) .normative-acts-item {
    margin-left: auto
}

.normative-acts__items .normative-acts-item {
    max-width: 374px
}

.normative-acts-item {
    border-top: 2px solid #000;
    padding-top: 19px;
    padding-right: 22px
}

.normative-acts-item .title {
    margin-bottom: 25px
}

.normative-acts-item .title:last-child {
    margin-bottom: 0
}

.normative-acts-item p {
    letter-spacing: -.02em;
    color: #557ecd
}

.eServices__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 64px
}

.eServices__items:last-child {
    margin-bottom: 0
}

.eServices__items .eServices-item {
    height: 100%
}

.eServices__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.register-search>.container>.title {
    margin-bottom: 18px
}

.register-search>.container>.title:last-child {
    margin-bottom: 0
}

.register-search__items .register-search-item:last-child {
    border-bottom: 0
}

.register-search-item {
    border-bottom: 2px solid #000
}

.register-search-item__triger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 118px;
    padding-right: 35px;
    margin-bottom: 0 !important
}

.register-search-item__triger,
.register-search-item__triger:after,
.register-search-item__triger:before {
    -webkit-transition: .4s cubic-bezier(.55, .085, .68, .53);
    -o-transition: .4s cubic-bezier(.55, .085, .68, .53);
    transition: .4s cubic-bezier(.55, .085, .68, .53)
}

.register-search-item__triger:after,
.register-search-item__triger:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 24px
}

.register-search-item__triger:before {
    background: url(../img/plus-icon.svg) no-repeat center 100%/100%
}

.register-search-item__triger:after {
    opacity: 0;
    visibility: hidden;
    background: url(../img/minus-icon.svg) no-repeat center 100%/100%
}

.register-search-item__triger.active:before {
    opacity: 0;
    visibility: hidden
}

.register-search-item__triger.active:after {
    opacity: 1;
    visibility: visible
}

.register-search-item__content {
    padding-top: 17px;
    padding-bottom: 34px;
    display: none
}

.register-search-item__content>.row>.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.eServices-item {
    display: block;
    position: relative;
    border-radius: 21px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
    background: #fff;
    overflow: hidden;
    -webkit-transition: .4s cubic-bezier(.55, .085, .68, .53);
    -o-transition: .4s cubic-bezier(.55, .085, .68, .53);
    transition: .4s cubic-bezier(.55, .085, .68, .53)
}

.eServices-item:hover {
    border-radius: 0
}

.eServices-item:hover:before {
    opacity: 1;
    visibility: visible
}

.eServices-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(8.98%, #e8f5e3), color-stop(14.85%, #ebf5e2), color-stop(37.71%, #f2f6e0), color-stop(101.24%, #f4f6e0));
    background: -o-linear-gradient(right, #e8f5e3 8.98%, #ebf5e2 14.85%, #f2f6e0 37.71%, #f4f6e0 101.24%);
    background: linear-gradient(270deg, #e8f5e3 8.98%, #ebf5e2 14.85%, #f2f6e0 37.71%, #f4f6e0 101.24%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s cubic-bezier(.55, .085, .68, .53);
    -o-transition: .4s cubic-bezier(.55, .085, .68, .53);
    transition: .4s cubic-bezier(.55, .085, .68, .53)
}

.eServices-item__content,
.eServices-item__img {
    position: relative;
    z-index: 2
}

.eServices-item__content {
    padding: 32px 24px
}

.eServices-item__info {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-bottom: 16px;
    color: #57b870
}

.eServices-item__info:last-child {
    margin-bottom: 0
}

.contacts-block {
    position: relative;
    background: rgba(186, 218, 236, .21)
}

.contacts-block__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts-block__img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%
}

.contacts-block__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%
}

.contacts-block__content {
    padding: 70px 0 60px 39px
}

.contacts-block__content>.title {
    margin-bottom: 47px
}

.contacts-block__content>.title:last-child {
    margin-bottom: 0
}

.contacts-block__content-items>.row {
    margin-top: -26px;
    margin-bottom: -26px
}

.contacts-block__content-items>.row>.col {
    padding-top: 26px;
    padding-bottom: 26px
}

.contacts-block__info p {
    font-weight: 300;
    line-height: 157.9%;
    margin-bottom: 8px
}

.contacts-block__info p:last-child {
    margin-bottom: 0
}

.contacts-block__info p b {
    font-weight: 500
}

.contacts-block__info p a {
    color: #000
}

.contacts-block__map {
    border-radius: 21px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
    overflow: hidden
}

.faq>.container>.title {
    display: none
}

.faq__items>.row {
    margin-top: -16px;
    margin-bottom: -16px
}

.faq__items>.row>.col {
    padding-top: 16px;
    padding-bottom: 16px
}

.faq__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden
}

.faq__wrapper::-webkit-scrollbar {
    width: 6px
}

.faq__wrapper::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border-radius: 30px
}

.faq__wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 30px
}

.faq .faq-questions {
    max-width: 493px;
    margin-left: auto
}

.faq-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.faq-answer__items {
    border-radius: 21px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
    padding: 48px 71px 48px 31px
}

.faq-answer__items .faq__wrapper {
    height: 100%;
    height: 370px;
    padding-right: 60px;
    margin-right: -60px
}

.faq-answer__item {
    display: none
}

.faq-answer__item:first-child {
    display: block
}

.faq-answer__item>.title {
    margin-bottom: 27px
}

.faq-answer__item>.title:last-child {
    margin-bottom: 0
}

.faq-answer__item>p {
    font-weight: 300;
    font-size: 14px;
    line-height: 164.9%;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 13px
}

.faq-answer__item>p:last-child {
    margin-bottom: 0
}

.faq-questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 21px 66px 44px 43px;
    border-left: 1px solid rgba(0, 0, 0, .32)
}

.faq-questions__head {
    margin-bottom: 44px
}

.faq-questions__head:last-child {
    margin-bottom: 0
}

.faq-questions__items {
    display: contents;
    height: 100%
}

.faq-questions__items-list li {
    font-size: 14px;
    line-height: 186%;
    margin-bottom: 33px
}

.faq-questions__items-list li:last-child {
    margin-bottom: 0
}

.faq-questions__items-list li a {
    color: rgba(0, 0, 0, .64)
}

.faq-questions__items-list li.active {
    font-weight: 700
}

.faq-questions__items-list li.active a {
    color: #000
}

.faq-questions .faq__wrapper {
    max-height: 100%;
    padding-right: 66px;
    margin-right: -66px
}

.footer {
    background: #000;
    padding-top: 56px;
    padding-bottom: 35px
}

.footer__items,
.footer__items a {
    color: #fff
}

.footer__items>.row {
    margin-top: -25px;
    margin-bottom: -25px
}

.footer__items>.row>.col {
    padding-top: 25px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__logo {
    max-width: 193px
}

.footer__info>li {
    font-size: 14px;
    line-height: 171%;
    margin-bottom: 8px
}

.footer__info>li:last-child {
    margin-bottom: 0
}

.footer__copiright {
    margin-top: auto;
    margin-bottom: auto;
    font-family: Arial;
    font-size: 12px;
    line-height: 117%;
    color: hsla(0, 0%, 100%, .5)
}

.footer__social {
    margin: auto 0 auto auto
}

.footer__social>li {
    margin-right: 16px
}

.footer__social>li:last-child {
    margin-right: 0
}

.footer__social>li>a {
    display: block;
    max-width: 24px
}

@media(max-width:1200px) {
    .header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header__nav,
    .header__wrapper {
        display: none
    }

    .header__mob-triger {
        display: block
    }

    .title {
        font-size: 60px
    }

    .title_lg {
        font-size: 36px
    }

    .title_md {
        font-size: 30px
    }

    .title_semi {
        font-size: 26px
    }

    .title_sm {
        font-size: 20px
    }

    .facts__items>.row>.col_8 {
        width: 100%
    }

    .facts__items>.row>.col_4 {
        width: 50%
    }

    .facts-item_radial-1 .facts-item__wrapper .radial-chart {
        margin-left: -13%
    }

    .facts-item_radial-1 .facts-item__wrapper .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-label {
        font-size: 14px
    }

    .facts-item_radial-1 .facts-item__wrapper .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-value {
        font-size: 20px
    }

    .news-block-item__date {
        font-size: 13px;
        line-height: 133.92%
    }

    .eServices-item__content>.title {
        font-size: 22px
    }

    .eServices-item__info {
        font-size: 18px
    }
}

@media(max-width:992px) {

    .col_3,
    .col_4 {
        width: 50%
    }

    .col_5,
    .col_6,
    .col_7 {
        width: 100%
    }

    .pt-85 {
        padding-top: 60px
    }

    .pt-120 {
        padding-top: 80px
    }

    .pb-70 {
        padding-bottom: 60px
    }

    .pb-120 {
        padding-bottom: 80px
    }

    .pb-144 {
        padding-bottom: 60px
    }

    .title {
        font-size: 40px;
        margin-bottom: 40px
    }

    .title:last-child {
        margin-bottom: 0
    }

    .title_lg {
        font-size: 32px;
        line-height: 140%
    }

    .title_md {
        font-size: 28px
    }

    .title_semi {
        font-size: 24px
    }

    .title_sm {
        font-size: 18px
    }

    .content {
        font-size: 15px
    }

    .main-top-block {
        padding-top: 96px;
        padding-bottom: 96px;
        min-height: 0
    }

    .main-top-block__content .logos-block {
        margin-bottom: 32px
    }

    .main-top-block__content .logos-block:last-child {
        margin-bottom: 0
    }

    .main-top-block__title-block {
        margin-bottom: 51px
    }

    .main-top-block__title-block:last-child {
        margin-bottom: 0
    }

    .main-top-block__title-block>p {
        font-size: 16px
    }

    .facts__items .row .col_6 {
        width: 50%
    }

    .facts-item_numbers .facts-item__number {
        font-size: 28px
    }

    .facts-item_numbers .facts-item__number b {
        font-size: 60px
    }

    .facts-item_numbers-2 .facts-item__number {
        font-size: 31px
    }

    .facts-item_numbers-2 .facts-item__title {
        font-size: 11px
    }

    .facts-item_numbers-3 .facts-item__number {
        font-size: 15px
    }

    .facts-item_numbers-3 .facts-item__number b {
        font-size: 40px
    }

    .facts-item_numbers-3 .facts-item__title {
        font-size: 11px
    }

    .facts-item_numbers-4 .facts-item__number {
        font-size: 30px
    }

    .facts-item_numbers-4 .facts-item__number b {
        font-size: 60px
    }

    .facts-item_numbers-5 .facts-item__number {
        font-size: 44px
    }

    .facts-item_numbers-5 .facts-item__title {
        font-size: 15px
    }

    .facts-item_radial-1 .facts-item__wrapper .radial-chart {
        margin-left: -16%
    }

    .facts-item_radial-1 .facts-item__wrapper .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-label {
        font-size: 9px
    }

    .facts-item_radial-1 .facts-item__wrapper .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-value {
        font-size: 12px
    }

    .facts-item__title_big {
        font-size: 14px
    }

    .line-charts__bottom {
        font-size: 17px
    }

    .line-charts_big .line-charts__line-percent {
        font-size: 20px
    }

    .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-label {
        font-size: 12px
    }

    .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-value {
        font-size: 18px
    }

    .bubles-charts__list li {
        font-size: 11px
    }

    .bubles-charts__bubles>span:first-child {
        width: 110px;
        height: 110px
    }

    .bubles-charts__bubles>span:first-child span {
        font-size: 38px
    }

    .bubles-charts__bubles>span:nth-child(2) {
        top: 43px;
        left: 3px;
        width: 84px;
        height: 84px
    }

    .bubles-charts__bubles>span:nth-child(2) span {
        font-size: 30px
    }

    .bubles-charts__bubles>span:nth-child(3) {
        top: 93px;
        left: 63px;
        width: 62px;
        height: 62px
    }

    .bubles-charts__bubles>span:nth-child(3) span {
        font-size: 22px
    }

    .bubles-charts__bubles>span:nth-child(4) {
        top: 118px;
        left: 27px;
        width: 44px;
        height: 44px
    }

    .bubles-charts__bubles>span:nth-child(4) span {
        font-size: 15px
    }

    .news-block__items>.row>.col:nth-child(2)>.row>.col,
    .video-block__items>.row>.col:nth-child(2)>.row>.col {
        width: 50%
    }

    .news-block .pagination,
    .video-block .pagination {
        margin-left: auto;
        margin-right: auto
    }

    .news-block-item__content-wrapper {
        margin-bottom: 24px
    }

    .news-block-item__content-wrapper:last-child {
        margin-bottom: 0
    }

    .news-block-item__content-wrapper>p {
        font-size: 13px
    }

    .normative-acts__head {
        margin-bottom: 50px
    }

    .normative-acts__head:last-child {
        margin-bottom: 0
    }

    .normative-acts-item .title {
        margin-bottom: 22px
    }

    .normative-acts-item .title:last-child {
        margin-bottom: 0
    }

    .eServices__items {
        margin-bottom: 50px
    }

    .eServices__items:last-child {
        margin-bottom: 0
    }

    .register-search-item__content>.row>.col {
        width: 100%
    }

    .register-search-item__content .btn {
        margin-left: auto
    }

    .eServices-item__content {
        padding: 24px 16px 40px
    }

    .eServices-item__content>.title {
        font-size: 20px
    }

    .eServices-item__info {
        font-size: 16px;
        margin-bottom: 8px
    }

    .eServices-item__info:last-child {
        margin-bottom: 0
    }

    .contacts-block__img {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        width: auto;
        margin-left: -16px;
        margin-right: -16px
    }

    .contacts-block__content {
        padding: 24px 0 40px
    }

    .contacts-block__content>.title {
        margin-bottom: 40px
    }

    .contacts-block__content>.title:last-child {
        margin-bottom: 0
    }

    .contacts-block__content-items>.row {
        margin-top: -20px;
        margin-bottom: -20px
    }

    .contacts-block__content-items>.row>.col {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .contacts-block__content-items>.row>.col_6 {
        width: 50%
    }

    .faq>.container>.title {
        display: block
    }

    .faq__items>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .faq .faq-answer>.title {
        display: none
    }

    .faq .faq-questions {
        max-width: 100%
    }

    .faq-questions {
        padding: 0 66px 24px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .32)
    }

    .footer__items>.row>.col:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer__items>.row>.col:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer__items>.row>.col:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer__items>.row>.col:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .footer__items>.row>.col:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .footer__items>.row>.col:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .footer__social {
        margin-left: 0
    }
}

@media(max-width:768px) {

    .facts__items>.row>.col_4:nth-child(2),
    .facts__items>.row>.col_4:nth-child(3),
    .facts__items>.row>.col_8>.row>.col_6 {
        width: 100%
    }

    .facts-item_radial-1 .facts-item__wrapper .radial-chart {
        margin-top: 2%;
        margin-left: -9%;
        margin-bottom: -6%
    }

    .facts-item_radial-1 .facts-item__wrapper .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-label {
        font-size: 12px
    }

    .facts-item_radial-1 .facts-item__wrapper .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-value {
        font-size: 18px
    }
}

@media(max-width:576px) {
        .header__content,
        .header__nav ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;

            /*ФИКСАЦИЯ ШАПКИ*/

            position: fixed;
            top: 10px;
            left: -10px;
            /* width: 100%; */
            z-index: 9999;
            width: 100%;
            background: transparent;
           
            }
    .col_4 {
        width: 100%
    }

    .pt-85 {
        padding-top: 40px
    }

    .pt-120 {
        padding-top: 56px
    }

    .pb-70 {
        padding-bottom: 40px
    }

    .pb-120 {
        padding-bottom: 56px
    }

    .pb-144 {
        padding-bottom: 40px
    }

    .title {
        font-size: 36px;
        margin-bottom: 24px
    }

    .title_lg,
    .title_md {
        font-size: 24px
    }

    .title_semi {
        font-size: 22px
    }

    .title_sm {
        font-size: 17px
    }

    .btn {
        max-width: 188px;
        height: 48px;
        font-size: 13px;
        letter-spacing: -.02em
    }

    .content {
        font-size: 14px
    }

    .main-top-block__title-block>p {
        font-size: 14px;
        line-height: 162%
    }

    .logos-block li {
        margin-right: 16px
    }

    .logos-block li:last-child {
        margin-right: 0
    }

    .logos-block__icon {
        max-width: 72px
    }

    .facts__items>.row>.col_8>.row>.col_3 {
        width: 50%
    }

    .facts__items>.row>.col_4:nth-child(4),
    .facts__items>.row>.col_4:nth-child(5),
    .facts__items>.row>.col_4:nth-child(6),
    .facts__items>.row>.col_4:nth-child(7) {
        width: 100%
    }

    .facts-item_numbers .facts-item__number {
        font-size: 20px
    }

    .facts-item_numbers .facts-item__number b {
        font-size: 56px
    }

    .facts-item_numbers-2 .facts-item__number {
        font-size: 30px;
        margin-bottom: 0
    }

    .facts-item_numbers-2 .facts-item__title {
        font-size: 10px
    }

    .facts-item_numbers-3 .facts-item__number {
        font-size: 16px;
        margin-bottom: 2px
    }

    .facts-item_numbers-3 .facts-item__number:last-child {
        margin-bottom: 0
    }

    .facts-item_numbers-3 .facts-item__number b {
        font-size: 38px
    }

    .facts-item_numbers-3 .facts-item__title {
        font-size: 9px
    }

    .facts-item_numbers-4 .facts-item__number {
        font-size: 22px
    }

    .facts-item_numbers-4 .facts-item__number b {
        font-size: 50px
    }

    .facts-item_numbers-5 {
        padding: 32px 32px 200px
    }

    .facts-item_numbers-5 .facts-item__number {
        font-size: 38px
    }

    .facts-item_numbers-5 .facts-item__title {
        font-size: 14px
    }

    .facts-item_bubles {
        padding: 24px 16px
    }

    .facts-item_radial-1 .facts-item__wrapper .radial-chart {
        margin-left: -14%
    }

    .facts-item__title_big {
        font-size: 12px
    }

    .facts-item__images {
        max-width: 341px
    }

    .line-charts__title {
        font-size: 9px;
        margin-bottom: 8px
    }

    .line-charts__title:last-child {
        margin-bottom: 0
    }

    .line-charts__items li {
        margin-bottom: 8px
    }

    .line-charts__items li:last-child {
        margin-bottom: 0
    }

    .line-charts__bottom {
        font-size: 16px
    }

    .line-charts_big .line-charts__line-percent {
        font-size: 18px
    }

    .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-label {
        font-size: 10px
    }

    .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-value {
        font-size: 16px
    }

    .bubles-charts__list li {
        font-size: 10px
    }

    .bubles-charts__bubles>span:first-child {
        width: 100px;
        height: 100px
    }

    .bubles-charts__bubles>span:first-child span {
        font-size: 34px
    }

    .bubles-charts__bubles>span:nth-child(2) {
        top: 38px;
        left: 14px;
        width: 80px;
        height: 80px
    }

    .bubles-charts__bubles>span:nth-child(2) span {
        font-size: 28px
    }

    .bubles-charts__bubles>span:nth-child(3) {
        top: 83px;
        left: 66px;
        width: 60px;
        height: 60px
    }

    .bubles-charts__bubles>span:nth-child(3) span {
        font-size: 20px
    }

    .bubles-charts__bubles>span:nth-child(4) {
        top: 109px;
        left: 34px;
        width: 40px;
        height: 40px
    }

    .bubles-charts__bubles>span:nth-child(4) span {
        font-size: 14px
    }

    .news-block__items>.row>.col:nth-child(2)>.row>.col,
    .video-block__items>.row>.col:nth-child(2)>.row>.col {
        width: 100%
    }

    .news-block-item__img {
        margin-left: -16px;
        margin-right: -16px;
        width: auto;
        border-radius: 0;
        margin-bottom: 16px
    }

    .news-block-item__img:last-child {
        margin-bottom: 0
    }

    .news-block-item__content-wrapper>.title {
        margin-bottom: 16px
    }

    .news-block-item__content-wrapper>.title:last-child {
        margin-bottom: 0
    }

    .news-block-item__content-wrapper>p {
        font-size: 12px
    }

    .news-block-item__more {
        font-size: 13px
    }

    .video-block-item__img {
        margin-left: -16px;
        margin-right: -16px;
        width: auto;
        border-radius: 0;
        margin-bottom: 16px
    }

    .video-block-item__img:last-child {
        margin-bottom: 0
    }

    .normative-acts__head {
        margin-bottom: 40px
    }

    .normative-acts__head .search {
        max-width: 100%
    }

    .normative-acts__items>.row>.col {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .normative-acts__items>.row>.col:first-child .normative-acts-item {
        padding-top: 0;
        border-top: 0
    }

    .normative-acts__items .normative-acts-item {
        max-width: 100%
    }

    .normative-acts-item .title {
        margin-bottom: 16px
    }

    .eServices__items {
        margin-bottom: 40px
    }

    .register-search-item__triger {
        height: 72px
    }

    .eServices-item__content {
        padding: 16px 8px 40px
    }

    .eServices-item__content>.title {
        font-size: 16px
    }

    .eServices-item__info {
        font-size: 14px
    }

    .contacts-block__content {
        padding: 16px 0 32px
    }

    .contacts-block__content>.title {
        margin-bottom: 32px
    }

    .contacts-block__content-items>.row {
        margin-top: -16px;
        margin-bottom: -16px
    }

    .contacts-block__content-items>.row>.col {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .contacts-block__content-items>.row>.col_6:first-child,
    .contacts-block__content-items>.row>.col_6:nth-child(2) {
        width: 100%
    }
}

@media(max-width:480px) {
            .header__content,
            .header__nav ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;

            /*ФИКСАЦИЯ ШАПКИ*/

            position: fixed;
            top: 10px;
            left: -10px;
            /* width: 100%; */
            z-index: 9999;
            width: 100%;
            background: transparent;
           
            }
    .col_3 {
        width: 100%
    }

    .title {
        font-size: 32px
    }

    .title_lg,
    .title_md,
    .title_semi {
        font-size: 20px
    }

    .title_sm {
        font-size: 16px
    }

    .main-top-block__title-block>p {
        font-size: 13px
    }

    .facts-item_numbers-5 {
        padding: 32px 16px 140px
    }

    .facts-item_radial-1 .facts-item__title {
        font-size: 8px
    }

    .facts-item_radial-1 .facts-item__wrapper .facts-item__content {
        width: 50%
    }

    .facts-item_radial-1 .facts-item__wrapper .radial-chart {
        width: 88%;
        margin-top: -4%;
        margin-left: -20%;
        margin-bottom: -16%
    }

    .facts-item_radial-1 .facts-item__wrapper .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-label {
        font-size: 8px
    }

    .facts-item_radial-1 .facts-item__wrapper .radial-chart .apexcharts-datalabels-group .apexcharts-datalabel-value {
        font-size: 10px
    }

    .bubles-charts__bubles>span {
        margin-top: -30px
    }

    .normative-acts-item p {
        margin-bottom: 12px
    }
}

td {
    padding-left: 10px;
    padding-right: 10px
}

p {
    text-indent: 30px;
    text-align: justify
}

/*ЗАКУПІВЛІ*/
#post-681 p {
    text-align: justify;
    text-indent: 0px;
}

/*ГОЛОВНА СТОРИНКА*/
.main-top-block__title-block p {
    text-align: center;
    text-indent: 0px;
}

/*FOOTER*/
.contacts-block__info p {
    text-align: left;
    text-indent: 0px;
}

/*АНТИКОРУПЦІЙНЕ ЗАКОНОДАВСТВО*/
#post-477 p {
    text-align: justify;
    text-indent: 0px;
}

/*ПАГИНАЦІЯ*/
.pagination__li button:hover {
    border-radius: 50%;
    color: #fff;
    background-color: rgb(182 231 196);
}

.pagination__prev button:hover {
    background-color: rgb(182 231 196);
}

.pagination__next button:hover {
    background-color: rgb(182 231 196);
}

/*ПІДПИСИ ДЛЯ ВІДЕО*/
.video-block-item__content p {
    text-align: center;
    text-indent: 0px;
}

/*ПІДПИСИ ДЛЯ НПА*/
.normative-acts-item p {
    text-align: center;
    text-indent: 0px;
}
/*ОНУЛИТЬ ОТСТУПЫ ПЕРЕД СТРЕЛОЧКАМИ В МЕНЮ ::after; */
.mega-indicator {
    margin: 0!important;
}
/*КАРТИНКИ "ЛІСОВА ГАЛУЗЬ"*/
#post-501 .entry-content p{
    text-indent: 0px;
}

.structure-block pb-70 p img{
    text-indent: 0px;
}

.col .page-office:hover{
    background:#8cd1ab;
    color:black!important;
    cursor:pointer

}
.entry-content summary{
    line-height:30px;
    font-size: 20px;
}
.entry-content summary:hover {
    cursor: pointer;
    
    color: #00671d;
    text-decoration:underline;
}

/*
/*
#navigation.mobile-menu-wrapper  {
        position: relative;
        width: 100%;
        left: 0;
}
#navigation.mobile-menu-wrapper > div:nth-child(2) {
        display: none;
}

@media screen and (max-width: 768px) {
  .main-navigation ul li:hover > ul {
    left: 0;
    top: 0;
    position: relative;
  }
}
*/