/* Территории */
.projects-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.projects-block__head {
    max-width: 865px;
    width: 100%;
    padding-left: 125px;
    margin-bottom: 115px;
}

.projects-block__title {
    font-size: 14px;
    color: #4b4f57;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.projects-block__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
}

.projects-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding-left: 30px;
    margin-bottom: 50px;
}

.thumb-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(160, 171, 189, 0.2);
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
}

.thumb-project__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.thumb-project__top {
    position: relative;
}

.thumb-project__img {
    height: 225px;
    display: block;
}

.thumb-project__img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
}

.thumb-project__tags {
    position: absolute;
    bottom: 8px;
    left: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.thumb-project__tag {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    padding: 5px;
    background-color: #e30613;
    border-radius: 2px;
    margin-right: 8px;
}

.thumb-project__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #fff;
    padding: 25px 30px;
}

.thumb-project__content .thumb-project__tags {
    position: static;
    margin-bottom: 15px;
}

.thumb-project__content .thumb-project__tag {
    color: #878c97;
    background-color: #f5f7f8;
}

.thumb-project__name {
    font-size: 27px;
    color: #0e1524;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: color 0.3s, ease 0.3s;
    transition: color 0.3s, ease 0.3s;
    margin-bottom: 15px;
    display: block;
}

.thumb-project__name:hover {
    color: #e30613;
}

.thumb-project__text {
    font-size: 14px;
    color: #4b4f57;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}

.project-locations {
    padding-bottom: 30px;
}

.project-locations__wrapper {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.project-locations__map {
    width: 100%;
    height: 600px;
    -webkit-transition: height 0.3s, ease 0.3s;
    transition: height 0.3s, ease 0.3s;
}

.project-locations__map .ymaps-2-1-79-ground-pane {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.7;
}

.project-locations__map._is-collapse {
    height: 140px;
}

.project-locations__item {
    max-width: 305px;
    width: 100%;
    position: absolute;
    top: 15px;
    left: 14%;
    -webkit-transition: opacity 0.3s, ease 0.3s;
    transition: opacity 0.3s, ease 0.3s;
}

.project-locations__item._is-hide {
    opacity: 0;
    visibility: hidden;
}

.project-locations__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.project-locations__button-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    border: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6572 2.34326L2.34352 13.657' stroke='%230E1524' stroke-width='2'/%3E%3Cpath d='M13.6572 13.6567L2.34352 2.34303' stroke='%230E1524' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px 16px;
    cursor: pointer;
    -webkit-transition: background 0.3s, ease 0.3s;
    transition: background 0.3s, ease 0.3s;
}

.project-locations__button-close:hover {
    background-color: #e30613;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6572 2.34326L2.34352 13.657' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M13.6572 13.6567L2.34352 2.34303' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.project-locations__img {
    height: 225px;
}

.project-locations__img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-locations__content {
    background-color: #fff;
    padding: 25px 30px;
}

.project-locations__name {
    font-size: 24px;
    color: #0e1524;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    -webkit-transition: color 0.3s, ease 0.3s;
    transition: color 0.3s, ease 0.3s;
    margin-bottom: 7px;
    display: block;
}

.project-locations__name:hover {
    color: #e30613;
}

.project-locations__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.project-locations__tag {
    font-size: 14px;
    color: #878c97;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 5px;
    background-color: #f5f7f8;
    border-radius: 2px;
    margin-right: 8px;
}

.project-locations__text {
    font-size: 14px;
    color: #4b4f57;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-locations__button-more {
    width: 64px;
    height: 64px;
    z-index: 1;
    display: block;
    margin-left: auto;
    position: relative;
}

.project-locations__button-more:before {
    content: '';
    width: 64px;
    height: 64px;
    position: absolute;
    background-color: #f5f7f8;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='18' viewBox='0 0 26 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 9L25.7071 9.70711V8.29289L25 9ZM0 10H25V8H0V10ZM25.7071 8.29289L17.7071 0.292893L16.2929 1.70711L24.2929 9.70711L25.7071 8.29289ZM24.2929 8.29289L16.2929 16.2929L17.7071 17.7071L25.7071 9.70711L24.2929 8.29289Z' fill='%23E30613'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    bottom: 0;
    right: 0;
    z-index: 2;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s, ease 0.5s, -webkit-transform 0.5s;
    transition: background-color 0.5s, ease 0.5s, -webkit-transform 0.5s;
    transition: background-color 0.5s, transform 0.5s, ease 0.5s;
    transition: background-color 0.5s, transform 0.5s, ease 0.5s, -webkit-transform 0.5s;
}

.project-locations__button-more:hover:before {
    background-color: #e30613;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='18' viewBox='0 0 26 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 9L25.7071 9.70711V8.29289L25 9ZM0 10H25V8H0V10ZM25.7071 8.29289L17.7071 0.292893L16.2929 1.70711L24.2929 9.70711L25.7071 8.29289ZM24.2929 8.29289L16.2929 16.2929L17.7071 17.7071L25.7071 9.70711L24.2929 8.29289Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.project-locations__select {
    max-width: 415px;
    width: 100%;
    position: absolute;
    top: 15px;
    right: 250px;
    -webkit-transition: opacity 0.3s, ease 0.3s;
    transition: opacity 0.3s, ease 0.3s;
}

.project-locations__select._is-hide {
    opacity: 0;
    visibility: hidden;
}

.project-locations__select .select2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100% !important;
}

.project-locations__select .select2.select2-container--open .select2-selection__arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.project-locations__select .select2 .select2-selection {
    height: 48px;
    background: #fff;
    border: 2px solid #dfe3e9;
    border-radius: 4px;
}

.project-locations__select .select2 .select2-selection__rendered {
    font-size: 18px;
    color: #0e1524;
    font-weight: 400;
    line-height: 1.1;
    padding: 12px 15px;
    height: 100%;
}

.project-locations__select .select2 .select2-selection__arrow {
    width: 15px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.334 1.66699L7.33399 7.66699L1.33398 1.66699' stroke='%230E1524' stroke-width='2.66667'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease 0.3s, -webkit-transform 0.3s;
    transition: ease 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, ease 0.3s;
    transition: transform 0.3s, ease 0.3s, -webkit-transform 0.3s;
}

.project-locations__select .select2 .select2-selection__arrow b {
    display: none;
}

.project-locations__button-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
}

.project-locations__button-collapse:after {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11px;
    flex: 0 0 11px;
    width: 11px;
    max-width: 11px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 6.5L5.5 2L10 6.5' stroke='%230E1524' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    margin-left: 15px;
    -webkit-transition: background 0.3s, ease 0.3s;
    transition: background 0.3s, ease 0.3s;
}

.project-locations__button-collapse:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 6.5L5.5 2L10 6.5' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.project-locations__button-collapse._is-active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Услуги */
.services-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.services-block__head {
    max-width: 865px;
    width: 100%;
    padding-left: 125px;
    margin-bottom: 115px;
}

.services-block__title {
    font-size: 14px;
    color: #4b4f57;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.services-block__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
}

.services-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding-left: 30px;
    margin-bottom: 50px;
}

.thumb-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(160, 171, 189, 0.2);
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
}

.thumb-service__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.thumb-service__top {
    position: relative;
}

.thumb-service__img {
    height: 225px;
    display: block;
}

.thumb-service__img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
}

.thumb-service__tags {
    position: absolute;
    bottom: 8px;
    left: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.thumb-service__tag {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    padding: 5px;
    background-color: #e30613;
    border-radius: 2px;
    margin-right: 8px;
}

.thumb-service__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #fff;
    padding: 25px 30px;
}

.thumb-service__content .thumb-service__tags {
    position: static;
    margin-bottom: 15px;
}

.thumb-service__content .thumb-service__tag {
    color: #878c97;
    background-color: #f5f7f8;
}

.thumb-service__name {
    font-size: 27px;
    color: #0e1524;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: color 0.3s, ease 0.3s;
    transition: color 0.3s, ease 0.3s;
    margin-bottom: 15px;
    display: block;
}

.thumb-service__name:hover {
    color: #e30613;
}

.thumb-service__text {
    font-size: 14px;
    color: #4b4f57;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}

.service-locations {
    padding-bottom: 30px;
}

.service-locations__wrapper {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.service-locations__map {
    width: 100%;
    height: 600px;
    -webkit-transition: height 0.3s, ease 0.3s;
    transition: height 0.3s, ease 0.3s;
}

.service-locations__map .ymaps-2-1-79-ground-pane {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.7;
}

.service-locations__map._is-collapse {
    height: 140px;
}

.service-locations__item {
    max-width: 305px;
    width: 100%;
    position: absolute;
    top: 15px;
    left: 14%;
    -webkit-transition: opacity 0.3s, ease 0.3s;
    transition: opacity 0.3s, ease 0.3s;
}

.service-locations__item._is-hide {
    opacity: 0;
    visibility: hidden;
}

.service-locations__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.service-locations__button-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    border: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6572 2.34326L2.34352 13.657' stroke='%230E1524' stroke-width='2'/%3E%3Cpath d='M13.6572 13.6567L2.34352 2.34303' stroke='%230E1524' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px 16px;
    cursor: pointer;
    -webkit-transition: background 0.3s, ease 0.3s;
    transition: background 0.3s, ease 0.3s;
}

.service-locations__button-close:hover {
    background-color: #e30613;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6572 2.34326L2.34352 13.657' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M13.6572 13.6567L2.34352 2.34303' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.service-locations__img {
    height: 225px;
}

.service-locations__img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-locations__content {
    background-color: #fff;
    padding: 25px 30px;
}

.service-locations__name {
    font-size: 24px;
    color: #0e1524;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    -webkit-transition: color 0.3s, ease 0.3s;
    transition: color 0.3s, ease 0.3s;
    margin-bottom: 7px;
    display: block;
}

.service-locations__name:hover {
    color: #e30613;
}

.service-locations__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.service-locations__tag {
    font-size: 14px;
    color: #878c97;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 5px;
    background-color: #f5f7f8;
    border-radius: 2px;
    margin-right: 8px;
}

.service-locations__text {
    font-size: 14px;
    color: #4b4f57;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-locations__button-more {
    width: 64px;
    height: 64px;
    z-index: 1;
    display: block;
    margin-left: auto;
    position: relative;
}

.service-locations__button-more:before {
    content: '';
    width: 64px;
    height: 64px;
    position: absolute;
    background-color: #f5f7f8;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='18' viewBox='0 0 26 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 9L25.7071 9.70711V8.29289L25 9ZM0 10H25V8H0V10ZM25.7071 8.29289L17.7071 0.292893L16.2929 1.70711L24.2929 9.70711L25.7071 8.29289ZM24.2929 8.29289L16.2929 16.2929L17.7071 17.7071L25.7071 9.70711L24.2929 8.29289Z' fill='%23E30613'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    bottom: 0;
    right: 0;
    z-index: 2;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s, ease 0.5s, -webkit-transform 0.5s;
    transition: background-color 0.5s, ease 0.5s, -webkit-transform 0.5s;
    transition: background-color 0.5s, transform 0.5s, ease 0.5s;
    transition: background-color 0.5s, transform 0.5s, ease 0.5s, -webkit-transform 0.5s;
}

.service-locations__button-more:hover:before {
    background-color: #e30613;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='18' viewBox='0 0 26 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 9L25.7071 9.70711V8.29289L25 9ZM0 10H25V8H0V10ZM25.7071 8.29289L17.7071 0.292893L16.2929 1.70711L24.2929 9.70711L25.7071 8.29289ZM24.2929 8.29289L16.2929 16.2929L17.7071 17.7071L25.7071 9.70711L24.2929 8.29289Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.service-locations__select {
    max-width: 415px;
    width: 100%;
    position: absolute;
    top: 15px;
    right: 250px;
    -webkit-transition: opacity 0.3s, ease 0.3s;
    transition: opacity 0.3s, ease 0.3s;
}

.service-locations__select._is-hide {
    opacity: 0;
    visibility: hidden;
}

.service-locations__select .select2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100% !important;
}

.service-locations__select .select2.select2-container--open .select2-selection__arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.service-locations__select .select2 .select2-selection {
    height: 48px;
    background: #fff;
    border: 2px solid #dfe3e9;
    border-radius: 4px;
}

.service-locations__select .select2 .select2-selection__rendered {
    font-size: 18px;
    color: #0e1524;
    font-weight: 400;
    line-height: 1.1;
    padding: 12px 15px;
    height: 100%;
}

.service-locations__select .select2 .select2-selection__arrow {
    width: 15px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.334 1.66699L7.33399 7.66699L1.33398 1.66699' stroke='%230E1524' stroke-width='2.66667'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease 0.3s, -webkit-transform 0.3s;
    transition: ease 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, ease 0.3s;
    transition: transform 0.3s, ease 0.3s, -webkit-transform 0.3s;
}

.service-locations__select .select2 .select2-selection__arrow b {
    display: none;
}

.service-locations__button-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
}

.service-locations__button-collapse:after {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11px;
    flex: 0 0 11px;
    width: 11px;
    max-width: 11px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 6.5L5.5 2L10 6.5' stroke='%230E1524' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    margin-left: 15px;
    -webkit-transition: background 0.3s, ease 0.3s;
    transition: background 0.3s, ease 0.3s;
}

.service-locations__button-collapse:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 6.5L5.5 2L10 6.5' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.service-locations__button-collapse._is-active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Прочее */
.description-block {
    padding-top: 60px;
    padding-bottom: 30px;
}

.description-block--type2 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.description-block--type2 .description-block__title {
    color: #0e1524;
}

.description-block--type2 .description-block__text p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.description-block--type2 .description-block__text p:before {
    content: '\2014';
    margin-right: 10px;
}

.description-block--type3 .description-block__title {
    color: #0e1524;
}

.description-block--list {
    margin-bottom: 50px;
}

.description-block--list .description-block__section {
    padding-top: 95px;
    padding-bottom: 50px;
    background-color: #f5f7f8;
}

.description-block--pic .description-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.description-block--pic .description-block__content {
    max-width: 710px;
    margin-right: 50px;
}

.description-block--pic .description-block__info-pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    width: 320px;
    max-width: 320px;
    margin-left: auto;
}

.description-block--pic .description-block__pic {
    display: block;
    margin-bottom: 25px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
    margin-left: -20px;
    background-color: #f5f7f8;
}

.description-block--pic .description-block__pic--icon {
    margin-bottom: -25px;
}

.description-block--pic .description-block__pic--icon:after {
    display: none;
}

.description-block--pic .description-block__pic:hover:after {
    opacity: 1;
    visibility: visible;
}

.description-block--pic .description-block__pic:after {
    content: '';
    width: 48px;
    height: 48px;
    background: #e30613;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5426 19.5426L26.6668 26.6668M22.6668 12.0002C22.6668 17.8912 17.8912 22.6668 12.0002 22.6668C6.10913 22.6668 1.3335 17.8912 1.3335 12.0002C1.3335 6.10913 6.10913 1.3335 12.0002 1.3335C17.8912 1.3335 22.6668 6.10913 22.6668 12.0002Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 60% 55%;
    background-size: 28px 28px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, ease 0.3s;
    transition: opacity 0.3s, ease 0.3s;
}

.description-block--pic .description-block__pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    vertical-align: top;
}

.description-block--pic .description-block__name {
    font-size: 14px;
    color: #0e1524;
    font-weight: 400;
    line-height: 1.4;
}

.description-block--icon .description-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.description-block--icon .description-block__content {
    max-width: 710px;
    margin-right: 50px;
}

.description-block--icon .description-block__info-pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    width: 270px;
    max-width: 270px;
    margin-left: auto;
}

.description-block--icon .description-block__pic {
    display: block;
    margin-bottom: 25px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
    margin-left: -25px;
    background-color: #f5f7f8;
}

.description-block--icon .description-block__pic--icon {
    margin-bottom: -25px;
}

.description-block--icon .description-block__pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    vertical-align: top;
}

.description-block--icon .description-block__text {
    font-size: 14px;
    color: #0e1524;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}

.description-block--icon .description-block__text .contact-email {
    font-size: 14px;
    color: #279af1;
    text-decoration: none;
    -webkit-transition: color 0.3s, ease 0.3s;
    transition: color 0.3s, ease 0.3s;
}

.description-block--icon .description-block__text .contact-email:hover {
    color: #e30613;
}

.description-block--preview .description-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.description-block__wrapper {
    padding-left: 125px;
}

.description-block__title {
    font-size: 14px;
    color: #4b4f57;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.description-block__text {
    max-width: 860px;
}

.description-block__text p {
    margin-bottom: 20px;
}

.description-block__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-left: -90px;
}

.description-block__lists ul {
    list-style: none;
    width: 33.333%;
    margin: 0;
    padding-left: 90px;
}

.description-block__lists ul li {
    font-size: 14px;
    color: #0e1524;
    font-weight: 500;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 15px;
    padding-right: 20px;
}

.description-block__lists ul li:before {
    content: '';
    font-size: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    width: 15px;
    max-width: 15px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5L5.5 9L13.5 1' stroke='%23E30613' stroke-width='2.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    margin-right: 10px;
}

.description-block__categories-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
}

.description-block__categories-item {
    padding-left: 8px;
    margin-bottom: 12px;
}

.description-block__categories-item._is-active .description-block__categories-name,
.description-block__categories-item:hover a.description-block__categories-name {
    color: #fff;
    background-color: #e30613;
}

.description-block__categories-item--last .description-block__categories-name {
    background-color: transparent;
}

.description-block__categories-name {
    font-size: 14px;
    color: #878c97;
    font-weight: 500;
    line-height: 1.1;
    padding: 5px;
    border-radius: 2px;
    background-color: #f5f7f8;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-decoration: none;
}

.description-block__preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 530px;
    flex: 0 0 530px;
    width: 530px;
    max-width: 530px;
    padding-top: 50px;
    overflow: hidden;
    margin-left: 30px;
    -webkit-overflow-scrolling: touch;
}

.info-card-product {
    padding-top: 65px;
    padding-bottom: 30px;
}

.info-card-product__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 125px;
}

.info-card-product__content._is-show-more {
    height: 100%;
}

.info-card-product__title {
    font-size: 14px;
    color: #4b4f57;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.info-card-product__title--mobile {
    display: block !important;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.info-card-product__text {
    margin-bottom: 30px;
}

.info-card-product__text p {
    font-size: 21px;
    color: #4b4f57;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}

.info-card-product__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info-card-product__tag {
    font-size: 14px;
    color: #4b4f57;
    font-weight: 500;
    line-height: 1;
    padding: 5px 8px;
    background-color: #f5f7f8;
    margin-right: 8px;
    margin-bottom: 8px;
}

.info-card-product__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 525px;
    flex: 0 0 525px;
    width: 525px;
    max-width: 525px;
    margin-left: 35px;
}

.info-card-product__img img {
    vertical-align: top;
}

.info-card-product__show-more {
    font-size: 14px;
    color: #e30613;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.info-card-product__show-more:after {
    content: '';
    width: 11px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75 1.25L5.25 5.75L0.75 1.25' stroke='%23E30613' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    margin-left: 8px;
    -webkit-transition: ease 0.3s, -webkit-transform 0.3s;
    transition: ease 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, ease 0.3s;
    transition: transform 0.3s, ease 0.3s, -webkit-transform 0.3s;
}

.info-card-product__show-more._is-active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.preview-block__container {
    height: 405px;
    border-radius: 4px;
}

.preview-block__container .swiper-button-prev,
.preview-block__container .swiper-button-next {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
    top: auto;
    bottom: 25px;
    left: 25px;
    -webkit-transition: background-color 0.3s, ease 0.3s;
    transition: background-color 0.3s, ease 0.3s;
}

.preview-block__container .swiper-button-prev:hover,
.preview-block__container .swiper-button-next:hover {
    background-color: #e30613;
}

.preview-block__container .swiper-button-prev:hover:after,
.preview-block__container .swiper-button-next:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='18' viewBox='0 0 26 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 9L25.7071 9.70711V8.29289L25 9ZM0 10H25V8H0V10ZM25.7071 8.29289L17.7071 0.292893L16.2929 1.70711L24.2929 9.70711L25.7071 8.29289ZM24.2929 8.29289L16.2929 16.2929L17.7071 17.7071L25.7071 9.70711L24.2929 8.29289Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.preview-block__container .swiper-button-prev:after,
.preview-block__container .swiper-button-next:after {
    content: '';
    width: 26px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='18' viewBox='0 0 26 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 9L25.7071 9.70711V8.29289L25 9ZM0 10H25V8H0V10ZM25.7071 8.29289L17.7071 0.292893L16.2929 1.70711L24.2929 9.70711L25.7071 8.29289ZM24.2929 8.29289L16.2929 16.2929L17.7071 17.7071L25.7071 9.70711L24.2929 8.29289Z' fill='%230E1524'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: background 0.3s, ease 0.3s;
    transition: background 0.3s, ease 0.3s;
}

.preview-block__container .swiper-button-prev:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.preview-block__container .swiper-button-next {
    right: auto;
    left: 105px;
}

.preview-block__item.swiper-slide-active .preview-block__img {
    opacity: 1;
    visibility: visible;
}

.preview-block__img {
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, ease 0.3s;
    transition: opacity 0.3s, ease 0.3s;
}

.preview-block__img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
}

.preview-block__img:hover:before {
    background-color: #e30613;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6569 14.6569L21 21M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.preview-block__img:before {
    content: '';
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6569 14.6569L21 21M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z' stroke='%230E1524' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: background 0.3s, ease 0.3s;
    transition: background 0.3s, ease 0.3s;
}

.popular-products {
    padding-top: 80px;
    padding-bottom: 80px;
}

.popular-products__title {
    font-size: 14px;
    color: #4b4f57;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.popular-products__container {
    padding-bottom: 50px;
}

.popular-products__container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #c8cbd0;
    -webkit-transition: background-color 0.3s, ease 0.3s;
    transition: background-color 0.3s, ease 0.3s;
}

.popular-products__container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e30613;
}

.popular-products__item {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.thumb-article {
    max-width: 750px;
    width: 100%;
}

.thumb-article__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.thumb-article__name {
    font-size: 27px;
    color: #0e1524;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
    margin-bottom: 15px;
    -webkit-transition: color 0.3s, ease 0.3s;
    transition: color 0.3s, ease 0.3s;
    max-width: 670px;
    width: 100%;
}

.thumb-article a.thumb-article__name:hover {
    color: #e30613;
}

.thumb-article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.thumb-article__date {
    font-size: 14px;
    color: #0e1524;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-right: 20px;
    min-width: 100px;
}

.thumb-article__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.thumb-article__tags span {
    font-size: 14px;
    color: #878c97;
    font-weight: 400;
    line-height: 1.1;
    background-color: #f5f7f8;
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.thumb-article__img {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
    -webkit-overflow-scrolling: touch;
}

.thumb-article__img img {
    vertical-align: top;
}

.thumb-article__text {
    margin-bottom: 25px;
    max-width: 755px;
    width: 100%;
}

.thumb-article__text p {
    margin-bottom: 15px;
}

.thumb-article__text p:last-child {
    margin-bottom: 0;
}

.thumb-article__link {
    text-decoration: none;
    display: block;
    width: 64px;
    height: 64px;
    background-color: #f5f7f8;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='18' viewBox='0 0 26 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 9L25.7071 9.70711V8.29289L25 9ZM0 10H25V8H0V10ZM25.7071 8.29289L17.7071 0.292893L16.2929 1.70711L24.2929 9.70711L25.7071 8.29289ZM24.2929 8.29289L16.2929 16.2929L17.7071 17.7071L25.7071 9.70711L24.2929 8.29289Z' fill='%23E30613'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 26px 18px;
    -webkit-transition: background 0.3s, ease 0.3s;
    transition: background 0.3s, ease 0.3s;
}

.thumb-article__link:hover {
    background-color: #e30613;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='18' viewBox='0 0 26 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 9L25.7071 9.70711V8.29289L25 9ZM0 10H25V8H0V10ZM25.7071 8.29289L17.7071 0.292893L16.2929 1.70711L24.2929 9.70711L25.7071 8.29289ZM24.2929 8.29289L16.2929 16.2929L17.7071 17.7071L25.7071 9.70711L24.2929 8.29289Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.thumb-article__link--back {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.thumb-article__authorization {
    padding: 16px 20px;
    background-color: #f5f7f8;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thumb-article__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thumb-article__note:before {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    max-width: 32px;
    height: 32px;
    margin-right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='28' viewBox='0 0 22 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11L2.75375 11C1.62584 12.9509 1 14.8154 1 17C1 22.5228 5.47715 27 11 27C16.5228 27 21 22.5228 21 17C21 14.8154 20.3742 12.9509 19.2463 11L16 11M6 11L6 6C6 3.23858 8.23858 1 11 1V1C13.7614 1 16 3.23858 16 6L16 11M6 11L16 11M11 19L11 23M11 19L10 18C9.44771 17.4477 9.44772 16.5523 10 16V16C10.5523 15.4477 11.4477 15.4477 12 16V16C12.5523 16.5523 12.5523 17.4477 12 18L11 19Z' stroke='%23E30613' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.thumb-article__note span {
    font-size: 18px;
    color: #4b4f57;
    line-height: 1.1;
    font-weight: 400;
}

.thumb-article__authorization-link {
    font-size: 18px;
    color: #e30613;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: none;
    margin-left: 25px;
}

.thumb-article__authorization-link:hover {
    text-decoration: underline;
}

.not-user .thumb-article__name {
    pointer-events: none;
}

.map-simple {
    padding-top: 80px;
    padding-bottom: 80px;
}

.map-simple__wrapper {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.map-simple__map {
    width: 100%;
    height: 600px;
    -webkit-transition: height 0.3s, ease 0.3s;
    transition: height 0.3s, ease 0.3s;
}

.map-simple__map .ymaps-2-1-79-ground-pane {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.7;
}

.map-simple__map._is-collapse {
    height: 140px;
}

.map-simple__button-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
}

.map-simple__button-collapse:after {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11px;
    flex: 0 0 11px;
    width: 11px;
    max-width: 11px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 6.5L5.5 2L10 6.5' stroke='%230E1524' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    margin-left: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: background 0.3s, ease 0.3s;
    transition: background 0.3s, ease 0.3s;
}

.map-simple__button-collapse:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 6.5L5.5 2L10 6.5' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.map-simple__button-collapse._is-active:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.map-simple__bottom {
    padding-top: 65px;
    padding-bottom: 100px;
    background-color: #f5f7f8;
}

.map-simple__title {
    font-size: 14px;
    color: #4b4f57;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.map-simple__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.map-simple__address:before {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    width: 64px;
    max-width: 64px;
    height: 64px;
    background-color: #e30613;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13C6 18.5228 10 22 16 30C22 22 26 18.5228 26 13C26 7.47715 21.5228 3 16 3C10.4772 3 6 7.47715 6 13Z' stroke='white' stroke-width='2'/%3E%3Ccircle cx='16' cy='13' r='4' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 32px 32px;
    margin-right: 15px;
}

.map-simple__address span {
    font-size: 21px;
    color: #4b4f57;
    font-weight: 500;
    line-height: 1.3;
}

.button-default {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 25px;
    background-color: #e30613;
    border: none;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: background-color 0.3s, color 0.3s, ease 0.3s;
    transition: background-color 0.3s, color 0.3s, ease 0.3s;
}

.button-default:hover {
    background-color: #4b4f57;
}

.button-default--light {
    color: #0e1524;
    background-color: #fff;
}

.button-default--light:hover {
    color: #fff;
    background-color: #e30613;
}