

/* ############################################################################################################################ */
/* ############################################################################################################################ */
@media (max-width: 479px) {

    /* ################################################   СТАРТОВЫЙ БЛОК  ############################################## */
    .block-start {
        display: flex;
        padding: 30px 0;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
    }
    .block-content {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .title {
        display: flex;
        font-size: 35px;
        font-weight: 600;
    }
    .sub-title {
        display: flex;
        font-size: 16px;
        letter-spacing: 3px;
    }
    .container-content {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .container-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .block-text {
        display: flex;
        width: 80%;
        border: 1px solid #2B2A4C;
        border-radius: 5px;
        padding: 15px;
        font-size: 14px;
    }
    .block-sub-text {
        display: flex;
        width: 80%;
        font-size: 20px;
        margin-top: 25px;
    }
    .block-img {
        display: none;
    }



    /* ################################################   БЛОК IT СЕКТОР  ############################################## */
    
    .container-it-sector {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        flex-direction: column;
        margin: 50px 0;
    }
    .title-it-sector {
        display: flex;
        font-size: 20px;
        width: 95%;
        text-align: center;
    }
    .block-cards {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 25px;
    }
    .block-card {
        display: flex;
        flex-direction: column;
        width: 98%;
        align-items: center;
        justify-content: space-between;
    }
    .block-card-prev {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 98%;
    }
    .img-card {
        display: flex;
    }
    .card-title {
        display: flex;
        font-size: 22px;
        margin-top: 13px;
    }
    .separate-line {
        display: flex;
        width: 80%;
        border-top: 1px solid #2B2A4C;
        margin: 15px 0;
    }
    .block-text-card-sub {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .card-text {
        display: flex;
        font-size: 18px;
        text-align: center;
        justify-content: center;
        width: 70%;
    }
    .card-sub-text {
        display: flex;
        font-size: 17px;
        margin: 15px 0;
    }
    .block-card-btn {
        display: flex;
    }
    .btn {
        display: flex;
        border-radius: 5px;
        background-color: #EEA78B;
        color: white;
        width: 90%;
        padding: 12px;
        font-size: 16px;
        text-align: center;
        justify-content: center;
    }


    /* ################################################   БЛОК СЕКТОР УПРАВЛЯЮЩЕЙ КОМПАНИИ  ############################################## */
    
    .container-management {
        display: flex;
        width: 100%;
        justify-content: center;
        color: #2B2A4C;
        flex-direction: column;
        margin: 40px 0 30px 0;
    }
    .title-management {
        display: flex;
        font-size: 22px;
        text-align: center;
        justify-content: center;
    }
    .block-content-management {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .block-text-content-management {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin: 20px 0;
    }
    .text-content-management {
        display: flex;
        width: 90%;
        font-size: 16px;
    }
    .block-link-management {
        display: flex;
        justify-content: space-evenly;
        font-size: 18px;
        color: #EEA78B;
    }
    .block-img-management {
        display: flex;
        width: 75vw;
    }


    /* ################################################   БЛОК СВЕДЕНИЯ  ############################################## */
    
    .container-information {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        margin-bottom: 50px;
    }
    .block-information {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }
    .column-information {
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        border: 1px solid #2B2A4C;
        padding: 15px;
        gap: 20px;
        justify-content: center;
    }
    .card-left-information {
        display: flex;
        flex-direction: column;
        width: 80vw;
    }
    .title-card-information {
        display: flex;
        font-size: 16px;
        font-weight: 600;
    }
    .text-card-information {
        display: flex;
        font-size: 14px;
    }
    .column-right-information {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    .card-right-information {
        display: flex;
        flex-direction: column;
        width: 80vw;
        border-radius: 5px;
        border: 1px solid #2B2A4C;
        padding: 15px;
    }

    .block-sk {
        width: 80%;
        font-size: 16px;
        display: flex;
        flex-direction: column;
    }
    .img-sk {
        width: 250px;
    }


    /* ################################################   БЛОК КОНТАКТЫ  ############################################## */
        
    .container-contacts {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        margin-bottom: 50px;
        gap: 30px;
    }
    .block-left-contacts {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .title-contacts {
        display: flex;
        font-size: 30px;
        font-weight: 600;
    }
    .lines-contacts {
        display: flex;
        gap: 10px;
    }
    .img-line {
        width: 22px;
    }
    .text-line {
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .block-img-contacts {
        display: none;
    }



}



/* ############################################################################################################################ */
/* ############################################################################################################################ */
@media (min-width: 480px) and (max-width: 639px) {


    /* ################################################   СТАРТОВЫЙ БЛОК  ############################################## */
    .block-start {
        display: flex;
        height: 350px;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
    }
    .block-content {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .title {
        display: flex;
        font-size: 35px;
        font-weight: 600;
    }
    .sub-title {
        display: flex;
        font-size: 16px;
        letter-spacing: 3px;
    }
    .container-content {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .container-text {
        display: flex;
        flex-direction: column;
    }
    .block-text {
        display: flex;
        width: 400px;
        border: 1px solid #2B2A4C;
        border-radius: 5px;
        padding: 20px 20px;
        font-size: 16px;
    }
    .block-sub-text {
        display: flex;
        width: 400px;
        font-size: 22px;
        margin-top: 32px;
    }
    .block-img {
        display: none;
    }



    /* ################################################   БЛОК IT СЕКТОР  ############################################## */
    
    .container-it-sector {
        display: flex;
        width: 99%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        flex-direction: column;
        margin: 50px 0;
    }
    .title-it-sector {
        display: flex;
        font-size: 24px;
        width: 465px;
        text-align: center;
    }
    .block-cards {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 25px;
    }
    .block-card {
        display: flex;
        flex-direction: column;
        width: 320px;
        align-items: center;
        justify-content: space-between;
    }
    .block-card-prev {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .img-card {
        display: flex;
    }
    .card-title {
        display: flex;
        font-size: 25px;
        margin-top: 15px;
    }
    .separate-line {
        display: flex;
        width: 100%;
        border-top: 1px solid #2B2A4C;
        margin: 15px 0;
    }
    .block-text-card-sub {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .card-text {
        width: 300px;
        display: flex;
        font-size: 18px;
        text-align: center;
        justify-content: center;
    }
    .card-sub-text {
        display: flex;
        font-size: 17px;
        margin: 15px 0;
    }
    .block-card-btn {
        display: flex;
    }
    .btn {
        display: flex;
        border-radius: 5px;
        background-color: #EEA78B;
        color: white;
        width: 190px;
        padding: 12px;
        font-size: 18px;
        text-align: center;
        justify-content: center;
    }


    /* ################################################   БЛОК СЕКТОР УПРАВЛЯЮЩЕЙ КОМПАНИИ  ############################################## */
    
    .container-management {
        display: flex;
        width: 100%;
        justify-content: center;
        color: #2B2A4C;
        flex-direction: column;
        margin: 70px 0 50px 0;
    }
    .title-management {
        display: flex;
        font-size: 26px;
        text-align: center;
        justify-content: center;
    }
    .block-content-management {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .block-text-content-management {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin: 20px 0;
    }
    .text-content-management {
        display: flex;
        width: 440px;
        font-size: 16px;
    }
    .block-link-management {
        display: flex;
        justify-content: space-evenly;
        font-size: 25px;
        color: #EEA78B;
    }
    .block-img-management {
        display: flex;
        width: 350px;
    }


    /* ################################################   БЛОК СВЕДЕНИЯ  ############################################## */
    
    .container-information {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        margin-bottom: 50px;
    }
    .block-information {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 35px;
    }
    .column-information {
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        border: 1px solid #2B2A4C;
        padding: 20px;
        gap: 30px;
        justify-content: center;
    }
    .card-left-information {
        display: flex;
        flex-direction: column;
        width: 350px;
    }
    .title-card-information {
        display: flex;
        font-size: 18px;
        font-weight: 600;
    }
    .text-card-information {
        display: flex;
        font-size: 18px;
    }
    .column-right-information {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .card-right-information {
        display: flex;
        flex-direction: column;
        width: 352px;
        border-radius: 5px;
        border: 1px solid #2B2A4C;
        padding: 30px 20px;
    }

    .block-sk {
        width: 70%;
        font-size: 18px;
        display: flex;
        flex-direction: column;
    }
    .img-sk {
        width: 250px;
    }



    /* ################################################   БЛОК КОНТАКТЫ  ############################################## */
        
    .container-contacts {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        margin-bottom: 50px;
        gap: 30px;
    }
    .block-left-contacts {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .title-contacts {
        display: flex;
        font-size: 35px;
        font-weight: 600;
    }
    .lines-contacts {
        display: flex;
        gap: 10px;
    }
    .img-line {
        width: 22px;
    }
    .text-line {
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .block-img-contacts {
        width: 190px;
    }


}




/* ############################################################################################################################ */
/* ############################################################################################################################ */
@media (min-width: 640px) and (max-width: 959px) {

    /* ################################################   СТАРТОВЫЙ БЛОК  ############################################## */
    .block-start {
        display: flex;
        height: 450px;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        color: #2B2A4C;
        overflow: hidden;
    }
    .block-content {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .title {
        display: flex;
        font-size: 60px;
        font-weight: 600;
        margin-left: 12vw;
    }
    .sub-title {
        display: flex;
        font-size: 32px;
        letter-spacing: 3.5px;
        margin-left: 15vw;
    }
    .container-content {
        display: flex;
        width: 780px;
        justify-content: space-between;
        margin-top: -40px;
        margin-left: 4vw;
    }
    .container-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-top: 70px;
    }
    .block-text {
        display: flex;
        width: 365px;
        border: 1px solid #2B2A4C;
        border-radius: 5px;
        padding: 20px 25px;
        font-size: 16px;
    }
    .block-sub-text {
        display: flex;
        width: 400px;
        font-size: 25px;
        margin-top: 50px;
    }
    .block-img {
        display: flex;
        width: 350px;
    }



    /* ################################################   БЛОК IT СЕКТОР  ############################################## */
    
    .container-it-sector {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        flex-direction: column;
        margin: 50px 0;
    }
    .title-it-sector {
        display: flex;
        font-size: 32px;
        width: 600px;
        text-align: center;
    }
    .block-cards {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 20px;
        /* width: 1100px; */
    }
    .block-card {
        display: flex;
        flex-direction: column;
        width: 290px;
        align-items: center;
        justify-content: space-between;
    }
    .block-card-prev {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .img-card {
        display: flex;
    }
    .card-title {
        display: flex;
        font-size: 25px;
        margin-top: 20px;
    }
    .separate-line {
        display: flex;
        width: 100%;
        border-top: 1px solid #2B2A4C;
        margin: 15px 0;
    }
    .block-text-card-sub {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .card-text {
        width: 300px;
        display: flex;
        font-size: 18px;
        text-align: center;
        justify-content: center;
    }
    .card-sub-text {
        display: flex;
        font-size: 17px;
        margin: 20px 0;
    }
    .block-card-btn {
        display: flex;
    }
    .btn {
        display: flex;
        border-radius: 5px;
        background-color: #EEA78B;
        color: white;
        width: 160px;
        padding: 12px 15px;
        font-size: 18px;
        text-align: center;
        justify-content: center;
    }


    /* ################################################   БЛОК СЕКТОР УПРАВЛЯЮЩЕЙ КОМПАНИИ  ############################################## */
    
    .container-management {
        display: flex;
        width: 100%;
        justify-content: center;
        color: #2B2A4C;
        flex-direction: column;
        margin: 70px 0 50px 0;
        overflow: hidden;
    }
    .title-management {
        display: flex;
        font-size: 35px;
        text-align: center;
        justify-content: center;
    }
    .block-content-management {
        display: flex;
        width: 750px;
        margin-top: 20px;
        margin-left: 5vw;
    }
    .block-text-content-management {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 50px;
    }
    .text-content-management {
        display: flex;
        width: 370px;
        font-size: 18px;
    }
    .block-link-management {
        display: flex;
        justify-content: space-evenly;
        font-size: 25px;
        color: #EEA78B;
    }
    .block-img-management {
        display: flex;
        width: 320px;
    }


    /* ################################################   БЛОК СВЕДЕНИЯ  ############################################## */
    
    .container-information {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        margin-bottom: 50px;
    }
    .block-information {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 35px;
    }
    .column-information {
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        border: 1px solid #2B2A4C;
        padding: 20px;
        gap: 30px;
        justify-content: center;
    }
    .card-left-information {
        display: flex;
        flex-direction: column;
        width: 350px;
    }
    .title-card-information {
        display: flex;
        font-size: 18px;
        font-weight: 600;
    }
    .text-card-information {
        display: flex;
        font-size: 18px;
    }
    .column-right-information {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .card-right-information {
        display: flex;
        flex-direction: column;
        width: 352px;
        border-radius: 5px;
        border: 1px solid #2B2A4C;
        padding: 30px 20px;
    }
    
    .block-sk {
        width: 70%;
        font-size: 18px;
        display: flex;
        flex-direction: column;
    }
    .img-sk {
        width: 250px;
    }



    /* ################################################   БЛОК КОНТАКТЫ  ############################################## */
    
    .container-contacts {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        margin-bottom: 50px;
        gap: 50px;
    }
    .block-left-contacts {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .title-contacts {
        display: flex;
        font-size: 45px;
        font-weight: 600;
    }
    .lines-contacts {
        display: flex;
        gap: 10px;
    }
    .img-line {
        width: 25px;
    }
    .text-line {
        display: flex;
        align-items: center;
    }
    .block-img-contacts {
        width: 220px;
    }



}


/* ############################################################################################################################ */
/* ############################################################################################################################ */
@media (min-width: 960px) and (max-width: 1199px) {

    /* ################################################   СТАРТОВЫЙ БЛОК  ############################################## */
    .block-start {
        display: flex;
        height: 560px;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
    }
    .block-content {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .title {
        display: flex;
        font-size: 70px;
        font-weight: 600;
    }
    .sub-title {
        display: flex;
        font-size: 35px;
        letter-spacing: 3.5px;
    }
    .container-content {
        display: flex;
        width: 940px;
        justify-content: space-between;
        margin-top: -40px;
    }
    .container-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-top: 90px;
    }
    .block-text {
        display: flex;
        width: 500px;
        border: 1px solid #2B2A4C;
        border-radius: 5px;
        padding: 25px 35px;
        font-size: 20px;
    }
    .block-sub-text {
        display: flex;
        width: 400px;
        font-size: 25px;
        margin-top: 50px;
    }
    .block-img {
        display: flex;
        width: 450px;
    }



    /* ################################################   БЛОК IT СЕКТОР  ############################################## */
    
    .container-it-sector {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        flex-direction: column;
        margin: 50px 0;
    }
    .title-it-sector {
        display: flex;
        font-size: 40px;
        width: 800px;
        text-align: center;
    }
    .block-cards {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 20px;
    }
    .block-card {
        display: flex;
        flex-direction: column;
        width: 350px;
        align-items: center;
        justify-content: space-between;
    }
    .block-card-prev {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .img-card {
        display: flex;
    }
    .card-title {
        display: flex;
        font-size: 25px;
        margin-top: 20px;
    }
    .separate-line {
        display: flex;
        width: 100%;
        border-top: 1px solid #2B2A4C;
        margin: 15px 0;
    }
    .block-text-card-sub {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .card-text {
        width: 300px;
        display: flex;
        font-size: 20px;
        text-align: center;
        justify-content: center;
    }
    .card-sub-text {
        display: flex;
        font-size: 17px;
        margin: 20px 0;
    }
    .block-card-btn {
        display: flex;
    }
    .btn {
        display: flex;
        border-radius: 5px;
        background-color: #EEA78B;
        color: white;
        width: 160px;
        padding: 15px 20px;
        font-size: 20px;
        text-align: center;
        justify-content: center;
    }


    /* ################################################   БЛОК СЕКТОР УПРАВЛЯЮЩЕЙ КОМПАНИИ  ############################################## */
    
    .container-management {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        flex-direction: column;
        margin: 80px 0 50px 0;
    }
    .title-management {
        display: flex;
        font-size: 40px;
        text-align: center;
        justify-content: center;
    }
    .block-content-management {
        display: flex;
        width: 930px;
        justify-content: center;
        margin-top: 20px;
    }
    .block-text-content-management {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 50px;
    }
    .text-content-management {
        display: flex;
        width: 550px;
        font-size: 20px;
    }
    .block-link-management {
        display: flex;
        justify-content: space-evenly;
        font-size: 25px;
        color: #EEA78B;
    }
    .block-img-management {
        display: flex;
        width: 350px;
    }


    /* ################################################   БЛОК СВЕДЕНИЯ  ############################################## */
    
    .container-information {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        margin-bottom: 50px;
    }
    .block-information {
        display: flex;
        width: 920px;
        justify-content: space-between;
    }
    .column-information {
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        border: 1px solid #2B2A4C;
        padding: 30px 30px 30px 30px;
        gap: 30px;
    }
    .card-left-information {
        display: flex;
        flex-direction: column;
        width: 390px;
    }
    .title-card-information {
        display: flex;
        font-size: 20px;
        font-weight: 600;
    }
    .text-card-information {
        display: flex;
        font-size: 20px;
    }
    .column-right-information {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .card-right-information {
        display: flex;
        flex-direction: column;
        width: 390px;
        border-radius: 5px;
        border: 1px solid #2B2A4C;
        align-items: center;
        padding: 30px 20px;
    }
    .right {
        text-align: center;
    }

    .block-sk {
        width: 83%;
        font-size: 20px;
        display: flex;
        flex-direction: column;
    }
    .img-sk {
        width: 250px;
    }


    /* ################################################   БЛОК КОНТАКТЫ  ############################################## */
    
    .container-contacts {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        margin-bottom: 50px;
        gap: 150px;
    }
    .block-left-contacts {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .title-contacts {
        display: flex;
        font-size: 45px;
        font-weight: 600;
    }
    .lines-contacts {
        display: flex;
        gap: 10px;
    }
    .img-line {
        width: 25px;
    }
    .text-line {
        display: flex;
        align-items: center;
    }
    .block-img-contacts {
        width: 300px;
    }


}





/* ############################################################################################################################ */
/* ############################################################################################################################ */
@media (min-width: 1200px) {

    /* ################################################   СТАРТОВЫЙ БЛОК  ############################################## */
    .block-start {
        display: flex;
        height: 560px;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
    }
    .block-content {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .title {
        display: flex;
        font-size: 70px;
        font-weight: 600;
    }
    .sub-title {
        display: flex;
        font-size: 35px;
        letter-spacing: 3.5px;
    }
    .container-content {
        display: flex;
        width: 1100px;
        justify-content: space-between;
        margin-top: -40px;
    }
    .container-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-top: 90px;
    }
    .block-text {
        display: flex;
        width: 600px;
        border: 1px solid #2B2A4C;
        border-radius: 5px;
        padding: 25px 35px;
        font-size: 20px;
    }
    .block-sub-text {
        display: flex;
        width: 400px;
        font-size: 25px;
        margin-top: 70px;
    }
    .block-img {
        display: flex;
        width: 450px;
    }



    /* ################################################   БЛОК IT СЕКТОР  ############################################## */
    
    .container-it-sector {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        flex-direction: column;
        margin: 50px 0;
    }
    .title-it-sector {
        display: flex;
        font-size: 45px;
        width: 900px;
        text-align: center;
    }
    .block-cards {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 20px;
        width: 1100px;
    }
    .block-card {
        display: flex;
        flex-direction: column;
        width: 350px;
        align-items: center;
        justify-content: space-between;
    }
    .block-card-prev {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .img-card {
        display: flex;
    }
    .card-title {
        display: flex;
        font-size: 25px;
        margin-top: 20px;
    }
    .separate-line {
        display: flex;
        width: 100%;
        border-top: 1px solid #2B2A4C;
        margin: 15px 0;
    }
    .block-text-card-sub {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .card-text {
        width: 300px;
        display: flex;
        font-size: 20px;
        text-align: center;
        justify-content: center;
    }
    .card-sub-text {
        display: flex;
        font-size: 17px;
        margin: 20px 0;
    }
    .block-card-btn {
        display: flex;
    }
    .btn {
        display: flex;
        border-radius: 5px;
        background-color: #EEA78B;
        color: white;
        width: 160px;
        padding: 15px 20px;
        font-size: 20px;
        text-align: center;
        justify-content: center;
    }



    /* ################################################   БЛОК СЕКТОР УПРАВЛЯЮЩЕЙ КОМПАНИИ  ############################################## */
    
    .container-management {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        flex-direction: column;
        margin: 80px 0 50px 0;
    }
    .title-management {
        display: flex;
        font-size: 45px;
        text-align: center;
        justify-content: center;
    }
    .block-content-management {
        display: flex;
        width: 1000px;
        justify-content: center;
        margin-top: 20px;
    }
    .block-text-content-management {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 50px;
    }
    .text-content-management {
        display: flex;
        width: 600px;
        font-size: 22px;
    }
    .block-link-management {
        display: flex;
        justify-content: space-evenly;
        font-size: 25px;
        color: #EEA78B;
    }
    .block-img-management {
        display: flex;
        width: 400px;
    }



    /* ################################################   БЛОК СВЕДЕНИЯ  ############################################## */
    
    .container-information {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        margin-bottom: 50px;
    }
    .block-information {
        display: flex;
        width: 1050px;
        justify-content: space-between;
    }
    .column-information {
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        border: 1px solid #2B2A4C;
        padding: 34px 35px 33px 35px;
        gap: 30px;
    }
    .card-left-information {
        display: flex;
        flex-direction: column;
        width: 450px;
    }
    .title-card-information {
        display: flex;
        font-size: 20px;
        font-weight: 600;
    }
    .text-card-information {
        display: flex;
        font-size: 20px;
    }
    .column-right-information {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .card-right-information {
        display: flex;
        flex-direction: column;
        width: 450px;
        border-radius: 5px;
        border: 1px solid #2B2A4C;
        align-items: center;
        padding: 30px 20px;
    }
    .right {
        text-align: center;
    }

    .block-sk {
        width: 83%;
        font-size: 20px;
        display: flex;
        flex-direction: column;
    }
    .img-sk {
        width: 250px;
    }


    /* ################################################   БЛОК КОНТАКТЫ  ############################################## */
    
    .container-contacts {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #2B2A4C;
        margin-bottom: 50px;
        gap: 150px;
    }
    .block-left-contacts {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .title-contacts {
        display: flex;
        font-size: 45px;
        font-weight: 600;
    }
    .lines-contacts {
        display: flex;
        gap: 10px;
    }
    .img-line {
        width: 25px;
    }
    .text-line {
        display: flex;
        align-items: center;
    }
    .block-img-contacts {
        width: 300px;
    }



}



