/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.hero_swiper {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero_slide_content {
    position: relative;
    width: 100%;
    color: #fff;
}

.hero_title,
.hero_desc,
.hero_btn {
    opacity: 0;
    transition: all 0.7s ease;
}
.hero_title_group{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
@media (max-width: 992px){
    .hero_title_group{
        flex-direction: column;
        align-items: flex-start;
    }
}
/* Анимации */
.hero_title {
    transform: translateY(-40px);
    max-width: 55%;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0;
}
@media (max-width: 992px){
    .hero_title{
        font-size: 30px;
        max-width: 100%;
    }
    .hero_title br{
        display: none;
    }
}
.hero_title span{
	color: #FFDE00;
}
.hero_desc {
    transform: translateY(40px);
    margin-left: 25%;
    max-width: 25%;
    margin-top: 150px;
    padding-left: 10px;
    padding-right: 10px;
}
.hero_desc,
.hero_desc p{
	margin-bottom: 0;
}
@media (max-width: 992px){
    .hero_desc{
        margin-left: 5%;
        max-width: 90%;
        margin-top: 50px;
        margin-bottom: 100px;
    }
}
.hero_btn {
    transform: translateX(40px);
    width: 25%;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 992px){
    .hero_btn{
        width: auto;
        padding: 0 35px;
    }
    .hero_swiper .swiper-fade .swiper-slide{
        padding-top: 55px;
    }
}
.hero_swiper .animate {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.hero_btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    background: #FFDE00;
    border: 1px solid #FFDE00;
    color: #222222 !important;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s;
}
.hero_btn:hover{
	background: transparent;
	color: #FFDE00 !important;
}
.hero_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 20px;
    z-index: 1;
}

.hero_prev,
.hero_next {
    cursor: pointer;
    font-size: 28px;
    color: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.hero_prev img,
.hero_next img{
	transition: all .3s;	
}
.hero_prev:hover,
.hero_next:hover{
	background: white;
}
.hero_prev:hover img,
.hero_next:hover img{
	filter: invert(1);
	opacity: .6;
}
.hero_pagination {
    position: absolute;
    top: 10px;
    right: 0;
    left: auto;
    color: #fff;
    font-size: 32px;
    width: auto;
    font-weight: 300;
}
.hero_pagination .swiper-pagination-current{
	font-size: 54px;
	font-weight: 600;
	top: -5px;
	position: relative;
}
.hero_pagination .swiper-pagination-total{
	font-size: 38px;
	font-weight: 500;
	top: 7px;
	position: relative;
	opacity: 0.5;
}
@media (max-width: 992px){
    .hero_pagination{
        font-size: 22px;
    }
    .hero_pagination .swiper-pagination-current{
        font-size: 36px;
    }
    .hero_pagination .swiper-pagination-total{
        font-size: 28px;
    }
}
.hero_pagination .swiper-pagination-current:before,
.hero_pagination .swiper-pagination-total:before{
	content: '0';
}
.hero_socials{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
@media (max-width: 767px){
    body:not(.home) .hero_socials{
        display: none;
    }
}
.hero_socials ul{
	display: flex;
	align-items: center;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.hero_socials ul li{
	margin-left: 15px;
}
.hero_socials ul li a{ 
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	transition: all .3s;
}
.hero_socials ul li a:hover{
	background: #FFDE00;
}
.hero_socials ul li a svg{
	width: 24px;
	height: 24px;
}

/* content */
body{
	position: relative;
}
.header_overlay{
    position: relative;
}
.header_overlay:after{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.4);
    pointer-events: none;
    right: 67%;
}
.header_overlay > *{
    z-index: 1;
}
.divider{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    max-width: 1320px;
    border-left: 1px solid rgba(255,255,255,.06);
    border-right: 1px solid rgba(255,255,255,.06);
    pointer-events: none;
}
.divider:before{
	content: '';
	position: absolute;
	left: 25%;
	top: 0;
	height: 100%;
	width: 25%;
	border-right: 1px solid rgba(255,255,255,.06);
	border-left: 1px solid rgba(255,255,255,.06);
}
.divider:after{
	content: '';
	position: absolute;
	left: 75%;
	top: 0;
	height: 100%;
	width: 25%;
	border-left: 1px solid rgba(255,255,255,.06);
}
@media (max-width: 992px){
    .divider{
        max-width: calc(100% - 30px);
    }
    footer .divider{
        max-width: 100%;   
    }
    .divider:before{
        border-left: none;
    }
    .divider:after{
        border-left: none;
    }
}

.divider_gray{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    max-width: 1320px !important;
    border-left: 1px solid rgba(0,0,0,.06);
    border-right: 1px solid rgba(0,0,0,.06);
    pointer-events: none;
}
.divider_gray:before{
	content: '';
	position: absolute;
	left: 25%;
	top: 0;
	height: 100%;
	width: 25%;
	border-right: 1px solid rgba(0,0,0,.06);
	border-left: 1px solid rgba(0,0,0,.06);
}
.divider_gray:after{
	content: '';
	position: absolute;
	left: 75%;
	top: 0;
	height: 100%;
	width: 25%;
	border-left: 1px solid rgba(0,0,0,.06);
}
@media (max-width: 992px){
    .divider_gray{
        max-width: calc(100% - 30px) !important;
        z-index: -1;
    }
    .divider_gray:before{
        border-left: none;
    }
    .divider_gray:after{
        border-left: none;
    }
}
.mm-navbars .mm-navbar{
    background: #fff;
    justify-content: flex-end;
}
.mm-navbars .mm-navbar .mm-btn--close{
    background: #BE7374;
    color: white;
}
.mm-navbars .mm-btn--prev{
    border-right: 1px solid rgba(0,0,0,.2);
}
.custom-logo-link{

}
.custom-logo-link img{
    filter: invert(1) grayscale(1) contrast(3);
    max-height: 41px;
    width: auto;
    object-fit: contain;
}
@media (max-width: 991px){
    .logo_eu{
        max-width: 72px;
        overflow: hidden;
    }
    .logo_eu img{
        min-height: 41px;
        width: auto;
        max-width: none;
    }
}
@media (max-width: 680px){
    .custom-logo-link img{
        max-height: 31px;
    }
    .logo_eu{
        max-width: 55px;
        overflow: hidden;
    }
    .logo_eu img{
        min-height: 31px;
        max-height: 31px;
        width: auto;
        max-width: none;
    }
}
/* historia */
.timeline-pro {
    position: relative;
    display: flex;
    padding: 110px 0 100px 0;
}
.timeline-pro_scroll_img{
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(250deg);
    position: absolute;
    height: 50px !important;
    width: 50px;
    top: 50%;
    display: none;
}
/* линия */
.timeline-pro .timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0b3c8c, #0b3c8c);
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-pro .timeline-line:after{
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #0b3c8c, #0b3c8c);
}

/* элемент */
.timeline-pro .timeline-item {
    position: relative;
    text-align: left;
    z-index: 2;
    min-width: 200px;
    height: 130px;
}
.timeline-pro .timeline-item:nth-child(2){
	min-width: 180px;
}
.timeline-pro .timeline-item:nth-child(3){
	max-width: 180px;
	margin-left: -90px;
}
.timeline-pro .timeline-item:nth-child(4){
	margin-left: -35px;
	min-width: 1px;
	max-width: 220px;
}
.timeline-pro .timeline-item:nth-child(5){
	min-width: 250px;
	margin-left: -60px;
}
.timeline-pro .timeline-item:nth-child(6){
	margin-left: -50px;
    min-width: 230px;
}
.timeline-pro .timeline-item:nth-child(7){
	margin-left: -60px;
}
.timeline-pro .timeline-item:nth-child(8){
	margin-left: -80px;
}
@media (max-width: 992px){
    .timeline-pro{
        overflow-x: scroll;
        overflow-y: hidden;
        margin-left: -15px;
        margin-right: -15px;
        padding: 110px 15px 140px 15px;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE / Edge */
    }
    .timeline-pro::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
    .timeline-pro_scroll_img{
        display: flex;
    }
    .timeline-pro .timeline-line{
        left: 15px;
        top: 44.5%;
    }
    .timeline-pro .timeline-line:after{
        width: 830px;
    }
    .timeline-pro .timeline-item{
        min-width: 220px !important;
    }
}
/* точка */
.timeline-pro .timeline-dot {
    width: 18px;
    height: 18px;
    background: #ffd200;
    border: 4px solid #0b3c8c;
    border-radius: 50%;
    position: absolute;
    left: -7px;
}

/* контент */
.timeline-pro .timeline-content {
    max-width: 260px;
}
.timeline-pro .timeline-item:nth-child(8) .timeline-content{
	min-width: 260px;
}
/* типографика */
.timeline-pro .timeline-year {
    font-size: 22px;
    font-weight: 700;
    color: #0b3c8c;
    margin-bottom: 6px;
}
.timeline-pro .top.timeline-item{
	height: 110px;
}
/* позиционирование */
.timeline-pro .top {
    transform: translateY(-110px);
}
.timeline-pro .top .timeline-dot{
	bottom: -69px;
}
.timeline-pro .bottom {
    transform: translateY(110px);
}
.timeline-pro .bottom .timeline-dot{
	top: -60px;
}
/* анимация */
.timeline-pro [data-animate] {
    opacity: 1;
    /*transform: translateY(30px);*/
    transition: all .7s ease;
}

/*.timeline-pro [data-animate].visible {
    opacity: 1;
    transform: translateY(0);
}*/

.gt_switcher-popup{
    color: white !important;
    padding: 9px 13px 12px 18px;
    border: 1px solid rgba(255,255,255,.25);
    transition: all .3s;
    border-radius: 100px;
}
.gt_switcher-popup:hover{
    border: 1px solid #BE7374;
    background: #BE7374;
    color: white;
}
.gt_switcher-popup img{
    margin-right: 5px !important;
    opacity: 1 !important;
}
.gt_switcher-popup span:last-child{
    display: none;
}
/* icon_blocks */
.icon_blocks {
    display: flex;
    flex-wrap: wrap;
}

.icon_block {
    width: 25%;
    text-align: left;
    padding: 20px;
    border-top: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding-bottom: 64px;
    position: relative;
}
.icon_block__image {
    margin-bottom: 15px;
    position: relative;
}

.icon_block__image img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.icon_block__image--photo img{
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.icon_block__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.icon_block__desc {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
}
.icon_block__desc p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.icon_block__btn{
    background: #FFDE00;
    color: #343434;
    font-weight: 500;
    height: 44px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    border: 1px solid #FFDE00;
    transition: all .3s;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.icon_block__btn:hover{
    background: white;
}
a.icon_block{
    display: block;
    color: #343434;
    transition: all .3s;
}
a.icon_block:hover{
    color: #0b3c8c;
}
a.icon_block .icon_block__image img{
    filter: brightness(70%) contrast(100%) saturate(66%) blur(0px) hue-rotate(213deg);
}
a.icon_block .icon_block__image:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 5px);
    background: black;
    opacity: 0;
    transition: .3s;
}
a.icon_block .icon_block__image:after{
    content: attr(data-icon-name);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: white;
    opacity: .9;
    transition: all .3s;
    z-index: 1;
}
a.icon_block:hover .icon_block__image:before{
    opacity: .15;
}
a.icon_block:hover .icon_block__image:after{
    transform: translate(-50%,-50%) scale(.9);
    opacity: 1;
}

@media (max-width: 1024px) {
    .icon_block {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .icon_block {
        width: 50%;
    }
    a.icon_block .icon_block__image:after{
        font-size: 28px;
        line-height: 28px;
    }
    .icon_block__image--photo img{
        height: 130px;
    }
}
/* certificates */
.certificates_slider {
    position: relative;
    margin-bottom: 70px;
}
.certificates_slider.swiper{
    overflow-y: visible;
    overflow-x: hidden;
}
.certificates_slider .swiper-wrapper{
    padding-bottom: 50px;
}
.certificate_slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 30px;
}

.certificate_slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.certificates_nav {
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 50px;
    background: #004892;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #004892;
    transition: all .3s;
}

.certificates_prev {
    right: 51px;
}

.certificates_next {
    right: 0;
}

.certificates_nav::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    transition: all .3s;
}

.certificates_prev::before {
    transform: rotate(-135deg);
}

.certificates_next::before {
    transform: rotate(45deg);
}
.certificates_nav:hover{
    background: white;
    border-color: #004892;
}
.certificates_nav:hover::before{
    border-color: #004892;
}
.obszary{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.obszary_item{
    height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    background: #004892;
    margin-right: 10px;
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}

.w_technologii{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
.w_technologii_item a{
    height: 50px;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    background: #FFDE00;
    border: 1px solid #FFDE00;
    margin-right: 10px;
    color: #343434;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all .3s;
    letter-spacing: .2px;
    text-transform: uppercase;
}
.w_technologii_item a:hover{
    background: white;
}

.header_main .menu_new_style li.full_width_techno:hover > ul{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.header_main .menu_new_style li.full_width_techno ul li{
    width: 33.3333%;
    justify-content: center;
    align-self: center;
}
.header_main .menu_new_style li.full_width_techno ul li a{
    text-align: center;
    justify-content: center;
}
.header_main .menu_new_style li.full_width_techno ul li{
    border-right: 1px solid lightgray;
}
.header_main .menu_new_style li.full_width_techno ul li:nth-child(3n){
    border-right: none;
}
.header_main .menu_new_style li.full_width_techno ul li:last-child{
    border-bottom: 1px solid lightgray;
}


/* nda */
.nda_modal {
    cursor: pointer;
    color: #000;
    text-decoration: underline;
}

.nda-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
}

.nda-popup.active {
    display: block;
}

.nda-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.nda-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    background: #fff;
    padding: 30px;
    max-width: 600px;
    width: 90%;
    border-radius: 10px;
    transition: 0.3s;
}
@media (max-width: 767px){
    .nda-popup-content{
        max-height: 400px;
        overflow: scroll;
    }
}
.nda-popup-content ul{
    margin-bottom: 20px;
}
.nda-popup-content h5{
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #004892;
}
.nda-popup.active .nda-popup-content {
    transform: translate(-50%, -50%) scale(1);
}

.nda-popup-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}

button.carousel__button.is-prev:hover, button.carousel__button.is-next:hover,
button.carousel__button.is-prev:focus, button.carousel__button.is-next:focus{
	background: #004892;
}
body .dialog-lightbox-widget, .fancybox__caption{
	display: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Condensed:wght@600;700&display=swap');

:root {
  --gh-bg:          #0d1117;
  --gh-surface:     #ffffff;
  --gh-header:      #004892;
  --gh-header-label:#FFDE00;
  --gh-accent:      #004892;
  --gh-accent-dark: #003370;
  --gh-border:      #e2e5ea;
  --gh-muted:       #6b7280;
  --gh-text:        #343434;
  --gh-label:       #343434;
  --gh-section-bg:  #f8f9fb;
  --gh-radius:      0px;    
  --gh-font:        'Barlow', sans-serif;
  --gh-font-head:   'Barlow Condensed', sans-serif;
  --gh-shadow:      0 24px 80px rgba(0,0,0,.45), 0 4px 16px rgba(0,0,0,.2);
  --gh-z:           99999;
  --gh-tr:          .25s cubic-bezier(.4,0,.2,1);
}

/* Overlay */
.gmtv-overlay {
  position: fixed; inset: 0; z-index: var(--gh-z);
  background: rgba(10,12,18,.72);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; visibility: hidden;
  transition: opacity var(--gh-tr), visibility var(--gh-tr);
}
.gmtv-overlay.is-open { opacity: 1; visibility: visible; }

/* Popup */
.gmtv-popup {
  background: var(--gh-surface);
  width: 100%; max-width: 740px; max-height: 92vh;
  display: flex; flex-direction: column;
  border-radius: var(--gh-radius);
  box-shadow: var(--gh-shadow);
  transform: translateY(28px) scale(.97);
  transition: transform var(--gh-tr);
  overflow: hidden;
  border-top: 3px solid var(--gh-accent);
}
.gmtv-overlay.is-open .gmtv-popup { transform: translateY(0) scale(1); }

/* Header */
.gmtv-popup__header {
  background: var(--gh-header); padding: 22px 28px;
  display: flex; align-items: center; justify-content: space-between; flex-shrink: 0;
}
.gmtv-popup__label {
  display: block; font-family: var(--gh-font-head);
  font-size: 11px; font-weight: 700; letter-spacing: .16em;
  color: var(--gh-header-label); text-transform: uppercase; margin-bottom: 4px;
}
.gmtv-popup__title {
  font-family: var(--gh-font-head); font-size: 22px; font-weight: 700;
  color: #fff; margin: 0; letter-spacing: .01em;
}
.gmtv-popup__close {
  background: var(--gh-header-label); border: 1px solid rgba(var(--gh-header-label));
  color: #343434; 
  width: auto;
  padding: 4px 12px;
  height: 36px;
  border-radius: var(--gh-radius); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--gh-tr), color var(--gh-tr); flex-shrink: 0;
}
.gmtv-popup__close p{
	margin-bottom: 0 !important;
    margin-right: 5px !important;
	font-size: 14px;
}
.gmtv-popup__close:hover { background: white; color: #343434; border-color: white; }

/* Body */
.gmtv-popup__body {
  overflow-y: auto; padding: 32px 28px 28px; flex: 1;
  font-family: var(--gh-font); font-size: 14px; color: var(--gh-text); scroll-behavior: smooth;
}
.gmtv-popup__body::-webkit-scrollbar { width: 5px; }
.gmtv-popup__body::-webkit-scrollbar-track { background: #f0f1f3; }
.gmtv-popup__body::-webkit-scrollbar-thumb { background: #cbd0d8; border-radius: 4px; }

/* Sections */
.gmtv-section {
  background: var(--gh-section-bg); border: 1px solid var(--gh-border);
  border-left: 3px solid var(--gh-accent); border-radius: var(--gh-radius);
  padding: 20px 22px; margin-bottom: 18px;
}
.gmtv-section__title {
  font-family: var(--gh-font-head); font-size: 13px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--gh-muted);
  margin: 0 0 16px !important; padding-bottom: 10px; border-bottom: 1px solid var(--gh-border);
}

/* Fields */
.gmtv-field { margin-bottom: 14px; }
.gmtv-field:last-child { margin-bottom: 0; }
.gmtv-field label,
.gmtv-field .gmtv-label,
.gmtv-popup .wpcf7-form .gmtv-label {
  display: block; font-size: 13px; font-weight: 600;
  color: var(--gh-label); margin-bottom: 6px; font-family: var(--gh-font);
}
.gmtv-label { display: block; font-size: 13px; font-weight: 600; color: var(--gh-label); margin-bottom: 6px; }

.gmtv-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* Inputs */
.gmtv-popup input[type="text"],
.gmtv-popup input[type="email"],
.gmtv-popup input[type="tel"],
.gmtv-popup input[type="number"],
.gmtv-popup input[type="file"],
.gmtv-popup select,
.gmtv-popup textarea,
.gmtv-popup .wpcf7-text,
.gmtv-popup .wpcf7-email,
.gmtv-popup .wpcf7-tel,
.gmtv-popup .wpcf7-number,
.gmtv-popup .wpcf7-select,
.gmtv-popup .wpcf7-file {
  width: 100%; box-sizing: border-box;
  font-family: var(--gh-font); font-size: 14px; color: var(--gh-text);
  background: #fff; border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius); padding: 9px 12px;
  transition: border-color var(--gh-tr), box-shadow var(--gh-tr);
  appearance: none; -webkit-appearance: none; outline: none;
}
.gmtv-popup select,
.gmtv-popup .wpcf7-select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; padding-right: 32px;
}
.gmtv-popup input:focus,
.gmtv-popup select:focus,
.gmtv-popup textarea:focus {
  border-color: var(--gh-accent);
  box-shadow: 0 0 0 3px rgba(0,0,0,.12);
}

/* Checkboxes as pills */
.gmtv-popup .wpcf7-checkbox,
.gmtv-popup .wpcf7-radio { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.gmtv-popup .wpcf7-checkbox .wpcf7-list-item,
.gmtv-popup .wpcf7-radio .wpcf7-list-item { margin: 0; }
.gmtv-popup .wpcf7-checkbox .wpcf7-list-item-label,
.gmtv-popup .wpcf7-radio .wpcf7-list-item-label {
  display: flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 500; color: var(--gh-label);
  cursor: pointer; padding: 5px 0; background: #fff;
  border: 1px solid var(--gh-border); border-radius: 0;
  transition: all var(--gh-tr); user-select: none; white-space: nowrap; margin-left: 4px;
}
.gmtv-popup .wpcf7-checkbox input[type="checkbox"],
.gmtv-popup .wpcf7-radio input[type="radio"] {
  width: 14px; height: 14px; min-width: 14px;
  accent-color: var(--gh-accent); cursor: pointer; margin: 0; padding: 0;
  border: none !important; box-shadow: none !important;
}
.gmtv-popup .wpcf7-checkbox .wpcf7-list-item-label:has(input:checked),
.gmtv-popup .wpcf7-radio .wpcf7-list-item-label:has(input:checked) {
  background: rgba(200,16,46,.07); border-color: var(--gh-accent); color: var(--gh-accent-dark);
}

/* Temp row */
.gmtv-temp-row { display: flex; align-items: center; gap: 10px; }
.gmtv-temp-row .wpcf7-text,
.gmtv-temp-row input[type="text"] { max-width: 110px; text-align: center; }
.gmtv-temp-row span { font-size: 13px; color: var(--gh-muted); white-space: nowrap; }

/* Volume row */
.gmtv-volume-row p{ display: flex; gap: 10px; align-items: center; }
.gmtv-volume-row .wpcf7-text,
.gmtv-volume-row input[type="text"] { flex: 1; }
.gmtv-volume-row .wpcf7-select,
.gmtv-volume-row select { max-width: 160px; }

/* Conditional field */
.gmtv-conditional {
  overflow: hidden; max-height: 0; opacity: 0;
  transition: max-height .3s ease, opacity .3s ease, margin .3s ease; margin-top: 0;
}
.gmtv-conditional.is-visible { max-height: 120px; opacity: 1; margin-top: 12px; }

/* Submit */
.gmtv-popup input[type="submit"],
.gmtv-popup .wpcf7-submit {
  display: block; width: 100%; background: var(--gh-accent);
  color: #fff; border: none; border-radius: var(--gh-radius);
  font-family: var(--gh-font-head); font-size: 15px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 14px 24px; cursor: pointer; margin-top: 22px;
  transition: background var(--gh-tr), transform var(--gh-tr), box-shadow var(--gh-tr);
}
.gmtv-popup input[type="submit"]:hover,
.gmtv-popup .wpcf7-submit:hover {
  background: var(--gh-accent-dark); transform: translateY(-1px);
}
.gmtv-popup input[type="submit"]:active,
.gmtv-popup .wpcf7-submit:active { transform: translateY(0); }

/* Validation */
.gmtv-popup .wpcf7-not-valid { border-color: #dc2626 !important; box-shadow: 0 0 0 3px rgba(220,38,38,.12) !important; }
.gmtv-popup .wpcf7-not-valid-tip { font-size: 11.5px; color: #dc2626; margin-top: 4px; display: block; }
.gmtv-popup .wpcf7-response-output { margin: 12px 0 0; border-radius: var(--gh-radius); font-size: 13px; }
.gmtv-popup p { margin: 0 0 4px; }
.gmtv-popup br { display: none; }

/* NDA Accordion */
.gmtv-accordion { margin-top: 20px; border: 1px solid var(--gh-border); border-radius: var(--gh-radius); overflow: hidden; }
.gmtv-accordion__btn {
  width: 100%; background: #f1f4f8; border: none; padding: 13px 16px;
  display: flex; align-items: center; gap: 9px;
  font-family: var(--gh-font); font-size: 13px; font-weight: 600;
  color: var(--gh-label); cursor: pointer; text-align: left;
  transition: background var(--gh-tr);
}
.gmtv-accordion__btn > p{
	display: flex; align-items: center; gap: 9px; margin-bottom: 0;
}
.gmtv-accordion__btn:hover { background: #e9ecf1; color: #343434 }
.gmtv-accordion__icon { color: var(--gh-accent); flex-shrink: 0; }
.gmtv-accordion__chevron { margin-left: auto; flex-shrink: 0; transition: transform var(--gh-tr); }
.gmtv-accordion__btn[aria-expanded="true"] .gmtv-accordion__chevron { transform: rotate(180deg); }
.gmtv-accordion__body {
  padding: 16px; font-size: 12.5px; color: var(--gh-muted); line-height: 1.65;
  border-top: 1px solid var(--gh-border);
}
.gmtv-accordion__body p { margin: 0 0 10px; }
.gmtv-accordion__body p:last-child { margin-bottom: 0; }
.gmtv-accordion__body ul { margin: 6px 0 10px 18px; padding: 0; }
.gmtv-accordion__body li { margin-bottom: 3px; }

/* RODO */
.gmtv-rodo {
  margin-top: 14px; padding: 14px 16px; background: #f8f9fb;
  border: 1px dashed #d1d5db; border-radius: var(--gh-radius);
  font-size: 11.5px; color: var(--gh-muted); line-height: 1.65;
}
.gmtv-rodo p { margin: 0 0 8px; }
.gmtv-rodo p:last-child { margin-bottom: 0; }
.gmtv-rodo strong { color: var(--gh-label); }
.gmtv-rodo a { color: var(--gh-accent); text-decoration: none; }
.gmtv-rodo a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 600px) {
  .gmtv-overlay { padding: 0; align-items: flex-end; }
  .gmtv-popup { max-height: 95vh; border-radius: var(--gh-radius) var(--gh-radius) 0 0; transform: translateY(40px); }
  .gmtv-popup__header { padding: 16px 18px; }
  .gmtv-popup__body { padding: 20px 18px 22px; }
  .gmtv-row { grid-template-columns: 1fr; }
  .gmtv-popup .wpcf7-checkbox,
  .gmtv-popup .wpcf7-radio { flex-direction: column; }
  .gmtv-temp-row { flex-wrap: wrap; }
}


.wpcf7-checkbox .wpcf7-list-item label{
	display: inline-flex;
	align-items: center;
}
.wpcf7-checkbox .wpcf7-list-item label input{
	margin-right: 4px;
}

.gmtv-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px 32px;
    min-height: 320px;
    gap: 16px;
}

.gmtv-success__icon {
    width: 72px; height: 72px;
    background: rgba(0,72,146,.07);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    animation: gmtv-pop .4s cubic-bezier(.34,1.56,.64,1) both;
}

.gmtv-success__title {
    font-family: var(--gh-font-head);
    font-size: 26px; font-weight: 700;
    color: var(--gh-text);
    margin: 0;
    letter-spacing: .01em;
}

.gmtv-success__text {
    font-size: 15px;
    color: var(--gh-muted);
    line-height: 1.6;
    margin: 0;
}

.gmtv-success__contact {
    margin-top: 8px;
    padding: 14px 24px;
    background: var(--gh-section-bg);
    border: 1px solid var(--gh-border);
    border-left: 3px solid var(--gh-accent);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gmtv-success__contact span {
    font-size: 12px;
    color: var(--gh-muted);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
}

.gmtv-success__contact a {
    font-family: var(--gh-font-head);
    font-size: 22px;
    font-weight: 700;
    color: var(--gh-accent);
    text-decoration: none;
    letter-spacing: .02em;
}

.gmtv-success__contact a:hover {
    color: var(--gh-accent-dark);
}

.gmtv-success__btn {
    margin-top: 8px;
    background: transparent;
    border: 1px solid var(--gh-border);
    color: var(--gh-muted);
    font-family: var(--gh-font);
    font-size: 13px;
    padding: 10px 28px;
    cursor: pointer;
    transition: all var(--gh-tr);
}

.gmtv-success__btn:hover {
    border-color: var(--gh-accent);
    color: var(--gh-accent);
}

@keyframes gmtv-pop {
    from { transform: scale(0.5); opacity: 0; }
    to   { transform: scale(1);   opacity: 1; }
}

@media (max-width: 767px){
    .schedule{
        min-width: 155px;
        font-size: 14px !important;
        line-height: 20px !important;
        /*top: 4px;*/
        position: relative;
    }
    .logo_group .logo_group_kaif svg{
        max-width: 85px !important;
        margin-top: -37px !important;
    }
}
.mm-page{
    min-height: 1px !important;
}

