:root {
    --Gray-1: #333333;
    --Gray-2: #4F4F4F;
    --Gray-3: #828282;
    --Gray-4: #BDBDBD;
    --Gray-5: #E0E0E0;
    --Gray-6: #F2F2F2;
    --Gray-7: #252525;
    --Gray-8: #303030;
    --Gray-9: #1C1C1C;
    --Gray-10: #20201F;
    --Gray-11: #2E2E2E;
    --Gray-12: #E5E5E5;
    --Gray-13: #1E1E1E;
    --Orange: #F2994A;
    --Orange-2: #FF7F50;
    --Yellow: #DABD01;
    --Yellow-2: #FFBF00;
    --Yellow-3: #C6AB00;
    --White: #FFFFFF;
    --Violet: #0D0C22;

    --Unbounded-12: normal 12px Unbounded, sans-serif;
    --Unbounded-14: normal 14px Unbounded, sans-serif;
    --Unbounded-16: normal 16px Unbounded, sans-serif;
    --Unbounded-20: normal 20px Unbounded, sans-serif;
    --Unbounded-24: normal 24px Unbounded, sans-serif;
    --Unbounded-32: normal 32px Unbounded, sans-serif;
    --Unbounded-36: normal 36px Unbounded, sans-serif;
    --Unbounded-40: normal 40px Unbounded, sans-serif;
    --Unbounded-48: normal 48px Unbounded, sans-serif;

    --Inter-10: normal 10px Inter, sans-serif;
    --Inter-12: normal 12px Inter, sans-serif;
    --Inter-14: normal 14px Inter, sans-serif;
    --Inter-16: normal 16px Inter, sans-serif;
    --Inter-18: normal 18px Inter, sans-serif;
    --Inter-20: normal 20px Inter, sans-serif;
    --Inter-24: normal 24px Inter, sans-serif;
    --Inter-48: normal 48px Inter, sans-serif;

    --Yellow-Border-1: 1px solid var(--Yellow);
    --Yellow-Border-2: 2px solid var(--Yellow);
    --Gray3-Border-1: 1px solid var(--Gray-3);
    --Gray2-Border-2: 2px solid var(--Gray-2);
}

body {
    background: var(--Gray-9);
    overflow-x: hidden;
    color: var(--Gray-4);
    font: var(--Inter-14);
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
}
a {
    color: var(--Yellow);
    font: var(--Inter-18);
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.18px;
}
a:hover {
    text-decoration: underline !important;
}
a.read_more_link {
    color: var(--Yellow);
    font: var(--Unbounded-14);
    font-weight: 800;
    line-height: 114%; /* 15.96px */
    text-transform: uppercase;
    text-decoration: none;
    background: url("../images/link.png") no-repeat right;
}
a.read_more_link:hover {
    text-decoration: none !important;
    border-bottom: 2px solid var(--Yellow);
}
h2, h3, h4, h5 {
    font-weight: 700;
    line-height: 130%; /* 46.8px */
    text-transform: uppercase;
}
h1 {
    color: var(--Gray-6);
    font: var(--Unbounded-48);
    font-weight: 800;
    line-height: 114%; /* 54.72px */
    text-transform: uppercase;
}
h2 {
    color: var(--Gray-6);
    font: var(--Unbounded-36);
}
h3 {
    color: var(--Yellow);
    font: var(--Unbounded-32);
}
h3 span {
    color: var(--Gray-6);
}
h4 {
    color: var(--Gray-6);
    font: var(--Unbounded-36);
}
h5 {
    color: var(--Gray-2);
    font: var(--Unbounded-14);
    text-align: center;
    letter-spacing: 2.1px;
}
h6 {
    color: var(--Gray-6);
    font: var(--Unbounded-14);
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
button[type="submit"] .loader {
    display: none;
}
.no-scroll {
    overflow: hidden;
}
#mainTextBlock h1 {
    font-size: 48px;
    font-weight: 800;
    color: var(--Yellow);
    text-shadow: 0 0 4px #000000;
}
#mainTextBlock h2 {
    color: var(--Gray-5);
    font: var(--Unbounded-24);
    font-weight: 800;
}
#mainTextBlock p#hotlinePhoneHeader {
    font: var(--Inter-20);
}
#mainTextBlock p {
    color: var(--White);
    font: var(--Inter-24);
    font-weight: 400;
    line-height: 24px; /* 100% */
}
#commanders h3 {
    text-transform: initial;
}
.container img {
    max-width: 100%;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}
.head-paragraph {
    color: var(--Gray-6);
    font: var(--Inter-24);
    font-weight: 400;
    line-height: 135%; /* 32.4px */
    letter-spacing: 0.36px;
}
#aboutUsScreen {
    background: url("../images/about_us_1.1.0.png") no-repeat center center;
    background-size: cover;
    height: 640px;
}
#ourSymbols {
    background: var(--Gray-7);
}
#ourHerous {
    color: var(--Gray-4);
    font: var(--Inter-16);
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
}
#ourHerous h6 {
    color: var(--Gray-6);
    font: var(--Unbounded-24);
    font-weight: 500;
    line-height: normal;
}
#mainScreen #mainScreenCover {
    background-image: url("../images/MAIN_IMAGE_1.1.0.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: calc(100vh - 150px);
    min-height: 700px;
    max-height: 1100px;
}
#mainScreen #headerFormInner .container {
    height: 120px;
    position: relative;
}
#mainScreen #headerFormInner #headerFormContainer {
    position: absolute;
    bottom: 0;
    left: 0;
}
#mainMenu {
    background: linear-gradient(180deg, #0B0B0B 0%, rgba(0, 0, 0, 0.00) 106.11%);
}
@keyframes slideDown {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes slideUp {
    from {
        height: 100%;
    }
    to {
        height: 0;
    }
}
.slideDown {
    animation: slideDown 0.25s forwards;
}

.slideUp {
    animation: slideUp 0.25s forwards;
}
#mobileMenu {
    background: var(--Gray-13);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    height: 0;
}
#mobileMenu.menu-open {
    height: 100%;
    animation-name: slide-down;
    animation-duration: 1s;
}
.menu-separator,
.menu-separator:hover {
    text-decoration: none !important;
}
#mobileMenu li,
#mainMenu #navbarToggler li,
#mobileMenu li a,
#mainMenu #navbarToggler li a {
    color: var(--Gray-6);
    font: var(--Unbounded-12);
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
}
#mainMenu li a.hotline-link,
#mobileMenu li a.hotline-link {
    color: var(--Yellow) !important;
    text-decoration: underline;
}
#mainMenu li a.hotline-link:hover,
#mobileMenu li a.hotline-link:hover {
    text-decoration: underline;
    text-underline-offset: auto !important;
    text-decoration-thickness: auto !important;
}
#mainMenu #navbarToggler li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#mobileMenu li {
    height: 50px;
    border-top: var(--Gray3-Border-1);
}
#mobileMenu li:last-child {
    border-bottom: var(--Gray3-Border-1);
}
#mobileMenu li a {
    line-height: 50px;
}
#mainMenu #navbarToggler .navbar-nav {
    margin: 0 auto !important;
}
.wolverine-logo {
    width: 182px;
    min-width: 182px;
    height: 69px;
    background: transparent url("../images/logo+68-white 2.svg") no-repeat center;
    position: relative;
}
.wolverine-logo:hover {
    position: relative;
}
.wolverine-logo:after {
    content: '';
    position: relative;
    background: transparent url("../images/logo+68-highlight.svg") no-repeat center;
    background-size: contain;
    width: 182px;
    height: 69px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.wolverine-logo:hover:after {
    opacity: 1;
}
.swal-button,
.btn-custom,
.btn-custom[disabled] {
    border-radius: 0;
    background: var(--Yellow);
    color: var(--Gray-10);
    font: var(--Unbounded-14);
    font-weight: 800;
    text-transform: uppercase;
    height: 62px !important;
    line-height: 62px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.swal-button,
.cut-top-right-sm {
    position: relative;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}
.swal-modal,
.cut-top-right-lg {
    position: relative;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}
.swal-modal:before,
.swal-button:before,
.cut-top-right-sm:before,
.cut-top-right-lg:before {
    content: '';
    position: absolute;
    top: -1px;
    right: -3px;
    width: 0;
}
.swal-button:before,
.cut-top-right-sm:before {
    border-top: 12px solid var(--Yellow);
    border-left: 12px solid transparent;
}
.swal-modal:before,
.cut-top-right-lg:before {
    border-top: 20px solid var(--Yellow);
    border-left: 20px solid transparent;
}
.cut-top-right-sm.secondary-corner:before {
    border-top: 12px solid var(--Gray-3);
}
.cut-top-right-lg.secondary-corner:before {
    border-top: 20px solid var(--Gray-3);
}
.navbar-toggler {
    border-radius: 0;
    background-color: var(--Yellow);

}
.swal-button:not([disabled]):hover,
.swal-buttonm:hover,
.btn-custom:hover {
    background: var(--Yellow-3) !important;
    color: var(--Gray-10);
}
#socialFiller {
    width: 1px;
    height: 150px;
}
#sendFormHeader {
    background: #333;
    border: 1px solid var(--Yellow);
    margin-bottom: 16px;
}
#sendFormHeader #paymentSystemButtons {
    color: var(--Gray-6);
    font: var(--Inter-20);
    font-weight: 500;
    line-height: 24px; /* 120% */
    cursor: pointer;
    border-bottom: 2px solid var(--Gray-5);
}
#sendFormHeader #paymentSystemButtons div {
    position: relative;
}
#sendFormHeader #paymentSystemButtons div:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
}
#sendFormHeader #paymentSystemButtons div:hover:after,
#sendFormHeader #paymentSystemButtons .active:after {
    height: 4px;
    bottom: -4px;
    background: var(--Yellow);
    border-radius: 0 0 2px 2px;
}
#sendFormHeader input[type="text"],
#sendFormHeader .input-group-text {
    color: var(--Gray-6);
    font: var(--Inter-48);
    height: 60px;
    border: none;
    background: none;
    border-radius: 0;
    border-bottom: 2px solid var(--Gray-5);
    font-weight: 500;
}
#sendFormHeader .badge {
    border: 2px solid var(--Gray-4);
    padding: 12px 12px 10px 12px;
    cursor: pointer;
    margin-right: 5px;
}
#sendFormHeader .badge:hover {
    border-color: var(--Yellow);;
    color: var(--Yellow);;
}
#sendFormHeader .input-group-text {
    font-size: 32px;
}
#sendFormHeader input[type="text"]::placeholder {
    color: var(--Gray-6);
}
#sendFormHeader .one-time {
    display: none;
}
.inline-hint {
    color: var(--Gray-4);
    font: var(--Inter-14);
    text-align: right;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    font-style: italic;
}
#sendFormHeader .inline-hint,
#sendFormHeader .inline-hint a {
    font: var(--Inter-12);
}
.font-italic {
    font-style: italic;
}
#socialLinksMobile .social-item,
#mainScreen .social-item a {
    color: var(--Gray-6);
    font: var(--Unbounded-12);
    font-weight: 500;
    line-height: 114%; /* 13.68px */
    text-transform: uppercase;
    text-decoration: none;
}
#fightingPicture {
    background: #333;
}
#fightingCounter {
    color: var(--Gray-3);
    font: var(--Inter-14);
    text-align: center;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
#fightingCounter .counter {
    color: var(--Yellow);
    font: var(--Unbounded-24);
    font-weight: 800;
    line-height: 114%; /* 27.36px */
    text-transform: uppercase;
}
#fightingCounter table {
    position: relative;
    border-bottom: 1px solid var(--Gray-3);
}
#counterDescription {
    color: var(--Gray-4);
    font: var(--Unbounded-14);
    text-align: center;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
#destroyedTechnicsCounter {
    color: var(--Gray-4);
    font: var(--Inter-20);
    font-weight: 400;
    line-height: normal;
}
#destroyedTechnicsCounter .counter {
    color: var(--Gray-5);
    font: var(--Unbounded-40);
    font-weight: 700;
    line-height: 130%; /* 52px */
    text-transform: uppercase;
}
#destroyedTechnicsCounter tr {
    border-bottom: 2px solid var(--Gray-2);
}
#destroyedTechnicsCounter tr:first-child {
    border-top: 2px solid var(--Gray-2);
}
#destroyedTechnicsCounter .destroyed-icon {
    width: 97px;
    height: 32px;
    display: block;
    background: url("../images/technics-spritesheet.png");
}
#destroyedTechnicsCounter .destroyed-icon.helicopter {
    background-position: 0 0;
}
#destroyedTechnicsCounter .destroyed-icon.plane {
    background-position: -97px 0;
}
#destroyedTechnicsCounter .destroyed-icon.tank {
    background-position: -194px 0;
}
#destroyedTechnicsCounter .destroyed-icon.art {
    background-position: -582px 0;
}
#destroyedTechnicsCounter .destroyed-icon.vehicle {
    background-position: -388px 0;
}
#destroyedTechnicsCounter .destroyed-icon.drone {
    background-position: -679px 0;
}
#destroyedTechnicsCounter .destroyed-icon.armor {
    background-position: -483px 0;
}
#destroyedTechnicsCounter .destroyed-icon.troop {
    background-position: -276px 0;
}
.flex-control-paging li a {
    background: #D9D9D9 !important;
}
.metaslider .flexslider .flex-control-nav a.flex-active {
    background: var(--Yellow) !important;
    border: 2px solid #D9D9D9;
    box-sizing: content-box;
}
.link-le-grande {
    color: var(--Yellow);
    font: var(--Unbounded-14);
    font-weight: 800;
    line-height: 114%; /* 15.96px */
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid var(--Yellow);
}
a.link-le-grande:hover {
    text-decoration: none !important;
    border-bottom: none;
}
#sendForm {
    background-image: linear-gradient(to left, transparent, var(--Gray-9)), url("../images/FORM_SENDING.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#sendForm input[type="text"],
#sendForm input[type="tel"],
#sendForm select {
    height: 48px;
    border-radius: 0;
}
#sendForm input[type="checkbox"] {
    border-radius: 0;
}
#sendForm input[type="checkbox"],
#sendForm input[type="radio"] {
    cursor: pointer;
}
#sendForm .form-check-input:checked {
    background-color: var(--Gray-2);
    border-color: var(--Gray-2);
}
#accordionFaq .accordion-item {
    border-radius: 0;
    background: none;
    border-top: 2px solid var(--Gray-2);
    border-bottom: none;
    border-left: none;
    border-right: none;
}
#accordionFaq .accordion-item:last-child {
    border-bottom: 2px solid var(--Gray-2);
}
#accordionFaq .accordion-item .accordion-button {
    color: var(--Gray-6);
    font: var(--Unbounded-24);
    border-radius: 0;
    background: none;
    font-weight: 500;
    line-height: normal;
    border: none;
    box-shadow: none;
}
#accordionFaq .accordion-body {
    color: var(--Gray-4);
    font: var(--Inter-16);
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
}

#accordionVacancies .accordion-item {
    border-radius: 0;
    background: none;
    border-top: 2px solid var(--Gray-2);
    border-bottom: none;
    border-left: none;
    border-right: none;
}
#accordionVacancies .accordion-item:last-child {
    border-bottom: 2px solid var(--Gray-2);
}
#accordionVacancies .accordion-item .accordion-button {
    border-radius: 0;
    background: none;
    color: var(--Gray-6);
    font: var(--Unbounded-24);
    font-weight: 500;
    line-height: normal;
    border: none;
    box-shadow: none;
}
#accordionVacancies .accordion-body {
    color: var(--Gray-4);
    font: var(--Inter-16);
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
}
.accordion-button::after,
.accordion-button.collapsed::after {
    content: '';
    transform: none;
    background-image: url("../images/plus.png") !important;
}
#donateUs {
    background-image: url("../images/DONATE.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#donateUs #donateCard {
    background: var(--Gray-7);
    border: 1px solid var(--Yellow);
}
#donateUs #donateCard h2 {
    color: var(--Yellow);
    font: var(--Unbounded-36);
    font-weight: 700;
    line-height: 130%; /* 46.8px */
    text-transform: uppercase;
}
#donateUs #donateCard h3 {
    color: var(--Gray-6);
    font: var(--Unbounded-24);
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    text-transform: uppercase;
}
#donateUs #donateCard p {
    color: var(--Gray-5);
    font: var(--Inter-14);
}
.donate-type {
    color: #000;
    font: var(--Unbounded-14);
    background: var(--Gray-2);
    border: 2px solid transparent;
    font-weight: 800;
    line-height: 114%; /* 15.96px */
    text-transform: uppercase;
    text-decoration: none;
}
a.donate-type:hover {
    border: 2px solid var(--Yellow);
}
a.donate-type:hover+p {
    color: var(--Yellow);
}
.bordered {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}
.bordered-bottom {
    border-bottom: 2px solid #333;
}
#footer .container .contact-item {
    color: var(--Gray-3);
    font: var(--Inter-18);
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
}
#footer .container a.contact-item {
    text-decoration: none;
}
#footer .container .copyright-line {
    color: var(--Gray-2);
    font: var(--Inter-18);
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
}
#wolverineOathContainer {
    position: relative;
    padding: 50px 50px 25px 50px;
}
#wolverineOathContainer p {
    /*text-indent: 20px;*/
}
.smashed-border::before,
.smashed-border::after {
    content: '';
    width: 100px;
    height: 2px;
    background: var(--Yellow);
    display: block;
    rotate: 315deg;
    position: absolute;
}
.smashed-border::before {
    left: -15px;
    top: 35px;
}
.smashed-border::after {
    right: -15px;
    bottom: 35px;
}
.wpcp-carousel-section {
    position: relative;
    margin: 0 !important;
    padding-bottom: 45px;
}
.wpcp-carousel-section.nav-vertical-center .swiper-button-next,
.wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
    position: absolute !important;
    top: unset;
    bottom: 0 !important;
    border: 2px solid var(--Gray-2) !important;
    width: 60px;
    height: 32px;
}
.wpcp-carousel-section.nav-vertical-center .swiper-button-next:hover,
.wpcp-carousel-section.nav-vertical-center .swiper-button-prev:hover {
    border: 2px solid var(--Yellow) !important;
}
.carousel-buttons-left .wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
    right: unset;
    left: 0;
}
.carousel-buttons-left .wpcp-carousel-section.nav-vertical-center .swiper-button-next {
    right: unset;
    left: 80px;
}
.carousel-buttons-right .wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
    left: unset;
    right: 80px;
}
.carousel-buttons-right .wpcp-carousel-section.nav-vertical-center .swiper-button-next {
    left: unset;
    right: 0;
}
.eger-icon {
    width: 24px;
    height: 24px;
    background: url("../images/arrows-spritesheet.png") center center no-repeat;
}
.eger-icon.arrow-left {
    background-position: 0 0;
}
.wpcp-carousel-section.nav-vertical-center .swiper-button-prev:hover .eger-icon.arrow-left {
    background-position: -48px 0;
}
.eger-icon.arrow-right {
    background-position: -24px 0;
}
.wpcp-carousel-section.nav-vertical-center .swiper-button-next:hover .eger-icon.arrow-right {
    background-position: -72px 0;
}
#mobileMenu a.nav-link.active,
#mobileMenu a.nav-link:hover,
#mainMenu a.nav-link.active,
#mainMenu a.nav-link:hover {
    text-decoration: underline !important;
    text-decoration-color: var(--Yellow) !important;
    text-underline-offset: 9px;
    text-decoration-thickness: 2px !important;
}
#fbPosts a {
    text-decoration: none !important;
}
#fbPosts a:hover .fb_title,
#fbPosts a:hover .fb_description {
    color: var(--Yellow);
}
#fbPosts a:hover .fb_icon {
    border: 2px solid var(--Yellow);
}
.fb_icon {
    height: 320px;
    border: 2px solid transparent;
    background-size: cover !important;
}
.fb_title {
    color: var(--Gray-6);
    font: var(--Unbounded-14);
    font-weight: 500;
    line-height: normal;
}
.fb_description {
    color: var(--Gray-4);
    font: var(--Inter-14);
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    letter-spacing: 0.14px;
}
.fb_separator {
    border: 2px solid var(--Yellow);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.fb_separator a {
    border-bottom: 2px solid transparent;
}
.fb_separator:hover a {
    border-bottom: 2px solid var(--Yellow);
}
.checkboxes-list {

}
.checkboxes-list .checkbox-list-item {
    border: 1px solid var(--Gray-6);
    height: 32px;
    color: var(--Gray-6);
    font: var(--Inter-18);
    font-weight: 400;
    letter-spacing: 0.18px;
    cursor: pointer;
    line-height: 110%;
}
.checkboxes-list .checkbox-list-item:hover,
.checkboxes-list .checkbox-list-item.active {
    border: 1px solid var(--Yellow);
}
.checkboxes-list .checkbox-list-item.yes-no-item {
    width: 64px;
}
#commanders h3 {
    color: var(--Gray-6);
    font: var(--Unbounded-24);
}
#commanders h3 span {
    color: var(--Yellow-2);
}
#commanders .commander-description p:first-child {
    font-style: italic;
    margin-bottom: 30px;
}
.numerated-list {
    list-style-type: none;
    counter-reset: level1;
    margin: 0;
    padding: 0;
}
.numerated-list li {
    display: block;
    border-top: 2px solid var(--Yellow);
    padding: 10px 0 10px 30px;
}
.numerated-list li:before {
    color: var(--Gray-2);
    background: var(--Yellow);
    margin-left: -30px;
    min-width: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.numerated-list > li:last-child {
    border-bottom: 2px solid var(--Yellow);
}
.numerated-list > li:before {
    content: counter(level1);
    counter-increment: level1;
}
.vacancy-counter {
    color: var(--Yellow);
    font: var(--Unbounded-14);
    font-weight: 500;
    line-height: normal;
}
.wpcp-carousel-section .swiper-wrapper {
    align-items: baseline;
}
#commandersCarousel .wpcp-post-title {
    color: var(--Yellow-2);
    font: var(--Unbounded-14);
    text-transform: initial;
    margin: 0;
    font-weight: 500;
    line-height: normal;
}
#commandersCarousel .wpcp-post-title span {
    color: var(--Gray-6);
}
.wpcp-post-carousel .wpcp-single-item .wpcp-all-captions {
    padding: 10px 0 0 0;
}
.wpcp-post-content {
    color: var(--Gray-4);
    font-family: var(--Inter-14);
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    letter-spacing: 0.14px;
}
.wpcp-post-carousel.wpcp-carousel-section {
    padding-bottom: 33px;
}
.wpcp-single-item h2.wpcp-post-title a {
    color: var(--Gray-6);
    font: var(--Unbounded-14);
    font-weight: 500;
    line-height: normal;
}
.spoiler-hidden {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
}
.money-report-target {
    background: var(--Gray-1);
    border: var(--Yellow-Border-1);
}
#moneyReports h6 {
    background: var(--Gray-2);
    font: var(--Unbounded-14);
    color: var(--Gray-9);
    font-weight: 700;
    line-height: 130%; /* 18.2px */
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
.money-report-target .amount {
    color: var(--Yellow);
    font: var(--Unbounded-48);
    font-weight: 700;
    line-height: 130%; /* 62.4px */
    text-transform: uppercase;
    overflow: auto;
}
.money-report-target .amount .currency {
    font: var(--Unbounded-20);
}
.money-report-target .current-date {
    color: var(--White);
    font: var(--Unbounded-12);
    text-align: center;
    font-weight: 700;
    line-height: 130%; /* 15.6px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
    border-top: var(--Gray2-Border-2);
}
.money-report-block {
    background: var(--Gray-9);
    border: var(--Gray3-Border-1);
    min-height: 260px;
    position: relative;
}
.money-report-block .percent-amount {
    color: var(--Yellow);
    font: var(--Unbounded-40);
    font-weight: 700;
    line-height: 130%; /* 52px */
    text-transform: uppercase;
}
.money-report-block .money-amount,
.money-report-block .money-destination {
    color: var(--Gray-3);
    font: var(--Unbounded-16);
    font-weight: 500;
    line-height: 130%; /* 20.8px */
}
.money-report-block .money-destination {
    color: var(--White);
}
.money-report-block .money-destination-description {
    color: var(--Gray-5);
    font: var(--Inter-16);
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
    position: absolute;
    bottom: 0;
}
#drones-report-block {
    background: url("../images/drone.png") no-repeat center right var(--Gray-1);
}
#medicine-report-block {
    background: url("../images/medecine.png") no-repeat center right;
}
#transport-report-block {
    background: url("../images/car.png") no-repeat center right var(--Gray-1);
}
#equipment-report-block {
    background: url("../images/equip.png") no-repeat center right;
}
#connection-report-block {
    background: url("../images/motorola.png") no-repeat center right var(--Gray-1);
}
.payment-system-block {
    background: var(--Gray-1);
    border: var(--Gray3-Border-1);
    font: var(--Inter-18);
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
    font-weight: 400;
}
.payment-system-block .title {
    color: var(--White);
    font: var(--Unbounded-24);
    font-weight: 500;
}
.payment-system-block .description {
    color: var(--Gray-4);
}
.payment-system-block .details {
    color: var(--Gray-6);
    text-transform: uppercase;
}
.payment-system-block .payment-system {
    border: var(--Yellow-Border-2);
    color: var(--Yellow);
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    height: 46px;
}
.payment-system-block .payment-title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
    line-height: 44px;
}
.payment-system-block .payment-system .copy,
.payment-system-block .payment-system .copied {
    background: linear-gradient(to right, transparent, transparent 0%, var(--Gray-1) 10%, var(--Gray-1));
    color: var(--Gray-6);
    font: var(--Unbounded-14);
    position: absolute;
    right: 0;
    top: 0;
    text-transform: none;
    height: 100%;
    cursor: pointer;
    padding-top: 12px;
}
.payment-system-block .payment-system .copied {
    display: none;
}
.payment-separator {
    height: 120px;
}
.no-border-radius {
    border-radius: 0;
}
.modal-dialog .modal-content {
    background: var(--Gray-1);
    border: var(--Yellow-Border-1);
}
.modal-dialog .modal-header {
    border: none;
}
.modal-dialog .btn-close {
    background: url(../images/plus.png) no-repeat center center;
    transform: rotate(-45deg);
    background-size: 85%;
}
.swal-modal {
    background: var(--Gray-1);
    border: var(--Yellow-Border-1);
    border-radius: 0;
}
.swal-button,
.swal-button-container {
    width: 100%;
}
.swal-button {
    padding: 10px;
}
.swal-text {
    color: var(--Gray-6);
}
.swal-icon--success__hide-corners,
.swal-icon--success:before,
.swal-icon--success:after {
    display: none;
}
.menu-button {
    color: var(--Gray-1);
    font: var(--Unbounded-12);
    font-weight: 800;
    line-height: 114%; /* 13.68px */
    text-transform: uppercase;
}
.language-switcher-wrapper {
    border: var(--Gray3-Border-1);
    position: relative;
    min-width: 150px;
}
.language-switcher-wrapper::after {
    content: "\23F7";
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: -1;
}
.language-switcher-wrapper .language-dropdown {
    width: 100%;
    background: var(--Gray-1);
}
.language-switcher-wrapper li,
.language-switcher-wrapper li .language-dropdown li a {
    padding: 10px 25px 10px 15px;
}
.language-switcher-wrapper li .language-dropdown li {
    padding: 0;
}
.language-switcher-wrapper li .language-dropdown li a {
    color: var(--Gray-4);
    font: var(--Inter-14);
    text-decoration: none;
    display: block;
}
p a,
li a,
label a {
    font-size: inherit;
}
.breathing-item {
    animation: zoom-in-zoom-out 3s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
.wpm-switcher-dropdown .wpm-language-dropdown a,
.wpm-switcher-list .wpm-language-dropdown li a,
.wpm-switcher-list .wpm-language-dropdown li>span {
    color: var(--Yellow-2);
}

.anketa-text {
    color: var(--Gray-6);
    font: var(--Inter-18);
}
.anketa-label,
.form-check-label,
.donate-system-name {
    color: var(--Gray-6);
    font: var(--Inter-14);
}
.donate-system-name {
    font-style: italic !important;
}
#footer .container a.contact-item-email {
    text-decoration: underline;
}

.about_us_logo {
    display: grid;
    place-items: center;
}

#mainMenu #navbarToggler li a.hotline-link {
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
}