:root {
    --base-color: rgba(0, 145, 200, 1);
    --second-color: #8d95eb;
}

#about-us .section {
    box-sizing: border-box;
}

.carousel {
    width: 100%;
}
.topMenuBox .logoBox img {
    width: 90px;
    margin-top: 20px;
}
.topMenuBox.active {
    background: #0091c8;
    box-shadow: 0px 5px 10px -2px;
}
/* --------------------- first section ---------------------- */

#about-us section.section.first .image-shadow {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
}

#about-us section.section.first .shadow-cover {
    height: 100%;
    background: rgba(0, 145, 200, .8);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .3));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .3));
    color: white;
    padding: 20px;
    min-height: 570px;
}

#about-us section.section.first .image-shadow .shadow-cover .main-title {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 95px 20px 20px 20px;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    justify-content: space-between;
    padding-bottom: 70px;

}

#about-us section.section.first .image-shadow .shadow-cover .main-title h1 {
    max-width: 800px;
    font-size: 60px;
    color: white;
    margin: 20px auto;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.5);
}

#about-us section.section.first .image-shadow .shadow-cover .main-title p {
    font-size: 25px;
    max-width: 1000px;
}
#about-us section.section.first .image-shadow .shadow-cover .main-title p>span {
    font-size: 20px;
    font-style: italic;
}

#about-us section.section.first .image-shadow .shadow-cover .main-title br {
    display: block;
    margin: 10px 0;
    line-height: 2px;
}

#about-us section.section.first .image-shadow .shadow-cover .button-wrapper .follow-telegram {
    padding: 20px;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    background: rgba(255, 255, 255, .4);
    border: none;
}

/* cover-image */

.shadow-cover:after {
    content: "";
    background-image: url('../images/pages/about-us/gaj-top-bg-aboutUs.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}


/* --------------------- second section ---------------------- */

#about-us section.section.second .list-proud-of {
    margin: 30px 10px;

}

#about-us section.section.second ol {
    padding: 10px;
}

/* --------------------- slider ---------------------- */
.logo-box {
    padding: 10px;
}

.picture-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

@media only screen and (max-width: 768px) {
    #about-us .fourth .form-container .telephone-image {
        position: absolute;
    }

    .topMenuBox .menuBox {
        background: #0091c8 !important;
    }

    .topMenuBox {
        width: 100%;
        background: #0091c8;
    }
  
}

@media only screen and (min-width: 768px) {
    .carouselcenter .slick-track {
        -webkit-transform: none !important;
                transform: none !important;
    }
}

@media only screen and (max-width: 480px) {
    #about-us section.section.first .shadow-cover {
        min-height: 700px;
    }
}


