* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, input, button, a, h1, h2, h3, h4, h5, h6, span, div {
    font-family: 'Roboto', sans-serif;
}

/* Базові відступи для заголовків у тексті новини */
.nw_news-card-content .wp-block-heading,
.single-post-content .wp-block-heading {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 700;
    line-height: 1.3;
    color: #212121; /* Ваш колір з макету */
}

/* Специфічні розміри, якщо потрібно */
h2.wp-block-heading { font-size: 22px; }
h3.wp-block-heading { font-size: 18px; }
h4.wp-block-heading { font-size: 16px; }

/* Виправлення відступів для таблиць, якщо вони будуть */
.wp-block-table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

body {
    background-color: #f0f0f0 !important;
    color: #212121;
    min-width: 320px;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
    opacity: 1;
    padding: 0;
    margin: 0;
}

b,
strong {
    font-weight: 500;
}

article {
    font-size: 16px;
}

.title-page {
    color: #212121;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}
.post{
    background-color: #FFF;
    padding: 0 25px 25px 25px;
}
.page-title{
    text-align: center;
}
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

.logo-img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus {
    color: #000;
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

iframe {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    display: block;
}
.white-wrapper {
    background-color: #ffffff;
    border-radius: 0 0 3px 3px;
    padding: 15px 35px 15px 35px;
}
.green-wrapper {
    background-color: #49903A;
    margin: 0 -35px 0 -35px;
}
.service-block-2 {
    padding: 80px 0;
}

.ub2-blocks .ub2-blocks-item {
    color: #212121;
    margin-top: 30px;
}
.ub2-blocks .ub2-blocks-item .ub2-img {
    text-align: center;
}
.ub2-blocks .ub2-blocks-item .ub2-blocks-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.ub2-blocks .ub2-blocks-item .ub2-blocks-text {
    font-size: 16px;
    line-height: 1.5;
}
.ub2-blocks .ub2-blocks-item .s-readmore {
    margin-top: 20px;
}


.pr_dialog {
    width: 330px;
}




.w_modal_content {
    padding: 0 20px 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.w_modal_header {
    border-bottom: none;
    text-align: center;
    color: #757575;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    padding: 15px 10px 10px 10px;
    position: relative;
}

.w_modal_footer {
    display: flex;
    justify-content: space-between;
    border-top: none;
    margin-bottom: 25px
}

.w_close {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 30px;
    font-weight: 400;
    color: #5bb449;
    opacity: 1;
    margin-top: -30px !important
}

.w_close:hover {
    color: #5bb449;
    opacity: .5
}

@media (min-width: 992px) {
    .ub2-blocks .ub2-blocks-item {
        margin-top: 90px;
    }
    .ub2-blocks .ub2-blocks-item .ub2-img {
        text-align: left;
    }
    .ub2-blocks .ub2-blocks-item:nth-child(2n) .ub2-img {
        float: right;
    }
    .ub2-blocks .ub2-blocks-item .ub2-blocks-title {
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .ub2-blocks .ub2-blocks-item {
        padding-left: 45px;
        padding-right: 55px;
    }
    .ub2-blocks .ub2-blocks-item:nth-child(2n) {
        padding-left: 55px;
        padding-right: 45px;
    }
    .ub2-blocks .ub2-blocks-item .ub2-content {
        padding-left: 30px;
    }
    .ub2-blocks .ub2-blocks-item:nth-child(2n) .ub2-content {
        padding-left: 15px;
        padding-right: 30px;
    }
}



@media (min-width: 1200px) {
    .container {
        width: 1024px;
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media (max-width: 992px) {
    .container {
        width: 100%;
    }
}

#content {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    margin-bottom: 22px;
}

/****************  TITLE ******************/

.title-block.shadow {
    margin-left: -15px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 35px;
}

.title-block {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    color: #212121;
    margin-bottom: 30px;
}


/***************** BUTTON *****************/

.btn {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    height: 36px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #5bb449;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .24);
    line-height: 36px;
    text-transform: uppercase;
    padding: 0 20px;
}

.button-style {
    background: #5BB449;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: top 0.1s ease-out 0s;
    white-space: nowrap;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
}

.button-style:hover,
.button-style:focus {
    background: #343434;
    color: #fff;
    text-decoration: none
}

.s-button-red {
    background: white;
    border: 1px solid grey;
    border-radius: 4px;
    color: grey;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: top 0.1s ease-out 0s;
    white-space: nowrap;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
}
.s-button-red:hover,
.s-button-red:focus {
    border: solid 1px black;
    color: black;
    background-color: whitesmoke;
    text-decoration: none;
}

.qr-button {
    margin-top: 20px;
    margin-bottom: 10px;
}


/***************** END BUTTON *****************/

/***************** FORM *****************/

.landing-form-select {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #212121;
    border: transparent;
    background-color: transparent;
    border-bottom: 2px solid #5bb449;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px;
    text-align: center;
    width: 100%;
    text-align-last: center;
    height: 40px;
}

input:placeholder-shown {
    opacity: 1;
}

.qr-doc-input {
    font-size: 14px;
    height: 30px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .qr-doc-input {
        height: 25px;
    }
}

input::-webkit-input-placeholder {
    opacity: 1;
}

input:-moz-placeholder {
    opacity: 1;
}

input::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder {
    opacity: 1;
}

input:placeholder-shown {
    opacity: 1;
}

.wpcf7-form {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
}

.wpcf7-form .form_text {
    color: #282828;
    font-size: 20px;
    margin-bottom: 15px;
}

.wpcf7-form .form_text span {
    color: #ed1d24;
}

.wpcf7-form input {
    display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"] {
    border: 0 none;
    border-bottom: 1px solid #b1b1b1;
    color: #282828;
    font-size: 24px;
    margin-top: 10px;
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
}

.wpcf7-form input::-webkit-input-placeholder {
    color: #b7b7b7;
    opacity: 1;
}

.wpcf7-form input:-moz-placeholder {
    color: #b7b7b7;
    opacity: 1;
}

.wpcf7-form input::-moz-placeholder {
    color: #b7b7b7;
    opacity: 1;
}

.wpcf7-form input:-ms-input-placeholder {
    color: #b7b7b7;
    opacity: 1;
}

.wpcf7-form input:placeholder-shown {
    color: #b7b7b7;
    opacity: 1;
}

.wpcf7-form input[type="submit"] {
    background: #ffde00 none repeat scroll 0 0;
    border: 0 none;
    border-bottom: 6px solid #d3b803;
    cursor: pointer;
    display: block;
    height: 43px;
    color: #221604;
    font-size: 16px;
    font-weight: 400;
    margin: 10px auto;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: top 0.1s ease-out 0s;
    max-width: 225px;
    width: 100%;
}

.wpcf7-form input[type="submit"]:hover {
    background: #ffde00 none repeat scroll 0 0;
    border-bottom: 2px solid #d3b803;
    color: #221604;
    text-decoration: none;
    top: 3px;
}

div.wpcf7-response-output {
    margin-top: 15px;
}

@media (max-width: 480px) {

    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form input[type="email"] {
        font-size: 16px;
        margin-top: 0;
    }

    .wpcf7-form input[type="submit"] {
        margin: 20px auto 0;
    }

    span.wpcf7-not-valid-tip {
        font-family: Arial;
        font-size: 11px;
    }

    div.wpcf7-response-output {
        font-size: 13px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .wpcf7-form {
        padding: 35px 30px;
    }

    .wpcf7-form .form_text {
        margin-bottom: 30px;
    }
}

/***************** END FORM *****************/

/***************** HEADER *****************/

.mn_panel {
    background: white;
    background-image: url("img/main_background.svg");
    background-repeat: no-repeat;
}

.mn_panel_white {
    background: white;
    background-repeat: no-repeat;
}

.mn_bock_shadow {
    box-shadow: 5px 0 5px -5px rgba(105, 105, 109, .08), -5px 0 5px -5px rgba(105, 105, 109, .08);
}

.mn_bottom_shadow {
    box-shadow: 0 5px 5px -5px rgba(105, 105, 109, .08);
}

.block-1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.block-1 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #5BB449 !important;
    width: 14px !important;
    height: 14px !important;
}

.block-1 .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #D9D9D9 !important;
    width: 14px !important;
    height: 14px !important;
}

.bussines-tabs {
    box-shadow: 0px 5px 5px -5px rgba(32, 32, 32, .18);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 28px;
    margin-bottom: 20px;
}

.bussines-tabs .tab {
    padding: 0 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #757575;
    position: relative;
    transition: all .2s ease;
    padding-bottom: 14px;
    margin-right: 7px;
    cursor: pointer;
}

.bussines-tabs .tab:after {
    content: '';
    display: block;
    background: #5bb449;
    height: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all .2s ease
}

.bussines-tabs .tab.active {
    color: #5bb449
}

.bussines-tabs .tab.active:after {
    opacity: 1
}

.bussines__content {
    padding: 15px;
}

.func-zone {
    text-align: center;
    padding-top: 10px;
}

.jornal-button {
    background-color: #5bb449;
    border-radius: 2px;
    display: block;
    width: 100px;
    height: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}

.jornal-button .fa {
    display: none;
}

.jornal-button:hover,
.jornal-button:focus {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 480px) {
    .jornal-button .fa {
        display: inline-block;
    }
}

.func-pod-zone {
    margin-left: 19px;
    margin-bottom: 7px;
}

.question-icon {
    background: transparent url("img/question-icon.png") no-repeat scroll 0 0;
    width: 32px;
    height: 30px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    position: relative;
}

.question-icon>span {
    background-color: #e02a2a;
    border-radius: 50%;
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    position: absolute;
    right: -9px;
    top: -9px;
}

.login-block {
    margin-left: 22px;
}

.login-button {
    border-radius: 2px;
    background-color: #5bb449;
    width: 95px;
    height: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
}

.human-icon {
    background: transparent url("img/human-icon.png") no-repeat scroll 0 0;
    display: inline-block;
    width: 12px;
    height: 15px;
    margin-right: 5px;
    margin-top: 3px;
    position: relative;
    top: 3px;
}

.login-iframe {
    display: none;
}

.lang-panel {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #5BB449;
    font-size: 16px;
    font-weight: 500;
}

.lang-panel a {
    color: #212121;
    padding: 5px;
}

.lang-panel .lang-item+.lang-item {
    border-top: 1px solid #5BB449;
    margin-top: -2px;
}

.lang-panel a:hover,
.lang-panel a:focus,
.lang-panel .current-lang a {
    color: #5BB449;
    text-decoration: none;
}

.lang-menu {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 4px solid #5bb449;
    padding-bottom: 10px;
}

.lang-menu .lang-panel {
    display: block;
    text-align: center;
    margin: 0;
}

.lang-menu .lang-panel .lang-item {
    display: inline-block;
}

.lang-menu .lang-panel .lang-item+.lang-item {
    margin: 0 0 0 10px;
}

.lang-menu .lang-panel .lang-item a {
    font-size: 18px;
}

.wp_button_items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#list_menu_collapse {
    display: none;
}
/*
#list_menu_dropdown {
    display: block;
}*/

@media (max-width: 992px) {

    .inner-top-img .inner {
        padding-left: 30px;
        padding-right: 30px
    }

    .inner-top-img .inner__text {
        max-width: 100%
    }

    .inner-top-img.center-text .inner__text {
        max-width: 100%
    }
}

@media (max-width: 768px) {


    .title-page {
        font-size: 32px;
    }

    .about-us {
        margin: 20px 15px;
    }

    .about-us .about-us-list,
    .our-goal .text {
        font-size: 14px !important;
    }

    .our-goal .name {
        font-size: 16px !important;
    }

    .our-goal .our-goal-list .item {
        width: auto;
        margin-left: 55px;
        margin-right: 15px;
        margin-bottom: 40px
    }

    #list_menu_collapse {
        display: block;
    }
    #list_menu_dropdown b {
        display: none;
    }

    .wp_button_items {
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {
    .lang-block {
        display: inline-block;
    }

    .lang-menu {
        display: none;
    }
}

@media (max-width: 640px) {
    .block-row {
        flex-direction: column;
    }

    .block-row .block-text {
        order: 2;
    }

    .block-row .block-img {
        order: 1;
    }

    .block-text {
        font-size: 14px;
    }

    .text {
        font-size: 14px;
    }

    .block-img {
        padding: 15px;
    }

    .inline-block.search-block {
        display: block;
        margin-bottom: 10px;
    }

    .jornal-button {
        margin-left: 0;
    }

    .func-pod-zone {
        margin-left: 15px;
        margin-right: 15px;
    }

    .login-block {
        margin-left: 15px;
    }
}
/*block with logo*/

.header-block-2 .container-inner-block {
    background-color: #ffffff;
    border-radius: 3px 3px 0 0;
    min-height: 90px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 1;
}

.page-st-title {
    background: linear-gradient(to left, #ffffff, #f4f4ef);
    height: 90px;
    padding: 18px 16px 12px;
    color: #212121;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}

.page-st-level-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-left: auto;
}

.page-st-title-level {
    font-size: 13px;
    padding-left: 6px;
    font-weight: 500;
}

.page-st-level-link {
    text-align: right;
    margin-top: 5px;
    margin-right: 15px;
    color: #5bb449;
}

.page-st-level-link a,
.page-st-level-link a:active,
.page-st-level-link a:focus,
.page-st-level-link a:hover {
    font-size: 13px;
    font-weight: bold;
    color: #5bb449;
}

.page-st-level {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 45px;
    width: 290px;
}

.standart-link {
    color: #5bb449;
    text-decoration: underline;
}

.standart-link:active,
.standart-link:focus,
.standart-link:hover {
    color: #5bb449;
    text-decoration: none;
}

.header-level-figure {
    width: 290px;
    height: 30px;
    background-image: linear-gradient(to right, #e02a2a, #f4d45d 50%, #5bb449);
    position: relative;
    border-radius: 15px;
}

.header-level-pointer {
    position: absolute;
    bottom: 8px;
    left: 137px;
    height: 18px;
    width: 17px;
    background-size: 100% 100% !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 5px solid transparent;
    background: #FFF;
    cursor: default;
}

.header-level-pointer:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 5px solid #FFF;
}

.header-level-pointer label {
    position: absolute;
    font-size: 13px;
    font-weight: 800;
    bottom: 12px;
    left: -3px
}

.header-level-icon1 {
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 19px;
    width: 18px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IArs4c6QAAAYRJREFUOBGtlDFOw0AQRWMiOnIEhGjognIAItGlgjKnyAFyA3KKNBQBIeUEFDS5AGWkKBTcASEkzHvOrr1WLEKAkb5m5s+f8Xp37VZrh+V53gE9/Q5pc5nGLrgDS/AJNL25fLe5M2ERtcEYvANtDeZgEry5Zl1dO2mvQgvgEWgr0K+qVQR/Eeq4Qr89kIJP0h7AUdW+HVkPOlw+rikg3COX7oq+HRQb1QW9fdUeksyAVrwafgRewHVs1psHfhTyPrk2K3UkntI6EsQLoE0jF5qnGzpfRJ58DZZFTuA98tjnicB7dQNOIqc3D3wv8uSetv0dBTZqkyjYx9tXdDPngMYVyMHZPkMSrX32rzJJJvvOh1mWnZpHg78kHoJj8Aru0TzhS0PjXn/AbxYDUTtNlXAu3714BrfBm5fbQdx4mrV7hmgI3sCgXMLmAYPAW2++Z2El6Rdwhfg8HRRjeWDdL0WrfwFh2P99m8lAV/i3v0Z8jTDUPfS/9fv/WTowxgzsgB/9ab8AkelZwP3gL/8AAAAASUVORK5CYII=);
}

.header-level-icon2 {
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 19px;
    width: 18px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAYAAACdkl3yAAAAAXNSR0IArs4c6QAAAX9JREFUOBGllL1OAkEURlmDhTQkFCTWxoRtSCxttaCkx4KS8AJ2vIB0JMY3oKa3srGxINGS0BpbE40d4/mGOzq7GTZGbnIy9+e7d5edGbJahTnnMsonJllnWeYq5MUSzXW4hgd4h2DylVOtXuwqRQhyeALZJzzCrSFfOZk0eal9G1LowRdsYAZHZaFyVpNG2l5BQ6IFr/ABl4ViIkBzYVr1tH4kBHOQjUMS/zD4YY1z0oJs7us4HR86d8+qXaqxjuAZ2tGQtuVGUU49so6aBt51bmhD+sT6Bm/wAtpFIV851fqmHeLLBho09a5zXSs2iK/gGHxD9ADlVGtYrosvm2rQwruJXZK4yujTLsoWBwhXJj6tatpRCz0rndClic5Y9YF1Je5AD0nZhuSY67JmVY9sqZ+W2rWJ3neHTba9fnd/d01JGgrniDiDG9DpDSZfuXBEiufIBiVPNk1NODea0ZukT7YN2/+uRU/Kefp+tz8a9q//I//hwpDyytv9+R/yG1WUc7tQtIYTAAAAAElFTkSuQmCC);
}

.list_buttons{
    margin: 0 15px 0 15px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: unset !important;
}
.enter_buttons {
    display: flex;
    align-items: flex-start;
}

.list_buttons a,
.enter_buttons a {
    margin-left: 4px;
    color: #5BB449;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}
.list_buttons a:hover,
.enter_buttons a:hover,
.list_buttons a:active,
.enter_buttons a:active,
.list_buttons a:focus,
.enter_buttons a:focus {
    text-decoration: underline;
}
.question_button{
    margin: 0 15px 3px 15px;
}


.header .search {
    margin-right: 15px;
    position: relative;
    width: 100%;
}

.header .search .search-input {
    border-radius: 32px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 100%;
    height: 42px;
    padding: 0 10px 0 40px;
    color: #212121;
    font-size: 13px;
    font-weight: bold;
}

.header .search .search-input::-webkit-input-placeholder {
    color: #bdbdbd;
}

.header .search .search-input:-moz-placeholder {
    color: #bdbdbd;
}

.header .search .search-input::-moz-placeholder {
    color: #bdbdbd;
}

.header .search .search-input:-ms-input-placeholder {
    color: #bdbdbd;
}

.header .search .search-input:placeholder-shown {
    color: #bdbdbd;
}

.header .search .search-submit:before {
    content: "\f002";
}

.header .search .search-submit {
    background: none;
    border: 0 none;
    color: #bdbdbd;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    left: 15px;
    top: 13px;
    padding: 0;
}

.header .search .search-submit:hover {
    background: none;
    border: 0 none;
    color: #bdbdbd;
}

.header .logo-block {
    width: 228.5px;
    height: 80px;
    padding: 15px 0px 15px 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .header .logo-block {
        float: left;
        text-align: left;
    }

    .page-st-title {
        float: left;
        margin-left: 16px;
        text-align: left;
        -moz-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        -webkit-transform: skewX(-15deg);
        -o-transform: skewX(-15deg);
        transform: skewX(-15deg);
    }

    .page-st-title .reset-rotate {
        -moz-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
        -webkit-transform: skewX(15deg);
        -o-transform: skewX(15deg);
        transform: skewX(15deg);
    }
}


/*menu*/

header .navbar.navbar-inverse {
    background: transparent;
    border-radius: 0px;
    border: 0 none;
    margin: 0;
    min-height: 0;
}

header .navbar-collapse {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    border: 0 none !important;
}

header .navbar-nav {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.mn_dropdown_menu {
    border: none;
    padding: 10px 30px 10px 10px;
}

.mn_dropdown_menu>li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.mn_dropdown_menu>li>a {
    color: #5BB449;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: none;
    padding: 15px 0 15px 10px;
}

.mn_dropdown_menu>li>a:focus,
.mn_dropdown_menu>li>a:hover {
    color: #5BB449;
    text-decoration: underline;
    background-color: transparent;
}

header .navbar-inverse .navbar-nav li {
    position: relative;
}

header .navbar-inverse .navbar-nav>li>a {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: none;
}

header .navbar-inverse .navbar-nav>li:hover>a,
header .navbar-inverse .navbar-nav>li>a:hover,
header .navbar-inverse .navbar-nav>li>a:focus,
header .navbar-inverse .navbar-nav>li.current-menu-item>a,
header .navbar-inverse .navbar-nav>li.current-category-ancestor>a,
header .navbar-inverse .navbar-nav>li.current-menu-parent>a {
    background: transparent;
    /*border-bottom: 4px solid #5bb449;*/
    text-decoration-line: underline;
    color: #5bb449;
}

.landing-page .header.landing-block-1 {
    background-color: #ffffff;
    min-height: 500px;
    padding-top: 65px;
    text-align: center;
}

.os-table-row.header {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    font-weight: 100;
}

.wp_menu_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.wp_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.wp_button_row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wp_button_items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.menu_items_992{
    display: none !important;
}
.cki-button-login_icon{
    display: block;
}
.cki-button-logoff_icon{
    display: none;
}
@media (max-width: 992px) {

    .menu_items_992{
        display: flex !important;
    }
    .menu_items_992_a{
        color: #757575 !important;
        font-weight: 600 !important;
    }
    .wp_button_row {
        width: 100%;
    }
    .enter_buttons,
    .question_button{
        display: none !important;
    }
}

@media (max-width: 990px) {
    .page-st-level-container {
        height: 110px;
        margin-right: auto;
    }
}

@media (max-width: 768px) {

    .page-st-title {
        height: unset;
    }

    #ubkimenu {
        order: 1;
    }
    .wp_menu_row {
        flex-direction:column
    }
    header .navbar-nav {
        margin: 0;
        display: block;
        flex-direction: unset;
        flex-wrap: unset;
        white-space: unset;
    }
    .mn_dropdown_menu {
        border: none;
        padding: 0 15px 0 15px;
    }
    header .navbar-collapse {
        background: #fff;
        padding: 15px 15px 30px;
        box-shadow: 0px 6px 6px rgba(105, 105, 109, 0.08);
        border-radius: 3px;
        margin-bottom: 5px;
    }

    .sub-menu {
        padding-bottom: 5px;
    }

    header .navbar-inverse .navbar-nav>li.menu-item {
        border-bottom: 1px solid #F0F0F0;
    }

    header .navbar.navbar-inverse {
        width: 100%
    }



    .page-st-title {
        font-size: 22px;
        width: 100%;
    }

    .page-st-title-level {
        font-size: 11px;
        text-align: center;
    }

    .page-st-level {
        margin-right: 0;
    }

    .page-st-level-container {
        height: 110px;
        margin-right: auto;
    }

    .wp_button_row {
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .header .search {
        width: 100%;
    }
}

@media (min-width: 768px) {
    header .navbar-inverse .navbar-nav>li>a {
        border-bottom: 4px solid transparent;
        color: #212121;
        display: block;
        text-align: center;
    }

    .sub-menu {
        display: none;
        position: absolute;
        z-index: 100;
        margin-left: 0;
        padding-left: 0;
        list-style-type: none;
        border-radius: 0 0 3px 3px;
        box-shadow: 1px 1px 4px #999;
        background: #49903a;
    }

    .sub-menu li {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: left;
    }

    .sub-menu li:last-child {
        padding-bottom: 5px;
    }

    .sub-menu li a {
        font-size: 13px;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        white-space: nowrap;
        padding: 0 15px 0 15px;
        line-height: 2.5em;
    }

    .sub-menu li a:hover {
        color: #fff;
        text-decoration: underline;
    }

    ul.nav.menu.navbar-nav li:hover .sub-menu {
        display: block !important;
    }

    .wp_row {
        justify-content: flex-end;
    }
}

@media (max-width: 500px) {
    .landing-page .header.landing-block-1 {
        min-height: 400px;
    }
}


/*************** END HEADER ***************/

/***************** FOOTER *****************/

.footer {
    background-color: rgba(33, 33, 33, 0.1);
    color: #fff;
    padding: 42px 0 29px;
}

.footer a {
    color: #fff;
}

.footer .button-zone-1,
.footer .button-zone-2 {
    text-align: center;
}

.footer .button-zone-2 {
    margin-top: 20px;
}

.footer .store-button {
    background-color: rgba(0, 0, 0, 0.5);
    width: 155px;
    height: 44px;
    font-size: 11px;
    line-height: 1.36;
}

.footer .store-button img {
    height: 25px;
}

.online-help {
    background: transparent url("../img/online-help-icon.png") no-repeat scroll 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 36px;
    margin: 15px;
}

.credit-history {
    background: transparent url("../img/credit-history-icon.png") no-repeat scroll 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 36px;
    margin: 15px;
    max-width: 290px;
}

.store-button {
    border-radius: 4px;
    border: 1px solid #5BB449;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 46px;
    width: 184px;
    color: #2D2D2D;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 14.96px;
    padding: 8px 16px;
}


.store-button:hover,
.store-button:focus {
    color: #2D2D2D;
    background: #e8e8e8;
    text-decoration: none;
}

.carusel .store-button {
    margin: 10px;
}

.app-store-icon {

}

.google-play-icon {

}

@media (min-width: 992px) {

    .footer .button-zone-1,
    .footer .button-zone-2 {
        text-align: left;
    }

    .footer .button-zone-2 {
        margin-top: 0;
    }

    .col-md-padding-left-fix {
        padding-left: 0;
    }

    .online-help {
        float: left;
    }

    .credit-history {
        display: inline-block;
    }
}

.footer-nav-zone {
    margin-top: 40px;
}

.footer .footer-nav .footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-nav:nth-child(2n+3) {
    clear: both;
}

.footer .footer-nav .footer-menu li {
    margin: 8px 0;
}

.footer .footer-nav .footer-menu li.footer-big-a {
    margin-top: 0;
    margin-bottom: 13px;
    min-height: 28px;
}

.footer .footer-nav .footer-menu li a {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.17;
    opacity: 0.75;
}

.footer .footer-nav .footer-menu li.footer-big-a a {
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    opacity: 0.75;
}

.footer .footer-nav .footer-menu li a:focus,
.footer .footer-nav .footer-menu li a:hover {
    background: none;
    text-decoration: underline;
}

.footer-dop {
    clear: both;
    text-align: center;
    padding-top: 20px;
}

.footer-phone-block a,
.footer-phone-block a:hover,
.footer-phone-block a:active,
.footer-phone-block a:focus {
    background: transparent url("../img/phone-icon.png") no-repeat scroll 0 50%;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    white-space: nowrap;
    padding-left: 29px;
    margin-bottom: 13px;
    display: inline-block;
    min-height: 28px;
    opacity: 0.75;
    text-decoration: none;
}

.footer-dop .link-f {
    margin: 8px 0;
}

.footer-dop .link-f a {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1.17;
    opacity: 0.75;
}

.copyright-and-creator {
    color: white;
    font-size: 13px;
    line-height: 1.17;
    margin-top: 20px;
}
.copyright_land{
    color: #212121;
}

.social-links-menu{
    display: flex;
    flex-wrap: nowrap;
}
.social-links-menu a{
    text-decoration: none;
    margin: 2px;
}
.social-links-list{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.social-links-list a{
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: underline;
}
.social-links-list-black{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.social-links-list-black a{
    color: #212121;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: underline;
}
.social-title{
    color: #212121;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
}

.footer .store-button {
    margin: 10px;
}
.footer .popover{
    background-color: #EAFDE7;
}
.footer .popover-content{
    padding: 5px 5px 0 5px;
}
@media (min-width: 768px) {
    .footer .footer-nav:nth-child(2n+3) {
        clear: none;
    }
}

@media (min-width: 992px) {
    .footer-dop {
        clear: none;
        text-align: left;
        padding-top: 0px;
    }

    .copyright-and-creator {
        margin-top: 36px;
    }
}

@media (min-width: 1200px) {
    .footer>.container>.row {
        display: flex;
        align-items: center;
    }
}


/*5 colums*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
    align-self: flex-start;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
        align-self: flex-start;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.mn_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 685px) {
    .mn_row {
        flex-direction: column;
        align-items: center;
    }
}

/*************** END FOOTER ***************/

/*************** PLACEHOLDER **************/
::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

/* custom.css */

.footer {
    background-color: #49903a;
}

.credit-history-tab {
    background: none !important;
    float: none;
    max-width: none
}

.loader {
    display: none
}

.inner-top-img.hide {
    display: none;
}

.inner-top-img.active {
    display: flex;
}

header .navbar-inverse .navbar-nav > li:hover > a,
header .navbar-inverse .navbar-nav > li > a:hover,
header .navbar-inverse .navbar-nav > li > a:focus,
header .navbar-inverse .navbar-nav > li.current-menu-item > a,
header .navbar-inverse .navbar-nav > li.current-category-ancestor > a,
header .navbar-inverse .navbar-nav > li.current-menu-parent > a {
    color: #5bb449;
}

.lang-panel a:hover,
.lang-panel a:focus,
.lang-panel .current-lang a {
    color: #5bb449;
}

.header .search .search-input {
    background-color: white;
}


/*************** LOADER BAR ***************/
.loader {
    height: 6px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    bottom: 0
}

.loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 6px;
    background-color: #5cb85c;
    animation: loading 2s linear infinite
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%
    }

    50% {
        width: 30%
    }

    70% {
        width: 70%
    }

    80% {
        left: 50%
    }

    95% {
        left: 120%
    }

    to {
        left: 100%
    }
}

.loader-landing {
    height: 6px;
    width: 100%;
    position: fixed;
    top: 0;
    overflow: hidden;
    background-color: transparent
}

.loader-landing:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 6px;
    background-color: #5cb85c;
    animation: loading 2s linear infinite
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%
    }

    50% {
        width: 30%
    }

    70% {
        width: 70%
    }

    80% {
        left: 50%
    }

    95% {
        left: 120%
    }

    to {
        left: 100%
    }
}


/*********** ERROR ALERT STYLE ************/

#alertigo2 {
    bottom: 20px;
    display: block;
    max-width: 600px;
    position: fixed;
    left: 20px;
    text-align: right;
    z-index: 2500
}

.alertigo2 {
    background-color: #337ab7;
    border: 1px solid #2e6da4;
    border-radius: 5px;
    color: #fff;
    clear: both;
    float: right;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    width: auto;
    text-shadow: 1px 1px 0 rgba(0,0,0,.25)
}

.alertigo2:last-of-type {
    margin-bottom: 0
}

.alertigo2-green {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.alertigo2-light-blue {
    background-color: #5bc0de;
    border-color: #46b8da
}

.alertigo2-orange {
    background-color: #f0ad4e;
    border-color: #eea236
}

.alertigo2-red {
    background-color: #e02a2a;
    border-color: #c12424
}

@media only screen and (max-width: 991px) {
    #alertigo2 {
        max-width:300px
    }
}




/**
 * placeholder-loading v0.7.0
 * Author: Zalog (https://www.zalog.ro/)
 * License: MIT
 **/
.ph-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px 15px 15px;
    margin-bottom: 30px;
    overflow: hidden;
    direction: ltr;
    background-color: #fff;
    border: 1px solid rgb(229.5, 229.5, 229.5);
}
.ph-item,
.ph-item *,
.ph-item ::after,
.ph-item ::before {
    box-sizing: border-box;
}
.ph-item::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    pointer-events: none;
    content: " ";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
    -webkit-animation: ph-animation 0.8s linear infinite;
    animation: ph-animation 0.8s linear infinite;
}
.ph-item > * {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -7.5px;
}
.ph-row div {
    height: 10px;
    margin-top: 7.5px;
    background-color: #ced4da;
}
.ph-row .big, .ph-row.big div {
    height: 20px;
}
.ph-row .empty {
    background-color: rgba(255, 255, 255, 0);
}

.ph-col-2 {
    flex: 0 0 16.6666666667%;
}

.ph-col-4 {
    flex: 0 0 33.3333333333%;
}

.ph-col-6 {
    flex: 0 0 50%;
}

.ph-col-8 {
    flex: 0 0 66.6666666667%;
}

.ph-col-10 {
    flex: 0 0 83.3333333333%;
}

.ph-col-12 {
    flex: 0 0 100%;
}

[class*=ph-col] {
    direction: ltr;
}
[class*=ph-col] > * + .ph-row {
    margin-top: 0;
}
[class*=ph-col] > * + * {
    margin-top: 7.5px;
}

.ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    overflow: hidden;
    background-color: #ced4da;
    border-radius: 50%;
}
.ph-avatar::before {
    display: block;
    padding-top: 100%;
    content: " ";
}

.ph-picture {
    width: 100%;
    height: 120px;
    background-color: #ced4da;
}

@-webkit-keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}

@keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}