@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic');

.container-fluid {
    max-width: 1443px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    color: #000;
}

.icon {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.icon-phone {
    width: 16px;
    height: 16px;
}

.block_1 {
    min-height: 950px;
    padding: 58px 0;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header__right-panel {
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: auto;
    -ms-flex-align: center;
    align-items: center;
}

.social-list {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-list__item:not(:last-child) {
    margin-right: 10px;
}

.social-list__link {
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    transition: .3s;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-radius: 50%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-list__link:hover {
    color: #0e1b38;
    background-color: #fff;
}

.social-list__link .icon {
    width: 20px;
    height: 20px;
}

.header__right-panel-right {
    display: -ms-flexbox;
    display: flex;
}

.social {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
}

.social span {
    font-size: 10px;
    font-weight: 100;
    margin-right: 12px;
    letter-spacing: .1em;
}

.phone {
    font-size: 18px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    letter-spacing: .2em;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
}

.phone .icon {
    position: relative;
    top: -3px;
    margin-right: 15px;
}

.phone__link {
    position: relative;
    padding-bottom: 1px;
    text-decoration: none;
    color: #fff;
}

.phone__link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    transition: .3s;
    background-color: #fff;
}

.phone__link:hover:after {
    width: 100%;
}

.header-city {
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    margin-top: -5px;
    margin-right: 134px;
    letter-spacing: .2em;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
}

.header-city span {
    font-weight: 300;
    margin-right: 5px;
}

.header-city__name {
    font-weight: 700;
    cursor: pointer;
    color: #ff8400;
}

.header-city .icon {
    margin-top: -3px;
    margin-right: 18px;
}

.title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 33px;
    text-align: center;
    color: #fff;
}

.index-city {
    font-size: 32px;
    margin-bottom: 77px;
    text-align: center;
    color: #ff8c00;
}

.list-advantages {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advantages-item {
    width: 240px;
    height: 240px;
    margin-bottom: 20px;
    padding: 32px 0;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .102);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.advantages-item__icon {
    position: relative;
    height: 70px;
    margin-bottom: 45px;
}

.advantages-item__icon:after {
    position: absolute;
    bottom: -19px;
    left: 50%;
    width: 4px;
    height: 4px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f99d1b;
}

.advantages-item__text {
    font-size: 18px;
    line-height: 1.33;
    padding: 0 20px;
    letter-spacing: .075em;
}

.advantages-item .icon {
    width: 72px;
    height: 60px;
}

.form {
    position: relative;
    width: 100%;
    max-width: 828px;
    margin: 0 auto;
}

.form-cont {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.form__control {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 500px;
    height: 60px;
    padding-right: 60px;
    padding-left: 32px;
    color: #fff;
    border: none;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .1);
}

.form__control:focus {
    outline: 0;
}

.form__control--error {
  color: red;
}

.form__control--error::-webkit-input-placeholder {
  color: red;
}

.form__control--error:-ms-input-placeholder {
  color: red;
}

.form__control--error::placeholder {
  color: red;
}

.form__button {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 399px;
    height: 60px;
    color: #fff;
    border: 0;
    border-radius: 30px;
    background-color: #f99d1b;
}

.form__success {
    margin-top: 30px;
    font-size: 18px;
    color: #ffffff;
}

.block_2 {
    min-height: 1118px;
    padding: 84px 0 0;
}

h5 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 52px;
    text-align: center;
    color: #0e1b38;
}

.table {
    max-width: 930px;
    margin: 0 auto 83px;
}

.table-head__row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
}

.table-head p {
    margin-bottom: 0;
}

.table-head__col {
    font-size: 16px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 60px;
    margin-right: 2px;
    padding: 32px 0 28px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #f99d1b;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-pack: center;
    justify-content: center;
}

.table-head__col:nth-child(1) {
    width: 50%;
    padding: 32px 0 28px 31px;
    -ms-flex-pack: left;
    justify-content: left;
}

.table-head__col span {
    font-size: 12px;
}

.table-body__row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
}

.table-body p {
    margin-bottom: 0;
}

.table-body__col {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 60px;
    margin-right: 2px;
    padding: 32px 0 28px;
    text-align: center;
    color: #000;
    background-color: #e9e9f2;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-pack: center;
    justify-content: center;
}

.table-body__col:nth-child(1) {
    width: 50%;
    padding: 32px 0 28px 31px;
    text-align: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.table-body__col:nth-child(1) span {
    font-size: 12px;
    font-weight: 400;
}

.m-block {
    display: none;
}

.block_3 {
    min-height: 500px;
    padding: 115px 0;
    text-align: center;
    color: #fff;
    background: url('../images/block_3.jpg') no-repeat top center;
}

.block_3__title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.block_3__subtitle {
    font-size: 48px;
    margin-bottom: 56px;
}

.block_4 {
    padding: 84px 0 91px;
}

.block_4 h5 {
    margin-bottom: 82px;
}

.gallerys {
    position: relative;
}

.mob-block {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 30px;
    background-color: rgba(5, 16, 41, .2);
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: 0;
}

.swiper-button-next:active,
.swiper-button-prev:active {
    background-color: #051029;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    width: 8px;
    height: 10px;
    content: '';
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-image: url('../images/download.svg');
    background-position: center;
    background-size: 100%;
}

.swiper-button-prev {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-pre {
    right: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
}

.gallery-list {
    display: -ms-grid;
    display: grid;
    margin-bottom: 60px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.gallerys-slider img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.gallery {
    display: none;
    overflow: hidden;
    max-height: 320px;
}

.gallery:nth-child(-n + 9) {
    display: block;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    top: 40%;
}

.gallery-list-all {
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    display: block;
    max-width: 450px;
    height: 60px;
    margin: 0 auto;
    transition: .3s;
    text-align: center;
    text-decoration: none;
    color: #0e1b38;
    border: 1px solid #0e1b38;
    border-radius: 30px;
}

.gallery-list-all:hover {
    border: 1px solid transparent;
}

.swiper-btn {
    display: none;
}

.block_5 {
    padding: 92px 0 157px;
    background-color: #eff1f5;
}

.block_5 h5 {
    margin-bottom: 22px;
}

.tabs-list {
    max-width: 1170px;
    margin: 0 auto 82px;
}

.tab {
    border-bottom: 1px solid #d8dbe7;
}

.tab-body {
    font-size: 16px;
    line-height: 1.75;
    display: none;
    padding-right: 50px;
    padding-bottom: 31px;
    letter-spacing: -.01em;
}

.tab-body ul {
    padding-left: 20px;
}

.tab--active .tab-body {
    display: block;
}

.tab--active .tab-header::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: .4;
}

.tab-header {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    padding: 20px 50px 20px 0;
    cursor: pointer;
    color: #0e1b38;
}

.tab-header:after {
    position: absolute;
    top: 13px;
    right: 0;
    width: 40px;
    height: 40px;
    content: '';
    transition: .3s;
    border: 2px solid #4e515e;
    border-radius: 50%;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}

.form__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
    color: #0e1b38;
}

.form__desc {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 32px;
    text-align: center;
}

.form--block_4 .form__control {
    color: #000;
    background-color: white;
}

.footer {
    padding: 90px 0 42px;
    color: #fff;
    background-color: #0e1b38;
}

.footer-main {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 39px;
    padding-bottom: 19px;
    border-bottom: 1px solid #424b5e;
}

.footer-main__col-1 {
    width: 100%;
    max-width: 360px;
    padding-right: 20px;
}

.org-name {
    font-size: 16px;
    font-weight: 100;
}

.logo--footer {
    display: block;
    margin-bottom: 20px;
}

.footer-main__col-2 .org-name {
    margin-bottom: 25px;
}

.header-city--footer {
    font-size: 16px;
    margin: 0 0 12px;
    letter-spacing: .00em;
}

.header-city--footer .icon {
    margin-right: 15px;
}

.time {
    font-weight: 300;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
}

.time .icon {
    margin-right: 15px;
}

.footer-main__col-3 {
    margin-left: auto;
}

.footer-flex {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-callback {
    font-size: 16px;
    font-weight: 700;
    margin-left: 32px;
    letter-spacing: .2em;
    color: #f99d1b;
}

.footer-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.politic {
    font-size: 14px;
    letter-spacing: .01em;
    color: #6b6c71;
}

.copy {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .2em;
}

.open-menu {
    display: none;
}

.mob-block {
    display: none;
}

.footer-desc {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 16px;
    text-align: center;
}

.footer-bulsheet {
    max-width: 220px;
    margin: 0 auto 39px;
}

.footer-bulsheet .phone {
    margin-bottom: 11px;
}

.footer-bulsheet .phone .icon {
    width: 12px;
    height: 12px;
    margin-right: 11px;
}

.footer-bulsheet .footer-callback {
    font-size: 12px;
    display: block;
    margin-bottom: 19px;
    margin-left: 0;
}

.footer-bulsheet .header-city--footer {
    margin-bottom: 20px;
}

.footer-bulsheet .time {
    font-size: 12px;
}

.footer-bulsheet .time .icon {
    width: 12px;
    height: 12px;
    margin-right: 11px;
}

.mobile-menu {
    display: none;
}

.mobile-menu .social {
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu .social span {
    font-size: 12px;
    margin: 0 0 10px;
}

.mobile-menu .social-list {
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu .social-list__item:not(:last-child) {
    margin: 0 0 15px;
}

.mobile-menu-close {
    width: 30px;
    height: 30px;
    margin-right: 30px;
    background: url('../images/close.png') center;
}

.mobile-menu__header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu__header .phone__link {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
}

.mobile-right {
    display: none;
    margin-left: auto;
}

.mob-phone {
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block_filials {
    padding: 55px 0;
}

#map {
    position: relative;
    height: 600px;
}

.controls_zoom {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 20px;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: auto;
}

.controls_zoom button,
.controls_zoom div {
    display: block;
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 50%;
    background-size: cover;
    box-shadow: 0 10px 20px rgba(53, 65, 72, .1);
}

.controls_zoom button:last-child,
.controls_zoom div:last-child {
    margin-bottom: 0;
}

.controls_zoom #zoom-in,
.controls_zoom .zoom-in {
    background-image: url(../images/offices-metromap-zoomin.svg);
}

.controls_zoom #zoom-out,
.controls_zoom .zoom-out {
    background-image: url(../images/offices-metromap-zoomout.svg);
}

.header-city--footer {
    letter-spacing: .1em;
}

.politic-text {
    padding-top: 60px;
}

.link-city {
    color: #ff8400;
}

.link-city:hover {
    text-decoration: none;
}

.modal-title {
    font-weight: 500;
}

.close {
    width: 30px;
    height: 30px;
    border: 0;
    background-color: transparent;
    background-image: url('../images/close.png');
}

@media (max-width: 1200px) {
    .footer-main__col-1 {
        width: auto;
        max-width: none;
    }

    .footer-main__col-3 {
        max-width: 350px;
        text-align: right;
    }

    .footer-main__col-3 .phone {
        margin-right: 0;
    }

    .footer-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .footer-callback {
        margin-left: auto;
    }
}

@media (max-width: 1200px) {
    .block_1 {
        padding: 30px 0 90px;
    }

    .header__right-panel {
        margin-top: 0;
    }

    .header__right-panel-right {
        flex-direction: column;
        -ms-flex-direction: column;
    }

    .header-city {
        margin-right: 20px;
    }

    .list-advantages {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .advantages-item {
        margin: 0 15px 20px;
    }
}

@media (max-width: 992px) {
    .header__right-panel-right {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .phone {
        margin-right: 0;
    }

    .header-city {
        display: none;
    }

    .table-head {
        display: none;
    }

    .table-body__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .table-body__col {
        font-weight: 700;
        display: block;
        width: calc(50% - 2px);
        margin: 0 1px;
        padding: 10px 0;
        text-align: center;
    }

    .table-body__col span {
        font-size: 14px;
        font-weight: 700;
    }

    .table-body__col:nth-child(1) {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 10px;
        color: #fff;
        background-color: #f99d1b;
        -ms-flex-align: center;
        align-items: center;
    }

    .m-block {
        display: block;
    }

    .gallery img {
        height: 200px;
    }

    .footer .social {
        flex-direction: column;
        -ms-flex-direction: column;
    }

    .footer .social span {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-main__col-3 {
        margin: 0 auto;
        text-align: center;
    }

    .footer-flex {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-callback {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .block_1 {
        min-height: auto;
        padding: 10px 0 42px;
    }

    .header {
        margin-bottom: 33px;
        -ms-flex-align: center;
        align-items: center;
    }

    .logo {
        width: 140px;
        height: 25px;
        margin-top: -2px;
        margin-left: 20px;
    }

    .logo img {
        width: 100%;
    }

    .header__right-panel {
        display: none;
    }

    .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 3px;
        text-transform: uppercase;
    }

    .index-city {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .list-advantages {
        margin-bottom: 35px;
    }

    .advantages-item {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 290px;
        height: 40px;
        margin: 0 auto 5px;
        padding: 0 25px 0 5px;
        text-align: left;
        border-radius: 5px;
        -ms-flex-align: center;
        align-items: center;
    }

    .advantages-item__icon {
        width: 70px;
        height: auto;
        margin-bottom: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .advantages-item__icon:after {
        bottom: 9px;
        left: 46px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .advantages-item__text {
        font-size: 12px;
        padding: 0;
        letter-spacing: .025em;
    }

    .advantages-item__text br {
        display: none;
    }

    .advantages-item .icon {
        width: 30px;
        height: 18px;
    }

    .form-cont {
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }

    .form__control {
        font-size: 12px;
        position: static;
        max-width: 399px;
        height: 40px;
        margin-bottom: 9px;
        padding: 0;
        text-align: center;
    }

    .form__button {
        font-size: 14px;
        position: static;
        height: 40px;
    }

    .block_2 {
        min-height: auto;
        padding: 25px 0 0;
    }

    h5 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 23px;
    }

    .table {
        margin-bottom: 25px;
    }

    .table-body__col {
        font-size: 8px;
        font-weight: 400;
        height: auto;
        min-height: 40px;
        margin-bottom: 1px;
        padding: 6px 10px 3px;
    }

    .table-body__col:nth-child(1) {
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        min-height: 60px;
        margin-bottom: 2px;
        padding: 6px 10px 3px;
    }

    .table-body__col:nth-child(1) span {
        font-size: 11px;
    }

    .block_3 {
        min-height: auto;
        padding: 37px 0 47px;
    }

    .block_3__title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .block_3__subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .block_4 {
        padding: 25px 0;
    }

    .block_4 h5 {
        margin-bottom: 23px;
    }

    .gallerys {
        display: none;
    }

    .mob-block {
        display: block;
    }

    .gallery-list {
        display: -ms-flexbox;
        display: flex;
    }

    .gallery {
        display: block;
    }

    .gallery img {
        width: 100%;
    }

    .gallery-list-all {
        display: none;
    }

    .swiper-btn {
        display: block;
    }

    .block_5 {
        padding: 27px 0;
    }

    .block_5 h5 {
        margin-bottom: 9px;
    }

    .tabs-list {
        margin: 0 auto 36px;
    }

    .tab-body {
        font-size: 10px;
        line-height: 1.4;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .tab-header {
        font-size: 12px;
        padding: 14px 40px 14px 0;
    }

    .tab-header br {
        display: none;
    }

    .tab-header:after {
        width: 23px;
        height: 23px;
        background-size: 20px;
    }

    .form__title {
        font-size: 12px;
        margin-bottom: 11px;
    }

    .form__desc {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .footer {
        padding: 26px 0 60px;
    }

    .footer-main {
        margin-bottom: 27px;
        padding-bottom: 27px;
    }

    .footer-main__col-1 {
        width: 100%;
        padding-right: 0;
    }

    .org-name {
        font-size: 10px;
        text-align: center;
    }

    .org-name p {
        display: inline;
    }

    .logo--footer {
        width: 215px;
        height: 36px;
        margin: 0 auto 18px;
    }

    .header-city--footer {
        font-size: 12px;
        font-weight: 500;
        display: block;
        margin: 0;
    }

    .header-city--footer .icon {
        width: 9px;
        height: 12px;
    }

    .time {
        display: block;
    }

    .footer-flex {
        margin-bottom: 0;
    }

    .footer-bottom {
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }

    .politic {
        font-size: 12px;
        margin-bottom: 9px;
    }

    .open-menu {
        position: relative;
        z-index: 10;
        display: block;
    }

    .open-menu span {
        display: block;
        width: 23px;
        height: 2px;
        margin-bottom: 7px;
        background-color: #fff;
    }

    .open-menu span:last-child {
        margin-bottom: 0;
    }

    .mob-block {
        display: block;
    }

    .mob-none {
        display: none !important;
    }

    .org-name--2 {
        margin-bottom: 30px;
    }

    .footer-main__col-3 .phone {
        font-size: 14px;
    }

    .footer .social span {
        font-size: 12px;
        margin-bottom: 11px;
    }

    .mobile-menu {
        position: absolute;
        z-index: 30;
        top: 0;
        left: 0;
        display: block;
        width: 250px;
        height: 100vh;
        padding: 15px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: rgba(10, 21, 46, .95);
    }

    .mobile-menu--active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .mobile-right {
        display: block;
    }

    #map {
        height: 300px;
    }
}
