

/* Start:/local/templates/mendeleev/components/bitrix/news.list/about/style.css?169952909610320*/
.first-screen {
    position: relative;
    display: flex;
    height: 900px;
    padding: 0 45px;
    overflow: hidden;
}

.first-screen > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.first-screen__short-title h1 {
    z-index: 1;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
    margin-top: 265px;
    font-family: sans-serif;
}

.first-screen__title {
    z-index: 1;
    position: relative;
    font-weight: 100;
    font-size: 64px;
    max-width: 850px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: 10px;
    text-transform: unset;
    font-family: sans-serif;
}

.about {
    padding: 100px 45px;
    display: flex;
    overflow: hidden;
}

.about__inner {
    display: flex;
}

.about__image {
    width: 520px;
}

.about__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-style: normal;
    padding: 30px;
}

.about__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #262626;
}

.about__description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #262626;
    margin-top: 40px;
}

.commands {
    background: #E6E2DC;
    display: flex;
    padding: 100px 45px;
    overflow: hidden;
}

.commands__title {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #262626;
}

.commands__items {
    margin-top: 60px;
}

.commands-management__item {
    position: relative;
}

.commands-management__item-even {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 500px;
    overflow: hidden;
}

.commands-management__item-odd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 500px;
    grid-auto-flow: dense;
    overflow: hidden;
}

.commands-management__item-odd .commands-management__item--photo {
    grid-column: 2 / 3;
}

.commands-management__item-odd .commands-management__item--inner {
    grid-column: 1 / 2;
}

.commands-management__item--photo {
    position: relative;
    width: 100%;
}

.commands-management__item--photo .photo-default {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    width: 50%;
    height: 50%;
}

.commands-management__item--photo img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.commands-management__item--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #b6b0a8;
}

.commands-management__item--icon {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
}

.commands-management__item--icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.commands-management__item--position {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #262626;
    margin-bottom: 10px;
}

.commands-management__item--fio {
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    color: #262626;
    max-width: 280px;
}

.commands-worker__item {
    display: flex;
    padding: 70px 0;
}

.commands-worker__item--department {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.commands-worker__item--department-name {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    color: #262626;
    margin-top: 150px;
    max-width: 450px;
}

.commands-worker__item--department-phone a {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #262626;
    margin-top: 10px;
    text-decoration: none;
}

.commands-worker__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 50px;
}

.commands-worker__item {
    display: grid;
    grid-template-columns: minmax(auto, 410px) auto;
    grid-column-gap: 40px;
    padding: 70px 0;
    border-bottom: 1px solid #B5A994;
}

.commands-worker__item:last-child {
    padding: 70px 0 0;
    border: none;
}

.commands-worker__item--inner {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.commands-worker__item--photo {
    width: 390px;
    height: 390px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #B5A994;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.commands-worker__item--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.commands-worker__item--photo .photo-default {
    object-fit: contain;
    width: 50%;
    height: 50%;
}

.commands-worker__item--position {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #262626;
    margin-top: 20px;
}

.commands-worker__item--fio {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #262626;
}

.info {
    display: flex;
    height: 696px;
    padding: 100px 0;
    background: #26355D;
    overflow: hidden;
}

.info__top {
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.info__bottom {
    display: grid;
    grid-template-columns: repeat(4, minmax(auto, 255px));
    grid-column-gap: 30px;
    justify-content: space-between;
}

.info__bottom--work-schedule p:first-child,
.info__bottom--postal-address p:first-child,
.info__bottom--e-mail p:first-child,
.info__bottom--phone p:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0;
}

.info__bottom--work-schedule p:last-child,
.info__bottom--postal-address p:last-child,
.info__bottom--e-mail p:last-child a,
.info__bottom--phone p:last-child a {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0;
    text-decoration: none;
}

.regulation {
    padding: 100px 45px;
    display: flex;
    overflow: hidden;
}

.regulation__inner {
    display: flex;
    flex-direction: column;
}

.regulation__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #262626;
}

.regulation__description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #262626;
    margin-top: 40px;
}

.regulation__description p:last-child {
    margin: 0;
}

.regulation__widget-rosturizm {
    margin-top: 48px;
}

.mm2020-footer-wrapper {
    overflow: hidden;
}

@media (max-width: 1200px) {
    .commands-worker__item {
        grid-template-columns: minmax(auto, 410px) auto;
    }

    .commands-worker__item--photo {
        width: 330px;
        height: 330px;
    }
}

@media (max-width: 1024px) {
    .about__image {
        display: none;
    }

    .commands-worker__item--photo {
        width: 290px;
        height: 290px;
    }
}


@media (max-width: 1000px) {
    .commands-management__item-even,
    .commands-management__item-odd {
        grid-template-columns: auto;
        grid-template-rows: 450px 295px;
    }

    .commands-management__item-odd .commands-management__item--photo,
    .commands-management__item-odd .commands-management__item--inner {
        grid-column: auto;
    }

    .commands-worker__item {
        grid-template-columns: auto;
        padding: 60px 0;
    }

    .commands-worker__item--department {
        margin-bottom: 40px;
    }

    .commands-worker__item--department-name {
        margin-top: 0;
        max-width: fit-content;
    }

    .commands-worker__item--photo {
        width: 270px;
        height: 270px;
    }

    .info {
        height: 850px;
    }
}

@media (max-width: 768px) {
    .first-screen {
        height: 650px;
    }

    .first-screen__short-title {
        margin-top: 180px;
    }

    .first-screen__title {
        font-size: 36px;
    }

    .about {
        padding: 80px 45px;
    }

    .about__title {
        font-size: 32px;
    }

    .about__description {
        font-size: 16px;
    }

    .regulation {
        padding: 80px 45px;
    }

    .regulation__title {
        font-size: 32px;
    }

    .regulation__description {
        font-size: 16px;
    }

    .commands__title {
        font-size: 32px;
    }

    .commands {
        padding: 80px 45px;
    }

    .commands-management__item--position {
        font-weight: 400;
        font-size: 14px;
    }

    .commands-management__item--fio {
        font-size: 28px;
    }

    .commands-worker__item--department-name {
        font-size: 28px;
    }

    .commands-worker__item--department-phone {
        font-size: 18px;
    }

    .info {
        padding: 80px 0;
        height: fit-content;
    }

    .info__top {
        font-size: 24px;
    }

    .info__bottom--work-schedule p:last-child,
    .info__bottom--postal-address p:last-child,
    .info__bottom--e-mail p:last-child a,
    .info__bottom--phone p:last-child a {
        font-size: 18px;
    }

    .info__bottom {
        grid-template-columns: repeat(2, minmax(auto, 50%));
        grid-row-gap: 40px;
    }
}

@media (max-width: 650px) {

    .about,
    .regulation {
        padding: 80px 0;
    }

    .about__right {
        padding: 0;
    }

    .commands-worker__items {
        grid-template-columns: auto;
    }

    .commands-management__item-even, .commands-management__item-odd {
        grid-template-rows: 250px 210px;
    }

    .commands {
        padding: 80px 0px;
    }

    .commands-worker__item--department {
        text-align: center;
    }

    .commands-worker__item--department-name,
    .commands-worker__item--department-phone {
        margin: auto;
    }

    .info__bottom {
        grid-template-columns: auto;
        grid-row-gap: 20px;
    }
}

@media (max-width: 425px) {
    .about,
    .commands,
    .info,
    .regulation {
        padding: 40px 0;
    }

    .commands__items {
        margin-top: 40px;
    }
}

@media (min-width: 1170px) {
    .container {
        width: 1290px !important;
    }
}
/* End */
/* /local/templates/mendeleev/components/bitrix/news.list/about/style.css?169952909610320 */
