#app {
    background: #fff;
    min-height: 100vh;
}

#form_modal .modal__content,
.success_modal_send_form {
    box-shadow: 0 0 12px -6px #000;
}

body .mobile__canvas .mobile__menu-wrapper {
    background: #0A530F;
}

body .mobile__canvas .mobile__menu .nav__list {
    align-items: flex-start;
}

body .mobile__canvas .mobile__menu .nav__item .nav__link {
    color: #fff;
}

.header {
    background: #0A530F;    
}

.news__wrapper .news__item .news__date {
    text-transform: capitalize;
    position: relative;
}

.staff__wrapper .staff__item .item__image img {
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover !important;
}

body #form_modal .modal__content .form__wrapper .person__cards {
    grid-template-columns: 1fr 1fr;
}

body #form_modal .modal__content .form__wrapper .person__cards .card .card__image {
    width: 100%;
} 

body  .upload__image {
    width: 100%;
}

body .upload__image .uk-link {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
    border: 1px solid #37773a;
    padding: 8px;
}

.news__wrapper .news__item .news__date::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    background: #37773A;
    top: 11px;
    left: -13px;
}

.news__wrapper .news__item .news__heading {
    justify-content: flex-start !important;
}

.news__wrapper .news__item .news__authors .news__author .author__title {
    font-weight: 600 !important;
}

.staff__wrapper .staff__item .item__content .item__link {
    grid-template-columns: 1fr 20px !important;
}

@media screen and (max-width: 1150px) {
    #form_modal .uk-modal-close-outside {
        top: 22px !important;
        right: 10px !important;
        background: transparent !important;
    }
}

.header .container .header__nav .nav__list .nav__item .nav__link {
    color: #fff !important;
}

.header .container .header__nav .nav__list .nav__item .nav__link:hover {
    color: #FFDF00 !important;
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
    background: #37773A;
}

.mobile__img img {
    width: 90%;
}

body .mobile__canvas .mobile__menu-header .lang__switcher-mobile .lang__switch {
    color: #fff !important;
    text-transform: none !important;    
}

body .mobile__canvas .mobile__menu-header .lang__switcher-mobile .lang__switch.active {
    color: #FFDF00 !important;
    text-transform: none !important;
}

.header .container {
    padding: 14px 0!important;
}

.header .container .header__nav .nav__link {
    padding: 0 8px!important;
}

@media only screen and (max-width: 1260px) {
    .header .container .header__nav .nav__link {
        font-size: 14px!important;
    }
}

@media only screen and (max-width: 1120px) {
    .header .container {
        padding: 14px 15px!important;
    }

    .header .container .header__nav .nav__link {
        font-size: 13px!important;
        padding: 0 5px!important;
    }
}

/* Ads page */
.text-uppercase {
    text-transform: uppercase;
}

.mt-5 {
    margin-top: 50px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.page-title {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    margin: 20px auto;
    color: #37773A;
    font-family: Cambria, sans-serif;
    text-transform: uppercase;
}

h4.page-title {
    font-size: 24px;
    color: #2B2B2B;
    text-transform: none;
}

.features_list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    font-size: 16px;
    font-weight: 400;
    padding: 25px 60px;
    max-width: 900px;
    margin: 0 auto;
}

.feature_block {
    padding: 16px 10px 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background: #d9d9d97d;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.circle-bg {
    width: 100%;
    height: 150%;
    background-color: #37773A;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 60%;
    opacity: 0.1;
}

.feature_block svg {
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto 15px;
}

.ads_button {
    padding: 16px 40px;
    background: #37773A;
    border-radius: 14px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -.3px;
    text-transform: uppercase;
    color: #fff;
    font-family: Cambria, sans-serif;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

a:hover {
    text-decoration: none !important;
}

table.ads-table {
    max-width: 672px;
    width: 100%;
    margin: 15px auto;
    font-size: 16px;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Cambria, sans-serif;
}

.ads-table-wrapper {
    display: block;
    max-width: 672px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 20px;
    background-color: #F0EADF;
    border-radius: 10px;
}

table.ads-table thead tr {
    background: #DCF0DA;
}

table.ads-table.revert-bg-color thead tr {
    background: #F0EADF;
}

table.ads-table th {
    padding: 25px 15px 10px;
    border-bottom: 1px solid #C5C5C5;
}

table.ads-table tr:first-child td {
    padding: 25px 15px 10px;
}

table.ads-table tr:last-child td {
    border-bottom: 0;
}

table.ads-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #C5C5C5;
}

table.ads-table tr:last-child td {
    padding-bottom: 25px;
}

table.ads-table th:last-child, table.ads-table td:last-child {
    text-align: right;
}

table.ads-table tbody tr:nth-child(odd) {
    background-color: #DCF0DA;
}

table.ads-table.revert-bg-color tbody tr:nth-child(odd) {
    background-color: #F0EADF;
}

table.ads-table tbody tr:nth-child(even) {
    background-color: #DCF0DA;
}

table.ads-table.revert-bg-color tbody tr:nth-child(even) {
    background-color: #F0EADF;
}

.contact_list {
    display: flex;
    justify-content: center;
    max-width: 900px;
    gap: 15px;
    margin: 20px auto;
}

.contact_list .contact_block {
    flex: 0 0 calc(33.33% - 10px);
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    padding: 20px 15px 20px 15px;
    background: #d9d9d97d;
    position: relative;
    overflow: hidden;
}

.contact_list .contact_block .block-content {
    position: relative;
    z-index: 2;
    font-family: Cambria, sans-serif;
    font-size: 16px;
}

.contact_list .contact_block p {
    margin: 5px 0 10px;
}

.contact_list .contact_block svg {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
}

.offer_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 10px;
    margin: 30px auto;
    justify-content: center;
    max-width: 900px;
}

.offer_list .offer_block {
    flex: 0 0 calc(33.33% - 10px);
    box-sizing: border-box;
    text-align: center;
    z-index: 2;
    font-size: 18px;
}

.offer_list .offer_block span {
    font-family: Cambria, sans-serif;
    font-weight: 700;
    padding-top: 15px;
    display: block;
    max-width: 210px;
    margin: 0 auto;
}

.offer_list .offer_block img {
    width: 150px;
    height: 150px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .circle-bg {
        display: none;
    }

    .offer_list {
        row-gap: 0;
        position: relative;
    }

    .offer_list .offer_block {
        flex: 0 0 100%;
        margin-bottom: 10px;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .offer_list .offer_block span {
        display: inline;
        padding-left: 15px;
        max-width: calc(100% - 100px);
        padding-top: 0;
        margin: 0;
        font-weight: 400;
    }

    .offer_list .offer_block img {
        width: 80px;
        height: 80px;
    }

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

    h4.page-title {
        font-size: 16px;
    }

    .features_list {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 0 30px;
    }

    .feature_block {
        padding: 10px;
        text-align: left;
        display: flex;
        justify-content: center;
    }

    .feature_block svg {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
    }

    .feature_block span {
        max-width: calc(100% - 50px);
        padding-left: 15px;
    }

    .contact_list {
        display: block;
    }

    .contact_list .contact_block {
        flex: 0 0 100%;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .contact_list .contact_block .block-content {
        display: flex;
        justify-content: start;
    }

    .contact_list .contact_block svg {
        width: 50px;
        height: 50px;
        margin-bottom: 0px;
    }

    .contact_list .contact_block .block-content .text-content {
        text-align: left;
        padding-left: 15px;
        max-width: calc(100% - 50px);
    }
}
