.lp-contacts-6 {
    padding-top: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-contacts-6 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-map-block-5__map {
    width: 100%;
    height: 320px;
}

.lp-map-block-5__map > ymaps,
.lp-map-block-5__map > ymaps > ymaps {
    width: 100% !important;
}

.lp-contacts-6-data-column {
    width: 100%;
    
}

.lp-contacts-6._center { text-align: center; }

.lp-contacts-6-title {width: 100%; display: inline-block;}

.lp-contacts-6._right {
	text-align: right;
}

@media all and (min-width: 600px) {
    .lp-contacts-6 {
        padding: 64px 0;
    }
    
    .lp-contacts-6-map {
    	position: relative;
    	height: 100%;
    }

    .lp-contacts-6-contact {
        display: flex;
    }
    .lp-map-block-5__map {
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    height: 100%;
	    overflow: hidden;
	}
}

@media all and (min-width: 1200px) {
    .lp-contacts-6 {
        padding: 80px 0;
    }
}

.lp-contacts-6-title {
    margin: 0 0 16px;
}

@media all and (min-width: 600px) {
    .lp-contacts-6-title {
        max-width: 848px;
    }
}

@media all and (min-width: 960px) {
    .lp-contacts-6-title {
        margin-bottom: 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-contacts-6-title {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1380px) {
    .lp-contacts-6-title {
        margin-bottom: 24px;
    }
}

.lp-contacts-6-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.lp-contacts-6-tabs-title {
    position: relative;
    margin: 0 13px;
    padding: 8px 0;
    color: var(--text-color-a-05);
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media all and (min-width: 600px) {
    .lp-contacts-6-tabs-title {
        padding: 16px 0;
        margin: 0 16px;
    }
}

.lp-contacts-6-tabs-title:first-child {
    margin-left: 0;
}

.lp-contacts-6-tabs-title:last-child {
    margin-right: 0;
}

.lp-contacts-6-tabs-title._active {
    color: var(--text-color-base);
}

.lp-contacts-6-tabs__delimetr {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--text-color-a-03);
}

.lp-contacts-6-tabs-title__bot-line {
    display: none;
}

.lp-contacts-6-tabs-title._active .lp-contacts-6-tabs-title__bot-line {
    height: 2px;
    width: 100%;
    background: var(--primary-color-base);
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    position: absolute;
    bottom: 0;
    display: block;
}

.lp-contacts-6-wrap {text-align: left;}

@media all and (min-width: 600px) {
    .lp-contacts-6-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 14px;
    }
}

@media all and (min-width: 1380px) {
    .lp-contacts-6-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 22px;
    }
}

.lp-contacts-6-wrap-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.lp-contacts-6-wrap-reverse .lp-contacts-6-data-column {
    margin-right: 0;
    margin-left: 24px;
}

@media all and (min-width: 960px) {
    .lp-contacts-6-wrap-reverse .lp-contacts-6-data-column {
        margin-left: 48px;
    }
}

@media all and (min-width: 1200px) {
    .lp-contacts-6-wrap-reverse .lp-contacts-6-data-column {
        margin-left: 24px;
    }
}

.lp-contacts-6-contact__left {
    padding: 32px 0;
    width: 100%;
}

.lp-contacts-6-contact__right {
    width: 100%;
    flex: 100%;
    overflow: hidden;
}

@media all and (min-width: 600px) {
    .lp-contacts-6-contact__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 276px;
        flex: 0 0 276px;
        margin-right: 24px;
        padding: 0;
    }

    .lp-contacts-6-contact__right {
        width: calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
    }
}

@media (min-width: 960px) {
    .lp-contacts-6-contact__left {
        width: 272px;
        flex: 0 0 272px;
        margin-right: 48px;
    }

    .lp-contacts-6-contact__right {
        width: calc(100% - 320px);
        flex: 0 0 calc(100% - 320px);
    }
}

@media all and (min-width: 1200px) {
    .lp-contacts-6-contact__left {
        width: 368px;
        margin-right: 24px;
        flex: 0 0 368px;
    }

    .lp-contacts-6-contact__right {
        width: calc(100% - 392px);
        flex: 0 0 calc(100% - 392px);
    }
}

@media all and (min-width: 1380px) {
    .lp-contacts-6-contact__left {
        width: 408px;
        flex: 0 0 408px;
    }

    .lp-contacts-6-contact__right {
        width: calc(100% - 432px);
        flex: 0 0 calc(100% - 432px);
    }
}

.lp-contacts-6-contact {
    margin-bottom: 24px;
    width: 100%;
    flex-wrap: wrap;
}

@media all and (min-width: 600px) {
    .lp-contacts-6-contact {
        margin-bottom: 48px;
    }
}

.lp-contacts-6-contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.lp-contacts-6-contact-item__phones {
    width: 100%;
}

@media all and (min-width: 600px) {
    .lp-contacts-6-contact-item {
        margin-bottom: 24px;
    }
}

.lp-contacts-6-contact-item:last-child {
    margin-bottom: 0;
}

.lp-contacts-6-contact-item__icon {
    margin-right: 8px;
    font-size: 0;
    max-width: 200px;
    flex: 1 0 auto;
    box-sizing: content-box;
    width: 24px;
    height: 24px;
}

.lp-contacts-6-contact-item__icon svg {
    width: 100%;
    height: 100%;
    fill: var(--text-color-a-05);
}

.lp-contacts-6-contact-item__text {
    padding-top: 0;
    text-decoration: none;
    display: block;
    width: 100%;
}

.lp-contacts-6-contact._active {
    display: flex !important;
}

@media all and (min-width: 600px) {
    .lp-contacts-6-contact {
        flex-wrap: nowrap;
    }
}

.lp-contacts-6-socials {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -24px;
    font-size: 0;
}

@media all and (min-width: 600px) {
    .lp-contacts-6-socials {
        margin-top: auto;
    }
}

.lp-contacts-6-socials__item {
    display: inline-block;
    margin: 0 16px 24px;
    width: 24px;
    height: 24px;
    text-decoration: none;
}

.lp-contacts-6-socials__item svg {
    height: 24px;
    width: 24px;
    fill: var(--text-color-d-5);
}

.lp-contacts-6-map {
    height: 320px;
    margin-left: -16px;
    margin-right: -16px;
    
}

@media all and (min-width: 600px) {
    .lp-contacts-6-map {
        min-height: 284px;
        height: 100%;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0;
    }
}

@media all and (min-width: 960px) {
    .lp-contacts-6-map {
        min-height: 294px;
    }
}

.lp-contacts-6-scroll {
    position: relative;
    text-align:left;
}

@-moz-document url-prefix() {
    .lp-contacts-6-scroll .lp-contacts-6-scroll__inner {
        scrollbar-width: none;
    }
}

.lp-contacts-6-scroll:hover .lp-contacts-6-scroll__bar, .lp-contacts-6-scroll._dragging .lp-contacts-6-scroll__bar, .lp-contacts-6-scroll._scrolling .lp-contacts-6-scroll__bar {
    opacity: 1;
}

.lp-contacts-6-scroll__inner {
    height: 100%;
    padding-bottom: 4px;
    overflow-x: auto;
    white-space: nowrap;
}

.lp-contacts-6-scroll__inner::-webkit-scrollbar {
    height: 0;
}

.lp-contacts-6-scroll__bar {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--text-color-a-02);
    height: 4px;
    border-radius: 2px;
    opacity: 0;
}

.lp-contacts-6-scroll__bar:hover {
    opacity: 1;
}


.lp-contacts-6-data-column-load {
	display: flex;
	flex-dirextion: row;
}