:root {
    --blue: #287ab2;
    --red: #ad0000;
    --lightblue: #f4f8fc;
}

.page-head {
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}

.page-head__title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
}

.page-head__subtitle {
    font-size: 27px;
    font-weight: normal;
}

.page-head__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px 50px;
    z-index: 1;
}

.page-head:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* z-index: 1; */
    background: -webkit-gradient(linear, left bottom, left top, from(#000000c2), to(transparent));
    background: -o-linear-gradient(bottom, #000000c2, transparent);
    background: linear-gradient(0deg, #000000c2, transparent);
}

.links-grid li.no-bg {
    background: transparent;
    vertical-align: bottom;
}

.link-grid__small-text {
    font-size: 14px;
    line-height: 1.5;
}

.mustread-block--blue .pageblock-title {
    color: var(--blue);
}

.section {
    margin: 32px 0;
}

.divider,
.divider--short {
    position: relative;
    text-align: center;
    height: 2px;
    width: 100%;
    font-size: 0;
}

.divider--short::before {
    content: ' ';
    width: 277px;
    height: 2px;
    background-color: var(--lightblue);
    display: inline-block;
}

.link {
    color: var(--blue);
}

.link--blue {
    color: var(--blue);
}

.link--medium {
    font-size: 18px;
}

.link--bold {
    font-family: "SegoeUIBold", sans-serif;
}

.text--red {
    color: var(--red);
}

.text--blue {
    color: var(--blue);
}

.text--small {
    font-size: 17px;
}

.text--up {
    text-transform: uppercase;
}

.text--bold {
    font-family: "SegoeUISemiBold", sans-serif;
}

.text-center p {
    margin: 22px 0;
}

.title--big {
    font-size: 28px;
    text-transform: uppercase;
    font-family: "SegoeUISemiBold", serif;
}

.title--blue {
    color: var(--blue);
}

.dispatcher {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dispatcher__text {
    color: var(--blue);
    text-transform: uppercase;
    font-family: 'SegoeUISemiBold', sans-serif;
    font-size: 29px;
    line-height: 1.2;
}

.dispatcher__phone {
    display: inline-flex;
    align-items: center;
    font-size: 32px;
    font-family: 'SegoeUISemiBold', sans-serif;
    color: var(--blue);
}

.dispatcher__phone:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url('../img/large-phone-icon.png') center top no-repeat;
    vertical-align: middle;
    display: inline-block;
    background-size: contain;
}

.dispatcher__warning {
    background: var(--blue);
    font-size: 29px;
    color: #fff;
    font-family: 'SegoeUISemiBold', sans-serif;
    text-transform: uppercase;
    padding: 11px 36px;
    border-radius: 12px;
    line-height: 1.2;
}

.dispatcher__right {
    width: 41%;
}

.dispatcher__left {
    width: 57%;
    display: flex;
    align-items: center;
}

.dispatcher__photo {
    flex-shrink: 0;
}

.dispatcher__info {
    padding-left: 39px;
}

.h3 {
    font-size: 23px;
    text-align: center;
    margin: 42px 0;
    font-family: "SegoeUISemiBold", sans-serif;
}

.h4 {
    font-size: 23px;
    text-align: center;
    margin: 42px 0;
    font-family: "SegoeUISemiBold", sans-serif;
}

.margined {
    width: 56%;
    margin-left: auto;
    margin-right: auto;
}

.spaced {
    margin: 32px 0;
}

.address-grid {
    margin: 54px 0;
}

.address-grid__address {
    font-size: 22px;
    font-family: "SegoeUIBold", sans-serif;
    margin-bottom: 11px;
}

.address-grid__col {
    width: 48%;
}

.address-grid__list {
    list-style: none;
}

.address-grid__region {
    font-size: 25px;
    font-family: "SegoeUIBold", sans-serif;
    margin-bottom: 27px;
}

.address-grid__row>.address-grid__region {
    width: 54%;
    margin: 0 auto 27px;
    text-align: center;
}

.address-grid__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.align-self-center {
    margin-left: auto;
    margin-right: auto;
}

.address-grid__shedule {
    min-height: 143px;
}

.address-grid__title {
    font-size: 23px;
    text-align: center;
    font-family: "SegoeUISemiBold", sans-serif;
    margin-bottom: 27px;
}

.infoblock-center .link {
    text-decoration: underline;
}

.infoblock-center ul {
    list-style: none;
    margin: 0;
}

.ul--style_none {
    list-style: none;
    margin: 0;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz16 {
    font-size: 16px;
}

.fz17 {
    font-size: 17px;
}

.fz18 {
    font-size: 18px;
}

.fz19 {
    font-size: 19px;
}

.fz20 {
    font-size: 20px;
}

.fz21 {
    font-size: 21px;
}

.fz22 {
    font-size: 22px;
}

.fz23 {
    font-size: 23px;
}

.fz24 {
    font-size: 24px;
}

.fz25 {
    font-size: 25px;
}

.fz26 {
    font-size: 26px;
}

.fz27 {
    font-size: 27px;
}

.fz28 {
    font-size: 28px;
}

.fz29 {
    font-size: 29px;
}

.width50,
.width60,
.width70,
.width80 {
    margin-left: auto;
    margin-right: auto;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.width80 {
    width: 80%;
}

.float-right {
    float: right;
    margin: 0 0 21px 21px;
}

.float-left {
    float: left;
    margin: 0 21px 21px 0;
}

.overflow {
    overflow: hidden;
}

.margin {
    margin: 32px 0;
}

.mustread-block--blue li:nth-child(2n) {
    color: var(--blue);
    font-family: "SegoeUIRegular", sans-serif;
}

.traffic-light {
    text-align: center;
    margin: 44px 0;
}

.traffic-light__text {
    text-transform: uppercase;
    font-size: 29px;
    font-family: "SegoeUISemibold", sans-serif;
}

.traffic-light__img {
    text-align: center;
    margin-top: 21px;
}

.warning {
    border: 3px solid #ff0031;
    padding: 25px 20px;
}

.warning--yellow {
    border-color: #ffc72e;
}

@media (max-width: 1200px) {}

@media (max-width: 1150px) {
    .dispatcher__warning {
        font-size: 26px;
        padding: 11px 36px;
    }

    .dispatcher__text {
        font-size: 26px;
    }

    .address-grid__shedule {
        /* min-height: 99px; */
    }

    .address-grid__address {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {

    .width50,
    .width60,
    .width70,
    .width80 {
        width: 100%;
    }

    .blue-circle {
        clear: both;
    }

    .fz28 {
        font-size: 25px;
    }

    .address-grid__row>.address-grid__region {
        width: 100%;
    }
}

@media (max-width: 639.98px) {
    .page-head__bottom {
        padding: 8px 16px;
    }

    .page-head__title {
        font-size: 21px;
    }

    .page-head__subtitle {
        font-size: 18px;
    }

    .new-page-wrap {
        margin-top: 0;
    }

    .fz22 {
        font-size: 14px;
    }

    .fz29 {
        font-size: 19px;
    }

    .title--big {
        font-size: 20px;
    }

    .mustread-block .pageblock-title {
        padding: 20px 0;
        font-size: 18px;
        line-height: 1.2;
    }

    .h3 {
        font-size: 17px;
        margin: 22px 0;
    }

    ul.blue-circle li {
        margin-bottom: 19px;
    }

    .h4 {
        font-size: 17px;
        margin: 22px 0;
    }

    .dispatcher {
        flex-direction: column;
    }

    .dispatcher__left {
        width: 100%;
    }

    .dispatcher__right {
        width: 100%;
        margin-top: 12px;
    }

    .address-grid__col {
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }

    .address-grid__shedule {
        min-height: auto;
        margin-bottom: 21px;
    }

}

@media (max-width: 479.98px) {
    h1.new-page-title br {
        display: none;
    }

    .bl-block {
        padding: 24px 0;
        display: flex;
        position: relative;
    }

    .bl-right {
        right: 5px;
        top: 29px;
        width: 25%;
        display: block;
    }

    .bl-text {
        font-size: 14px;
        margin-left: -30px;
        margin-top: 24px;
    }

    .bl-title {
        margin-left: 12px;
    }

    .link {
        font-size: 14px;
    }

    .fz28 {
        font-size: 16px;
    }

    .fz23 {
        font-size: 16px;
    }

    .bordered {
        padding: 16px 10px;
    }

    .address-grid__region {
        font-size: 19px;
    }

    .address-grid__col {
        width: 100%;
        text-align: center;
    }

    .address-grid__shedule {
        min-height: auto;
    }

    .address-grid__address {
        font-size: 14px;
    }

    .address-grid__list {
        margin-left: 0;
    }

    .traffic-light__text {
        font-size: 19px;
    }

    .dispatcher {
        flex-direction: column;
    }

    .dispatcher__left {
        display: flex;
        flex-direction: column;
    }

    .flex-row .left {
        margin-bottom: 12px;
    }

    .dispatcher__info {
        text-align: center;
        padding-left: 0;
    }

    .dispatcher__text {
        font-size: 19px;
        margin: 12px 0;
    }

    .dispatcher__phone {
        font-size: 27px;
    }

    .dispatcher__warning {
        font-size: 19px;
        text-align: center;
        padding: 11px 36px;
    }

    .address-grid__title {
        font-size: 16px;
    }
}

@media (max-width: 359.98px) {}