/*
Theme Name: 21ombr
*/

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1280px !important;
    }
}

@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;
}

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

h1 {
        color: #010205;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.8px;
    margin-bottom: 30px;
}

@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;
}

.blog__item a {
    position: relative;
    z-index: 999;
}

/* Шапка сайту */

.navbar-nav {
    margin-left: 74px;
}

form .d-flex p {
        display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}

.navbar {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid rgba(13, 14, 17, 0.10);
}

.page .content {
    margin-bottom: 40px;
}

.navbar-brand {
    margin-right: 0 !important;
}

.nav-item {
    margin-right: 33px;
}

.nav-item:last-of-type {
    margin-right: 0;
}

.nav-item a {
    padding: 0 !important;
    color: #020407;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease;
}

.about-block:hover .about-block__description {
    color: #010205;
}

.about-block .about-block__description {
    transition: color 0.3s ease;
    cursor: pointer;
}

.nav-item:hover .about-block__description {
    color: #275C2E;
    cursor: pointer;
}

.about-block {
    transition: 
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.about-block:hover {
    transform: scale(1.03); /* легкий скейл */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* мʼяка тінь */
}

.nav-item:hover svg path {
    stroke: #275C2E;
    cursor: pointer;
}

.nav-item svg {
    margin-left: 7px;
    margin-top: 3px;
}

.navbar-button a, .navbar-button__link {
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #275C2E;
    padding: 13px 51px;
    gap: 32px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s ease;
}

.navbar-button a:hover {
    background: #1F4A24;
    border: 1px solid rgba(255, 255, 255, 0.70);
    color: #FFF;
    text-decoration: none;
}

.banner-image img {
    width: 100%;
    height: auto;
}

.banner {
    margin-bottom: 46px;
    margin-top: 46px;
}

.banner h1 {
    color: #010205;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 66px */
    letter-spacing: -1.8px;
    margin-bottom: 30px;
}

.banner .pretitle {
    color: #275C2E;
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 400px;
    margin-bottom: 48px;
}

.banner-button__block {
    padding: 16px 32px;
    gap: 42px;
    border-radius: 70px;
    border: 1px solid #000;
    text-decoration: none;
    color: #010205;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
    transition: all 0.3s ease;
    margin-right: 42px;
    cursor: pointer;
}

.banner-button__block a {
    text-decoration: none;
    color: inherit;
}

.banner-button__block:hover svg path {
    stroke: #FFF;
}

.banner-button__block:hover {
    background: #1F4A24;
    color: #FFF;
    text-decoration: none;
}

.header-main__button-second {
    color: #010205;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 28.8px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: all 0.3s ease;
}

.header-main__button-second:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.header-main__button {
    margin-bottom: 50px;
}

.header-contact__block p {
    margin-bottom: 0;
    color: #010205;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 22.4px */
    margin-right: 20px;
}

.header-contact__block a {
    color: #275C2E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 22.4px */
    transition: all 0.3s ease;
    text-decoration: none;
}

.header-contact__block a:hover {
    color: #1F4A24;
    text-decoration: underline;
}   

.header-contact__block a:last-of-type {
    margin-left: 5px;
}

.header-social {
    margin-left: 24px;

}

.header-social a {
    margin-right: 16px;
    transition: all 0.3s ease;
}

.header-social a:last-of-type {
    margin-right: 0;
}

.header-social a:hover svg path {
    fill: #1F4A24;
    cursor: pointer;
}

.banner-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #010205;
    backdrop-filter: blur(42px);
}

.about .container {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-top: 1px solid rgba(13, 14, 17, 0.10);
    border-bottom: 1px solid rgba(13, 14, 17, 0.10);
}

.about h2 {
    color: #010205;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.44px;
}

.about p {
    color: #afb6bd;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.about-block {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 20px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: 0 4px 22.5px 0 rgba(0, 0, 0, 0.05);
}

.about-block__title {
    color: #010205;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 39px */
    letter-spacing: -0.78px;
}

.about-block__description {
    color: #afb6bd;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.block {
    margin-bottom: 50px;
}

.entire-block {
    border-radius: 30px;
    padding: 50px 60px;
    background: #275C2E;
}

.entire-block h2 {
    color: #FFF;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 28px;
    max-width: 500px;
}

.entire-block p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    max-width: 500px;
}

.entire-form input {
    display: flex;
    width: 270px !important;
    height: 61px;
    padding: 25px 22px;
    align-items: center;
    gap: 10px;
    border-radius: 25.5px;
    border: 1px solid #EEE;
    background: #F8F8F8;
    width: 100%;
}

form p {
    max-width: 100% !important;
}

form .wpcf7-tel {
    width: 100% !important;
}

.entire-form input::placeholder {
    color: #B8B8B8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

input:focus {
    outline: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.entire-form__button p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 21.6px */
}

.entire-form__button .wpcf7-submit {
    display: flex;
    width: 271px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 42px;
    border-radius: 70px;
    background: #1C1C1C;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
    border: none;
}

.wpcf7-submit br {
    display: none;
}

.wpcf7-response-output {
    color: white !important;
}

.entire-form__button {
    align-items: flex-start;
}

.wpcf7-spinner {
    display: none !important;
}

.entire {
    padding-bottom: 50px;
}

.vacancy h2 {
    color: #010205;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 62.4px */
    letter-spacing: -1.44px;
}

.vacancy p {
    color: #afb6bd;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.vacancy .container {
    padding-bottom: 32px;
}

.vacancy-block {
    padding-bottom: 32px;
    padding-top: 32px;
}

.vacancy-item {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    text-decoration: none;
}

.vacancy-item svg {
    margin-left: 15px;
}

.linebg {
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      #fff 0%,
      rgba(13, 14, 17, 1) 50%,
      #fff 100%
    );

    display: block;
    
}

.vacancy-blocks {
    margin-bottom: 53px;
}

.vacancy-block__last {
    max-width: 580px;
    margin: 0 auto;
}

.question h2 {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.question .entire-block {
    background: #1C1C1C;
}

.question .entire-form__button button {
    background: #275C2E;
}

.form-left__line {
    display: block;
    width: 288px;
    background: linear-gradient(90deg, rgba(13, 14, 17, 0.00) 0%, #FFF 49.37%, rgba(0, 0, 0, 0.00) 100%);
    height: 1px;
}

.form-left__contacts {
    color: #fff;
    padding: 20px 0 18px 0;
}

.form-left__contacts a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-decoration: none;
}

.form-left__social a {
    margin-right: 25px;
}

.form-left__social a:last-of-type {
    margin-right: 0;
}

.footer__contact-block a {
    color: #141414;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
    margin-left: 6px;
    text-decoration: none;
}

.footer__contact-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.mail-block {
    display: flex;
    flex-direction: column;
}

.footer h3 {
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    margin-bottom: 14px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li:last-of-type {
    margin-bottom: 0;
}

.footer {
    padding-top: 53px;
    padding-bottom: 34px;
}

.footer ul li a {
    color: #020407;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.footer__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .vacancy-block {
        display: grid !important;
        grid-template-columns: 2fr 2fr;
        gap: 10px;
    }
    
    .vacancy {
        text-align: center;
    }
    
    .vacancy img {
        margin-bottom: 10px;
    }
    
    .footer {
        text-align: center;
    }
    
    .footer__contact-block {
        justify-content: center;
    }
    
    .footer__logo {
        margin-bottom: 10px;
    }
    
    .entire-block, .anketa-block {
        padding: 20px !important;
    }
    
    .anketa-block .phone-block a {
        font-size: 14px !important;
    }
    
    .entire-block p {
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .question h2, .entire-block h2 {
        text-align: center;
    }
    
    .form-left__line {
        width: 100%;
    }
    
    .form-left__contacts div {
        justify-content: center;
    }
    
    .form-left__social {
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .entire-form input {
        height: 35px;
        padding: 25px;
        
        width: 100% !important;
    }
    
    .entire-form__button {
        display: block !important;
    }
    
    .entire-form__button button {
        padding: 16px 25px;
    }
    
    .entire-form__button .wpcf7-submit {
        width: 100% !important;
    }
    
    .wpcf7-radio {
        display: grid !important;
        grid-template-columns: 2fr 2fr;
    }
    
    h1, h2{
        font-size: 45px !important;
    }
    
    .header-main__button, .header-contact__block {
        display: block !important;
        text-align: center;
    }
    
    .header-contact__block {
        margin-bottom: 10px;
    }
    
    .header-contact__block p {
        margin-right: 0 !important;
    }
    
    .header-social {
        margin-left: 0 !important;
        justify-content: center;
    }
    
    .navbar-toggler:focus,
    .navbar-toggler:active {
        box-shadow: none !important;
        outline: none !important;
    }
    
    .nav-item {
        margin-right: 0 !important;
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .navbar-button {
        display: block;
        text-align: center;
    }
    
    .navbar-toggler {
        padding: 0 !important;
        border: none;
    }
    
    .vacancy-item {
        font-size: 15px;
    }
    
    .navbar-nav {
        margin-left: 0;
    }

    
    .banner-button__block {
        margin-right: 0;
        margin-bottom: 10px;
        justify-content: center;
    }
    
    form .d-flex p {
        display: block !important;
    }
}

.anketa-block {
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.05);
    padding: 65px;
}

.anketa-block h2 {
    color: #141414;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 28px;
}

.anketa-block p {
    color: #363636;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.anketa-block .phone-block svg {
    margin-right: 12px;
}

.anketa-block .phone-block {
    color: #141414;
}

.anketa-block .phone-block a {
    color: #141414;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 33.6px */
    text-decoration: none;
}

.anketa-block .phone-block span, .footer__contact-block span {
    font-size: 12px;
    color: #b6b6b6;
    margin-left: 10px;
}

.anketa-notice {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 21.6px */
}

.phone-block.email {
    margin-top: 35px;
    margin-bottom: 26px;
}

.anketa form input {
    width: 100% !important;
}

/* контейнер списка */
.wpcf7-radio {
  display: flex;
  gap: 24px;
}

/* элемент */
.wpcf7-list-item {
  margin: 0;
}

/* label */
.wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}

/* скрываем стандартный radio */
.wpcf7-list-item input[type="radio"] {
  display: none;
}

/* внешний круг */
.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #eee;
  border-radius: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

/* внутренний зелёный круг */
.wpcf7-list-item input[type="radio"]:checked
+ .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #275C2E;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* контейнер одиночного чекбокса */
.wpcf7-checkbox {
  display: block;
}

/* label */
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
}

/* скрываем стандартный чекбокс */
.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

/* квадрат слева */
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 18px;
  height: 18px;
  border: 1px solid #eee;
  border-radius: 50%;
  box-sizing: border-box;
}

/* галочка */
.wpcf7-checkbox input[type="checkbox"]:checked
+ .wpcf7-list-item-label::after {
      content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: #2E7D28;
    border-radius: 50%;
}

.anketa {
    padding-bottom: 101px;
}

.page-template .header {
    margin-bottom: 40px;
}

.vacancies-pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.vacancies-pagination li a,
.vacancies-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border: 1px solid #020407;
    color: #020407;
    text-decoration: none;
    transition: all .2s ease;
}

.vacancies-pagination li a:hover {
    background-color: #275C2E;
    border-color: #275C2E;
    color: #fff;
}

.vacancies-pagination li span.current {
    background-color: #020407;
    color: #fff;
    border-color: #020407;
    cursor: default;
}

.post-share {
    margin-top: 40px;
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.share-label {
    font-weight: 600;
    margin-right: 8px;
    color: #020407;
}

.share-btn {
    padding: 8px 16px;
    border: 1px solid #020407;
    color: #020407;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.25s ease;
}

.share-btn:hover {
    background-color: #275C2E;
    border-color: #275C2E;
    color: #fff;
}

.single .post h1 {
    margin-top: 40px;
}

.single .post h2 {
    color: #010205;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.8px;
    margin-bottom: 30px;
}

/* ===== BLOG ITEM ===== */
.blog__item {
  background-color: #0d0f14;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  position: relative;
}

.blog__item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.blog__item:hover::after {
  border-color: #275C2E;
}

.blog__item:hover {
  transform: translateY(-6px);
}

/* ===== IMAGE ===== */
.blog__item img {
  height: 240px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog__item:hover img {
  transform: scale(1.05);
}

/* ===== CONTENT ===== */
.item-info {
  padding: 20px;
}

.blog-title {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
}

.blog-title a {
  color: #fff;
  transition: color 0.3s ease;
}

.blog-title a:hover {
  color: #275C2E;
}

/* ===== PAGINATION ===== */
.pagination {
  gap: 8px;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background-color: #0d0f14;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #1b1e26;
}

.pagination .page-numbers:hover {
  background-color: #275C2E;
  color: #fff;
}

.pagination .page-numbers.current {
  background-color: #275C2E;
  color: #fff;
  border-color: #275C2E;
}

/* ===== EMPTY STATE ===== */
.blog p {
  color: #aaa;
}

.modal-body input {
    width: 100% !important;
    height: 40px !important;
    padding: 15px !important;
}

.modal-body .wpcf7-radio {
    display: grid;
    grid-template-columns: 2fr 2fr;
}

.modal-body .entire-form__button .wpcf7-submit {
    height: 40px !important;
}

.copywrite-block {
  margin-top: 30px;
}

.copywrite-block a {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
  color: #1C1C1C;
}

.copywrite-block p {
  margin-bottom: 0;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;

}