.contacts-slides--new {
    display: flex;
    flex-wrap: wrap;
}

.contacts__top .row {
    margin: 0 -10px;
}

.contacts__top [class*="col"] {
    padding: 0 10px;
}

.h-100 {
    height: 100%;
}
.contacts-slider .slick-track {
    min-width: 100%;
}
.contacts__right #map {
    box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
}

.contacts__left {
    border-radius: 10px;
    background: white;
    padding: 50px;
}

.contacts__top {
    margin-bottom: 90px;
}

.contacts__left dd,
.like-dd {
    font-weight: 600;
    font-size: 23px;
    color: #333;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 25px;
    flex: 0 0 calc(100% - 70px);
    line-height: 30px;
}

.contacts__left dd span:first-child,
.like-dd span:first-child {
    font-weight: 400;
    font-size: 15px;
    color: #6a6a6a;
    line-height: 20px;
}

.contacts__left dt,
.like-dt {
    border-bottom: 1px solid #e8e8e8;
    padding-right: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    flex: 0 0 70px;
    display: flex;
    align-items: center;
}

.contacts__left dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.contacts__left dl {
    padding-bottom: 28px;
    position: relative;
}

.contacts__left dl:after {
    content: '';
    width: 403px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 43px;
    background: #E8E8E8;
    max-width: 100%;
}

.like-dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.like-dd {
    margin: 0;
    padding: 0;
    border: 0;
    flex: 0 0 auto;
}

.like-dt {
    display: flex;
    column-gap: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    flex: 0 0 135px;
}

a.contacts__tg {
    flex: 0 0 60px;
    aspect-ratio: 1;
    background: url(/images/icons/tg.svg) center center / cover no-repeat;
}

a.contacts__wa {
    flex: 0 0 60px;
    aspect-ratio: 1;
    background: url(/images/icons/wa.svg) center center / cover no-repeat;
}

.links-to-maps {
    display: flex;
    column-gap: 26px;
}

a.path-link:hover {
    background: var(--color_black_text, #333);
    text-decoration: none;
}

a.path-link {
    height: 59px;
    background: var(--color_dark_gray_button, #555);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #fff;
}

.requisites {
    font-weight: 700;
    font-size: 21px;
    line-height: 115%;
    letter-spacing: -0.02em;
    color: #333;
    display: flex;
    column-gap: 20px;
    margin-bottom: 90px;
}

.requisites__left {
    flex: 1 0 0;
    display: flex;
    flex-wrap: wrap;
}

.requisites__right {
    flex: 1 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.requisites__left>*,
.requisites__right>* {
    padding: 27px 0;
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
}

.requisites__left>*>span:first-child,
.requisites__right>*>span:first-child {
    font-weight: 400;
    font-size: 21px;
    line-height: 115%;
    letter-spacing: -0.02em;
    color: #6a6a6a;
    margin-right: 10px;
    white-space: nowrap;
}

.requisite__address {
    column-gap: 15px;
    flex-grow: 1 !important;
}

.requisite__inn {
    flex: 0 0 50%;
    position: relative;
}

.requisite__kpp {
    flex: 0 0 50%;
    padding-left: 50px;
}

.requisite__ogrn {
    flex: 0 0 50%;
    position: relative;
}

.requisite__okpo {
    flex: 0 0 50%;
    padding-left: 50px;
}

.requisites__right>* {
    flex: 0 0 auto;
}

.requisite__inn:after,
.requisite__ogrn:after {
    content: '';
    width: 1px;
    height: 30px;
    background: #d3d3d3;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.requisite__name,
.requisite__bank {
    font-weight: 600;
    font-size: 23px;
    padding-top: 0;
}

picture.contacts-slide__image {
    border-radius: 20px;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

.contacts-slide {
	flex: 0 0 calc(100% / 4);
    padding: 0 10px;
    position: relative;
	margin-bottom: 30px;
}

.contacts-slides {
    margin: 0 -10px 30px;
}

.contacts-slide__name {
    font-weight: 600;
    font-size: 23px;
    line-height: 115%;
    color: #333;
    margin-bottom: 7px;
}

.contacts-slide__position {
    font-weight: 400;
    font-size: 17px;
    line-height: 135%;
    color: #6a6a6a;
    margin-bottom: 20px;
    margin-top: auto;
}

a.contacts-slide__phone {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 126%;
    color: #333;
    padding-left: 28px;
    position: relative;
}

a.contacts-slide__email {
    font-weight: 600;
    font-size: 20px;
    line-height: 126%;
    color: #333;
    display: none;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}

.contacts-slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #d3d3d3;
	display: none;
}

a.contacts-slide__email:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(/images/icons/mail.svg) left center / 20px auto no-repeat;
    width: 20px;
    filter: grayscale(1) brightness(0.3);
}

a.contacts-slide__phone:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(/images/icons/phone.svg) left center / 18px auto no-repeat;
    width: 18px;
    filter: grayscale(1) brightness(0.3);
}

.contacts-arrows {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.contacts-arrows .slick-arrow {
    flex: 0 0 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    cursor: pointer;
}

.contacts-arrow__prev {
    background: url(/images/icons/prev.svg) center center no-repeat;
}

.contacts-arrow__prev:hover {
    background: url(/images/icons/prev-link.svg) center center no-repeat;
}

.contacts-arrow__next {
    background: url(/images/icons/next.svg) center center no-repeat;
}

.contacts-arrow__next:hover {
    background: url(/images/icons/next-link.svg) center center no-repeat;
}

.contacts-form {
    margin-top: 90px;
}

.contacts-form form {
    max-width: 886px;
    margin: 0 auto;
    border-radius: 10px;
    background: white;
    display: flex;
    flex-direction: column;
}

.form-header {
    margin: 60px auto 15px;
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #333;
}

.form-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #333;
    margin: 0 auto 25px;
    max-width: 434px;
}

.contacts-form input {
    max-width: 434px;
    margin: 0 auto 15px;
}

.contacts-form button[type="submit"] {
    max-width: 260px;
}

.form-pp {
    max-width: 255px;
    margin: 0 auto 60px;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: #a0a0a0;
}

.contacts-form form {
    position: relative;
}

.contacts-form form:before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/form-before--big.png) bottom left / auto no-repeat, url(/images/form-after--big.png) top right / auto no-repeat;
    border-radius: 10px;
	overflow: hidden;
}

.contacts-form form>* {
    position: relative;
    z-index: 2;
}

.contacts-form form {
    max-width: unset;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.contacts__left.h-100 {
    padding: 0;
    background: transparent;
}

.contacts__left dd:nth-child(2),
.contacts__left dd:nth-child(6) {
    width: 215px;
    flex: 0 0 215px;
    margin-right: 145px;
    font-size: 20px;
}

.contacts__left dd:nth-child(4),
.contacts__left dd:nth-child(8) {
    width: auto;
    flex: 0 0 calc(100% - 70px - 70px - 215px - 145px);
}

.contacts__left dd,
.like-dd {
    border-bottom: 0;
}

.contacts__left dt,
.like-dt {
    border-bottom: 0;
}

a.path-link {
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.4);
    background: #fff !important;
    border-radius: 50px;
    margin-bottom: 30px;
    height: 63px;
    width: 302px;
    flex: 0 0 auto;
    column-gap: 10px;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #121212;
}

div#map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1344/463;
    border: none;
    box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

#map {
    aspect-ratio: 1344/463;
}

.contacts__left dd,
.like-dd {
    font-size: 20px;
}

#map.loading {
    position: relative;
}

#map.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/loading.gif) center center no-repeat;
    backdrop-filter: brightness(0.5) blur(6px);
}

.contacts__left dt:nth-child(1),.contacts__left dt:nth-child(3),.contacts__left dd:nth-child(2),.contacts__left dd:nth-child(4) {
    margin-bottom: 0;
}

.contacts-slider .slick-track {
    display: flex;
}

.contacts-slide {
    height: auto !important;
    display: flex !important;
    flex-direction: column;
}

@media (max-width: 1369px) and (min-width: 1200px) {

    .contacts__left dd,
    .like-dd {
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .contacts__left {
        padding: 30px;
    }

    .contacts__left dt,
    .like-dt {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .like-dd {
        margin: 0;
        padding: 0;
    }

    .like-dt {
        margin: 0;
        padding: 0;
    }

    .like-dl {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .contacts__left {
        padding: 25px;
    }

    .contacts__left dl:after {
        bottom: 23px;
    }

    .contacts__left dt {
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-right: 10px;
        flex: 0 0 60px;
    }

    .contacts__left dd {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 22px;
        flex: 0 0 calc(100% - 60px);
    }

    .like-dd {
        font-size: 18px;
        line-height: 22px;
    }

    a.contacts__tg,
    a.contacts__wa {
        flex: 0 0 50px;
    }

    .like-dt {
        column-gap: 10px;
        flex: 0 0 110px;
    }

    .links-to-maps {
        column-gap: 26px;
    }

    .like-dl {
        margin-bottom: 15px;
    }

    .requisites {
        font-size: 16px;
    }

    .requisites__left>*>span:first-child,
    .requisites__right>*>span:first-child {
        font-size: 16px;
    }

    .requisites__left>*,
    .requisites__right>* {
        padding: 20px 0;
    }

    .requisite__name,
    .requisite__bank {
        font-size: 18px;
        padding-top: 0;
    }


}

@media (max-width: 1199px) {
    .contacts-form form:before {
        background: url(/images/form-before.png) bottom left / auto no-repeat, url(/images/form-after.png) top right / auto no-repeat;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .contacts__left {
        margin-bottom: 30px;
        height: auto;
    }

    .contacts__right img {
        width: 100%;
    }

    .requisites {
        flex-direction: column;
    }

    .requisite__bank {
        padding-top: 27px;
    }

    .contacts-slide img {
        width: 100%;
    }

    .contacts-slides {
        margin: 0 -25px 30px;
    }

    .contacts-slide {
        padding: 0 25px;
    }
}

@media (max-width: 991px) {

    .contacts__left dd:nth-child(2),
    .contacts__left dd:nth-child(6) {
        margin-right: 30px;
    }

    .contacts__left dd:nth-child(4),
    .contacts__left dd:nth-child(8) {
        flex: 0 0 calc(100% - 70px - 70px - 175px - 30px);
    }

    .contacts__left dd,
    .like-dd {
        font-size: 16px;
    }

    .contacts__left dd:nth-child(2),
    .contacts__left dd:nth-child(6) {
        font-size: 16px;
        flex: 0 0 175px;
    }
}

@media (max-width: 767px) {
    .links-to-maps {
        row-gap: 15px;
        flex-direction: column;
    }

    .contacts__left dd:nth-child(2),
    .contacts__left dd:nth-child(6),
    .contacts__left dd:nth-child(4),
    .contacts__left dd:nth-child(8) {
        flex: 0 0 calc(100% - 70px);
        margin-right: 0;
        font-size: 16px;
    }

    .links-to-maps {
        row-gap: 0;
    }

    div#map img,
    div#map iframe {
        min-height: 300px;
        max-height: 90vh;
        object-fit: cover;
    }

    .contacts__left dd:nth-child(2),
    .contacts__left dd:nth-child(6),
    .contacts__left dd:nth-child(4),
    .contacts__left dd:nth-child(8) {
        padding-bottom: 0;
    }

    .contacts__left dt,
    .like-dt {
        padding-bottom: 0;
    }

    .contacts__left dl:after {
        bottom: 23px;
    }

    a.path-link {
        width: 100%;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .requisites {
        flex-direction: column;
        font-size: 18px;
    }

    .requisite__bank {
        padding-top: 20px;
    }

    .requisites__left>*,
    .requisites__right>* {
        padding: 20px 0;
    }

    .requisite__name {
        padding-top: 0;
    }

    .requisites__left>*>span:first-child,
    .requisites__right>*>span:first-child {
        font-size: 18px;
    }

    .requisite__name,
    .requisite__bank {
        font-size: 20px;
    }

    .contacts__left {
        height: auto;
        margin-bottom: 30px;
        padding: 30px;
    }

    .contacts__left dd,
    .like-dd {
        font-size: 20px;
        line-height: 24px;
    }

    a.path-link {
        font-size: 14px;
    }

    .contacts-form form:before {
        display: none;
    }

    .contacts-form form .form-pp {
        color: inherit;
    }

    .contacts-slider .slick-track {
        display: flex;
    }

    .contacts-slide {
        height: auto !important;
        display: flex !important;
        flex-direction: column;
    }

    /* a.contacts-slide__phone {
        margin-top: auto;
    } */
}

@media (max-width: 575px) {
    .contacts__left {
        padding: 30px;
        height: auto;
        margin-bottom: 30px;
    }

    .contacts__left dd,
    .like-dd {
        font-size: 20px;
        line-height: 24px;
    }

    .like-dl {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .like-dd {
        width: 100%;
    }

    .like-dt {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 15px;
    }

    .links-to-maps {
        flex-direction: column;
        row-gap: 15px;
    }

	.contacts-slide {
    	flex: 0 0 100%;
	}

    .contacts-slide__name {
        font-size: 20px;
    }

    .contacts-slide__position {
        font-size: 14px;
    }

    a.contacts-slide__phone {
        font-size: 16px;
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        margin-bottom: 0;
    }

    a.contacts-slide__phone:before {
        display: none;
    }

    a.contacts-slide__email {
        font-size: 16px;
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }

    a.contacts-slide__email:before {
        display: none;
    }

    .requisite__inn:after,
    .requisite__ogrn:after {
        display: none;
    }

    .requisites__left>*,
    .requisites__right>* {
        flex: 0 0 100%;
        flex-direction: column;
        width: 100%;
        padding: 15px 0;
        align-items: flex-start;
        row-gap: 5px;
        font-size: 18px;
    }

    .requisites {
        flex-direction: column;
    }

    .requisite__name {
        padding-top: 0;
    }

    .requisites__left>*>span:first-child,
    .requisites__right>*>span:first-child {
        font-size: 16px;
    }

    .requisites__right {
        flex-direction: row;
    }

    .contacts-form form:before {
        display: none;
    }

    .contacts-form form .form-pp {
        color: inherit;
    }

    .form-header {
        font-size: 30px;
        width: calc(100% - 30px);
        margin-top: 30px;
    }

    .form-description {
        width: calc(100% - 30px);
    }

    .contacts-form input {
        width: calc(100% - 30px);
    }

    .form-pp {
        margin-bottom: 30px;
    }

    .contacts-slide img {
        width: 100%;
    }

    .contacts-slide {
        display: flex !important;
        flex-direction: column;
    }

    a.contacts-slide__phone {
        margin-bottom: 15px;
    }

    .links-to-maps {
        row-gap: 0;
    }

    .contacts-slider .slick-track {
        display: flex;
    }
}