.map-web {
    width: 100%;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: end;
    height: 960px;
    margin-bottom: 192px;
}

.map-web__img-mob {
    display: none;
}

.map-web__img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.map-web__container {
    width: 689px;
    height: 808px;
    padding: 64px 48px;
    display: flex;
    flex-direction: column;
    background: var(--blue);
    row-gap: 64px;
}

.map-web__container-title {
    font-family: 'Stetica';
    font-weight: 500;
    font-size: 56px;
    line-height: 100%;
    color: var(--white);
}

.map-web__container-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.map-web__container-wrapper__item {
    display: flex;
    flex-direction: column;
}

.map-web__container-wrapper__item-count {
    font-family: 'Stetica';
    font-weight: 400;
    font-size: 88px;
    line-height: 88px;
    color: var(--white);
}

.map-web__container-wrapper__item-text {
    font-family: 'Stetica';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: var(--white);
}

.map-web__container-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 18px;
    cursor: pointer;
}

.map-web__container-row__circle {
    width: 64px;
    height: 64px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-web__container-row__circle-icon {
    width: 32px;
    height: 32px;
}

.map-web__container-row__text {
    font-family: 'Stetica';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
}

@media (min-width: 1440px) and (max-width: 1919px) {
.map-web {
    height: 900px;
    margin-bottom: 170px;
}

.map-web__img {
    width: 100%;
    height: 100%;
}

.map-web__container {
    width: 650px;
    height: 740px;
    padding: 64px 48px;
    row-gap: 64px;
}

.map-web__container-title {
    font-size: 46px;
    line-height: 100%;
}

.map-web__container-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.map-web__container-wrapper__item {
    flex-direction: column;
}

.map-web__container-wrapper__item-count {
    font-size: 78px;
    line-height: 78px;
}

.map-web__container-wrapper__item-text {
    font-size: 22px;
    line-height: 30px;
}

.map-web__container-row {
    column-gap: 18px;
}

.map-web__container-row__circle {
    width: 64px;
    height: 64px;
}

.map-web__container-row__circle-icon {
    width: 32px;
    height: 32px;
}

.map-web__container-row__text {
    font-size: 18px;
    line-height: 24px;
}
}

@media (min-width: 1024px) and (max-width: 1439px) {
.map-web {
    height: 700px;
    margin-bottom: 170px;
}

.map-web__img {
    width: 100%;
    height: 100%;
}

.map-web__container {
    width: 450px;
    height: 590px;
    padding: 50px 36px;
    row-gap: 50px;
}

.map-web__container-title {
    font-size: 36px;
    line-height: 100%;
}

.map-web__container-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.map-web__container-wrapper__item {
    flex-direction: column;
}

.map-web__container-wrapper__item-count {
    font-size: 60px;
    line-height: 78px;
}

.map-web__container-wrapper__item-text {
    font-size: 18px;
    line-height: 24px;
}

.map-web__container-row {
    column-gap: 18px;
}

.map-web__container-row__circle {
    width: 48px;
    height: 48px;
}

.map-web__container-row__circle-icon {
    width: 26px;
    height: 26px;
}

.map-web__container-row__text {
    font-size: 14px;
    line-height: 20px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
.map-web {
    flex-direction: column;
    height: auto;
    width: 100%;
    margin-bottom: 0;
}

.map-web__img {
    display: none;
}

.map-web__img-mob {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: left;
}

.map-web__container {
    width: 100%;
    background: white;
    height: auto;
    padding: 48px 0;
    row-gap: 40px;
}

.map-web__container-title {
    font-size: 46px;
    line-height: 100%;
    color: var(--black-text);
    margin: 0 36px;
}

.map-web__container-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 36px;
    gap: 0;
}

.map-web__container-wrapper__item {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0;
    align-items: center;
}

.map-web__container-wrapper__item-count {
    font-size: 32px;
    line-height: 100%;
    font-weight: 500;
    color: var(--black-text);
}

.map-web__container-wrapper__item-text {
    font-size: 18px;
    line-height: 24px;
    color: var(--black-text);
}

.map-web__container-wrapper__item-text br {
    display: none;
}

.map-web__container-row {
    margin: 0 36px;
    column-gap: 18px;
    border-radius: 12px;
    background: var(--blue);
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    height: 48px;
}

.map-web__container-row__circle {
    width: 26px;
    height: 26px;
    background: #fff;
}

.map-web__container-row__circle-icon {
    width: 16px;
    height: 16px;
}

.map-web__container-row__text {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.map-web__container-row__text br {
    display: none;
}
}

@media (min-width: 440px) and (max-width: 767px) {
    .map-web {
    flex-direction: column;
    height: auto;
    width: 100%;
    margin-bottom: 16px;
}

.map-web__img {
    display: none;
}

.map-web__img-mob {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: left;
}

.map-web__container {
    width: 100%;
    background: white;
    height: auto;
    padding: 48px 0;
    row-gap: 40px;
}

.map-web__container-title {
    font-size: 36px;
    line-height: 100%;
    color: var(--black-text);
    margin: 0 16px;
}

.map-web__container-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    gap: 0;
}

.map-web__container-wrapper__item {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #D4D4D4;
    padding: 6px 0;
    align-items: center;
}

.map-web__container-wrapper__item-count {
    font-size: 28px;
    line-height: 100%;
    font-weight: 500;
    color: var(--black-text);
}

.map-web__container-wrapper__item-text {
    font-size: 16px;
    line-height: 24px;
    color: var(--black-text);
}

.map-web__container-wrapper__item-text br {
    display: none;
}

.map-web__container-row {
    margin: 0 16px;
    column-gap: 18px;
    border-radius: 12px;
    background: var(--blue);
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    height: 48px;
}

.map-web__container-row__circle {
    width: 26px;
    height: 26px;
    background: #fff;
}

.map-web__container-row__circle-icon {
    width: 12px;
    height: 12px;
}

.map-web__container-row__text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.map-web__container-row__text br {
    display: none;
}
}

@media (max-width: 439px) {
.map-web {
    flex-direction: column;
    height: auto;
    width: 100%;
    margin-bottom: 16px;
}

.map-web__img {
    display: none;
}

.map-web__img-mob {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: left;
}

.map-web__container {
    width: 100%;
    background: white;
    height: auto;
    padding: 48px 0;
    row-gap: 40px;
}

.map-web__container-title {
    font-size: 36px;
    line-height: 100%;
    color: var(--black-text);
    margin: 0 16px;
}

.map-web__container-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    gap: 0;
}

.map-web__container-wrapper__item {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #D4D4D4;
    padding: 6px 0;
    align-items: center;
}

.map-web__container-wrapper__item-count {
    font-size: 28px;
    line-height: 100%;
    font-weight: 500;
    color: var(--black-text);
}

.map-web__container-wrapper__item-text {
    font-size: 16px;
    line-height: 24px;
    color: var(--black-text);
}

.map-web__container-wrapper__item-text br {
    display: none;
}

.map-web__container-row {
    margin: 0 16px;
    column-gap: 18px;
    border-radius: 12px;
    background: var(--blue);
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    height: 48px;
}

.map-web__container-row__circle {
    width: 26px;
    height: 26px;
    background: #fff;
}

.map-web__container-row__circle-icon {
    width: 12px;
    height: 12px;
}

.map-web__container-row__text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.map-web__container-row__text br {
    display: none;
}
}

