.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.active:focus,
.btn-white:hover:focus,
.btn-white:hover:active,
.btn-white:focus:active {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

@media screen and (min-width: 1140px) {
    .btn-white:not([disabled]):hover,
    .btn-white:not([disabled]).active:hover {
        background-color: var(--color-primary);
        color: #fff;
        border-color: var(--color-primary);
    }
}

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

.logotype-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: calc(var(--space-25) - 5px);
    margin-top: calc(var(--space-60) + 10px);
    margin-bottom: calc(var(--space-60) * 2 + 20px);
}

.page-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.mb-50 {
    margin-bottom: var(--space-50);
}

.page-heading .text {
    color: #fff;
}

.page-bg {
    position: absolute;
    inset: 0;
    top: 79px;
    z-index: -1;
}

.page-bg:after {
    content: "";
    inset: 0;
    background: var(--color-primary);
    opacity: 0.6;
    position: absolute;
}

.page-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    display: flex;
    margin-top: var(--space-50);
    margin-bottom: calc(var(--space-50) + var(--space-40));
    position: relative;
    justify-content: space-between;
}

.news-categories {
    width: 100%;
    max-width: 490px;


    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    margin-right: calc(var(--space-50) + var(--space-40) - 5px);
    padding-right: calc(var(--space-50) + var(--space-40) - 5px);
}

.news-categories-wrapper {
    position: relative;

    width: 490px;
}

.news-categories-title {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: var(--space-25);
    max-width: 275px;
}

.news-categories-item {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0.1em;
    display: flex;
    cursor: pointer;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.news-categories-item .caption {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-categories-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.news-categories-item-wrapper {
    margin-bottom: var(--space-40);
}

@media screen and (min-width: 1140px) {
    .news-categories-item:hover {
        background: #fff;
        color: var(--color-primary);
    }
}

.news-list {
    width: calc(100% - 490px);
}

.news-list {
    display: flex;
    flex-wrap: wrap;
}

.news-list.news-page .blog-item {
    width: 50%;
    padding: var(--space-40);
}

.news-list.news-page {
    margin: calc(var(--space-40) * -1);
}

.news-list.news-page .blog-title {
    color: #FFF;
    font-size: var(--font-24);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: calc(var(--space-25) + 5px);
    min-height: 5em;
    transition: all 0.3s;
    text-decoration: underline transparent;
}

.news-list.news-page .text {
    color: #FFF;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 2em; /* 200% */
    letter-spacing: 0.1em;
    text-justify: inter-word;
    word-spacing: 0.2em !important;
    hyphens: auto;
}

.news-list.news-page time {
    display: none;
}

.see-more {
    font-weight: 700;
}

.news-list.news-page .blog-thumb {
    overflow: hidden;
}

.news-list.news-page .blog-thumb img {
    transition: all 0.3s;
}

@media screen and (min-width: 1140px) {

    .news-list.news-page .blog-item-inner:hover .blog-thumb img {
        transform: scale(1.1);
    }

    .news-list.news-page .blog-item-inner:hover .blog-title {
        text-decoration-color: #fff;
    }

    .blog-item-inner:hover .blog-title {
        text-decoration: underline;
    }


    .blog-item-inner:hover .see-more {
        text-decoration: underline;
    }
}

.news-pagination {
    width: calc(100% - 490px);
    margin-left: auto;
    padding-left: calc(var(--space-50) + var(--space-40) - 5px);
}

.pagination-wrapper .btn.btn-white {
    width: 46px;
    height: 46px;
}

.pagination-wrapper ul li {
    padding: 0 20px;
}

.page-bg.darker::after {
    opacity: 0.9;
}

.mb-70 {
    margin-bottom: calc(var(--space-60) + 10px);
}

.news-view-title {
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: calc(var(--font-60) + 4px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    max-width: 1215px;
}

.news-view-img {
    display: flex;
    justify-content: center;
    margin-top: calc(var(--space-60) + 10px);
    margin-bottom: calc(var(--space-40) * 2);
}

.text-page .section-title {
    text-align: center;
}

.text-page {
    color: var(--color-primary) !important;
}

.text-page .section-title {
    color: var(--color-primary);
}

.text-page .section-header {
    flex-direction: column;
}

.text-page .breadcrumb > li + li:before {
    color: var(--color-primary);
}

.text-page .breadcrumb > li > a {
    color: var(--color-primary);
}

.text-page .text {
    color: var(--color-primary)
}

.news-view-text {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 200;
    line-height: 2em; /* 200% */
    letter-spacing: 0.1em;
}

.news-view-text h1,
.news-view-text h2,
.news-view-text h3,
.news-view-text h4,
.news-view-text h5,
.news-view-text h6 {
    font-size: var(--font-24);
}

.btn-return-wrapper {
    display: flex;
    justify-content: center;
    margin: calc(var(--space-50) + var(--space-40)) 0;
}

.gallery-hover-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.contact-top {
    position: relative;
    padding-bottom: calc(var(--space-60) * 2);
}

.contact-top-inner {
    display: flex;
    align-items: center;
    gap: var(--space-50);
}

.contact-top-right-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(var(--space-50) - 5px);
    margin-top: 50px;
}

.contact-top-right-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: var(--space-40);
}

.contact-top-right-item-title {
    color: #FFF;
    font-size: var(--font-24);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: calc(var(--space-25) + 5px);
}

.contact-top-right-item-content, .contact-top-right-item .text {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 2em; /* 200% */
    letter-spacing: 0.1em;
}

.section-bg.darker:after {
    background: var(--color-primary);
    opacity: 0.9;
}

.contact-top .section-title {
    margin-top: -25px;
}

a.contact-top-right-item-content {
    transition: all 0.3s;
    text-decoration: underline transparent;
}

@media screen and (min-width: 1140px) {
    a.contact-top-right-item-content:hover {
        text-decoration-color: #fff;
        color: #fff;
    }
}

.contact-page-form {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--space-60) + 10px);
    margin-bottom: calc(var(--space-50) + var(--space-40));
}

.contact-form-title {
    margin-bottom: calc(var(--space-25) - 5px);
    text-align: center;
    font-family: "Playfair Display";
    font-size: calc(var(--font-60) + 4px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


.form-element-name {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control, .form .form-control {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.05);
    border-color: transparent !important;
}

.captcha-image {
    display: flex;
    align-items: start;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    border-right: none;
    justify-content: center;
}

.form .form-group-lg .captcha-image-wrapper {
    border: 0;
}

.logotypes-page .section-title {
    text-align: center;
}

header {
    transition: all 0.3s;
}

header.sticky {
    background: var(--color-primary);
}

#main-menu ul li ul li a {
    background: var(--color-primary);
    display: flex;
    justify-content: center;
    color: #fff !important;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 50px;
    min-width: 266px;
}

#main-menu ul li ul li:last-child a {
    border-bottom: 0;
}

@media screen and (min-width: 1140px) {
    #main-menu ul li ul li a:hover {
        background: #31526D;
        color: #fff !important;
    }

    #main-menu ul li li a:hover:after {
        color: var(--color-primary);
    }
}

#main-menu > ul > li > a::after {
    content: '';
    position: absolute;
    background: #fff;
    width: calc(100% - 20px);
    height: 1px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    opacity: 0;
}

.subpage #main-menu > ul > li > a::after {
    bottom: -2px;
}

header.sticky #main-menu > ul > li > a::after {
    bottom: -2px;
}

#main-menu > ul > li.active > a::after {
    opacity: 1;
}

@media screen and (min-width: 1140px) {
    #main-menu > ul > li > a:hover::after {
        opacity: 1;
    }
}

.btn.active, .btn:active {
    box-shadow: none;
}

@media screen and (min-width: 1140px) {
    .news-categories-aside-btn {
        display: none;
    }

    .news-categories-shadow {
        display: none;
    }
}

