:root {
    --GM: 'GM';
    --GS: 'GS';
    --GR: 'GR';
    --GE: 'GE';
    --IR: 'IR';
    --GB: 'GB';
    --mainText: #FF6600;
    --textBlack: black;
    --textwhite: white;
    --backgroundDark: #28314B;
    --backgroundLight: white;
}


.header a {
    text-decoration: none;
}

.header li {
    list-style: none;
}

.header { 
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    color: #F7F7F7AE;
    background: url(../images/title-image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container {
    width: 1440px;
}
/* Header start */


.header-nav {
    height: 100px;
    background: var(--backgroundDark);
    width: 100%;
    box-shadow: 0px 4px 15px 0px #0000001A;
}

.header-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    background: var(--backgroundDark);
    width: 100%;

}

.header-nav__right {
    width: 1000px;
    display: flex;  
    align-items: center;
    justify-content: space-between;
}

.nav-list a {
    font-family: var(--GS);
    color: #FFFFFF;
    font-weight: 600px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 71px;
    height: 29px;
    top: 36px;
    left: 829px;
    opacity: 0.7;
    transition: color 0.3 ease;
}

.nav-list a:hover {
    color: #FF6600;
}

.header-items {
    display: flex;
}

.header-item {
    background: linear-gradient(90.59deg, #F7F7F7 60.85%, rgba(247, 247, 247, 0.869574) 73.51%, rgba(247, 247, 247, 0.682372) 79.04%, rgba(247, 247, 247, 0) 99.47%);
    width: 1009px;
    height: 980px;
    top: 100px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    padding-left: 100px;
}

.title {
    font-family: var(--GE);
    font-weight: 800px;
    font-size: 220px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FF6600;
    margin: 30px 30px 30px 0px;
}

.title-bordered {
    font-family: var(--GE);
    width: 460px;
    height: 60px;
    opacity: 1;
    border: 10px solid white;
    background-color: white;
    border-radius: 10px;
    color:  #1A1A1A  ;
    font-weight: 800px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    box-shadow: 0px 4px 15px 0px #0000001A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 30px 30px 0px;
}

.span-best {
    font-family: var(--GE);
    font-weight: 800px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FF6600;
}

.title-second {
    width: 667px;
    height: 225px;
    top: 465px;
    left: 120px;
    opacity: 1;
    font-family: var(--GE);
    font-weight: 800px;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1A1A;
    margin: 30px 30px 30px 0px;
}

.span-courses {
    font-family: var(--GE);
    font-weight: 800px;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FF6600;
}

.title-btn {
    width: 300px;
    height: 60px;
    opacity: 1;
    border: solid #FF6600;
    border-radius: 10px;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: #FF6600;
    color: white;
    margin: 30px 30px 30px 0px;
}

.title-flag {
    width: 361px;
    height: 361px;
    position: absolute;
    left: -100px;
    top: 719px;
    bottom: 0px;
}

.title-img {
    width: 1480px;
    height: 940px;
    opacity: 1; 
    position: absolute;
    left: 440px;
    top: 140px;
    object-fit: cover;
}

main {
    background-color: #F7F7F7;
}

.section-top {
    display: flex;
    flex-direction: column;
    padding: 40px;
    background-color: #28314B;
}

.section-top__title-bordered {
    width: 207px;
    height: 40px;
    top: 100px;
    left: 120px;
    opacity: 1;
    border: #FFFFFF solid;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--GE);
    font-weight: 800px;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%; 
    color: #1A1A1A;
}

.needs {
    color: #FF6600;
}

.section-top__title {
    width: 464px;
    height: 61px;
    top: 140px;
    left: 120px;
    opacity: 1;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.section-top__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 500px;
    /* grid-template-columns: repeat(2, 1fr);
    grid-template-rows:repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    height: 500px; */
}

.section-top__items-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.section-top__items-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.items {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 477px;
    height: 109px;
    opacity: 1;
    padding-top: 20px;
}

.section-top__text {
    width: 357px;
    height: 109px;
    opacity: 1;
    font-family: var(--GR);
    font-weight: 600px;
    font-size: 30px;
    line-height: 100%;
    color: #FFFFFF;
}

.section-top__spans {
    font-family: var(--GR);
    font-weight: 400px;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FF6600;
}

.items-icon {
    font-size: 35px;
    border: 30px #3E465D solid;
    border-radius: 50%;
    background-color: #3E465D;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-courses__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 30px;
}

/* .section-courses__top-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */

.section-courses__top-title-bordered {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 224px;
    height: 40px;
    opacity: 1;
    border-radius: 10px;
    background-color: #FFFFFF;
    font-family: var(--GE);
    font-weight: 800px;
    font-size: 18px;
    line-height: 100%;
    color: #1A1A1A;
    box-shadow: 0px 4px 15px 0px #0000001A;
    margin-bottom: 10px;
}

.tim {
    color: #FF6600;
}

.section-courses__top-title {
    width: 148px;
    height: 61px;
    opacity: 1;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1A1A;
}

.section-courses__main {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.courses-btn {
    width: 300px;
    height: 60px;
    opacity: 1;
    border: solid #FF6600;
    border-radius: 10px;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: #FF6600;
    color: white;
}

.section-courses-item {
    width: 360px;
    height: 400px;
    opacity: 1;
    border: solid #FFFFFF;
    border-radius: 3%;
    color: #FFFFFF;
    box-shadow: 0px 4px 15px 0px #0000001A;
    overflow: hidden;
}

.courses-img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center;
}

.courses-title {
    opacity: 1;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    color: black;
    margin: 30px 30px 30px 10px;
}

.courses-text {
    opacity: 1;
    font-family: var(--GR);
    font-weight: 400px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: black;
    margin: 30px 30px 30px 10px;
}

.section-results {
    margin-bottom: 100px;
}

.section-results__top {
    margin: 50px 50px 50px 0px;
}

.section-results__title-bordered {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 40px;
    opacity: 1;
    border: #FFFFFF solid;
    border-radius: 10px;
    background-color: #FFFFFF;
    font-family: var(--GE);
    font-weight: 800px;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: black;
}

.results-top {
    color: #FF6600;
} 

.section-results__main {
    display: flex;
}

.section-results__title {
    width: 392px;
    height: 122px;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    color: black;
}


.section-results__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 700px;
    height: 400px;
    border: #FFFFFF solid;
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 4px 15px 0px #0000001A;
}

.results-img {
    width: 100%;
    height: 100%;
    opacity: 1;
    padding: 10px 10px 10px 6px;
    object-fit: cover;

}

.section-results__item-right {
    height: 400px;
    padding: 30px 50px 30px 50px ;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.section-results__item-title {
    width: 239px;
    height: 37px;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
}

.section-results__item-text {
    width: 104px;
    height: 29px;
    opacity: 70%;
    font-family: var(--GM);
    font-weight: 500px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
}

.splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 430px;
}

.section-results__item-text-last {
    width: 125px;
    height: 29px;
    opacity: 1;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.rslt {
    color: #FF6600;
    font-family: var(--GS);
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rslt-last {
    width: 49px;
    height: 57px;
    opacity: 1;
    color: #FF6600;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}

.section-teachers {
    background-color: #28314B;
}

.teachers-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-teachers-left {
    width: 620px;
    height: 800px;
    margin-top: 100px;
}

.section-teachers-right {
    width: 1300px;
    height: 800px;
    display: flex;
    justify-content: space-around;
}

.section-teachers__title-bordered {
    width: 204px;
    height: 40px;
    border: #FFFFFF solid;
    border-radius: 10px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--GE);
    font-weight: 800px;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.teachers {
    color: #FF6600;
}

.section-teachers__title {
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin: 3px 0 40px 0;
}

.section-teachers__btn {
    width: 216px;
    height: 60px;
    border: #FF6600 solid;
    border-radius: 10px;
    background-color: #FF6600;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.section-teachers__item {
    width: 400px;
    max-height: 422px;  
    margin: 40px 0 40px 0;
    color: #1A1A1A;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
}

.section-teachers__item.active {
    max-height: 680px;
    transition: max-height 0.5s ease;
}

.section-teachers__item-title {
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 20px;
}

.section-teachers__item-text {
    font-family: var(--IR);
    font-weight: 400px;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 10px 20px 20px 20px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.section-teachers__item.active .section-teachers__item-text {
    opacity: 1;
    transform: translateY(0);
}

.section-teachers__item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-teachers__item-btn {
    background: none;
    border: none;
    margin: 20px;
}

.section-teachers__item-btn.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.fa-triangle {
    font-size: small;
}

.section-testimonials {
    margin: 100px 0 100px 0;
}

.testimonials-main {
    display: flex;
    justify-content: space-around;
}

.testimonials-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials-title-bordered {
    width: 222px;
    height: 40px;
    border: #FFFFFF solid;
    border-radius: 10px;
    background-color: #FFFFFF;
    font-family: var(--GE);
    font-weight: 800px;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1A1A;
    box-shadow: 0px 4px 15px 0px #0000001A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testim {
    color: #FF6600;
}

.testimonials-title {
    width: 425px;
    height: 122px;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1A1A;
}

.testimonials-btn {
    width: 203px;
    height: 60px;
    border: #FF6600 solid;
    border-radius: 15px;
    background-color: #FF6600;
    color: #FFFFFF ;
    font-family: var(--GS);
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

.testimonials-item {
    width: 500px;
    height: 380px;
    border: #FFFFFF solid;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 15px 0px #0000001A;
} 
 
.testimonials-item-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testimonials-img {
    width: 80px;
    height: 80px;
    margin: 20px;
}

.testimonials-item-top-right {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
}

.testimonials-item_title {
    width: 178px;
    height: 37px;
    font-family: var(--GS);
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    color: black;
    margin-top: 27px;
    opacity: 70%;
}

.testimonials-item_title-orange {
    font-family: var(--GM);
    font-weight: 500px;
    font-size: 24px;
    line-height: 100%;
    color: #FF6600;
}

.testimonials-item__text {
    font-family: var(--GR);
    font-weight: 400px;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: black;
}

.testimonials-item-main {
    margin: 30px 20px 30px 20px;
}

.section-faq__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-faq__title-bordered {
    width: 270px;
    height: 40px;
    border: #FFFFFF solid;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 15px 0px #0000001A;
    font-family: var(--GE);
    font-weight: 800px;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.questions {
    color: #FF6600;
}

.section-faq__title {
    width: 670px;
    height: 60px;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 50px;
    line-height: 100%;
    color: black;
}

.section-faq__accordion {
    display: flex;
    width: 1680px;
    width: 100%;
    justify-content: space-around;
}

.accordion {
    font-family: var(--GE);
    background-color: #FFFFFF;
    margin: 30px 100px 100px 100px;
}

.faq-questions {
    color: #1A1A1A;
    font-family: var(--GS);
    font-size: 30px;
    line-height: 100%;
    font-weight: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-text {
    font-family: var(--GR);
    font-weight: 400px;
    font-size: 24px;
    line-height: 100%;
    color: #1A1A1A;
}

.custom-hover:hover {
    box-shadow: 2px 2px 10px 2px #FF6600 !important;
}

.custom-hover:not(.collapsed) {
    box-shadow: 2px 2px 10px 2px #FF6600 !important;
    background-color: #fda367 !important;
}

.custom-hover.collapsed:focus {
    box-shadow: 2px 2px 10px 2px #FF6600 !important;
}

.section-photo {
    background-color: #FFFFFF;
    padding: 40px 0 40px 0;
}

.section-photo__top {
    display: flex;
    justify-content: space-between;
}

.section-photo__title-bordered {
    width: 135px;
    height: 40px;
    border: #28314B solid;
    border-radius: 10px;
    background-color: #28314B;
    box-shadow: 0px 4px 15px 0px #0000001A;
    font-family: var(--GE);
    font-weight: 800px;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF  ;
}

.gallery {
    color: #FF6600;
}

.section-photo__title {
    width: 440px;
    height: 61px;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 50px;
    line-height: 100%;
    color: #1A1A1A;
}

.section-photo__top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.section-photo__btn {
    width: 203px;
    height: 60px;
    border: #FF6600 solid;
    border-radius: 10px;
    background-color: #FF6600;
    box-shadow: 0px 8px 10px 0px #FF660026;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
}

.photo-item {
    max-width: 530px;
    height: 330px;
}

.photo-img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.section-contacts {
    padding-top: 60px;
}

.section-contacts-item {
    width: 100%;
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.location {
    position: absolute;
    z-index: 0;
    width: 1350px;
    height: 750px;
}

.contacts-item-content {
    max-width: 1000px;
    width: 100%;
    max-height: 550px;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.contacts-item-content-left {
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    background-color: #FF6600;
    padding: 60px 30px 60px 30px;
    position: relative;
}

.contacts-item-content-right {
    width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
}

iframe {
    width: 100%; 
    height: 100%; 
    border: 0; 
    position: absolute; 
    top: 0; 
    left: 0;
}

.contact-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-title h2 {
    margin-left: 50px;
    font-family: var(--GB);
    font-weight: 700px;
    font-size: 35px;
    line-height: 100%;
    color: #FFFFFF;
}

.contact-logo {
    position: absolute;
    top: 20px;
    left: -70px;
}

.contact-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

.area-text {
    padding-left: 10px;
    padding-top: 10px;
    font-family: var(--GM);
    font-weight: 500px;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
}

.fa-map-marker-alt {
    color: #FFFFFF;
    font-size: 20px;
}

.contact-number {
    height: 60px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.numbers {
    padding-left: 10px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--GM);
    font-weight: 500px;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
}

.fa-phone-alt {
    color: #FFFFFF;
    font-size: 18px;
}

.contact-mail {
    height: 60px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mail {
    padding-left: 10px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--GM);
    font-weight: 500px;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
}

.fa-envelope {
    color: #FFFFFF;
    font-size: 20px;
}

.contact-sm {
    height: 60px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.smm {
    font-size: 30px;
    color: #FFFFFF;
    margin-right: 20px;
}

.contact-form {
    padding: 40px;
    width: 100%;
    position: relative;
    height: 100%;
}

.form-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.form-header h3 {
    margin: 0;
    color: #1A1A1A;
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0%;
}

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

.form-row input,
.form-row textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-bottom: 2px solid #1A1A1A;
    font-size: 20px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    font-family: var(--GM);
}

.form-row input:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #FF6600;
}

.form-row textarea {
    resize: vertical;
    min-height: 120px;
}

.send-message-btn {
    width: 100%;
    background-color: #FF6600;
    color: #fff;
    border: none;
    padding: 15px;
    margin-top: 45px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-family: var(--GM);
}

.send-message-btn:hover {
    background-color: #FF6600;
}

.contact-btn {
    position: absolute;
    top: 0px;
    right: -50px;
    width: 50px;
    height: 50px;
    background-color: #28314B;
    color: #FFFFFF;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-contacts-title-bordered {
    width: 222px;
    height: 40px;
    border: solid #F7F7F7;
    border-radius: 10px;
    background-color: #F7F7F7;
    box-shadow: 0px 4px 15px 0px #0000001A;
    color: #FF6600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--GE);
    font-weight: 800px;
    font-size: 18px;
    line-height: 100%;
}

.section-contacts-title {
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 50px;
    line-height: 100%;
    color: #1A1A1A;
} 

.section-contacts {
    background-color: #FFFFFF;
}

.section-contacts-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.footer-main {
    background-color: #28314B;
    padding-bottom: 40px;
}

.footer-img {
    width: 100%;
    padding-top: 20px;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer-logo {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-logo p {
    margin: 15px 0 15px 0;
    font-family: var(--GM);
    font-weight: 500px;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

.footer-menu-title {
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 25px;
    line-height: 100%;
    color: #FFFFFF;
}

.footer-menu-list {
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-decoration: none;
}

.footer-menu-list a {
    text-decoration: none;
    font-family: var(--GM);
    font-weight: 500px;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.footer-courses {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

.footer-courses-title {
    font-family: var(--GS);
    font-weight: 600px;
    font-size: 25px;
    line-height: 100%;
    color: #FFFFFF;
}

.footer-courses-list {
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-decoration: none;
}

.footer-courses-list a {
    text-decoration: none;
    font-family: var(--GM);
    font-weight: 500px;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 350px;
    padding-top: 40px;
}

.footer-contacts-adress, .footer-contacts-number, .footer-contacts-mail {
    display: flex;
}

.footer-contacts-adress p {
    width: 300px;
    font-family: var(--GM);
    font-weight: 500px;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    margin-left: 10px;
}

.fa-map-marked-alt, .fa-phone-square, .fa-envelope-square {
    font-size: 20px;
    color: #FFFFFF;
}

.footer-contacts-number p {
    font-family: var(--GM);
    font-weight: 500px;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
    margin-left: 10px;
}

.footer-contacts-mail p {
    width: 300px;
    font-family: var(--GM);
    font-weight: 500px;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    margin-left: 10px;
}

.footer-contacts-smm img {
    padding-right: 8px;
}