html, body {
    min-width: 320px;
}

body {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 13px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
    background: #fff;
}
body.body_overflow {
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    body.body_overflow_tablet {
        overflow: hidden;
    }
}
@media screen and (max-width: 767px) {
    body.body_overflow_mobile {
        overflow: hidden;
    }
}

#page-frame {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    background-color: #F7F8F9;
}
#page-frame__wrapper {
    display: flex;
}
#page-frame.page-frame_smoky_white {
    background: #f8f8f8;
}

#main-layout {
    flex: 1 1 auto;
    transition: transform 0.5s ease;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

.container-fluid {
    max-width: 1600px;
    padding-left: 20px;
    padding-right: 20px;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    min-width: 320px;
}

.header-top {
    background: #2B2B2B;
    color: #fff;
}
.header-top__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    padding: 2px 0;
}
.header-city__name {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    margin-right: 20px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    transition: border-color 0.3s ease;
    white-space: nowrap;
}
.header-city__name:hover {
    border-color: transparent;
    color: #FFFFFF;
}
.header-city__count {
    font-weight: 500;
    font-size: 12px;
    color: #0097D4;
    border-bottom: 1px solid rgba(0, 151, 212, 0.4);
    transition: border-color 0.3s ease;
}
.header-city__count:hover {
    border-color: transparent;
    color: #0097D4;
}
.header-contacts {
    display: flex;
    align-items: center;
}
.header-contacts__phone {
    font-size: 16px;
    color: #FFFFFF;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}
.header-contacts__phone-code {
    font-weight: 400;
}
.header-contacts__phone-number {
    font-weight: 600;
}
.header-contacts__phone:hover {
    color: #fff;
    opacity: 0.8;
}
.header-contacts__callback {
    opacity: 0.8;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    transition: border-color 0.3s ease;
    margin-left: 20px;
    white-space: nowrap;
}
.header-contacts__callback:hover {
    border-color: transparent;
    color: #FFFFFF;
}
.header-contacts__feedback {
    font-weight: 500;
    font-size: 12px;
    color: #0097D4;
    border-bottom: 1px solid rgba(0, 151, 212, 0.4);
    transition: border-color 0.3s ease;
    margin-left: 20px;
    white-space: nowrap;
}
.header-contacts__feedback:hover {
    border-color: transparent;
    color: #0097D4;
}

.header-alert {
    background-color: #95C518;
    display: flex;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 0px 20px;
    height: 100px;
    overflow: hidden;
    max-height: 35px;
    line-height: 1.2;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: max-height 0.2s ease;
}
.header-alert a {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.header-alert a:hover,
.header-alert a:focus {
    color: #fff;
}
@media screen and (max-width: 1099px) {
    .header-alert {
        font-size: 17px;
    }
}
@media screen and (max-width: 991px) {
    .header-alert {
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .header-alert {
        max-height: 45px;
    }
}
@media screen and (max-width: 479px) {
    .header-alert {
        font-size: 12px;
        line-height: 1.1;
    }
}
@media screen and (min-width: 768px) {
    .header-alert {
        display: flex !important;
    }
    .header-alert a:hover {
        border-color: transparent;
    }
}

.header-bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.header-bottom__group {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.header-logo {
    margin-right: 25px;
}
.header-logo__img {
    max-height: 52px;
    height: auto;
}
.header-search {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 100%;
    transition: width 0.5s ease;
    backface-visibility: hidden;
}
.header-search .twitter-typeahead {
    display: block!important;
}
.header-search__open {
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
}
.header-search__open:before {
    content: "\e929";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    font-family: "baikal-icons";
    color: #2B2B2B;
}
.header-search__input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #F2F2F2;
    border-bottom-color: #f2f2f2;
    font-weight: 600;
    font-size: 14px;
    color: #2B2B2B;
    padding-right: 25px;
    background-color: #fff;
}
.header-search__close {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.header-search__close:before {
    content: "\e903";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    font-family: "baikal-icons";
    color: #2B2B2B;
}
@media screen and (max-width: 1199px) {
    .header-city__terminal_desktop {
        display: none !important;
    }
}
@media screen and (max-width: 1099px) {
    .header-logo {
        overflow: hidden;
        margin-right: 20px;
    }
    .header-logo__img {
        max-width: none;
        max-height: 36px;
    }
}
@media screen and (max-width: 991px) {
    .header-city__name {
        border: none;
        font-weight: 600;
    }
    .header-city__count {
        border: none;
        font-weight: 600;
    }
    .header-contacts__phone {
        font-size: 14px;
    }
    .header-bottom__inner {
        height: 70px;
        position: relative;
    }
    .header-logo {
        width: auto;
    }
    .header-logo__img {
        height: auto;
        max-height: 44px;
        max-width: 100%;
    }
    .header-search {
        display: block !important;
        position: relative;
        top: 0;
        order: 3;
        transform: none;
        margin-top: 30px;
    }
    .header-search__open {
        display: none;
    }
    .header-search__close {
        /*display: none;*/
        right: 16px;
    }
    .header-search__input {
        background: #FFFFFF;
        border: 1px solid rgba(221, 221, 221, 0.6);
        box-sizing: border-box;
        height: 48px;
        display: block;
        box-shadow: none;
        width: 100%;
        padding: 14px 16px 14px 40px;
        font-weight: normal;
        font-size: 16px;
        line-height: 1.25;
        color: #2B2B2B;
    }
    .header-search:before {
        content: "\e929";
        position: absolute;
        top: 50%;
        left: 16px;
        z-index: 10;
        transform: translate(0, -50%);
        font-family: "baikal-icons";
        font-size: 16px;
        line-height: 1;
        font-weight: normal;
        color: #2B2B2B;
        pointer-events: none;
    }
}
@media screen and (max-width: 767px) {
    .header-city {
        flex: 0 0 100%;
        display: flex;
        justify-content: space-between;
    }
    .header-logo {
        margin-right: 30px;
    }
    .header-search {
        margin-top: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .header-city__terminal_mobile {
        display: none !important;
    }
}

.nav-main {
    display: flex;
    align-items: center;
    transition: visibility 0.2s ease, opacity 0.2s ease;
}
.nav-main__wrapper {
    position: relative;
}
.nav-main__inner {
    display: flex;
}
.nav-main__item {
    padding-right: 30px;
    position: relative;
}
.nav-main__item:last-child {
    padding-right: 0;
    margin-right: 33px;
}
.nav-main__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #2B2B2B;
    height: 80px;
    display: flex;
    padding: 10px 0;
    align-items: center;
}
.nav-main__submenu {
    display: none;
    /*position: fixed;*/
    position: absolute;
    /*left: -40px;*/
    /*width: 100%;*/
    padding: 40px 40px 40px 40px;
    text-align: left;
    /*top: 110px;*/
    /*top: 100%;*/
    /*box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.2) inset, 0 2px 4px 0 rgba(0, 0, 0, 0.1);*/
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.nav-main__submenu-inner {
    display: flex;
}
.nav-main__submenu-list:not(:last-child) {
    margin-right: 40px;
}
.nav-main__submenu-title {
    font-weight: 600;
    font-size: 14px;
    color: #0097D4;
    line-height: 1.3;
    margin-bottom: 16px;
}
.nav-main__submenu-item:not(:last-child) {
    margin-bottom: 10px;
}
.nav-main__submenu-link {
    font-weight: 500;
    font-size: 13px;
    color: #2b2b2b;
    line-height: 1.3;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}
.nav-main__submenu-link:hover {
    border-color: rgba(43, 43, 43, 0.2);
    color: #2b2b2b;
}
.nav-main__toggle {
    position: absolute;
    width: 30px;
    height: 21px;
    z-index: 10;
    cursor: pointer;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    transition: background-color 0.3s ease;
}
.nav-main__toggle__line {
    width: 100%;
    height: 3px;
    background-color: #292F33;
    position: relative;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
.nav-main__toggle__line + .nav-main__toggle__line {
    margin-top: 6px;
}
.nav-main__close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 22px;
}
.nav-main__close:before {
    content: "\e91c";
    font-family: "baikal-icons";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
}
@media screen and (min-width: 992px) {
    .nav-main_hidden_desktop {
        visibility: hidden;
        opacity: 0;
    }
    .nav-main__toggle {
        display: none !important;
    }
    .nav-main__wrapper {
        display: block !important;
    }
    .nav-main__submenu {
        background: url("../i/bg/bg-car.png") right calc(100% - 50px) no-repeat #fff;
        background-size: 190px 200px;
        /*left: -40px;*/
        /*top: 100%;*/
        position: fixed;
        top: 110px;
    }
    body.body_with_alert .nav-main__submenu {
        top: 145px;
    }
    .nav-main__submenu:not(.nav-main__submenu_active_desktop) {
        display: none !important;
    }
    .nav-main__link {
        white-space: nowrap;
        position: relative;
    }
    .nav-main__link:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 2px;
        background: #00A0DE;
        opacity: 0;
        transition: opacity 0.2s ease;
    }
    .nav-main__link_active:after,
    .nav-main__item:hover .nav-main__link:after {
        opacity: 1;
    }
    .nav-main__submenu-list {
        min-width: 220px;
        max-width: 280px;
    }
    .nav-main__submenu-item + .nav-main__submenu-title {
        margin-top: 32px;
    }
    .nav-main__submenu-title {
        white-space: nowrap;
    }
    .nav-main__submenu-link {
        /*white-space: nowrap;*/
    }
    .nav-main__submenu-link_active,
    .nav-main__submenu-link_active:hover,
    .nav-main__submenu-link_active:focus {
        color: #00A0DE;
        border-bottom: 1px solid rgba(0, 160, 222, 0.5);
    }
}
@media screen and (max-width: 1349px) {
    .nav-main__item {
        padding-right: 25px;
    }
    .nav-main__item:last-child {
        padding-right: 0;
        margin-right: 25px;
    }
}
@media screen and (max-width: 1279px) {
    .nav-main__item {
        padding-right: 18px;
    }
    .nav-main__item:last-child {
        padding-right: 0;
        margin-right: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .nav-main__item {
        padding-right: 16px;
    }
    .nav-main__item:last-child {
        padding-right: 0;
        margin-right: 16px;
    }
    .nav-main__link {
        font-size: 13px;
    }
}
@media screen and (max-width: 991px) {
    .nav-main {
        order: 5;
    }
    .nav-main__wrapper {
        display: none;
        position: fixed;
        top: 30px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 500;
        padding: 30px 15px;
        overflow-y: auto;
    }
    .nav-main__container {
        display: flex;
        flex-direction: column;
    }
    .nav-main__inner {
        flex-direction: column;
        width: 100%;
    }
    .nav-main__item {
        padding: 0;
        width: 100%;
    }
    .nav-main__link {
        height: auto;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
        font-size: 15px;
        line-height: 1.6;
        display: flex;
        align-items: center;
    }
    .nav-main__link_with_submenu:after {
        content: "\e91b";
        font-family: "baikal-icons";
        font-size: 8px;
        line-height: 1;
        font-weight: normal;
        margin-left: 15px;
        transform: rotate(-180deg);
        position: relative;
        top: 1px;
        transition: transform 0.2s ease;
    }
    .nav-main__link_expanded,
    .nav-main__link_active {
        color: #00A0DE;
    }
    .nav-main__link_expanded:hover,
    .nav-main__link_expanded:focus,
    .nav-main__link_active:hover,
    .nav-main__link_active:focus {
        color: #00A0DE;
    }
    .nav-main__link_expanded:after {
        transform: rotate(0);
        color: #2B2B2B;
    }
    .nav-main__submenu {
        display: none;
        position: relative;
        top: 0;
        padding: 0 !important;
        box-shadow: none;
        left: 0 !important;
        right: 0 !important;
    }
    .nav-main__submenu-inner {
        flex-direction: column;
    }
    .nav-main__submenu-list:nth-child(n) {
        margin: 0;
    }
    .nav-main__submenu-title {
        margin: 0;
        font-weight: 600;
        font-size: 15px;
        line-height: 1.6;
        color: #2B2B2B;
        padding: 16px 0 16px 20px;
        border-bottom: 1px solid #eee;
    }
    .nav-main__submenu-title_empty {
        display: none;
    }
    .nav-main__submenu-item:nth-child(n) {
        margin: 0;
    }
    .nav-main__submenu-link {
        display: block;
        padding: 12px 0 12px 40px;
        font-weight: 600;
        font-size: 13px;
        line-height: 1.3;
        color: #2B2B2B;
        border-bottom: 1px solid #eee !important;
    }
    .nav-main__submenu-link_active,
    .nav-main__submenu-link_active:hover,
    .nav-main__submenu-link_active:focus {
        color: #00A0DE;
    }
}
@media screen and (max-width: 767px) {
    .nav-main__wrapper {
        padding-top: 15px;
    }
    .nav-main__link {
        font-size: 14px;
        padding: 15px 0;
    }
    .nav-main__submenu-title {
        padding: 8px 0 8px 20px;
        font-size: 14px;
        line-height: 1.7;
    }
    .nav-main__submenu-link {
        padding: 8px 0 8px 40px;
        font-size: 12px;
        line-height: 1.7;
    }
}

.user-panel {
    display: flex;
    align-items: center;
}
.user-panel__item {
    position: relative;
    padding: 0 30px;
    display: flex;
    align-items: center;
}
.user-panel__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 50px;
    background-color: #F2F2F2;
}
.user-panel__item:last-child {
    padding-right: 0;
}
.user-panel__link {
    position: relative;
    white-space: nowrap;
}
.user-panel__link:before {
    font-family: 'baikal-icons';
    line-height: 1;
    font-weight: normal;
}
.user-panel__link_calc {
    font-size: 0;
    text-indent: -999em;
}
.user-panel__link_calc:before {
    content: "";
    display: block;
    width: 37px;
    height: 34px;
    background: url("../i/icons/icon-calc.svg") center center no-repeat;
    background-size: contain;
}
.user-panel__link_track {
    font-size: 0;
    text-indent: -999em;
}
.user-panel__link_track:before {
    content: "\e930";
    text-indent: 0;
    font-size: 34px;
    color: #0097D4;
}
.user-panel__link_cabinet {
    border-radius: 3px;
    border: none;
    padding: 0 20px 0 16px;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    background-image: linear-gradient(-135deg, #01AEF3 0%, #0097D4 100%);
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(2, 145, 211, 0.35);
    display: inline-flex;
    height: 50px;
    align-items: center;
    line-height: 50px;
}
.user-panel__link_cabinet:before {
    content: "\e92f";
    position: relative;
    font-size: 30px;
    margin-right: 16px;
}
.user-panel__link_cabinet:hover {
    box-shadow: 0 10px 20px 0 rgba(2, 145, 211, 0.45);
    color: #fff;
    background-image: linear-gradient(-135deg, #01AEF3 0%, #0097D4 100%);
}
@media screen and (min-width: 1530px) {
    .user-panel__item:last-child {
        padding: 0;
    }
    .user-panel__item:last-child:before {
        content: none;
        display: none;
    }
}
@media screen and (max-width: 1529px) {
    .user-panel__item {
        padding: 0 20px;
    }
    .user-panel__link_cabinet {
        width: 30px;
        height: 30px;
        text-indent: -999em;
        font-size: 0;
        box-shadow: none !important;
        padding: 0;
        background: none;
        top: -2px;
    }
    .user-panel__link_cabinet:before {
        text-indent: 0;
        color: #0097D4;
    }
    .user-panel__link_cabinet:hover {
        box-shadow: none;
        background: none;
    }
}
@media screen and (max-width: 1349px) {
    .user-panel__item {
        padding: 0 12px;
    }
    .user-panel__link_calc:before {
        width: 33px;
        height: 30px;
    }
    .user-panel__link_track:before {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .user-panel {
        margin-right: 50px;
    }
    .user-panel__item {
        padding: 0 20px;
    }
    .user-panel__item:last-child {
        padding-right: 20px;
    }
    .user-panel__item:last-child:before {
        content: "";
        display: block;
    }
    .user-panel__item:last-child:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        width: 1px;
        height: 50px;
        background-color: #F2F2F2;
    }
}

.header-region {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
    overflow-y: auto;
    display: none;
}
.header-region__inner {
    padding: 30px 0;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.header-region__header {
    margin-bottom: 30px;
    position: relative;
}
.header-region__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    color: #2B2B2B;
}
.header-region__close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
}
.header-region__close:before {
    content: "\e91c";
    font-family: "baikal-icons";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
}
.header-region__search {
    margin-bottom: 30px;
    position: relative;
}
.header-region__search-form {
    position: relative;
}
.header-region__search .twitter-typeahead {
    display: block!important;
}
.header-region__search-control.form-control {
    padding-right: 48px;
}
.header-region__search-button {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}
.header-region__search-button:before {
    content: "\e929";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "baikal-icons";
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    color: #2B2B2B;
}
.header-region__city-result {
    margin-top: 8px;
    font-weight: 500;
    display: block;
}
.header-region__city-result a {
    color: #00A0DE;
    border-bottom: 1px solid rgba(0, 160, 222, 0.5);
}
.header-region__city-result a:hover {
    color: #95C518;
    border-color: rgba(149, 197, 24, 0.5);
}
.header-region__list {
    column-count: 3;
}
.header-region__list-section {
    display: table;
    width: 100%;
    position: relative;
    padding-left: 32px;
    margin-bottom: 30px;
    break-inside: avoid-column;
}
.header-region__list-section:before {
    content: attr(data-letter);
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5;
    color: #2B2B2B;
    text-transform: uppercase;
}
.header-region__list-item:not(:last-child) {
    margin-bottom: 12px;
}
.header-region__list-link {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    color: #2B2B2B;
}
.header-region__list-helper {
    font-weight: 500;
    font-size: 11px;
    line-height: 1.3;
    color: rgba(43, 43, 43, 0.5);
    margin-left: 5px;
}
.header-region_active .header-region__inner {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .header-region__list {
        column-count: 2;
    }
}
@media screen and (max-width: 767px) {
    .header-region__inner {
        padding: 22px 0;
    }
    .header-region__header {
        margin-bottom: 20px;
    }
    .header-region__list {
        column-count: 1;
    }
    .header-region__title {
        font-size: 16px;
        line-height: 1.2;
    }
    .header-region__search {
        margin-bottom: 20px;
    }
}

.city-guess {
    position: fixed;
    /*width: 100%;
    height: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    /*background: rgba(0,0,0,.6);*/
    z-index: 9999;
    display: none;
}
.city-guess__overlay {}
.city-guess__container {
    position: relative;
}
.city-guess__name {
    display: inline-block;
    background: #fff;
    color: #999;
    line-height: 30px;
    padding: 0 15px;
    margin-left: -15px;
    font-size: 13px;
}
.city-guess__modal {
    position: absolute;
    display: inline-block;
    background: #fff;
    color: #2b2b2b;
    padding: 30px;
    top: 38px;
    left: 20px;
    line-height: 1;
    -moz-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(221,221,221,0.25);
    border-radius: 4px;
}
.city-guess__modal:before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 100%;
    margin-bottom: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent rgba(221,221,221,0.25) transparent;
    z-index: -2;
}
.city-guess__modal:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 100%;
    margin-bottom: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
}
.city-guess__modal-helper {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #2B2B2B;
}
.city-guess__modal-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #2B2B2B;
}
.city-guess__modal-footer {
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.city-guess__modal-btn.btn {
    margin-left: 30px;
    padding: 0 32px;
}
.city-guess__modal-link {
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.23;
    color: rgba(43, 43, 43, 0.5);
    border-bottom: 1px dashed rgba(43, 43, 43, 0.3);
}
.city-guess__modal-link:hover {
    color: rgba(43, 43, 43, 0.5);
    border-color: transparent;
}
@media screen and (max-width: 767px) {
    .city-guess__modal {
        padding: 20px;
        top: 30px;
    }
    .city-guess__modal-btn.btn {
       margin-left: 15px;
    }
}

.mobile-contacts {
    display: flex;
    order: -1;
}
.mobile-contacts__phone {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #2B2B2B;
    margin-right: 20px;
}
.mobile-contacts__callback {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.6;
    color: #00A0DE;
}
@media screen and (max-width: 767px) {
    .mobile-contacts {
        flex-direction: column;
        align-items: flex-start;
    }
    .mobile-contacts__phone {
        font-size: 18px;
    }
    .mobile-contacts__callback {
        font-size: 13px;
        margin-top: 5px;
    }
}

.mobile-panel {
    display: flex;
    border-top: 1px solid rgba(43, 43, 43, 0.1);
    margin: 10px -15px 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.mobile-panel__item {
    flex: 1;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.3;
    color: #2B2B2B;
}
.mobile-panel__item:not(:last-child) {
    border-right: 1px solid rgba(43, 43, 43, 0.1);
}
.mobile-panel__link {
    display: block;
    height: 100%;
    padding: 48px 8px 12px;
    position: relative;
}
.mobile-panel__link:before {
    font-family: 'baikal-icons';
    line-height: 1;
    font-weight: normal;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #0097D4;
}
.mobile-panel__link_calc:before {
    content: "";
    display: block;
    width: 37px;
    height: 30px;
    background: url("../i/icons/icon-calc.svg") center center no-repeat;
    background-size: contain;
}
.mobile-panel__link_track:before {
    content: "\e930";
    font-size: 30px;
}
.mobile-panel__link_cabinet:before {
    content: "\e92f";
    font-size: 30px;
}

main {
    margin-top: 110px;
}
body.body_with_alert main {
    margin-top: 145px;
}
@media screen and (max-width: 991px) {
    main {
        margin-top: 100px;
    }
    body.body_with_alert main {
       margin-top: 135px;
    }
}
@media screen and (max-width: 767px) {
    body.body_with_alert main {
       margin-top: 145px;
    }
}

