@import url(font.css);
@import url(animation.css);

:root {
    font-family: sans-serif;
    --main-color: #e63030;
    --main-color-2: #ff3535;
    --main-color-3: #262626;
}
.header_content-login-btn {
    text-wrap: nowrap;
    padding: 11px 10px;
    border-radius: 12px;
    font-size: 13px;
    background: transparent;
    border: 1px solid #dee2e5;
    cursor: pointer;
}

.logo img {
    max-width: 250px;
}

.section-title h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.partnors-home-card {
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0 25px 20px -20px;
}

.partnors-home-card img {
    max-width: 270px;
    width: 100%;
    height: 120px;
    object-fit: contain;
}

/*****PRICE-FORM START*****/
#price-form .modal-content {
    padding: 20px 0 0 0;
    max-width: 500px;
    margin: auto;
}

#price-form .modal-body {
    padding: 10px 40px 40px 40px;
}
#price-form .modal-title {
    font-size: 18px !important;
}
#price-form .modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid var(--main-color);
}

#price-form .modal-title {
    font-weight: 700;
    color: #000;
}
#price-form input.effect,
#price-form .custom-form select.effect {
    height: 50px;
}

#price-form .effect,
.projects-full-story__form .effect {
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    margin: 0 0 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

#price-form .modal-content .btn-close {
    display: block;
    height: 20px;
    opacity: 0.5;
    position: absolute;
    right: 50px;
    top: 34px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-backdrop {
    opacity: 0.8 !important;
}
#price-form .btn-close:focus {
    box-shadow: none !important;
}

#price-form .submit-btn:hover {
    background-color: #742220;
}

#price-form .submit-btn,
.projects-full-story__form .submit-btn {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

.logo {
    color: var(--main-color);
    font-weight: 900;
    font-size: 25px;
    white-space: nowrap;
}

.logo span {
    font-size: 12px;
}

/* Body */
body {
    background: #f8f8f8;
}

/* Container */
.container {
    max-width: 1400px;
    padding: 16px 24px;
    margin: auto;
}

/**************** Header start ****************/
.header {
    position: relative;
    z-index: 999;
    position: fixed;
    background: #fff;
    width: 100%;
}

.header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1vw;
}

.header_content-logo {
    display: flex;
    gap: 16px;
}

.header_content-logo svg {
    width: 51px;
    height: 51px;
}

.header_content-login {
    display: flex;
    gap: 1vw;
    align-items: center;
}

.header_content-login-btn {
    text-wrap: nowrap;
    padding: 11px 10px;
    border-radius: 12px;
    font-size: 13px;
    background: transparent;
    border: 1px solid #dee2e5;
    cursor: pointer;
}

.header_content-login-btn--red {
    background: var(--main-color-2);
    color: white;
}

.header_content-login-menu {
    display: none;
}

.header_content-login-menu-icon {
    display: block;
    width: 34px;
    height: 2px;
    background: #000;
    margin: 6px 0;
    transition: all 0.3s ease-out;
}

.header_navigation {
    display: flex;
}

.header_navigation-filter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header_navigation_links {
    display: flex;
    gap: 1vw;
    margin: auto;
    transition: 0.3s;
}

.header_navigation_links_item a {
    font-size: 14px;
    line-height: 120%;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
    text-wrap: nowrap;
}

.header_navigation_links_item a:hover {
    color: var(--main-color-2);
}

/* 
.header_navigation_links_item--popup-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header_navigation_links_item--popup-wrapper span,
.header_navigation_links_item--popup-wrapper svg {
  font-size: 14px;
  position: relative;
  cursor: pointer;
  z-index: 9;
}

.header_navigation_links_item--popup-wrapper:hover svg path {
  stroke: var(--main-color-2) !important;
  transition: 0.3s;
}

.header_navigation_links_item--popup-wrapper:hover
  .header_navigation_links_item_popup {
  display: grid;
} */

.header_navigation_links_item_popup {
    display: none;
    width: 130%;
    gap: 8px;
    position: absolute;
    top: -16px;
    left: -16px;

    color: #575757;
    background: white;
    padding: 48px 16px 16px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    scale: 1;
    animation: popupHover 280ms;
}

.header_navigation_links_item_popup_item {
    padding: 4.8px;
}

.header .close-btn {
    /* display: none; */
    position: absolute;
    top: 30px;
    right: -400px;
    z-index: 999;
    width: 35px;
    height: 35px;
    transition: 0.3s;
}

/**************** promo-section start ****************/

.promo-section {
    font-family: "Styrene A Web";
    position: relative;
    padding: 140px 0;
    background: url(../img/hero-bg.jpg) center/cover no-repeat;
}

.promo-section::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: #070f24;
    opacity: 0.8;
}

.promo-section .promo-inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    gap: 0 50px;
}

.promo-section_nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 17px;
    font-size: 23px;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
}

.promo-section_title {
    color: white;
}

.promo-section_title h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 60px;
}

.promo-section_title span {
    color: var(--main-color-2);
}

.promo-section_title h2 {
    font-weight: 500;
    font-size: 23px;
    line-height: 130%;
    margin-top: 27px;
    font-weight: 700;
}

.promo-section_title p {
    margin-top: 50px;
    font-weight: 300;
    font-size: 21px;
    line-height: 130%;
    margin-bottom: 23px;
    font-family: "Styrene A Web";
}

.promo-section_form {
    margin-top: 60px;
}

.promo-section_form_input-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.promo-section_form_input-wrapper_label {
    position: relative;
    width: 100%;
}

.promo-section_form_input-wrapper_label span {
    position: absolute;
    z-index: 3;
    left: 0;
    top: -5px;
    font-size: 16px;

    pointer-events: none;
    opacity: 0.7;
    transition: all 0.3s ease-out;
    color: white;
}

.promo-section_form_input-wrapper_label:focus-within span {
    font-size: 13px;
}

.promo-section_form_input-wrapper_label_input {
    width: 100%;
    height: 56px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-family: "Styrene A Web", Arial, Tahoma, sans-serif;
    background: transparent;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.7);
    transition: all 0.3s ease-out;
}

.promo-section_form_button {
    margin-top: 35px;
    background: var(--main-color);
    height: 83px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    max-width: fit-content;
    width: 100%;
}

.promo-section_form_button:hover {
    opacity: 0.8;
}

.promo-section_form_button_icon {
    min-width: 38px;
    min-height: 38px;
    border-radius: 100%;
    background: #0000001a;
    margin-left: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-section_form_button_icon svg {
    width: 17px;
}

.promo-section_stats-section {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.promo-section_stats-section_item {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    color: white;
    padding-bottom: 30px;
}

.promo-section_stats-section_item .promo-section_stats-section_number {
    font-weight: 700;
    font-size: 48px;
}

.promo-section_stats-section_item p {
    font-family: "Styrene A Web";
}

/**************** about start ****************/

.about {
    position: relative;
    z-index: 1;
}

.about .about__inner {
    padding: 90px 100px;
    background-color: var(--main-color-2);
}

.about .about__inner .promo-section_form_button {
    background: white;
    color: black;
    height: auto;
    padding: 15px 20px;
    max-width: 220px;
    width: 100%;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.about .about__inner h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
    max-width: 760px;
    font-family: "Styrene A Web";
}

.about .about__inner h3 {
    font-family: "Styrene A Web";
    line-height: 1.2;
    margin-bottom: 50px;
    max-width: 960px;
    color: #fddfe4;
    margin-top: -10px;
    font-size: 19px;
}

.about .about__inner__bottom {
    margin-top: 40px;
    color: #fff;

    span {
        color: white;
    }
}

/**************** business start ****************/
.business {
    margin-top: 110px;
}

.business .business__inner {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.business .business__inner .business__inner__left h3 {
    margin-bottom: 45px;
    font-family: "Styrene A Web";
}

.business .business__inner .business__inner__left img {
    width: 100%;
    /* min-width: 580px; */
    /* min-height: 389px; */
    object-fit: cover;
    border-radius: 20px;
}

.business .business__inner .business__inner__right {
    list-style: disc;
    max-width: 600px;
}

.business .business__inner .business__inner__right__item {
    margin-bottom: 20px;
    padding-left: 20px;
    font-family: "Styrene A Web";
    font-size: 20px;
    font-weight: 300;
    color: var(--main-color-3);
}

.business .business__inner .business__inner__right__item::marker {
    color: var(--main-color);
}

/* competence start */
.competence-section {
    margin-top: 150px;
}

.competence-section .competence-section__inner {
    position: relative;
}

.competence-section__content {
    margin-bottom: 20px;
    background-color: var(--main-color-2);
    color: #ffffff;
    max-width: 75%;
    padding: 120px 110px 120px 40px;
    font-family: "Styrene A Web";
}

.competence-section__content h1 {
    font-size: 48px;
    font-weight: bold;
}

.competence-section__content p {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 300;
}

.competence-section__image {
    position: absolute;
    right: 0;
    top: -15%;
    max-width: 26.625rem;
}

.competence-section__image img {
    width: 100%;
    height: auto;
}

/* Presentation start */
.presentation {
    margin-top: 130px;
}

.presentation-box {
    max-width: 650px;
    border-left: 1px solid black;
    padding-left: 20px;
    margin-bottom: 50px;
}

.presentation-box-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
 
}

.presentation-box h3 {
  font-size: 30px!important;
}

.presentation .presentation__inner {
    border: 1px solid #e5e5e5;
}

.presentation .presentation__right {
}

.presentation .presentation__left {
    flex: 1;
}

.presentation .presentation__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.presentation .presentation__right {
    padding: 65px 53px 65px 76px;
}

.presentation .presentation__right h3 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 33px;
}

.presentation .presentation__right h4 {
    line-height: 1.3;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: "Styrene A Web";
}

.presentation .presentation__right ul {
    list-style-type: disc;
}

.presentation .presentation__right ul li {
    font-family: "Styrene A Web";
    color: var(--main-color-3);
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 300;
}

.presentation .presentation__right ul li::marker {
    color: var(--main-color);
}

.presentation .presentation__inner .licence {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
    cursor: pointer;

    span {
        font-family: "Styrene A Web";
        font-weight: 300;
        color: var(--main-color);
    }
}

.presentation .presentation__inner .licence svg {
    width: 15px;
    height: 15px;
}

/* diploma start */
.diploma .diploma__inner {
    display: flex;
    font-family: "Styrene A Web";
    padding: 149px 82px;
    gap: 4%;
    margin-bottom: 50px;
    background: var(--main-color-2);
}

.diploma .diploma__image {
    min-height: 392px;
    object-fit: cover;
}

.diploma .diploma__inner .diploma__left-col {
    min-width: 530px;
}

/* .diploma .diploma__inner .diploma__left-col,
.diploma .diploma__inner .diploma__right-col {
  flex: 1;
} */

.diploma .diploma__inner .diploma__right-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

.diploma .diploma__title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.diploma .diploma__description {
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: -4px;
    font-weight: 300;
}

.diploma .diploma__details {
    opacity: 0.56;
    font-size: 13px;
    font-weight: 300;
    max-width: 368px;
    line-height: 120%;
    color: #fff3f5;
}

/* formats start */
.formats {
    margin-bottom: 84px;
    font-family: "Styrene A Web";
}

.formats h2,
.business .business__inner .business__inner__left h3 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
}

.formats .formats__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.formats .formats__col {
    border-top: 1px solid #0000001c;
    display: flex;
}

.formats .formats__col__number {
    padding-top: 40px;
    border-top: 2px solid var(--main-color-2);
    max-width: 200px;
    width: 100%;
    margin-top: -1px;

    margin-right: 20px;
    font-size: 150px;
    font-weight: 300;
    color: var(--main-color-2);
}

.formats .formats__col__text {
    padding-top: 40px;
}

.formats .formats__col__text h3 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    color: var(--main-color-3);
    text-transform: uppercase;
}

.formats .formats__col__text p {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 130%;
}

/* Footer start */
footer {
    margin-top: -45px;
    color: white;
    background: #18191a;
}

footer a:hover {
    text-decoration: underline;
}

footer .footer__inner {
    padding: 48px 24px 24px;
}

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

footer .footer__top .footer__top__logo {
    display: flex;
    gap: 15px;
}

footer .footer__top .footer__top__logo svg:first-child {
    width: 50px;
    height: 50px;
}

footer .footer__top .footer__top__logo svg:last-child {
    margin-top: -10px;
    width: 70px;
    height: 70px;
}

footer .footer__top__nav {
    display: flex;
    align-items: center;
    gap: 3%;
}

footer .footer__top__nav__item a,
footer .info {
    font-size: 14px;
    text-wrap: nowrap;
}

footer
    .footer__number_wrapper_item:not(.footer__number_wrapper_item:last-child) {
    margin-bottom: 15px;
}

footer .footer__number_wrapper_item p {
    color: #979ba0;
    font-size: 12px;
    font-weight: 400;
}

/* Footer bottom start */
.footer__bottom {
    border-top: 1px solid var(--main-color-3);
    padding-top: 24px;
    margin-top: 20px;
}

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

.footer__bottom ul li a {
    font-size: 14px;
    color: #979ba0;
    text-wrap: nowrap;
}

/* Slider start */
/* 1021 */
.mySwiper {
    width: 70vw;
    height: 100%;
}

.mySwiper .swiper-slide {
    height: 550px;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper__btn {
    background-color: #ff3535; /* Arxa fon rəngi */
    color: white; /* Mətn rəngi */
    border: none; /* Haşiyəni çıxart */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;

    &::after {
        font-size: 22px;
    }
}

.swiper__btn:hover {
    background-color: #e02e2e;
}

.swiper__btn {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1322px) {
    /**************** 1322 promo-section start ****************/
    .promo-section .promo-inner {
        flex-direction: column;
    }

    .promo-section_stats-section {
        grid-template-columns: repeat(4, 1fr);
    }

    /* 1322 diploma start */
    .diploma .diploma__inner {
        padding: 120px 50px;
    }

    /* 1322 formats start */
    .formats .formats__inner {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 1021px) {
    /* 1021 swiper start */

    .mySwiper {
        width: 100%;
    }
    .mySwiper .swiper-slide {
        height: auto;
    }

    /**************** 1021 Header start ****************/

    .header.active .header_navigation::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #000000a1;
    }

    .header .header_navigation_links {
        gap: 0;
        padding: 80px 0 20px 0;
        flex-direction: column;
        position: fixed;
        right: -300px;
        top: 0;
        width: 300px;
        height: 100vh;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        z-index: 99;
    }

    .header.active .header_navigation_links {
        right: 0;
    }

    .header .header_navigation_links_item a {
        padding: 20px;
        font-size: 16px;
        border-bottom: 1px solid black;
    }

    .header.active .close-btn {
        right: 20px;
    }

    .header_content-login-menu {
        display: block;
    }

    .header_content-login-btn--red {
        display: none;
    }

    /************** 1021 promo-section start ****************/
    .promo-section {
        padding-top: 82px;
    }

    .promo-section .container {
        max-width: 650px;
    }

    .promo-section_title h1 {
        font-size: 27px;
        line-height: 47px;
    }

    .promo-section_nav {
        font-size: 20px;
    }

    .promo-section_form_input-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .promo-section_form_button {
        max-width: 290px;
    }

    .promo-section_stats-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .promo-section_stats-section_item {
        border: none;
    }

    /* 1021 business start */
    .business .business__inner {
        flex-direction: column;
    }

    .business .business__inner__left img {
        min-width: 0 !important;
    }

    .business .business__inner__right {
        padding-left: 24px;
    }

    /* 1021 competence start  */

    .competence-section .competence-section__content {
        max-width: 100%;
        padding: 60px 15px;
    }

    .competence-section .competence-section__content h1 {
        font-size: 37px;
    }

    .competence-section .competence-section__content p {
        font-size: 16px;
    }

    .competence-section .competence-section__image {
        position: relative;
        margin: clamp(-300px, 10vw, -400px) auto 0 auto;
        max-width: 503px;
        width: 100%;
    }

    /* 1021 presentation start */
    .presentation .presentation__inner {
        flex-direction: column;
    }

    .presentation .presentation__left img {
        max-height: 700px;
    }

    /* 1021 diploma start */
    .diploma .diploma__inner {
        flex-direction: column;
        padding: 60px 50px;
    }

    .diploma .diploma__left-col {
        min-width: 0 !important;
    }

    .diploma .diploma__image {
        min-height: auto;
        object-fit: initial;
    }

    .diploma .diploma__title {
        font-size: 44px;
        margin-top: 20px;
    }

    /* 1021 formats start */

    .formats .formats__col__number {
        font-size: 120px;
    }

    .formats .formats__col__text {
        padding-top: 40px;
    }

    .formats .formats__col__text h3 {
        font-size: 17px;
    }

    .formats .formats__col__text p {
        font-size: 16px;
    }

    /* Footer top start */
    footer .footer__top__nav {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}

/**************** 768 RESPONSIVE ****************/
@media only screen and (max-width: 768.98px) {
    .logo img {
        max-width: 200px;
        height: 60px;
    }
    .presentation-box h3 {
        font-size: 20px!important;
    }
    .presentation-box {
        padding-left: 15px;
    }
    .business {
        margin-top: 50px;
    }
    .competence-section,
    .presentation {
        margin-top: 50px;
    }

    .formats {
        margin-bottom: 40px;
    }

    .formats .formats__inner {
        gap: 40px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    /************** 768 promo-section start ****************/

    .promo-section .container {
        max-width: 100%;
    }

    .promo-section_nav {
        font-size: 14px;
    }

    /* .promo-section_title h1 {
    font-size: 40px;
    line-height: 45px;
  } */

    .promo-section_title h2,
    .promo-section_title p {
        font-size: 17px;
    }

    .promo-section_form_input-wrapper {
        grid-template-columns: 1fr;
    }

    .promo-section_form_button {
        max-width: 250px;
        height: 75px;
    }

    /************** 768 about start ****************/
    .about .about__inner {
        padding: 50px 30px;
    }

    .about .promo-section_form_button {
        max-width: 100% !important;
        padding: 20px 0 !important;
    }

    /* 768 business start */
    .business .business__inner .business__inner__left h3 {
        text-align: center;
    }

    .business .business__inner .business__inner__right__item {
        font-size: 16px;
    }

    /* 768 competence */
    .competence-section .competence-section__content h1 {
        font-size: 23px;
    }

    .competence-section .competence-section__content p {
        font-size: 15px;
    }

    /* 768 presentation */
    .presentation .presentation__right h3 {
        font-size: 36px;
    }

    .presentation .presentation__right h4 {
        font-size: 16px;
    }

    .presentation .presentation__right {
        padding: 10px;
    }

    .presentation .presentation__right ul {
        padding-left: 24px;
    }

    /* 768 diploma */
    .diploma .diploma__inner {
        padding: 60px 10px;
    }

    .diploma .diploma__title {
        font-size: 36px;
        margin-top: 20px;
    }

    /* 768 formats start */
    .formats .formats__col {
        flex-direction: column;
    }

    .formats .formats__col__text {
        padding-top: 0;
    }

    .formats h2,
    .business .business__inner .business__inner__left h3 {
        font-size: 28px;
    }

    /* 768 Footer top start */
    footer .footer__top {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    footer .footer__top__nav {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer__number_wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    /* 768 footer bottom start */
    footer .footer__bottom ul {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}

@media only screen and (max-width: 600px) {
    footer .logo span {
        font-size: 11px;
    }

    /* 600 header start */
    .header_content-login-btn {
        display: none;
    }

    /************** 600 promo-section start ****************/
    .promo-section_title h1 {
        font-size: 20px;
        line-height: 32px;
    }

    .promo-section_form_button {
        max-width: 100%;
    }

    .promo-section_stats-section {
        grid-template-columns: 1fr;
        text-align: center;
    }

    /************** 600 about start ****************/

    .about .about__inner h2 {
        font-weight: 400;
        font-size: 28px;
    }

    .about .about__inner h3 {
        font-size: 16px;
    }

    .about .about__inner__bottom {
        font-size: 13px;
    }

    /* 600  presentation */
    .presentation .presentation__right h3 {
        font-size: 28px;
    }

    .presentation .presentation__right h4 {
        font-size: 15px;
    }

    /* 600 comptence */
    .competence-section .competence-section__image {
        margin-top: -30px;
    }
}
