/*
Theme Name: 64Ombr

*/

@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1560px !important;
        padding: 0 20px;
    }

    .news .container, .lets-go .container, .support .container, .visual-section .container, .custom-text-page .container {
        max-width: 1266px !important;
    }
}

@media (min-width: 1900px) {

    .mobile-open__menu .container {
        max-width: 1845px;
    }
}

.page-content p{
	color: #fff;
}

@font-face {
  font-family: 'UAFSans';
  src: url('./assets/font/UAFSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UAFSans';
  src: url('./assets/font/UAFSans-Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UAFSans';
  src: url('./assets/font/UAFSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UAFSans';
  src: url('./assets/font/UAFSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UAFSans Condensed';
  src: url('./assets/font/UAFSans-CondUltra.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
    font-family: 'UAFSans', sans-serif !important;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 40px 0;
}

.wp-video {
    margin: 0 auto;
}

.header__social a {
    margin-left: 35px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.team__name a {
    text-decoration: none;
    color: #FFFFFF;
}

.team-video-wrapper {
    margin: 40px 0;
    position: relative;
    z-index: 22;
}

.team__title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 44;
        width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #00000069;
        font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Співвідношення 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #38473d;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
  transition: height 1s ease-in-out;
}

.single iframe {
	width: 100% !important;
	height: 700px !important;
}

.preloader-content img {
  max-width: 94%;
    width: 700px;
    height: auto;
    margin: 0 auto;
    display: block
}

#preloader.hide {
  height: 0;
}

.page-template-default .page-content {
	color: white;
}

.page-template-default .page-content img {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header__social a:first-child {
    margin-left: 0;
}

.header__logo img {
    max-width: 535px;
    width: 100%;
    
    height: auto;
}

.header__social svg {
    width: 35px;
    height: 35px;
    fill: #fff;
}
.banner {
    background: url('./assets/img/banner.webp') no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    background-attachment: fixed;
    min-height: 960px;
}

.header__link--block {
    background-color: #46612B00;
    margin: 0px 0px 0px 0px;
    padding: 14px 14px 14px 14px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #C0C0C0;
    margin-left: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;

}

.header__link--block:hover {
    background-color: #ffffff15;
    border-color: #FFFFFF;
}

.header__link--block:last-child {
    padding-left: 24px;
    padding-right: 24px;
}

.header__link-items {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #FFFFFF;
}

.header__link-helper {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
    color: #C0C0C0;
}

.header__nav-item {
    margin-left: 20px;
    list-style: none;

}

.header__nav-item:first-child {
    margin-left: 0;
}

.header__nav-item a {
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.header__nav-item a:hover {
    color: #94ae7a;
}

.header__nav {
    margin-top: 20px;
}

.banner__content {
    position: absolute;
    top: 56%;
    right: 8%;
    text-align: center;
}

@keyframes shake {
  0% {
    transform: translateX(-80px);
    filter: blur(1.2px);
    opacity: 0;
  }
  25% {
    transform: translateX(40px);
    filter: blur(0.8px);
    opacity: 1;
  }
  50% {
    transform: translateX(-25px);
    filter: blur(0.5px);
  }
  75% {
    transform: translateX(10px);
    filter: blur(0.2px);
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}

.banner__content h1 {
  display: block;
  font-size: 152px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
  color: #FEFEFE;
  animation: shake 0.3s ease-out;
  position: relative;
  text-shadow: 0 0 17px rgba(105, 162, 140, .94);
  user-select: none;
  white-space: nowrap;
  filter: blur(.009em);
}

.banner__content span {
  display: block;
  font-size: 69px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
  color: #FEFEFE;
  margin-top: 4.5rem;
  animation: shake 0.3s ease-out;
  position: relative;
  text-shadow: 0 0 17px rgba(105, 162, 140, .94);
  user-select: none;
  white-space: nowrap;
  filter: blur(.009em);
}

/* News */

.news, .lets-go, .support {
    padding: 80px 0;
    
}

body {
    background: url('./assets/img/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news h2, .lets-go .lets-go__title, .supoprt__title, .ptront__title {
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 96px;
    color: #FFFFFF;
    margin-bottom: 80px;
    position: relative;
    z-index: 22;
}

.accordion-header {
    margin-bottom: 0 !important;
}

.news img {
    width: 100%;
    height: auto;
}

.news__info {
    display: block;
    margin-top: 5px;
    text-decoration: none;
}

.news__info h3 {
        font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news__item:hover h3 {
    color: #EA0E0E;
}

.news__image {
    position: relative;
    overflow: hidden; /* обов’язково! */
    display: block;
}

.news__image img {
    width: 100%; /* картинка займає всю ширину блоку */
    height: 100%;
    object-fit: cover; /* щоб не деформувалась */
    transition: transform 0.8s ease;
    will-change: transform;
}

.news__image:hover img {
    transform: scale(1.1);
}

.lets-go span, .support__content span, .ptront span {
        font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    color: #CAD1CC;
} 

.lets-go .lets-go__title, .supoprt__title, .ptront__title {
    margin-bottom: 50px;
}

.lets-go__content {
    margin-bottom: 120px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-item {
    margin-top: 1rem;
    border: none !important;
        
}

.accordion-item:first-of-type {
    margin-top: 0;
}

.accordion-button {
    background-color: #5d6b4e !important;
    transition: all 0.3s ease !important;
    border: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    font-size: 19px !important;
    line-height: 35.5px;
    font-weight: 600;
    color: #FFFFFF !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.accordion-button.collapsed {
    background-color: #B5C7A3 !important;
    color: #000000 !important;
}

.accordion-button.collapsed:hover {
    color: #FFFFFF  !important
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:hover {
    color: #FFFFFF;
    background-color: #5d6b4e !important;
}

.accordion-item .accordion-body {
    background-color: #DDEDCD;
    color: #333 !important;
    padding: 30px 30px 30px 30px;
}

.accordion-button svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    fill: #000;
    transition: transform 0.3s ease;
}

.accordion-button.collapsed svg {
    transform: rotate(0deg);
    fill: #000000;
}

.accordion-button:hover svg {
    fill: #FFFFFF;

}
.accordion-button.collapsed:hover svg {
    fill: #FFFFFF;
}
.accordion-button svg {
    transform: rotate(90deg);
    fill: #FFFFFF;
}

.lets-go__block--title, .form-block__title {
        font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.lets-go__form label {
        color: #d7d7d7;
    font-size: 19px;
    margin-bottom: 9px;
}

.lets-go__form input, .lets-go__form textarea {
        width: 100%;
    box-sizing: border-box;
    padding: 14px;
    font-size: 24px;
    border: 2px solid #2f342a;
    border-radius: 0;
}

.lets-go__form input:focus, .lets-go__form textarea:focus, .lets-go__form input:active, .lets-go__form textarea:active {
    outline: none;
    border-color: none;
}

.phone-block a:hover {
	transform: none !important;
}

select {
    width: -webkit-fill-available;
    box-sizing: border-box !important;
    height: 66px;
    padding-left: 1rem !important;
    font-size: 24px !important;
    border: 2px solid #2f342a !important;
    border-radius: 0 !important;
}

.expiriences {
    margin-left: 1rem;
}

.lets-go__form .wpcf7-submit {
        display: block;
    border-radius: 0;
    border: 2px solid #2f342a;
    background: #46612b;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 23px;
    margin-top: 37px;
    width: fit-content !important;
    transition: all 0.3s ease;
}

.lets-go__form button:hover, .btn:hover {
    background: #5d6b4e !important;
    border-color: #5d6b4e !important;
}

.phone-block {
    margin-right: 1rem;
}

.phone-block a {
    color: #B5C7A3;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 0.5rem;

}

.phone-block a:last-of-type {
    margin-bottom: 0;
}

.social-block {
    margin-left: 1rem;
}

.social-block svg {
    width: 50px;
    height: 50px;
    fill: #FFFFFF;
}

.social-block a {
    text-decoration: none;
    margin-right: 2rem;
}

.lets-go__contact {
    margin-top: 80px;
}

.support-text-block {
    margin-top: 80px;
}

.support-text-block .bold {
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 36px !important;
    color: #FFFFFF !important;
    margin-bottom: 1.5rem !important;
}

video.team-video {
    width: 100%;
}

.support-text-block span {
    font-weight: 700;
}

.support-text-block p {
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 36px!important;
    color: #CAD1CD !important;
    margin-bottom: 0 !important;
        margin-top: 0 !important;
}

.content-bank {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #000;
    width: fit-content;
}

.content-bank a {
        font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 1rem;
    margin-right: 2rem;
}

.ptront {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url('./assets/img/map-of-ua-background.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
}

.ptront__title {
    display: block;
    max-width: 682px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.ptront-link {
    margin-top: 70px;
}

.ptront-link__item {
    color: #B5C7A3;
    font-size: 60px;
    font-weight: 700;
    text-decoration: none;
}

.ptront-link .link {
        font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ptront-social__link svg {
    width: 50px;
    height: 50px;
    fill: #FFFFFF;
}

.ptront-social__link a {
    text-decoration: none;
    

}

.ptront-social__link {
    margin-right: 1rem;
}

.ptront-social__link:last-of-type {
    margin-right: 0;
}

.footer {
        background-image: -webkit-linear-gradient(bottom right, #161e10 0, #3b4434 100%);
    background-image: linear-gradient(bottom right,#161e10 0,#3b4434 100%);
    padding-top: 33px;
    padding-bottom: 90px;
    border-bottom: 3px solid #3b4434;
    position: relative;
    z-index: 1;
}

.footer__logo img {
    max-width: 525px;
    width: 100%;
}

.footer__contact-info {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 44;

}

.footer__contact-info p {
    margin-bottom: 0;
        font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #C7C98F;
    margin-top: 40px;
    margin-bottom: 30px;
}

.footer__contact-info .tell {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
}

.footer__contact-info a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer__contact-info a:last-of-type {
    margin-bottom: 0;
}

.footer__social {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 44;
}

.footer__social a {
    text-decoration: none;
    margin-right: 50px;
    transition: transform 0.3s ease;
}

.footer__social svg {
    width: 35px;
    height: 35px;
    fill: #FFFFFF;
    transition: transform 0.3s ease;
}

.footer__social--link, .ptront-social__link, .phone-block__link, .header__social a {
    transition: transform 0.3s ease;
}

.footer__social--link:hover, .ptront-social__link:hover, .phone-block__link:hover, .header__social a:hover {
    transform: scale(0.9);
}

.footer__copywrite {
        font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    color: #7A8573;
}
.footer__menu {
    position: relative;
    z-index: 44;
}
.footer__menu ul li {
    list-style: none;
    margin-bottom: 40px;
}

.footer__menu a {
    display: block;
        font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    transition: all 0.3s ease;
}

.footer__menu a:hover {
    color: #94ae7a;
}

.footer__menu ul {
    padding: 0;
}

.footer__btn--block {
        background-color: #46612B00;
    margin: 0px 0px 0px 0px;
    padding: 14px 14px 14px 14px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #C0C0C0;
    cursor: pointer;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 44;
}

.footer__btn--block:hover {
    background-color: #ffffff15;
    border-color: #FFFFFF;
}

.footer__btn--block a {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.footer__btn--block span {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
    color: #C0C0C0;
}

.footer::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('./assets/img/lion.webp');
    background-repeat: no-repeat;
    background-size: 37% auto;
    background-position: center;
    z-index: 2;
}


.header-mobile {
    background-color: #111F1D;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header-mobile.visible {
  display: block;
}

.header-mobile__nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.header-mobile__nav li {
        padding: 14px 30px 14px 30px;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #46612B;
    height: 100%;
    margin-right: 1rem;
}

.header-mobile__nav li:last-of-type {
    margin-right: 0;
}

.header-mobile__nav a {
        font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #FFFFFF;
    width: 100%;
    transition: all 0.3s ease;
}



.header__mobile--btn {
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
}

.header__mobile--btn svg {
    width: 38px;
    height: 38px;
}

.header__mobile--btn span, .close span {
        font-size: 24px;
    color: #fff;
    padding-left: 15px;
}

.mobile-open__menu {
    padding-top: 40px;
    background-image: url('./assets/img/lionhead-background-img.svg'), linear-gradient(to bottom right, #161e10 0, #3b4434 100%);
    background-repeat: no-repeat;
    background-position: center right;
    height: 100%;
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    display: none;
    overflow-y: auto;
}

body.body-hidden {
    overflow: hidden;
}

.mobile-open__menu.active {
  display: block;
}


.open-menu__logo  img {
    max-width: 565px;
    width: 100%;
} 

.close {
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
}

.close svg {
    width: 30px;
    height: 30px;
}

.mobile-open__nav {
    margin-top: 3rem;
}

.mobile-open__nav li {
    margin-bottom: 40px;
}

.mobile-open__nav li a {
        font-size: 40px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.mobile-open__nav li a:hover {
    color: #94ae7a;
}

.contact-form-1 label {
    color: #d7d7d7;
    font-size: 19px
}

.contact-form-1 .name {
    display: flex;
    flex-direction: column;
    margin-bottom: 37px
}

.contact-form-1 .name input {
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    font-size: 24px;
    border: 2px solid #2f342a;
    margin-top: 15px
}

.contact-form-1 .col-1 {
    display: flex;
    gap: 1rem
}

@media (max-width:980px) {
    .contact-form-1 .col-1 {
        flex-direction: column
    }
}

@media (max-width:768px) {
    .contact-form-1 .col-1 {
        flex-direction: row
    }
}

@media (max-width:469px) {
    .contact-form-1 .col-1 {
        flex-direction: column
    }
}

.contact-form-1 .col-1 input {
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    font-size: 24px;
    border: 2px solid #2f342a;
    margin-top: 15px
}

.contact-form-1 .col-2 {
    display: flex;
    gap: 1rem;
    margin: 37px 0
}

@media (max-width:980px) {
    .contact-form-1 .col-2 {
        flex-direction: column
    }
}

@media (max-width:768px) {
    .contact-form-1 .col-2 {
        flex-direction: row
    }
}

@media (max-width:469px) {
    .contact-form-1 .col-2 {
        flex-direction: column
    }
}

.contact-form-1 .col-2 input {
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    font-size: 24px;
    border: 2px solid #2f342a;
    margin-top: 15px
}

.contact-form-1 .req-txt {
    display: block;
    color: #d7d7d7;
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 23px
}

.contact-form-1 .info textarea {
    width: 100%;
    resize: none;
    padding: 14px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    border: 2px solid #2f342a;
    height: 150px
}

.contact-form-1 .send-btn {
    display: block;
    border-radius: 0;
    border: 2px solid #2f342a;
    background: #46612b;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 23px;
    margin-top: 37px
}

.contact-form-1 .wpcf7-not-valid-tip {
    font-size: 14px
}

.contact-form-1 .checkbox-block input {
    width: 30px;
    height: 30px;
    cursor: pointer;
    accent-color: #b5c7a3;
    border-radius: 0;
    border: 2px solid #2f342a
}

.contact-form-1 .checkbox-block .wpcf7-list-item {
    margin-left: 0;
    display: flex;
    gap: 1rem;
    font-size: 16px
}

.pagination-wrapper {
    margin-top: 50px;
}

.pagination-wrapper .page-numbers {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.pagination-wrapper .page-numbers li {
    list-style: none;
    border-radius: 0;
    border: 2px solid #2f342a !important;
    background: #46612b !important;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
}

.pagination-wrapper .page-numbers li {
    background-color: #111f1d !important;
    border-radius: 0 !important;
    border: 2px solid #2f342a !important;

}

.pagination-wrapper .page-numbers li span {
    padding-left: 15px;
    padding-right: 15px;
}

.pagination-wrapper .page-numbers li:last-of-type {
    margin-right: 0;
}

.pagination-wrapper .page-numbers li a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #2f342a !important;
    background: #46612b !important;
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-team .header, .page-template-page-blog .header, .error404 .header, .single-team .header, .page-template-chronicle .header, .page-template-visual .header, .page-template-journal .header, .page-template-video .header, .page-template-galery .header, .page-template-default .header, .page-template-recruiting .header, .page-template-donate .header, .single-post .header {
    display: none;
}

.page-template-team .header-mobile, .error404 .header-mobile, .page-template-page-blog .header-mobile, .single-team .header-mobile, .page-template-video .header-mobile, .page-template-chronicle .header-mobile, .page-template-visual .header-mobile, .page-template-journal .header-mobile, .page-template-galery .header-mobile, .page-template-default .header-mobile, .page-template-recruiting .header-mobile, .page-template-donate .header-mobile, .single-post .header-mobile {
    display: block;
}

.chronicle-title {
        font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.chronicle-section .content p {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.chronicle-section .content img {
    margin-top: 50px;
}

.chronicle-section {
    padding-top: 150px !important;
}

.team, .single-class-team, .chronicle-section, .visual-section, .journal-page, .video-page, .galery-page, .custom-text-page, .news, .page-404 {
    padding-top: 60px;
}

.page-template-page-blog .news::after {
	content: none;
}

.team-banner {
    position: relative;
    z-index: 33;
}

body, html {
    overflow-x: hidden !important;
}

.team-banner h1 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 44;
        font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
        padding-top: 30px;
    padding-bottom: 30px;
    background: #00000069;
    text-transform: uppercase;
    color: #FFFFFF;
}

.team-contents {
    margin-top: 50px;
    margin-bottom: 50px;
}

.team-contents p {
        font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 3rem;
}

.team-banner {
    position: relative;
    height: 80vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.team-contents p:last-of-type {
    margin-bottom: 0;
}

.team__info {
    height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.team__info:hover {
    height: 40vh;
    background-size: cover;
}

.team__info:hover::after {
    opacity: 0;
}

@media (min-width: 2048px) {
    .team__info:hover {
        height: 20vh;
        background-size: cover;
    }
}

.team__name {
        font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    color: #FFFFFF;
    position: relative;
    z-index: 44;
}

.team-content p {
        font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.team-content p:last-of-type {
    margin-bottom: 100px;
}

.team__info::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #0000007e;
    transition: opacity 0.3s ease;
}

.chronicle-section {
    background: url('./assets/img/map-of-ua-background.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.ssupport-schortcode {
    background: url('./assets/img/lionhead-background-img.svg');
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: top right;
    padding-top: 165px;
    padding-bottom: 100px;
}

.support__title, .visual-title {
        font-size: 100px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    text-align: center;
    line-height: normal !important;
}

.visual-title {
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: 600 !important;
}

.visual-section {
    margin-top: 80px;
}

.visual-item {
    position: relative;
    overflow: hidden;
    height: 236px;
    transition: all 0.4s ease;
}

.visual-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    transform-origin: center center;
}

/* Ефект при наведенні */
.visual-item:hover {
    height: 40vh;
}

.visual-item:hover::after {
    background: #00000000;
}

.visual-item:hover img {
    transform: scale(1.13); /* блок трохи збільшується */
}

.visual-item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #0000007e;
    z-index: 2;
}

.visual-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
}

.page-template-visual .ssupport-schortcode, .page-template-journal .ssupport-schortcode, .page-template-video .ssupport-schortcode {
    background: none;
}

.journal-page, .video-page, .galery-page, .custom-text-page, .recruting {
    padding-top: 150px !important;

}

.recruiting__title {
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 96px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.recruiting__subtitle {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    color: #CAD1CC;
}

.contact-item h4 {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
        max-width: 300px;
    margin: 0 auto;
    line-height: 40px;
}

.contact-item a {
    color: #94ae7a;
    text-decoration: none;
        font-size: 36px;
    font-weight: 400;
    margin-top: 10px;
}

.recruiting-contacts {
        background: url(./assets/img/map-of-ua-background.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
}

.journal-page h1, .video-page h1, .galery-page h1, .custom-text-title {
        font-size: 80px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;

    color: #FFFFFF;
}

.journal-link {
    text-decoration: none;
    text-align: center;
    margin-top: 25px;
        font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
       transition: all 0.3s ease;
}

.journal-link:hover {
    color: #94ae7a;
}

.journal-title {
    width: 100%;
    text-align: center;
        font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
}

.video-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1; /* робить квадрат */
  background: #000;
}

.video-item video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform .3s ease;
}

.video-item:hover video {
  transform: scale(1.05);
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  cursor: pointer;
  transition: background .3s ease;
}

.video-play-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 992px) {
  .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.symbolic-coa {
    display: flex;
    align-items: center;
    justify-content: center;
}

.symbolic-coa img {
    margin-right: 2rem;
}

.symbolic-coa img:last-of-type {
    margin-right: 0;
}


.vpage-content .custom-text-page p {
        font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
}

.page-content .custom-text-page h2, .vpage-content .custom-text-page h3 {
        font-size: 34px;
    font-weight: 700;
    line-height: 36px;
    color: #FFFFFF;
}

.vpage-content .custom-text-page p, .vpage-content .custom-text-page h2, .vpage-content .custom-text-page h3, .vpage-content .custom-text-page img {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.header__nav-list li {
    position: relative;
}

.header__nav-list .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
        background-color: #38473D;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6A785C;
    padding: 15px 15px 15px 15px;
    width: 325px;
    text-align: left;
}

.header__nav-list .sub-menu li a {
    display: block;
        font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    background-color: #00000000;
    text-decoration: none;
    transition: background 0.3s;
    
}

.header__nav-list .sub-menu li {
    margin-left: 0;
}

.header__nav-list li:hover > .sub-menu {
    display: block;
}

.header .sub-menu {
    background-image: url('./assets/img/bullets-holes.png');
    background-repeat: no-repeat;
    background-position: 40% 13%;
}

.mobile-open__nav ul ul {
    display: none;
    margin-top: 10px;
}

.mobile-open__nav li.has-submenu > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px; /* відступ між текстом і стрілкою */
}

.mobile-open__nav li.has-submenu > a::after {
    content: "˅";
        font-size: 17px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    transform: translateY(1px); /* легка корекція центру */
    transition: transform 0.3s;
}

.mobile-open__nav li.open > a::after {
    transform: rotate(180deg) translateY(-1px);
}


.mobile-open__nav li.open > ul {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .banner__content {
        right: 3%;
    }

    .banner__content h1 {
        font-size: 50px !important;
    }

    .banner__content span {
        font-size: 24px !important;
        margin-top: 0.5rem !important;
    }

    .header-mobile__nav ul {
        display: block;
        padding-left: 0 !important;
    }

    .header-mobile__nav li {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .news h2, .lets-go .lets-go__title, .supoprt__title, .ptront__title {
                font-size: 45px !important;
        line-height: 47px !important;
    }

    .form-block__title {
        margin-top: 2rem;
    }

    form .contact {
        display: block !important;
    }

    .contact .w-50 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer__social a {
        margin-right: 30px !important;
    }

    .ptront-link .link {
        font-size: 19px !important;
    }

    .content-bank {
        display: block !important;
        width: 100%;
    }

    .content-bank a {
        font-size: 13px !important;
        white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
    }

    .news, .lets-go, .support {
        padding: 25px 0 !important;
    }

    .lets-go__contac .phone-block {
        align-items: center !important;
        margin-right: 0 !important;
    }

    .footer__social--link:hover, .ptront-social__link:hover, .phone-block__link:hover, .header__social a:hover {
        transform: none !important;
    }

    .phone-block a {
        line-height: normal !important;
		text-align: center;
    }

    .lets-go__contact .social-block {
        margin-left: 0 !important;
        justify-content: center !important;
        margin-top: 1rem;
    }

    .social-block a:last-of-type {
        margin-right: 0 !important;
    }

    .mobile-open__nav li.open > ul {
        padding-left: 0 !important;
    }

    .mobile-open__nav li {
        margin-bottom: 20px;
    }

    .mobile-open__nav li a {
        font-size: 22px !important;
    }

    .mobile-menu {
        padding-left: 0 !important;
    }

    .team, .single-class-team, .chronicle-section, .visual-section, .journal-page, .video-page, .galery-page, .custom-text-page, .news {
        padding-top: 200px !important;
    }

    .single-class-team .team-banner {
        height: 45vh !important;
        background-size: content !important;
    }

    .chronicle-section .content p, .team-contents p, .team-content p {
        font-size: 18px !important;
    }

    .team-banner h1, .team__title, .team__name {
        font-size: 45px !important;
    }

    .lets-go span, .support__content span, .ptront span {
        font-size: 18px !important;
		line-height: normal;
    }

    .visual-item a {
        font-size: 40px !important;
    }

    .journal-page h1, .video-page h1, .galery-page h1, .custom-text-title {
        font-size: 50px;
        padding-top: 3rem !important;
    }

    .symbolic-coa img {
        margin: 0 !important;
    }

    .symbolic-coa {
        display: block !important;
    }

    .ptront-link__item, .phone-block a {
        font-size: 27px !important;
		width: 100%;
    }

    .support-text-block {
        color: white;
    }

    .ptront {
        min-height: 100% !important;
    }

    .header-mobile__nav a, .header__mobile--btn span, .close span {
        font-size: 14px;
    }

    .header-mobile__nav li {
        padding: 0 30px !important;
    }

    #bannerImage {
        max-width: 200px;
    }

    .banner {
        padding-top: 239px;
    }


}

  .row.d-flex > div:nth-child(2) {
    order: 2 !important;
  }
  .row.d-flex > div:nth-child(3) {
    order: 3 !important;
  }

@media (max-width: 1200px) {
  .header {
    display: none;
  }

  .news::after {
    content: none !important;
  }

  .header-mobile {
    display: block;
  }

  .row.d-flex > div:nth-child(2) {
    order: 3 !important;
  }
  .row.d-flex > div:nth-child(3) {
    order: 2 !important;
  }

  .header-mobile .row {
    justify-content: space-between;
  }

  .header-mobile__nav li {
    padding: 7px 30px;
  }

  .mobile-open__menu .open-menu__logo img {
        max-width: 335px;
    }

    .header-mobile__logo img {
        max-width: 100% !important;
    }

    #bannerImage {
        max-width: 400px;
    }

    .banner {
        padding-top: 120px;
    }

    .order-md-3 {
        margin-top: 20px !important;
    }

    
}

@media (max-width:1399px) {
    .header__logo img, .footer__logo img, .open-menu__logo img {
        max-width: 435px;
    }

    .header__link-items, .header__nav-item a, .footer__btn--block a, .footer__menu a {
        font-size: 18px;
    }

    .preloader-content img {
        width: 500px;
    }

    .header__link-helper, .footer__btn--block span {
        font-size: 14px;
    }

    .banner__content h1 {
        font-size: 100px;
    }

    .banner__content span{
        font-size: 52px;
        margin-top: 2.5rem;
    }

    .footer__menu ul li {
        margin-bottom: 20px;
    }

    .news h2, .lets-go .lets-go__title, .supoprt__title, .ptront__title {
        font-size: 80px;
        margin-bottom: 55px;
    }

    .mobile-open__nav li a {
        font-size: 32px;
    }

    .lets-go span, .support__content span, .ptront span {
        font-size: 36px;
    }

    .ptront-link__item, .phone-block a {
        font-size: 50px;
    }

    .support__title, .visual-title {
        font-size: 80px;
        margin-bottom: 55px;
    }

    .lets-go__block--title, .form-block__title {
        font-size: 25px;
        margin-bottom: 22px;
    }

    .lets-go__content {
        margin-bottom: 50px;
    }

    .journal-link {
        font-size: 22px;
    }

    .journal-title {
        font-size: 18px;
    }

    .custom-text-page h2, .custom-text-page h3 {
        font-size: 28px;
    }

    .custom-text-page p {
        font-size: 18px;
        line-height: auto;
    }

    .custom-text-page p, .custom-text-page h2, .custom-text-page h3, .custom-text-page img {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .news__info h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .header-mobile__nav a, .header__mobile--btn span, .close span {
        font-size: 18px;
    }

    .header__mobile--btn svg {
        width: 28px;
        height: 28px;
    }

    .banner {
        min-height: 100%;
    }

    #bannerImage {
        max-width: 600px;
    }

    .header-mobile__logo img {
        max-width: 250px;
    }

    .ptront-link {
        margin-top: 40px;
    }

    .ptront {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .support-text-block p {
        font-size: 18px !important;
    }

    .news, .lets-go, .support {
        padding: 95px 0;
    }

    .lets-go .lets-go__title, .supoprt__title, .ptront__title {
        margin-bottom: 16px;
    }

    .contact-form-1 label {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
  .header {
    display: none;
  }

  .header-mobile {
    display: block;
  }
    
}

.news {
    position: relative;
    padding-top: 160px;
}

.news::after {
        content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -34%;
    right: 0;
    background: url('./assets/img/blog-affter.webp');
    background-repeat: no-repeat;
    background-size: 23%;
    background-position: right;
    z-index: 0;
}

.news__item {
    position: relative;
    z-index: 99;
}

.page-404 a.error-btn {
        display: block;
    width: fit-content;
    margin: 0 auto;
        background-color: #46612B;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2E3429;
    border-radius: 0px 0px 0px 0px;
    margin-top: 2rem;
    text-decoration: none;
}

.page-404 a.error-btn:hover {
    background-color: #46612B;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2E3429;
    border-radius: 0px 0px 0px 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    
}

.page-404 h1 {
    font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.contact-form-1 .req-txt {
    display: block;
    color: #d7d7d7;
    margin-top: 15px;
    font-size: 16px;
	text-transform: lowercase !important;
    margin-bottom: 23px;
	font-weight: 400;
}

.acceptance-form .wpcf7-list-item {
	margin: 0;
	display: flex;
}

.acceptance-form .wpcf7-list-item label {
	display: flex;
	align-items: center;
	margin: 0;
	
}

.acceptance-form .wpcf7-list-item-label {
	font-size: 16px;
	color: #d7d7d7 !important;
	text-transform: lowercase !important;
	margin-left: 2rem;
	font-weight: 400;
}

.acceptance-form .wpcf7-list-item label span {
    display: block;
    color: #d7d7d7;
    font-size: 16px
}

.acceptance-form .wpcf7-list-item label input {
	width: auto;
}

.wpcf7-not-valid-tip {
	color: #dc3232 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    display: block;
	text-transform: capitalize !important;
}

.wpcf7-list-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}

.wpcf7-list-item input[type="checkbox"]:checked::before {
      content: "";
    position: absolute;
    left: 9px;
    top: 2px;
    width: 10px;
    height: 21px;
    border-right: 3px solid #386033;
    border-bottom: 3px solid #386033;
    transform: rotate(33deg);
}

.lets-go .container {
	position: relative
}

.lets-go .lets-go-container:after {
	    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -14%;
    z-index: -1;
    background-image: url(https://63ombr.usccdigital.org.ua/wp-content/uploads/2025/11/lion-form.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 62% auto;
}

.wpcf7-list-item input[type="checkbox"]:checked {
  background-color: #d8e3d1;
  border-color: #cbd5c0;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
}