@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext");
@import url("../font/gost-type-a/stylesheet.css");

html {
    min-height: 100%;
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    font-family: "Open Sans", sans-serif;
    color: #000008;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    transition: .3s;
    color: #ab0433;
}

a:hover {
    color: #ab0433;
}

strong {
    font-weight: 600;
}

.pdf-button {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .pdf-button {
        font-size: 20px;
    }
}

.pdf-button img {
    margin-top: -20px;
}

@media (max-width: 767px) {
    .pdf-button img {
        margin-top: -10px;
        width: 20px;
    }
}

.imaged-button {
    display: block;
    height: 125px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 120px;
}

@media (max-width: 767px) {
    .imaged-button {
        margin-bottom: 30px;
    }
}

.imaged-button a {
    display: block;
    width: 100%;
    height: 100%;
}

.imaged-button img {
    max-width: 80%;
}

.modal-dialog {
    width: 100%;
    max-width: none;
    border: none;
}

.modal-content {
    border: none;
    border-radius: 6px;
    overflow: hidden;
}

.modal-header {
    background-color: #ab0433;
    height: 140px;
    padding: 60px 0 0 0;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 767px) {
    .modal-header {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .modal-header {
        padding: 60px 30px 30px 30px;
        height: auto;
        font-size: 20px;
    }
}

.modal-header_alt {
    height: 270px;
    position: relative;
    overflow: hidden;
    padding: 0 0 0 50px;
}

@media (max-width: 575px) {
    .modal-header_alt {
        padding: 0 0 0 15px;
    }
}

.modal-header_alt .modal-title {
    position: absolute;
    width: calc(100% - 100px);
    bottom: 30px;
    left: 50px;
}

@media (max-width: 575px) {
    .modal-header_alt .modal-title {
        width: calc(100% - 30px);
        left: 15px;
    }
}

.modal-header__background {
    position: absolute;
    margin: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    left: -10000px;
    right: -10000px;
    max-width: none;
}

.modal-header .modal-title {
    width: 100%;
}

.modal-header .close {
    top: 15px;
    right: 15px;
    position: absolute;
}

.modal-body_alt {
    padding: 30px 50px 50px 50px;
    font-size: 20px;
}

@media (max-width: 575px) {
    .modal-body_alt {
        padding: 30px 15px;
        font-size: 18px;
    }
}

.spacer {
    width: 100%;
    clear: both;
}

.spacer_100 {
    height: 100px;
}

.spacer_50 {
    height: 50px;
}

.section__background {
    position: absolute;
}

.section__background_image_belt {
    right: 0;
    top: -160px;
    z-index: -1;
}

.section__background_image_sad-man {
    width: 100%;
    min-height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    text-align: right;
    overflow: hidden;
    background-color: #f3f3f3;
}

.section__background_image_sad-man img {
    height: 100%;
    max-width: none;
    position: absolute;
    right: 0;
}

.section__background_image_drawn-doc {
    right: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.section__background_image_drawn-doc img {
    height: 100%;
    max-width: none;
    position: absolute;
    right: 0;
}

.section__background_image_man-with-pill {
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f3f3f3;
}

.section__background_image_man-with-pill img {
    height: 100%;
    max-width: none;
    position: absolute;
    left: 0;
}

.section__background_color_red {
    background-color: #ab0433;
    color: #fff;
}

.section__background_color_gray {
    background-color: #f3f3f3;
}

.section__type_padded-50 {
    padding: 50px 50px 30px 50px;
}

@media (max-width: 575px) {
    .section__type_padded-50 {
        padding: 30px;
    }
}

.section__type_padded-50x100 {
    padding: 100px 50px 80px 50px;
}

@media (max-width: 767px) {
    .section__type_padded-50x100 {
        padding: 50px 50px 30px 50px;
    }
}

@media (max-width: 575px) {
    .section__type_padded-50x100 {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .section__type_padded-xs-0 {
        padding: 30px 15px;
    }
}

.section__type_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .section__type_flex {
        display: block;
    }
}

.section__type_flex > div {
    padding: 0 15px;
    margin-bottom: 10px;
}

.section__type_flex > div img {
    width: 100%;
    height: auto;
}

.section__type_flex > div:first-of-type {
    padding-left: 0;
}

.section__type_flex > div:last-of-type {
    padding-right: 0;
}

@media (max-width: 767px) {
    .section__type_flex > div {
        padding: 0;
    }
}

.section__type_rounded {
    border-radius: 5px;
}

@media (max-width: 575px) {
    .section__type_rounded {
        border-radius: 0;
    }
}

.section__bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}

.section__bottom_type_1 {
    height: 300px;
}

.section__top {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
}

.section__top_type_1 {
    height: 165px;
}

@media (max-width: 991px) {
    .section__top_type_1 {
        height: 145px;
    }
}

@media (max-width: 767px) {
    .section__top_type_1 {
        height: 165px;
    }
}

@media (max-width: 575px) {
    .section__top_type_1 {
        height: 125px;
    }
}

.section__separator {
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    height: 275px;
    bottom: 0;
    left: 0;
}

.section__separator_offset-1 {
    bottom: -90px;
}

.section__separator_offset-2 {
    bottom: -40px;
    height: 450px;
}

.section__separator .inner, .section__separator .inner-2 {
    position: absolute;
    width: 3000px;
    height: 100%;
    margin: auto;
    left: -10000px;
    right: -10000px;
    top: 0;
}

.section__separator .inner:before, .section__separator .inner-2:before {
    content: '';
    position: absolute;
    background-color: #f3f3f3;
    width: 60%;
    height: 500%;
    -ms-transform: skewY(9deg);
    transform: skewY(9deg);
    bottom: 52%;
}

.section__separator .inner:after, .section__separator .inner-2:after {
    content: '';
    position: absolute;
    background-color: #f3f3f3;
    width: 40%;
    height: 500%;
    -ms-transform: skewY(-25deg);
    transform: skewY(-25deg);
    bottom: 102%;
    right: 0;
}

.section__separator .inner-2:before {
    content: '';
    position: absolute;
    background-color: #f3f3f3;
    width: 40%;
    height: 500%;
    -ms-transform: skewY(25deg);
    transform: skewY(25deg);
    bottom: 83%;
}

.section__separator .inner-2:after {
    content: '';
    position: absolute;
    background-color: #f3f3f3;
    width: 60%;
    height: 500%;
    -ms-transform: skewY(-9deg);
    transform: skewY(-9deg);
    bottom: 52.7%;
    right: 0;
}

.title {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
}

.title_type_main {
    font-size: 30px;
    line-height: 36px;
}

@media (max-width: 767px) {
    .title_type_main {
        font-size: 24px;
        line-height: 30px;
    }
}

.title_type_huge {
    font-size: 40px;
    line-height: 46px;
}

.title_type_mini {
    color: #999999;
    margin-bottom: 15px;
}

.title_type_secondary {
    font-size: 24px;
    line-height: 30px;
}

.title_color_red {
    color: #ab0433;
}

.title strong {
    font-weight: 900;
}

.text_size_10 {
    font-size: 10px;
    line-height: 12px;
}

.text_size_20 {
    font-size: 20px;
    line-height: 24px;
}

@media (max-width: 575px) {
    .text_size_20 {
        font-size: 18px;
        line-height: 22px;
    }
}

.text_size_24 {
    font-size: 24px;
    line-height: 28px;
}

@media (max-width: 575px) {
    .text_size_24 {
        font-size: 20px;
        line-height: 26px;
    }
}

.text_color_red {
    color: #ab0433;
}

.text_color_black {
    color: #000;
}

.text_type_uppercase {
    text-transform: uppercase;
}

.text_type_semibold {
    font-weight: 600;
}

.text_type_transparent-40 {
    opacity: .4;
}

.text_offset_custom-1 {
    margin-left: 70px;
}

@media (max-width: 991px) {
    .text_offset_custom-1 {
        margin-left: 0;
    }
}

.text_opacity_02 {
    opacity: .2;
}

.block_color_red {
    background-color: #ab0433;
    color: #fff;
}

.block_color_white {
    background-color: #fff;
    color: #000008;
}

.button {
    position: relative;
    transition: .3s;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    padding: 15px 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .button {
        font-size: 14px;
    }
}

.button_corner_square {
    border-radius: 0;
}

.button_corner_circle {
    border-radius: 4px;
}

.button_theme_default {
    background-color: #ab0433;
    color: #fff;
}

.button_theme_default:hover {
    background-color: #ab0433;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.button_theme_default:active {
    background-color: #ab0433;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.button_theme_white {
    background-color: #fff;
    color: #ab0433;
}

.button_theme_white:hover {
    background-color: #ab0433;
    color: #fff !important;
}

.button_theme_white:active {
    background-color: #ab0433;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.button_theme_huge {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}

@media (max-width: 575px) {
    .button_theme_huge {
        margin-bottom: 30px;
    }
}

.button_theme_white {
    background-color: #fff;
    color: #ab0433;
}

.button_theme_white:hover {
    color: #ab0433;
}

.button_theme_full-width {
    width: 100%;
    padding: 15px 5px;
}

.header {
    position: relative;
    height: 65px;
    font-size: 12px;
    line-height: 14px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

@media (max-width: 767px) {
    .header {
        height: 115px;
    }
}

.header__logo {
    position: absolute;
    left: 15px;
    top: 9px;
    width: 126px;
}

.header__separator {
    position: absolute;
    height: 29px;
}

.header__logo-separator {
    left: 155px;
    top: 18px;
}

@media (max-width: 991px) {
    .header__logo-separator {
        display: none;
    }
}

@media (max-width: 767px) {
    .header__logo-separator {
        display: block;
    }
}

@media (max-width: 575px) {
    .header__logo-separator {
        display: none;
    }
}

.header__contacts-separator {
    right: 310px;
    top: 18px;
}

@media (max-width: 1199px) {
    .header__contacts-separator {
        right: 300px;
    }
}

@media (max-width: 767px) {
    .header__contacts-separator {
        top: 65px;
        right: initial;
        left: 225px;
    }
}

@media (max-width: 575px) {
    .header__contacts-separator {
        display: none;
    }
}

.header__slogan {
    position: absolute;
    left: 175px;
    top: 18px;
}

@media (max-width: 991px) {
    .header__slogan {
        display: none;
    }
}

@media (max-width: 767px) {
    .header__slogan {
        display: block;
    }
}

@media (max-width: 575px) {
    .header__slogan {
        display: none;
    }
}

.header__button {
    position: absolute;
    display: block;
    right: 15px;
    top: 19px;
    height: 26px;
    width: 138px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}

@media (max-width: 767px) {
    .header__button {
        top: 65px;
    }
}

@media (max-width: 575px) {
    .header__button {
        top: 19px;
    }
}

.header__contacts {
    position: absolute;
    right: 178px;
    top: 19px;
}

.header__contacts a {
    text-decoration: none;
    color: #fff;
}

.header__contacts a:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .header__contacts {
        right: 173px;
    }
}

@media (max-width: 767px) {
    .header__contacts {
        top: 65px;
        right: initial;
        left: 243px;
    }
}

@media (max-width: 575px) {
    .header__contacts {
        left: initial;
        right: 15px;
        text-align: right;
    }
}

.header__address {
    position: absolute;
    text-align: right;
    right: 335px;
    top: 19px;
}

@media (max-width: 1199px) {
    .header__address {
        right: 320px;
    }
}

@media (max-width: 767px) {
    .header__address {
        right: initial;
        left: 15px;
        top: 65px;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .header__address {
        top: 58px;
    }
}

.header__address-br {
    display: none;
}

@media (max-width: 575px) {
    .header__address-br {
        display: block;
    }
}

.main-menu {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 70px 0 100px 0;
}

@media (max-width: 991px) {
    .main-menu {
        display: block;
        text-align: center;
        margin: 50px 0;
    }
}

@media (max-width: 575px) {
    .main-menu {
        margin: 30px 0;
    }
}

.main-menu a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
}

.main-menu a:hover {
    color: #ab0433;
    text-decoration: none;
}

@media (max-width: 991px) {
    .main-menu a {
        display: inline-block;
        margin: 10px 15px;
    }
}

@media (max-width: 575px) {
    .main-menu a {
        font-size: 16px;
        line-height: 16px;
    }
}

.gp-about__logo {
    margin-bottom: 30px;
}

.gp-about__line-2 {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .gp-about__line-2 {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .gp-about__line-2 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .gp-about__picture {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .gp-about__picture-wrapper {
        text-align: center;
    }
}

.gp-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
}

.gp-list__item {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 0 34px;
}

.gp-list__item:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/icons-shield.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    left: 0;
    top: 7px;
}

.gp-list__item_alt {
    padding-left: 0;
    padding-right: 30px;
}

@media (max-width: 575px) {
    .gp-list__item_alt {
        padding-right: 0;
    }
}

.gp-list__item_alt:before {
    left: -25px;
}

.gp-list__item_alt-2 {
    padding-left: 25px;
}

.gp-list__item_alt-2:before {
    background-image: url(../img/icons-shield-2.png);
}

.component {
    position: relative;
}

.component__item {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .component__item {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .component__pic img {
        max-width: 70%;
    }
}

.component__title {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 40px 0 10px 0;
    height: 60px;
}

@media (max-width: 1199px) {
    .component__title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .component__title {
        margin: 15px 0;
        height: auto;
    }
}

.component__desc {
    font-size: 20px;
    line-height: 24px;
    height: 72px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .component__desc {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .component__desc {
        margin: 15px 0;
        height: auto;
    }
}

.recommendation {
    position: relative;
    margin: 80px 0 30px 0;
}

.recommendation__item {
    margin-bottom: 30px;
}

.recommendation__title {
    font-size: 19px;
    font-weight: 600;
    margin-top: 15px;
}

.question {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.question__item {
    margin-bottom: 30px;
    cursor: pointer;
    padding: 30px;
    background-color: #ab0433;
    border-radius: 5px;
    color: #fff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.question__question {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.question__answer {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding-top: 20px;
    display: none;
}

.market-button {
    position: relative;
    display: inline-block;
    width: 193px;
    height: 38px;
    background-image: url(../img/iconset-shops1.png);
    background-repeat: no-repeat;
}

.market-button_1 {
    background-position: 0 0;
}

.market-button_2 {
    background-position: 0 -47px;
}

.market-button_3 {
    background-position: 0 -94px;
}

.market-button_4 {
    background-position: -220px 0;
}

.market-button_5 {
    background-position: -220px -47px;
}

.market-button_6 {
    background-position: -220px -94px;
}

.market-button_7 {
    background-position: -440px 0;
}

.market-button_8 {
    background-position: -440px -47px;
}

.market-button_9 {
    background-position: -440px -94px;
}

.footer {
    position: relative;
    text-align: center;
    padding: 100px 0;
}

@media (max-width: 991px) {
    .footer {
        padding-top: 50px;
    }

    .footer .text {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .footer {
        padding-bottom: 50px;
    }
}

.footer__notice {
    font-family: "GOST type A", sans-serif;
    font-size: 55px;
    line-height: 170px;
    margin-bottom: 50px;
    -ms-transform: scale(1.2, 3);
    transform: scale(1.2, 3);
    opacity: .2;
}

@media (max-width: 1199px) {
    .footer__notice {
        font-size: 45px;
        line-height: 45px;
    }
}

@media (max-width: 991px) {
    .footer__notice {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .footer__notice {
        font-size: 20px;
        line-height: 20px;
    }
}

.footer__logo {
    opacity: .5;
}

@media (max-width: 575px) {
    .footer__logo {
        width: 200px;
    }
}

.left_menu {
    display: none;
    position: fixed;
    left: 30px;
    width: 300px;
    line-height: normal;
    padding: 0 15px 0 33px;
    top: 200px;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1800px) {
    .left_menu {
        display: block;
    }
}

.left_menu li {
    list-style: none;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.left_menu a {
    color: #404040;
    display: block;
    font-size: 14px;
}

.left_menu li:after {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #404040;
    border-radius: 100%;
    content: " ";
    left: -21px;
    top: 15px;
}

@media (max-width: 991px) {
    .picture_1 {
        display: block;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .picture_2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .picture_3 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .picture_4 {
        display: block;
        margin: 0 auto;
        max-width: 80%;
    }
}

.gp-imaged-list {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 30px 50px;
}

@media (max-width: 767px) {
    .gp-imaged-list {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .gp-imaged-list {
        padding: 30px 0;
    }
}

.gp-imaged-list li {
    position: relative;
    margin-bottom: 15px;
    font-size: 20px;
    padding-left: 85px;
    min-height: 75px;
    padding-top: 20px;
}

@media (max-width: 575px) {
    .gp-imaged-list li {
        font-size: 16px;
        padding-left: 65px;
        padding-top: 10px;
    }
}

.gp-imaged-list li img {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 15px;
}

@media (max-width: 575px) {
    .gp-imaged-list li img {
        width: 50px;
    }
}

#map {
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
}

.ymaps-2-1-68-svg-icon {
    transition: .2s !important;
}

.mapData__cities {
    margin-bottom: 15px;
}

.mapData__areas {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px;
}

.mapData__city-item, .mapData__area-item {
    display: none;
    /*display: inline-block;*/
    font-size: 12px;
    color: #000008;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 1px 10px 0 10px;
    margin: 0 1px 5px;
    cursor: pointer;
    transition: .2s;
}

.mapData__area-item {
    font-size: 12px;
    padding: 5px 15px 4px 15px;
}

.mapData__city-item.active, .mapData__area-item.active {
    border-color: #000008 !important;
    color: #000008 !important;
}

.mapData__city-item:hover, .mapData__area-item:hover {
    color: #333;
    border-color: #eee;
    background-color: #eee;
}

.mapData__item_with-icon:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center center;
    top: 2px;
}

.mapData__item-address:before {
    background-image: url(../img/placeholder-for-map.svg);
}

.mapData__item-schedule:before {
    background-image: url(../img/clock-circular-outline.svg);
}

.mapData__item-phone:before {
    background-image: url(../img/call-answer.svg);
}

.mapData__item-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.mapData__table {
    padding: 0 15px;
}

.mapData__table-header {
    border-bottom: 2px solid #00c2d0;
    overflow: hidden;
    padding-bottom: 10px;
}

.mapData__table-item {
    padding: 10px 0;
}

.js_map_data_table_item-name {
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .mapData__table-item {
        border-bottom: 1px solid #eee;
    }
}

.js_map_data_table_item-address .metro img {
    position: relative;
    top: -2px;
}

#block-system-main {
    padding: 0 !important;
}

.mapData__table-item-availability span, .mapData__table-item-availability a {
    display: block;
    font-size: 12px;
    background: #ddd;
    color: #777;
    padding: 3px 5px;
    border-radius: 4px;
    text-align: center;
}

.mapData__table-item-availability_1 span, .mapData__table-item-availability_1 a {
    background: #ab0433;
    color: #fff;
}

.map-wrapper {
    position: relative;
}

.map-wrapper__left {
    position: relative;
    margin-right: 320px;
    overflow: hidden;
}

.map-wrapper__right {
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 320px;
    padding-top: 55px;
}

.mapData__list {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.mapData__list-item {
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    color: #000008;
}

.mapData__list-item-title {
    font-size: 14px;
}

.mapData__list-item-contacts {
    margin-bottom: 5px;
}

.mapData__list-item-availability span, .mapData__list-item-availability a {
    display: block;
    font-size: 12px;
    background: #ddd;
    color: #777;
    padding: 3px 5px;
    border-radius: 4px;
    text-align: center;
}

.mapData__list-item-availability_1 span, .mapData__list-item-availability_1 a {
    background: #ab0433;
    color: #fff;
}

.mapData__list-availability-switcher {
    width: 100%;
    position: absolute;
    padding: 15px 10px;
    top: 0;
}

.mapData__list-availability-switcher > span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    background: #ddd;
    color: #777;
    padding: 3px 15px;
    border-radius: 4px;
    text-align: center;
    transition: .3s;
    margin-right: 5px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mapData__list-availability-switcher > span.active {
    background: #ab0433;
    color: #fff;
}

@media (max-width: 767px) {
    .map-wrapper__left {
        margin: 0;
    }

    .map-wrapper__right {
        position: relative;
        width: 100%;
        height: 300px;
    }

    #map {
        height: 300px;
    }

    .colored-box__special > .container {
        padding: 0 !important;
    }


    .row.buy-items {
        text-align: center;
        margin: 0 -15px;
    }

    .buy-items .col-sm-4 {
        margin-bottom: 15px;
    }

    .buy-items .title {
        font-weight: bold;
        color: #999;
    }

    .buy-items .item {
        margin-top: 10px;
    }

    .buy-items .item img {
        background-color: #fff;
        border-radius: 15px;
        overflow: hidden;
        border: solid 1px #999;
    }
}

.buy-items .item img {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: solid 1px #999;
}

.buy-items .item {
    margin-top: 10px;
}

.buy-items .title {
    font-weight: bold;
    color: #999;
}

.buy-items .title {
    font-weight: bold;
    color: #999;
    text-align: center;
}

.buy-items .img {
    padding: 0 40px;
    border: solid 1px #DBDBDB;
    height: 42px;
    border-radius: 42px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 30px;
}

.row.buy-items {
    text-align: left;
    margin: 0 -15px;
}

.row.buy-items .text-5 {
    color: #7d7e7d;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.buy-items .img {
    padding: 0 15px;
    border: solid 1px #DBDBDB;
    height: 42px;
    border-radius: 42px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .row.buy-items img {
        height: 30px;
    }
}
