@media (max-width: 575px) {
    .header__bottom-link {
        max-width: 100%;
        text-align: center;
    }
}
.proposition__warning {
    gap: 24px;
    align-items: start;
}
.footer-nav .menu-item-gtranslate {
    display: none;
}
a.gt_switcher-popup.glink.notranslate span {
    color: #F9F9F9;
}
a.gt_switcher-popup.glink.notranslate img {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: white !important;
    color: white !important;
    padding: 10px;
}
.about-item:last-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    top: 0;
    background: #F9F9F9;
    z-index: 1;
    width: 50vw;
}
.about-bottom::after {
    height: 300px;
}
@media (max-width: 768px) {
    .about-item:last-child::before {
        display: none;
    }
}
.why__accordion {
    background: transparent;
}
.why__accordion-item {
    background: #F9F9F9;
}
.header-actions-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}
.header-lk-links-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-lk-links {
    color: #F9F9F9;
    font-size: 18px;
    padding: 5px 10px;
    font-weight: 500;
    line-height: 24px;
    transition: color .3s ease-in-out;
}
.header-lk-links:hover {
    color: #005BC4;
}
@media (min-width: 901px) {
    .header__bottom {
        bottom: -35px;
    }
}

.header .header__top-link {
    max-width: 350px;
}
.header .header__top-links {
    align-items: start;
}
@media (max-width: 1040px) and (min-width: 901px) {
    .header .nav__list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .header__bottom-link {
        max-height: 68px;
        min-width: max-content;
    }
    .header-actions-wrapper {
        flex-direction: row-reverse;
    }
    .header-lk-links-wrapper {
        flex-direction: column;
    }
    .header__bottom {
        padding: 10px 20px;
        bottom: -65px;
    }
}
@media (max-width: 900px) {
    .header__bottom-link {
        margin-top: 0;
    }
    .header-actions-wrapper {
        margin-top: 30px;
        width: 100%;
        justify-content: space-between;
    }
}
@media (max-width: 575px) {
    .header-actions-wrapper {
        flex-direction: column;
    }
    .header-lk-links-wrapper {
        gap: 30px;
    }
}
.proposition__bottom-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px
}
.proposition__bottom-subtitle {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.portfolio__left-content ul {
    color: #F9F9F9;
}
.proposition__top-item-content h6 {
    color: #808080;
}
.input {
    min-width: auto;
    width: 100%;
}
/* Support */
.support-accordion__inner {
    padding: 100px 16px;
    max-width: 894px;
    margin: 0 auto;
}
.support-accordion__title {
    color: #1E1E1E;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}
.support-accordion__subtitle {
    color: #1E1E1E;
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
@media (max-width: 768px) {
    .support-accordion__inner {
        padding: 56px 16px;
    }
}
.support-contacts__inner {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.support-contacts__left {
    background: #006882;
    max-width: 43.2%;
    width: 100%;
    padding: 53px 55px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
.support-contacts-text{
    max-width: 380px;
    width: 100%;
}
.support-contacts-links{
    max-width: 380px;
    width: 100%;
}
.support-contacts h3 {
    color: #F9F9F9;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
.support-contacts h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #F9F9F9;
}
.support-contacts p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #F9F9F9;
}
.support-button-wrapper {
    max-width: 100%;
    width: 100%;
}
.support-contacts__link {
    margin-top: 24px;
    background: #1E1E1E;
    padding: 16px 20px;
    max-width: 100%;
    border: 0;
    text-align: center;
    color: #F9F9F9;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.support-contacts__link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    transition: opacity .3s ease-in-out;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(90deg, #252525 41.5%, #8B8B8B 100%);
}
.support-contacts__link:hover::before {
    opacity: 1;
}
.support-contacts-links {
    margin-top: 56px;
}
.support-contacts__links-wrapper {
    margin-top: 24px;
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    gap: 24px;
}
.support-contacts__links-wrapper .header__top-link-body {
    color: #F9F9F9;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.support-contacts__links-wrapper .header__top-link {
    align-items: center;
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid #707070;
}
.support-contacts__links-wrapper .header__top-link-label {
    display: none;
}
.support-contacts__right {
    max-width: 56.8%;
    position: relative;
    width: 100%;
    padding: 112px 80px 100px;
}
.support-contacts__form .form-submit-btn {
    background: #1E1E1E;
    color: #F9F9F9;
    position: relative;
    z-index: 2;
}
.support-contacts__form .form-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    transition: opacity .3s ease-in-out;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(90deg, #252525 41.5%, #8B8B8B 100%);
}
.support-contacts__form .form-submit-btn:hover::before {
    opacity: 1;
}
.support-contacts__form .form-textarea{
    margin-top: 0;
}
.support-contacts__form .inpu-wrappers span{
    width: 100%;
}
.support-contacts__form .inpu-wrappers input {
    min-width: 100%;
}
.support-contacts__form {
    margin-top: 24px;
}
.support-contacts__form .wpcf7 form.sent .wpcf7-response-output {
    border-color: black !important;
    color: black !important;
    padding: 10px;
}
.support-contacts__frame {
    position: absolute;
    background: #252525;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.support-contacts__frame img {
    height: 31px;
    width: 152px;
}
.support-contacts__right-wrapper p {
    margin-top: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
@media (max-width: 1100px) {
    .support-contacts__left {
        padding: 56px 24px;
    }
    .support-contacts__right {
        padding: 84px 24px 24px;
    }
}
@media (max-width: 900px) {
    .support-contacts__inner {
        flex-direction: column;
    }
    .support-contacts__left {
        max-width: 100%;
        align-items: center;
    }
    .support-contacts__right {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .support-contacts__left {
        padding: 56px 16px;
    }
    .support-contacts__right {
        padding: 136px 16px 40px;
    }
    .form-textarea {
        height: 130px;
    }
}
/*breadcrumbs*/
.breadcrumbs {
    padding: 46px 0 20px;
}
.breadcrumbs__list {
    display: flex;
    padding: 0;
    gap: 8px;
    justify-content: start;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #707070;
}
.breadcrumbs-arrow {
    padding: 4px 7.5px;
}
/*Modal*/
.modal-support-cancel-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.modal-support-cancel-text{
    text-align: left !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 24px 0;
    color: #707070;
}
.modal-support-from {
    max-width: 540px;
    width: 100%;
}
.support-modal .modal__content {
    padding: 32px 100px;
}

.support-label {
    margin-top: 26px;
    display: flex;
    gap: 1px;
    flex-direction: column;
    align-items: stretch;
}
.support-label-name {
    margin: 0 !important;
    text-align: left !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #707070;
}
.support-input {
    padding: 16.5px 17px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    margin-top: 4px;
    outline: none;
    min-width: 540px;
}
.support-input,.support-input::placeholder {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #252525;
}
.modal-support-from span.wpcf7-form-control-wrap {
    margin: 0;
}
.support-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 16px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #252525;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    background: #F9F9F9;
    cursor: pointer;
    outline: #005BC4;
}
.select-wrappers-span .wpcf7-form-control-wrap,.wpcf7-form-control-wrap[data-name="your-language"] {
    position: relative;
}
.select-wrappers-span .wpcf7-form-control-wrap::before,.wpcf7-form-control-wrap[data-name="your-language"]::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("/wp-content/uploads/2024/11/arrow-gold.svg") center center / cover no-repeat;
    pointer-events: none;
}
.support-label-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.support-label-wrapper__item .support-input {
    max-width: 255px;
    min-width: auto;
    width: 100%;
}
.select-wrappers-span select {
    width: 123px;
}
.language-select.support-select {
    margin-top: 5px;
}
span.select-wrappers-span {
    margin: 0 !important;
    display: flex;
    gap: 10px;
    align-items: center;
}
.support-submit-form-button {
    background: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #F9F9F9;
    padding: 16px 25px;
    margin-top: 28px;
    margin-right: auto;
    display: block;
}
.support-checkbox .wpcf7-list-item-label {
    margin: 0;
    text-align: left;
}
.support-checkbox label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
@media(max-width: 768px) {
    .support-label-wrapper {
        flex-direction: column;
        align-items: start;
    }
    .support-input {
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    .support-modal .modal__content {
        padding: 0 24px;
    }
    .support-label-wrapper {
        align-items: stretch;
    }
    .support-label-wrapper__item .support-input {
        max-width: 100%;
    }
    .support-submit-form-button {
        max-width: 100%;
        width: 100%;
    }
}
.header #menu-item-146.current_page_item .nav__list-link{
    color: #006882;
}
.support-modal .wpcf7 form.sent .wpcf7-response-output {
    border-color: black !important;
    color: black !important;
}
.form-submit-btn,.support-contacts__link,.support-submit-form-button {
    cursor: pointer;
}
/*Text page*/
.text-page {
    padding: 50px 0 100px;
}
.text-page__title {
    text-align: center;
}
.text-page__content {
    margin-top: 50px;
}
.text-page__content p {
    margin-top: 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.text-page__content h2 {

}
.text-page__content h3 {
    margin-top: 24px;
    color: #1e1e1e;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
.text-page__content ol {
    padding-left: 20px;
    margin-top: 20px;
}
.text-page__content ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    list-style: none;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.text-page__content ul li {
    padding-left: 36px;
    position: relative;
}
.text-page__content ul li::before {
    content: "";
    position: absolute;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: block;
    left: 0;
    top: 0;
    background: url('assets/images/icons/marker-2.svg');
}
/*Cookie modal*/
.modal.cookie-modal .modal__body {
    max-width: 1000px;
}
.modal.cookie-modal {
    background: rgba(0,0,0,.8);
}
.cookie-modal-close {
    margin: 40px auto 0;
    cursor: pointer;
}
/* Footer */
.footer__payments {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.footer__payments p {
    display: block;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
}
.footer__payments img {
    max-width: 120px;
    height: 70px;
    max-height: 100%;
    object-fit: contain;
}
@media (max-width: 575px) {
    .footer__payments {
        flex-direction: column;
    }
}
.why__accordion-button::after {
    background-repeat: no-repeat;
}
.contacts__left {
    background: url("/wp-content/uploads/2025/01/contact-bg.png") center / cover no-repeat;
}
.form-submit-btn {
    border: none;
}
@media (min-width : 901px) {
    .modal__body::before {
        width : 414px;
    }
}
