

/* Start:/local/templates/lastochka/components/bitrix/news/offices/bitrix/news.detail/.default/style.css?17780550513954*/
.office_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 10px 20px 18px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .office_item {
        flex-direction: row;
        min-height: 160px;
        padding: 10px 20px 10px 35px;
    }
}

.office_item .metro_cont, .office_item .addr_cont, .office_item .regim_cont {
    width: 100%;
}
@media only screen and (min-width: 992px) {
    .metro_cont {
        width: 26%;
    }
}

.metro_cont .metro_colors_cont {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 8px;
    height: 100%;
    top: 0;
    left: 0;
}
@media only screen and (min-width: 992px) {
    .metro_cont .metro_colors_cont {
        width: 15px;
    }
}

.metro_cont .metro_colors_cont .line_color:first-child {
    border-top-left-radius: 7px;
}
.metro_cont .metro_colors_cont .line_color:last-child {
    border-bottom-left-radius: 7px;
}
.metro_cont .metro_colors_cont .line_color {
    width: 100%;
    height: 100%;
}
.line_color.gray {
    background-color: #acadaf;
}
.line_color.yellow {
    background-color: #ffd803;
}
.line_color.green {
    background-color: #38a065;
}
.line_color.red {
    background-color: #CF2028;
}
.line_color.violet {
    background-color: #9c0080;
}
.line_color.orange {
    background-color: #FF9900;
}
.line_color.salad {
    background-color: #b7c834;
}

.metro_cont .addr_txt {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #171717;
}

.metro_cont .merto_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 25px;
    padding-left: 34px;
}
.metro_cont .merto_list.m {
    background: url('/images/logo_metro.svg') 0 50% no-repeat transparent;
    background-size: 24px;
}
.metro_cont .merto_list .metro {
    width: 100%;
    display: block;
}

.link {
    color: var(--color-blue);
    text-decoration: underline;
    cursor: pointer;
}

.metro_cont .regim_cont {
    margin-top: 20px;
}
.regim_cont {
    padding-left: 31px;
    background: url('/images/alarm.svg') 0 50% no-repeat transparent;
    background-size: 24px;
}

._phones {
    margin-top: 20px;
    padding-left: 31px;
    background: url('/images/telephone.svg') 0 50% no-repeat transparent;
    background-size: 24px;
}
._phones ._ph {
    color: var(--color-primary);
	text-decoration: none;
}


/*.how_to_get*/
.how_to_get ._list {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
.how_to_get ._list .state_block {
        display: flex;
        flex-direction: column;
        row-gap: 6px;
        background-color: var(--color-gray);
        border-radius: 20px;
        color: var(--color-text);

        padding: 24px 20px 24px 64px;
    }
.how_to_get ._list .state_block .state_prefix {
        margin-left: -44px;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 400;
        color: var(--color-text-light);
        position: relative;
    }
.how_to_get ._list .state_block .state_name {
        font-size: 30px;
        line-height: 1.2;
        font-weight: 600;
        color: var(--color-text);
    }

.gold_standard ._list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
.gold_standard     ._list .item {
        width: auto;
        display: flex;
        flex-direction: row;

        padding: 12px 20px;
        background-color: var(--color-gray);
        border-radius: 20px;
        color: var(--color-text);
        font-size: 14px;
        line-height: 1.2;
    }

/* End */


/* Start:/locations/include/ratings_block/style.css?1777985341817*/
._ya_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media screen and (max-width: 767px) {
._ya_block {
    float: left;
    margin-top: 20px;
}
}
@media screen and (min-width: 768px) {
._ya_block {
    position: absolute;
    right: 20px;
    top: 20px;
}
}
._sm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    width: 230px;
    padding: 15px 20px;
    border: 0.5px solid #fff;
    border-radius: 12px;
    background: #efefef;
}
._sm .pin {
    width: 24px;
    height: 32px;
}
._sm ._ratio {
    font-weight: 600;
    font-size: 28px;
}
._sm .stars {
    width: 100px;
    margin-left: auto;
}
._sm ._otz {
    width: 100%;
    font-size: 12px;
    line-height: 1;
}
._r .link {
    font-size: 20px;
}

/* End */


/* Start:/include/top_block_main/style.css?17781540691417*/
.hero__content {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 767px) {
.hero__image {
    display: none;
}    
}
@media (min-width: 768px) {
.hero__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 330px;
    height: 100%;
}
.hero__image > img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}  
}
@media (min-width: 1200px) {
.hero__content {
    height: 600px;
    row-gap: 40px;
}
.hero__image {
    width: 406px;
}    
}

.hero__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 20px;
}
.hero__title {
    max-width: 260px;
    font-family: 'Days One', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: var(--color-primary);
    line-height: 1;
}
.hero__title.red {
    color: var(--color-red);
}
.hero__subtitle {
    font-size: 14px;
    color: var(--color-text);
    line-height: 1.3;
}

@media (min-width: 768px) {
.hero__title {
    max-width: 350px;
    font-size: 40px;
}
.hero__subtitle {
    max-width: 343px;
    font-size: 16px;
}
}
@media (min-width: 1200px) {
.hero__text {
    row-gap: 30px;
}
.hero__title {
    max-width: 693px;
    font-size: 80px;
}
.hero__subtitle {
    max-width: 400px;
    font-size: 20px;
}
}

/* End */


/* Start:/include/online_assessment/style.css?17755408401858*/
.hero__text .preim {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
}
@media (max-width: 1023px) {
.hero__text .preim {
    max-width: 410px;
}
}
.hero__text .preim ._title {
    font-size: 23px;
    font-weight: 400;
    font-family: 'Days One';
    color: var(--color-primary);
    line-height: 1.1;
}
.hero__text .preim .preim_list {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.hero__text .preim .preim_list li {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.3;
}
.hero__text .preim .btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-family: 'Days One';
    font-size: 14px;
    font-weight: 400;
    color: var(--color-primary);
    line-height: 1;
}
.hero__text .preim .btns .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 30px;
}
.hero__text .preim .btns .icon.tg {
    background-image: url(/images/main/tg_btn.png);
}
.hero__text .preim .btns .icon.max {
    background-image: url(/images/main/max_btn.png);
}
.hero__text .preim .btns .icon.vk {
    background-image: url(/images/main/vk_btn.png);
}

@media (min-width: 768px) {
.hero__text .preim ._title {
    max-width: 340px;
}
}

@media (min-width: 1200px) {
.hero__text .preim {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
}
.hero__text .preim ._title {
    max-width: 510px;
    font-size: 34px;
}
.hero__text .preim .preim_list li {
    font-size: 18px;
}
}
/* End */
/* /local/templates/lastochka/components/bitrix/news/offices/bitrix/news.detail/.default/style.css?17780550513954 */
/* /locations/include/ratings_block/style.css?1777985341817 */
/* /include/top_block_main/style.css?17781540691417 */
/* /include/online_assessment/style.css?17755408401858 */
