body{
    background: #ffffff;
    height:100%;
    min-height: 100%;
    color: #3d4043;
    font-family: "Roboto", sans-serif;
}

html {
    scroll-behavior: smooth;
}


/*------------- home - clear------------------*/


.clear{
    height: 50px;
    width: 100%;
}

.clear2{
    height: 100px;
    width: 100%;
}

.clear3{
    height: 150px;
    width: 100%;
}

@media only screen and (max-width: 1480px) {
    .clear{
        height: 30px;
    }
    .clear2{
        height: 80px;
    }
    .clear3{
        height: 100px;
    }
}

@media only screen and (max-width: 1100px) {
    .clear{
        height: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .clear2{
        height: 50px;
    }
}


/*------------- home - introduction------------------*/

.introduction{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right !important;
    height: 55vw;
    margin-top: -50px;
    width: 100%;
    position: relative;
}

#main {
    margin-top: -130px !important;
    overflow: hidden;
}

.introduction .content{
    position: absolute;
    z-index: 3 !important;
    padding: 180px 0 0 5%;
    width: 50%;
}

#main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/banner.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 2;
}

#background-video {
    position: absolute;
    top: 0;
    right: 10px;
    width: 65%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

#about-us{
    background-image: url('/img/about_banner.webp');
    background-size: 75%;
}

#services{
    background-image: url('/img/services_banner.webp');
    background-size: 65%;
}

#contact{
    background-image: url('/img/contact_banner.webp');
    background-size: 50%;
    padding: 50px 5% 0 0;
    height: 35vw;
    background-origin: content-box;
}

#text-only .content{
    width: 100%;
    text-align: center;
}

.introduction .blue{
    color: #52b5fb;
    font-size: 3.5rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}

.introduction .dark{
    color: #3d4043;
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}

.introduction .thin{
    color: #3d4043;
    font-weight: 100;
    font-size: 1.2rem;
    line-height: 1.5rem;
    width: 72%;
}

.introduction a, .news a{
    text-decoration: none;
}

.learn-more {
    color: #3d4043;
    padding: 20px 40px;
    border: 2px solid #3d4043;
    text-decoration: none;
}

.learn-more:hover {
    background-color: #52b5fb;
    color: #ffffff;
    cursor: pointer;
    border: 2px solid #52b5fb;
}

.border-blue{
    border: 2px solid #52b5fb !important;
}

@media only screen and (max-width: 1330px) {
    #main .content{
        padding: 150px 0 0 5%;
    }
}

@media only screen and (max-width: 1200px) {
    .introduction .blue{
        font-size: 3rem;
        font-weight: 900;
    }

    .introduction .dark{
        font-size: 3rem;
        line-height: 3.2rem;
    }

    .introduction .thin{
        font-size: 1rem;
        line-height: 1.2rem;
        width: 95%;
    }
}

@media only screen and (max-width: 1100px) {
    #main .learn-more {
        display: none;
    }
}


@media only screen and (max-width: 1000px) {
    .introduction{
        height: 700px;
        background-position: top 250px right 0 !important
    }
    .introduction .content {
        display: block;
        width: 100%;
        position: relative;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 950px) {
    #main{
        width: 100%;
        height: 800px;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    #main::before {
        background-size: contain;
        top: 80px;
        margin-top: 0;
        background-position: right top;
    }
    #background-video {
        display: block;
        height: auto;
        width: 99%;
        top: 80px;
        right: 0;
        margin-top: 0;
        position: relative;
        order: 1
    }
    #main  .content{
        width: 100%;
        position: relative;
        order: 2
    }
}

@media only screen and (max-width: 750px) {
    .introduction {
        height: 700px;
        background-position: top 320px right 0 !important;
        background-size: 100% !important;
    }
    #contact{
        height: 70vh;
    }
}

@media only screen and (max-width: 550px) {
    .introduction .blue{
        font-size: 2.5rem;
    }
    .introduction .dark{
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
}

@media only screen and (max-width: 375px) {
    #contact{
        height: 100vh;
    }
    .introduction {
        background-position: top 350px right 0 !important;
    }
}


/*------------- home - stats------------------*/


.stats{
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    padding: 70px 0;
}

 .stat-1{
     display: flex;
     flex-direction: column;
     align-content: space-around;
     width: 25%;
     color: #52b5fb;
 }

.st-line {
    font-size: 36px;
    font-weight: 600;
}

.nd-line {
    margin-top: -10px;
    font-weight: 300;
    font-size: 16px;
}

@media only screen and (max-width: 1100px) {
    .stat-1{
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    .st-line {
        font-size: 28px;
        font-weight: 600;
    }

    .nd-line {
        margin-top: -10px;
        font-weight: 300;
        font-size: 14px;
    }
}

@media only screen and (max-width: 500px) {
    .stats{
        padding: 70px 0 140px 0;
    }
    .st-line {
        font-size: 26px;
    }

    .nd-line {
        font-size: 12px;
        margin-top: -5px;
    }
}

@media only screen and (max-width: 414px) {
    .stats {
        padding: 50px 0 50px 0;
    }
}



@media only screen and (max-width: 390px) {
    .stats {
        padding: 50px 0 200px 0;
    }
}


/*------------- home - news------------------*/


.articles{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
    margin: auto;
    padding: 70px 0;
    text-align: left;
}

.news-element{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    overflow: hidden;
}

.news-element img{
    width: 100%;
}

.news-element span{
    color: #3d4043;
    font-size: 18px;
    padding-top: 10px;
}

.news-element:hover img{
    opacity: 80%;
    cursor: pointer;
}

.news-element:hover span{
    color: #52b5fb !important;
    opacity: 100% !important;
}

.news .learn-more{
    float: right;
}

.article-text audio{
    width: 100%;
    margin: 50px auto;
    display: block;
}

@media only screen and (max-width: 720px) {
    .articles {
        width: 80%;
        flex-direction: column;
        gap: 60px;
    }

    .news-element {
        width: 100%;
    }

    .news .learn-more {
        float: none;
        text-align: center;
    }
}


 /*------------- home - services------------------*/


.services{
    background-image: linear-gradient(to bottom right, #52b5fb, #378bef);
}

.services .content {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 80px 100px 120px 100px !important;
    text-align: center;
    color: #ffffff;
}

.services .content img{
    display: block;
    margin: auto;
    padding: 50px;
}

.services .white, .clients .white{
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    display: inline-block;
}

.services .white-thin, .clients .white-thin{
    color: #ffffff;
    font-size: 3rem;
    font-weight: 300;
    display: inline-block;
}

.services .gold-line{
    width: 30%;
    display: block;
    border-top: 2px solid #feea3f;
    margin: 30px auto;
}

.baza-content .blue, .services .blue, .news .blue, .our-services .blue, .our-services-home .blue, .contact .blue, .who-we-are .blue{
    color: #52b5fb;
    font-size: 3rem;
    font-weight: 800;
    display: inline-block;
}

.baza-content .white, .services .dark, .news .dark, .our-services .dark, .our-services-home .dark, .contact .dark, .who-we-are .dark{
    color: #3d4043;
    font-size: 3rem;
    font-weight: 400;
    display: inline-block;
}

.services span, .who-we-are span{
    font-weight: 100;
    font-size: 1.5rem;
    line-height: 1.9rem;
    display: block;
    text-align: center;
}

.who-we-are span{
    color: #3d4043;
}

.services .icons{
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
}

.services .icon-1{
    display: flex;
    flex-direction: column;
    align-content: space-around;
    width: 33%;
}

.services .icon-1 .top-box {
    width: 70%;
    height: 70%;
    max-height: 100%;
    text-align: center;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
}

.services .icon-1 .top-box img{
    max-width: 80%;
    height: auto;
}

.services .icon-1 .bottom-box{
    text-align: center;
    width: 90%;
    margin: auto;
}

.services .icon-1 .bottom-box span{
    font-weight: 300;
}

@media only screen and (max-width: 1670px) {
    .services .content {
        padding: 30px 80px 80px 80px;
    }
    .services .hamburger{
        width: 100px;
    }
    .services .content img{
        padding: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .baza-content .blue, .services .blue, .news .blue, .our-services .blue, .our-services-home .blue, .contact .blue, .who-we-are .blue {
        font-size: 2.5rem;
    }
    .baza-content .dark, .services .dark, .news .dark, .our-services .dark, .our-services-home .dark, .contact .dark, .who-we-are .dark {
        font-size: 2.5rem;
    }
    .services .white, .clients .white, .services .white-thin, .clients .white-thin{
        font-size: 2.5rem;
    }
    .services  span, .who-we-are span{
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

@media only screen and (max-width: 1280px) {
    .services .content {
        margin: -50px auto 0 auto;
    }
}

@media only screen and (max-width: 1196px) {
    .services .icon-1{
        width: 25%;
    }
}

@media only screen and (max-width: 1100px) {
    .services .content {
        margin: 0 auto 0 auto;
    }
    .baza-content .blue, .services .blue, .news .blue, .our-services .blue, .our-services-home .blue, .contact .blue, .who-we-are .blue {
        font-size: 2rem;
    }
    .baza-content .dark, .services .dark, .news .dark, .our-services .dark, .our-services-home .dark, .contact .dark, .who-we-are .dark {
        font-size: 2rem;
    }
    .services .white, .clients .white, .services .white-thin, .clients .white-thin{
        font-size: 2rem;
    }
    .services  span, .who-we-are span{
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .services .icons {
        width: 100%;
    }
    .services .icon-1{
        margin: auto;
    }
}

@media only screen and (max-width: 1080px) {
    .services .content {
        width: 95%;
        padding: 20px 50px 50px 50px;
    }
    .services  span{
        font-size: 1.1rem;
        line-height: 1.3rem;
    }

}

@media only screen and (max-width: 1024px) {
    .services .hamburger{
        width: 80px;
    }

}

@media only screen and (max-width: 800px) {
    .services .content {
        margin-top: 50px;
        width: 100%;
        padding: 100px 50px 50px 50px !important
    }

    .services .white, .clients .white, .services .white-thin, .clients .white-thin{
        font-size: 1.5rem;
    }
    .services  span, .who-we-are span{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .services .icon-1{
        width: 100%;
        padding-bottom: 20px;
    }
}


@media only screen and (max-width: 650px) {
    .services .content {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 600px) {
    .services .content {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 550px) {
    .services .content {
        margin-top: 100px;
    }

}

@media only screen and (max-width: 480px) {
    .services  span, .who-we-are span{
        font-size: 0.8rem;
        line-height: 1rem;
    }
}

@media only screen and (max-width: 400px) {
    .services .content {
        margin-top: -100px;
    }
}

/*------------- home - news------------------*/


.news{
    width: 90%;
    margin: auto;
    text-align: center;

}

/*------------- news------------------*/


.baza-content{
    width: 90%;
    margin: auto;
    display: block;
}


.article-header{
    display: flex;
    height: 100%;
    align-items: stretch;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.article-image{
    flex: 0 0 40%;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-title {
    display: flex;
    flex: 0 0 60%;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    height: auto;
}

.article-text{
    font-size: 18px;
}


@media (max-width: 1080px) {
    .article-image, .article-title {
        flex: 0 0 100%;
    }
    .article-title {
        margin: 50px auto 0 auto;
        display: block;
        text-align: center;
    }

    .baza-content{
        margin: 50px auto auto auto;
    }
}


/*-------------home - client list------------------*/


.clients{
    padding: 100px 0;
    background-image: linear-gradient(to top, #52b5fb, #378bef);
}

.clients .content{
    width: 100%;
    text-align: center;
}

.clients .clients-logos {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.clients .clients-logos-img {
    width: calc(20% - 20px);
    position: relative;
    background-color: rgba(244,244,244,0.4);
    margin: 10px;
    overflow: hidden;
    padding-bottom: 20%;
}

.clients .clients-logos-img img {
    width: 100%;
    height: auto;
    max-width: 70%;
    max-height: 45%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clients .clients-logos-img:hover{
    background-color: rgba(244,244,244,0.5);
}


@media only screen and (max-width: 800px) {
    .clients .clients-logos-img {
        width: calc(25% - 20px);
        padding-bottom: 25%;
    }
}

@media only screen and (max-width: 550px) {
    .clients .clients-logos-img {
        width: calc(33% - 20px);
        padding-bottom: 33%;
    }
}


/*-------------home - services description ------------------*/


.our-services-home{
    width: 100%;
    text-align: center;
}

.our-services-home .content{
    width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
}

.our-services-home .service-blue{
    color: #52b5fb;
    font-size: 4rem;
    font-weight: 800;
    line-height: 4rem;
    padding-bottom: 80px;
}

.our-services-home .service-dark{
    color: #3d4043;
    font-size: 4rem;
    font-weight: 400;
    line-height: 4rem;
}

.our-services-home .service-white{
    color: #ffff;
    font-size: 4rem;
    font-weight: 400;
    line-height: 4rem;
}

.our-services-home .add-blue{
    font-weight: 800;
}

.box-img-right{
    width: 100%;
    position: relative;
    text-align: right;
}

.box-img-left, .box-img-center{
    width: 100%;
    position: relative;
    text-align: left;
}

.box-img-left img, .box-img-right img{
    width: 60%;
}

.box-img-center img{
    width: 95%;
    display: block;
    margin: auto;
}

.box-text-right, .box-text-left{
    width: 35%;
    padding-top: 200px;
    position: absolute;
}

.box-text-right{
    text-align: right !important;
    right: 0;
    padding-right: 5%;
}

.box-text-left{
    text-align: left !important;
    padding-left: 5%;
}

.ar{
    margin-top: -80px;
}

.virtual{
    left: 5%;
    color: #ffffff;
}

.networking-box{
    width: 42%;
}

.networking-desc{
    width: 90%;
    float: right;
}

.our-services-home span{
    display: block;
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 300;
}

@media only screen and (max-width: 1680px) {
    .box-text-right, .box-text-left{
        padding-top: 100px;
    }
    .box-text-right, .box-text-left{
        padding-top: 100px;
    }
    .our-services-home .service-blue{
        font-size: 3.5rem;
        line-height: 3.5rem;
        padding-bottom: 50px;
    }
    .our-services-home .service-dark{
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    .our-services-home .service-white{
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    .our-services-home span{
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .our-services-home ul li {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1440px) {
    .our-services-home .service-blue{
        font-size: 3rem;
        line-height: 3rem;
        padding-bottom: 50px;
    }
    .our-services-home .service-dark{
        font-size: 3rem;
        line-height: 3rem;
    }
    .our-services-home .service-white{
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
}

@media only screen and (max-width: 1440px) {
    .virtual{
        margin-top: 50px;
    }
    .ar{
        margin-top: -30px;
    }
}

@media only screen and (max-width: 1100px) {
    .our-services-home .service-blue{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .our-services-home .service-dark{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .our-services-home .service-white{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .box-text-right, .box-text-left{
        padding-top: 20px;
    }
    .our-services-home span {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
    .our-services-home ul li {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .box-text-right, .box-text-left{
        width: 40%;
    }
    .our-services-home .service-blue{
      padding-bottom: 20px;
    }
    .ar{
        margin-top: 0;
    }
    .virtual{
        left: 2%;
    }
    .networking-box{
        width: 50%;
    }
    .networking-desc{
        width: 75%;
        float: right;
    }
}

@media only screen and (max-width: 950px) {
    .box-text-right, .box-text-left{
        background-color: rgba(255,255,255, 0.8);
        width: 55%;
    }
    .box-text-right{
        padding-left: 20px;
    }
    .box-text-left{
        padding-right: 20px;
    }
    .our-services-home .service-blue{
        font-size: 2rem;
        line-height: 2rem;
    }
    .our-services-home .service-dark{
        font-size: 2rem;
        line-height: 2rem;
    }
    .our-services-home .service-white{
        font-size: 2rem;
        line-height: 2rem;
    }
    .our-services-home span {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .our-services-home ul li {
        font-size: 1rem;
    }
    .virtual{
        color: #3d4043;
        padding: 30px;
    }
    .our-services-home .service-white{
        color: #3d4043;
    }
    .our-services-home .add-blue{
        color: #52b5fb;
    }
}


@media only screen and (max-width: 800px) {
    .box-text-right, .box-text-left{
        width: 90%;
        position: relative;
        margin: 20px auto auto auto;
        padding: 20px 0 0 0;
        background-color: rgba(255,255,255, 0);
    }
    .networking-box{
        width: 90%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .networking-desc{
        width: 100%;
        float: none;
    }
    .box-text-left {
        padding-top: 50px;
    }
    .our-services-home .service-blue {
        text-align: center;
    }
    .our-services-home .service-dark {
        text-align: center;
    }
    .ar{
        margin-left: 45%;
        width: 50%;
    }
    .our-services-home .service-white {
        font-size: 1.5rem;
        line-height: 1.5rem;
        text-align: center;
        margin-top: -100px;
        margin-right: 50%;
    }
    .our-services-home .add-blue{
        margin-top: 10px;
    }
    .box-img-left img, .box-img-right img {
        width: 80%;
        opacity: 100%;
    }
    .box-img-center img {
        width: 80%;
        opacity: 100%;
        position: relative;
        display: block;
    }
    .our-services-home span {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .our-services-home ul li {
        font-size: 1rem;
    }
    .virtual {
        padding-top: 0;
        margin-bottom: 20px;
        left: 0;
    }
}

@media only screen and (max-width: 500px) {
    .our-services-home .service-blue {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .our-services-home .service-dark {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .our-services-home .service-white {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .box-img-left img, .box-img-right img {
        width: 90%;
    }
    .our-services-home span {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
    .our-services-home .service-white {
        margin-top: -85px;
    }
    .our-services-home .add-blue{
        margin-top: 8px;
    }
}

@media only screen and (max-width: 400px) {
    .our-services-home span {
        font-size: 1rem;
        line-height: 1.2rem;
    }
}

/*-------------home - contact ------------------*/


.contact{
    padding: 100px 0;
}

.contact .content{
    width: 90%;
    text-align: center;
    margin: auto;
    display: block;
}

@media only screen and (max-width: 1680px) {
    .contact{
        padding: 50px 0;
    }
}

@media only screen and (max-width: 1280px) {
    .contact{
        padding: 0;
    }
}

/*-------------------------- About US -------------------------------*/

.who-we-are .content {
    width: 90%;
    margin: 50px auto 0 auto;
    padding: 50px 100px 100px 100px;
    text-align: center;
}

.why-us{
    background-image: linear-gradient(to left, #1597f6, #6d2cbb);
}

.why-us .content{
    display: block;
    width: 90%;
    margin: auto;
    padding: 100px 50px 150px 50px;
    text-align: center;
}

.why-us .white{
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
}

.why-us  span{
    color: #ffffff;
    display: block;
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 300;
    text-align: center;
    padding: 50px 0;
}

.why-us .advantages{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
}

.why-us .element-1{
    width: calc(25% - 20px);
    background-color: rgba(255,255,255,0.4);
    padding: 50px 40px 50px 40px;
    margin: 10px 10px 10px 10px;
}

@media only screen and (max-width: 1650px) {
    .why-us .element-1 {
        padding: 30px 20px 10px 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .why-us .white{
        font-size: 2.5rem;
    }
    .why-us  span{
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .why-us .content {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .why-us .element-1 {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 1100px) {
    .why-us .white{
        font-size: 2rem;
    }
    .why-us span{
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .why-us  span{
       padding: 50px 0 20px 0;
    }
}

@media only screen and (max-width: 1080px) {
    .who-we-are .content {
        width: 90%;
        padding: 10px 0 100px 0;
    }
    .why-us span{
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
}

@media only screen and (max-width: 800px) {
   .why-us .white {
       font-size: 1.5rem;
   }
   .why-us  span{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .why-us .advantages img{
        max-height: 150px;
    }
    .why-us .content {
        padding: 100px 10px 150px 10px;
    }
}

@media only screen and (max-width: 600px) {
    .why-us .advantages img {
        max-height: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .why-us span {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .why-us .content {
        padding: 50px 10px 100px 10px;
    }
}

@media only screen and (max-width: 400px) {
    .who-we-are .content {
        margin-top: -100px;
    }
}


/*-------------------------- FAQ -------------------------------*/

#text-only{
    height: 500px;
}

#text-only .content{
    width: 95%;
    margin: auto;
    padding: 150px 0 50px 0;
    display: block;
}

#text-only span{
    display: block;
    width: 80%;
    margin: auto;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.4em;
}

#list{
    padding: 0 !important;
}

#list a{
    color: #3d4043;
    text-decoration: none;
}

#list a:hover{
    border-bottom: 1px solid CurrentColor;
}

#list ol{
    display: table;
    text-align: left;
    margin: 100px auto 50px auto;
}

#list ol li{
    padding-left: 10px;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 2em;
}

.questions .odd-row{
    width: 100%;
    background-color: #fafafd;
    display: flex;
    align-items: center;
    padding: 60px 40px;
}

.questions .even-row{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 60px 40px;
}

.questions .number{
    width: 15%;
    flex: 1;
}

.questions .number img {
    width: 100%;
}

.questions .answer{
    font-size: 1.5rem;
    width: 85%;
    color: #3d4043;
    font-weight: 300;
    text-align: left;
    padding: 40px 40px 40px 10px;
}

.contact a{
    text-decoration: none;
    font-size: 1.2rem;
}

.contact .contact-btn{
    display: block;
    margin: 80px auto 150px auto;
    padding: 30px 60px;
    width: 40%;
    text-transform: uppercase;
    color: #ffffff;
    background-image: linear-gradient(to left, #52b5fb, #1097f7);
    border-image: linear-gradient(to left, #52b5fb, #1097f7);
    border-width: 1px;
    border-style: solid;
    font-size: 1.8rem;
}

.contact .contact-btn:hover{
    color: #1097f7;
    background-image: unset;
    border: 1px solid #1097f7;
}

@media only screen and (max-width: 1280px) {
    .contact .contact-btn {
        width: 45%;
    }
}

@media only screen and (max-width: 1180px) {
    #list span{
        font-size: 1.1rem;
        line-height: 1.2rem;
    }
    .questions .answer{
        font-size: 1.3rem;
    }
    #list ol li{
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .contact .contact-btn {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    #list .content{
        padding: 100px 0 0 0;
    }
    .contact .contact-btn {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 900px) {
    .contact .contact-btn {
         width: 45%;
    }
    #list span{
        font-size: 1rem;
        line-height: 1.1rem;
    }
    .questions .answer{
        font-size: 1.2rem;
    }
    #list ol li{
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .contact .contact-btn {
        width: 60%;
    }
}

@media only screen and (max-width: 822px) {
    #list ol {
      margin: 100px  0 50px 0;
    }
    #list .content{
        padding-bottom: 50px;
    }
    .questions .odd-row{
        padding: 40px 20px;
    }
    .questions .even-row{
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 680px) {
    .contact .contact-btn {
        width: 75%;
    }
    #list span{
        font-size: 1rem;
        line-height: 1.1rem;
    }
    .questions .answer{
        font-size: 1.1rem;
    }
    #list ol li{
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .contact .contact-btn {
        width: 70%;
    }
}

@media only screen and (max-width: 550px) {
    #list{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #list ol{
        margin: 50px auto 50px auto;
    }
    .questions .odd-row{
        padding: 20px 10px;
    }
    .questions .even-row{
        padding: 20px 10px;
    }
    #list span{
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .questions .answer{
        font-size: 1rem;
    }
    #list ol li{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .contact .contact-btn {
        width: 80%;
    }
}


/*-------------------------- HOW MUCH -------------------------------*/


.how-much-questions{
    margin: 20px auto 80px auto;
    display: block;
    padding: 10px 0;
    width: 90%;
}

.how-much-questions .gray{
    color: #ebeef9;
    font-weight: 800;
    font-size: 2.2rem;
    text-transform: uppercase;
}

.how-much-questions .blue{
    color: #52b5fb;
    font-weight: 800;
    font-size: 6rem;
    position: absolute;
    margin-top: -70px;
    margin-left: -55px;
    z-index: -9;
    line-height: 6rem;
}

#text-only .long{
    display: block;
    text-align: left !important;
    width: 95%;
    font-size: 1.5em;
    line-height: 1.6em;
}

.how-much-questions .number img{
    width: 250px;
    padding-bottom: 10px;
    margin-left: -10px;
}

.how-much-answer{
    display: block;
    padding: 10px 0;
    text-align: left;
    color: #3d4043;
}

.how-much-answer span{
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2rem;
}

@media only screen and (max-width: 850px) {
    .how-much-answer span, #text-only .long{
        font-size: 1rem;
        line-height: 1.1rem;
    }
    .how-much-questions .number img{
        width: 200px;
    }
}

@media only screen and (max-width: 660px) {
    .how-much-answer span, #text-only .long{
        font-size: 1rem;
        line-height: 1.1rem;
    }
}

@media only screen and (max-width: 550px) {
    .how-much-answer span, #text-only .long{
        font-size: 0.8rem;
        line-height: 1rem;
    }
}


/*-------------------------- STEP BY STEP -------------------------------*/


.subtitle{
    display: block;
    width: 100%;
    font-weight: 800;
    color: #52b5fb;
    font-size: 2rem;
    padding-bottom: 10px;
}

.questions .number{
    width: 15% !important;
    flex: 1;
}

.questions .number img {
    width: 90%;
}


.step-by-step-description{
    width: 70% !important;
}

.questions .images{
    width: 15% !important;
    margin-top: 40px
}

.questions .images img{
    display: block;
    width: 120px;
    margin: auto;
}

@media only screen and (max-width: 1600px) {
    .subtitle{
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1100px) {
    .subtitle{
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .step-by-step-description{
        width: 65%;
    }
    .questions .images{
        width: 15%;
    }
    .questions .images img{
        width: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .subtitle{
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
    .step-by-step-description{
        width: 85%;
    }

    .questions .images{
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .subtitle{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .questions .images img{
        width: 50px;
    }
}


/*-------------------------- SERVICES -------------------------------*/

.our-services .content{
    width: 95%;
    display: block;
    margin: auto;
    text-align: center;
}

.our-services .service-odd img {
    width: 100%;
    display: block;
    margin: 50px 0;
}

.services-intro{
    display: flex;
    margin: 50px 0 50px 0;
}

.service-odd .service-img{
    flex: 1 1 50%
}

.service-odd .service-title{
    flex: 1 1 50%;
}

.service-even .service-img{
    flex: 1 1 35%
}

.service-even .service-title{
    flex: 1 1 65%
}

.service-even{
    background-color: rgba(177,224,243,.3);
    padding: 50px 0;
}

.service-title{
    color: #52b5fb;
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
}

.service-title .dark{
    color: #3d4043;
    display: block;
}

.service-even .service-title{
    text-align: left;
    margin-left: 5%;
    align-content: center;
}

.service-odd .service-title{
    text-align: right;
    margin-right: 5%;
    align-content: center;
}

.service-even .service-img{
    text-align: right;
    margin-right: 5%;
}

.service-text{
    width: 90%;
    display: block;
    margin: 0 auto 50px auto;
    color: #3d4043;
}

.service-text .container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px auto 50px auto;
}

.service-text .container .arrow-up{
    background-image: url('/img/arrow.svg');
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: center;
}

.services-box{
    flex: 1 1 calc(50% - 20px);
    background-color: rgba(82,181,251,.1);
    border-radius: 25px;
    padding: 50px;
    align-content: center;
}

.service-text .container .blue-bg{
    background-color: rgba(68,149,237,.2)
}

.service-text .container .purple-bg{
    background-color: rgba(96,58,174,.2)
}

.contact-color{
    width: 100%;
    display: block;
}

.contact-color img{
    width: 100%;
}

.contact-color .content{
    position: absolute;
    margin-top: 200px;
    width: 100%;
}

.contact-color h1{
    text-align: center;
    color: #ffffff;
    font-size: 2.5rem;
}

.contact-color a{
    text-decoration: none;
}

.contact-color .contact-btn{
    margin: 30px auto 0 auto;
    color: #52b5fb;
    background-color: #ffffff;
    width: 40%;
    padding: 40px 80px;
    text-transform: uppercase;
    font-size: 1.8rem;
    border: 1px solid #ffffff;
    text-align: center;
}

.contact-color .contact-btn:hover{
    color: #ffffff;
    background-color: transparent;
}



@media only screen and (max-width: 1280px) {
    .contact-color .content{
        margin-top: 160px;
    }
    .contact-color h1{
        font-size: 2.3rem;
    }
    .contact-color .contact-btn {
        margin: 40px auto 0 auto;
        font-size: 1.5rem;
        padding: 30px 80px;
    }
}

@media only screen and (max-width: 1140px) {
    .contact-color .content{
        margin-top: 130px;
    }
    .contact-color .contact-btn {
        width: 50%;
    }
}


@media only screen and (max-width: 1000px) {
    .contact-color h1{
        font-size: 2rem;
    }
    .contact-color .contact-btn {
        font-size: 1.3rem;
        padding: 20px 60px;
    }
    .service-title{
        font-size: 42px;
        line-height: 44px;
    }
}


@media only screen and (max-width: 900px) {
    .services-box{
        flex: 1 1 100%;
    }
    .contact-color .content{
        margin-top: 100px;
    }
    .contact-color h1{
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 790px) {
    .services-intro{
        flex-wrap: wrap;
    }
    .contact-color .content{
        margin-top: 80px;
    }
    .contact-color h1{
        font-size: 1.2rem;
    }
    .contact-color .contact-btn {
        font-size: 1rem;
        padding: 10px 60px;
    }
}

@media only screen and (max-width: 700px) {
    .contact-color .content{
        margin-top: 60px;
    }
    .contact-color h1{
        font-size: 1rem;
        line-height: 1rem;
    }
    .contact-color .contact-btn {
        margin: 30px auto 0 auto;
        width: 70%;
    }
}

@media only screen and (max-width: 500px) {
    .contact-color h1{
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
    .contact-color .contact-btn {
        font-size: 0.8rem;
        padding: 10px 40px;
        width: 60%;
        margin: 10px auto 0 auto;
    }
    .service-title{
        font-size: 38px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 450px) {
    .contact-color .contact-btn {
        width: 70%;
    }
}

@media only screen and (max-width: 390px) {
    .contact-color .contact-btn {
        width: 80%;
    }
}

/*-------------------------- CONTACT -------------------------------*/


.contact-informations{
    background-repeat: no-repeat;
    background-position: left !important;
    height: 36vw;
    width: 100%;
    background-image: url('/img/contact_bg.webp');
    background-size: 50%;
    margin-top: 50px;
}

.contact-informations .content{
    padding-top: 80px;
}

.contact-informations .contact-text{
    width: 50%;
    position: absolute;
    left: 5%;
}

.contact-informations .contact-map{
    width: 50%;
    height: 50%;
    position: absolute;
    right: 5%;
    -webkit-filter: grayscale(100%);
}

.contact-informations .contact-text{
    padding-top: 60px;
}

.contact-informations .foundation-name span, .contact-informations .foundation-contact span{
    display: block;
    color: #ffffff;
    font-weight: 100;
}

.contact-informations .foundation-name span{
    line-height: 2rem;
    font-size: 1.8rem;
}

.contact-informations .foundation-contact span{
    line-height: 2.2rem;
    font-size: 1.5rem;
}

.contact-informations .foundation-name .bold-text{
    font-weight: 800;
}

.contact-informations .foundation-name{
    padding: 20px 0;
}

.contact-informations .foundation-contact i{
    margin-right: 10px;
}

@media only screen and (max-width: 1780px) {
    .contact-informations .foundation-name span{
        line-height: 1.8rem;
        font-size: 1.5rem;
    }
    .contact-informations .foundation-contact span{
        line-height: 2rem;
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1700px) {
    .contact-informations .contact-text{
        padding-top: 40px;
    }
}

@media only screen and (max-width: 1550px) {
    .contact-informations .contact-text{
        padding-top: 20px;
    }
    .contact-informations .contact-map{
        height: 40%;
    }
}

@media only screen and (max-width: 1480px) {
    .contact-informations .foundation-name span{
        line-height: 1.5rem;
        font-size: 1.1rem;
    }
    .contact-informations .foundation-contact span{
        line-height: 1.8rem;
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1350px) {
    .contact-informations .contact-text{
        padding-top: 0;
    }
    .contact-informations .contact-map{
        height: 30%;
    }
    .contact-informations .foundation-name{
        padding: 10px 0;
    }
}

@media only screen and (max-width: 1180px) {
    .contact-informations {
        height: 50vw;
        background-size: 60%;
    }
    .contact-informations .contact-text{
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .contact-informations .contact-text{
        padding-top: 30px;
    }
    .contact-informations .foundation-name span{
        line-height: 1.3rem;
        font-size: 1rem;
    }
    .contact-informations .foundation-contact span{
        line-height: 1.5rem;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 910px) {
    #contact .content{
        margin-top: -50px;
    }
    .contact-informations .contact-text{
        padding-top: 15px;
    }
    .contact-informations .foundation-name span{
        line-height: 1.1rem;
        font-size: 0.8rem;
    }
    .contact-informations .foundation-contact span{
        line-height: 1.2rem;
        font-size: 0.8rem;
    }
    .contact-informations .contact-map{
        height: 25%;
    }
}

@media only screen and (max-width: 780px) {
    .contact-informations {
        height: 60vw;
        background-size: 70%;
    }
    .contact-informations .contact-text{
        padding-top: 25px;
    }
    .contact-informations .contact-map{
        height: 20%;
    }
}

@media only screen and (max-width: 680px) {
    .contact-informations {
        height: 135vw;
        margin-top: 50px;
        background-size: 100%;
        background-position: top !important;
    }
    .contact-informations .content {
        padding-top: 50px;
    }
    .contact-informations .contact-text{
        width: 90%;
        margin: auto;
        display: block;
        position: unset;
    }
    .contact-informations .foundation-name{
        padding: 20px 0;
    }
    .contact-informations .foundation-name span{
        line-height: 1.5rem;
        font-size: 1.2rem;
    }
    .contact-informations .foundation-contact span{
        line-height: 1.5rem;
        font-size: 1rem;
    }
    .contact-informations .contact-map{
        width: 90%;
        height: 400px;
        margin: auto;
        position: unset !important;
        display: block;
    }
}

@media only screen and (max-width: 590px) {
    .contact-informations {
        height: 125vw;
        background-size: 110%;
        overflow: hidden;
    }
    .contact-informations .foundation-name span{
        line-height: 1.2rem;
        font-size: 1rem;
    }
    .contact-informations .foundation-contact span{
        line-height: 1.2rem;
        font-size: 1rem;
    }
    .contact-informations .contact-map{
        height: 300px;
    }
}

@media only screen and (max-width: 530px) {
    .contact-informations {
        height: 130vw;
    }
}

@media only screen and (max-width: 495px) {
    .contact-informations .foundation-name span{
        line-height: 1rem;
        font-size: 0.8rem;
    }
    .contact-informations .foundation-contact span{
        line-height: 1rem;
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 480px) {
    .contact-informations .contact-map{
        height: 200px;
    }
    .contact-informations .content {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 410px) {
    .contact-informations .content {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 400px) {
    #contact{
        margin-bottom: 0;
    }
    .contact-informations {
        height: 140vw;
        background-size: 120%;
    }

}


/*-------------------------- POLITYKI -------------------------------*/


.privacy-policy, .cookies-policy{
    width: 90%;
    display: block;
    margin: auto;
}