html {
    scroll-behavior: smooth;
}

.btn-my {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border: solid 1px #60A183;
    background: none;
    color: #60A183;
    background-color: inherit;
    padding: 20px;
    cursor: pointer;
    transition: .3s;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    font-family: Manrope;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 2;
}

.btn-my::after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #60A183;
    transition: .3s;
    z-index: -1;
}

.btn-my:hover {
    color: #fff;
}

.btn-my:hover::after {
    width: 100%;
}

.btn-my:hover svg * {
    stroke: #fff;
}

.btn-flex {
    padding-right: 55px;
}

.btn-my svg {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 14px;
    max-height: 14px;
}

.btn-my svg * {
    transition: .3s;
}

.btn-primary {
    color: #fff;
}

.btn-primary::after {
    background-color: #067979;
    border: #067979;
    width: 100%;
}

.btn-primary svg * {
    stroke: #fff;
}

.btn-primary:hover::after {
    width: 0;
}

.btn-primary:hover {
    border-color: #067979;
    color: #067979;
}

.btn-primary:hover svg * {
    stroke: #067979;
}

.pagination {
    margin-top: 50px;
    width: 100%;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.pagination .page-numbers {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #60A183;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
}

.pagination .nav-links .current {
    background-color: #60A183;
    color: #fff;
}

.contacts-wrap {
    padding: 24px 30px 75px;
    background-color: #fff;
}

.bread {
    font-size: 12px;
}

.bread ol {
    list-style-type: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #858997;
}

.bread ol a {
    color: #858997;
    text-decoration: none;
}

.bread ol li::after {
    content: '-';
    display: inline-block;
    padding: 0 10px;
}

.bread ol li:last-child::after {
    display: none;
}

.bread ol a:hover {
    text-decoration: underline;
}

.contacts-wrap__subtitle {
    text-align: center;
    margin: 12px 0;
    font-size: 16px;
    color: #66A539;
}

.contacts-wrap__title {
    font-size: 60px;
    line-height: 66px;
    font-weight: 300;
    color: #1F1F26;
    text-align: center;
}

.contacts-wrap__text {
    max-width: 787px;
    margin: 27px auto 37px;
    color: #797F8D;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
}

.contacts-wrap__text::after {
    content: '';
    display: block;
    width: 100%;
    max-width: 33px;
    height: 4px;
    background-color: #67A53A;
    margin: 25px auto 0;
}

.contacts-wrap__flex {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.contacts-wrap__flex--content {
    width: 100%;
    max-width: 313px;
}

.contacts-wrap__flex--content-title {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 47px;
}

.contacts-wrap__flex--content-list p {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #85899B;
}

.contacts-wrap__flex--content-list strong {
    font-weight: 800;
}

.contacts-wrap__flex--content-list a {
    color: #5FA183;
    text-decoration: underline;
}

.contacts-wrap__flex--content-list a:hover {
    text-decoration: none;
}


.contacts-wrap__flex--content-list strong,
.contacts-wrap__flex--content-list strong a {
    color: #1F1F26;
}

.contacts-wrap__flex--content .btn-my {
    width: 100%;
    margin-top: 40px;
    max-width: 313px;
}

.contacts-wrap__flex--second {
    justify-content: center;
    gap: 48px;
}


.contacts-wrap__flex--third {
    max-width: 500px;
}

.contacts-wrap__flex--list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    max-width: 256px;
    width: 100%;
    margin-top: -30px;
}

.contacts-wrap__flex--list .row-title {
    font-size: 16px;
    color: #85899B;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.contacts-wrap__flex--list .row-title strong {
    font-weight: 400;
    color: #1F1F26;
    font-size: 64px;
    line-height: 80px;
    transform: translateY(10px);
}

.contacts-wrap__flex--list .row-subtitle {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 25px;
}

.contacts-wrap__flex--list .row-subtitle__image {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-right: 10px;
    max-width: 48px;
}

.contacts-wrap__flex--list .row-subtitle__value {
    font-weight: 700;
    font-size: 16px;
    color: #5FA183;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-left: 10px;
}

.contacts-wrap__flex--list .row-subtitle::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #60A183;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.contacts-wrap__adress {
    margin-top: 56px;
    text-align: center;
    font-size: 15px;
    color: #85899B;
}

.contacts-wrap__adress p {
    display: block;
    margin-bottom: 10px;
}

.contacts-wrap__adress strong {
    color: #1F1F26;
    font-weight: 800;
}

.contacts-wrap__adress a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 800;
    color: #5FA183;
}

.contacts-wrap__adress a:hover {
    text-decoration: none;
}

.contacts-wrap__adress p:last-child {
    margin-bottom: 0;
}

.contacts-wrap__news {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 40px;
}

.contacts-wrap__news .item {
    display: block;
    width: calc((100% - 80px) / 3);
    text-decoration: none;
}

.contacts-wrap__news .item-image {
    width: 100%;
    height: 255px;
    overflow: hidden;
}

.contacts-wrap__news .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.contacts-wrap__news .item-date {
    margin: 22px 0;
    font-size: 11px;
    color: #797F8D;
}

.contacts-wrap__news .item-title {
    font-size: 14px;
    font-weight: 700;
    color: #1F1F26;
}

.contacts-wrap__news .item:hover .item-image img {
    transform: scale(1.1);
}

.contacts-wrap__article--title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    color: #1F1F26;
    margin: 28px 0;
}

.contacts-wrap__article--date {
    font-size: 11px;
    color: #797F8D;
}

.contacts-wrap__article--content {
    margin-top: 21px;
    font-size: 16px;
    line-height: 24px;
    color: #555659;
}

.contacts-wrap__article--content strong {
    font-weight: 700;
}

.contacts-wrap__article--content p {
    display: block;
    margin-bottom: 20px;
}

.contacts-wrap__article--content img {
    display: flex;
    margin-bottom: 44px;
}

.contacts-wrap__article--content a {
    color: #2F496C;
    text-decoration: underline;
}

.contacts-wrap__article--content a:hover {
    text-decoration: none;
}

.contacts-wrap__article--content strong {
    color: #000000;
}

.contacts-wrap__article--content ul {
    list-style-type: none;
}

.contacts-wrap__article--content ul,
.contacts-wrap__article--content ol {
    margin-bottom: 20px;
}

.contacts-wrap__article--content h1,
.contacts-wrap__article--content h2,
.contacts-wrap__article--content h3,
.contacts-wrap__article--content h4,
.contacts-wrap__article--content h5,
.contacts-wrap__article--content h6 {
    margin-bottom: 40px;
}

.contacts-wrap__article--content h3 {
    font-size: 29px;
    font-weight: 300;
}

.contacts-wrap__article--content ul li {
    position: relative;
    padding-left: 20px;
}

.contacts-wrap__article--content ul li::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #679277;
    position: absolute;
    left: 0;
    top: 7px;
}

.contacts-wrap__article--content ol {
    padding-left: 15px;
}

.contacts-wrap__article--content h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    margin: 65px 0 35px;
}

.contacts-wrap__article--content-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 33px 53px;
}

.contacts-wrap__article--content-gallery img {
    max-width: calc((100% - 53px) / 2);
    margin: 0;
}

.contacts-wrap__filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}

.contacts-wrap__filter .row-title {
    font-size: 15px;
    font-weight: 500;
    color: #1F1F26;
    margin-bottom: 20px;
    text-align: center;
}

.contacts-wrap__filter .row-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.contacts-wrap__filter .row-list a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #797F8D;
    border: solid 1px #797F8D;
    transition: .3s;
    text-align: center;
    text-decoration: none;
}

.contacts-wrap__filter .row-list a:hover {
    color: #067979;
    border-color: #067979;
}

.contacts-wrap__filter .row-list .active {
    background-color: #067979;
    border-color: #067979;
    color: #fff;
}

.contacts-wrap__filter .row-list .active:hover {
    color: #fff;
}

.contacts-wrap__house {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.contacts-wrap__house .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% / 3);
    border: solid 1px #D3D3D9;
    padding: 35px 30px;
    text-align: center;
    color: #1F1F26;
    text-decoration: none;
    margin-right: -1px;
    margin-bottom: -1px;
}

.contacts-wrap__house .item-image {
    width: 100%;
    height: 236px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacts-wrap__house .item-image img {
    max-height: 236px;
    transition: .3s;
}

.contacts-wrap__house .item-title {
    margin: 20px 0;
    font-size: 17px;
    font-weight: 700;
    color: #1F1F26;
}

.contacts-wrap__house .item-attr {
    font-weight: 300;
    font-size: 13px;
    line-height: 22px;
    color: #4B8A6D;
}

.contacts-wrap__house .item .btn-my {
    margin: 20px auto 0;
    padding: 10px 40px 10px 20px;
    min-width: 160px;
    min-height: 45px;
    font-size: 13px;
}

.product-wrap {
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-wrap__content {
    width: 100%;
    max-width: 622px;
    margin-right: 30px;
}

.product-wrap__content .gallery-top {
    border: solid 1px #D3D3D9;
}

.product-wrap__content .gallery-top .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 441px;
    padding: 25px;
}


.product-wrap__content .gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.product-wrap__content .gallery-thumbs .swiper-slide__image {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #D3D3D9;
    padding: 10px;
    height: 140px;
}

.product-wrap__content .gallery-thumbs .swiper-slide__image img {
    max-height: 120px;
}

.product-wrap__content .gallery-thumbs .swiper-slide__title {
    font-size: 13px;
    margin-top: 13px;
}

.product-wrap__content .gallery-top .swiper-slide img {
    max-height: 400px;
}

.product-wrap__attr--title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 43px;
}

.product-wrap__attr--mobile,
.product-title,
.product-attr {
    display: none;
}

.product-wrap__attr .row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #E5E5E5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.product-wrap__attr .row span {
    display: block;
    max-width: 49%;
}

.product-wrap__attr .row span:last-child {
    text-align: right;
    font-weight: 700;
}

.product-wrap__meta {
    max-width: 576px;
    width: 100%;
    position: sticky;
    top: 150px;
}

.product-wrap__meta--title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
}

.product-wrap__meta--attr {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    color: #797F8D;
    gap: 10px 0;
}


.product-wrap__meta--attr span {
    display: flex;
    align-items: center;
}

.product-wrap__meta--attr span::after {
    content: '|';
    display: block;
    margin: 0 5px;
    color: #D4D4D4;
}

.product-wrap__meta--attr span:last-child:after {
    display: none;
}

.product-wrap__meta .btn-my {
    width: 100%;
    margin: 20px 0 40px;
    padding: 10px;
    min-height: 45px;
}

.product-wrap__meta--contacts {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #1F1F26;
    padding-top: 10px;
}

.product-wrap__meta--contacts a {
    font-size: 23px;
    color: #067979;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    margin-top: 20px;
}

.product-wrap__meta--contacts a:hover {
    text-decoration: none;
}

.planning__map .development__turn {
    cursor: pointer;
}

.contacts-wrap__flex--documents {
    width: 100%;
    max-width: 500px;
}

.contacts-wrap__flex--documents .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    font-weight: 700;
    color: #1F1F26;
    transition: .3s;
    text-decoration: none;
    font-size: 16px;
}

.contacts-wrap__flex--documents .item svg {
    max-width: 24px;
    opacity: 1;
    transform: translateY(5px);
}

.contacts-wrap__flex--documents .item svg * {
    fill: #fff;
    stroke: #60A183;
    opacity: 1;
}

.contacts-wrap__flex--documents .item span {
    display: block;
    max-width: calc(100% - 16px);
    padding-left: 21px;
}

.contacts-wrap__flex--documents .item:hover {
    color: #60A183;
}

.contacts-wrap__image {
    display: flex;
    justify-content: center;
    max-width: 1050px;
    margin: 0 auto;
}

.contacts-wrap__more {
    margin: 50px auto;
}

.contacts-wrap__more::after {
    display: none;
}

.contacts-wrap__list {
    max-width: 1050px;
    margin: 0 auto;
}

.contacts-wrap__list .row {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}


.contacts-wrap__list .row-image {
    width: 100%;
    max-width: 457px;
    height: 324px;
}

.contacts-wrap__list .row-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts-wrap__list .row-content {
    width: 100%;
    max-width: 537px;
}

.contacts-wrap__list .row-content__title {
    text-align: left;
    margin: 0;
}

.contacts-wrap__list .row-content__text {
    font-size: 15px;
    color: #797F8D;
    margin: 30px 0;
}

.contacts-wrap__list .row-content .btn-my {
    min-height: 65px;
    min-width: 230px;
    padding-left: 5px;
}

.contacts-wrap__list .row:nth-child(even) .row-image {
    order: 2;
}

.contacts-wrap__article--second {
    padding-top: 50px;
    max-width: 1050px;
    margin: 0 auto;
}

.contacts-wrap__gallery--title {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0;
}

.contacts-wrap__gallery .contacts-wrap__image {
    margin-bottom: 30px;
}


.contacts-wrap .swiper {
    max-width: 1050px;
    margin: 0 auto;
}

.contacts-wrap .swiper-button-next,
.contacts-wrap .swiper-button-prev {
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: rgba(0, 0, 0, .63);
    transition: .3s;
}

.contacts-wrap .swiper-button-next:hover,
.contacts-wrap .swiper-button-prev:hover {
    background-color: #60A183;
}

.contacts-wrap .swiper-button-prev {
    transform: rotate(180deg);
}

.contacts-wrap .swiper-button-next svg,
.contacts-wrap .swiper-button-prev svg {
    max-width: 30px;
}


.contacts-wrap .swiper-button-next svg *,
.contacts-wrap .swiper-button-prev svg * {
    stroke: #fff;
}

.swiper-pagination-clickable {
    margin-top: -70px;
    z-index: 2;
    position: absolute;
    bottom: 50px !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background-color: #60A183;
}

.product-wrap__content .gallery-thumbs {
    margin-top: 17px;
    margin-bottom: 97px;
}

@media (max-width: 1400px) {
    .contacts .wrapper {
        padding: 0;
    }
}

@media (max-width: 1150px) {

    .product-title {
        font-size: 19px;
        font-weight: 700;
        margin: 15px 0;
    }

    .product-title,
    .product-attr {
        display: block;
    }

    .product-attr .product-wrap__meta--attr {
        display: flex;
    }

    .product-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-wrap__content {
        max-width: 100%;
        margin: 0 0 40px;
    }

    .product-wrap__content--flex {
        display: flex;
        flex-direction: column;
    }

    .product-wrap__attr {
        display: none;
    }

    .product-wrap__content .product-wrap__attr {
        order: 10;
    }

    .product-wrap__content .product-wrap__attr--mobile {
        display: block;
        order: 1;
        margin-bottom: 30px;
    }

    .product-wrap__content--flex .product-wrap__attr {
        display: block;
    }

    .product-wrap__meta {
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }

    .product-wrap__meta .btn-my {
        order: 10;
    }

    .product-wrap__meta--contacts {
        order: 11;
    }

    .product-wrap__meta--title,
    .product-wrap__meta--attr {
        display: none;
    }
}

@media (max-width: 1024px) {

    .contacts-wrap__flex--documents {
        order: -1;
        max-width: 100%;
    }

    .contacts-wrap {
        overflow: hidden;
    }

    .contacts-wrap__flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .contacts-wrap__flex--image {
        order: -1;
        max-width: calc(100% + 60px);
        margin: 0 0 8px;
        margin-left: -30px;
        width: calc(100% + 60px);
    }

    .contacts-wrap__flex--content {
        max-width: 100%;
    }

    .contacts-wrap__flex--second .contacts-wrap__flex--image {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }

    .contacts-wrap__flex--list {
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        order: -2;
        margin-top: 34px;
        gap: 30px 20px;
    }

    .contacts-wrap__flex--list .row {
        width: calc((100% - 20px) / 2);
    }

    .contacts-wrap__news .item {
        width: calc((100% - 40px) / 2);
    }

    .contacts-wrap__house .item {
        width: 50%;
        padding: 30px 15px;
    }

}

@media (max-width: 768px) {
    .header__phone {
        margin-right: 16px;
    }

    .header__phone:before {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 686px) {
    .contacts-wrap__news .item {
        width: 100%;
    }

    .contacts-wrap__list .row {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .contacts-wrap__list .row:nth-child(1n+1) .row-content {
        order: -10;
    }

    .contacts-wrap__list .row {
        margin-bottom: 30px;
    }

    .contacts-wrap__list .row-image {
        height: auto;
    }

    .contacts-wrap__list .row-content .btn-my {
        padding-left: 25px;
        min-height: 50px;
    }

    .contacts-wrap__list .row-content__text {
        margin: 15px 0;
        font-size: 14px;
    }

    .contacts-wrap__article--second {
        padding-top: 0;
    }

    .contacts-wrap__article--content h3 {
        font-size: 20px;
    }

    .contacts-wrap__article--content h1,
    .contacts-wrap__article--content h2,
    .contacts-wrap__article--content h3,
    .contacts-wrap__article--content h4,
    .contacts-wrap__article--content h5,
    .contacts-wrap__article--content h6 {
        margin-bottom: 20px;
    }

    .contacts-wrap__gallery--title {
        font-size: 20px;
    }

}

@media (max-width: 550px) {

    .contacts-wrap .swiper-button-next,
    .contacts-wrap .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .contacts-wrap .swiper-button-next svg,
    .contacts-wrap .swiper-button-prev svg {
        max-width: 20px;
    }

    .btn-my {
        padding: 15px 20px;
        justify-content: flex-start;
    }

    .contacts-wrap {
        padding: 17px 15px 67px;
    }

    .contacts-wrap__subtitle {
        margin: 15px 0 0px;
        font-size: 14px;
    }

    .contacts-wrap__flex--content-title {
        margin-bottom: 20px;
    }

    .contacts-wrap__title {
        font-size: 29px;
        line-height: 34px;
    }

    .contacts-wrap__text {
        margin: 10px auto 20px;
        font-size: 14px;
        line-height: 21px;
    }


    .contacts-wrap__text::after {
        margin-top: 20px;
    }

    .contacts-wrap__flex--image {
        margin-left: -15px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
    }

    .contacts-wrap__flex--list .row-title {
        font-size: 11px;
    }

    .contacts-wrap__flex--list .row-title strong {
        font-size: 44px;
        line-height: 44px;
        transform: translateY(0);
    }

    .contacts-wrap__flex--list .row-subtitle {
        margin-top: 11px;
    }

    .contacts-wrap__flex--list .row-subtitle__value {
        font-size: 11px;
    }

    .contacts-wrap__adress {
        margin-top: 20px;
        font-size: 12px;
    }

    .contacts-wrap__adress a {
        font-size: 12px;
    }

    .contacts-wrap__news {
        gap: 30px;
    }

    .contacts-wrap__news .item-image {
        height: inherit;
    }

    .contacts-wrap__news .item-date {
        margin: 15px 0;
    }

    .contacts-wrap__article--title {
        margin: 17px 0;
        font-size: 21px;
        line-height: 30px;
    }

    .contacts-wrap__article--content img {
        margin-left: -15px;
        max-width: calc(100% + 30px);
    }

    .contacts-wrap__article--content-gallery {
        gap: 20px;
    }

    .contacts-wrap__article--content-gallery img {
        margin: 0;
        max-width: 100%;
    }

    .contacts-wrap__filter {
        gap: 28px;
    }

    .contacts-wrap__house {
        margin-top: 30px;
    }

    .contacts-wrap__house .item {
        width: 100%;
    }

    .contacts-wrap__house .item-image {
        height: 169px;
    }

    .contacts-wrap__house .item-image img {
        max-height: 169px;
    }

    .product-wrap__content .gallery-top .swiper-slide {
        padding: 15px 10px;
        height: 200px;
    }

    .product-wrap__content .gallery-top .swiper-slide img {
        max-height: 180px;
    }

    .product-wrap__content .gallery-thumbs {
        margin-bottom: 60px;
    }

    .product-wrap__content .gallery-thumbs .swiper-slide__image {
        height: 76px;
        padding: 5px;
    }

    .product-wrap__content .gallery-thumbs .swiper-slide__image img {
        max-height: 60px;
    }

    .product-wrap__attr--title {
        font-size: 18px;
    }

    .product-wrap__meta .btn-my {
        justify-content: center;
        margin-bottom: 30px;
    }

    .contacts-wrap__flex--documents .item {
        font-size: 14px;
    }

    .contacts-wrap__flex--documents .item span {
        padding-left: 10px;
    }

}