/* @charset "UTF-8"; */
/*@import 'normalize.css';*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

.root {
    --bg-color-section-block: #E8F2FC;
    --color-header-section-text: #970606;
}


.wrapper__new--about *,
.wrapper__new--about *::before,
.wrapper__new--about *::after {
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
}

ul, li, p, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

.container {
    /* max-width: 1115px; */
    margin: 0 auto;
    padding: 0 10px;
}

.text-bold {
    font-weight: 700;
}

.text-upper {
    text-transform: uppercase;
}

.text-red {
    color: #970606;
}

.text-medium {
    font-weight: 500;
}

.wrapper {
    margin-bottom: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.hero {
    background: url(../images/group2.png) no-repeat;
    background-position: center;
    /* background-size: cover; */
    padding: 60px 0;
    margin-bottom: 40px;
}

.hero__wrapper {
    position: relative;
}

.hero__wrapper::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -19px;
    background: url(../images/medCenter.png) no-repeat;
    width: 223px;
    height: 272px;
}

.hero__box {
    max-width: 732px;
    display: flex;
    justify-content: flex-end;
}

.hero__logo {
    display: flex;
    margin-bottom: 152px;
    max-width: 495px;
    max-height: 113px;
}

.hero__logo img {
    width: 100%;
    height: 100%;
}

.hero__text {
    margin-bottom: 45px;
    max-width: 700px;
}

.hero__list {
    list-style: none;
}

.hero__list li {
    position: relative;
    padding-left: 15px;
}

/*.hero__list li:before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    content: "•";*/
/*    color: #970606;*/
/*}*/

.contents__rows {
    display: flex;
    column-gap: 25px;
    min-height: 390px;
    justify-content: center;
}

.contents__rows:not(:last-child) {
    margin-bottom: 20px;
}

.contents__rows:nth-child(even) {
    flex-direction: row-reverse;
}

.contents__rows:nth-child(1) {
    max-height: 460px;
}

.contents__rows--subtitle {
    margin-top: 69px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 12px;
    /* or 133% */
    color: #000000;
}

.contents__rows h2 {
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5px;
}

.contents__rows--box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    max-width: 545px;
    flex-basis: 50%;
}

.contents__rows--box:nth-child(2) {
    background: #F2F3F3;
    padding: 10px 60px;
    border-radius: 5px;
}

.contents__rows--box:nth-child(1) {
    position: relative;
    border-radius: 5px;
}

.contents__rows--box:nth-child(1) .rows__box--image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.contents__rows--box:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rows__box--image {
    max-width: 531px;
}

.rows__box--region {
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}

.rows__box--city {
    right: 0;
    top: 0;
    position: absolute;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

@media screen and (max-width: 760px) {
    .contents__rows {
        flex-direction: column;
        align-items: center;
        max-height: unset;
        min-height: unset;
        column-gap: 0;
    }

    .contents__rows:nth-child(even) {
        flex-direction: column;
    }

    .contents__rows:nth-child(odd) .contents__rows--box {
        background: #fff;
    }

    .contents__rows:not(:last-child) {
        margin-bottom: 10px;
    }

    .contents__rows--box {
        padding: 10px 20px;
        background: #E8F2FC;
        width: 100%;
    }

    .contents__rows--box:nth-child(2) {
        padding: 10px 20px 20px;
    }

    .contents__rows--box:nth-child(1) .rows__box--image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .contents__rows h2 {
        margin-top: 10px;
        font-size: 16px;
        line-height: 19px;
    }

    .contents__rows p {
        font-family: Roboto;
        font-size: 14px;
        line-height: 16px;
    }

    .contents__rows--subtitle {
        margin-top: 20px;
        font-size: 10px;
    }
}

@media screen and (max-width: 430px) {
    .hero {
        overflow: hidden;
        background: url(../images/bg-mobile.jpg) no-repeat;
        background-position: -466px top;
        background-size: cover;
        padding: 52px 0;
    }

    .hero__logo {
        margin-bottom: 52px;
        max-width: 256px;
        max-height: 51px;
    }

    .hero__text {
        padding-left: 20px;
        margin-bottom: 15px;
        max-width: 251px;
        font-weight: 500;
        font-size: 12px;
        line-height: 12px;
        /* or 100% */
        font-feature-settings: "kern"off;
    }

    .hero__list {
        list-style: none;
    }

    .hero__list li {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 11px;
        margin-left: 20px;
        padding-left: 10px;
        max-width: 290px;
    }

    .hero__list li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        color: #970606;
    }

    .container {
        padding: unset;
    }

    .contents__rows {
        flex-direction: column;
        max-height: unset;
        min-height: unset;
        column-gap: 0;
    }

    .contents__rows:nth-child(even) {
        flex-direction: column;
    }

    .contents__rows:nth-child(odd) .contents__rows--box {
        background: #fff;
    }

    .contents__rows:not(:last-child) {
        margin-bottom: 10px;
    }

    .contents__rows--box {
        padding: 10px 20px;
        background: #E8F2FC;
    }

    .contents__rows--box:nth-child(2) {
        padding: 10px 20px 20px;
    }

    .contents__rows--box:nth-child(1) .rows__box--image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .contents__rows h2 {
        margin-top: 10px;
        font-size: 16px;
        line-height: 19px;
    }

    .contents__rows p {
        font-family: Roboto;
        font-size: 14px;
        line-height: 16px;
    }

    .contents__rows--subtitle {
        margin-top: 20px;
        font-size: 10px;
    }
}

/*# sourceMappingURL=main.css.map */