*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
@media (max-width: 650px) {
    html,
    body {
         overflow-x: hidden;
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.3rem;
    font-family: inherit;
}
p {
    margin-bottom: 0.8rem;
}
a {
    color: inherit;
    text-decoration: none;
}
img,
svg {
    vertical-align: middle;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
summary {
    display: list-item;
}
summary::-webkit-details-marker {
    display: none;
}
summary::marker {
    content: "";
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/manrope-v20-cyrillic_greek_latin_latin-ext-200.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/manrope-v20-cyrillic_greek_latin_latin-ext-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/manrope-v20-cyrillic_greek_latin_latin-ext-400.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/manrope-v20-cyrillic_greek_latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/manrope-v20-cyrillic_greek_latin_latin-ext-600.woff2') format('woff2'); 
}
.logo-main {
    width: 20%;
    display: flex;
    align-items: center;

}
.logos { 
    height: 45px;
    margin-top: 30px;
    margin-bottom: 10px;
}
@media (min-width: 1600px) {
    .logos { 
    height: 55px;
    margin-top: 30px;
    margin-bottom: 10px;
    }
}
.menubutton {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end; 
    background-color: greenyellow;
    margin: 0;
    padding: 0;
}
.menubutton li { 
    list-style-type: none; 
}
.menubutton a {
    display: inline-block; 
    padding: 5px;
    margin: 0 15px;
    text-align: center;
    text-decoration: none;
    color: black;
    margin: 0;
    padding: 0;
}
.maincol {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(0, 2fr);
    grid-template-areas: "sidebar main";
    width: 100%;
    min-height: 100vh;
}
.first-col {
    grid-area: sidebar;
    display: grid;
    grid-template-rows: auto auto auto auto auto 1fr;
    align-content: start;
    width: auto;
    min-width: 0;
    background-color: rgb(25, 0, 118);
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
}
@media (max-width: 1150px) {
    .maincol {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "main";
    }
    .first-col {
    display: none;
    }
}
.module1 {
  height: auto; 
  min-height: 2100px;
  position: relative;
}
.module2 {
    height: 950px; 
    position: relative;
}
.module3 {
    height: 1040px; 
    position: relative;
}
.module4 {
    height: 1150px; 
    position: relative;
}
@media (min-width: 1600px) {
    .module1 {
        height: auto; 
        min-height: 2450px;
        position: relative;
    }
    .module2 {
        height: 1150px;  
        position: relative;
    }
    .module3 {
        height: 1100px; 
        position: relative;
    }
    .module4 {
        height: 1450px; 
        position: relative;
    }
}
.el1, .el2, .el3, .el4 {
  position: sticky;
  top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1; 
  padding-bottom: 50px;
}
.el5 {
    position: absolute;
    left: 40px;
    bottom: 20px;
    width: 100%;
    z-index: 5;
}
.module2 .el2 { z-index: 2; }
.module3 .el3 { z-index: 3; }
.module4 .el4 { z-index: 4; }
.text1colmain {
    padding-top: 50px;
}
.header1 {
    color: white;
    font-size: clamp(1.5rem, 3vw, 3rem);
    font-weight: 400;
    line-height: 105%;
}
.main-text1 {
    color: #D0DCFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    padding-top: 7px;
    padding-bottom: 40px;
}
@media (min-width: 1600px) {
    .main-text1 {
    color: #D0DCFF;
    font-size: 19px;
    font-weight: 400;
    line-height: 130%;
    padding-top: 7px;
    padding-bottom: 40px;
    max-width: 80%;
    margin-top: -1px;
    }
}
.kont1 {
    display: flex;
    gap: 15px;
    row-gap: 20px;
}
.icon1 {
    display: flex;
    width: 58px;
    height: 58px;
    background-color: #D0DCFF;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
@media (min-width: 1600px) {
    .icon1 {
    display: flex;
    width: 68px;
    height: 68px;
    background-color: #D0DCFF;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    margin-right: 4px;
    }
    .iconw {
    width: 75%;
    height: 60px;
    object-fit: cover; 
    }
}
.iconw {
    width: 75%;
    height: 25px;
    object-fit: cover; 
}
.text-after-icon1 {
    display: flex;
    flex: 2;
    flex-direction: column;
}
h3 {
    color: #D0DCFF;
    font-size: 18px;
    font-weight: 600;
}
.text-description1 {
    color: #D0DCFF;
    font-size: 15px;
    font-weight: 300;
    margin-top: -5px;
    line-height: 130%;
    margin-bottom: 20px;
}
@media (min-width: 1600px) {
    h3 {
    color: #D0DCFF;
    font-size: 20px;
    font-weight: 600;
    }
    .text-description1 {
    color: #D0DCFF;
    font-size: 16px;
    font-weight: 300;
    margin-top: -1px;
    margin-bottom: 25px;
    line-height: 130%;
    max-width: 70%;
    }
}
.text-par2 {
    color: #e9fd61;
    font-size: 14.5px;
    font-weight: 500;
    margin-top: 20px;
}
@media (min-width: 1600px) {
    .text-par2 {
    color: #e9fd61;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}
}
.social-icon {
    display: flex;
    gap: 11px;
    padding-bottom: 20px;
}
.social {
    display: flex;
    max-width: 35px;
    background-color: #e9fd61;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.socialimg {
    width: 80%;
    height: 35px;
    object-fit: cover
}
.foto {
    height: 250px;
    width: 95%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}
.headerdue {
    color: #e9fd61;
    font-size: 42px;
    font-weight: 400;
    line-height: 105%;
}
@media (min-width: 1600px) {
    .headerdue {
    color: #e9fd61;
    font-size: 2.986rem;
    font-weight: 400;
    line-height: 105%;
    margin-top: 20px;
}
}
.col-main {
    grid-area: main;
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    min-width: 0;
}
@media (max-width: 1024px) {
.col-main {
        grid-area: main;
        width: auto;
        margin-left: 35px;
        margin-right: 35px;
    }
}
@media (max-width: 650px) {
    .col-main {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.header2-box {
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 70px;
    padding-left: 70px;
}
.header2 {
    font-size: 21px;
    font-weight: 400;
    padding-right: 30px;
    line-height: 120%;
    text-align: right;
}
@media (min-width: 1600px) {
    .header2 {
    font-size: 25px;
    font-weight: 400;
    padding-right: 30px;
    line-height: 120%;
    text-align: right;
}
}
@media (max-width: 1015px) {
    .header2-box {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 4px;
    padding-right: 5px;
    padding-left: 5px;
}
    .header2 {
    font-size: 11px;
    font-weight: 400;
    padding-right: 30px;
    line-height: 120%;
    text-align: right;
    max-width: 90%;
}
}
@media (max-width: 650px) {
    .header2-box {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
}
    .header2 {
    font-size: 13.3px;
    font-weight: 400;
    padding-right: 0px;
    line-height: 120%;
    text-align: right;
    max-width: 90%;
}
    .hide-on-mobile {
        display: none;
    }
}
.color-text {
    color: #190076;
}
.main-img-box {
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 70px;
}
.main-img {
    width: 95%;
    height: auto;
    justify-content: center;
    border-radius: 20px;
}
@media (max-width: 650px) {
    .main-img-box {
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
}
.main-img {
    width: 99%;
    height: auto;
    justify-content: center;
}
}
.text-box1 {
    padding-left: 48px;
    max-width: 80%;
}
.header3 {
    font-size: 32px;
    font-weight: 500;
    color: #190076;
}
@media (max-width: 1015px) {
    .header3 {
    font-size: 25px;
    font-weight: 500;
    color: #190076;
}
}
@media (max-width: 650px) {
    .text-box1 {
    padding-left: 10px;
    max-width: 90%;
}
    .header3 {
    font-size: 25px;
    font-weight: 500;
    color: #190076;
}
}
.par-text {
    font-size: 16px;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 130%;
    margin-top: 10px;
}
@media (max-width: 1015px) {
    .par-text {
    font-size: 11px;
    font-weight: 400;
    color: #7B7B7B;
}
}
@media (min-width: 1600px) {
    .header3 {
    font-size: 45px;
    font-weight: 500;
    color: #190076;
    }
    .par-text {
    font-size: 19px;
    font-weight: 400;
    color: #7B7B7B;
    }
}
.fourboxes {
    margin: 40px 50px 50px;
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 350px));
    grid-auto-rows: minmax(150px, auto);
    gap: 20px;
    justify-content: center;
}
.outbox {
    background-color: #e9fd61;
    border-radius: 20px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 150px;
}
.headeroutbox {
    color: #190076;
    font-size: 16.5px;
    font-weight: 600;
    line-height: 120%;
    padding: 0 0 10px 0;
    margin: 0;
}
.boarder-box1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 0;
}
.iconw2 {
    width: 42px;
    height: 42px;
    object-fit: contain;
    flex-shrink: 0;
}
.textoutbox {
    color: #190076;
    font-size: 13.5px;
    line-height: 125%;
    font-weight: 400;
    padding-left: 0;
    margin: 0;
}
@media (max-width: 650px) {
    .fourboxes {
        margin: 40px 0 0;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .outbox {
        padding: 22px 18px;
        min-height: 50px;
    }
}
.cont-box-with-img {
    display: flex;
    padding: 40px;
    justify-content: center;
}
@media (max-width: 1015px) {
    .cont-box-with-img {
    display: none;
}
}
.box-with-img {
    display: grid;
    grid-template-columns: 150px 150px 1fr;
    grid-template-rows: 150px;
    grid-template-areas: "imgsss imgsss boxwithimgtext boxwithimgtext";
    gap: 10px;
    align-items: stretch;
    justify-content: center;
}
@media (max-width: 600px) {
    .box-with-img {
   display: none;
} 
}
@media (min-width: 1600px) {
   .box-with-img {
    display: grid;
    grid-template-columns: 200px 200px 1fr;
    grid-template-rows: 200px;
    grid-template-areas: "imgsss imgsss boxwithimgtext boxwithimgtext";
    gap: 20px;
    align-items: stretch;
    justify-content: center;
}
}
.imgsss {
    display: flex;
    border-radius: 20px;
    max-width: 100%;
    min-width: 100%;    
}
.up {
    display: flex;
    flex-direction: row;
}
.boxwithimgtext {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #190076;
    padding-top: -15px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
    margin: 0 auto;   
}
.up {
    flex-direction: row;
    justify-content: space-between;
}
.iconw3 {
    max-width: 20%;
    max-height: 50%;
    object-fit: cover; 
}
.nexttext1 {
    color: #e9fd61;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%
}
.nexttext2 {
    color: #e9fd61;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.02em;
    margin-bottom: -2px;
}
@media (min-width: 1600px) {
    .nexttext1 {
    color: #e9fd61;
    font-size: 19px;
    font-weight: 400;
    line-height: 120%
    }
    .nexttext2 {
    color: #e9fd61;
    font-size: 33px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -2%;
    margin-bottom: -2px;
    }
}
.boxwithtext {
    display: flex;
    width: 70%;
    flex-direction: column;
    padding-top: 48px;
    padding-left: 48px;
}
@media (max-width: 1015px) {
    .boxwithtext {
    display: flex;
    width: 70%;
    flex-direction: column;
    padding-top: 0px;
    padding-left: 48px;
}
}
@media (max-width: 650px) {
    .boxwithtext {
        display: flex;
        width: 90%;
        flex-direction: column;
        padding-top: 48px;
        padding-left: 10px;
}
}
.header6 {
    font-size: 32px;
    font-weight: 400;
    line-height: 109%;
    color: black;
}
.text-par {
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    color: #7B7B7B;
    margin-top: 10px;
    margin-bottom: 30px;
}
@media (min-width: 1600px) {
    .header6 {
    font-size: 45px;
    font-weight: 400;
    line-height: 109%;
    }
    .text-par {
    font-size: 19px;
    font-weight: 400;
    line-height: 125%;
    }
}
@media (max-width: 1015px) {
    .header6 {
    font-size: 25px;
    font-weight: 400;
    line-height: 109%;
    color: black;
    }
    .text-par {
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
    }
}
.colblock {
    display: grid;
    grid-template-columns: minmax(180px, 30%) minmax(0, 70%);
    align-items: start;
}
.colblock1 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 45px;
    margin-top: 30px;
    margin-right: 20px;
    gap: 10px;
    max-height: 38px;
}
@media (max-width: 1015px) {
     .colblock {
        grid-template-columns: minmax(0, 1fr);
    }
    .colblock1 {
    display: none;
    }
}
.btn-contact {
    display: inline-flex;
    white-space: nowrap; 
    border-radius: 20px;
    background-color: #e9fd61;
    color: #190076;
    border: #e9fd61;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;      
    height: 44px;
    padding: 0 20px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}
.arrow-contact {
    border-radius: 100%;
    background-color: #e9fd61;
    color: #190076;
    border: #e9fd61;
    height: 38px;
    width: 38px;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1600px) {
    .btn-contact {
    display: inline-flex;
    white-space: nowrap; 
    border-radius: 50px;
    background-color: #e9fd61;
    color: #190076;
    border: #e9fd61;
    font-size: 18px;
    font-weight: 600;
    padding: 0 18px;      
    height: 55px;
    padding: 0 20px;
    margin-right: 5px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    }
    .arrow-contact {
    border-radius: 100%;
    background-color: #e9fd61;
    color: #190076;
    border: #e9fd61;
    height: 55px;
    width: 55px;
    align-items: center;
    justify-content: center;
    }
}
@media (max-width: 1900px) {
     .arrow-contact {
        display: none;
    }
}
.box-with-boxes {
    width: auto;
    margin: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
@media (max-width: 1015px) {
    .box-with-boxes {
        width: auto;
        margin: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }
}
@media (max-width: 650px) {
    .box-with-boxes {
    width: 100%;
    margin-left: -2px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 7px;
    justify-content: center;
}
}
.box-in {
    background-color: #EEEEEE;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.dor {
    font-size: 10px;
    font-weight: 500;
    line-height: 115%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #CBCBCB;
}
@media (max-width: 1015px) {
    .dor {
    font-size: 10px;
    font-weight: 500;
    line-height: 115%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #CBCBCB;
}
}
@media (max-width: 650px) {
    .dor {
    font-size: 10px;
    font-weight: 500;
    line-height: 115%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #CBCBCB;
}
}
.header-in-box {
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
}
.text-in-box {
    font-size: 11px;
    line-height: 110%;
    font-weight: 300;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1600px) { 
    .header-in-box {
    font-size: 23px;
    font-weight: 600;
    line-height: 125%;
    color: black;
    padding-left: 30px;
    padding-right: 20px;
    }
    .text-in-box {
    font-size: 18px;
    line-height: 110%;
    font-weight: 300;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    }
}
@media (max-width: 650px) {
   .header-in-box {
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    color: black;
    padding-left: 20px;
    padding-right: 10px;
}

    .text-in-box {
    font-size: 11px;
    line-height: 110%;
    font-weight: 300;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
}
}
.team-box {
    padding-top: 73px;
}
@media (max-width: 1015px) {
    .team-box {
        padding-top: 30px;
    }
}
.header7 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: #000063;
}
.text-about-team {
    margin-top: 15px;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    color: black;
}
@media (min-width: 1600px) {
    .header7 {
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: #000063;
    }
    .text-about-team {
    margin-top: 15px;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    }
}
@media (max-width: 1015px) {
    .header7 {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: #000063;
    }
    .text-about-team {
    margin-top: 11px;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    }
}
@media (max-width: 650px) {
      .text-about-team {
    margin-top: 11px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    }
}
.team-cards-box {
    margin-top: 35px;
    margin-left: 80px;
    margin-right: 80px;
}
@media (max-width: 1015px) {
    .team-cards-box {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
}
.team-cards-box-in {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px 15px;
    align-items: start;
}
@media (max-width: 600px) {
    .team-cards-box-in {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.teamcard {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.imgzes {
    width: 100%;
    aspect-ratio: 1 / 1.18;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 20px;
    margin-bottom: 10px;
    background-color: #190076;
}
.name-team-member {
    margin: 0 0 6px 0;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 125%;
    color: black;
}
.role {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    color: #CBCBCB;
}
@media (min-width: 1600px) {
    .name-team-member {
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: -1px;
    }

    .role {
        font-size: 15.5px;
    }
}
@media (max-width: 1015px) {
    .name-team-member {
        font-size: 12px;
    }

    .role {
        font-size: 9.5px;
    }
}
.team-card-text {
    width: 100%;
    aspect-ratio: 1 / 1.18;
    border-radius: 20px;
    overflow: hidden;
    background-color: #190076;
    padding: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.text-item-card {
    margin: 0;
    font-size: 10px;
    line-height: 1.45;
    font-weight: 500;
    color: white;
}
@media (max-width: 1015px) {
    .team-card-text {
        display: none;
    }
}
@media (min-width: 1600px) {
    .team-card-text {
        padding: 24px;
    }
    .text-item-card {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    color: white;
    }
}
.header8 {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    line-height: 120%;
    color: black;
    letter-spacing: -2%;
}
@media (min-width: 1600px) {
    .header8 {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 120%;
    color: black;
    letter-spacing: -2%;
}
}
@media (max-width: 650px) {
    .header8 {
        display: none;
    }

}
.box-with-img2 {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
@media (max-width: 1015px) {
    .box-with-img2 img {
        object-fit: cover;
        max-width: 100%;
        height: auto;
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 650px) {
    .box-with-img2 img {
        display: none;
    }

}
.foto1 {
    height: 300px;
    width: 50%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}
.header9 {
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: black;
    text-align: center;
}
@media (min-width: 1600px) {
    .header9 {
    margin-top: 90px;
    margin-bottom: 70px;
    font-size: 32px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: black;
    text-align: center;
    }
}
@media (max-width: 1015px) {
    .header9 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: black;
    text-align: center;
    }
}
@media (max-width: 650px) {
    .header9 {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: black;
    text-align: center;
}
}
.box-with-QandA {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 10px;
}
@media (max-width: 1015px) {
    .box-with-QandA {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
}
.faq-item {
  background: #D0DCFF;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
}
@media (max-width: 1015px) {
.faq-item {
  background: #D0DCFF;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
}
}
summary {
  list-style: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1600px) {
    summary {
    list-style: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
}
@media (max-width: 1015px) {
    summary {
    list-style: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
}
@media (max-width: 650px) {
  summary {
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
}
summary::after {
  content: "+";
  background: #2d0a8c;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.5s;
}
@media (max-width: 1015px) {
    summary::after {
  content: "+";
  background: #2d0a8c;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: 0.5s;
}
}
@media (min-width: 1600px) {
    summary::after {
  content: "+";
  background: #2d0a8c;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.5s;
}
}
details[open] summary::after {
  content: "−";
}
@media (max-width: 1015px) {
details[open] summary::after {
  content: "−";
}
}
 .faq-content {
    overflow: hidden;
}
.faq-item.faq-enhanced .faq-content {
    height: 0;
    opacity: 0;
    transform: translateY(-4px);
    transition:
        height 0.48s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.32s ease,
        transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-item.faq-enhanced[open] .faq-content {
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .faq-item.faq-enhanced .faq-content {
        transition: none;
        transform: none;
    }
}
.box-with-kontakt {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(0, 2fr);
    gap: 70px;
    align-items: start;
    margin-top: 110px;
}
@media (max-width: 1015px) {
    .box-with-kontakt {
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
        gap: 30px;
        margin-bottom: 10px;
    }
}
@media (max-width: 650px) {
    .box-with-kontakt {
        grid-template-columns: minmax(0, 1fr);
    }
}
.firstcolkontakt {
    display: flex;
    flex-direction: column;
    margin-left: 70px;
    min-width: 0;
}
@media (max-width: 1015px) {
    .firstcolkontakt {
        margin-left: 20px;
    }
}
@media (max-width: 650px) {
    .firstcolkontakt {
        display: none;
    }
}
.header4 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -2%;
    line-height: 109%;
    color: #190076;
}
.text-par3 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    margin-bottom: 200px;
}
@media (min-width: 1600px) {
    .header4 {
    font-size: 35px;
    font-weight: 400;
    letter-spacing: -2%;
    line-height: 109%;
    color: #190076;
    }
    .text-par3 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    margin-bottom: 200px;
    margin-top: 3px;
    }
}
@media (max-width: 1015px) {
    .text-par3 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    max-width: 80%;
    }
}
@media (max-width: 650px) {
    .header4 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -2%;
    line-height: 109%;
    color: #190076;
    margin-top: 10px;
    }
    .text-par3 {
    margin-top: 15px;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    margin-bottom: 200px;
    margin-top: 3px;
}
}
.text-grey {
    font-size: 14px;
    font-weight: 400;
    line-height: 115%;
    color: #CBCBCB;
    margin-bottom: 10px;
}
.hyperlinks {
    font-size: 16px;
    line-height: 125%;
    font-weight: 400;
    color: black;
    margin-bottom: 20px;
    text-decoration: none;
}
@media (min-width: 1600px) {
    .text-grey {
    font-size: 17.5px;
    font-weight: 400;
    line-height: 115%;
    color: #CBCBCB;
    margin-bottom: 10px;
    }
    .hyperlinks {
    font-size: 19px;
    line-height: 145%;
    font-weight: 400;
    color: black;
    margin-bottom: 20px;
    text-decoration: none;
    }
}
@media (max-width: 650px) {
    .text-grey {
    font-size: 12.5px;
    font-weight: 400;
    line-height: 115%;
    color: #CBCBCB;
    margin-bottom: 10px;
    }
    .hyperlinks {
    font-size: 14px;
    line-height: 145%;
    font-weight: 400;
    color: black;
    margin-bottom: 20px;
    text-decoration: none;
    }
}
.secondcolkontakt {
    display: flex;
    flex-direction: column;
    margin-right: 70px;
    min-width: 0;
    border-radius: 20px;
}
@media (max-width: 1015px) {
    .secondcolkontakt {
            margin-right: 20px;
        }
}
@media (max-width: 650px) {
     .secondcolkontakt {
        margin-right: 0;
        width: 100%;
        align-items: center;
    }
    .contact-section,
    .contact-form-wrapper,
    .contact-form {
        width: 100%;
        max-width: 100%;
    }
}
.contact-section {
    width: 100%;
}
.contact-form-wrapper {
    width: 100%;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}
.contact-form__field {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 0;
}
.contact-form__field label {
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
    color: #1f1f1f;
    margin-bottom: 0;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    border: none;
    outline: none;
    background: #f3f3f3;
    border-radius: 20px;
    padding: 12px;
    font-size: 16px;
    line-height: 130%;
    color: #1f1f1f;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
    appearance: none;
    margin: 0;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"] {
    max-height: 55px;
    font-family: 'Manrope';
}
.contact-form textarea {
    min-height: 150px;
    font-family: 'Manrope';
    resize: vertical;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #a3a3a3;
    font-family: 'Manrope';
    opacity: 1;
}
.contact-form input:focus,
.contact-form textarea:focus {
    background: #efefef;
    box-shadow: 0 0 0 2px #d9ef53;
}
.contact-form__consent-wrapper {
    margin-top: 0;
}
.contact-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-size: 13px;
    line-height: 130%;
    color: #1f1f1f;
}
.contact-form__consent input[type="checkbox"] {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    border: 1.5px solid #2a2a2a;
    border-radius: 4px;
    background: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.contact-form__consent input[type="checkbox"]::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #1f1f1f;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) scale(0.3);
    transform-origin: center;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.22s ease;
}
.contact-form__consent input[type="checkbox"]:checked {
    background: #d9ef53;
    border-color: #1f1f1f;
}
.contact-form__consent input[type="checkbox"]:checked::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}
.contact-form__consent input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(25, 0, 118, 0.12);
}
.contact-form__consent span {
    display: inline-block;
    max-width: 100%;
}
.contact-form__consent a {
    color: #1f1f1f;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.contact-form__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
}
#cf-submit {
    width: 100%;
    min-height: 6px;
    margin-top: 5px;
    border: none;
    border-radius: 30px;
    background: #d9ef53;
    color: #1a1670;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    padding: 15px;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
}
#cf-submit:hover {
    filter: brightness(0.98);
}
#cf-submit:active {
    transform: translateY(1px);
}
#cf-submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(25, 0, 118, 0.14);
}
.contact-form__error {
    min-height: 12px;
    font-size: 10px;
    line-height: 130%;
    color: #c62828;
    margin-top: 0;
}
.contact-form__status {
    min-height: 20px;
    font-size: 14px;
    line-height: 130%;
    color: #1f1f1f;
}
@media (max-width: 650px) {
    .contact-form {
        gap: 0;
        padding-left: 13px;
        padding-right: 13px;
    }
    .contact-form__field {
        gap: 2px;
    }
    .contact-form__field label,
    .contact-form__consent {
        font-size: 11px;
    }
    .contact-form input[type="text"],
    .contact-form input[type="tel"],
    .contact-form input[type="email"],
    .contact-form textarea {
        font-size: 13px;
        padding: 10px;
        border-radius: 20px;
    }
    .contact-form textarea {
        min-height: 130px;
    }
    .contact-form__consent input[type="checkbox"] {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
        border-radius: 4px;
    }
    .contact-form__consent input[type="checkbox"]::after {
        left: 4px;
        top: 0;
        width: 5px;
        height: 9px;
    }
    #cf-submit {
        min-height: 25px;
        font-size: 15px;
        border-radius: 30px;
    }
}
.big-img {
    margin: 40px;
    margin-bottom: 90px;
    min-height: 360px;
    width: auto;
    box-sizing: border-box;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
        url("/Images/hunters-race-MYbhN8KaaEc-unsplash kopia.webp");
    background-size: cover;
    background-position: center 35%;
    background-repeat: no-repeat;
    border-radius: 20px;
    min-height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
@media (max-width: 1015px) {
    .big-img {
        display: none;
}
}
.header5 {
    padding-top: 155px;
    padding-left: 40px;
    padding-bottom: 20px;
    color: white;
    font-size: 32px;
    line-height: 113%;
    font-weight: 400;
    letter-spacing: -2%;
    max-width: 55%;
}
@media (min-width: 1600px) {
    .header5 {
    padding-top: 155px;
    padding-left: 40px;
    padding-bottom: 20px;
    color: white;
    font-size: 30px;
    line-height: 113%;
    font-weight: 400;
    letter-spacing: -2%;
    max-width: 55%;
    }
}
.bkont1 {
    display: inline-flex;
    white-space: nowrap; 
    border-radius: 20px;
    background-color: #e9fd61;
    color: #190076;
    border: #e9fd61;
    font-size: 14px;
    font-weight: 500;    
    height: 38px;
    padding: 0 18px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    text-decoration: none;
    margin-bottom: 35px;
}
.bkont3 {
    display: flex;
    white-space: nowrap; 
    border-radius: 20px;
    background-color: #190076;
    color: white;
    border: #190076;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 20px;      
    height: 43px;
    padding: 0 20px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1600px) {
.bkont1 {
    display: inline-flex;
    white-space: nowrap; 
    border-radius: 50px;
    background-color: #e9fd61;
    color: #190076;
    border: #e9fd61;
    font-size: 16px;
    font-weight: 600;    
    height: 45px;
    padding: 5px 20px;
    width: 25%;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    margin-bottom: 115px;
}
.bkont3 {
    display: flex;
    white-space: nowrap; 
    border-radius: 50px;
    background-color: #190076;
    color: white;
    border: #190076;
    font-size: 17px;
    font-weight: 400;
    padding: 17px 21px;      
    height: 48px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    
}
}
@media (max-width: 1015px) {
    .bkont3 {
        display: none;
    }
}

.menu {
    display: flex;
    justify-content: flex-end;
    margin-right: 69px;
    padding-top: 30px;
}
.footer1 { 
    background-color: #e9fd61;
    padding-left: 43px;
    padding-right: 43px;
    padding-top: 43px;
    padding-bottom: 38px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 115px;
}
@media (max-width: 1015px) {
      .footer1 { 
        background-color: #e9fd61;
        padding-left: 23px;
        padding-right: 23px;
        padding-top: 23px;
        padding-bottom: 28px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;

        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 0;
    }
}
@media (max-width: 650px) {
    .footer1 { 
        background-color: white;
        padding-left: 23px;
        padding-right: 23px;
        padding-top: 23px;
        padding-bottom: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.box1-footer {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    min-height: 300px;
}
@media (max-width: 1015px) {
    .box1-footer {
    display: none;
}
}
.box2-footer {
    display: flex;
    flex-direction: column;
    flex: 2;
    justify-content: space-between;
    align-items: flex-end;
}
@media (max-width: 1015px) {
    .box2-footer {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
    }
}
@media (max-width: 650px) {
    .box2-footer {
        align-items: center;
        text-align: center;
        gap: 20px;
    }
}
.list {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.pointlist {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #190076;
    display: flex;
    flex-wrap: nowrap;
}
@media (min-width: 1600px) {
    .pointlist {
    font-size: 19px;
    font-weight: 600;
    line-height: 120%;
    color: #190076;
    display: flex;
    flex-wrap: nowrap;
}
}
.contacts {
    display: flex;
    flex-direction: column;
}
.text-blue {
    font-size: 14px;
    font-weight: 400;
    line-height: 115%;
    color: #190076;
    padding: 0px;
    margin-bottom: 10px;
}
.hyper { 
    font-size: 16px;
    line-height: 125%;
    font-weight: 400;
    color: black;
    text-decoration: none;
    margin-bottom: 20px;
}
@media (min-width: 1600px) {
    .text-blue {
    font-size: 18px;
    font-weight: 400;
    line-height: 115%;
    color: #190076;
    padding: 0px;
    margin-bottom: 10px;
    }
    .hyper { 
    font-size: 19px;
    line-height: 125%;
    font-weight: 400;
    color: black;
    text-decoration: none;
    margin-bottom: 20px;
    }
}
.photos {
    height: 77px;
    width: 77px;
}
@media (max-width: 1015px) {
    .photos {
    height: 47px;
    width: 47px;
    }
}
@media (max-width: 650px) {
    .photos {
    height: 47px;
    width: 47px;
    justify-content: center;
}
}
.klauz {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
@media (max-width: 650px) {
    .klauz {
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }
}
.hyper1 { 
    font-size: 14px;
    line-height: 135%;
    font-weight: 400;
    color: black;
    text-decoration: none;
    margin-bottom: -5px;
}
@media (min-width: 1600px) {
    .hyper1 { 
    margin-bottom: -5px;
    font-size: 17px;
    line-height: 125%;
    font-weight: 400;
    color: black;
    text-decoration: none;
}
}
@media (max-width: 1015px) {
    .hyper1 { 
    font-size: 8px;
    line-height: 125%;
    font-weight: 400;
    color: black;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: -5px;
}
}
@media (max-width: 650px) {
    .hyper1 { 
    font-size: 8px;
    line-height: 125%;
    font-weight: 400;
    color: black;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: -5px;
    text-align: center;
}
}
.no-link-style {
    text-decoration: none;
    color: inherit;
}
/* Cookies baner */
.hidden{
    display: none !important;
}
.cookie-banner{
    position:fixed;
    bottom: 30px;
    left: 50%;
    transform:translateX(-50%) translateY(30px);
    opacity:0;
    animation:cookieSlide 0.6s forwards;
    z-index: 999;
}
@keyframes cookieSlide{
    to{
        opacity:1;
        transform:translateX(-50%) translateY(0);
    }
}
.cookie-card{
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    max-width: 520px;
}
.cookie-header{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: black;
}
.cookie-text{
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 20px;
    color: black;
    text-decoration: none;
}
@media (max-width: 650px) {
    .cookie-header strong {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    color: black;
}
    .cookie-text p {
    font-size: 10px;
    line-height: 100%;
    margin-bottom: 20px;
    color: black;
    text-decoration: none;
}
}
.cookie-actions{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.btn-primary{
    background: #190076;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 20px;
    cursor: pointer;
}
.btn-secondary{
    background: #D0DCFF;
    border: none;
    padding: 10px 16px;
    border-radius: 20px;
    cursor: pointer;
}
.btn-link{
    background: none;
    border: none;
    color: #190076;
    cursor: pointer;
}
.cookie-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.cookie-modal-card{
    background: white;
    padding: 30px;
    border-radius: 20px;
    width: 620px;
}
.cookie-option{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}
.switch{
    position: relative;
    display: inline-block;
    width: 46px;
    height: 26px;
}
.switch input{
    opacity: 0;
    width: 0;
    height: 0;
}
.slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: gainsboro;
    border-radius: 20px;
    transition: 0.3s;
}
.slider:before{
    position:absolute;
    content:"";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background: #190076;
    border-radius: 50%;
    transition: 0.3s;
}
input:checked + .slider{
    background: #D0DCFF;
}
input:checked + .slider:before{
    transform: translateX(20px);
}
.cookie-floating{
    position:fixed;
    bottom:20px;
    right:20px;
    padding:10px 14px;
    border:none;
    border-radius:20px;
    background: rgba(0,0,0,0.50);
    color: white;
    cursor: pointer;
    z-index: 9998;
    font-size: 13px;
}
@media (max-width:650px) {
    .cookie-floating{
    position:fixed;
    bottom:20px;
    right:20px;
    padding:5px 8px;
    border:none;
    border-radius:20px;
    background: rgba(0,0,0,0.50);
    color: white;
    cursor: pointer;
    z-index: 9998;
    font-size: 12px;
}
}
#techn {
    margin-top: 10px;
    margin-left: 10px;
}