* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif !important;
}

body.noscroll {
    overflow: hidden;
}

h1,
.title,
h3,
h4,
h5,
h6,
span,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    background-color: #FFFFFF;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
    margin: 0 auto;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.option input[type="radio"] {
    display: none !important;
}

.title {
    font-size: 50px;
    line-height: 54px;
}

.subtitle {
    font-size: 24px;
    line-height: 27px;
}

.group_header_home {
    padding: 46px 0 67px 0;
    background-image: url(../img/bg_home.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

.group_header_home header {
    margin-bottom: 81px;
}

.group_header_home header .about_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group_header_home header .about_block .logo {
    display: flex;
    align-items: center;
}

.group_header_home header .about_block .logo img {
    height: 60px;
}

.group_header_home header .about_block .logo p {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #404144;
    padding-left: 13px;
    border-left: 2px solid #EE8C23;
    margin-left: 12px;
}

.group_header_home header .about_block .right_connect_block {
    display: flex;
    align-items: flex-start;
    gap: 66px;
}

.group_header_home header .about_block .right_connect_block .call_me {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #404144;
    border-bottom: 1px dashed #404144;
    padding-top: 5px;
}

.group_header_home header .about_block .right_connect_block .tell_number {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
}

.group_header_home header .about_block .right_connect_block .tell_number a {
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #404144;
}

.group_header_home header .about_block .right_connect_block .tell_number p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #404144;
}

.group_header_home .home_block .about_block {
    display: flex;
    align-items: center;
    gap: 44px;
}

.group_header_home .home_block .about_block .left_group {
    /*background-image: url(../img/bg_item.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 26px 14px 45px 14px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: #ffffff;
    border-radius: 20px;*/
    position: relative;
}

.group_header_home .home_block .about_block .left_group .bg_shadow {
    background-color: #F8FAFE;
    position: absolute;
    height: 538px;
    width: 130px;
    border-radius: 20px;
    z-index: 1;
    top: -10px;
    left: 17px;
    box-shadow: 0px 0px 16px -3px rgba(136,160,183,0.3);
    -webkit-box-shadow: 0px 0px 16px -3px rgba(136,160,183,0.3);
    -moz-box-shadow: 0px 0px 16px -3px rgba(136,160,183,0.3);
}

.group_header_home .home_block .about_block .left_group .block_items {
    position: relative;
    padding: 26px 14px 34px 14px;
    width: 165px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: #ffffff;
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0px 0px 16px -3px rgba(136,160,183,0.3);
    -webkit-box-shadow: 0px 0px 16px -3px rgba(136,160,183,0.3);
    -moz-box-shadow: 0px 0px 16px -3px rgba(136,160,183,0.3);
}

.group_header_home .home_block .about_block .left_group .text_teeth {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.group_header_home .home_block .about_block .left_group .text_teeth img {
    width: 80px;
}

.group_header_home .home_block .about_block .left_group .text_teeth p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #474747;
    padding-bottom: 12px;
}

.group_header_home .home_block .about_block .left_group .text_teeth p span {
    font-weight: 600;
}

.group_header_home .home_block .about_block .left_group .text_teeth .img_arrow_pos {
    margin: 18px 0;
}

.group_header_home .home_block .about_block .right_block {
    position: relative;
    width: 100%;
}

.group_header_home .home_block .about_block .right_block h1 {
    font-weight: 600;
    font-size: 56px;
    line-height: 59px;
    color: #404144;
}

.group_header_home .home_block .about_block .right_block h1 span {
    color: #3773C0;
}

.group_header_home .home_block .about_block .right_block .img_arrow_pos {
    margin: 0 0 25px 58px;
}

.group_header_home .home_block .about_block .right_block .img_teeth_big {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    max-width: 645px;
    margin-bottom: 55px;
}

.group_header_home .home_block .about_block .right_block .img_teeth_big span {
    position: absolute;
    left: 286px;
    bottom: 60px;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    padding: 21px 0 22px 0;
    background-color: #3773C0;
    border: 2px solid #E9F3F5;
    border-radius: 500px;
    width: 73px;
    height: 73px;
}

.group_header_home .home_block .about_block .right_block .img_teeth_big .teeth_position {
    position: absolute;
    right: -114px;
    top: 45px;
}

.group_header_home .home_block .about_block .right_block .bottom_gorup {
    display: flex;
    align-items: center;
    gap: 74px;
    position: relative;
    z-index: 10;
}

.group_header_home .home_block .about_block .right_block .bottom_gorup .calculate_cost {
    width: -moz-fit-content;
    width: fit-content;
}

.group_header_home .home_block .about_block .right_block .bottom_gorup .calculate_cost a {
    padding: 7px;
    border-radius: 30px;
    outline: 1px solid #4ED5B4;
    outline-offset: -1px;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1490196078) inset;
    margin-bottom: 12px;
}

.group_header_home .home_block .about_block .right_block .bottom_gorup .calculate_cost a p {
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 36px 47px;
    background: radial-gradient(51% 220% at 51% 41%, #65DFC2 0%, #2FB392 100%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1490196078) inset;
    width: 405px;
    border-radius: 30px;
}

.group_header_home .home_block .about_block .right_block .bottom_gorup .calculate_cost p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #404144;
}

.group_header_home .home_block .about_block .right_block .bottom_gorup .group_play {
    display: flex;
    align-items: center;
    gap: 38px;
    position: relative;
    margin-top: -64px;
}

.group_header_home .home_block .about_block .right_block .bottom_gorup .group_play p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #474747;
    position: relative;
    z-index: 1;
}

.group_header_home .home_block .about_block .right_block .bottom_gorup .group_play a .img_play {
    position: relative;
    z-index: 1;
}

.group_header_home .home_block .about_block .right_block .bottom_gorup .group_play .arrow_play {
    position: absolute;
    right: 178px;
    bottom: 0;
    z-index: 1;
}

.group_header_home .home_block .about_block .right_block .bottom_gorup .group_play .bg_play {
    position: absolute;
}

.group_header_home .home_block .about_block .right_block .img_doctor {
    position: absolute;
    bottom: -67px;
    right: -73px;
    height: 720px;
}

.denture_block {
    padding-top: 131px;
}

.denture_block .about_block .title {
    font-weight: 400;
    color: #404144;
    margin-bottom: 27px;
}

.denture_block .about_block .title span {
    font-weight: 600;
    color: #3773C0;
}

.denture_block .about_block .subtitle {
    font-weight: 400;
    color: #404144;
    margin-bottom: 58px;
}

.denture_block .about_block .group_item {
    display: flex;
    align-items: center;
    gap: 17px;
}

.denture_block .about_block .group_item .left_group {
    max-width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.denture_block .about_block .group_item .left_group .img_grandma {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.denture_block .about_block .group_item .right_group {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

.denture_block .about_block .group_item .right_group .items_block {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}

.denture_block .about_block .group_item .right_group .items_block .item {
    position: relative;
    padding: 50px 102px 50px 26px;
    background-color: #E9F3F5;
    border-radius: 30px;
    height: 192px;
    overflow: hidden;
    width: 100%;
}

.denture_block .about_block .group_item .right_group .items_block .item p {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #404144;
    z-index: 10;
}

.denture_block .about_block .group_item .right_group .items_block .item img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 160px;
}

.removable_dentures .about_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.removable_dentures .about_block .img_doctor {
    margin-bottom: -200px;
    margin-left: -50px;
    width: 600px;
}

.removable_dentures .about_block .right_text_group {
    position: relative;
    padding-top: 50px;
}

.removable_dentures .about_block .right_text_group .title {
    font-weight: 400;
    color: #404144;
    margin-bottom: 27px;
}

.removable_dentures .about_block .right_text_group .title span {
    font-weight: 600;
    color: #3773C0;
}

.removable_dentures .about_block .right_text_group .subtitle {
    font-weight: 400;
    color: #404144;
}

.removable_dentures .about_block .right_text_group .text_img {
    position: absolute;
    top: -26px;
    left: 0;
}

.removable_dentures .about_block .right_text_group .text_img_second {
    position: absolute;
    right: -17px;
    bottom: -32px;
}

.methods {
    padding: 120px 0;
    background: linear-gradient(102.21deg, #6992C7 3.92%, #3773C0 96.03%);
    border-radius: 80px;
    position: relative;
    z-index: 10;
}

.methods .about_block .title_block {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 107px;
}

.methods .about_block .title_block .title {
    font-weight: 400;
    color: #FFFFFF;
}

.methods .about_block .title_block .title span {
    font-weight: 600;
}

.methods .about_block .title_block .img_teeth {
    position: absolute;
    right: 0;
    bottom: -164px;
}

.methods .about_block .title_block .arrow_bottom {
    position: absolute;
    right: 395px;
    bottom: -34px;
}

.methods .about_block .bottom_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.methods .about_block .bottom_block .left_group {
    display: flex;
    flex-direction: column;
    gap: 62px;
}

.methods .about_block .bottom_block .left_group .block_with_doctor {
    display: flex;
    align-items: center;
    gap: 41px;
}

.methods .about_block .bottom_block .left_group .block_with_doctor p {
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
}

.methods .about_block .bottom_block .left_group .text_bottom {
    width: 80%;
}

.methods .about_block .bottom_block .left_group .text_bottom p {
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
    padding: 30px;
    background-color: #36C7A3;
    border-radius: 30px;
    width: -moz-fit-content;
    width: fit-content;
}

.methods .about_block .bottom_block .right_doctors_group {
    padding: 67px 55px;
    background-color: #FFFFFF;
    border-radius: 30px;
    max-width: 637px;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.methods .about_block .bottom_block .right_doctors_group p {
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #404144;
}

.methods .about_block .bottom_block .right_doctors_group h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #404144;
}

.methods .about_block .bottom_block .right_doctors_group h3 span {
    font-weight: 700;
}

.methods .about_block .bottom_block .right_doctors_group .docs {
    display: flex;
    flex-direction: row;
    width: 527px;
    height: 110px;
    overflow: hidden;
}

.methods .about_block .bottom_block .right_doctors_group .docs img {
    flex: 1 1 110px;
    min-width: 110px;
    width: 110px;
    height: 110px;
    object-fit: cover;
    display: block;
}

.methods .about_block .bottom_block .right_doctors_group .docs img:not(:first-child) {
    margin-left: min(calc(100% - 440px), 0px);
}

.results {
    padding: 120px 0;
}

.results .about_block .title {
    font-weight: 400;
    text-align: center;
    color: #404144;
    margin-bottom: 54px;
}

.results .about_block .title span {
    color: #3773C0;
    font-weight: 700;
}

.results .about_block .cards_block {
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.results .about_block .cards_block .cards_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.results .about_block .cards_block .cards_group .card {
    max-width: 100%;
    background-color: #E9F3F5;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    flex: 1 0 100%;
    align-items: center;
    justify-content: center;
}

.results .about_block .cards_block .cards_group .card div {
    width: 100%;
}

.results .about_block .cards_block .cards_group .card div img {
    width: 100%;
    padding: 15px;
}

.results .about_block .cards_block .cards_group .card h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #404144;
    margin: 34px 0 51px 0;
}

.results .about_block .cards_block .cards_group .card .long_text {
    margin-bottom: 22px;
}

.results .about_block .cards_block .cards_group .card p {
    margin: 4px 0 30px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #404144;
}

.results .about_block .cards_block .cards_group .card p span {
    font-weight: 400;
}

.results .about_block .cards_block .cards_group .card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(92.45deg, #4ED5B4 0%, #2ABF9A 101.01%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1490196078) inset;
    box-shadow: 0px 3px 0px 0px #29AB8A;
    padding-left: 30px;
    border-radius: 60px;
}

.results .about_block .cards_block .cards_group .card a img {
    padding: 31px 32px;
    border: 1.03px solid rgba(255, 255, 255, 0.3098039216);
    border-radius: 50px;
    transition: transform 0.5s ease;
}

.results .about_block .cards_block .cards_group .card:hover a img, .results .about_block .cards_block .cards_group .card:focus a img {
    transform: rotate(45deg);
}

.already_helped {
    padding-bottom: 120px;
}

.already_helped .title_block {
    position: relative;
    margin-bottom: 44px;
}

.already_helped .title_block .title {
    font-weight: 400;
    text-align: center;
    color: #404144;
    margin-bottom: 27px;
}

.already_helped .title_block .title span {
    font-weight: 600;
    color: #3773C0;
}

.already_helped .title_block .subtitle {
    font-weight: 400;
    text-align: center;
    color: #404144;
}

.already_helped .title_block .arrow_to {
    position: absolute;
    left: 5vw;
    bottom: 37.06px;
}

.already_helped .title_block .arrow_to_second {
    position: absolute;
    right: 5vw;
    bottom: 37.06px;
}

.already_helped .group_items {
    max-width: 1871px;
    margin: 0 auto;
}

.already_helped .group_items .mySwiper {
    overflow: visible;
    max-width: 1871px;
}

.already_helped .group_items .swiper-slide-active {
    transform: scale(1.1);
    z-index: 2;
    border-radius: 30px;
    -moz-box-shadow: 0 0 25px #ffffff;
    -webkit-box-shadow: 0 0 25px #ffffff;
    box-shadow: 0 0 25px #ffffff;
}

.already_helped .group_items .swiper-button-next,
.already_helped .group_items .swiper-rtl .swiper-button-prev {
    background-image: url(../img/arrow_slide.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 65px;
    height: 65px;
    display: none;
}

.already_helped .group_items .swiper-button-next:after,
.already_helped .group_items .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.already_helped .group_items .swiper-button-prev,
.already_helped .group_items .swiper-rtl .swiper-button-next {
    background-image: url(../img/arrow_slide.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 65px;
    height: 65px;
    rotate: 180deg;
    display: none;
}

.already_helped .group_items .swiper-button-prev:after,
.already_helped .group_items .swiper-rtl .swiper-button-next:after {
    display: none;
}

.already_helped .group_items .item {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    background-image: url(../img/bg_commend.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 586px;
    height: 330px;
    border-radius: 30px;
}

.already_helped .group_items .item:nth-child(1) .text_item .text_mini {
    padding: 16px 13px 12px 10px;
}

.already_helped .group_items .item:nth-child(2) .text_item .text_mini {
    padding: 18px 10px 17px 10px;
}

.already_helped .group_items .item:nth-child(3) .text_item .text_mini {
    padding: 16px 13px 14px 10px;
}

.already_helped .group_items .item .commendor {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 25px;
    height: 328px;
    width: 334px;
}

.already_helped .group_items .item .text_item {
    margin-right: 34px;
}

.already_helped .group_items .item .text_item .text_mini {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    border: 0.69px solid #D3E3E6;
    border-radius: 10px;
    margin-bottom: 28px;
}

.already_helped .group_items .item .text_item .text_mini img {
    margin-top: -8px;
}

.already_helped .group_items .item .text_item .text_mini p {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #404144;
}

.already_helped .group_items .item .text_item .look_commend {
    display: flex;
    align-items: center;
    gap: 21px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #404144;
    position: relative;
    z-index: 10;
}

.kviz_block {
    padding: 120px 0 167px 0;
    background: linear-gradient(100deg, #6992C7 4%, #3773C0 95%);
    border-radius: 80px;
}

.kviz_block .about_block .title {
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 27px;
}

.kviz_block .about_block .title span {
    font-weight: 600;
}

.kviz_block .about_block .subtitle {
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 43px;
}

.kviz_block .about_block .group_kviz {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
}

.kviz_block .about_block .group_kviz .quiz-container {
    background: #FFFFFF;
    padding: 40px 49px 46px 50px;
    border-radius: 30px;
    width: 904px;
    height: 686px;
}

.kviz_block .about_block .group_kviz .quiz-container h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #404144;
    margin-bottom: 15px;
}

.kviz_block .about_block .group_kviz .quiz-container .progress-bar {
    width: 453px;
    height: 23px;
    margin: 0 auto;
    margin-bottom: 43px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 7.15px;
}

.kviz_block .about_block .group_kviz .quiz-container .progress-bar .progress-step {
    flex: 1;
    height: 100%;
    background: #E9F3F5;
    transition: background 0.3s;
    border-radius: 5px;
}

.kviz_block .about_block .group_kviz .quiz-container .progress-bar .progress-step.active {
    background: #3773C0;
}

.kviz_block .about_block .group_kviz .quiz-container .quiz-step {
    display: none;
}

.kviz_block .about_block .group_kviz .quiz-container .quiz-step h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    color: #404144;
    margin-bottom: 52px;
}

.kviz_block .about_block .group_kviz .quiz-container .quiz-step .options {
    margin-bottom: 54px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4%;
    height: 220px;
}

.kviz_block .about_block .group_kviz .quiz-container .quiz-step .options .option {
    border: 2px solid #3773C0;
    border-radius: 15px;
    cursor: pointer;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    height: 195px;
    position: relative;
}

.kviz_block .about_block .group_kviz .quiz-container .quiz-step .options .option p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #404144;
    margin: 0;
}

.kviz_block .about_block .group_kviz .quiz-container .quiz-step .options .option input {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    accent-color: #3773C0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #3773C0;
    border-radius: 50%;
    background: #FFFFFF;
    cursor: pointer;
    z-index: 20;
}

.kviz_block .about_block .group_kviz .quiz-container .quiz-step .options .option input:checked {
    background: #3773C0;
    border: 2px solid white;
    box-shadow: 0 0 0 2px #3773C0;
}

.kviz_block .about_block .group_kviz .quiz-container .quiz-step .buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kviz_block .about_block .group_kviz .quiz-container .quiz-step .buttons .next {
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 31px 81px 31px 80px;
    width: -moz-fit-content;
    width: fit-content;
    background: linear-gradient(93deg, #4ED5B4 0%, #2ABF9A 100%);
    box-shadow: 0px 3px 0px 0px #29AB8A;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.15) inset;
    border-radius: 60px;
    border: none;
    margin: 0 auto;
    cursor: pointer;
}

.kviz_block .about_block .group_kviz .quiz-container .quiz-step .buttons .skip {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #8B8585;
    border: none;
    border-bottom: 1px dashed #8B8585;
    background-color: transparent;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
}

.kviz_block .about_block .group_kviz .quiz-container .quiz_second .options .option {
    width: 30%;
    height: 84px;
    justify-content: center;
}

.kviz_block .about_block .group_kviz .quiz-container .quiz-step.active {
    display: block;
}

.kviz_block .about_block .group_kviz .quiz-container .fourth_step h3 {
    margin-bottom: 42px;
}

.kviz_block .about_block .group_kviz .quiz-container .phone-input {
    padding-right: 23px;
    background-color: #E9F3F5;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    width: 405px;
}

.kviz_block .about_block .group_kviz .quiz-container .form-group {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: center;
  align-content: normal;
}

.kviz_block .about_block .group_kviz .quiz-container .phone-input input {
    padding: 35px 10px 35px 29px;
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
    color: #404144;
}

.kviz_block .about_block .group_kviz .quiz-container .send-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(92.45deg, #4ED5B4 0%, #2ABF9A 101.01%);
    box-shadow: 0px 3px 0px 0px #29AB8A;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1490196078) inset;
    border: none;
    border-radius: 60px;
    padding-left: 25px;
    width: 405px;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
    transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
    will-change: box-shadow, color, transform, opacity, background;
}

.kviz_block .about_block .group_kviz .quiz-container .send-btn img {
    margin-left: 12px;
}

.kviz_block .about_block .group_kviz .quiz-container h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #838181;
}

.kviz_block .about_block .group_kviz .quiz-container h5 a {
    color: #838181;
    border-bottom: 1px dashed #838181;
}

.kviz_block .about_block .group_kviz .right_text_group {
    width: 372px;
    height: 686px;
    padding: 30px 13px 40px 13px;
    background-color: #FFFFFF;
    border-radius: 30px;
}

.kviz_block .about_block .group_kviz .right_text_group p {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #404144;
    margin-bottom: 30px;
    text-align: start;
}

.kviz_block .about_block .group_kviz .right_text_group h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #404144;
    margin-bottom: 25px;
}

.kviz_block .about_block .group_kviz .right_text_group .img_quiz_text img {
    width: 70px;
    height: 70px;
}

.kviz_block .about_block .group_kviz .right_text_group .img_quiz_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0 35px 20px;
    background-color: #E9F3F5;
    border-radius: 30px;
    margin-bottom: 13px;
    height: 154px;
}

.kviz_block .about_block .group_kviz .right_text_group .img_quiz_text h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #404144;
    display: flex;
    flex-direction: column;
}

.kviz_block .about_block .group_kviz .right_text_group .img_quiz_text h4 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #404144;
    margin-top: 9px;
}

.kviz_block .about_block .group_kviz .right_text_group .second_block {
    padding: 14px 0 14px 20px;
}

.kviz_block .about_block .group_kviz .right_text_group .third_block {
    padding: 23px 0 23px 20px;
    margin: 0;
}

.painless_implantation {
    padding: 120px 0;
    background-color: #FFFFFF;
    background-image: url(../img/bg_painless.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.painless_implantation .about_block .title {
    font-weight: 400;
    color: #404144;
    margin-bottom: 50px;
}

.painless_implantation .about_block .title span {
    font-weight: 600;
    color: #3773C0;
}

.painless_implantation .about_block .group_impantation {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: normal;
    justify-content: normal;
}

.painless_implantation .about_block .group_impantation .left_group {
    display: flex;
    flex-direction: column;
    width: 65%;
}

.painless_implantation .about_block .group_impantation .left_group .painless_item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 39px;
}

.painless_implantation .about_block .group_impantation .left_group .painless_item p {
    font-weight: 400;
    font-size: 24px;
    color: #404144;
}

.painless_implantation .about_block .group_impantation .left_group .second_group {
    margin-bottom: 50px;
}

.painless_implantation .about_block .group_impantation .left_group .cost_group_painless {
    width: 85%;
}

.painless_implantation .about_block .group_impantation .left_group .cost_group_painless .top_text {
    padding: 35px 25px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.painless_implantation .about_block .group_impantation .left_group .cost_group_painless .top_text p {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #404144;
}

.painless_implantation .about_block .group_impantation .left_group .cost_group_painless .bottom_block {
    padding: 25px 37px 28px 37px;
    background-color: #3773C0;
    position: relative;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.painless_implantation .about_block .group_impantation .left_group .cost_group_painless .bottom_block h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    vertical-align: middle;
    color: #FFFFFF;
}

.painless_implantation .about_block .group_impantation .left_group .cost_group_painless .bottom_block img {
    position: absolute;
    top: -53px;
    right: 16px;
}

.painless_implantation .about_block .group_impantation .right_group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.painless_implantation .about_block .group_impantation .right_group img {
    position: relative;
    width: 100%;
}

.painless_implantation .about_block .group_impantation .right_group p {
    padding: 40px 22px;
    width: 100%;
    background: linear-gradient(98.27deg, #E2EEFF 0.96%, #EFF6FF 23.39%, #F3F8FF 69.42%, #DEECFF 103.65%);
    border: 2px solid #3773C0;
    border-radius: 30px;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #404144;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.professionalism_doctors {
    padding: 120px 0 124px 0;
}

.professionalism_doctors .about_block .title {
    font-weight: 400;
    text-align: center;
    color: #404144;
    margin-bottom: 55px;
}

.professionalism_doctors .about_block .title span {
    font-weight: 600;
    color: #3773C0;
}

.professionalism_doctors .about_block .block_slider {
    position: relative;
}

.professionalism_doctors .about_block .block_slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
}

.professionalism_doctors .about_block .block_slider .item .left_group {
    border-radius: 30px;
    overflow: hidden;
}

.professionalism_doctors .about_block .block_slider .item .right_group {
    display: flex;
    align-items: start;
    background-color: #E9F3F5;
    border-radius: 30px;
}

.professionalism_doctors .about_block .block_slider .item .right_group .img_block .img_tooth {
    position: relative;
}

.professionalism_doctors .about_block .block_slider .item .right_group .img_block .img_tooth:first-child img {
    border-top-left-radius: 30px;
}

.professionalism_doctors .about_block .block_slider .item .right_group .img_block .img_tooth:last-child img {
    border-bottom-left-radius: 30px;
}

.professionalism_doctors .about_block .block_slider .item .right_group .img_block .img_tooth span {
    position: absolute;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #3773C0;
    padding: 4px 4px 7px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79px;
    background-color: #FFFFFF;
    border-radius: 10px;
    bottom: 16px;
    left: 8px;
}

.professionalism_doctors .about_block .block_slider .item .right_group .text_group {
    padding: 55px 30px;
}

.professionalism_doctors .about_block .block_slider .item .right_group .text_group h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #404144;
    margin-bottom: 6.4px;
}

.professionalism_doctors .about_block .block_slider .item .right_group .text_group h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #404144;
    margin-bottom: 17.36px;
}

.professionalism_doctors .about_block .block_slider .item .right_group .text_group p {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #404144;
}

.professionalism_doctors .about_block .block_slider .swiper-button-next,
.professionalism_doctors .about_block .block_slider .swiper-rtl .swiper-button-prev {
    background-image: url(../img/arrow_slide.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90px;
    height: 90px;
}

.professionalism_doctors .about_block .block_slider .swiper-button-prev,
.professionalism_doctors .about_block .block_slider .swiper-rtl .swiper-button-next {
    background-image: url(../img/arrow_slide.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90px;
    height: 90px;
    rotate: 180deg;
}

.professionalism_doctors .about_block .block_slider .swiper-button-next:after,
.professionalism_doctors .about_block .block_slider .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.professionalism_doctors .about_block .block_slider .swiper-button-prev:after,
.professionalism_doctors .about_block .block_slider .swiper-rtl .swiper-button-next:after {
    display: none;
}

.professionalism_doctors .about_block .calculate_cost {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 37.28px;
}

.professionalism_doctors .about_block .calculate_cost a {
    padding: 7px;
    outline: 1px solid #4ED5B4;
    outline-offset: -1px;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1490196078) inset;
    margin-bottom: 12px;
}

.professionalism_doctors .about_block .calculate_cost a p {
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 36px 47px;
    background: radial-gradient(50.92% 219.95% at 50.92% 40.69%, #65DFC2 0%, #2FB392 100%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1490196078) inset;
    width: 405px;
    border-radius: 25px;
}

.patients_from_cis {
    padding-bottom: 120px;
}

.patients_from_cis .about_block .title {
    color: #404144;
    font-weight: 400;
    text-align: center;
    margin-bottom: 77.28px;
}

.patients_from_cis .about_block .title span {
    font-weight: 600;
    color: #3773C0;
}

.patients_from_cis .about_block .map_block {
    position: relative;
}

.patients_from_cis .about_block .map_block {
    position: relative;
}

.patients_from_cis .about_block .map_block .main_map_img {
    position: relative;
    width: 90%;
    bottom: 0;
}

.patients_from_cis .about_block .map_block .main_map_docs {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
}

.patients_from_cis .about_block .map_block .main_map_docs .map_doc_1,
.patients_from_cis .about_block .map_block .main_map_docs .map_doc_2,
.patients_from_cis .about_block .map_block .main_map_docs .map_doc_3 {
    position: absolute;
    height: auto;
}

.patients_from_cis .about_block .map_block .main_map_docs .map_doc_1 {
    top: 4.2vw;
    right: 11vw;
    width: 15vw;
    z-index: 1;
}

.patients_from_cis .about_block .map_block .main_map_docs .map_doc_2 {
    top: 14vw;
    right: 0.1vw;
    width: 18vw;
    z-index: 3;
}

.patients_from_cis .about_block .map_block .main_map_docs .map_doc_3 {
    top: 21vw;
    right: 16vw;
    left: unset;
    width: 17vw;
    z-index: 2;
}

.our_center_healthcare {
    padding-bottom: 120px;
}

.our_center_healthcare .about_block .title {
    font-weight: 400;
    text-align: center;
    color: #404144;
    margin-bottom: 55px;
}

.our_center_healthcare .about_block .title span {
    font-weight: 600;
    color: #3773C0;
}

.our_center_healthcare .about_block .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.our_center_healthcare .about_block .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our_center_healthcare .about_block .items .tv_chanel {
    position: relative;
    width: 48%;
    aspect-ratio: 2 / 1;
    border-radius: 30px;
    overflow: hidden;
}

.our_center_healthcare .about_block .items .tv_chanel .chanel {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Изображение заполняет блок */
}

.our_center_healthcare .about_block .items .tv_chanel .play_video {
    position: absolute;
    z-index: 10;
    left: 3%;
    bottom: 5%;
    display: flex;
    align-items: center;
    width: 50%;
}

.our_center_healthcare .about_block .items .tv_chanel .play_video .play_icon {
    width: 15%; /* Размер иконки относительно .play_video */
    height: auto;
}

.our_center_healthcare .about_block .items .tv_chanel .play_video p {
    font-weight: 600;
    font-size: 1.2vw;
    text-align: center;
    color: #404144;
    padding: 6% 7% 6% 10%;
    background-color: #FFFFFF;
    border-radius: 1vw;
    margin-left: -8%;
    white-space: nowrap;
}

.our_center_healthcare .about_block .items .tv_chanel .play_video img {
    position: relative;
    width: 6vw;
    z-index: 10;
}

.find_cost_your_case {
    padding: 120px 0;
    background: linear-gradient(102.21deg, #6992C7 3.92%, #3773C0 96.03%);
    border-radius: 80px;
}

.find_cost_your_case .about_block {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.find_cost_your_case .about_block .text_left .title {
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 27px;
}

.find_cost_your_case .about_block .text_left .title span {
    font-weight: 600;
}

.find_cost_your_case .about_block .text_left .subtitle {
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.find_cost_your_case .about_block .text_left .subtitle span {
    font-weight: 600;
}

.find_cost_your_case .about_block .text_left .bottom_item {
    padding: 23px 54px 24px 33px;
    background-color: #FFFFFF;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    width: 75%;
}

.find_cost_your_case .about_block .text_left .bottom_item .prize {
    position: absolute;
    right: -265px;
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.find_cost_your_case .about_block .text_left .bottom_item p {
    display: flex;
    align-items: center;
    gap: 27px;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #404144;
    margin: 0;
}

.find_cost_your_case .about_block .text_left a {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(92.45deg, #4ED5B4 0%, #2ABF9A 101.01%);
    box-shadow: 0px 3px 0px 0px #29AB8A;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1490196078) inset;
    border-radius: 60px;
    width: 405px;
    padding-left: 25px;
    margin-top: 40px;
}

.find_cost_your_case .about_block .text_left a img {
    padding: 40.36px 39.62px 39px 40px;
    border: 1.03px solid rgba(255, 255, 255, 0.3098039216);
    border-radius: 50%;
}

.find_cost_your_case .about_block .image_right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 590px;
    overflow: hidden;
    border-radius: 30px;
}

.find_cost_your_case .about_block .image_right img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.convenience_your_from {
    padding: 130px 0;
}

.convenience_your_from .about_block .title {
    font-weight: 400;
    text-align: center;
    color: #404144;
    margin-bottom: 27px;
}

.convenience_your_from .about_block .title span {
    font-weight: 600;
    color: #3773C0;
}

.convenience_your_from .about_block .subtitle {
    font-weight: 400;
    text-align: center;
    color: #404144;
    margin-bottom: 57px;
}

.convenience_your_from .about_block .items_group {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.convenience_your_from .about_block .items_group .cards_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.convenience_your_from .about_block .items_group .cards_block .card {
    width: 32%;
    height: 444px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 30px;
}

.convenience_your_from .about_block .items_group .cards_block .card img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
}

.shine {
    position: relative;
    overflow: hidden;
}

.shine::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.card.shine:hover::before, .card.shine:focus::before, .card:hover .shine::before, .card:focus .shine::before {
    -webkit-animation: shine 0.85s;
    animation: shine 0.85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.convenience_your_from .about_block .items_group .cards_block .card p {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 20px 40px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #3773C0;
    width: 100%;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.leave_your_phone {
    padding: 120px 0;
    background: linear-gradient(105.6deg, #9FD1F0 5.76%, #ECFFFA 52.12%, #9EDDCD 100.38%);
}

.leave_your_phone .about_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.leave_your_phone .about_block .left_text_group {
    position: relative;
}

.leave_your_phone .about_block .left_text_group .subtitle {
    font-weight: 400;
    color: #404144;
    margin-bottom: 29px;
}

.leave_your_phone .about_block .left_text_group .title {
    font-weight: 400;
    color: #404144;
    margin-bottom: 57px;
}

.leave_your_phone .about_block .left_text_group .title span {
    color: #3773C0;
    font-weight: 600;
}

.leave_your_phone .about_block .left_text_group .block_card {
    width: 80%;
    border-radius: 30px;
    background-color: #FFFFFF;
}

.leave_your_phone .about_block .left_text_group .block_card h3 {
    padding: 19px 27px 21px 27px;
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #3773C0;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.leave_your_phone .about_block .left_text_group .block_card .bottom_text {
    padding: 41px 27px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.leave_your_phone .about_block .left_text_group .block_card .bottom_text p {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #404144;
}

.leave_your_phone .about_block .left_text_group .women {
    position: absolute;
    bottom: -120px;
    right: 26px;
    width: 350px;
}

.leave_your_phone .about_block .footer_form {
    padding: 46px 73px;
    background: linear-gradient(102.21deg, #6992C7 3.92%, #3773C0 96.03%);
    border-radius: 30px;
}

.leave_your_phone .about_block .footer_form h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 17px;
    color: #FFFFFF;
}

.leave_your_phone .about_block .footer_form p {
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.leave_your_phone .about_block .footer_form .options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.leave_your_phone .about_block .footer_form .options .option {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 90px;
    height: 95px;
    background: transparent;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s;
    border-radius: 6px;
}

.leave_your_phone .about_block .footer_form .options .option span {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

.leave_your_phone .about_block .footer_form .options .option.active {
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid;
    border-image-source: linear-gradient(92.45deg, #4ED5B4 0%, #2ABF9A 101.01%);
}

.leave_your_phone .about_block .footer_form .options .option.active span {
    color: #404144;
}

.leave_your_phone .about_block .footer_form .input_group {
    padding-right: 23px;
    background-color: #E9F3F5;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    width: 405px;
}

.leave_your_phone .about_block .footer_form .input_group input {
    padding: 35px 10px 35px 29px;
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
    color: #404144;
}

.leave_your_phone .about_block .footer_form .input_group input::-moz-placeholder {
    color: #868383;
}

.leave_your_phone .about_block .footer_form .input_group input::placeholder {
    color: #868383;
}

.leave_your_phone .about_block .footer_form button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(92.45deg, #4ED5B4 0%, #2ABF9A 101.01%);
    box-shadow: 0px 3px 0px 0px #29AB8A;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1490196078) inset;
    border: none;
    border-radius: 60px;
    padding-left: 25px;
    width: 405px;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
    transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
    will-change: box-shadow, color, transform, opacity, background;
}

.leave_your_phone .about_block .footer_form button img {
    padding: 40.36px 39.62px 39px 40px;
    border: 1.03px solid rgba(255, 255, 255, 0.3098039216);
    border-radius: 50%;
}

.leave_your_phone .about_block .footer_form h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.leave_your_phone .about_block .footer_form h5 a {
    color: #FFFFFF;
    border-bottom: 1px dashed #FFFFFF;
}

.location_block {
    padding: 130px 0 120px 0;
}

.location_block .about_block .title {
    font-weight: 400;
    text-align: center;
    color: #404144;
    margin-bottom: 45px;
}

.location_block .about_block .title span {
    font-weight: 600;
    color: #3773C0;
}

.location_block .about_block .locations {
    position: relative;
}

.location_block .about_block .locations iframe {
    width: 100%;
    height: 740px;
    border-radius: 50px;
}

.location_block .about_block .locations .footer_form {
    padding: 48px 65px 47px 66px;
    background-color: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0px 4px 28.3px 0px rgba(0, 0, 0, 0.168627451);
    position: absolute;
    top: 74.28px;
    left: 63px;
}

.location_block .about_block .locations .footer_form .connect_group {
    display: flex;
    align-items: center;
    gap: 30px;
}

.location_block .about_block .locations .footer_form .connect_group .connect {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 41px;
}

.location_block .about_block .locations .footer_form .connect_group .connect span {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #3773C0;
}

.location_block .about_block .locations .footer_form .connect_group .connect a {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #404144;
}

.location_block .about_block .locations .footer_form .connect_group .connect p {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #404144;
}

.location_block .about_block .locations .footer_form .options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 41px;
}

.location_block .about_block .locations .footer_form .options .option {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 90px;
    height: 95px;
    background: #FFFFFF;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s;
    border-radius: 6px;
}

.location_block .about_block .locations .footer_form .options .option span {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #404144;
}

.location_block .about_block .locations .footer_form .options .option.active {
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #4ED5B4;
}

.location_block .about_block .locations .footer_form .input_group {
    padding-right: 23px;
    background-color: #E9F3F5;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    width: 405px;
}

.location_block .about_block .locations .footer_form .input_group input {
    padding: 35px 10px 35px 29px;
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
    color: #404144;
}

.location_block .about_block .locations .footer_form .input_group input::-moz-placeholder {
    color: #868383;
}

.location_block .about_block .locations .footer_form .input_group input::placeholder {
    color: #868383;
}

.location_block .about_block .locations .footer_form button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(92.45deg, #4ED5B4 0%, #2ABF9A 101.01%);
    box-shadow: 0px 3px 0px 0px #29AB8A;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1490196078) inset;
    border: none;
    border-radius: 60px;
    padding-left: 25px;
    width: 405px;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
    transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
    will-change: box-shadow, color, transform, opacity, background;
}

.location_block .about_block .locations .footer_form h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #838181;
}

.location_block .about_block .locations .footer_form h5 a {
    color: #838181;
    border-bottom: 1px dashed #838181;
}

footer {
    padding: 50px 0;
    background-color: #E9F3F5;
}

footer .about_block .top_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

footer .about_block .top_group .logo {
    display: flex;
    align-items: center;
}

footer .about_block .top_group .logo img {
    height: 60px;
}

footer .about_block .top_group .logo p {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #404144;
    padding-left: 13px;
    border-left: 2px solid #EE8C23;
    margin-left: 12px;
}

footer .about_block .top_group .right_connect_block {
    display: flex;
    align-items: flex-start;
    gap: 66px;
}

footer .about_block .top_group .right_connect_block .call_me {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #404144;
    border-bottom: 1px dashed #3773C0;
    padding-top: 5px;
}

footer .about_block .top_group .right_connect_block .tell_number {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
}

footer .about_block .top_group .right_connect_block .tell_number a {
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #404144;
}

footer .about_block .top_group .right_connect_block .tell_number p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #404144;
}

footer .about_block .center_block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 33px;
}

footer .about_block .center_block p, footer .about_block .center_block a {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #404144;
}

footer .about_block .center_block .right_group {
    display: flex;
    align-items: center;
    gap: 35px;
}

footer .about_block .center_block .right_group a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #404144;
    border-bottom: 1px dashed #3773C0;
}

footer .about_block .connect_footer_group {
    display: flex;
    align-items: center;
    gap: 28px;
}

footer .about_block .connect_footer_group a {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #404144;
}

footer .about_block .connect_footer_group p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #404144;
}

.mob {
    display: none !important;
}

.anim__button:after,
.anim__button:before {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: -37px;
    right: -50%;
    left: -50%;
    height: 0;
    padding-bottom: 200%;
    border-radius: 39%;
    border: unset;
    transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
    opacity: 0;
}

.anim__button:before {
    transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
    background: linear-gradient(25deg, #4ed5d4, rgba(56, 192, 216, 0));
}

.anim__button:after {
    transform: translate3d(10%, 4.8em, 0) rotate(0deg);
    background: linear-gradient(70deg, rgba(56, 192, 216, 0.5), rgba(56, 192, 216, 0));
}

.anim__button:hover,
.anim__button:focus {
    transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
    background: linear-gradient(92.45deg, #4ed5d4 0%, #2ab0bf 101.01%);
    box-shadow: inset 0 0 0 0.1em #2ab0bf, 0 0 1.75em rgba(56, 192, 216, 0.5);
}

.anim__button:hover:before,
.anim__button:hover:after,
.anim__button:focus:before,
.anim__button:focus:after {
    transition: transform 2s ease 0s, opacity 0.2s ease;
    opacity: 1;
}

.anim__button:hover:before,
.anim__button:focus:before {
    transform: translate3d(-10%, -1em, 0) rotate(100deg);
}

.anim__button:hover:after,
.anim__button:focus:after {
    transform: translate3d(10%, -1em, 0) rotate(180deg);
}

.anim__button img {
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3098039216);
    border-radius: 50%;
    transition: transform 0.8s ease;
}

.anim__button:hover img {
    transform: rotate(45deg);
}

.modal__window {
    border-radius: 30px;
    padding: 30px 30px;
}

.modal__window--long {
    width: 1000px;
}

.modal__window--form {
    width: 500px;
    max-width: 100%;
    box-shadow: 0px 0px 6px rgba(51, 66, 94, 0.5);
    padding: 40px 30px;
}

.modal__header {
    color: #ffffff;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
}

.modal__subheader {
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
}

.modal__styled form .input_group {
    padding-right: 23px;
    background-color: #E9F3F5;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.modal__styled form .input_group input {
    padding: 35px 10px 35px 29px;
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
    color: #404144;
}

.modal__styled form button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(92.45deg, #4ED5B4 0%, #2ABF9A 101.01%);
    box-shadow: 0px 3px 0px 0px #29AB8A;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1490196078) inset;
    border: none;
    border-radius: 60px;
    padding-left: 25px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
    transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
    will-change: box-shadow, color, transform, opacity, background;
}

.modal__styled form h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.modal__styled form h5 a {
    color: #FFFFFF;
    border-bottom: 1px dashed #FFFFFF;
}

.modal__opened {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden;
}

.modal__shadow {
    position: fixed;
    border: none;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 98;
    opacity: 0;
    transition: opacity 0.15s ease;
    background-color: black;
}

.modal__shadow--show {
    pointer-events: auto;
    opacity: 0.6;
}

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    pointer-events: none;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    z-index: 99;
    visibility: hidden;
}

.modal--active {
    opacity: 1;
}

.modal--moved,
.modal--active {
    pointer-events: auto;
    visibility: visible;
}

.modal__wrap {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.modal__window {
    margin: 50px 0;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
    background: linear-gradient(102.21deg, #6992C7 3.92% 3.92%, #3773C0 96.03%);
    max-width: 500px;
    overflow: visible;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transform: scale(0.9);
    opacity: 0;
}

.modal__window.video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
    background: unset;
    width: 700px;
    max-width: 700px;
    height: 282px;
    overflow: visible;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transform: scale(0.9);
    opacity: 0;
}

.modal__window.video .modal__close {
    top: -145px;
    right: -205px;
}

.modal__window.video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
    background: unset;
    width: 700px;
    max-width: 700px;
    height: 282px;
    overflow: visible;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transform: scale(0.9);
    opacity: 0;
}

.modal--active .modal__window {
    transform: scale(1);
    opacity: 1;
}

.modal__close {
    position: absolute;
    z-index: 10;
    top: 0;
    right: -40px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
    outline: none;
}