header.new-header {
    margin-top: 36px;
    height: unset;
    box-shadow: unset;
    background: transparent;
    position: absolute;
}

.header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.header-top {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-search {
    flex: 1;
    position: relative;
}

.header-search input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    color: #53575D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 11px 0 11px 20px;
}

.header-bot {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.40);
    padding: 16px 34px;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    list-style: none;
}

.header-menu li a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.header-search svg {
    position: absolute;
    right: 20px;
    top: 12px;
}

.main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 728px;
    object-fit: cover;
}

.header-lk {
    border-radius: 10px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 11px 24px;
    text-align: center;
}

.header-soc__block {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-phone {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.soc-item {
    display: flex;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-bottom: 64px;
}

.main-btn {
    border-radius: 10px;
    background: linear-gradient(87deg, #F08F0A 0%, #F5C179 100%);
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 14px 0;
    max-width: 256px;
    text-align: center;
    cursor: pointer;
}

.main-title h1 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 570px;
    margin-bottom: 0;
}

.block-title {
    color: #141414;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px;
}

.main-section {
    height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.section {
    margin-top: 104px;
}

.about-img {
    background-image: url("/assets/images/about-bg.png");
    width: 100%;
    max-width: 630px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.about-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

.about-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
    width: calc(100% / 2 - 12px);
    background: var(--Linear, linear-gradient(84deg, #949494 0%, #DBDBDB 99.3%));
    padding: 24px;
}

.about-item__blue {
    background: linear-gradient(87deg, #4DB1BC 0.26%, #81D7DE 100%);
}

.about-item_num {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.about-item_text {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-body {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.service-tabs_parent {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}

.service-tab {
    border-radius: 10px;
    border: 1px solid #949494;
    color: #141414;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 0;
    cursor: pointer;
    text-align: center;
}

.service-tab.active {
    border: 1px solid #ABF0F5;
    background: #ABF0F5;
}

.service-tabs_parent .service-tab {
    width: 100%;
}

.service-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 48px;
}

.service-tabs .service-tab {
    width: calc(100% / 4 - 12px);
    flex-grow: 1;
}

.service_items {
    margin-bottom: 62px;
}

.service_items a {
    color: #141414;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
    display: block;
}

.btn-all {
    display: block;
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    background: #F5C179;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    padding: 14px 64px;
    text-align: center;
}

.sale-item {
    height: 480px;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-repeat: no-repeat;
    background-size: cover;
}

.sale-body {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.sale-swiper {
    overflow: hidden;
    width: 100%;
    max-width: 838px;
    position: relative;
}

.sale-item_name {
    color: #333;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    max-width: 250px;
}

.sale-item_text {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 64px;
    margin-top: 16px;
}

.sale-item_link {
    width: 100%;
    max-width: 256px;
    border-radius: 10px;
    background: linear-gradient(87deg, #F08F0A 0%, #F5C179 100%);
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 14px 0;
    text-align: center;
    display: block;
}

.sale-sections {
    display: flex;
    flex-direction: column;
    gap: 38px;
    justify-content: space-between;
    width: 100%;
}

.sale-section_item {
    border-radius: 10px;
    background: var(--Linear, linear-gradient(84deg, #949494 0%, #DBDBDB 99.3%));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 100%;
    width: 100%;
}

.sale-section_item__blue {
    background: linear-gradient(87deg, #4DB1BC 0.26%, #81D7DE 100%);
}

.swiper-light__wrapper .swiper-button-next,
.swiper-light__wrapper .swiper-button-prev {
    position: unset;
    background-image: unset;
    border-radius: 10px;
    border: 1px solid #FFF;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-light__wrapper .swiper-button-next:after,
.swiper-light__wrapper .swiper-button-prev:after {
    display: none;
}

.swiper-light__wrapper .swiper-button-next {
    transform: rotate(180deg);
}

.swiper-light__wrapper {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 24px;
}

.custom-select-wrapper {
    display: flex;
    gap: 20px;
    margin: 50px auto;
    font-family: sans-serif;
}

.custom-select {
    position: relative;
    width: 100%;
    user-select: none;
}

.select-title {
    border-radius: 10px;
    background: #ABF0F5;
    cursor: pointer;
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 24px;
}

.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 0 0 6px 6px;
}

.select-options li {
    padding: 10px 12px;
    cursor: pointer;
}

.select-options li:hover {
    background: #f5f5f5;
}

.custom-select.active .select-options {
    display: block;
}

.select-body {
    position: relative;
}

.select-body svg {
    position: absolute;
    right: 24px;
    top: 24px;
}

.doc-item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;

}

.doc-body {
    padding: 16px 24px;
    border-radius: 0 0 10px 10px;
    background: #F4F4F4;
}

.doc-item_name {
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.doc-swiper,
.clinic-swiper,
.review-swiper{
    overflow: hidden;
}

.doc-item_text {
    margin-top: 12px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 18px;
    min-height: 64px;
    overflow: auto;
}

.doc-item_btn {
    color: #4DB1BC;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    border-radius: 10px;
    border: 1.25px solid #4DB1BC;
    width: 100%;
    line-height: normal;
    padding: 16px 0;
    text-align: center;
}

.swiper-slide.doc-item {
    height: unset;
}

.block_arrow {
    margin-top: 45px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.arrows {
    display: flex;
    align-items: center;
    gap: 24px;
    position: absolute;
    right: 0;
    top: 5px;
}

.arrows div {
    border: 1px solid #C4C4C4;
}

.arrows svg path {
    fill: #C4C4C4;
}

.arrows .swiper-button-next,
.arrows .swiper-button-prev {
    position: unset;
    background-image: unset;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.arrows .swiper-button-next:after,
.arrows .swiper-button-prev:after {
    display: none;
}

.arrows .swiper-button-next {
    transform: rotate(180deg);
}

.doc-item_name__clinic {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    margin-bottom: 24px;
}
.review-item{
    padding: 24px;
    border-radius: 10px;
    background: #ABF0F5;
}
.review-item_top{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #333;
}
.review-top_name{
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.review-top_date{
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.review-item_text{
    padding-top: 16px;
    margin-bottom: 40px;
}
.review-item_more{
    width: 100%;
    text-align: center;
    border-radius: 10px;
    border: 1.25px solid #333;
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 16px 0;
    cursor: pointer;
}
.swiper-slide.review-item{
    height: unset;
}
.price-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 38px;
}
.price-head_item{
    color: #141414;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.price-item{
    border-bottom: 1px solid #C0C4CD;
    padding: 22px 0;
    cursor: pointer;
}
.price-item_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-right: 30px;
}
.price-name{
    color: #00252E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.price-table{
    margin-bottom: 64px;
}
.words-items{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 64px;
}
.word-item{
    border-radius: 35px;
    border: 1px solid #4DB1BC;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4DB1BC;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.news-item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.news-items{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 64px;
}
.news-item{
    border-radius: 10px;
    width: calc(100% / 3 - 16px);
}
.news-item_img{
    position: relative;
}
.news-item_date{
    position: absolute;
    top: 24px;
    right: 24px;
    color: #5EB6D8;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.news-item_body{
    padding: 24px;
    background: #F4F4F4;
    border: 1px solid #4DB1BC;
    border-top: unset;
    border-radius: 0 0 10px 10px;
    position: relative;
    top: -1px;
}
.new-item_text{
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}
.news-item_btn{
    width: 100%;
    text-align: center;
    border-radius: 10px;
    border: 1.25px solid #4DB1BC;
    color: #70C0E0;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 16px 0;
}
.contact-wrapper iframe{
    border-radius: 10px;
}