body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif
}


@media(min-width: 768px) {
    body {
        padding-top: 0;
    }
}
*{
    box-sizing: border-box;
}
h1,h2,h3,h4{
    margin:0;
}
h1{font-size:36px;}
h2{font-size:33px;}
p{
    font-size:16px;
    line-height:22px;
}
a{
    transition: all 0.3s ease;
}

/*    Colors  */
.green{
    background-color:#95bb20;
}
.gradient{
    background:linear-gradient(to right, #000007, #3d444f);
}
.grey{
    background-color:#333233;
}
.green h1, .green h2, .green h3{
    color:#fff;
}
.gradient h1, .gradient h2, .gradient h3{
    color:#fff;
}
.gradient p, .green p, .grey p{
    color:#fff;
}
.grey h1, .grey h2, .grey h3{
    color:#fff;
}



.wrapper{
    display: flex;
    justify-content: space-between;
    max-width:1400px;
    margin:0 auto;
    width:100%;
}
.center{
    text-align: center;
    justify-content: center;
}
.right{
    text-align: right;
    justify-content: flex-end;
}

input, select, textarea{
    border:0;
    border-radius:3px;
    padding:10px;
    width:100%;
    box-sizing: border-box;
    margin-bottom:14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    box-sizing: border-box;
}


.btn{
    display:inline-block;
    padding:10px 20px;
    border-radius:1px;
    text-decoration: none;
    font-weight:bold;
    vertical-align: middle;
    color:#fff;
    border:none;
    cursor: pointer;
}
.btn.outline{
    border:1px solid #fff;
    margin-right:10px;
}


.nav{
    display: flex;
    justify-content: space-between;
    background:#000;
    border-bottom:1px solid #fff;
    padding:10px 0;
    align-items: center;
    position: relative;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}
.nav .wrapper{
    position: relative;
}

.nav.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
    opacity: 1;
    animation: navFadeIn 0.6s ease-in-out;
}

.logo{
    width:100%;
    max-width:329px;
}

@keyframes navFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-logo, .strapline, .scroll-logo{
    width:300px;
    display:flex;
    align-items: center;
}   
.scroll-logo{
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
}
.scroll-logo, .scroll-logo img{
    height:38px;
}
.strapline img{
    height:20px;
    margin:8px 0 0;
    width:100%;
}
.strapline a{
    display: block;
}

.strapline{
    transition: all 0.3s ease-in-out;
}

.nav-links{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:35px;
}
.nav-links a{
    color:#fff;
    text-decoration: none;
    font-size:15px;
    font-weight:bold;
    white-space: nowrap;
}
.nav-links a:hover{
    color:#95bb20;
}
.nav-links a.btn:hover{
    color:#fff;
    background-color:#333233;
}
.navtab{
    background:url(../img/menu.svg) no-repeat center center;
    width: 40px;
    height:40px;
    cursor: pointer;
    float:right;
    display:none;
}
.nav-close{
        position:absolute;
        top:20px;
        right:20px;
        width:30px;
        height:30px;
        background:url(../img/close.svg) no-repeat center center;
        background-size:contain;
        cursor:pointer;
        display:none;
    }
.partner{
    max-width:270px;
}
.header, .block-row{
    display: flex;
    border-bottom:1px solid #fff;
}
.block, .col{
    width:50%;
    display:flex;
}
.col{
    flex-direction: column;
}
.block.left, .col.left{
    justify-content: flex-end;
}
.block.right, .col.right{
    justify-content: flex-start;
    text-align: left;
}
.block-content{
    width:100%;
    max-width:700px;
}
.block.left .block-content{
    padding:50px 50px 40px 0;
}
.block.right .block-content{
    padding:50px 0 40px 50px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    position:relative;
    height:100%;
}
.block-content .cols{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
}
.header .block.right .block-content p{
    max-width:535px;
    line-height:25px;
    width:100%;
}
.race-car{
    max-width:60%;
    bottom:-45px;
    z-index:2;
    position:absolute;
    right:-20px;
    height:auto;
}
.six-sides h2{
    position: relative;
    padding-left:95px;
    font-size:32px;
}
.six-sides h2::before{
    content:url(../img/icon-white.svg);
    position:absolute;
    top:5px;
    left:0;
    width:75px;
}
.block.left.gradient .block-content{
    padding:40px 50px 30px 0;
}
.six-sides-content{
    position:relative;
    z-index:2;
    text-align:center;
    margin:10px 0 0;
}
.six-sides-img{
    max-width:440px;
    width:100%;
    height:auto;
}
.six-sides .credits{
    display:flex;
    gap:15px;
    align-items:flex-end
}


.page-content{
    padding:60px 0 80px;
}
.page-content .wrapper{
    flex-direction: column;
    align-items: center;
}
.page-content p.intro{
    font-size:18px;
    line-height:25px;
    max-width:900px;
}
.page-content h2{
    max-width:500px;
}
.page-content .cta, .header .block.right .block-content p.cta{
    font-size:24px;
    line-height:30px;
    font-weight:bold;
}
.page-content .cta span, .header .cta span{
    color:#95bb20;
}

.panel-row{

    width:100%;
    margin-bottom:80px;
}
.panel-row .wrapper{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:40px;
    width:85%;
    margin:0 auto;
}
.panel-block{
    padding:40px 50px;
}
.quote{
    font-size:20px;
    line-height:30px;
    color:#fff;
}
.panel-block.grey{
    background:url(../img/quote-bg.svg) no-repeat left top #333233;
}
.panel-block.green{
    background:url(../img/cat-bg.svg) no-repeat left top #95bb20;
}
.quote::before{
    content:"";
    height:3px;
    width:120px;
    background-color:#95bb20;
    display:block;
    margin-bottom:30px;
    margin-left:50%;
    transform:translateX(-50%);
}
.panel-block .name, .quote .name  {
    display:block;
    text-transform:uppercase;
    font-size:13px;
    color:#95bb20;
    margin-top:30px;
    font-weight:bold;
}
.panel-block .panel-content{
    text-align:left;
}
.panel-block .panel-content .intro{
    font-size:20px;
    line-height:30px;
}

.scroll-row{
    background:#333233;

}

.contact-row{
    
}
.contact-row h2::before{
    content:url(../img/icon-white.svg);
    display:inline-block;
    width:75px;
    margin-right:20px;
    vertical-align: middle;
}
.contact-row p{
    max-width:255px;
    margin-left:95px;
}
.contact-row .verlata{
    max-width:150px;
    margin-left:95px;
    margin-top:25px;
}

.footer{
    background-color:#000;
    padding:60px 0;
}
.footer .wrapper{
    flex-direction: column;
}
.footer .row{
    display:grid;
    grid-template-columns: 40% 20% 40%;
}
.footer .row.break{
    border-top:1px solid #a6a6a6;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-top:30px;
    margin-top:30px;
}
.footer .row .col{
    width:100%;
    justify-content: flex-end;
}
.footer .row .col.right{
    
    align-items: flex-end;
}
.footer ul{
    list-style: none;
    padding:0;
    margin:0;
}
.footer ul li{
    margin-bottom:10px;
}
.footer ul li a{
    color:#fff;
    text-decoration: none;
    font-size:14px;
    padding:5px 0;
}
.footer ul li a:hover{
    color:#95bb20;
}
.footer p{
    font-size:13px; 
    color:#fff;
    max-width:330px;
    line-height:20px;
}
.footer .footer-logo{
    max-width:225px;
    margin-bottom:20px;
}
.footer .btn{
    width:102px;
    text-align: center;
}
.footer .strapline{
    padding:30px 0 0;
}
.footer .phone{
    font-size:20px;
    color:#fff;
    font-weight:bold;
    margin:20px 0;
}
.footer .phone span{
    color:#95bb20;
}
.footer .linkedin{
    max-width:121px;
}
.footer .copy{
    font-size:12px;
    color:#fff;
    line-height:20px;
}
.footer .copy a{
    color:#fff;
    padding:0 5px;
}

.textpage{
    text-align:left;
    align-items: left;
}

table tr:nth-child(odd){
    background:#f6f6f6;
}
table td{
    padding:4px;
}




/* Homepage */
.scroll{
    color:#AFB0B4;
    font-size:16px;
    text-decoration: none;
    position:relative;
    margin-top:40px;
    display:inline-block;
}
.scroll:before{
    content:url(../img/arr-down.png);
    width:10px;
    height:10px;
    left:50%;
    transform:translateX(-50%);
    position:absolute;
    top:100%;

}
.header h1 span{
    color:#95bb20;
}
.header h1:after{
    content:"";
    height:3px;
    width:120px;
    background-color:#95bb20;
    display:block;
    margin:20px 0 30px;
}
.header .event-block{
    padding:30px 0;
}
.header .event-block h2{
    font-size:24px;
}
.event-grid{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:20px;
    padding:15px 0;
}
.event-grid .event{
    border-radius:8px;
    text-align: center;
}
.event-grid .event:first-child{
    background:#000;
}
.event-grid .event:nth-child(2){
    background:#004aad;
}

.event-grid .event img{
    max-width:100%;
    max-height:130px;
    height:auto;
}
.event-grid .event .date{
    font-size:13px;
    font-weight:bold;
    color:#fff;
    display:block;
    padding-top:10px;
    border-top:1px solid #fff;
}
.header .contacts{
    font-size:15px;
    color:#fff;
    padding-top:10px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top:-20px;
}
.header .contacts a{
    color:#fff;
    font-weight:bold;
    text-decoration: none;
    display:inline-block;
    padding:2px 10px;
}
.header .contacts span{
    display:inline-block;
    padding:2px 10px;
    font-weight:bold;
    padding-left:15px;
    margin-left:5px;
    border-left:1px solid #fff;
}
.header .contacts .linkedin{
    width:90px;
    display:inline-block;
    vertical-align: middle;
}

.header .contact-block{
    padding-top:20px;
    border-top:1px solid #fff;
}
.feature-list{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:50px;
    margin:40px 0 30px;
    width:85%;
}
.feature-list h3{
    font-size:18px;
    font-weight:bold;
    width:70px;
    border-bottom:5px solid #95bb20;
    padding-bottom:5px;
    margin-bottom:-3px;
    position: relative;
}
.feature-list h4{
    font-size:18px;
}
.feature-list p{
    font-size:16px;
    line-height:20px;
    margin-top:5px;
}
.feature-list hr{
     border: none;
  border-top: 1px solid #e5e7eb; /* light gray */
  margin: 0 0 20px; 
}
.feature-block{
    padding:0;
    text-align: left;
}
.feature-block img{
    max-height:125px;
    margin-bottom:20px;
    margin:0 auto;
    position: relative;
    display:block;
}
.form-row{
    width:100%;
    display:flex;
    gap:14px;
}
.form-col{
    width:50%;
}
.title-top{
    max-width:75px;
    margin-bottom:15px;
}

.six-tabs .tabs{
    display:flex;
    justify-content: space-between;
    border-bottom:1px solid #fff;
    font-size:18px;
    color:#fff;
}
.six-tabs .tabs .tab{
    padding:10px 0;
    opacity:0.6;
    cursor:pointer;
}
.six-tabs .tabs .tab.active{
    border-bottom:4px solid #fff;
    font-weight:bold;
    opacity:1;
}
.six-tabs .tab-content{
    margin:20px 0;
    background:rgba(255,255,255,0.2);
    padding:15px 30px;
    border-radius:10px;
    min-height:140px;
}
.six-tabs .tab-content p{
    font-size:24px;
    color:#fff;
    font-weight:bold;
    line-height:28px;
}
.six-tabs .tab-content-inner{
    display:none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.six-tabs .tab-content-inner.active{
    display:block;
    opacity: 1;
}
.six-tabs .tab-content-inner div{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.six-tabs .tab-content-inner div img{
    max-height:100px;
}

.tab-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.tab-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.tab-dot:hover {
    background-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.1);
}

.tab-dot.active {
    background-color: #95bb20;
    border-color: #fff;
    transform: scale(1.2);
}
.scroll-row .wrapper{
    flex-direction: column;
}
.scroll-row h2:after, .page-content h2:after {
    content: "";
    height: 3px;
    width: 120px;
    background-color: #95bb20;
    display: block;
    margin: 20px 0 10px;
    margin-left:50%;
    transform:translateX(-50%);
}

.partner-carousel {
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px auto;
    max-width: 1200px;
}

.partner-list-container {
    overflow: hidden;
    width: 100%;
    margin: 0 60px;
}

.partner-list{
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 30px;
    padding-top:5px;
    width: 100%; 
    max-width: 100%;
}

.partner-block{
    background: #fff;
    padding: 40px 10px;
    flex-shrink: 0;
    box-sizing: border-box;
    position: relative;
}
.flash{
    position: absolute;
    top:-3px;
    right:-8px
}

.partner-block img{
    max-width: 100%;
    height: auto;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.carousel-prev {
    left: 20px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #95bb20;
}

.carousel-next {
    right: 20px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #95bb20;
}

.carousel-arrow:hover {
    opacity: 0.7;
}


.bg-hex{
    width:100%;
}
.block.gradient.right .bg-hex{
    background:url(../img/head-right-hex.svg) no-repeat center center;
    background-position: left center;
    background-size: auto 800px;
}
.block.green.left .bg-hex{
    background:url(../img/head-left-hex.svg) no-repeat center center;
    background-position: right center;
    display: flex;
    justify-content: flex-end;
    background-size: auto 800px;
}

.block.green.right .bg-hex{
    background:url(../img/steps-bg.svg) no-repeat center center;
    background-position: left center;
    background-size: auto 800px;
}
.block.gradient.left .bg-hex{
    background:url(../img/6s-bg.svg) no-repeat center center;
    background-position: right center;
    display: flex;
    justify-content: flex-end;
    background-size: auto 800px;
}

.scroll-row .bg-hex{
    background:url(../img/partner-bg.svg) no-repeat center center;
    background-position: 100px bottom;
    background-size: 1500px auto;
    padding:60px 0;
}
.contact-row .bg-hex, .cta-row .bg-hex{
    background:url(../img/contact-bg.svg) no-repeat center center;
    background-position: 100px top;
    background-size: 1500px auto;
    padding:60px 0;
}
.cta-row .wrapper{
    flex-direction: column;
}
.contact-row button{
    text-align: center;

    border:0;
    background-color: #333233;
    color:#fff;
    font-weight:bold;
    font-size: 16px;
    border-radius: 5px;
}
.modal-head .bg-hex{
    background:url(../img/modal-hex.svg) no-repeat center center;
    background-position: right top;
    padding:2rem 2rem 1rem;
}



@media(min-width: 1025px) {
    .partner-block {
        width: calc((100% - 90px) / 4); 
    }
}


@media(max-width: 1024px) and (min-width: 769px) {
    .partner-block {
        width: calc((100% - 60px) / 3); 
    }
    .partner-carousel {
        margin: 40px 20px;
    }
    .partner-list-container {
        margin: 0 40px;
    }
}


@media(max-width: 768px) and (min-width: 601px) {
    .partner-block {
        width: calc((100% - 30px) / 2);
        padding: 30px 10px;
    }
    .partner-list-container {
        margin: 0 30px;
    }
}


@media(max-width: 600px) {
    .partner-block {
        width: 100%;
        padding: 25px 10px;
    }
    .partner-list {
        gap: 20px;
    }
    .partner-list-container {
        margin: 0 20px;
    }
}

@media(max-width:1500px){
    .wrapper{padding:0 20px}
    .block.left .block-content, .block.right .block-content{padding:40px}
    .panel-row .wrapper{width:100%}
}
@media(min-width:1101px){
         .contact-row button {
        width: 100px;
        margin-top: -55px;
        float: right;
        z-index: 5;
        position: relative;
        margin-right: 10px;
        padding: 5px 10px;
    }
   
}
@media(max-width:1100px){
    .race-car{
        right:10px;
        max-width:80%;
        bottom:-20px;
    }
    .block.gradient.right .block-content{
        padding-bottom:180px;
    }
    .header, .block-row, .wrapper, .form-row, .footer .row.break{
        flex-direction: column;
    }
    .nav .wrapper{
        flex-direction: row;
    }
    

    .nav {
        position: static;
        transform: none;
        opacity: 1;
    }
    
    .scroll-logo {
        display: none;
    }
    
    .strapline {
        opacity: 1 !important;
        transform: none !important;
    }
    .block, .col, .form-col{
        width:100%;
        box-sizing: border-box;
    }
    .block.left .block-content, .block.right .block-content{
        padding:30px 20px;
    }
    .footer{
        padding:30px 0;
    }
    .panel-block{
        padding:30px;
    }
    .block.left.gradient .block-content{
        padding:30px 20px;
    }
    .contact-row .bg-hex, .cta-row .bg-hex{
        padding:30px 20px;
    }
    .contact-row button{
        width: 100%;
        padding: 15px 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .block-content{
        max-width:100%;
    }
    .feature-list{
        margin:0 30px 20px;
    }
    .feature-block{
        padding:0;
    }
    .header .event-block{
        text-align: center;
    }
    .block-content .cols{
        flex-direction: column-reverse;
    }
    .header .block.right .block-content p{
        max-width:100%;
    }
    .nav-links{
        position:fixed;
        background:#000;
        right:0;
        top:0;
        flex-direction: column;
        left:0;
        padding:50px 0 30px 0;
        bottom:0;
        z-index:1000;
        justify-content: flex-start;
        gap:0;
        display:none;
        transform: translateY(-100%);
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    .nav-links a{
        display:block;
        padding:30px 0;
        width:90%;
        text-align: center;
    }
    .nav-links a.btn{
        border:none;
        padding:20px;
        margin-top:30px;
    }
    .nav-close{
        display:block;
    }
    .navtab{display:block;}
    .block.green.left .block-content{
        text-align:center;
    }
    .footer .copy{
        padding-bottom:40px;
        text-align:center;
    }
    .internal{display:none;}
    .btn.outline{
        margin-top:10px;
        width:100%;
        max-width:400px;
        text-align: center;
    }
   
}
@media(max-width:800px){
    .panel-row .wrapper, .footer .row{
        grid-template-columns: 1fr;
    }
    .panel-row{
        gap:20px;
        margin-top:30px;
    }
    .feature-list{
        grid-template-columns: 2fr;
    }
    .form-row{
        margin-top:30px;
        gap:0
    }

}

@media(max-width:600px){
    h1{font-size:30px;}
    h2{
        font-size:24px;
    }
    .event-grid{
        grid-template-columns: 1fr;
    }
    .btn.outline{
        width:100%;
        text-align: center;
        padding:15px 0;
        margin-bottom:10px;

    }
    .contact-row p, .contact-row .verlata{
        margin-left:0;
    }
    .contact-row .col{
        justify-content: center;
        align-items: center;
        text-align:center;
    }
    .contact-row h2{
        position: relative;
    }
    .contact-row .bg-hex, .cta-row .bg-hex{
        padding:100px 0px 30px;
    }
    .contact-row h2::before{
        position: absolute;
        left:50%;
        transform:translateX(-50%);
        margin-right:0;
        top:-70px;

    }
    .logo{
        width:80%;
    }

    .six-sides h2{
        font-size:24px;
    }
}

@media(max-width: 600px) {
    .nav-logo, .strapline, .scroll-logo{
        width: 250px; 
    }
}

@media(max-width: 553px) {
    body {
        overflow-x: hidden;
    }
    .partner-list-container {
        margin: 0 10px;
    }
    
    .partner-carousel {
        margin: 20px auto; 
    }
}


.contact-form {
    max-width: 800px;
    padding: 30px 0;
}

.contact-form h2 {
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.contact-form .intro {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}

.form-group.full-width {
    flex: none;
    width: 100%;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 13px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #95bb20;
}

.form-group input.error,
.form-group textarea.error {
    border-color: #ff4444;
    background-color: #fff5f5;
}

.form-group .error-message {
    color: #ff4444;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}




@media(max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
 
}



.mission-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    width: 100%;
    max-width: 1020px;
    text-align: left;
}

.mission-col p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #333;
}

.page-content .cta {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #333;
}


@media(max-width: 768px) {
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .mission-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .feature-item {
        padding: 15px;
    }
}


.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 40px 0;
    width: 100%;
    max-width: 1200px;
}

.team-member {
    text-align: center;
    padding: 20px 30px;
    background: #fff;
    border-radius: 4px;
    border:1px solid #ddd

}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.team-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 20px;
    border: 4px solid #95bb20;
    box-shadow: 0 4px 15px rgba(149, 187, 32, 0.3);
}

.team-info h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.team-info p {
    font-size: 15px;
    line-height: 22px;
    color: #666;
}


@media(max-width: 1024px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media(max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .team-member {
        padding: 15px;
    }
    
    .team-avatar {
        width: 120px;
        height: 120px;
    }
    
    .team-info h3 {
        font-size: 20px;
    }
    
    .team-info p {
        font-size: 13px;
    }
}


.register-form {
    max-width: 900px;
    padding: 40px 0;

}

.form-intro {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #95bb20;
}

.form-intro p {
    margin-bottom: 15px;
    color: #333;
    line-height: 1.6;
}


.form-intro a {
    color: #95bb20;
    text-decoration: none;
}

.form-intro a:hover {
    text-decoration: underline;
}

.form-note {
    margin-bottom: 30px;
    padding: 10px 15px;
    background: #95bb20;
    border-radius: 5px;
    font-size: 14px;
    color:#fff;

}

.form-section {
    margin-bottom: 40px;
    border-bottom: 1px solid #e9ecef;
    text-align: left;
}

.form-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.form-section h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #95bb20;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.form-group {
    flex: 1;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.form-group .required {
    color: #95bb20;
    font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 13px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #95bb20;
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: #ff4444;
    background-color: #fff5f5;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.captcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    background: #f8f9fa;
    border-radius: 5px;
    padding: 10px;
}

.terms-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.terms-checkbox input[type="checkbox"] {
    width: auto;
    margin: 0;
    margin-top: 2px;
}

.terms-checkbox label {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.terms-checkbox a {
    color: #95bb20;
    text-decoration: none;
}

.terms-checkbox a:hover {
    text-decoration: underline;
}

.form-submit {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e9ecef;
}

@media(max-width: 768px) {

    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .form-section {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    
    .form-section h3 {
        font-size: 18px;
    }
    
    .terms-checkbox {
        flex-direction: column;
        gap: 10px;
    }
    
    .captcha-container {
        min-height: 60px;
    }
}


.forms-table-container {
    width: 100%;
    max-width: 1200px;
    margin: 40px 0;
    overflow-x: auto;
    text-align: left; 
}

.forms-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.forms-table th {
    background: #95bb20;
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

.forms-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e9ecef;
    vertical-align: middle;
}

.forms-table tr:hover {
    background-color: #f8f9fa;
}

.forms-table a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.forms-table a:hover {
    color: #95bb20;
}

.forms-table img {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.forms-table a:hover img {
    opacity: 1;
}


.cta-row .wrapper.center {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cta-row .wrapper.center h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 28px;
}

.cta-row .wrapper.center p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 800px;
}

.cta-row .wrapper.center .btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

.cta-row .wrapper.center .btn:hover {
    background: #fff;
    color: #95bb20;
}


@media(max-width: 768px) {
    .forms-table-container {
        margin: 20px 0;
    }
    
    .forms-table th,
    .forms-table td {
        padding: 10px;
        font-size: 14px;
    }
    
    .forms-table th:last-child,
    .forms-table td:last-child {
        display: none;
    }
    
    .contact-row .wrapper.center h2 {
        font-size: 24px;
    }
    
    .contact-row .wrapper.center p {
        font-size: 16px;
    }
}


.contact-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 5rem;
    margin-top: 2rem;
    max-width:1300px;
}



.contact-info-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-section h3 {
        font-size: 18px;
        font-weight: bold;
        width: 150px;
        border-bottom: 5px solid #95bb20;
        padding-bottom: 5px;
        margin-bottom: -3px;
        position: relative;
    }
    .contact-section hr{
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 0 0 20px;
}

.contact-item {
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.forms-suggestion-panel {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
}

.forms-suggestion-panel h3 {
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
}

.forms-suggestion-panel p {
    margin: 0 0 1.5rem 0;
    opacity: 0.9;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: white;
    margin: 5% auto;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
}
.modal-content h2{
    font-size:28px;
}
.modal-head{
    color:#fff;
    border-radius:8px 8px 0 0;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.close:hover,
.close:focus {
    color: #000;
}

.suggestion-form {
    margin-top: 1.5rem;
    padding: 0 2rem 1.5rem;
}

.suggestion-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.suggestion-form input,
.suggestion-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
}

.suggestion-form textarea {
    resize: vertical;
}


@media (max-width: 768px) {
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .modal-content {
        margin: 10% auto;
        width: 95%;
        padding: 1.5rem;
    }
}


.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    margin-top:30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap:5px;

}

.feature-item .tick {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    min-width: 20px;
    text-align: center;
}

.feature-item span:last-child {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight:bold;
}


@media(max-width: 1200px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 900px) {
   
    
    .feature-item span:last-child {
        font-size: 0.85rem;
    }
}

@media(max-width: 650px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap:0;
    }
    
    .feature-item {
        padding: 0.75rem;
    }
    
    .feature-item span:last-child {
        font-size: 0.9rem;
    }
    .verlata{
        width:70px;
        height:auto;
    }
    .linkedin{margin-top:5px}
    .six-sides-img{
        width:80%;
        height:auto;
        margin-top:20px;
    }
    .six-sides .credits img{
        width:45%;
        height:auto;
    }
    .header .contacts{
        flex-direction: column;
        padding-top:20px;
    }
    .header .contacts span{
        padding-left:0;
        margin-left:0;
        border-left:0;
        margin-top:10px;
    }
    .header .verlata{
        margin-bottom:10px;
    }
    .header .event-block{
        padding:10px 0;
    }
    .page-content{
        padding-bottom:50px;
    }
    .header .block.right .block-content p.cta{
        font-size:20px;
    }
    .footer ul{
        padding-top:25px;
    }
   
}



