@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

@font-face {
    font-family: "Myriad Pro Regular";
    src: local("Myriad-Pro-Regular.ttf"), url(../fonts/Myriad-Pro-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}

:root {
    --color-blocks-100: #1C1C1C;
    --white: #FFF;
    --container-about-one: #A22664;
    --container-about-two: #FFBB45;
    --container-about-three: #186C9C;
    --container-about-four: #72C556;
    --btn: #093853;
    --en-language: #083CC0;
    --dot-disable: #5D737E;
    --dot-active: #F10479;
    --h1-hover: #019DC9;
    --main-background: #2E566D;
    --second_main_color_variation: #FFBB45;
    --first_main_color_variation_three: #8B1F5A;
    --first_main_color_variation_one: #3B0C24;
    --btn-hover: #214C64;
    --btn-active: #001927;
    --btn-disable:#666666;
}

* {
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: normal;
}

h2 {
    color: var(--color-blocks-100);
    font-size: 40px;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 30px;
}

body {
    font-family: Roboto;
}

.center_containerd {
    text-align: center;
}

.link_Linkedin {
    text-decoration: none;
    cursor: pointer;
    color: black;
    transition: transform 0.5s;
}

.link_Linkedin:hover {
    transform: scale(1.1);
}

.link_language:hover {
    color: black;
}

.link_language {
    text-decoration: none;
    color: black;
}

.link_burger:hover {
    color: black;
}

.link_burger_button:hover {
    color: black;
}

.mentors_laptop {
    display: flex;
    justify-content: space-between;
    margin-top: 77px;
    width: 591px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

.linkidin {
    width: 25px;
    height: 25px;
    margin-right: 9px;
    margin-bottom: 3px;
}

.mentor_pictire {
    border-radius: 100px 100px 100px 0px;
    width: 100px;
    position: relative;
    height: 100px;
    bottom: 45px;
}

.mentors {
    background: var(--main-background);
    width: 180px;
    height: 120px;
    display: flex;
    justify-content: center;
    border-radius: 0px 25px;
    flex-direction: column;
    align-items: center;
}

.mySwiper {
    display: none;
}

.flex_mentors {
    color: var(--white);
    display: flex;
    position: relative;
    bottom: 29px;
    font-size: 16px;
    align-items: center;
    line-height: 19px;
    font-weight: 300;
    margin-right: 8px;
}

.header_container {
    display: none;
}

.translate_one {
    color: var(--en-language);
    opacity: 1;
}

.translate {
    color: var(--color-blocks-100);
    opacity: 0.5;
    background: none;
    border: none;
    font-size: 18px;
}

.link_intita:hover {
    color: var(--h1-hover);
}

.link_intita {
    text-decoration: none;
    color: var(--white);
    cursor: pointer;
    font-family: "Myriad Pro Regular";
    font-size: 30px;
    font-weight: 600;
}

.offcanvas.offcanvas-end {
    display: none;
}

.flex_en {
    display: flex;
    align-items: center;
}

.translate {
    background: none;
    border: none;
    font-size: 18px;
}

.link_footer {
    text-decoration: none;
}

.br_header {
    border-right: 0.759546px solid #000000;
    height: 54px;
    margin-left: 8px;
    margin-right: 8px;
    opacity: 0.3;
    opacity: 0;
}

.translate_one {
    color: var(--en-language);
    opacity: 1;
}

.link_inst {
    width: 50px;
    height: 50px;
}

.blur_br {
    filter: blur(1.5px);
}

.container_header {
    display: flex;
    align-items: center;
    width: 1024px;
    margin: 0 auto;
    padding-top: 32px;
    justify-content: space-between;
}

.img_header {
    width: 75px;
    height: 75px;
}

nav.shift ul li a {
    color: var(--color-blocks-100);
    position: relative;
    z-index: 1;
}

nav.shift ul li a:hover {
    color: var(--white);
}

nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: ".";
    color: transparent;
    background: var(--container-about-two);
    border-radius: 20px;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

#body-container nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

#body-container nav ul {
    list-style: none;
    text-align: center;
}

#body-container nav ul li {
    display: inline-block;
}

#body-container nav ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    margin: 0 10px;
}

#body-container nav ul li a,
#body-container nav ul li a:after,
#body-container nav ul li a:before {
    transition: all 0.5s;
}

.flex_list {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.flag_right_header {
    display: flex;
    align-items: center;
    margin-left: 32px;
}

.pd_right {
    padding-right: 20px;
}

.img_header_one {
    width: 50px;
    height: 50px;
}

.container_one {
    margin-right: 81px;
}

.about_container {
    display: flex;
    width: 960px;
    height: 600px;
    background: var(--main-background);
    border-radius: 50px;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 40px;
}

.picture_intita {
    width: 75px;
    height: 75px;
    cursor: pointer;
}

.container_intita {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 174px;
    align-items: center;
}

.text_intita {
    margin-left: 16px;
}

.text_one {
    color: var(--white);
    padding-top: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
}

.text_two {
    color: var(--white);
    text-align: center;
    padding-top: 40px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0em;
}

.container_about_one {
    width: 371px;
    height: 71px;
    background: var(--container-about-one);
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0em;
    padding: 16px 17px 16px 18px;
    margin: 0 auto;
    margin-top: 107px;
    color: var(--white);
}

.container_about_two {
    width: 371px;
    height: 92px;
    background: var(--container-about-two);
    border-radius: 0px 30px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0em;
    padding: 16px 44px 16px 44px;
    margin: 0 auto;
    margin-top: 24px;
}

#body-container{
    margin-top: 140px;
}

.container_about_three {
    width: 371px;
    height: 72px;
    background: var(--container-about-three);
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 24px;
    text-align: center;
    font-size: 18px;
    padding: 16px 71px 16px 71px;
    color: var(--white);
}

.container_about_four {
    width: 371px;
    height: 55px;
    background: var(--container-about-four);
    padding: 16px 57px 16px 57px;
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 24px;
    border-radius: 0 25px;
    text-align: center;
}

.container_Technologi {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.picture_technologies {
    width: 50px;
    height: 50px;
}

.text_technologies {
    font-size: 16px;
    padding-top: 8px;
    text-align: center;
    line-height: 20px;
}

.container_Technologies {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 640px;
    margin-bottom: 80px;
}

.text_technologi {
    font-size: 40px;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: 0em;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 24px;
}

.container_mobile_footer {
    display: none;
}

.picture_website {
    width: 75px;
    height: 75px;
}

.container_laptop_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 16px;
}

.item {
    list-style-type: none;
    display: inline;
    padding-left: 16px;
}

.link {
    color: black;
    text-decoration: none;
    font-size: 18px;
}

.flex_container {
    display: flex;
}

.list {
    padding: 0;
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
}

.link_footer_one {
    margin-right: 24px;
    margin-left: 29px;
}

.link:hover {
    color: black;
}

.picture_fachebook {
    width: 50px;
    height: 50px;
}

.picture_instagram {
    width: 50px;
    height: 50px;
}

.container_students {
    background-color: var(--main-background);
    margin: 0 auto;
    margin-bottom: 40px;
    width: 960px;
    margin-top: 40px;
    border-radius: 50px;
    padding-bottom: 40px;
}

.text_team {
    color: var(--white);
}

.picture_team {
    border-radius: 100px 100px 100px 0px;
    width: 100px;
    height: 100px;
}

.container_student_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
}

.name_student {
    color: var(--white);
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    width: 91px;
}

.about_students {
    color: var(--white);
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
}

.picture_linkedin {
    width: 25px;
    height: 25px;
}

.container_students_laptop {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: 40px;
}

.container_student {
    margin-right: 50px;
}

.container_header {
    display: flex;
    align-items: center;
    padding: 16px;
    width: 885px;
    justify-content: space-between;
}

.btn-1:link,
.btn-1:visited {
    text-decoration: none;
    position: relative;
    width: 202px;
    height: 40px;
    top: 0;
    left: 0;
    font-size: 14px;
    text-align: center;
    padding-top: 11px;
    border-radius: 8.53px;
    display: inline-block;
    transition: all 0.5s;
    border: none;
    background-color: var(--btn);
    font-weight: 700;
}

.btn-white {
    color: var(--white);
}

.btn-1:hover {
    background: var(--btn-hover);
    transform: translateY(-3px);
}

.btn-1:active {
    background: var(--btn-active);
}

.btn-1:disabled {
    background: var(--btn-disable);
}

.btn-1-bottom-animation-1 {
    animation: comeFromBottom 1s ease-out 0.8s;
}

.btn-1::after {
    content: "";
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    border-radius: 40px;
    display: inline-block;
    z-index: -1;
    transition: all 0.5s;
    border-radius: 25px 25px 0 25px;
}

.btn-animation-1:hover::after {
    transform: scaleX(1.4) scaleY(1.4);
    opacity: 0;
}

@keyframes comeFromBottom {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

footer {
    position: relative;
}

.foter_mobile {
    width: 960px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding-bottom: 24px;
}

.progect {
    color: var(--color-blocks-100);
    width: 591px;
}

#dix_button {
    position: fixed;
    right: 30px;
    bottom: 364px;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    width: 1024px;
}

#topBtn {
    cursor: pointer;
    width: 50px;
    background: var(--white);
    border-radius: 50%;
}

    @media screen and (max-width: 1023px) {

        nav ul li a {
            padding: 0;
        }

        #dix_button {
            width: auto;
        }

        .progect {
            width: 449px;
        }

        .foter_mobile {
            width: 736px;
            display: flex;
            justify-content: space-around;
            margin: 0 auto;
            padding-top: 40px;
            padding-bottom: 24px;
        }

        .mentors_text {
            font-size: 28px;
        }

        .item {
            padding-left: 8px;
        }

        .container_student {
            margin-right: 32px;
        }

        .container_students_laptop {
            margin-left: 46px;
        }

        .text_team {
            font-size: 28px;
            line-height: 33px;
            letter-spacing: 0em;
            padding-top: 24px;
        }

        .container_students {
            width: 736px;
            border-radius: 40px;
        }

        .container_Technologies {
            margin-bottom: 0;
        }

        .link_footer_one {
            margin-right: 16px;
            margin-left: 18px;
        }

        .picture_fachebook {
            width: 40px;
            height: 40px;
        }

        .picture_instagram {
            width: 40px;
            height: 40px;
        }

        .container_laptop_footer {
            width: auto;
            justify-content: center;
        }

        .link {
            font-size: 14px;
        }

        .text_technologi {
            font-size: 28px;
            line-height: 33px;
            letter-spacing: 0.05em;
        }

        .retreat_three_laptop {
            margin-right: 0;
        }

        .container_one {
            margin-right: 81px;
        }

        .about_container {
            width: 736px;
            height: 455px;
            border-radius: 40px;
            margin: 0 auto;
        }

        .picture_intita {
            width: 112px;
            height: 112px;
        }

        .container_intita {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 116px;
        }

        .text_intita {
            font-size: 36px;
            font-weight: 400;
            line-height: 42px;
            letter-spacing: 0em;
            margin-left: 16px;
            margin-bottom: 13px;
        }

        .text_one {
            padding-top: 40px;
            text-align: center;
            font-size: 24px;
            font-weight: 300;
            line-height: 20px;
            letter-spacing: 0em;
        }

        .text_two {
            text-align: center;
            padding-top: 40px;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0em;
        }

        .container_about_one {
            width: 303px;
            height: 71px;
            border-radius: 50px;
            text-align: center;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0em;
            padding: 16px 18px 16px 18px;
            margin: 0 auto;
            margin-top: 48px;
        }

        .container_about_two {
            width: 303px;
            height: 92px;
            border-radius: 0px 30px;
            text-align: center;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0em;
            padding: 16px 40px 16px 40px;
            margin: 0 auto;
            margin-top: 24px;
        }

        .container_about_three {
            width: 303px;
            height: 72px;
            border-radius: 50px;
            margin: 0 auto;
            margin-top: 24px;
            font-size: 14px;
            text-align: center;
            padding: 16px 47px 16px 47px;
            line-height: 20px;
        }

        .container_about_four {
            width: 303px;
            height: 53px;
            padding: 16px 50px 16px 51px;
            font-size: 14px;
            line-height: 25px;
            margin: 0 auto;
            margin-top: 24px;
            border-radius: 0 25px;
        }

        .img_header_one {
            width: 40px;
            height: 40px;
        }

        .br_header {
            height: 30px;
        }

        .translate {
            font-size: 14px;
        }

        .container_header {
            display: flex;
            align-items: center;
            padding: 16px;
            width: 736px;
            justify-content: space-between;
        }
    }

    @media screen and (max-width: 767px) {
        #body-container{
            margin-top: 110px;
        }

        
        .list{
            flex-direction: column;
        }

        .picture_intita {
            width: 52px;
            height: 52px;
        }

        .text_intita{
            margin-left: 0;
            margin-top: 49px;
            height: 52px;
            display: inline-flex;
        }

        .link_intita{
            font-size: 15px;
            width: 70px;
            height: 35px;
            display: block;
        }

        .link_intita span{
            font-size: 14px;
            font-weight: 400;
        }

        .progect {
            padding-bottom: 16px;
            width: 388px;
            text-align: center;
            margin: 0 auto;
        }

        .btn_progect_br {
            border: none;
            background: var(--btn);
            color: var(--white);
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0em;
            width: 169px;
            height: 35px;
            box-shadow: 0px 3.0381836891174316px 3.0381836891174316px 0px #d9d9d999;
            border-radius: 25px 25px 0 25px;
            margin: 0;
        }

        .foter_mobile {
            width: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-bottom: 24px;
        }

        .mentors_laptop {
            justify-content: center;
        }

        .width_container {
            margin-left: 0;
            margin-right: 0;
        }

        .mentors_laptop {
            display: flex;
            justify-content: space-around;
            margin-top: 77px;
            width: 591px;
            margin: 0 auto;
            margin-top: 72px;
        }

        .mentors_text {
            text-align: center;
            padding-top: 40px;
            padding-bottom: 10px;
            font-size: 24px;
        }

        .linkidin {
            width: 25px;
            height: 25px;
            margin-right: 9px;
            margin-bottom: 3px;
        }

        .mentor_pictire {
            width: 100px;
            position: relative;
            height: 100px;
            z-index: 11;
            bottom: 45px;
        }

        .mentors {
            background: var(--main-background);
            width: 180px;
            height: 120px;
            display: flex;
            justify-content: center;
            border-radius: 0px 25px;
            flex-direction: column;
            align-items: center;
        }

        .mySwiper {
            display: none;
        }

        .flex_mentors {
            color: var(--white);
            display: flex;
            position: relative;
            bottom: 29px;
            font-size: 16px;
            align-items: center;
            line-height: 19px;
            font-weight: 300;
            margin-right: 8px;
            z-index: 23;
        }

        .container_students_laptop {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 0 auto;
            margin-left: 0;
        }

        .text_team {
            text-align: center;
            font-size: 24px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0em;
            padding-top: 16px;
        }

        .about_students {
            margin-top: 8px;
            margin-bottom: 8px;
            color: var(--white);
            font-size: 14px;
            line-height: 16px;
        }

        .name_student {
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0em;
            text-align: left;
            width: 91px;
        }

        .container_student_text {
            display: flex;
            flex-direction: column;
            margin-left: 20px;
            align-items: flex-start;
            margin-top: 0;
        }

        .container_student {
            display: flex;
            margin-left: 65px;
            margin-top: 24px;
        }

        .picture_linkedin {
            width: 25px;
            height: 25px;
        }

        .picture_team {
            width: 100px;
            height: 100px;
        }

        .container_laptop_footer {
            display: none;
        }

        .picture_fachebook {
            width: 50px;
            height: 50px;
            margin-right: 40px;
        }

        .picture_instagram {
            width: 50px;
            height: 50px;
        }

        .container_mobile_footer {
            display: flex;
            justify-content: center;
            padding-top: 40px;
            padding-bottom: 16px;
        }

        .text_technologi {
            padding: 0;
            text-align: center;
            font-size: 24px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0.05em;
        }

        .retreat_two {
            margin-left: 8px;
        }

        .retreat_three {
            line-height: 20px;
        }

        .text_technologies {
            color: var(--color-blocks-100);
            font-size: 14px;
            padding-top: 8px;
        }

        .container_Technologi {
            margin-right: 24px;
            margin-top: 24px;
        }

        .container_Technologies {
            width: 385px;
        }

        .retreat_three {
            margin-top: 24px;
        }

        .retreat {
            margin-right: 17px;
        }

        .about_container {
            width: 415px;
            height: 630px;
            border-radius: 15px;
            display: block;
        }

        .container_one {
            margin: 0;
        }

        .container_intita {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 0px;
        }

        .text_intita {
            font-size: 24px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0em;
        }

        .text_one {
            padding-top: 16px;
            text-align: center;
            font-size: 22px;
            font-weight: 300;
            line-height: 20px;
            letter-spacing: 0em;
        }

        .text_two {
            text-align: center;
            padding-top: 16px;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0em;
        }

        .container_about_one {
            width: 240px;
            height: 93px;
            border-radius: 50px;
            text-align: center;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0em;
            padding: 16px;
            margin: 0 auto;
            margin-top: 40px;
        }

        .container_about_one-en {
            height: 70px;
        }

        .container_about_two {
            width: 240px;
            height: 112px;
            border-radius: 0px 30px;
            text-align: center;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0em;
            padding: 16px;
            margin: 0 auto;
            margin-top: 16px;
            padding-top: 18px;
        }

        .container_about_two-en {
            height: 96px;
        }

        .cont_en {
            padding-top: 24px;
        }

        .container_about_three {
            width: 240px;
            height: 65px;
            background: var(--container-about-three);
            border-radius: 50px;
            margin: 0 auto;
            margin-top: 16px;
            font-size: 14px;
            text-align: center;
            padding: 16px 24px 16px 24px;
        }

        .container_about_three-en {
            height: 70px;
        }

        .container_about_four {
            width: 240px;
            height: 57px;
            padding: 16px 21px 16px 21px;
            font-size: 14px;
            line-height: 25px;
            margin: 0 auto;
            margin-top: 16px;
            border-radius: 0 25px;
        }

        .blur_container_br {
            display: block;
            margin-bottom: 40px;
        }

        .container_header {
            display: none;
        }

        .header_container {
            display: flex;
            justify-content: space-between;
            width: 415px;
            margin: 0 auto;
            padding-top: 16px;
            padding-bottom: 16px;
        }

        .img_logo_header {
            width: 50px;
            height: 50px;
        }

        .img_burger {
            width: 30px;
            height: 18px;
            margin-top: 16px;
        }

        .offcanvas.offcanvas-end {
            display: block;
            position: fixed;
            right: 0;
            top: 0;
            transition: all 0.9s ease 0s;
            z-index: 1;
            font-size: 18px;
            height: 300px;
            width: 250px !important;
            line-height: 1;
        }

        .posterior_background {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
        }

        .flex_en_two {
            padding-top: 23px;
            padding-left: 40px;
        }

        .br_header {
            height: 30px;
            position: relative;
            margin-left: 8px;
            margin-right: 8px;
        }

        .cross {
            height: 23px;
            width: 23px;
            top: 26px;
            right: 20px;
            cursor: pointer;
            position: absolute;
        }

        .burger_menu_top {
            margin-top: 10px;
            padding-left: 0;
            margin-bottom: 0;
        }

        .item_burger_one {
            list-style-type: none;
            margin: 0px auto 0px 40px;
        }

        .ln_height_br {
            line-height: 18.75px;
        }

        .link_burger {
            text-decoration: none;
            color: black;
            font-size: 17px;
        }

        .item_burger {
            display: flex;
            justify-content: flex-start;
            width: 76%;
            margin: 16px auto 0 40px;
        }

        .item_burger_bt {
            display: flex;
            justify-content: flex-start;
            width: 76%;
            margin: 16px 0px 0 24px;
        }

        .link_burger_button {
            text-align: center;
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
            border-top-right-radius: 30px;
            background: #fcf7e3;
            box-sizing: border-box;
            text-decoration: none;
            color: black;
            display: flex;
            align-items: center;
            font-size: 14px;
            height: 36px;
            padding-left: 16px;
        }

        .ln_height_one {
            line-height: 16.41px;
        }

        .item_burger_button {
            margin: 16px 16px 0px 16px;
            list-style-type: none;
        }

        .aside_burger {
            display: flex;
            justify-content: center;
        }

        .link_br_tel {
            margin-top: 16px;
        }

        .bold {
            font-weight: 700;
        }

        .email_burger {
            margin-top: 16px;
            font-weight: 400;
        }

        .share_burger {
            font-size: 16px;
            margin-top: 24px;
            text-align: center;
        }

        .facebook_burger {
            margin-top: 8px;
        }

        .aside_burger_top {
            margin-top: 16px;
        }

        .flex_burger {
            display: flex;
            text-decoration-color: #666;
            margin-bottom: 18px;
        }

        .img_developer_burger {
            margin-right: 16px;
        }

        .ln_height_two {
            line-height: 14.06px;
        }

        .aside_text_burger {
            font-size: 12px;
            color: #666666;
            line-height: 16px;
        }

        .container_students {
            width: 415px;
            margin-bottom: 40px;
            border-radius: 15px;
        }

        .link_ln {
            text-decoration: none;
        }
    }

    @media screen and (max-width: 600px) {

        .progect {
            padding-bottom: 16px;
            width: 340px;
            text-align: center;
            margin: 0 auto;
        }

        .mentors_laptop {
            display: none;
        }

        .mySwiper {
            display: block;
        }

        .swiper {
            width: 100%;
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            background-position: center;
            background-size: cover;
            width: 100%;
            height: 120px;
            transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
            margin: 0 auto;
        }

        .swiper {
            width: 100%;
            padding-top: 63px;
            padding-bottom: 30px;
        }

        .swiper-3d .swiper-slide-shadow-left,
        .swiper-3d .swiper-slide-shadow-right {
            border-radius: 0px 25px;
            background-image: none;
        }

        .swiper-android .swiper-slide {
            transform: translate3d(0px, 0, 0) !important;
            border-radius: 0px 25px;
            margin: 0 auto;
        }

        .swiper-wrapper {
            width: 196px;
        }

        .mentors {
            width: 180px;
            height: 120px;
            display: flex;
            justify-content: center;
            border-radius: 0px 25px;
            flex-direction: column;
            align-items: center;
        }

        .mentor_pictire {
            width: 100px;
            position: relative;
            height: 100px;
            z-index: 11;
            bottom: 45px;
        }

        .flex_mentors {
            display: flex;
            position: relative;
            bottom: 29px;
            font-size: 16px;
            align-items: center;
            line-height: 19px;
            font-weight: 300;
            margin-right: 8px;
            z-index: 23;
        }

        .linkidin {
            width: 25px;
            height: 25px;
            margin-right: 9px;
            margin-bottom: 3px;
        }

        .swiper-pagination-bullet,
        .swiper-pagination-bullet-active {
            background: var(--first_main_color_variation_one);
            opacity: 1;
        }

        .swiper-pagination-bullet-active {
            background: var(--first_main_color_variation_three);
        }

        .swiper-horizontal>.swiper-pagination-bullets,
        .swiper-pagination-bullets.swiper-pagination-horizontal,
        .swiper-pagination-custom,
        .swiper-pagination-fraction {
            bottom: var(--swiper-pagination-bottom, 8px);
            top: var(--swiper-pagination-top, auto);
            width: 100%;
        }

        .linkidin {
            width: 25px;
            height: 25px;
            margin-right: 9px;
            margin-bottom: 3px;
        }

        .mentor_pictire {
            width: 100px;
            position: relative;
            height: 100px;
            z-index: 11;
            bottom: 45px;
        }

        .mentors {
            width: 180px;
            height: 120px;
            display: flex;
            justify-content: center;
            border-radius: 0px 25px;
            flex-direction: column;
            align-items: center;
        }

        .container_student {
            margin-left: 40px;
        }

        .header_container {
            width: 340px;
        }

        .about_container {
            width: 340px;
        }

        .container_Technologies {
            width: 340px;
        }

        .container_students {
            width: 340px;
        }

        .retreat_three {
            margin: 0;
            margin-top: 24px;
        }

        #dix_button {
            display: none;
        }
    }

    @media screen and (max-width: 475px) {
        .link_burger {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 375px) {
        .progect {
            padding-bottom: 16px;
            width: 288px;
            text-align: center;
            margin: 0 auto;
        }

        .container_Technologies {
            width: 288px;
        }

        .header_container {
            width: 288px;
        }

        .about_container {
            width: 288px;
        }

        .container_students {
            width: 288px;
        }

        .container_student {
            margin-left: 24px;
        }
    }