:root {
    --font-family: "Mulish", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "TT Travels", sans-serif;
}

@keyframes first_show {
    0% { opacity: 0 }
    100% { opacity: 1}
}

/* Стрелка скролла(для адаптива) */
@keyframes slideRight {
    0% { transform: translateX(0); }
    50% { transform: translateX(10px); }
    100% { transform: translateX(0); }
}

html {
    scroll-behavior: smooth;
}

body {
    animation: first_show 0.5s linear;
    position: relative;
    min-height: 100vh;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}
.container {
    max-width: 1160px;
    margin: 0 auto;
}
.visible-mobile {
    display: none;
}

.courses {
    overflow: hidden;
    background-color: white;
    position: relative;
    z-index: 1;
}
.coursesall__text {
    padding-top: 50px;
}
.courseall__text-title {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 48px;
    line-height: 150%;
    color: #7f61dd;
    width: 421px;
    min-height: 126px;
}
.courseall__text-p {
    max-width: 481px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: #000;
}
.coursesall__block {
    padding-top: 59px;
    position: relative;
}
.coursesall__block-button {
    width: 377px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a8eb66;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 30px;
    color: black;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: 0.4s;
}

.block_section-courses {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: rgb(255, 255, 255);
}
.block1_section-courses {
    left: -16px;
    top: 115px;
    transform-origin: center;
    transform: rotateZ(225deg);
}
.block2_section-courses {
    left: 362px;
    bottom: 56px;
    transform-origin: center;
    transform: rotateZ(226deg);
}
.coursesall {
    display: flex;
    gap: 284px;
}
.coursesall__img {
    position: relative;
    padding-top: 50px;
}
.coursesall__img :last-child {
    position: absolute;
    bottom: 54px;
    left: 275px;
}
.sitebuilding {
    padding-top: 107px;

}
.sitebuilding-title {
    padding-bottom: 30px;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 48px;
    color: #000;

}
.sitebuild-word {
    color: #7f61dd;
}
.sitebuilding-text {
    max-width: 985px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: #000;
}
.sitebuilding__container :last-child {
    margin-top: 25px;
}
.sitebuilding-word {
    color: #7f61dd;
}
.alldetails {
    padding-top: 82px;
}
.details_up {
    max-width: 1204px;
    display: flex;
    gap: 78px;
}
.details_down {
    max-width: 1204px;
    display: flex;
    gap: 100px;
    padding-top: 26px;
}
.details__teachers {
    display: flex;
    gap: 12px;
    width: 565px;
}
.details__teachers > img {
    padding: 0 0 80px 0;
}
.details__teachers-about {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    color: black;
    width: 519px;
}
.red__teacher-word {
    color: #e44a77;
    font-weight: 800;
}
.details__projects {
    display: flex;
    gap: 12px;
    width: 518px;
}
.details__projects-about {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    color: #000;
    width: 481px;
}
.blue__project-word {
    color: #0af;
    font-weight: 800;
}
.details__projects > img {
    padding: 0 0 80px 0;
}
.details__grafic {
    display: flex;
    gap: 12px;
    width: 565px;
}
.details__grafic > img {
    padding: 0 0 80px 0;
}
.details__grafic-about {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    color: #000;
    width: 497px;
}
.green__grafic-word {
    color: #92da63;
    font-weight: 800;
}
.details__sertify {
    display: flex;
    gap: 12px;
    width: 565px;
}
.details__sertify > img {
    padding: 0 0 80px 0;
}
.details__sertify-about {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    color: #000;
    max-width: 486px;
}
.purple__sertify-word {
    font-weight: 800;
    color: #7f61dd;
}
.consultation {
    background-color: #e44a77;
    background-size: cover;
    overflow: hidden;
}
.consultation__form {
    padding-top: 125px;
    padding-bottom: 125px;
    display: flex;
    flex-direction: column;
}
.consultation__form > h2 {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 48px;
    color: #fff;
    padding-bottom: 10px;
}
.consultation__form-solovey {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.consultation__form-solovey > input {
    border-radius: 14px;
    border: none;
    width: 565px;
    height: 55px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #7F7F7F;
    padding-left: 26px;
}
.consultation__form-solovey > button {
    margin-top: 15px;
    border-radius: 14px;
    width: 565px;
    height: 55px;
    background-color: #00abf9;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    border: none;
    cursor: pointer;
}
.privacy {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    max-width: 517px;
    padding-top: 12px;
    padding-bottom: 20px;
}
.privacy-line {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 2.2px;
    color: #fff;
}
.consultation_ {
    position: relative;
}
.consultation__images > :first-child {
    bottom: 0;
    position: absolute;
    z-index: 1;
    left: 620px;
}
.consultation__images {
    margin-left: 200px;
}
.designmoment {
    position: absolute;
    bottom: 460px;
    left: 900px;
    z-index: 2;
}

.consultation__images>span {
    position: absolute;
    top: 82px;
    left: 930px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    width: 151px;
    z-index: 3;
}

.kodatzdes {
    position: absolute;
    left: 520px;
    top: 80px;
    width: 203px;
    height: 53px;
}

.checkmark {
    position: absolute;
    overflow: hidden;
}

.checkone {
    left: 840px;
    top: 80px;
}

.checktwo {
    left: 1100px;
    top: 0px;
}

.checkthree {
    left: 1200px;
    top: 150px;
}

.checkfour {
    left: 980px;
    top: 360px;
}

.checkfive {
    left: 1000px;
    top: 600px;
}

.checksix {
    left: 1150px;
    top: 530px;
}

.checkseven {
    top: 93%;
    left: 1200px;
}

.checkacht {
    top: 50%;
    left: 640px;
}

.checknein {
    left: 1310px;
    top: 430px;
}

.checkoneone {
    left: 1150px;
    top: 310px;
}

.checkonetwo {
    left: 990px;
    top: 462px;
}

.checkonethree {
    left: 1230px;
    top: 480px;
}

.checkonefour {
    left: 1050px;
    top: 246px;
}

.check15 {
left: 1265px;
top: 25px;
rotate: 180deg;
}

.check16 {
left: 1056px;
top: 666px;
rotate: 180deg;
}

.check17 {
left: 918px;
top: 7px;
rotate: 180deg;
}

.check18 {
left: 1088px;
top: 418px;
rotate: 180deg;
}

.check19 {
left: 859px;
top: 259px;
rotate: 180deg;
}

.check20 {
left: 1320px;
top: 230px;
rotate: 180deg;
}

.check21 {
left: 1361px;
top: -9px;
rotate: 180deg;
}

.check22 {
left: 1282px;
top: 562px;
rotate: 180deg;
}

.check23 {
left: 943px;
top: 194px;
rotate: 180deg;
}

.check24 {
left: 1384px;
top: 514px;
rotate: 180deg;
}

.check25 {
left: 1345px;
top: 95px;
rotate: 180deg;
}

.check26 {
left: 1246px;
top: 365px;
rotate: 180deg;
}

.check27 {
left: 1397px;
top: 377px;
rotate: 180deg;
}
.demand-specialists__title {
    font-family: var(--font-family);
    font-size: 48px;
    line-height: 50.2px;
    font-weight: 800;
    color: #000;
}
.demand-specialists__about {
    max-width: 851px;
    padding-top: 48px;
}
.demand-specialists__about > h2 {
    padding-bottom: 5px;
}
.demand-specialists__about > p {
    padding-bottom: 49px;
}
.demand-specialists__description {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: #000;
    width: 553px;

}
.presentation-cards {
    display: flex;
    justify-content: center;
    gap: 35px;
}
.presentation-card__image {
    transition: 1s ease;
    z-index: 1;
    width: 600px;
    height: 420px;
    border-radius: 20px;
    position: absolute;
    overflow: hidden;
    filter: brightness(0.6);
}
.presentation-card__conditions {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.presentation-card__content {
    margin-left: 30px;
    z-index: 3; /* Текст поверх псевдоэлемента */
    position: relative; /* Без использования абсолютного позиционирования */
}
.presentation-card__title {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 48px;
    color: #fff;
}
.presentation-card__languages {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.presentation-card__html {
    width: 60.18px;
    height: 26.85px;
    border-radius: 24px;
    background-color: rgba(146, 218, 99, 1);
    color: rgba(0, 0, 0, 1);
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 18.15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.presentation-card__css {
    width: 50.18px;
    height: 26.85px;
    border-radius: 24px;
    background-color: rgba(127, 97, 221, 1);
    color: rgba(255, 255, 255, 1);
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 18.15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.presentation-card__age {
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 13px;
    width: 92px;
    height: 28px;
    font-size: 16px;
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.presentation-card__time {
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 13px;
    width: 101px;
    height: 28px;
    font-size: 16px;
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.presentation-card__about {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}
.presentation-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 570px;
    height: 420px;
    border-radius: 20px;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
    position: relative;
}

.presentation-card__c {
    width: 50.18px;
    height: 26.85px;
    border-radius: 24px;
    background-color: rgba(146, 218, 99, 1);
    color: rgba(0, 0, 0, 1);
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 18.15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.about_courses {
    display: flex;
    text-align: center;
    flex-flow: column wrap;
    row-gap: 34px;
    padding-top: 34px;
    padding-bottom: 100px;

}
section.about_courses .courses__header {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.courses__list {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    height: max-content;
    column-gap: 28px;
    padding-bottom: 40px;
    margin-bottom: -40px;
}

/* Карточка курса */
.courses__card {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 350px;
    height: 500px;
    border: 2px solid #E44A77;
    border-radius: 38px;
    flex-shrink: 0;
}
/* Затухание справа */
.courses__list::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; /* Вычитаем padding-bottom */
    width: 40px; /* Ширина градиента */
    pointer-events: none; /* Позволяет взаимодействовать с контентом под градиентом */
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 1)
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}
.courses__list.is-scrollable::after {
    opacity: 1;
}
/* Подсказска скролла */
.scroll-hint {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    animation: slideRight 1.5s infinite;
    z-index: 1;
    display: none;
}

/* Скрываем подсказку после первой прокрутки */
.courses__list.scrolled .scroll-hint,
.courses__list.scrolled::after {
    display: none;
}
/* Заголовок */
.courses__card-header {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 2px solid #E44A77;
}
.card__header-left {
    padding: 32px 0;
}
/* Статичная ширина текста */
.courses__card-header h3 {
    font-size: 22px;
}
.courses__card-description {
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 40px 30px;
    font-size: 16px;
    row-gap: 20px;
}
.courses__card-price {
    width: 100%;
    position: absolute;
    bottom: 50px;
}
.courses__card-price h3 {
    font-size: 28px;
}
.courses__card-button a {
    width: 101%;
    height: 70px;
    position: absolute;
    right: -2px;
    bottom: -30px;
    font-family: var(--font-family);
    font-size: 17px;
    color: #fff;
    background-color: #e44a77;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.1s linear;
}


/* Базовые классы */
.text_purple {
    color: #7f61dd;
}
.text_pink {
    color: #e44a77;
}
.text_extrabold {
    font-weight: 800;
}


.enrollment {
    background: #e44a77;
    padding-top: 49px;
    padding-bottom: 75px;
    position: relative;
    overflow: hidden;
}

.enrollment__head-title {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 48px;
    color: #fff;
    margin-bottom: 4px;
}

.enrollment__head-text {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    max-width: 541px;
}

.enrollment__form {
    display: flex;
    align-items: center;
    margin-top: 43px;
}

.form__input, .form__input2, .form__input3{
    padding-left: 20px;
    border: none;
    border-radius: 11px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #7f7f7f;
    width: 220px;
    height: 60px;
}

.form__input2, .form__input3{
    margin-left: 15px;
}

.form__button {
    position: relative;
    z-index: 1;
    font-size: 16px;
    border: none;
    background: #0aa9ff;
    color: #fff;
    cursor: pointer;
    border-radius: 11px;
    width: 360px;
    height: 60px;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    z-index: 2;
    margin-left: 79px;
}


.enrollment__wrapper{
    position: relative;
}

.enrollment__star{
    position: absolute;
    left: 930px;
    top: -57px;
    z-index: 1;
}

.enrollment__rock{
    position: absolute;
    left: 740px;
    top: -15px;
}
.about_hexlet {
    position: relative;
    z-index: 2;
    background: #020202;
    padding-top: 77px;
    padding-bottom: 75px;
}

.about_hexlet__head {
    display: flex;
}

.about_hexlet__head-title {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 48px;
    line-height: 106%;
    color: #fff;
    margin: 0;
    padding-bottom: 24px;
    max-width: 550px;
}

.about_hexlet__head-details {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    width: 618px;
}



.about_hexlet__head img {
    border-radius: 20px;
    max-width: 424px;
    margin-left: 99px;
}

.about_hexlet__advantages {
    display: flex;
    justify-content: space-between;
}

.about_hexlet__advantages-titles {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    color: #92da63;
    margin: 0;
    margin-bottom: 19px;
    margin-top: 115px;
}

.about_hexlet__advantages-texts {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.about_hexlet__advantages-flexibility .about_hexlet__advantages-texts{
    max-width: 310px;
    min-height: 139px;
}

.about_hexlet__advantages-relevance .about_hexlet__advantages-texts{
    max-width: 348px;
    min-height: 92px;
}

.about_hexlet__advantages-soft .about_hexlet__advantages-texts{
    max-width: 295px;
    min-height: 138px;
}
.transition {
    background: #7f61dd;
    padding-top: 33px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.transition__wrapper {
    display: flex;
    position: relative;
}

.transition__content {
    display: inline-block;
}

.transition__content-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
}

.transition__content-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 0;
    max-width: 679px;
}

.transition__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    width: 292px;
    height: 50px;
    background: #a8eb66;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 68px;
    margin-left: 154px;
    z-index: 2;
}

.transition__backmark1 {
    position: absolute;
    left: 1117px;
    top: -46px;
}

.transition__backmark2 {
    position: absolute;
    left: 1211px;
    top: -46px;
}

.transition__backmark3 {
    position: absolute;
    left: 1287px;
    top: -46px;
}

.transition__backmark4 {
    position: absolute;
    left: 1116px;
    top: 10px;
}

.transition__backmark5 {
    position: absolute;
    left: 1157px;
    top: -28px;
}

.transition__backmark6 {
    position: absolute;
    left: 1235px;
    top: -31px;
}

.transition__backmark7 {
    position: absolute;
    left: 1311px;
    top: 7px;
}

.transition__backmark8 {
    position: absolute;
    left: 1198px;
    top: 11px;
}

.transition__backmark9 {
    position: absolute;
    left: 1232px;
    top: 60px;
}

.transition__backmark10 {
    position: absolute;
    left: 1280px;
    top: 40px;
}

.transition__backmark11 {
    position: absolute;
    left: 1186px;
    top: 87px;
}

.transition__backmark12 {
    position: absolute;
    left: 1260px;
    top: 90px;
}

.transition__backmark13 {
    position: absolute;
    left: 1311px;
    top: 89px;
}

.transition__backmark14 {
    position: absolute;
    left: 1117px;
    top: 112px;
}

.transition__backmark15 {
    position: absolute;
    left: 1192px;
    top: 140px;
}

.transition__backmark15V2 {
    position: absolute;
    top: 130px;
    left: 1070px;
}

.transition__backmark15V3 {
    position: absolute;
    top: 40px;
    left: 1160px;
    transform: rotateY(180deg);
}

.transition__backmark16 {
    position: absolute;
    left: 1232px;
    top: 115px;
}

.transition__backmark17 {
    position: absolute;
    left: 1337px;
    top: -46px;
}

.transition__backmark18 {
    position: absolute;
    left: 1431px;
    top: -46px;
}

.transition__backmark19 {
    position: absolute;
    left: 1507px;
    top: -46px;
}

.transition__backmark20 {
    position: absolute;
    left: 1356px;
    top: 30px;
}

.transition__backmark21 {
    position: absolute;
    left: 1380px;
    top: -20px;
}

.transition__backmark22 {
    position: absolute;
    left: 1455px;
    top: -31px;
}

.transition__backmark23 {
    position: absolute;
    left: 1530px;
    top: 7px;
}

.transition__backmark24 {
    position: absolute;
    left: 1418px;
    top: 11px;
}

.transition__backmark25 {
    position: absolute;
    left: 1452px;
    top: 60px;
}

.transition__backmark26 {
    position: absolute;
    left: 1500px;
    top: 40px;
}

.transition__backmark27 {
    position: absolute;
    left: 1390px;
    top: 60px;
}

.transition__backmark28 {
    position: absolute;
    left: 1486px;
    top: 90px;
}

.transition__backmark29 {
    position: absolute;
    left: 1530px;
    top: 89px;
}

.transition__backmark30 {
    position: absolute;
    left: 1357px;
    top: 112px;
}

.transition__backmark31 {
    position: absolute;
    left: 1412px;
    top: 130px;
}

.transition__backmark32 {
    position: absolute;
    left: 1452px;
    top: 115px;
}

.text_underline--gray {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.8);
    text-underline-offset: 2px;
}

.footer {
    padding-top: 28px;
    background-color: #000;
    padding-bottom: 48px;
}

.footer__wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer__title  {
    font-family: var(--mulish-font);
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    padding-bottom: 18px;
    text-decoration: none;
}

.footer__link {
    font-family: var(--mulish-font);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    transition: 0.3s linear;
}



.footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer__social {
    display: flex;
    column-gap: 12px;
}

.footer__social-link {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.footer__phone {
    font-family: var(--mulish-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin-top: 12px;
    text-decoration:none;
    transition: 0.3s linear;
}

.footer__button {
    border-radius: 15px;
    width: 274px;
    height: 55px;
    background: #e44a77;
    text-decoration: none;
    font-family: var(--mulish-font);
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
    cursor: pointer;
    border: none;
    transition: 0.1s linear;
}



.footer__sections {
    display: flex;
    width: 475px;
    justify-content: space-between;
}

.footer__copyright {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.48);
    padding-top: 32px;
    margin-top: 41px;
}
.footer__copyright-image {
    width: 260px;
}

.copyright__main-text {
    font-family: var(--mulish-font);
    font-weight: 800;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0.8;
    color: #fff;
    width: 410px;
    margin-bottom: 15px;
}

.copyright__main-text a{
    color: #fff;
}

.footer__copyright-political {
    text-decoration: none;
    width: 274px;
    font-family: var(--mulish-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    transition: 0.1s linear;
}



/* Media запросы */

@media (hover: hover) and (pointer: fine) {
    .presentation-card:hover .presentation-card__image  {
        margin-top: 30px;
        transform: scale(1.2);
        filter: brightness(0.3);
    }
    .coursesall__block-button:hover {
        color: #e44a77;
    }
    .footer__button:hover{
        background: #fff;
        color: #e44a77;
       border: #e44a77 solid 1px;
    }
    .footer__link:hover, .footer__phone:hover, .footer__copyright-political:hover{
        color: #e44a77;
    }
    .courses__card-button a:hover{
        background: #fff;
        color: #e44a77;
        border: #e44a77 solid 1px;
    }
}

/* Адаптация для планшетов */
@media screen and (min-width: 481px) and (max-width: 768px) {
    .container {
        width: 90vw;
        margin: 0 auto;
    }
    .visible-mobile {
        display: block;
    }

    /* карточки со скроллом */
    section.about_courses {
        padding-bottom: 80px;
    }
    .courses__list {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
    section.about_courses .courses__header {
        font-size: 30px;
        margin-bottom: 38px;
    }
    .courses__card {
        width: 325px;
        height: 500px;
    }
    .courses__card-price {
        bottom: 70px;
    }
    .courses__card-price h3 {
        font-size: 24px;
    }
    .courses__card-button a {
        height: 65px;
        bottom: -10px;
    }
}
@media screen and (min-width: 660px) and (max-width: 768px) {
    .container {
        width: 90vw;
        margin: 0 auto;
    }

    .visible-mobile {
        display: block;
    }


    /* Курсы от колледжа */

    .coursesall__text {
        padding: 5px 0;
    }
    .courseall__text-title {
        display: none;
    }
    .courseall__title-mobile {
        font-family: var(--font-family);
        font-weight: 800;
        font-size: 48px;
        line-height: 108%;
        color: #7f61dd;
        width: 409px;
        padding-bottom: 14px;
    }
    .courseall__text-p {
        display: none;
    }
    .courseall__p-mobile {
        display: none;
    }
    .courseall__p-planshet {
        display: block;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 20px;
        color: #000;
        width: 537px;
    }
    .coursesall__img {
        display: none;
    }
    .coursesall__block {
        padding-top: 10px;
    }
    .coursesall__block-button {
        width: 620px;
        height: 114px;
        font-family: var(--font-family);
        font-weight: 800;
        font-size: 43px;
        color: #fff;
        margin-top: 29px;
    }
    .block_section-courses {
        width: 50px;
        height: 50px;
    }
    .block1_section-courses {
        left: -25px;
        top: 130px;
        transform-origin: center;
        transform: rotateZ(225deg);
    }
    .block2_section-courses {
        left: 595px;
        bottom: 89px;
        transform-origin: center;
        transform: rotateZ(226deg);
    }


    /* Сайтбилдинг */

    .sitebuilding-title {
        text-transform: uppercase;
        width: 625px;
        font-size: 40px;
        padding-bottom: 12px;
    }
    .sitebuilding-text {
        width: 599px;
    }


    /* наставники, магические стрелки ***** */

    .details_up, .details_down {
        display: none;
    }
    .details_up-mobile, .details_down-mobile {
        display: none;
    }
    .teachers-planshet, .grafic-planshet, .projects-planshet, .sertify-planshet {
        display: flex;
        gap: 16px;
    }
    .grafic-planshet, .projects-planshet, .sertify-planshet {
        padding-top: 43px;
    }
    .sertify-planshet {
        padding-bottom: 45px;
    }
    .teachers-planshet > span {
        max-width: 555px;
    }
    .grafic-planshet {
        max-width: 599px;
    }
    .projects-planshet {
        max-width: 558px;
    }
    .sertify-planshet {
        max-width: 549px;
    }
    .textmark-planshet {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 19px;
        color: #000;
    }

    /* Карточки IT спец. */

    .presentation-cards {
        flex-wrap: wrap;
    }
    .presentation-card__title {
        font-size: 35px;
    }

    /* Бесплатная консультация */
    .consultation__images, .kodatzdes {
        display: none;
    }
    .consultation__form > h2 {
        font-size: 40px;
    }
    .consultation__form-solovey > input {
        width: 100%;
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 20px;
        color: #7f7f7f;
    }
    .consultation__form {
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 34px;
    }
    .consultation__form-solovey > button {
        width: 100%;
        min-height: 57px;
    }


    /* Если у вас остались вопросы */
    .enrollment__head-title {
        font-family: var(--font-family);
        font-weight: 800;
        font-size: 40px;
        color: #fff;
    }
    .enrollment__head-text {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        max-width: 620px;
    }
    .enrollment__form > form > :nth-child(7) {
        display: none;
    }
    .enrollment {
        padding: 20px 0 0 0;
    }
    .form__input, .form__input3 {
        width: 140px;
        height: 49px;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
    }
    .form__input2 {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 13px;
        width: 140px;
        height: 49px;
        margin: 0;
    }
    .form__button {
        width: 160px;
        height: 49px;
        font-size: 18px;
        font-weight: 800;
        position: relative;
        margin: 0;
        left: 450px;
        bottom: 50px;
    }
    .enrollment__star {
        top: 0;
        left: 400px;
        width: 264px;
        height: 235px;
    }
    .enrollment__rock {
        top: -35px;
        left: -30px;
        width: 113px;
        height: 112px;

    }

    /* О хекслет колледже */
    .about_hexlet__head {
        display: block;
    }
    .about_hexlet__head-title {
        max-width: 612px;
        font-size: 40px;
    }
    .about_hexlet__head-details {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        width: 618px;
    }
    .about_hexlet__head img {
        margin-top: 64px;
    }
    .about_hexlet__advantages {
        gap: 59px;
    }
    .about_hexlet__advantages-titles {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 24px;
        color: #92da63;
        margin-top: 56px;
    }
    .about_hexlet__advantages-soft {
        display: none;
    }

    /* переход на сайт кж */
    .transition__wrapper {
        display: block;
    }
    .transition__btn {
        width: 100%;
        margin: 46px 0 0 0;
        height: 75px;
        font-size: 30px;
    }

    /* футер */
    .footer {
        overflow: hidden;
    }
    .footer__copyright {
        display: none;
    }
    .footer__title {
        font-size: 34px;
        width: max-content;
        margin-bottom: 10px;
    }
    .footer__button {
        border-radius: 12px;
        width: 196px;
        height: 61px;
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 20px;
        color: #fff;
        position: relative;
        right: -50px;
    }
    .footer__sections {
        display: block;
    }
    .footer__section-about {
        margin-top: 38px;
    }
    .footer__section-contacts {
        margin-top: 170px;
        position: relative;
    }
    .footer__link {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 20px;
        color: #fff;
        width: max-content;
    }
    .footer__phone {
        font-size: 20px;
    }
    .footer__social {
        column-gap: 15px;
    }
    .footer__section-contacts > h3, .footer__social, .footer__phone {
        margin-left: 50px;
    }
    .footer__social-link, .footer__social-link > svg {
        width: 36px;
        height: 36px;
    }
}

@media screen and (min-width: 481px) and (max-width: 659px) {
    .container {
        width: 85vw;
        margin: 0 auto;
    }
    .visible-desktop {
        display: none;
    }
    .visible-mobile {
        display: block;
    }
    /* Курсы от колледжа */
    .coursesall__text {
        padding: 5px 0;
    }
    .courseall__text-title {
        display: none;
    }
    .courseall__title-mobile {
        font-family: var(--font-family);
        font-weight: 800;
        font-size: 40px;
        line-height: 108%;
        color: #7f61dd;
        width: 409px;
        padding-bottom: 14px;
    }
    .courseall__text-p {
        display: none;
    }
    .courseall__p-mobile {
        display: none;
    }
    .courseall__p-planshet {
        display: block;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 20px;
        color: #000;
        width: 437px;
    }
    .coursesall__img {
        display: none;
    }
    .coursesall__block {
        padding-top: 0px;
    }
    .coursesall__block-button {
        width: 460px;
        height: 84px;
        font-family: var(--font-family);
        font-weight: 800;
        font-size: 43px;
        color: #fff;
        margin-top: 20px;

    }
    .block_section-courses {
        width: 50px;
        height: 50px;
    }
    .block1_section-courses {
        left: -25px;
        top: 65px;
        transform-origin: center;
        transform: rotateZ(225deg);
    }
    .block2_section-courses {
        left: 440px;
        bottom: 60px;
        transform-origin: center;
        transform: rotateZ(226deg);
    }

    /* Сайтбилдинг */
    .sitebuilding {
        padding-top: 50px;
    }

    /* магические стрелки **** */
    .details_up, .details_down {
        display: none;
    }
    .details_up-mobile, .details_down-mobile {
        display: none;
    }
    .teachers-planshet, .grafic-planshet, .projects-planshet, .sertify-planshet {
        display: flex;
        gap: 16px;
    }
    .grafic-planshet, .projects-planshet, .sertify-planshet {
        padding-top: 43px;
    }
    .sertify-planshet {
        padding-bottom: 45px;
    }
    .teachers-planshet > span {
        max-width: 555px;
    }
    .grafic-planshet {
        max-width: 599px;
    }
    .projects-planshet {
        max-width: 558px;
    }
    .sertify-planshet {
        max-width: 549px;
    }
    .textmark-planshet {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 19px;
        color: #000;
    }

    /* Карточки IT спец. */

    .demand-specialists__title {
        font-size: 30px;
        line-height: 37.65px;
        font-weight: 800;
    }
    .demand-specialists__description {
        font-size: 15px;
        line-height: 18.83px;
        font-weight: 400;
        width: 100%;
    }
    .demand-specialists__about > p {
        padding-bottom: 20px;
    }
    .presentation-card__image > img {
        width: 490px;
    }
    .presentation-card {
        height: 310px;
        width: 390px;
        gap: 0;
    }
    .presentation-card__image {
        display: flex;
        justify-content: center;
        width: 390px;
        height: 310px;
    }
    .presentation-card__title {
        font-size: 28.29px;
        line-height: 28.88px;
        font-weight: 800;
        padding-top: 15px;
    }
    .presentation-card__about {
        font-size: 15.79px;
        line-height: 17.14px;
    }


        /* Бесплатная консультация */
    .consultation__images, .kodatzdes {
        display: none;
    }
    .consultation__form > h2 {
        font-size: 40px;
    }
    .consultation__form-solovey > input {
        width: 100%;
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 20px;
        color: #7f7f7f;
    }
    .consultation__form {
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 34px;
    }
    .consultation__form-solovey > button {
        width: 100%;
        min-height: 57px;
    }

    /* Если у вас остались вопросы */
    .enrollment__head-title {
        font-family: var(--font-family);
        font-weight: 800;
        font-size: 40px;
        color: #fff;
    }
    .enrollment__head-text {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        max-width: 620px;
    }
    .enrollment__form > form > :nth-child(7) {
        display: none;
    }
    .enrollment {
        padding: 20px 0 0 0;
    }
    .form__input, .form__input3 {
        width: 140px;
        height: 49px;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
    }
    .form__input2 {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 13px;
        width: 140px;
        height: 49px;
        margin: 0;
    }
    .form__button {
        width: 160px;
        height: 49px;
        font-size: 18px;
        font-weight: 800;
        position: relative;
        margin: 0;
        left: 440px;
        bottom: 50px;
    }
    .enrollment__star {
        top: 0;
        left: 400px;
        width: 264px;
        height: 235px;
    }
    .enrollment__rock {
        top: -35px;
        left: -30px;
        width: 113px;
        height: 112px;

    }

    /* IT карточки спец */
    .presentation-cards {
        flex-wrap: wrap;
    }


    /* О хекслет колледже */
    .about_hexlet__head {
        display: block;
    }
    .about_hexlet__head-title {
        font-size: 40px;
    }
    .about_hexlet__head-details {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        width: 600px;
    }
    .about_hexlet__head  img {
        margin-top: 64px;
        position: relative;
        right: 100px;
    }
    .about_hexlet__advantages {
        gap: 59px;
    }
    .about_hexlet__advantages-titles {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 24px;
        color: #92da63;
        margin-top: 56px;
    }
    .about_hexlet__advantages-soft {
        display: none;
    }


    /* переход на сайт кж */
    .transition__wrapper {
        display: block;
    }
    .transition__btn {
        width: 100%;
        margin: 46px 0 0 0;
        height: 75px;
        font-size: 30px;
    }


    /* футер */
    .footer {
        overflow: hidden;
    }
    .footer__copyright {
        display: none;
    }
    .footer__title {
        font-size: 34px;
        width: max-content;
        margin-bottom: 10px;
    }
    .footer__button {
        border-radius: 12px;
        width: 170px;
        height: 61px;
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 20px;
        color: #fff;
        position: relative;
        right: 0px;
    }
    .footer__sections {
        display: block;
    }
    .footer__section-about {
        margin-top: 38px;
    }
    .footer__section-contacts {
        margin-top: 170px;
        position: relative;
    }
    .footer__link {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 20px;
        color: #fff;
        width: max-content;
    }
    .footer__phone {
        font-size: 20px;
    }
    .footer__social {
        column-gap: 15px;
    }

    .footer__social-link, .footer__social-link > svg {
        width: 36px;
        height: 36px;
    }
}

@media screen and (min-width: 528px) and (max-width: 649px) {
    .consultation__images, .kodatzdes {
        display: none;
    }
    .consultation__form > h2 {
        font-size: 35px;
    }
    .consultation__form-solovey > input {
        width: 100%;
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 20px;
        color: #7f7f7f;
    }
    .consultation__form {
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 34px;
    }
    .consultation__form-solovey > button {
        width: 100%;
        min-height: 57px;
    }

    /* IT карточки спец */
    .presentation-cards {
        flex-wrap: wrap;
    }

    /* Если у вас остались вопросы */
    .enrollment__head-title {
        font-family: var(--font-family);
        font-weight: 800;
        font-size: 40px;
        color: #fff;
    }
    .enrollment__head-text {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        max-width: 620px;
    }
    .enrollment__form > form > :nth-child(7) {
        display: none;
    }
    .enrollment {
        padding: 20px 0 0 0;
    }
    .form__input, .form__input3 {
        width: 140px;
        height: 49px;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
    }

    .form__input2 {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 13px;
        width: 140px;
        height: 49px;
        margin: 0;

    }
    .form__button {
        width: 100%;
        height: 49px;
        font-size: 18px;
        font-weight: 800;
        position: relative;
        left: 0;
        margin-top: 60px;
    }
    .enrollment__star {
        top: 0;
        left: 400px;
        width: 264px;
        height: 235px;
    }
    .enrollment__rock {
        top: -35px;
        left: -30px;
        width: 113px;
        height: 112px;

    }



    /* О хекслет колледже */
    .about_hexlet__head {
        display: block;
    }
    .about_hexlet__head-title {
        max-width: 612px;
        font-size: 40px;
    }
    .about_hexlet__head-details {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        width: 400px;
    }
    .about_hexlet__head  img {
        margin-top: 64px;
        position: relative;
        right: 80px;
    }
    .about_hexlet__advantages {
        gap: 59px;
    }
    .about_hexlet__advantages-texts {
        width: 200px;
    }
    .about_hexlet__advantages-titles {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 24px;
        color: #92da63;
        margin-top: 56px;
    }
    .about_hexlet__advantages-soft {
        display: none;
    }

    /* футер */
    .footer {
        overflow: hidden;
    }
    .footer__copyright {
        display: none;
    }
    .footer__title {
        font-size: 34px;
        width: max-content;
        margin-bottom: 10px;
    }
    .footer__button {
        border-radius: 12px;
        width: 170px;
        height: 61px;
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 20px;
        color: #fff;
        position: relative;
        right: 0px;
    }
    .footer__sections {
        display: block;
    }
    .footer__section-about {
        margin-top: 38px;
    }
    .footer__section-contacts {
        margin-top: 170px;
        position: relative;
    }
    .footer__link {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 20px;
        color: #fff;
        width: max-content;
    }
    .footer__phone {
        font-size: 20px;
    }
    .footer__social {
        column-gap: 15px;
    }

    .footer__social-link, .footer__social-link > svg {
        width: 36px;
        height: 36px;
    }

}
@media screen and (min-width: 500px) and (max-width: 527px) {
    .consultation__images, .kodatzdes {
        display: none;
    }
    .consultation__form > h2 {
        font-size: 32px;
    }
    .consultation__form-solovey > input {
        width: 100%;
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 20px;
        color: #7f7f7f;
    }
    .consultation__form {
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 34px;
    }
    .consultation__form-solovey > button {
        width: 100%;
        min-height: 57px;
    }

    /* Если у вас остались вопросы */
    .enrollment__head-title {
        font-family: var(--font-family);
        font-weight: 800;
        font-size: 40px;
        color: #fff;
    }
    .enrollment__head-text {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        max-width: 620px;
    }
    .enrollment__form > form > :nth-child(7) {
        display: none;
    }
    .enrollment {
        padding: 20px 0 0 0;
    }
    .form__input, .form__input3 {
        width: 140px;
        height: 49px;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
    }

    .form__input2 {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 13px;
        width: 140px;
        height: 49px;
        margin: 0;

    }
    .form__button {
        width: 100%;
        height: 49px;
        font-size: 18px;
        font-weight: 800;
        position: relative;
        left: 0;
        margin-top: 60px;
    }
    .enrollment__star {
        display: none;
    }
    .enrollment__rock {
        top: -35px;
        left: -30px;
        width: 113px;
        height: 112px;
    }

    /* IT карточки спец */
    .presentation-cards {
        flex-wrap: wrap;
    }

    /* О хекслет колледже */
    .about_hexlet__head {
        display: block;
    }
    .about_hexlet__head-title {
        font-size: 40px;
    }
    .about_hexlet__head-details {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        width: 418px;
    }
    .about_hexlet__head img {
        margin-top: 64px;
        position: relative;
        right: 100px;
    }
    .about_hexlet__advantages {
        gap: 59px;
    }
    .about_hexlet__advantages-titles {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 24px;
        color: #92da63;
        margin-top: 56px;
    }
    .about_hexlet__advantages-soft {
        display: none;
    }
    /* футер */
    .footer {
        overflow: hidden;
    }
    .footer__copyright {
        display: none;
    }
    .footer__title {
        font-size: 20px;
        width: max-content;
    }
    .footer__button {
        border-radius: 11px;
        width: 196px;
        height: 43px;
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 20px;
        color: #fff;
        position: relative;
        right: 45px;
    }
    .footer__sections {
        display: block;
    }
    .footer__section-about {
        margin-top: 38px;
    }
    .footer__section-contacts {
        margin-top: 170px;
        position: relative;
    }
    .footer__link {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        width: 179px;
    }
    .footer__social {
        column-gap: 15px;
    }
    .footer__section-contacts > h3, .footer__social, .footer__phone {
        margin-left: 50px;
    }
    .footer__social-link, .footer__social-link > svg {
        width: 36px;
        height: 36px;
    }
}
@media screen and (max-width: 480px) {
    .container {
        width: 90vw;
        margin: 0 auto;
    }
    .visible-desktop {
        display: none;
    }
    .visible-mobile {
        display: block;
    }
    .courseall__text-title, .courseall__text-p {
        display: none;
    }


    /* Курсы от Хекслет Колледжа */
    .coursesall__img {
        display: none;
    }
    .courseall__p-planshet {
        display: none;
    }
    .courses {
        height: 256px;
        background-size: cover;
    }
    .coursesall__text {
        padding: 50px 0 0 0;
    }
    .courseall__title-mobile {
        font-family: var(--font-family);
        font-weight: 800;
        font-size: 30px;
        line-height: 90%;
        color: #7f61dd;
    }
    .courseall__p-mobile {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 15px;
        color: #000;
        width: 338px;
        padding: 11px 0;
    }
    .coursesall__block {
        padding: 17px 0;
    }
    .coursesall__block-button {
        width: 338px;
        height: 59px;
        font-size: 23px;
        color: white;

    }
    .block_section-courses {
        position: absolute;
        width: 32px;
        height: 32px;
        background-color: rgb(255, 255, 255);
    }
    .block1_section-courses {
        left: -16px;
        top: 61px;
        transform-origin: center;
        transform: rotateZ(225deg);
    }
    .block2_section-courses {
        left: 322px;
        bottom: 62px;
        transform-origin: center;
        transform: rotateZ(226deg);
    }


    /* Сайтбилдинг */

    .sitebuilding {
        padding: 51px 0 0 0;
    }
    .sitebuilding-title {
        text-transform: uppercase;
        font-size: 30px;
        width: 100%;
    }
    .sitebuilding-text {
        font-size: 15px;
        width: 100%;
    }


    /* карточки со скроллом */
    .courses__list {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
    /* Затухание справа */
    .courses__list::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%; /* Вычитаем padding-bottom */
        width: 40px; /* Ширина градиента */
        pointer-events: none; /* Позволяет взаимодействовать с контентом под градиентом */
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 1)
        );
    }
    /* Подсказска скролла */
    .scroll-hint {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        padding: 20px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        pointer-events: none;
        animation: slideRight 1.5s infinite;
        z-index: 1;
    }
    /* Скрываем подсказку после первой прокрутки */
    .courses__list.scrolled .scroll-hint,
    .courses__list.scrolled::after {
        display: none;
    }
    section.about_courses .courses__header {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .courses__card {
        width: 325px;
        height: 500px;
    }
    .courses__card-price {
        bottom: 70px;
    }
    .courses__card-price h3 {
        font-size: 24px;
    }
    .courses__card-button a {
        height: 65px;
        bottom: -10px;
    }

    /* Карточки IT спец. */

    .demand-specialists__title {
        font-size: 30px;
        line-height: 37.65px;
        font-weight: 800;
    }
    .demand-specialists__description {
        font-size: 15px;
        line-height: 18.83px;
        font-weight: 400;
        width: 100%;
    }
    .demand-specialists__about > p {
        padding-bottom: 20px;
    }
    .presentation-cards {
        flex-wrap: wrap;
    }
    .presentation-card__image > img {
        width: 432px;
    }
    .presentation-card {
        height: 340px;
        gap: 0;
    }
    .presentation-card__title {
        font-size: 28.29px;
        line-height: 28.88px;
        font-weight: 800;
        padding-top: 15px;
    }
    .presentation-card__about {
        font-size: 15.79px;
        line-height: 17.14px;
    }


    /* Все детали (стрелки магические) */
    .details_up, .details_down, .details-planshet {
        display: none;
    }
    .alldetails {
        padding-top: 22px;
    }
    .details_up-mobile {
        gap: 46px;
        display: flex;
        align-items: center;
    }
    .details_down-mobile {
        gap: 33px;
        display: flex;
        align-items: center;
        padding-top: 18px;
    }
    .sertify-mobile, .grafic-mobile, .practic-mobile, .teachers-mobile {
        display: flex;
        align-items: center;
        gap: 8px;

    }
    .textmark {
        font-family: var(--font-family);
        font-weight: 800;
        font-size: 12px;
    }
    .sertify__text {
        color: #7f61dd;
        width: 121px;
    }
    .grafic__text {
        color: #92da63;
        width: 95px;
    }
    .practic__text {
        color: #0af;
        width: 135px;
    }
    .teachers__text {
        color: #e44a77;
        width: 133px;
    }


    /* Бесплатная консультация */

    .consultation {
        margin-top: 28px;
    }
    .consultation__form {
        padding: 13px 0 20px 0;
    }
    .consultation__form > h2 {
        font-size: 25.5px;
    }
    .consultation__form-solovey > input {
        border-radius: 9px;
        width: 100%;
        height: 37px;
        font-weight: 600;
        font-size: 12px;
        padding-left: 20px;
    }
    .consultation__form-solovey {
        gap: 10px;
    }
    .consultation__form-solovey > button {
        width: 100%;
        height: 37px;
        font-size: 20px;
        margin-top: 5px;
    }
    .privacy {
        font-size: 8px;
        padding: 8px 0 0 0;
    }
    .privacy-line {
        text-underline-offset: 1.3px;
    }


    /* Секция об связи с колледжем */

    .enrollment {
        background: #e44a77;
        padding: 12px 0 52px;
        position: relative;
        overflow: hidden;
    }
    .enrollment__wrapper {
        padding: 0;
    }
    .enrollment__head-title {
        font-weight: 800;
        font-size: 30px;
        margin-bottom: 4px;
        line-height: 37.50px;
    }
    .enrollment__head-text {
        font-weight: 400;
        font-size: 15px;
        line-height: 18.50px;
        max-width: 100%;
    }
    .enrollment__form form {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .enrollment__form {
        margin-top: 18px;
    }
    .form__input,
    .form__input2,
    .form__input3,
    .form__button {
        font-weight: 400;
        font-size: 18px;
        width: 100%;
        margin: 0;
    }
    .enrollment__form form button:not(.visible-mobile) {
        display: none;
    }
    .enrollment__form form button.visible-mobile {
        font-weight: 800;
        margin-top: 7px;
    }
    .enrollment__rock {
        width: 113px;
        height: 112px;
        left: 0;
        top: -30px;
    }


    /* Секция о колледже в КЗ */

    .about_hexlet {
        padding: 18px 0 28px;
    }
    .about_hexlet__head-text > * {
        width: 100%;
        padding: 0;
    }
    .about_hexlet__head-title {
        font-size: 30px;
        padding: 0;
        line-height: 37.50px;
        margin-bottom: 16px;
    }
    .about_hexlet__head-details {
        font-weight: 400;
        font-size: 15px;
        line-height: 18.50px;
        padding: 0;
        margin-bottom: 16px;
    }
    .about_hexlet__head img {
        margin: 0;
        width: 100%;
        max-width: 100%;
        height: 276px;
        display: none;
    }
    .about_hexlet__head {
        margin-bottom: 36px;
        display: block;
    }
    .about_hexlet__advantages {
        padding: 0;
        flex-direction: column;
        gap: 32px;
    }
    .about_hexlet__advantages-titles {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .about_hexlet__advantages-soft {
        display: block;
    }
    .about_hexlet__advantages-relevance,
    .about_hexlet__advantages-soft,
    .about_hexlet__advantages-flexibility {
        max-width: 100%;
        width: 100%;
    }
    .about_hexlet__advantages-relevance > .about_hexlet__advantages-texts,
    .about_hexlet__advantages-soft > .about_hexlet__advantages-texts,
    .about_hexlet__advantages-flexibility > .about_hexlet__advantages-texts {
        min-height: max-content;
        max-width: 100%;
        font-weight: 400;
        font-size: 15px;
        line-height: 18.50px;
    }


    /* Секция Transition */

    .transition {
        padding: 20px 0 40px;
    }
    .transition__wrapper {
        display: block;
    }
    .transition__content-title {
        padding: 0;
        font-weight: 800;
        font-size: 30px;
        margin-bottom: 4px;
    }
    .transition__content-text {
        padding: 0;
        font-weight: 400;
        font-size: 15px;
        line-height: 18.50px;
        width: 100%;
        margin-bottom: 20px;
    }
    .transition__btn {
        margin: 0;
        width: 100%;
        height: 50px;
        font-weight: 800;
        font-size: 20px;
    }


    /* футер */
    .footer {
        overflow: hidden;
    }
    .footer__copyright {
        display: none;
    }
    .footer__title {
        font-size: 20px;
        width: max-content;
    }
    .footer__button {
        border-radius: 11px;
        width: 196px;
        height: 43px;
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 20px;
        color: #fff;
        position: relative;
        right: 45px;
    }
    .footer__sections {
        display: block;
    }
    .footer__section-about {
        margin-top: 38px;
    }
    .footer__section-contacts {
        margin-top: 170px;
        position: relative;
    }
    .footer__link {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        width: 179px;
    }
    .footer__social {
        column-gap: 15px;
    }
    .footer__section-contacts > h3, .footer__social, .footer__phone {
        margin-left: 50px;
    }
    .footer__social-link, .footer__social-link > svg {
        width: 36px;
        height: 36px;
    }

}

/*
@media screen and (min-width: 1280px) {
    .coursesall__img :last-child {
        display: none;
    }
    .coursesall {
        gap: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .designmoment {
        display: none;
    }
    .consultation__images > span {
        display: none;
    }
    .sitebuilding-title {
        font-size: 40px;
        padding-left: 40px;
        padding-bottom: 5px;
    }
    .sitebuilding-text {
        padding-left: 40px;
    }
    .details_up {
        padding-left: 40px;
    }
    .details_up img {
        width: 30px;
        height: 60px;
    }
    .details_down {
        padding-left: 40px;
    }
    .details_down img {
        width: 30px;
        height: 60px;
        padding-bottom: none;
    }
    .demand-specialists__title {
        padding-left: 58px;
    }
    .demand-specialists__description {
        padding-left: 58px;
        padding-top: 30px;
    }
    .consultation__form {
        padding-left: 40px;
    }
    .footer {
        padding-left: 40px;
    }
    .enrollment__wrapper {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1170px) {
    .form__button {
       top: 10px;
       margin-left: 170px;
    }
    .form__button {
        top: 10px;
        margin-left: 170px;
     }
     .about_hexlet__head{
         flex-wrap: wrap;
     }
     .about_hexlet__head-img{
         margin: auto;
         margin-top: 64px;
         margin-bottom: 35px;
     }
}

@media screen and (min-width: 1060px) {
    .coursesall__img {
        display: none;
    }
    .consultation__images :first-child {
        display: none;
    }
}


@media screen and (min-width: 1024px) {
    .details__grafic > img {
        padding: 0;
    }
    .details__projects > img {
        padding: 0;
    }
    .details__sertify > img {
        padding: 0;
    }
    .details__teachers > img {
        padding: 0;
    }
    .coursesall__img > img {
        display: none;
    }
    .coursesall__text > h1 {
        padding-left: 37px;
    }
    .coursesall__text > p {
        padding-left: 40px;
    }

    .sitebuilding-title {
        font-size: 40px;
        padding-left: 40px;
        padding-bottom: 5px;
    }
    .sitebuilding-text {
        padding-left: 40px;
    }
    .details_up {
        flex-wrap: wrap;
        gap: 42px;
        padding-top: 122px;
        padding-left: 40px;
    }
    .details_down {
        flex-wrap: wrap;
        gap: 42px;
        padding-top: 42px;
        padding-left: 40px;
    }
    .details__teachers-about {
        width: 599px;
    }
    .consultation_ {
        margin-left: 80px;
    }
    .consultation__form > h2 {
        width: 600px;
    }
    .kodatzdes {
        display: none;
    }
    .demand-specialists__title {
        padding-left: 39px;
    }
    .demand-specialists__description {
        padding-left: 43px;
    }
    .courses__list {
        gap: 60px;
        min-height: 575px;
        overflow-x: scroll;
    }
    .form__button {
        margin-left: 10px;
     }
     .form__input3 {
        margin-left: 0px;
        margin-top: 10px;
    }
    .enrollment__form {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 0px;
        padding-top: 46px;
        padding-left: 40px;
        max-width: 1000px;
    }
    .enrollment__head-title {
        padding-left: 37px;
        font-size: 40px;
    }
    .enrollment__head-text {
        padding-left: 40px;
        height: 90px;
        max-width: 640px;
    }

    .about_hexlet__advantages-soft {
        display: none;
    }
    .about_hexlet__advantages-relevance {
        max-width: 262px;
    }
    .about_hexlet__advantages-titles {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .about_hexlet__advantages-texts  {
        min-height: 200px;
    }
    .about_hexlet__head-details {
        padding-left: 40px;
    }
    .about_hexlet__head-title {
        font-size: 40px;
        padding-left: 40px;
    }
    .about_hexlet__advantages {
        justify-content: center;
        gap: 8px;
        padding: 0 40px;
    }
    .transition__wrapper {
        flex-direction: column;
    }
    .transition__content-text {
        font-size: 24px;
        padding-top: 12px;
        padding-left: 58px;
    }
    .transition__btn {
        margin-left: 60px;
    }
    .transition__content-title {
        padding-left: 60px;
    }
    .coursesall__block {
        margin-left: 41px;
    }
    .footer {
        padding-bottom: 75px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer__sections{
        display: block;
    }

    .footer__section-about{
        margin-left: 0;
        margin-top: 41px;
    }

    .footer__section-contacts{
        margin-top: 242px;
    }
    .presentation-cards {
        gap: 1%;
    }
    .footer__copyrigh{
        display: none;
    }
    .footer__section-contacts{
        margin-top: 160px;
    }
}

@media screen and (min-width: 910px) {
    .details_up {
        padding-bottom: 30px;
    }
    .details_down {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 884px) {
    .presentation-card {
        margin-top: 30px;
    }
    .presentation-cards {
        flex-wrap: wrap;
    }
    .presentation-card {
         margin-bottom: 30px;
    }
    .about_courses {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 700px) {
    .form__input, .form__input2, .form__input3, .form__button {
        width: 160px;
        height: 49px;
        font-size: 18px;
        margin: 0;
    }
    .enrollment__head-title {
        padding: 0;
    }
    .enrollment__head-text {
        padding: 0;
    }
    .enrollment__form {
        padding: 0;
    }
    .consultation__form {
        padding-left: 0;
    }
}

@media screen and (min-width: 625px) {
    .demand-specialists__title {
        font-size: 22px;
    }
    .demand-specialists__description {
        font-size: 15px;
    }
    .presentation-card {
        width: 350px;
    }
    .presentation-card {
        width: 350px;
    }
    .presentation-card__image {
        width: 350px;
    }
    .presentation-card__title {
        font-size: 25px;
    }
    .presentation-card__about {
        font-size: 20px;
    }
    .about_hexlet__head-img img{
        max-width: 336px;
    }
} */
