/*
* ...
* Component post card
* Section seo text
* Section zones
* Section Article CTA block
* Section Article CTA form block
*/
.heroAbout-only-contacts {
    margin-top: 20px;
}
.heroAbout {
    margin-bottom: 20px;
}
.heroAbout.heroAbout-rent {
    margin-bottom: 0;
}
.heroAbout ._container {
    padding: 20px 20px 40px;
    max-width: 100%;
}
.heroAbout__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.heroAbout__top {
    position: relative;
    height: 550px;
    border-radius: 40px;
    overflow: hidden;
}
.heroAbout-rent .heroAbout__top {
    height: 648px;
}
.heroAbout__image,
.heroAbout__top img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.heroAbout__image img {
    position: static;
    -webkit-transform: unset;
    transform: unset;
    object-fit: cover;
}
.heroAbout__image::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(29, 29, 27, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.heroAbout__info {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1330px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.heroAbout__info h1 {
    max-width: 320px;
    color: var(--white);
}
.heroAbout.heroAbout-rent .heroAbout__info h1 {
    margin-bottom: 50px;
    max-width: 860px;
}
.heroAbout.heroAbout-rent .heroAbout__info h1 span {
    position: relative;
    font-family: var(--second-family);
    font-weight: 400;
    color: var(--white);
}
.heroAbout.heroAbout-rent .heroAbout__info h1 span::before {
    content: '';
    position: absolute;
    top: 18px;
    left: -15px;
    right: -15px;
    bottom: 0;
    background: var(--purple-light);
    border-radius: 50px;
    width: calc(100% + 30px);
    height: 75%;
    z-index: -1;
}
.heroAbout__info svg {
    width: 100%;
}
.heroAbout__bottom {
    margin: 0 auto;
    width: 100%;
    max-width: 1330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
}
.heroAbout__bottom h3 {
    width: 100%;
    max-width: 970px;
}
.heroAbout__btns {
    width: 100%;
    max-width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.heroAbout.heroAbout-rent .heroAbout__btns {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.heroAbout.heroAbout-rent .heroAbout__btns .btn {
    flex: 1;
}
.homeHero ._container {
    margin: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 0px;
    max-width: 100%;
}
.homeHero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.homeHero__wrapper {
    width: 100%;
    max-width: 1020px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 40px;
}
.homeHero__box {
    padding-left: 20px;
    width: 100%;
    max-width: 770px;
}
.homeHero__block {
    padding-top: 20px;
    width: 100%;
    max-width: 667px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.homeHero__line {
    margin-top: 24px;
    width: 100%;
    max-width: 200px;
    min-width: 100px;
    height: 1px;
    background: var(--gray);
}
.homeHero__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.homeHero__subtitle {
    width: 100%;
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.homeHero__subtitle-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.homeHero__text-1 {
    width: 100%;
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.homeHero__text-1 p {
    width: 100%;
    max-width: 410px;
}
.homeHero__btns {
    width: 100%;
    max-width: 640px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.homeHero__btns .btn {
    width: 100%;
}
.homeHero__cards {
    position: relative;
    padding-top: 40px;
    width: 100%;
    max-width: 1020px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: var(--beige-light);
    border-radius: 0 60px 0 0;
}
.homeHero__cards-wrapper {
    padding: 0 0 0 20px;
    width: 100%;
    max-width: 770px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.homeHero__card {
    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;
    gap: 15px;
}
.homeHero__card:nth-child(1) {
    max-width: 211px;
}
.homeHero__card:nth-child(2) {
    max-width: 244px;
}
.homeHero__card:nth-child(3) {
    max-width: 250px;
}
.homeHero__card:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid var(--beige-dark);
}
.homeHero__card:last-child {
    padding-right: 30px;
}
.homeHero__top,
.homeHero__bottom {
    position: absolute;
}
.homeHero__top {
    top: -59px;
    left: 0;
}
.homeHero__bottom {
    bottom: 0;
    right: -59px;
}
.homeHero__image {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    max-width: 780px;
    min-width: 500px;
    max-height: 780px;
    border-radius: 40px;
    overflow: hidden;
}
.homeHero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.homeHero__image .homeHero__info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 4;
}
.homeHero__info {
    padding: 5px 5px 30px;
    width: 100%;
    max-width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    backdrop-filter: blur(50px);
    background: rgba(29, 29, 27, 0.3);
    border: 1px solid var(--beige-dark);
    border-radius: 20px;
}
.homeHero__info-image {
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--beige-light);
}
.homeHero__info-image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.homeHero__info p {
    color: var(--white);
    text-align: center;
}
.homeHeroMobile__wrap {
    display: none;
    gap: 20px;
}
.homeHeroMobile__image {
    width: 100%;
    max-width: 600px;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
}
.homeHeroMobile__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about ._container {
    padding-top: 80px;
    padding-bottom: 60px;
    max-width: 100%;
}
.about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about__content > svg {
    width: 100%;
    max-width: 1300px;
    display: block;
}
.about__wrapper {
    margin-top: -50px;
    width: 100%;
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.about__title {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
    border-bottom: 1px solid var(--beige-dark);
}
.about__title span {
    font-size: 52px;
    font-family: var(--second-family);
}
.about__title h3 {
    width: 100%;
    max-width: 860px;
}
.about__slide {
    min-width: 420px;
    max-width: 420px;
    border-radius: 40px;
    overflow: hidden;
}
.about__slide-wrapper {
    position: relative;
    padding-top: 150%;
    width: 100%;
}
.about__slide-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1100px) {
    .about ._container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.videogallery ._container {
    padding-top: 60px;
    padding-bottom: 100px;
}
.videogallery__content,
.videogallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.videogallery__title {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
    border-bottom: 1px solid var(--beige-dark);
}
.videogallery__title h3 {
    width: 100%;
    max-width: 860px;
}
.videogallery__slider {
    width: 100%;
    overflow: hidden;
}
.videogallery__slide {
    width: 310px !important;
    border-radius: 40px;
    overflow: hidden;
}
.videogallery__slide-wrapper {
    position: relative;
    padding-top: 209%;
    width: 100%;
}
.videogallery__slide-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.advantages__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.advantages__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
}
.advantages__cards img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.advantages__card {
    border-radius: 20px;
    overflow: hidden;
}
.advantages__card:not(.image) {
    border: 1px solid var(--beige-dark);
}
.advantages__card.card-1 {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}
.advantages__card.card-2 {
    padding: 10px 25px 10px 10px;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}
.advantages__card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.advantages__card .card-image {
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.advantages__card .card-info {
    padding: 15px 0;
    width: 100%;
    max-width: 285px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.advantages__card .card-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.works ._container {
    padding-top: 80px;
    padding-bottom: 60px;
}
.works__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.works__title {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
    border-bottom: 1px solid var(--beige-dark);
}
.works__title h2 {
    width: 100%;
    max-width: 640px;
}
.works__wrapper {
    position: relative;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}
.works__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: transform 0.25s linear;
    transition: transform 0.25s linear;
    will-change: transform;
}
.works__slider .slick-track {
    width: fit-content;
}
.works__slide {
    width: 310px !important;
    height: 218px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all 0.01s;
    transition: all 0.01s;
}
.works__slide.slick-current {
    width: 640px !important;
    height: 450px;
}
.works__slide-wrapper {
    width: 100%;
    height: 100%;
}
.works__slide-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.works__block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 640px;
    padding: 10px 40px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: var(--beige);
}
.works__block h4 {
    width: 100%;
    max-width: 330px;
}
.works__image {
    padding: 30px 10px;
    width: 100%;
    max-width: 230px;
    height: 192px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--beige-light);
    border-radius: 10px;
    overflow: hidden;
}
.works__image img {
    height: 100%;
}
.offers ._container {
    padding-top: 60px;
    padding-bottom: 100px;
}
.offers__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}
.offers__title {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
    border-bottom: 1px solid var(--beige-dark);
}
.offers__title h2 {
    width: 100%;
    max-width: 860px;
}
.offers__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.offers__card {
    padding: 10px 10px 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    background: var(--beige);
}
.offers__card:nth-child(4) {
    padding: 10px;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.offers__block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.offers__card:nth-child(4) .offers__block {
    padding: 20px 0;
    width: 100%;
    max-width: 410px;
}
.offers__image {
    min-height: 250px;
    max-height: 250px;
    border-radius: 10px;
    overflow: hidden;
}
.offers__card:nth-child(4) .offers__image {
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 410px;
}
.offers__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.offers__text {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.offers__text h4 {
    margin-bottom: 10px;
}
.offers__price {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.offers__price .btn {
    width: 100%;
}
.offers__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.offers__item {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid var(--beige-dark);
}
.offers__item:first-child:last-child {
    padding-top: 15px;
    border-top: 1px solid var(--beige-dark);
}
.offers ul,
.offers ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.offers ul li::marker,
.offers ol li::marker {
    color: var(--purple-light);
}
.offers ul li {
    margin-left: 24px;
}
.offers ol {
    counter-reset: list-counter;
    list-style: none;
}
.offers ol li {
    position: relative;
    padding-left: 30px;
    counter-increment: list-counter;
}
.offers ol li::before {
    content: counter(list-counter, decimal-leading-zero) '. ';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--purple-light);
}
.offers__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.services__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.services__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.services__card {
    position: relative;
    padding: 10px 10px 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid var(--beige-dark);
}
.services__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.services__block h4 {
    padding: 15px 20px;
    border-radius: 10px;
    background: var(--beige-light);
}
.services__image {
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}
.services__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.services__info {
    padding: 10px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
}
.services__text {
    width: 100%;
    max-width: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.pricing ._container {
    padding-top: 80px;
    padding-bottom: 60px;
}
.equipment + .pricing ._container {
    padding-top: 0;
}
.pricing__content,
.pricing__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.pricing__wrapper {
    gap: 50px;
}
.pricing__tabs {
    padding: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    border-radius: 50px;
    border: 1px solid var(--beige-dark);
}
.pricing__tab {
    padding: 12px 20px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: var(--gray);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pricing__tab.active {
    background: var(--purple-light);
    color: var(--white);
}
.pricing__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.pricing__block {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.pricing__block.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.price__content {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    border-radius: 30px;
    background: var(--beige);
}
/* .price__content table {
	height: auto !important;
} */
.price__content table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.price__content table tbody tr {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.price__content table tbody tr:first-child {
    padding: 0px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.price__content table tbody tr:first-child td {
    font-weight: 700;
    color: var(--purple-light);
}
.price__content table tbody tr:not(:first-child) {
    padding: 15px 20px;
    border-radius: 20px;
    background: var(--beige-light);
}
.price__content table tbody tr:not(:first-child) td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}
.price__content table tbody tr:not(:first-child) td:first-child {
    gap: 5px;
}
.price__content table tbody tr td {
    width: 100% !important;
    height: auto !important;
}
.price__content table tbody tr td:first-child {
    max-width: 710px;
    min-width: 250px;
}
.price__content table tbody tr td:nth-child(2) {
    max-width: 250px;
}
.price__content table tbody tr td:nth-child(3) {
    max-width: 220px;
}
.price__content .btn {
    width: 100%;
}
.doctors ._container {
    padding-top: 60px;
    padding-bottom: 100px;
}
.doctors__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.doctors__block {
    width: 100%;
    max-width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.doctors__block > svg {
    width: 100%;
    display: block;
}
.doctors__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}
.doctors__cards {
    width: 100%;
    max-width: 860px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.doctors__card {
    position: relative;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
}
.doctors__card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.doctors__about {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    padding: 25px 30px;
    width: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    backdrop-filter: blur(50px);
    background: rgba(29, 29, 27, 0.3);
    border: 1px solid var(--beige-dark);
    border-radius: 20px;
}
.doctors__about h4,
.doctors__about span {
    color: var(--white);
}
.question-rent {
    margin-bottom: 60px;
}
.question__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.question__wrapper {
    width: 100%;
    max-width: 710px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.question__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}
.question__text h2 {
    width: 100%;
    max-width: 530px;
}
.question-rent .question__text h2 {
    max-width: 100%;
}
.question__text ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.question-rent .question__text ul {
    margin-bottom: 30px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
}
.question__text ul li {
    margin-left: 24px;
}
.question__text ul li::marker {
    color: var(--purple-light);
}
.question__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.question__form,
.question__messangers {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    border-radius: 40px;
    background: var(--beige-light);
}
.question__form > p,
.question__messangers > p {
    font-weight: 700;
}
.question__btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.question__btns .btn {
    width: 100%;
}
.question__image {
    position: relative;
    width: 100%;
    max-width: 530px;
    border-radius: 40px;
    overflow: hidden;
}
.question__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.question__about {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 4;
    padding: 20px;
    width: 100%;
    max-width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    backdrop-filter: blur(50px);
    background: rgba(29, 29, 27, 0.3);
    border: 1px solid var(--beige-dark);
    border-radius: 20px;
}
.question__about h4,
.question__about span {
    color: var(--white);
}
@media screen and (max-width: 1100px) {
    .question-rent {
        margin-bottom: 0;
    }
    .question-rent .question__text ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }
}
.equipment ._container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.equipment__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.equipment__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.equipment__card {
    width: 100%;
    max-width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}
.equipment__block {
    padding: 5px 5px 20px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    border-radius: 40px;
    background: var(--beige);
}
.equipment__logo {
    padding: 10px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 35px;
    background: var(--beige-light);
}
.equipment__logo img {
    height: 100%;
}
.equipment__images {
    width: 100%;
    max-width: 860px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.equipment__image {
    height: 507px;
    border-radius: 40px;
    overflow: hidden;
}
.equipment__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.equipment__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.equipment__info {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.equipment__info .btn {
    width: 100%;
    gap: 0;
}
.equipment__row {
    padding: 30px;
    border-radius: 40px;
    border: 1px solid var(--beige-dark);
}
.equipment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

@media screen and (max-width: 1100px) {
    .equipment ._container {
        padding-top: 40px;
        padding-bottom: 0;
    }
}
.reviews__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.reviews__title {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
    border-bottom: 1px solid var(--beige-dark);
}
.reviews__title h2 {
    width: 100%;
    max-width: 640px;
}
.reviews__mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.reviews__mark a {
    transition: all 0.3s ease;
}
@media (hover: hover) {
    .reviews__mark a:hover {
        opacity: 0.7;
    }
}
.reviews__mark img {
    width: 250px;
    object-fit: contain;
}
.reviews__slider-container {
    display: flex;
    gap: 20px;
}
.reviews__yandex {
    width: calc(25vw - 22.5px);
    max-width: 310px;
    height: max-content;
    padding: 25px 5px 5px 5px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 20px;
    border-radius: 40px;
    text-decoration: none;
    z-index: 2;
    background: var(--purple, #b486ea);
    transition: all 0.3s ease;
}
@media (hover: hover) {
    .reviews__yandex:hover {
        opacity: 0.7;
    }
}
.reviews__yandex p {
    padding: 0 15px;
    color: var(--white, #fcfbfb);
    font-size: 20px;
    text-transform: uppercase;
}
.reviews__yandex-image {
    width: 100%;
    position: relative;
    padding-top: 178%;
    border-radius: 35px;
    overflow: hidden;
}
.reviews__yandex-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reviews__wrapper {
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    flex: 1;
    overflow: hidden;
}
.reviews__slider {
    width: 100%;
}
.reviews__slide {
    width: 310px !important;
    border-radius: 40px;
    border: 5px solid var(--gray);
    overflow: hidden;
    cursor: grab;
}
.reviews__slide-wrapper {
    position: relative;
    padding-top: 209%;
    width: 100%;
}
.reviews__slide-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.faq ._container {
    padding-top: 100px;
    padding-bottom: 60px;
}
.faq-title_part-two {
    margin: 0 0 50px;
}
.faq__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.faq__info {
    width: 100%;
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.faq__image {
    width: 100%;
    max-width: 330px;
    height: 304px;
    border-radius: 40px;
    overflow: hidden;
}
.faq__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.faq__wrapper {
    width: 100%;
    max-width: 860px;
    min-width: 510px;
}
.faq__items {
    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;
    gap: 10px;
}
.faq__item {
    border-radius: 40px;
    border: 1px solid var(--beige-dark);
    -webkit-transition: all 0.3s;
    transition: all 0.5s ease;
    cursor: pointer;
}
@media (hover: hover) {
    .faq__item:hover {
        opacity: 0.7;
    }
}
.faq__header {
    padding: 10px 10px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-radius: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
}
.faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.faq__question span {
    font-size: 20px;
    font-weight: 700;
    color: var(--purple-light);
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
}
.faq__question h4 {
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
}
.faq__icon {
    min-width: 55px;
    max-width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background: var(--purple-light);
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
}
.faq__icon svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
}
.faq__body {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
}
.faq__text {
    padding: 20px 95px 30px 60px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.faq__text ul,
.faq__text ol {
    padding-left: 20px;
}
.faq__item.active .faq__header {
    background: var(--purple-light);
}
.faq__item.active .faq__question h4 {
    color: var(--white);
}
.faq__item.active .faq__question span {
    color: var(--white);
}
.faq__item.active .faq__icon {
    background: var(--white);
}
.faq__item.active .faq__icon svg path {
    stroke: var(--purple-light);
}
.faq__item.active .faq__body {
    max-height: 500px;
}
/* equipment */

/* ! Component post card start ! */
.post-card {
    max-width: 420px;
    position: relative;
    border-radius: 20px;
    border: 1px solid var(--beige_divider, #d4d1c2);
}
.post-card__image {
    height: 250px;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.post-card__info {
    margin-bottom: 20px;
    padding: 0 30px;
}
.post-card__info-title {
    margin-bottom: 15px;
    color: var(--black, #1d1d1b);
    font-family: var(--first-family);
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
}
.post-card__info-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    color: var(--black, #1d1d1b);
    font-family: var(--first-family);
    font-size: 16px;
    line-height: 130%; /* 20.8px */
}
.post-card__footer {
    padding: 0 30px 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-card__date {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (hover: hover) {
    .post-card:hover .post-card__image img {
        transform: scale(1.1);
    }
    .post-card:hover .arrow {
        background: transparent;
    }
    .post-card:hover .arrow svg path {
        stroke: var(--purple-light);
    }
}

@media screen and (width <= 576px) {
    .post-card__image {
        height: 200px;
    }
    .post-card__info {
        padding: 0 15px;
    }
    .post-card__footer {
        padding: 0 15px 15px 15px;
    }
}
/* ! Component post card end ! */

/* ! Section seo text start ! */
.seo-text {
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.seo-text.collapsed {
    max-height: 120px;
}
.seo-text.expanded {
    max-height: 5000px;
}
.seo-text > h2 {
    font-size: 44px;
    margin-bottom: 25px;
}
.seo-text .more-text h2 {
    font-size: 38px;
}
.seo-text .more-text h2,
.seo-text h3,
.seo-text h4,
.seo-text h5,
.seo-text h6 {
    margin-top: 35px;
    margin-bottom: 20px;
}
.seo-text p,
.seo-text ul,
.seo-text ol {
    margin-bottom: 15px;
}
.seo-text ul,
.seo-text ol {
    margin-left: 10px;
    padding-left: 20px;
}
.read-more {
    cursor: pointer;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: var(--purple-light);
    color: var(--white);
    border-radius: 50px;
    transition: background-color 0.3s;
}
.read-more:hover {
    background-color: #e0e0e0;
}
@media screen and (max-width: 1100px) {
    .seo-text > h2 {
        font-size: 36px;
    }
    .seo-text .more-text h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 550px) {
    .seo-text > h2 {
        font-size: 32px;
    }
    .seo-text .more-text h2 {
        font-size: 26px;
    }
}
/* ! Section seo text end ! */
.ripple {
    position: relative;
    overflow: hidden;
}
.ripple-effect {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    transform: scale(0);
    animation: ripple 0.6s linear;
}
@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}
/* end equipment */
@media screen and (min-width: 1024px) {
    .services__card:hover .services__image img {
        transform: scale(1.1);
    }
    .services__card:hover .arrow {
        background: transparent;
    }
    .services__card:hover .arrow svg path {
        stroke: var(--purple-light);
    }
}
@media screen and (max-width: 1550px) {
    .about__wrapper {
        margin-top: 0;
    }
}
@media screen and (max-width: 1330px) {
    .about__slide {
        min-width: auto;
        max-width: 100%;
        width: calc(33.3vw - 23.3px) !important;
    }
    .works__slide,
    .works__slide.slick-current {
        width: calc(33.3vw - 23.3px) !important;
        height: 300px;
    }
    .works__wrapper {
        height: auto;
    }
    .works__block {
        position: static;
        width: 100%;
        max-width: 640px;
    }
    .videogallery__slide,
    .reviews__slide {
        width: calc(25vw - 22.5px) !important;
    }
}
@media screen and (max-width: 1300px) {
    .homeHero__block {
        gap: 30px;
    }
    .heroAbout__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .heroAbout__btns {
        max-width: 800px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .heroAbout__btns .btn {
        width: 100%;
    }
}
@media screen and (max-width: 1090px) {
    .homeHero {
        background: transparent;
        border-radius: 0px;
    }
    .homeHero ._container {
        padding-top: 10px;
        padding-right: 0;
    }
    .homeHero__block {
        gap: 30px;
    }
    .homeHero__image {
        display: none;
    }
    .homeHeroMobile__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .homeHero__wrapper {
        max-width: 100%;
    }
    .homeHero__box {
        padding: 30px 15px;
        max-width: 100%;
        background: var(--beige);
        border-radius: 40px;
    }
    .homeHero__block {
        max-width: 100%;
    }
    .homeHero__cards {
        padding: 0 15px;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .homeHero__cards-wrapper {
        padding: 0;
    }
    .heroAbout-rent .heroAbout__top,
    .heroAbout__top {
        height: 400px;
    }
    .homeHero__top,
    .homeHero__bottom {
        display: none;
    }
    .advantages__cards {
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
    }
    .works__slide,
    .works__slide.slick-current {
        width: calc(33.3vw - 23.3px) !important;
        height: 230px;
    }
    .offers__cards {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .offers__card:last-child {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
    .offers__card:last-child .offers__image {
        min-height: 400px;
        max-height: 400px;
    }
    .offers__card:nth-child(4) {
        padding: 10px 10px 30px 10px;
        -ms-grid-column-span: 1;
        grid-column: span 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .offers__card:nth-child(4) .offers__block {
        padding: 0;
        max-width: 100%;
    }
    .offers__card:nth-child(4) .offers__image {
        min-height: 250px;
        max-height: 250px;
        max-width: 100%;
    }
    .services__cards {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .doctors__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .doctors__block {
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .doctors__cards {
        max-width: 100%;
    }
    .doctors__card {
        height: 550px;
    }
    .question__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .question__wrapper {
        max-width: 100%;
    }
    .equipment__card {
        max-width: 310px;
        gap: 30px;
    }
    .equipment__block {
        gap: 20px;
    }
    .equipment__image {
        height: 100%;
    }
    .reviews__title {
        flex-direction: column;
        align-items: self-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
    }
    .reviews__mark {
        gap: 15px;
    }
    .reviews__yandex {
        width: calc(33.3vw - 33.3px);
        max-width: 328px;
    }
    .reviews__yandex-image {
        padding-top: 186%;
    }
    .reviews__slide,
    .videogallery__slide {
        width: calc(33.3vw - 23.3px) !important;
    }
    .faq__text {
        padding: 15px 20px 30px;
    }
}
@media screen and (max-width: 850px) {
    .beige {
        border-radius: 40px;
    }
    .advantages__cards {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .works__slide,
    .works__slide.slick-current {
        width: calc(50vw - 25px) !important;
    }
    .reviews__yandex p {
        font-size: 16px;
    }
    .reviews__mark {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .faq-title_part-two {
        margin: 0 0 20px;
    }
    .faq__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .faq__wrapper {
        min-width: auto;
    }
}
@media screen and (max-width: 800px) {
    .heroAbout-rent .heroAbout__top,
    .heroAbout__top {
        height: 320px;
    }
    .about__slide {
        width: calc(50vw - 25px) !important;
    }
    .doctors__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .doctors__card {
        height: 450px;
    }
    .equipment__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .equipment__card {
        max-width: 374px;
    }
    .reviews__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .reviews__yandex-image {
        padding-top: 180%;
    }
}
@media screen and (max-width: 700px) {
    .offers__cards {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    .offers__card:last-child {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }
    .offers__card .offers__image,
    .offers__card:last-child .offers__image,
    .offers__card:nth-child(4) .offers__image {
        min-height: 350px;
        max-height: 350px;
    }
    .doctors__card {
        height: 350px;
    }
    .services__cards {
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
    .price__content {
        padding: 20px 10px;
    }
    .pricing__tabs {
        border: none;
        border-radius: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
    .pricing__tab {
        padding: 12px 30px;
        border: 1px solid var(--purple-light);
        font-size: 16px;
    }
    .price__content table tbody tr {
        gap: 10px;
    }
    .price__content table tbody tr:first-child {
        display: none;
    }
    .price__content table tbody tr:not(:first-child) {
        padding: 10px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .price__content table tbody tr:not(:first-child) td:nth-child(2) {
        font-size: 14px;
    }
    .price__content table tbody tr:not(:first-child) td:first-child {
        padding-bottom: 15px;
        border-bottom: 1px solid var(--beige-dark);
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
    .reviews__slider-container {
        flex-direction: column;
    }
    .reviews__yandex {
        width: 100%;
        margin: 0 auto;
    }
    .reviews__wrapper {
        max-width: 328px;
        margin: 0 auto;
    }
    .reviews__slide {
        width: 100vw !important;
        max-width: 328px !important;
    }
}
@media screen and (max-width: 630px) {
    .heroAbout__btns,
    .equipment__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    .offers__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .offers__title .btn {
        width: 100%;
    }
    .equipment__block,
    .equipment__image,
    .equipment__row {
        border-radius: 30px;
    }
    .equipment__info .btn span {
        font-size: 14px;
    }
}
@media screen and (max-width: 570px) {
    .beige {
        border-radius: 30px;
    }
    .beige__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .homeHeroMobile__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
    .homeHero__info {
        padding: 5px 15px 5px 5px;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }
    .homeHero__info p {
        width: 100%;
        max-width: 300px;
        text-align: left;
    }
    .homeHero__btns {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .homeHero__cards-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .homeHero__card:not(:last-child) {
        padding-right: 0;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid var(--beige-dark);
    }
    .homeHero__card {
        max-width: 100% !important;
    }
    .heroAbout-rent .heroAbout__top,
    .heroAbout__top {
        height: 240px;
    }
    .heroAbout__image img {
        transform: scale(1.4);
    }
    .advantages__cards {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    .advantages__card.card-2 {
        padding: 10px 10px 25px;
        -ms-grid-column-span: 1;
        grid-column: span 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .advantages__card .card-image {
        max-width: 100%;
    }
    .advantages__card .card-info {
        padding: 0 5px;
        max-width: 100%;
    }
    .advantages__card .card-btns .btn {
        width: 100%;
    }
    .works__slide,
    .works__slide.slick-current {
        width: calc(100vw - 30px) !important;
        height: 250px;
    }
    .doctors__cards {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
    .doctors__card {
        height: 550px;
    }
    .question__form,
    .question__messangers {
        padding: 25px 15px;
        border-radius: 20px;
    }
    .question__image {
        border-radius: 20px;
        max-height: 400px;
        max-width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .heroAbout__info {
        gap: 50px;
    }
    .faq__item,
    .faq__header {
        border-radius: 20px;
    }
    .heroAbout.heroAbout-rent .heroAbout__info h1 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .heroAbout.heroAbout-rent .heroAbout__info h1 span::before {
        top: 8px;
        left: -5px;
        right: -5px;
        bottom: 0;
        width: calc(100% + 10px);
    }
}
@media screen and (max-width: 470px) {
    .homeHeroMobile__image {
        height: 300px;
    }
    .homeHero__info-image {
        align-self: stretch;
        min-width: 120px;
        max-width: 190px;
    }
    .about__title,
    .videogallery__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .about__slide {
        border-radius: 20px;
    }
    .advantages__card.card-1 {
        padding: 15px;
    }
    .offers__text,
    .offers__price {
        padding: 0 5px;
    }
    .works__block {
        padding: 10px 10px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .works__image {
        padding: 10px 15px;
        height: 150px;
    }
    .works__image,
    .works__block h4 {
        max-width: 100%;
        text-align: center;
    }
    .question__btns {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .videogallery__slide {
        width: calc(100vw - 30px) !important;
    }
    .faq__info,
    .faq__image {
        max-width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .about__slide {
        width: calc(100vw - 30px) !important;
    }
    .reviews__wrapper {
        gap: 20px;
    }
    .videogallery__title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .reviews__slider,
    .videogallery__slider {
        margin: 0 auto;
        overflow: hidden;
    }
    .reviews__slider,
    .videogallery__slider,
    .reviews__slide,
    .videogallery__slide,
    .reviews__yandex {
        width: calc(100vw - 100px) !important;
    }
    .videogallery__slide {
        border-radius: 30px;
    }
    .videogallery__slide-wrapper {
        padding-top: 160%;
    }
    .reviews__slide-wrapper {
        padding-top: 200%;
    }
    .doctors__card {
        height: 400px;
    }
    .doctors__about {
        padding: 15px 20px;
    }
    .equipment__block,
    .equipment__image {
        border-radius: 20px;
    }
    .equipment__images {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}
@media screen and (max-width: 370px) {
    .services__image {
        height: 180px;
    }
    .services__card {
        padding: 10px 10px 15px 10px;
    }
    .services__info {
        padding: 10px 0;
    }
}
@media screen and (max-width: 320px) {
    .doctors__card {
        height: 320px;
    }
}
/* ! Section zones start */
.zones .beige__container {
    padding-bottom: 100px;
}
.zones__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.zones h2 {
    max-width: 860px;
    margin-bottom: 40px;
}
.zones__cards {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.zones__cards._other {
    margin-bottom: 0;
    padding: 0 40px;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
}
.zones__card {
    width: 100%;
    max-width: 420px;
    min-height: 250px;
    padding: 30px 35px 35px 35px;
    position: relative;
    border-radius: 20px;
    background-color: var(--beige-light, #f7f6f4);
    overflow: hidden;
}
.zones__cards._other .zones__card {
    max-width: 310px;
    min-height: 80px;
    padding: 15px;
    display: flex;
    align-items: center;
}
@media (hover: hover) {
    .zones__card:hover .zones__card-image img,
    .zones__card:hover .zones__card-image svg {
        transform: scale(1.1);
    }
    .zones__card:hover .arrow {
        background: transparent;
    }
    .zones__card:hover .arrow svg path {
        stroke: var(--purple-light);
    }
}
.zones__card-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.zones__cards._other .zones__card-info {
    gap: 5px;
    flex-direction: row;
    align-items: center;
}
.zones__card-number {
    margin-bottom: 5px;
    color: var(--purple-light, #b486ea);
    font-family: var(--first-family);
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}
.zones__cards._other .zones__card-number {
    min-width: 35px;
    height: 26px;
    margin: 0;
}
.zones__card-title {
    max-width: 160px;
    color: var(--black, #1d1d1b);
    font-family: var(--first-family);
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
}
.zones__cards._other .zones__card-title {
    max-width: none;
    font-size: 18px;
}
.zones__card .arrow {
    margin-top: auto;
}
.zones__card-image {
    width: 260px;
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
}
.zones__card-image img,
.zones__card-image svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

@media screen and (width <= 1200px) {
    .zones__cards._other {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (width <= 1090px) {
    .zones__cards {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
}
@media screen and (width <= 991px) {
    .zones__cards._other {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (width <= 700px) {
    .zones__cards {
        padding: 0;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (width <= 570px) {
    .zones .beige__container {
        padding-bottom: 40px;
    }
    .zones__cards._other {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* ! Section zones end */

/* ! Section Article CTA block start ! */
.cta-block__content-wrapper {
    width: 100%;
    padding: 20px 20px 20px 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cta-block__info {
    width: 100%;
    max-width: 640px;
}
.cta-block__title {
    max-width: 530px;
    margin-bottom: 40px;

    color: var(--black, #1d1d1b);
    font-family: var(--second-family);
    font-size: 52px;
    line-height: 100%; /* 52px */
}
.cta-block__subtitle {
    max-width: 400px;
    margin-bottom: 20px;

    color: var(--black, #1d1d1b);
    font-family: var(--first-family);
    font-size: 16px;
    line-height: 130%; /* 20.8px */
}
.cta-block__subtitle strong {
    font-weight: 700;
}
.cta-block__btns {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.cta-block__btns .btn {
    width: 100%;
    max-width: 310px;
    flex: 1 0 0;
}

.cta-block__image {
    width: 100%;
    max-width: 470px;
    height: 486px;
    border-radius: 40px;
    overflow: hidden;
}
.cta-block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (width <= 1550px) {
    .cta-block__title {
        font-size: 44px;
    }
}
@media screen and (width <= 1300px) {
    .cta-block__content-wrapper {
        padding-left: 20px;
    }
    .cta-block__title {
        font-size: 40px;
    }
}
@media screen and (width <= 1100px) {
    .cta-block__content-wrapper {
        flex-direction: column;
    }
    .cta-block__title {
        margin-bottom: 20px;
        font-size: 36px;
    }
    .cta-block__image {
        max-width: 640px;
        height: 400px;
    }
}
@media screen and (width <= 768px) {
    .cta-block__title {
        font-size: 32px;
    }
    .cta-block__btns {
        flex-direction: column;
    }
    .cta-block__btns .btn {
        max-width: none;
        flex: unset;
    }
}
@media screen and (width <= 576px) {
    .cta-block__title {
        text-align: center;
    }
    .cta-block__image {
        height: 300px;
    }
}
/* ! Section Article CTA block end ! */

/* ! Section Article CTA form block start ! */
.cta-form-block {
    padding-top: 80px;
    padding-bottom: 100px;
}

.cta-form-block__header {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 60px;
}
.cta-form-block__title {
    width: 100%;
    max-width: 464px;

    color: var(--black, #1d1d1b);
    font-family: var(--second-family);
    font-size: 52px;
    line-height: 100%; /* 52px */
}
.cta-form-block__subtitle {
    width: 100%;
    max-width: 700px;

    color: var(--black, #1d1d1b);
    font-family: var(--first-family);
    font-size: 16px;
    line-height: 130%; /* 20.8px */
}

.cta-form-block__content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.cta-form-block__form {
    width: 100%;
    max-width: 750px;
}
.cta-form-block__form .form__field input,
.cta-form-block__form .form__field textarea {
    background: transparent;
}
.cta-form-block__contacts {
    width: 100%;
    max-width: 530px;
    padding: 30px;
    border-radius: 40px;
    background: var(--beige_bg, #f7f6f4);
}
.cta-form-block__contacts p {
    margin-bottom: 35px;

    color: var(--black, #1d1d1b);
    font-family: var(--first-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
}
.cta-form-block__contacts-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.cta-form-block__contacts-btns .btn {
    width: 100%;
    max-width: none;
}

@media screen and (width <= 1550px) {
    .cta-form-block__title {
        font-size: 44px;
    }
}
@media screen and (width <= 1300px) {
    .cta-form-block__title {
        font-size: 40px;
    }
}
@media screen and (width <= 1100px) {
    .article__block .cta-form-block {
        padding: 60px 0;
    }
    .cta-form-block__header {
        flex-direction: column;
        gap: 20px;
    }
    .cta-form-block__title {
        margin-bottom: 0;
        text-align: center;
        font-size: 36px;
    }
    .cta-form-block__content {
        flex-direction: column;
        align-items: center;
    }
    .cta-form-block__contacts {
        max-width: 750px;
    }
}
@media screen and (width <= 768px) {
    .cta-form-block__title {
        font-size: 32px;
    }
}
@media screen and (width <= 576px) {
    .article__block .cta-form-block {
        padding: 50px 0;
    }
    .cta-form-block__contacts {
        padding: 25px 15px;
    }
    .cta-form-block__contacts p {
        margin-bottom: 20px;
    }
}
/* ! Section Article CTA form block end ! */

.small-banner {
    border-radius: 40px;
    background: #eeede7;
    padding: 40px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 800px) {
    .small-banner {
        font-size: 16px;
    }
}
