.blue-bg {
    background: #3e4a89;
}

.section-title {
    font-size: 74px;
    font-family: 'TTNorms', Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 5rem
}

.small-title {
    font-size: 56px;
    line-height: 1.1;
    margin: 3rem auto;
}

.section-padding {
    padding: 4rem 0;
}

.button-size {
    margin-top: 10px;
    padding: 1rem 3rem;
    font-weight: bold;
    border: none;
}

.white-text, .white-text:hover, .white-text:visited{
    color: #ffffff;
    text-decoration: none;
    border-bottom: none
}

.grey-title {
    color: #525252;
    font-size: 16px;
}

.li-size {
    font-weight: 700;
    font-size: 16px;
}

.container-fluid {
    padding: 0 1rem;
}

.my-navbar {
    list-style-type: none;
    padding: 1em 0;
}

.navbar-toggler {
    width: 70px;
    height: 50px;
    text-align: center;
    color: #36BEBE

}

.my-nav-btn {
    background: #36BEBE;
    margin-right: 5px;
}

.my-nav-btn:hover {
    background: #3e4a89;
    border: none;
}

#dropDown1 a:hover, #dropDown2 a:hover {
    color: #3e4a89;
    background: none;
}


.reviews p, footer p {
    font-size: 14px;
}

.description-text-size {
    font-size: 18px;
    line-height: 1.55;
    font-family: 'TTNorms', Arial, sans-serif;
}

.important-text-size {
    font-size: 24px;
    line-height: 1.5;
}

.our-disciplines a {
    font-weight: 700;
    font-family: 'Arial', serif;
    font-size: 28px;
    text-decoration: none;
    margin-top: 10px;
    color: #000000;
}

.adress-phone h4 {
    font-size: 28px;
    line-height: 1.17;
}

.more-about-us {
    font-size: 30px;
    line-height: 1.4;
    opacity: 0.70;
    font-weight: 400;
    margin-top: 5rem;
}

.header-main-content h1 {
    font-size: 75px;
    line-height: 1.1;
}


.reviews img {
    min-height: 356px;
}

#logoS {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;

}

#logo {
    position: absolute;
    left: 60px;
    top: 250px;
    width: 3%;
}

#logo0 {
    position: absolute;
    top: 420px;
    left: 350px;
    width: 7%;
}

.main-content {
    margin: 0 75px;
}


.comfort img {

    min-width: 100%;
}

.header-main-content {
    position: relative;
}

.padding-top {
    padding-top: 5rem;
}

.contacts, .review-text {
    padding: 3rem;
}

.carousel-indicators {
    margin-top: 200px;
}

.reviews-indicators {
    max-width: 8px;
    min-height: 7px;
    border-radius: 100%;
    position: relative;
    bottom: -50px;
}

.more-about-us a {
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #000000;
}

.social-media img, .footer-social-media img {
    width: 2rem;
    height: 2rem;

}

.social-media a {
    text-decoration: none;
    border-bottom: none;
}

footer {
    background: #000000;
    opacity: 0.95;
}

.logo-footer {
    width: 40%;
}


@media (max-width: 1150px) {
    .our-disciplines a {
        font-size: 18px;
    }

    .review-text {
        padding: 1rem 0;
    }

    .section-title {
        font-size: 60px;
        margin-bottom: 3rem;
    }

    .small-title {
        font-size: 45px;
    }

    .section-padding {
        padding: 3rem 0;
    }

    .padding-top {
        padding-top: 3rem;
    }

}

@media (max-width: 992px) {
    #navbarSupportedContent .col-md-3, #navbarSupportedContent .col-md-6{
width: 100%;
        display: block;
        text-align: center;
        justify-content: center;
    }
    .my-navbar ul{
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .adress-phone h4 {
        font-size: 18px;
    }
    .important-text-size {
        font-size: 20px;
    }

    .description-text-size {
        font-size: 15px;
    }

    .header-main-content h1 {
        font-size: 55px;
    }

    .our-disciplines a {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .padding-top {
        padding-top: 2rem;
    }

    .section-title {
        font-size: 35px;
        margin-bottom: 2rem;
    }

    .small-title {
        font-size: 30px;
    }

    .section-padding {
        padding: 2rem 0;
    }

    .our-disciplines img {
        margin-bottom: 5px;
    }

    .comfort h3 {
        margin-top: 15px;
    }

    .school-sol .row {
        padding-top: 0;
    }

    .school-sol img {
        margin: 15px 0
    }

    iframe {
        height: 250px;
    }

    .grey-title {
        font-size: 16px;
    }

    .logo-footer {
        width: 10%;
        margin-top: 1rem;
    }

    footer li {
        font-size: 14px;
    }

    footer p {
        font-size: 10px;
    }

    footer .container {
        min-width: 100%;
    }

    .social-media img, .footer-social-media img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .more-about-us {
        font-size: 20px;
    }
}

