
.body__container {
    margin: 0 auto;
    max-width: 1400px;
    margin-top: 20px;
    margin-bottom: 40px;
}

/* glob */
.container {
    max-width: 100%;
    margin-bottom: 24px;
}

.text {
    margin: 0;
    padding: 0;
}

.title {
    margin: 0;
    text-align: center;
    color: #003596;
    font-size: 86px;

}

.descr {
    margin: 0;
    padding: 0;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* body */

.body__container {
    margin: 0 auto;
    max-width: 1400px;
    margin-top: 40px;
    margin-bottom: 64px;
}

/* point */

.point_wrapper {
    margin: 0 auto;
    max-width: 1400px;
    margin-bottom: 24px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.point {
    display: flex;
    width: calc(50% - 10px);
    max-height: 218px;
    padding: 24px 20px;
    background: #FFF;
    border-radius: 20px;
    justify-content: space-between;
}

.point-text {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.point-img {
    width: 150px;
    height: 170px;
    margin: 0;
    justify-content: center;
}

/* info */
.info-container {
    margin: 0 auto;
    max-width: 1400px;
    margin-bottom: 24px;
    display: flex;
    padding: 24px 20px 0;
    justify-content: space-between;
    border-radius: 20px;
    background: #E0D1F9;
    min-height: 218px;
}

.text-info {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 689px;
    margin: 0;
}

.info-img {
    width: 312px;
    height: 219px;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}

/* call */
.call-container {
    margin: 0 auto;
    max-width: 1400px;
    margin-bottom: 24px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.block-one {
    display: flex;
    width: calc(50% - 10px);
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    background: #B190E6;
    background-image: url("https://cdn.svyazon.ru/upload/prm/corp/img-abstract.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    min-height: 400px;
}

.call-text {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.text-line {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
    /* 42.88px */
    margin: 0;
}

.text-subline {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
    /* 32.16px */
    margin: 0;
}

.call-img {
    width: 120%;
    padding: 0px;
    margin: 0;
}

.block-two {
    display: flex;
    width: calc(50% - 10px);
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    background: #ffffff;
    justify-content: space-between;
    gap: 20px;
}

.text-line-two {
    color: #000000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
    /* 42.88px */
    margin: 0;
}

.text-subline-two {
    color: #5c5c5c;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
    /* 32.16px */
    margin: 0;
}

.number {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.number__text {
    padding: 22px;
    width: 100%;
    border-radius: 12px;
    background: #EDE9F4;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
    text-align: center;
    height: 87px;
}

.number__text--link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: #003596;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

/* map */

.map {
    margin: 0 auto;
    max-width: 1400px;
    margin-bottom: 64px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
}



@media (max-width: 880px) {

    .point {
        max-height: 180px;
    }

    .point-text {
        font-size: 24px;
    }

    .text-info {
        font-size: 24px;
    }

    .point-img {
        width: 110px;
        height: 130px;
        margin: 0;
    }

    .info-img {
        width: 300px;
        height: 193px;
    }

    .text-line {
    font-size: 24px;
    }

    .text-subline {
    font-size: 20px;
    }

    .text-line-two {
    font-size: 24px;
    }

    .text-subline-two {
    font-size: 20px;
    }

    .number__text {font-size: 26px;}
    .number__text--link {font-size: 26px;}
}


@media (max-width: 700px) {

    .point {
        max-height: 180px;
    }

    .point-text {
        font-size: 20px;
    }

    .text-info {
        font-size: 20px;
    }

    .point-img {
        width: 90px;
        height: 110px;
        margin: 0;
    }

    .info-img {
      
        width: 280px;
        height: 173px;
    }

    .call-container {
        flex-direction: column;
        max-height: min-content;
    }
    .block-one {
        width: 100%;
        min-height: 280px;
    }

    .block-two {width: 100%;}

    .text-line {
    font-size: 20px;
    }

    .text-subline {
    font-size: 18px;
    }

    
    .text-line-two {
    font-size: 20px;
    }

    .text-subline-two {
    font-size: 18px;
    }

    .number__text {font-size: 24px;}
    .number__text--link {font-size: 24px;}

}


@media (max-width: 600px) {

    .point_wrapper {
        flex-direction: column;
    }

    .point {
        width: 100%;
    }

    .info-container {
        flex-direction: column;
        min-height: 290px;
    }

    .text-info {
        width: 100%;
    }

    .info-img {
        margin-left: auto;
        height: auto;
    }

    .block-one {
        width: 100%;
        min-height: 290px;
    }
}