@import url(/css/styles.null.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css');
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

.wrapper {
    height: 100%;
    max-width: 1440px;
    margin: auto;
    padding-top: 116px;
}

body, html {
    font-family: 'Montserrat', sans-serif;
}

.container {
    max-width: 1170px;
    width: 81.25%;
    margin: auto;
    position: relative;
}
/* pages tree start */
.pages_tree, .pages_tree_mobile {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    width: 100%;
}
.pages_tree-item, .pages_tree-item_mobile {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}
.pages_tree-item span, .pages_tree-item_mobile span {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #DBDBDB;
    margin: 0 10px;
}
.pages_tree-link, .pages_tree-link_mobile {
    color: #2D2D2D;
}

.pages_tree-item:last-of-type, .pages_tree-item_mobile:last-of-type {
    font-weight: 400;
    pointer-events: none;
}
.pages_tree, .pages_tree_mobile {
    margin-bottom: 40px;
}
/* pages tree end */
/* popups start */
.callback_popup__bg, .feedback1_popup__bg, .feedback2_popup__bg, .feedback3_popup__bg, .feedback4_popup__bg, 
.feedback5_popup__bg, .feedback6_popup__bg {
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}
.callback_popup__bg._active, .feedback1_popup__bg._active, .feedback2_popup__bg._active, .feedback3_popup__bg._active, 
.feedback4_popup__bg._active, .feedback5_popup__bg._active, .feedback6_popup__bg._active {
    pointer-events: all;
    opacity: 1;
    transition: 0.5s all;
}
.callback_popup {
    position: absolute;
    width: 770px;
    height: 354px;
    top: 113px;
    left: 50%;
    transform: translate(-50%, 0) scale(0);
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    transition: 0.5s all;
}
.callback_popup._active {
    transform: translate(-50%, 0) scale(1);
    transition: 0.5s all;
}
.callback_popup._finish {
    background-color:#4456F8;
    background-image: url(/img/cards_bg.svg);
}
.callback_popup._finish .callback_popup-btn, .callback_popup._finish .callback_popup-input_name, 
.callback_popup._finish .callback_popup-input_tel, .callback_popup._finish .callback_popup-title {
    display: none;
}
.callback_popup-finish_text {
    display: none;
    opacity: 0;
}
.callback_popup._finish .callback_popup-finish_text {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    opacity: 1;
}
.callback_popup-flexbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.callback_popup-flexbox label {
    margin-top: 5px;
    color: #B51B1B;
    opacity: 0;
}
.callback_popup-input_name {
    margin-right: 0;
}
.close-callback_popup {
    display: block;
    margin-right: 32px;
    margin-left: auto;
    margin-top: 28px;
    width: 24px;
    height: 24px;
    color: #DBDBDB;
    font-size: 44px;
    line-height: 24px;
    text-align: center;
    transition: 0.7s;
    cursor: pointer;
}
.close-callback_popup:hover {
    color: #858585;
    transition: 0.7s
}
.close-callback_popup span {
    display: block;
    transform: rotate(45deg);
}
.callback_popup-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.callback_popup-form {
    position: relative;
    z-index: 9999999999999;
    padding: 62px 136px 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.error {
    border: 1px solid #B51B1B !important;
}
.callback_popup-label_name {
}
.callback_popup-input_name {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 50px;
    width: 234px;
    height: 61px;
    text-align: center;
    padding: 0 12px;
}
.callback_popup-input_name:focus::placeholder {
    visibility: hidden;
}
.callback_popup-label_tel {
}
.callback_popup-input_tel {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 50px;
    width: 234px;
    height: 61px;
    text-align: center;
    padding: 0 12px;
}
.callback_popup-input_tel:focus::placeholder {
    visibility: hidden;
}
.callback_popup-btn {
    display: block;
    margin: 48px auto 0;
    background: #4456F8;
    border-radius: 30px;
    width: 222px;
    height: 54px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}
.consultation_form-btn:active {
    background: #3B4BD7;
}
.callback_popup-title br {
    display: none;
}



.feedback1_popup, .feedback2_popup, .feedback3_popup, .feedback4_popup, .feedback5_popup, .feedback6_popup {
    width: 748px;
    height: 250px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: absolute;
    width: 770px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s all;
}
.feedback_popup-container {
    position: relative;
}
.feedback_popup_photo_and_name {
    display: flex;
    align-items: center;
    width: 100%;
    height: 75px;
    margin-top: 33px;
    margin-left: 38px;
    position: relative;
}
.feedback_photo {
    border-radius: 50%;
    width: 75px;
    height: 75px;
}
.feedback_popup_name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2D2D2D;
    width: 230px;
}
.close-feedback_popup {
    position: absolute;
    right: 70px;
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
    color: #DBDBDB;
    font-size: 44px;
    line-height: 24px;
    text-align: center;
    transition: 0.7s;
    cursor: pointer;
}
.close-feedback_popup:hover {
    color: #858585;
    transition: 0.7s
}
.close-feedback_popup span {
    display: block;
    transform: rotate(45deg);
}
.feedback_popup_text {
    margin: 30px 33px 44px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2D2D2D;
    text-transform: uppercase;
}
.feedback1_popup._active, .feedback2_popup._active, .feedback3_popup._active, .feedback4_popup._active, .feedback5_popup._active,
.feedback6_popup._active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}
/* popups end */

/* header start */
.hdr {
   background-color: #ffffff;
   width: 100%;
   position: fixed;
   top: 0;
   left: 50%;
   transform: translate(-50%, 0);
   z-index: 4;
}
.shadow_container {
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
    width: 100%;
}
.hdr.shadow {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
}
.logo_and_contacts {
    width: 81.25%;
    max-width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 116px;
    align-items: center;
    z-index: 4;
    background-color: #ffffff;
}
.hdr_logo_container {
    display: block;
    width: 128px;
    height: 36px;
    background: url(/img/main_logo.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.hdr_name {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}
.call_menu_container {
    display: flex;
    align-items: center;
}
.hdr_adress_and_worktime {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.hdr_adress {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    margin-left: 10px;
}
.hdr_adress span {
    font-weight: 700;
}
.hdr_vertical_line {
    width: 1px;
    height: 46px;
    background-color: #DBDBDB;
    margin: 0 20px;
}
.hdr_worktime {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}
.hdr_worktime span {
    font-weight: 700;
}
.hdr_worktime-weekdays {
}
.hdr_worktime-holidays {
    text-align: center;
}
.hdr_contacts {
    display: flex;
    margin-right: 20px;
}
.hdr_contacts-social_logos {
    margin-right: 20px;
}
.hdr_contacts-social_logos a {
    display: block;
    height: 31px;
    width: 31px;
}
.hdr_contacts-social_logos svg {
    height: 31px;
    width: 31px;
}
.social_logos-telegram_link {
    margin-bottom: 8px;
}
.social_logos-viber {
}
.hdr_contacts-numbers a {
    display: block;
    text-decoration: none;
    color: #2D2D2D;
    font-size: 14px;
    line-height: 17px;
}
.hdr_contacts-numbers span {
    font-weight: 700;
}
.hdr_contacts-numbers {
    align-self: center;
}
.numbers_kyivstar {
}
.numbers_lifecell {
    margin: 7px 0;
}
.numbers_vodaphone {
}
.request_call_btn {
    width: 220px;
    height: 54px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    align-self: center;
}
.btn {
    background: #4456F8;
    border-radius: 30px;
}
.btn:hover, .btn:active {
    background: #3B4BD7;
}
.hdr_horizontal_line {
    width: 100%;
    height: 1px;
    background-color: #DBDBDB;
}
.hdr_menu {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hdr_services_pseudo_btn {
    display: flex;
    align-items: center;
    background: #4456F8;
    border-radius: 50px;
    color: #fff;
    width: 210px;
    height: 44px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin-right: 25px;
    transition: 0.5s;
}
.hdr_services_pseudo_btn:hover, .hdr_services_pseudo_btn:active {
    background: #3B4BD7;
    transition: 0.5s;
}
.hdr_menu_and_list_mobile {
    display: none;
}
.hdr_menu_and_list._fixed {
    position: fixed;
    top: 36px;
    z-index: 4;
    width: 170px;
}
.hdr_menu_and_list._fixed .hdr_services_pseudo_btn {
    width: 180px;
}
.hdr_services_pseudo_btn span {
    margin-right: 27px;
}
.hdr_services_arrow {
    align-self: center;
    display: block;
    width: 14px;
    height: 7px;
    transform: rotate(180deg);
    transition: 0.3s;
}

.hdr_services_pseudo_btn:hover>.hdr_services_arrow {
    transform: rotate(360deg);
    transition: 0.3s;
}
.hdr_services_arrow._active {
    transform: rotate(360deg);
    transition: 0.3s;
}
.hdr_services_pseudo_btn:hover~.hdr_services_list {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    transition: 0.15s;
}
.hdr_services_link-text {
    align-self: center;
}
.hdr_services_list {
    width: 370px;
    max-height: 210px;
    position: absolute;
    left: 0;
    top: 54px;
    padding: 37px 0 49px 47px;
    visibility: hidden;
    opacity: 0;
    transition: 0.15s;
    background-color: #fff;
}
.hdr_menu_and_list._fixed .hdr_services_list {
    top: 45px;
}
.hdr_services_list:hover {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.hdr_services_list-item {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    white-space: nowrap;
}
.hdr_services_list-item:hover {
    font-weight: 700;
}
.services_list-link {
    color: #2D2D2D;
}
.hdr_menu_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 899px;
    width: 100%;
}
.hdr_menu_list-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}
.hdr_menu_list-link {
    color: #2D2D2D;
}

.languages {
    display: flex;
    align-items: center;
}
.languages_on_scroll {
    display: flex;
    align-items: center;
    display: none;
}
.languages_on_scroll span {
    display: block;
    width: 1px;
    height: 32px;
    background-color: #DBDBDB;
    margin: 0 11px;
}
.languages_on_scroll .hdr_menu_list-link {
    font-weight: 700;
    font-size: 16px;
}
.languages_on_scroll .hdr_menu_list-link:last-of-type {
    color: #DBDBDB;
}
.languages_on_scroll .hdr_menu_list-link:hover:last-of-type {
    color: #4456F8;
}
.languages_on_scroll .hdr_menu_list-link:active:last-of-type {
    color: #3B4BD7;
}

.languages .hdr_menu_list-link {
    font-weight: 700;
    font-size: 16px;
}
.languages .hdr_menu_list-link:last-of-type {
    color: #DBDBDB;
}
.languages .hdr_menu_list-link:hover:last-of-type {
    color: #4456F8;
}
.languages .hdr_menu_list-link:active:last-of-type {
    color: #3B4BD7;
}
.languages span {
    display: block;
    width: 1px;
    height: 32px;
    background-color: #DBDBDB;
    margin: 0 11px;
}
/* burger menu start*/
.burger {
    display: none;
    width: 42px;
    height: 28px;
    overflow: hidden;
    position: relative;
    z-index: 999;
    order: 5;
    cursor: pointer;
}
.burger_row_1 {
    display: block;
    width: 50%;
    height: 6px;
    background: #DBDBDB;
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: calc(50% - 3px);
    transition: all 0.3s ease 0s;
    left: 0;
}
.burger_row_2 {
    display: block;
    width: 50%;
    height: 6px;
    background: #DBDBDB;
    border-radius: 0 20px 20px 0;
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    transition: all 0.4s ease 0s;
}
.burger:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #DBDBDB;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
}
.burger:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #DBDBDB;
    border-radius: 20px;
    position: absolute;
    top: 0;
}
.burger._active .burger_row_1 {
    left: -100%;
    transition: all 0.4s ease 0s;
}
.burger._active .burger_row_2 {
    right: -100%;
    transition: all 0.4s ease 0s;
}
.burger._active::after {
    transform: rotate(35deg);
    top: 10px;
    transition: transform 0.4s ease 0s;
}
.burger._active::before {
    transform: rotate(-35deg);
    top: 10px;
    left: 0;
    transition: transform 0.4s ease 0s;
}
/* burger menu end */
/* another menu */
.mobile_menu_call {
    width: 23px;
    height: 23px;
    background: url(/img/icons/call_mobile.svg);
    display: none;
}
/* header end */

/* main start */
/* banner block start */
.main {
    opacity: 0;
}
.main._active {
    opacity: 1;
}
.main_banner {
    width: 100%;
    height: 530px;
    background: url(/img/main_banner.webp) center no-repeat;
    background-size: cover;
    opacity: 0;
    box-shadow: inset 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
    transition: opacity 1s ease 0s;
}
.main_banner._active {
    opacity: 1;
}
.parent_original {
    
}
.banner_container {
    padding: 93px 0 69px 0;
}
.main_title {
    font-weight: 700;
    font-size: 62px;
    line-height: 76px;
    text-transform: uppercase;
    color: #DBDBDB;
}
.main_banner_title {
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #2D2D2D;
}
.hdr_banner_form {
}
.hdr_banner_form>* {
    display: block;
}
.banner_form-name_label {
}
.banner_form-phone_label {

}
.banner_form-name_input {
    padding: 3px 20px;
    margin-top: 25px;
    width: 278px;
    height: 61px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 50px;
    text-align: center;
}
.banner_form-name_input::placeholder {
    text-align: center;
}
.banner_form-name_input:focus::placeholder {
    visibility: hidden;
}
.banner_form-phone_input {
    padding: 3px 20px;
    margin-top: 18px;
    width: 278px;
    height: 61px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 50px;
    text-align: center;
}
.banner_form-phone_input::placeholder {
    text-align: center;
}
.banner_form-phone_input:focus::placeholder {
    visibility: hidden;
}
.banner_form-btn {
    margin-top: 25px;
    width: 278px;
    height: 61px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 10px 10px 30px #757575;
}
/* banner block end */
/* our services start */
.our_services_container {
    position: relative;
    left: -100%;
    opacity: 0;
    transition: all 1.2s ease 0s;
}
.our_services_container._start_anim {
    position: relative;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all 1.2s ease 0s;
}
.our_services_mobile {
    height: 0;
    visibility: hidden;
    opacity: 0;
}
.our_services {
    width: 100%;
}
.our_services-text_and_btn {
    margin-top: 50px;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.our_services-text_and_btn>* {
    display: block;
}
.our_services-titles {
    display: flex;
}
.our_services-titles span {
    width: 5px;
    height: 40px;
    background-color: #4456F8;
    margin: 0 23px;
}
.our_services-title {
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #2D2D2D;
}
.our_services-text {
    align-self: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.our_services-btn {
    background-color: #FFFFFF;
    background-image: url(/img/icons/arrow_for_link.svg);
    background-repeat: no-repeat;
    background-position: 85% center;
    border: 1px solid #DBDBDB;
    border-radius: 43px;
    padding: 0 64px;
    font-weight: 700;
    font-size: 16px;
    line-height: 64px;
    text-align: center;
    color: #2D2D2D;
}
.our_services-btn:hover, .our_services-btn:active {
    background-color: #4456F8;
    background-image: url(/img/icons/arrow_fo_link_hover.svg);
    color: #fff;
    transition: all 0.15s ease 0s;
}
.our_services_list {
    margin: 34px 0 117px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.our_services_list-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 100%;
    min-width: calc(25% - 20px);
    max-width: 270px;
    height: 270px;
    margin-top: 16px;
}
.our_services_list-item:last-of-type {
    display: none;
}
.our_services_list-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 270px;
    position: relative;
    border-radius: 20px;
    transition: all 0.15s ease 0s;
}
.our_services_list-link:hover {
    background-color: #4456F8;
    background-image: url(/img/cards_bg.svg);
    transition: all 0.15s ease 0s;
}
.our_services_list-link:hover .our_services_list-link_text {
    color: #fff;
    transition: all 0.15s ease 0s;
}
.our_services_list-link:hover path {
    fill: #ffffff;
    transition: all 0.15s ease 0s;
}
.our_services_list-link svg {
    display: block;
    margin-top: 64px;
}
.our_services_list-link_text {
    margin-top: 44px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #3C3C3C;
    max-width: 190px;
}
/* our services end */
/* our team start */
.our_team {
    padding-top: 60px;
    width: 100%;
    height: 716px;
    background-color: #F0F0F0;
}
.our_team_container, .our_equipment-container, .what_we_use-container, .feedbacks-container,
.promotions-container, .blog-container {
    display: grid;
    grid-template-columns: 1fr 230px;
    grid-template-rows: minmax(64px max-content) 1fr;
    position: relative;
    left: -100%;
    opacity: 0;
    transition: left 1.2s ease 0s, opacity 1.2s ease 0s;
}
.greatest_dental, .signup_consultation, .seotext {
    position: relative;
    left: -100%;
    opacity: 0;
    transition: left 1.2s ease 0s, opacity 1.2s ease 0s;
}

.our_team_container._start_anim, .our_equipment-container._start_anim, .what_we_use-container._start_anim, 
.feedbacks-container._start_anim, .promotions-container._start_anim, .blog-container._start_anim, .greatest_dental._start_anim, 
.signup_consultation._start_anim, .seotext._start_anim {
    position: relative;
    left: 0;
    opacity: 1;
    transition: left 1.2s ease 0s, opacity 1.2s ease 0s;
}
.our_tea, .our_equipment-container, .what_we_use-container,
.promotions-container, .feedbacks-container, .promotions-container, .blog-container {
    display: grid;
    grid-template-columns: 1fr 230px;
    grid-template-rows: minmax(64px max-content) 1fr;
}
.our_team-titles, .our_equipment-titles, .what_we_use-titles, .promotions-titles, .feedbacks-titles, .promotions-titles,
 .blog-titles {
    display: flex;
    align-items: center;
    justify-content:flex-start;
    width: 100%;
    justify-self: start;
}
.our_team-title, .our_equipment-title, .what_we_use-title, .promotions-title, .feedbacks-title, .promotions-title,
.blog-title {
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #2D2D2D;
}
.our_team-text, .our_equipment-text, .what_we_use-text, .feedbacks-text, .promotions-text,
.blog-text {
    align-self: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px !important;
    border-left: 5px solid #4456F8;
    padding-left: 24px;
    margin-left: 22px;
    height: 40px;
}
.our_team-btn {
    background-color: #FFFFFF;
    background-image: url(/img/icons/arrow_for_link.svg);
    background-repeat: no-repeat;
    background-position: 85% center;
    border: 1px solid #DBDBDB;
    border-radius: 43px;
    padding: 0 64px;
    font-weight: 700;
    font-size: 16px;
    line-height: 64px;
    text-align: center;
    color: #2D2D2D;
    width: 230px;
    height: 64px;
    transition: all 0.15s ease 0s;
}
.our_team-btn:hover, .our_team-btn:active {
    background-color: #4456F8;
    background-image: url(/img/icons/arrow_fo_link_hover.svg);
    color: #fff;
    transition: all 0.15s ease 0s;
}
.our_team_slider, .our_equipment_slider, .what_we_use-list, .promotions_slider, .blog_list {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 38px;
    width: 100%;
    height: max-content;
    overflow: hidden;
}
.our_team_slider-wrapper {
    height: 370px;
}
.our_team_slider-slide-container, .our_equipment_slider-slide-container, .promotions_slider-slide-container {
    margin-top: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 100%;
    max-width: 270px;
    height: 353px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 1s ease 0s;
}
.our_team_slider-slide, .our_equipment_slider-slide, .feedbacks_slider-slide, .promotions_slider-slide, .blog_list-item {
    opacity: 0;
}
.our_team_slider-slide:first-of-type._start_anim, .our_equipment_slider-slide:first-of-type._start_anim, 
.feedbacks_slider-slide:first-of-type._start_anim, .promotions_slider-slide:first-of-type._start_anim, 
.blog_list-item:first-of-type._start_anim {
    opacity: 1;
    transition: opacity 0.8s ease 0.5s;
}
.our_team_slider-slide:nth-of-type(2)._start_anim, .our_equipment_slider-slide:nth-of-type(2)._start_anim,
.feedbacks_slider-slide:nth-of-type(2)._start_anim, .promotions_slider-slide:nth-of-type(2)._start_anim,
.blog_list-item:nth-of-type(2)._start_anim {
    opacity: 1;
    transition: opacity 0.8s ease 0.6s;
}
.our_team_slider-slide:nth-of-type(3)._start_anim, .our_equipment_slider-slide:nth-of-type(3)._start_anim,
.feedbacks_slider-slide:nth-of-type(3)._start_anim, .promotions_slider-slide:nth-of-type(3)._start_anim,
.blog_list-item:nth-of-type(3)._start_anim {
    opacity: 1;
    transition: opacity 0.8s ease 0.7s;
}
.our_team_slider-slide:nth-of-type(4)._start_anim, .our_equipment_slider-slide:nth-of-type(4)._start_anim,
.feedbacks_slider-slide:nth-of-type(4)._start_anim, .promotions_slider-slide:nth-of-type(4)._start_anim,
.blog_list-item:nth-of-type(4)._start_anim {
    opacity: 1;
    transition: opacity 0.8s ease 0.8s;
}
.our_team_slider-slide:nth-of-type(5)._start_anim, .our_equipment_slider-slide:nth-of-type(5)._start_anim,
.feedbacks_slider-slide:nth-of-type(5)._start_anim, .promotions_slider-slide:nth-of-type(5)._start_anim,
.blog_list-item:nth-of-type(5)._start_anim {
    opacity: 1;
    transition: opacity 0.8s ease 0.9s;
}
.our_team_slider-slide:nth-of-type(6)._start_anim, .our_equipment_slider-slide:nth-of-type(6)._start_anim,
.feedbacks_slider-slide:nth-of-type(6)._start_anim, .promotions_slider-slide:nth-of-type(6)._start_anim,
.blog_list-item:nth-of-type(6)._start_anim {
    opacity: 1;
    transition: opacity 0.8s ease 1s;
}
.our_team_slider-slide-container:before, .our_team_slider-slide-container:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #4456F8;
    background-image: url(/img/cards_bg.svg);
    transform: rotateY(180deg) translateZ(1px);
    border-radius: 20px;
}
.our_team_slider-slide-container:before {
    background-color: #fff;
    background-image: none;
    transform: none;
}
.our_team_slider-slide-container:hover {
    transform: rotateY(180deg);
}
.slider_content {
    transform-style: preserve-3d;
    transition: 1s;
    width: 100%;
    height: 100%;
    background: url(/img/icons/no_photo_icon.svg) no-repeat;
    background-position: center center;
}
.slider_content-photo {
    display: block;
    border-radius: 20px 20px;
    width: 100%;
    height: 100%;
    transform: translateZ(1px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.slider_content-backinfo {
    transform-style: preserve-3d;
    transform: rotateY(180deg) translateZ(2px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.backinfo-teammate_name {
    margin-top: 55px;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.backinfo-teammate_info {
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.backinfo-teammate_link {
    border: 1px solid #DBDBDB;
    border-radius: 30px;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    padding-top: 15px;
    padding-right: 10px;
    background: url(/img/icons/arrow_right_for_link.svg) no-repeat;
    background-position: 90% center;
    width: 176px;
    height: 50px;
    margin: 73px auto 0;
}
.swiper-pagination {
    z-index: 3 !important;
}
.swiper-pagination.our_team_slider-pagination {
    position: absolute;
    bottom: -40px;
}
.our_team_slider-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    margin: 0 10px !important;

}
.our_team_slider-pagination .swiper-pagination-bullet-active {
    border: 2px solid #4456F8;
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255);
}
/* our team end */
/* what we use start */
.what_we_use {
    height: max-content;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 117px;
}
.what_we_use-btn {
    background-color: #FFFFFF;
    background-image: url(/img/icons/arrow_for_link.svg);
    background-repeat: no-repeat;
    background-position: 85% center;
    padding: 0 64px;
    font-weight: 700;
    font-size: 16px;
    line-height: 64px;
    text-align: center;
    color: #2D2D2D;
    width: 230px;
    height: 64px;
    border-radius: 43px;
    transition: all 0.15s ease 0s;
}
.what_we_use-btn:hover {
    border: 1px solid #DBDBDB;
    border-radius: 43px;
    background-color: #4456F8;
    background-image: url(/img/icons/arrow_fo_link_hover.svg);
    color: #fff;
    transition: all 0.15s ease 0s;
}
.what_we_use-btn:active {
    background-color: #3B4BD7;
}
.what_we_use-list {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: max-content;
}
.what_we_use-list_item {
    background: #D9D9D9;
    border-radius: 20px;
    min-width: 270px;
    height: 261px;
    margin-right: 20px;
    margin-top: 16px;
    opacity: 0;
    transition: opacity 0.8s ease 0s;
}
.what_we_use-list_item:first-of-type._start_anim {
    opacity: 1;
    transition: opacity 0.8s ease 0.5s;
}
.what_we_use-list_item:nth-of-type(2)._start_anim {
    opacity: 1;
    transition: opacity 0.8s ease 0.6s;
}
.what_we_use-list_item:nth-of-type(3)._start_anim {
    opacity: 1;
    transition: opacity 0.8s ease 0.7s;
}
.what_we_use-list_item:nth-of-type(4)._start_anim {
    opacity: 1;
    transition: opacity 0.8s ease 0.8s;
}
.what_we_use-list_link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: url(/img/icons/no_photo_icon_white.svg) no-repeat;
    background-position: center center;
}
/* what we use end */
/* our equipment start */
.our_equipment {
    padding-top: 60px;
    height: max-content;
    width: 100%;
    background-color: #F0F0F0;
    padding-bottom: 180px;
}
.our_equipment-titles {
    display: flex;
}
.our_equipment-title {
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #2D2D2D;
}
.our_equipment-text {
    align-self: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.our_equipment-btn {
    background-color: #FFFFFF;
    background-image: url(/img/icons/arrow_for_link.svg);
    background-repeat: no-repeat;
    background-position: 85% center;
    border: 1px solid #DBDBDB;
    border-radius: 43px;
    padding: 0 64px;
    font-weight: 700;
    font-size: 16px;
    line-height: 64px;
    text-align: center;
    color: #2D2D2D;
    width: 230px;
    height: 64px;
    transition: all 0.15s ease 0s;
}
.our_equipment-btn:hover {
    background-color: #4456F8;
    background-image: url(/img/icons/arrow_fo_link_hover.svg);
    color: #fff;
    transition: all 0.15s ease 0s;
}
.our_equipment-btn:active {
    background-color: #3B4BD7;
}
.our_equipment_slider {
    margin-top: 38px;
    width: 100%;
    height: max-content;
    overflow: hidden;
}
.our_equipment_slider-wrapper {
    height: 345px;
}
.our_equipment_slider-slide-container {
    margin-top: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 100%;
    max-width: 270px;
    height: 330px;
    position: relative;
    transform-style: preserve-3d;
    transition: 1s;
}
.our_equipment_slider-slide-container:before, .our_equipment_slider-slide-container:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #4456F8;
    background-image: url(/img/cards_bg.svg);
    transform: rotateY(180deg) translateZ(1px);
    border-radius: 20px;
}
.our_equipment_slider-slide-container:before {
    background-color: #fff;
    background-image: none;
    transform: none;
}
.our_equipment_slider-slide-container:hover {
    transform: rotateY(180deg);
}
.slider_content-photo.equipment_photo {
    margin: 0;
    width: 100%;
    height: 100%;
}
.backinfo-equipment_name {
    margin-top: 39px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.backinfo-equipment_info {
    max-width: 185px;
    margin: 44px auto 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
.backinfo-equipment_link {
    border: 1px solid #DBDBDB;
    border-radius: 30px;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    padding-top: 15px;
    padding-right: 10px;
    background: url(/img/icons/arrow_right_for_link.svg) no-repeat;
    background-position: 90% center;
    width: 176px;
    height: 50px;
    margin: 53px auto 0;
}
.swiper-pagination.our_equipment_slider-pagination {
    position: absolute;
    bottom: -60px;
}
.our_equipment_slider-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    margin: 0 10px !important;
}
.our_equipment_slider-pagination .swiper-pagination-bullet-active {
    border: 2px solid #4456F8;
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255);
}
/* our equipment end */
/* sign up consultation start */
.signup_consultation {
    height: 387px;
    width: 100%;
    background-color: #4456F8;
    background-image: url(/img/big_callbackform_bg.svg);
    position: relative;
}
.signup_consultation_form {
    padding-top: 60px;
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
}
.signup_consultation_title {
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
    margin-bottom: 50px;
}
.consultation_form-input_name {
    width: 278px;
    height: 61px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
}
.consultation_form-input_phone {
    width: 278px;
    height: 61px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 50px;
    margin: 0 30px;
    text-align: center;
    font-size: 18px;
    color: #2D2D2D;
}
.consultation_form-input_phone::placeholder, .consultation_form-input_name::placeholder {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #A4A4A4;
}
.consultation_form-input_phone:focus::placeholder, .consultation_form-input_name:focus::placeholder {
    visibility: hidden;
}
.consultation_form-btn {
    background: #4456F8;
    border: 0.3px solid #FFFFFF;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    width: 278px;
    height: 61px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    transition: all 0.15s ease 0s;
}
.consultation_form-btn:hover {
    background: #fff;
    color: #4456F8;
    transition: all 0.15s ease 0s;
}
.consultation_form-btn:active {
    color: #3B4BD7;
}
.consultation_form-text {
    margin-top: 36px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
/* sign up consultation end */
/* greatest dental start */
.greatest_dental {
    width: 100%;
    height: 622px;
    background: #FAFAFA;
}
.greatest_dental_container {
    
}
.greatest_dental-title {
    margin-top: 56px;
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    color: #2D2D2D;
}
.greatest_dental-list {
    max-width: 984px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.greatest_dental_list-item {
    width: calc(100% / 3);
    margin-bottom: 128px;
}
.dental_list-item_number {
    font-weight: 700;
    font-size: 86px;
    line-height: 105px;
    text-align: center;
    text-transform: uppercase;
    color: #4456F8;
}
.dental_list-item_text {
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #2D2D2D;
}
/* greatest dental end */
/* feedbacks start */
.feedbacks {
    height: max-content;
    padding-bottom: 202px;
}
.feedbacks-text_and_btn {
    margin-top: 50px;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feedbacks-titles {
    display: flex;
}
.feedbacks-titles span {
    width: 5px;
    height: 40px;
    background-color: #4456F8;
    margin: 0 23px;
}
.feedbacks-title {
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #2D2D2D;
}
.feedbacks-text {
    align-self: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.feedbacks-btn {
    background-color: #FFFFFF;
    background-image: url(/img/icons/arrow_for_link.svg);
    background-repeat: no-repeat;
    background-position: 85% center;
    border: 1px solid #DBDBDB;
    border-radius: 43px;
    padding: 0 64px;
    font-weight: 700;
    font-size: 16px;
    line-height: 64px;
    text-align: center;
    color: #2D2D2D;
    height: 64px;
}
.feedbacks-btn:hover {
    background-color: #4456F8;
    background-image: url(/img/icons/arrow_fo_link_hover.svg);
    color: #fff;
    transition: all 0.15s ease 0s;
}
.feedbacks-btn:active {
    background-color: #3B4BD7;
    background-image: url(/img/icons/arrow_fo_link_hover.svg);
    color: #fff;
    transition: all 0.15s ease 0s;
}
.feedbacks_slider {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 38px;
    width: 100%;
    height: max-content;
    overflow: hidden;
}
.feedbacks_slider-wrapper {
    padding: 8px;
    width: 100%;
    height: max-content;
}
.feedbacks_slider-slide-container {
    height: 100%;
    min-height: 277px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 33px 25px 72px 38px;
}
.feedback_photo_and_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feedback_photo {
    width: 100%;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    margin-right: 25px;
}
.feedback_name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2D2D2D;
}
.feedback_text {
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2D2D2D;
}
.feedback_full_link {
    position: absolute;
    bottom: 26px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2D2D2D;
    display: flex;
    height: 42px;
    align-items: center;
}
.feedback_full_link span {
    margin-left: 21px;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-image: url(/img/icons/arrow_for_link.svg);
    background-position: 55% center;
    background-repeat: no-repeat;
    border: 1px solid #DBDBDB;
    transition: all 0.15s ease 0s;
}
.feedback_full_link:hover {
    color: #4456F8;
    transition: all 0.15s ease 0s;
}
.feedback_full_link:active {
    color: #3B4BD7;
    transition: all 0.15s ease 0s;
}
.feedback_full_link:hover> span {
    background-image: url(/img/icons/arrow_fo_link_hover.svg);
    background-color: #4456F8;
    border: none;
    transition: all 0.15s ease 0s;
}
.feedback_full_link:active> span {
    background-color: #3B4BD7;
}
.blog_card-link:active {
    color: #3B4BD7;
    transition: all 0.15s ease 0s;
}
.swiper-pagination.feedbacks_slider-pagination {
    position: absolute;
    bottom: -65px;
}
.feedbacks_slider-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    margin: 0 10px !important;
}
.feedbacks_slider-pagination .swiper-pagination-bullet-active {
    border: 2px solid #4456F8;
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255);
}
/* feedbacks end */
/* promotions start */
.promotions {
    height: max-content;
    background: #F0F0F0;
    padding-top: 71px;
}
.promotions-btn {
    background-color: #FFFFFF;
    background-image: url(/img/icons/arrow_for_link.svg);
    background-repeat: no-repeat;
    background-position: 85% center;
    border: 1px solid #DBDBDB;
    border-radius: 43px;
    padding: 0 64px;
    font-weight: 700;
    font-size: 16px;
    line-height: 64px;
    text-align: center;
    color: #2D2D2D;
    height: 64px;
    align-self: center;
}
.promotions-btn:hover {
    background-color: #4456F8;
    background-image: url(/img/icons/arrow_fo_link_hover.svg);
    color: #fff;
    transition: all 0.15s ease 0s;
}
.promotions-btn:active {
    background-color: #3B4BD7;
}
.promotions_slider-wrapper {
    height: max-content;
}
.promotions_slider {
    padding-bottom: 192px;
}
.promotions_slider-slide-container {
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 100%;
    max-width: 270px;
    position: relative;
    transform-style: preserve-3d;
    transition: 1s;
}
.promotions_slider-slide-container:before, .promotions_slider-slide-container:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #4456F8;
    background-image: url(/img/cards_bg.svg);
    transform: rotateY(180deg) translateZ(1px);
    border-radius: 20px;
}
.promotions_slider-slide-container:before {
    background-color: #fff;
    background-image: none;
    transform: none;
}
.promotions_slider-slide-container:hover {
    transform: rotateY(180deg);
}
.slider_content {
}
.slider_content-backinfo {
    padding: 0 43px;
    display: block;
}
.backinfo-promotion_name {
    margin-top: 64px;
    padding: 0 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.backinfo-discount_size {
    margin: 5px 0 18px 0;
    font-weight: 700;
    font-size: 86px;
    line-height: 105px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.promotion_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
.backinfo-promotion_link {
    border: 1px solid #DBDBDB;
    border-radius: 30px;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    padding-top: 15px;
    padding-right: 10px;
    background: url(/img/icons/arrow_right_for_link.svg) no-repeat;
    background-position: 90% center;
    width: 176px;
    height: 50px;
    margin: 46px auto 0;
    transition: all 0.15s ease 0s;
}
.backinfo-promotion_link:hover {
    background-image: url(/img/icons/arrow_for_link_blue.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    color:#4456F8;
    transition: all 0.15s ease 0s;
}
.backinfo-promotion_link:active {
    color:#3B4BD7;
}
.swiper-pagination.promotions_slider-pagination {
    position: absolute;
    bottom: 110px;
}
.promotions_slider-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    margin: 0 10px !important;
}
.promotions_slider-pagination .swiper-pagination-bullet-active {
    border: 2px solid #4456F8;
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255);
}
/* promotions end */
/* blog start */
.blog {
    width: 100%;
    height: max-content;
    padding-bottom: 110px;
    padding-top: 50px;
    background: linear-gradient( #fff 57%, #4456F8 43%);
}
.blog-titles {
    grid-row: 1/2;
    grid-column: 1/3;
}
.blog-btn {
    grid-row: 1/2;
    grid-column: 2/3;
    background-color: #FFFFFF;
    background-image: url(/img/icons/arrow_for_link.svg);
    background-repeat: no-repeat;
    background-position: 85% center;
    border: 1px solid #DBDBDB;
    border-radius: 43px;
    padding: 0 64px;
    font-weight: 700;
    font-size: 16px;
    line-height: 64px;
    text-align: center;
    height: 64px;
    align-self: center;
    color: #2D2D2D;
}
.blog-btn:hover {
    background-color: #4456F8;
    background-image: url(/img/icons/arrow_fo_link_hover.svg);
    color: #fff;
    transition: all 0.15s ease 0s;
}
.blog-btn:active {
    background-color: #3B4BD7;
}
.blog_list {
    display: flex;
    justify-content: space-between;
}
.blog_list-item {
    width: calc(100%/3 - 30px);
}
.blog_card {
    margin-top: 38px;
    margin-right: 30px;
    max-width: 370px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding-bottom: 40px;
}
.blog_card:last-of-type {
    margin-right: 0;
}
.blog_card-photo_block {
    background-color: #DBDBDB;
    height: 266px;
    border-radius: 20px 20px 0 0;
    position: relative;
}
.blog_card-photo_block svg {
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog_card-photo {
    padding-top: 98px;
    margin: auto;
}
.blog_card-photo {
    fill: #ffffff;
}
.blog_card-title_and_text {
    margin-top: 20px;
    padding: 0 28px;
    position: relative;
}
.blog_card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #2D2D2D;
}
.blog_card-text {
    margin-top: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.blog_card-link {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin-top: 22px;
    align-items: center;
    text-align: center;
    color: #2D2D2D;
    justify-content: end;
}
.blog_card-link span {
    margin-left: 21px;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-image: url(/img/icons/arrow_for_link.svg);
    background-position: 55% center;
    background-repeat: no-repeat;
    border: 1px solid #DBDBDB;
    transition: all 0.15s ease 0s;
}
.blog_card-link:hover {
    color: #4456F8;
    transition: all 0.15s ease 0s;
}
.blog_card-link:active {
    color: #3B4BD7;
    transition: all 0.15s ease 0s;
}
.blog_card-link:hover> span {
    background-image: url(/img/icons/arrow_fo_link_hover.svg);
    background-color: #4456F8;
    border: none;
    transition: all 0.15s ease 0s;
}
.blog_card-link:active> span {
    background-image: url(/img/icons/arrow_fo_link_hover.svg);
    background-color: #3B4BD7;
    border: none;
    transition: all 0.15s ease 0s;
}
/* blog end */
/* seotext start */
.seotext {

}
.seotext-title {
    margin-top: 50px;
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #2D2D2D;
}
.seotext-text {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.seotext-text:last-of-type {
    padding-bottom: 90px;
}
/* seotext end */
/* main end */

/* footer start */
.ftr {
    background-color: #4456F8;
    padding: 50px 0px 20px;
    color: #ffffff;
    opacity: 0;
}
.ftr._active {
    background-color: #4456F8;
    padding: 50px 0px 20px;
    color: #ffffff;
    opacity: 1;
}
.ftr_big_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ftr_logo_and_contacts {
    width: calc(100% / 3);
}
.ftr_logo_and_title {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.ftr_logo_container {
    display: block;
    width: 184px;
    height: 51px;
    background: url(/img/logo_white.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-right: 46px;
}
.ftr_title {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}
.ftr_address {
    font-style: normal;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-right: 28px;
}
.ftr_address-place_and_worktime {
    
}
.ftr_address_place {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.ftr_address_place span {
    font-weight: 700;
}
.ftr_address_worktime {
    margin-top: 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.ftr_address_worktime span {
    font-weight: 700;
}
.ftr_address_worktime-weekdays {
}
.ftr_address_worktime-holidays {
    margin-left: 32px;
}
.ftr_address-numbers {
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ftr_address-numbers a {
    color: #ffffff;
    display: block;
}
.ftr_address-numbers span {
    font-weight: 700;
}
.numbers_kyivstar {
}
.numbers_lifecell {
}
.numbers_vodaphone {
}
.ftr_links_block {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 0.3px solid #DBDBDB;
    border-right: 0.3px solid #DBDBDB;
}
.ftr_links_block2 {
    display: none;
}
.ftr_links_block-link {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 14px;
}
.ftr_socials {
    width: calc(100% / 3);
    padding-left: 80px;
}
.ftr_socials-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}
.ftr_socials-list {
    display: flex;
    width: 100%;
    margin-top: 24px;
    align-items: center;
}
.ftr_socials_list-item {
    margin-right: 36px;
}
.ftr_socials-link {
    display: block;
}
.inst_link {
    width: 35px;
    height: 35px;
    background: url(/img/icons/inst_icon.svg);
}
.yt_link {
    width: 40px;
    height: 29px;
    background: url(/img/icons/yt_icon.svg) no-repeat;
    background-size: contain;
}
.fb_link {
    width: 35px;
    height: 37px;
    background: url(/img/icons/fb_icon.svg) no-repeat;
    border-radius: 18px;
}
.ftr_copywright {
    margin-top: 50px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
/* footer end */

/* ADAPTIVE */
@media (max-width: 1366px) {
    .numbers_kyivstar, .numbers_lifecell, .numbers_vodaphone {
        white-space: nowrap;
    }
    
    .what_we_use-btn {
        align-self: center;
    }
    .what_we_use-list_item {
        min-width: auto;
        width: calc(25% - 20px);
    }
    .blog {
        background: linear-gradient( #fff 55.2%, #4456F8 45%);
    }
}
@media (max-width: 1300px) {
    .hdr_vertical_line {
        margin: 0 10px;
    }
    .hdr_adress {
        margin: 0;
    }
    .hdr_menu_list-item.languages_on_scroll span {
        margin: 0 6px;
    }
    .hdr_adress_and_worktime {
        display: block;
    }
    .hdr_adress {
        text-align: left;
    }
    .our_services_list-item {
        min-width: calc(25% - 20px);
        margin-right: 20px;
    }
    .our_services_list-item:last-of-type {
        margin-right: 0;
    }
    .what_we_use-titles {
        width: 70%;
    }
    .what_we_use-text {
        line-height: 22px !important;
        padding-top: 16px;
    }
    .ftr_logo_and_title {
        display: block;
    }
    .ftr_title {
        margin-top: 20px;
    }
    .ftr_address {
        display: block;
    }
    .ftr_address-numbers {
        margin-top: 40px;
    }
}
@media (max-width: 1232px) {
    .consultation_form-btn {
        margin-top: 30px;
    }
    .our_team_slider {
        padding: 0 0 0 8px;
    }
    .backinfo-teammate_link {
        position: absolute;
        left: 50%;
        bottom: 15px;
        transform: translate(-50%, 0);
    }
    .our_team-text, .our_equipment-text, .what_we_use-text {
        width: 70%;
        line-height: 82px !important;
    }
    .what_we_use-titles {
        width: auto;
    }
    .what_we_use-text {
        padding-top: 0;
    }
    .blog {
        width: 100%;
        height: max-content;
        padding-bottom: 110px;
        padding-top: 50px;
        background: linear-gradient( #fff 55.7%, #4456F8 43.7%);
    }
}
@media (max-width: 1132px) {
    .hdr_name {
        display: none !important;
    }
    .our_services-titles {
        display: block;
    }
    .our_services-titles span {
        display: inline-block;
        margin-left: 0;
        margin-top: 10px;
    }
    .our_services-text {
        display: inline;
        float: right;
        margin-top: 10px;
    }
    .our_team-titles, .our_equipment-titles, .what_we_use-titles, .feedbacks-titles {
        display: block;
        max-width: 400px;
    }
    .our_team-text, .our_equipment-text, .what_we_use-text, .feedbacks-text {
        display: inline;
        float: right;
        margin-top: 10px;
        margin-left: 0;
        line-height: 22px !important;
        height: auto;
        position: relative;
        left: -110px;
    }
    .what_we_use-list {
        justify-content: space-around;
    }
    .what_we_use-text {
        display: inline;
        float: right;
        margin-top: 10px;
        line-height: 40px;
        text-align: left;
        position: relative;
        left: -130px;
    }
    .our_equipment-titles {
        display: block;
    }
    .our_equipment-text {
        display: inline;
        float: right;
        margin-top: 10px;
        line-height: 40px;
    }
    .feedbacks-titles {
        display: block;
    }
    .feedbacks-btn {
        align-self: center;
    }
    .feedbacks_slider-slide-container {
        height: 400px  !important;
        min-height: max-content;
    }
    .feedback_photo_and_name {
        flex-direction: column;
    }
    .feedback_photo {
        margin-right: 0;
    }
    .feedback_name {
        margin: 16px auto 0;
        text-align: center;
    }
    .promotions-text {
        display: block;
        margin-top: 10px;
        line-height: 40px;
        margin-left: 0;
    }
    .promotions-titles {
        display: block;
    }

    .blog-titles {
        display: block;
    }
    .our_team-text {
        left: -115px;
    }
    .feedbacks-text {
        line-height: 40px !important;
        left: -114px;
    }
    .what_we_use-text {
        left: -120px;
    }
    .our_equipment-text {
        left: -117px;
    }
    .blog-text {
        margin-top: 10px;
        line-height: 40px;
        width: 70%;
        position: relative;
        margin-left: 0;
    }
}
@media (max-width: 1024px) {
    .hdr_contacts-numbers a {
        font-size: 12px;
    }
    .hdr_name {
        display: none !important;
    }
    .languages_on_scroll {
        display: block !important;
    }
    .languages_on_scroll span {
        width: 100%;
        margin: 5px 0 !important;
        height: 1px;
    }
    .main_title {
        color: #747474;
    }
    .our_services_list {
        justify-content: start;
    }
    .our_services_list-item {
        margin-right: 6px;
    }
    .our_services_list-item:last-of-type {
        margin-left: 0;
    }
    .our_team_slider {
        padding: 0 4px;
    }
    .what_we_use-text {
        left: -120px;
    }
    .blog {
        width: 100%;
        height: max-content;
        padding-bottom: 110px;
        padding-top: 50px;
        background: linear-gradient( #fff 54%, #4456F8 46%);
    }
}
@media (max-width: 991px) {
    /* body._lock {
        overflow: hidden;
    } */
    .container {
        max-width: 900px;
        width: 92%;
        overflow: hidden;
    }
    .hdr_menu {
        max-width: 900px;
        width: 92%;
        margin: auto;
    }
    .logo_and_contacts {
        max-width: 900px;
        width: 92%;
    }
    .hdr_logo_container {
        display: none !important;
    }
    .hdr_contacts-social_logos {
        display: none;
    }
    .hdr_menu_list-item.languages_on_scroll {
        order: 3;
        margin: 0;
    }
    .request_call_btn {
        order: 1;
    }
    .hdr_adress_and_worktime {
        order: 2;
    }
    .hdr_worktime-holidays {
        text-align: center;
        position: relative;
        left: -12px;
    }
    .hdr_contacts {
        order: 2;
    }
    .our_services-text_and_btn {
        display: none;
    }
    .our_services {
        display: flex;
        flex-direction: column-reverse;
        position: fixed;
        top: 116px;
        left: -300%;
        background-color: #fff;
        transition: all 0.5s ease 0s;
    }
    .our_services._active {
        left: 0;
        z-index: 99;
        transition: all 0.5s ease 0s;
    }
    .our_services._active .our_services_container {
        position: relative;
        height: 100vh;
        max-height: 100vh;
    }
    .our_services .our_services_container {
        position: relative;
        height: 100vh;
        max-height: 100vh;
    }
    .our_services_container {
        overflow-y: scroll;
        left: 0 !important;
        opacity: 1 !important;
    }
    .our_services_mobile {
        width: 100%;
        visibility: visible;
        opacity: 1;
        padding-top: 50px;
        padding-bottom: 50px;
        height: max-content;
        position: relative;
        z-index: 1;
    }
    .our_services_container_mobile {
        display: grid;
        grid-template-columns: 1fr 230px;
        grid-template-rows: minmax(64px max-content) 1fr;
        position: relative;
        left: -100%;
        opacity: 0;
        transition: all 1.2s ease 0s;
    }
    .our_services_container_mobile._start_anim {
        left: 0;
        opacity: 1;
        transition: all 1.2s ease 0s;
    }
    .our_services-titles_mobile {
        display: block;
        align-items: center;
        justify-content:flex-start;
        width: 100%;
        justify-self: start;
    }
    .our_services-title_mobile {
        font-weight: 800;
        font-size: 34px;
        line-height: 41px;
        text-transform: uppercase;
        color: #2D2D2D;
    }
    .our_services-text_mobile {
        align-self: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px !important;
        border-left: 5px solid #4456F8;
        padding-left: 24px;
        margin-top: 10px;
        height: 40px;
    }
    .our_services-btn_mobile {
        background-color: #FFFFFF;
        background-image: url(/img/icons/arrow_for_link.svg);
        background-repeat: no-repeat;
        background-position: 85% center;
        border: 1px solid #DBDBDB;
        border-radius: 43px;
        padding: 0 64px;
        font-weight: 700;
        font-size: 16px;
        line-height: 64px;
        text-align: center;
        color: #2D2D2D;
        width: 230px;
        height: 64px;
        transition: all 0.15s ease 0s;
        white-space: nowrap;
        align-self: center;
        transition: all 0.15s ease 0s;
    }
    .our_services-btn_mobile:hover {
        background-color: #4456F8;
        background-image: url(/img/icons/arrow_fo_link_hover.svg);
        color: #fff;
        transition: all 0.15s ease 0s;
    }
    .our_services_list_mobile {
        grid-row: 2/3;
        grid-column: 1/3;
        width: 90%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 30px auto 10px;
    }
    .our_services_list-item_mobile {
        background: #FFFFFF;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        width: calc(100%/3 - 30px);
        height: 270px;
        margin-top: 16px;
        opacity: 1;
        transition: opacity 0.8s ease 0s;
    }
    .our_services_list-link_mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-height: 270px;
        height: 100%;
        position: relative;
        border-radius: 20px;
        transition: all 0.15s ease 0s;
    }
    .our_services_list-link_mobile:hover {
        background-color: #4456F8;
        background-image: url(/img/cards_bg.svg);
        transition: all 0.15s ease 0s;
    }
    .our_services_list-link_mobile:active {
        background-color: #3B4BD7;
    }
    .our_services_list-link_mobile:hover .our_services_list-link_text_mobile {
        color: #fff;
        transition: all 0.15s ease 0s;
    }
    .our_services_list-link_mobile:hover path {
        fill: #ffffff;
        transition: all 0.15s ease 0s;
    }
    .our_services_list-link_mobile svg {
        display: block;
        margin-top: 64px;
    }
    .our_services_list-link_text_mobile {
        margin-top: 44px;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        color: #3C3C3C;
        max-width: 190px;
    }
    .hdr_menu {
        max-width: 900px;
        width: 92%;
        margin: auto;
    }
    .hdr_menu_and_list {
        position: fixed;
        top: 34px;
        z-index: 999;
    }
    .hdr_services_list {
        width: 300px;
    }
    .languages {
        display: none;
    }
    .hdr_services_pseudo_btn {
        display: none;
    }
    .call_menu_container {
        display: flex;
        justify-content: space-between;
        order:1;
        width: 80%;
    }
    .hdr_contacts-numbers {
        margin: 0;
    }
    .burger, .burger._active {
        display: block;
        z-index: 999;
        order: 3;
    }
    .banner_container {
        width: 100vw;
        padding-left: 40px;
    }
    .our_services_list-item {
        margin-right: 14px;
    }
    .our_services_list-item:last-of-type {
        margin-right: 0;
    }
    .our_team_slider {
        padding-bottom: 30px;
        height: 100%;
    }
    .our_team_slider-wrapper, .feedbacks_slider-wrapper {
        padding-bottom: 30px;
    }
    .swiper-pagination.our_team_slider-pagination {
        bottom: 0;
    }
    .swiper-pagination.feedbacks_slider-pagination {
        bottom: 0;
    }
    .swiper-pagination.our_equipment_slider-pagination {
        bottom: 0;
    }
    .feedbacks_slider, .feedbacks_slider-wrapper {
        padding: 8px 0 30px 0;
    }
    .feedbacks-text, .promotions-text {
        height: 40px;
        display: flex;
        align-items: center;
        align-self: center;
        margin-top: 0;
    }
    .our_equipment_slider, .our_equipment_slider-wrapper {
        padding: 8px 0 30px 0;
    }
    .our_equipment, .feedbacks {
        padding-bottom: 80px;
    }
    .blog {
        background: linear-gradient( #fff 55.5%, #4456F8 45%);
    }
    .ftr_socials {
        padding-left: 50px;
    }
}
@media (max-width: 890px) {
    .feedback_full_link {
        left: 50%;
        transform: translate(-50%, 0);
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        height: 40px;
    }
    .feedback_full_link span {
        margin: 0;
        width: 40px !important;
        transform: none;
    }
}
@media (max-width: 768px) {
    .container {
        width: 95%;
    }
    .pages_tree_mobile {
        margin-top: 0;
    }
    .callback_popup {
        position: absolute;
        width: 610px;
        height: 354px;
        top: 74px;
        left: 50%;
        transform: translate(-50%, 0) scale(0);
        background: #FFFFFF;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        transition: 0.5s all;
    }
    .callback_popup-form {
        position: relative;
        z-index: 9999999999999;
        padding: 62px 56px 65px;
    }
    .feedback1_popup, .feedback2_popup, .feedback3_popup, .feedback4_popup, .feedback5_popup, .feedback6_popup {
        width: 90vw;
        height: max-content;
    }
    .feedback_photo {
        margin-right: 5px;
    }
    .feedback_photo_and_name {
        flex-direction: row;
    }
    .feedbacks_slider-slide-container {
        height: 100%;
    }
    .main_banner {
        width: 100vw;
        height: 530px;
        background: url(/img/main_banner.webp) center no-repeat;
        background-size: cover;
    }
    .call_menu_container {
        width: 80%;
    }
    .hdr_adress_and_worktime {
        margin-right: 0;
    }
    .hdr_worktime-holidays {
        text-align: center;
        left: -12px;
        position: relative;
    }
    .hdr_contacts {
        margin-right: 0;
    }
    .numbers_kyivstar, .numbers_vodaphone, .numbers_lifecell {
        white-space: nowrap;
    }
    .hdr_menu_and_list {
        display: none;
    }
    .request_call_btn {
        opacity: 1;
    }
    .our_services_mobile {
        padding-top: 30px;
    }
    .our_services_list_mobile {
        padding-top: 40px;
        width: 90%;
        justify-content: start;
        margin: auto;
    }
    .our_services_list-item_mobile {
        margin: 13px;
        height: 225px;
        width: calc(100%/3 - 26px);
    }
    .our_services_list-link_mobile svg {
        display: block;
        margin-top: 50px;
    }
    .our_services-text_mobile {
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
    }
    .our_services_list-link_text_mobile {
        font-size: 16px;
        line-height: 20px;
        margin-top: 30px;
    }
    .our_services_list-item:last-of-type {
        width: 100%;
        height: 64px;
        display: block;
        margin: 30px auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border:none;
        box-shadow: none;
    }
    .our_services_list-link_all_tablet {
        width: 226px;
        height: 100%;
        border: 1px solid #DBDBDB;
        border-radius: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #2D2D2D;
        background-image: url(/img/icons/arrow_for_link.svg);
        background-repeat: no-repeat;
        background-position: 85% center;
        transition: all 0.3s ease 0s;
    }
    .our_services_list-link_all_tablet:hover {
        transition: all 0.3s ease 0s;
        background-color: #4456F8;
        color: #fff;
        background-image: url(/img/icons/arrow_fo_link_hover.svg);
    }
    .our_team {
        height: max-content;
        padding-bottom: 130px;
    }
    .our_team-text, .our_equipment-text {
        font-size: 16px;
        line-height: 40px !important;
        width: 100%;
        left: 0;
    }
    .our_team_slider {
        height: 600px !important;
        padding: 10px 0 60px 0;
    }
    .our_team_slider-wrapper {
        height: 600px;
        padding: 10px 0 60px 0;
    }
    .our_team_slider-slide {
        height: 510px;
    }
    .our_team_slider-slide-container {
        margin-top: 5px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        width: 100%;
        max-width: 100%;
        height: 502px;
        position: relative;
        transform-style: flat;
        transition: 1s;
        overflow: hidden;
    }
    .our_team_slider-slide-container:before {
        display: none;
    }
    .our_team_slider-slide-container:after {
        display: none;
    }
    .our_team_slider-slide-container:hover {
        transform: none;
    }
    .our_team_slider-slide-container .slider_content {
        transform-style: flat;
        transition: 1s;
        width: 100%;
        height: 100%;
        background: none;
        background-position: center center;
    }
    .our_team_slider-slide-container .slider_content-photo {
        display: block;
        width: 100%;
        height: 95%;
        border-radius: 20px 20px 0 0;
        border: none;
        background-color: #fff;
        transform: none;
        transform-style: flat;
        backface-visibility: visible;
        background-image: url(/img/icons/no_photo_icon.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 0;
    }
    .our_team_slider-slide-container .slider_content-backinfo, .promotions_slider-slide-container .slider_content-backinfo {
        transform-style: flat;
        backface-visibility: visible;
        transform: none;
        position: relative;
        z-index: 2;
        top: 50%;
        height: 272px;
        background-color: #4456F8;
        background-image: url(/img/cards_bg.svg);
        padding: 0;
        border-radius: 0 0 20px 20px;
    }
    .our_team_slider-slide-container {

    }
    .promotions_slider-slide-container .slider_content-backinfo {
        background-color: transparent;
        background-image: none;
    }
    .backinfo-teammate_name {
        padding-top: 30px;
        margin-top: 0;
        text-align: center;
        white-space: nowrap;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .backinfo-teammate_name>br:first-of-type {
        display: none;
    }
    .backinfo-teammate_info {
        margin-top: 25px;
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
    }
    .backinfo-teammate_link {
        border: 1px solid #DBDBDB;
        border-radius: 30px;
        font-weight: 800;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
        display: block;
        padding-top: 15px;
        padding-right: 10px;
        background: url(/img/icons/arrow_right_for_link.svg) no-repeat;
        background-position: 90% center;
        width: 176px;
        height: 50px;
        margin: 34px auto 0;
        position: static;
        transform: none;
    }
    .swiper-pagination.our_team_slider-pagination {
        bottom: 0;
    }
    .promotions_slider-slide-container {
        height: 335px;
        transform-style: flat;
    }
    .promotions_slider-slide-container .slider_content {
        transform-style: flat;
        transition: 1s;
        width: 100%;
        height: 100%;
        background: url(/img/icons/no_photo_icon.svg) no-repeat;
        background-position: center center;
    }
    .promotions_slider-slide-container:before, .promotions_slider-slide-container:after {
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background-color: #4456F8;
        background-image: url(/img/cards_bg.svg);
        transform: rotateY(180deg) translateZ(1px);
        border-radius: 20px;
        display: none;
    }
    .backinfo-promotion_name, .promotion_text, .backinfo-discount_size {
        opacity: 0;
    }
    .promotions_slider-slide-container:before {
        background-color: #fff;
        background-image: none;
        transform: none;
        display: none;
    }
    .promotions_slider-slide-container:hover {
        transform: none;
    }
    .promotions_slider-slide-container .slider_content-photo {
        display: block;
        border-radius: 20px 20px;
        width: 100%;
        height: 100%;
        transform: translateZ(1px);
        transform-style: flat;
        backface-visibility: visible;
    }
    .promotions_slider-slide-container .slider_content-backinfo {
        transform-style: flat;
        transform: rotateY(360deg) translateZ(2px);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .promotions-text {
        line-height: 22px !important;
    }
    .what_we_use-text {
        line-height: 22px;
    }
    .feedbacks-text {
        margin-top: 10px;
    }
    .our_team-btn, .our_equipment-btn, .what_we_use-btn {
        align-self: center;
    }
    .what_we_use-text {
        font-size: 16px;

        left: 20px;
        width: 100%;
    }
    .what_we_use-list {
        justify-content: start;
    }
    .what_we_use-list_item {
        width: calc(100%/3 - 20px);
        height: 230px;
    }
    .what_we_use-list_item:last-of-type {
        margin-right: 0;
    }
    .our_services_list {
        flex-wrap: wrap;
        justify-content: start;
        padding-left: 10px;
    }
    .our_services_list-item {
        width: calc(100%/3 - 20px);
        min-width: auto;
    }
    .slider_content-backinfo {
        padding: 0 23px;
    }
    .our_equipment_slider-slide-container .slider_content {
        position: relative;
    }
    .slider_content-photo.equipment_photo {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        height: auto;
        margin: auto;
    }
    .our_equipment_slider-slide-container {
        margin-top: 0;
        transform-style: flat;
        height: 277px;
    }
    .slider_content-backinfo {
        width: 100%;
        height: 277px;
    }
    .slider_content {
        position: relative;
    }
    .our_equipment_slider-wrapper {
        height: max-content;
    }
    .our_equipment_slider-slide-container:before {
        display: none;
    }
    .our_equipment_slider-slide-container:after {
        display: none;
    }
    .our_equipment_slider-slide-container:hover {
        transform: none;
    }
    .our_equipment_slider-slide-container .slider_content {
        transform-style: flat;
        position: relative;
        width: 100%;
        height: 100%;
        background: none;
        background-position: center center;
    }
    .our_equipment_slider-slide-container .slider_content-photo {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        border: none;
        background-color: #fff;
        transform: none;
        transform-style: flat;
        backface-visibility: visible;
        background-image: url(/img/icons/no_photo_icon.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 0;
    }
    .our_equipment_slider-slide-container .slider_content-backinfo {
        transform-style: flat;
        backface-visibility: visible;
        transform: none;
        position: relative;
        z-index: 2;
        top: 0;
        height: 272px;
        background-color: transparent;
        background-image: none;
        padding: 0;
    }
    .backinfo-equipment_name {
        margin-top: 0;
        visibility: hidden;
    }
    .backinfo-equipment_info {
        visibility: hidden;
    }
    .backinfo-equipment_link {
        background-color: #fff;
        color: #2b2b2b;
        background-image: url(/img/icons/arrow_for_link.svg);
        border:none;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    .backinfo-equipment_link:active, .backinfo-equipment_link:focus {
        background-color: #4456F8;
        color: #fff;
        background-image: url(/img/icons/arrow_fo_link_hover.svg);
    }
    .signup_consultation {
        height: max-content;
        padding-bottom: 60px;
    }
    .signup_consultation_title {
        white-space: normal;
    }
    .consultation_form-input_name, .consultation_form-input_phone {
        margin-top: 30px;
    }
    .consultation_form-text {
        font-size: 16px;
        line-height: 20px;
    }
    .what_we_use-titles {
        width: 50%;
    }
    .what_we_use-text {
        position: static;
    }
    .feedbacks {
        margin-top: 30px;
    }
    .feedbacks_slider-slide-container {
        height: max-content  !important;
        min-height: max-content !important;
        margin: 5px;
    }
    .feedback_text {
        margin-bottom: 20px;
        font-size: 16px;
        height: 60px;
    }
    .feedback_full_link {
        justify-content: center;
    }
    .feedback_full_link p {
        margin-right: 20px;
    }
    .backinfo-promotion_name {
        margin-top: 20px;
    }
    .backinfo-promotion_link {
        margin-top: 55px;
        color:rgba(0, 0, 0);
        background-image: url(/img/icons/arrow_for_link_blue.svg);
    }
    .promotions-text {
        margin-top: 10px;
        font-size: 16px;
    }
    .blog_list-item {
        width: calc(50% - 15px);
    }
    .blog_list-item:last-of-type {
        display: none;
    }
    .blog-text {
        line-height: 22px !important;
        width: 60%;
        left: 3px;
        font-size: 16px;
        display: flex;
        align-items: center;
    }
    .blog {
        background: linear-gradient( #fff 58%, #4456F8 43%);
    }
    .ftr_big_block {
        padding: 0;
        margin: 0;
        position: relative;
        height: 210px;
    }
    .ftr_address-place_and_worktime {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 0;
    }
    .ftr_address {
        padding: 0;
    }
    .ftr_address_worktime {
        margin: 0;
    }
    .ftr_address_place {
        margin-top: 17px;
    }
    .ftr_socials {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        white-space: nowrap;
        margin: 0;
        width: 33%;
        padding-left: 0;
    }
    .ftr_socials-list {
        margin: 24px auto 0;
        width: 170px;
        justify-content: space-between;
    }
    .ftr_socials_list-item {
        margin: 0;
    }
    .ftr_logo_and_contacts {
        position: static;
    }
    .ftr_logo_and_title {
        position: absolute;
        bottom: 0;
        margin: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 33.3%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ftr_logo_container {
        background-size: 184px 51px;
        background-position: 1px 1px;
        margin: 0;
    }
    .ftr_title {
        text-align: center;
    }
    .ftr_title br {
        display: none;
    }
    .ftr_address-numbers {
        position: absolute;
        margin: 0;
        top: 0;
        right: 16px;
    }
    .ftr_links_block {
        border: none;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .ftr_links_block2 {
        position: absolute;
        bottom: 0;
        right: 26px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ftr_links_block2-link {
        color: #ffffff;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 14px;
    }
}
@media (max-width: 700px) {
    .burger, .burger._active {
        order: 1;
    }
    .hdr_logo_container {
        display: block !important;
        order: 2;
    }
    .mobile_menu_call {
        display: block;
        order: 4;
    }
    .mobile_menu_call._active {
        background: url(/img/icons/close_call_menu_icon.svg);
        background-size: contain;
    }
    .call_menu_container {
        position: absolute;
        width: 100vw;
        top: 116px;
        left: -200%;
        background-color: #fff;
        flex-direction: column;
        justify-content: start;
        padding: 35px 0;
        transition: all 0.4s ease 0s;
    }
    .call_menu_container._active {
        position: fixed;
        left: 0;
        transition: all 0.4s ease 0s;
        overflow-y: scroll;
        height: 100vh;

    }
    .hdr_contacts-social_logos {
        display: block;
    }
    .hdr_adress_and_worktime {
        order: 3;
    }
    .hdr_contacts {
        order: 2;
        margin-bottom: 30px;
    }
    .request_call_btn {
        margin-bottom: 30px;
    }
    .hdr_menu_list {
        display: none;
    }
    .hdr_menu {
        background-color: transparent;
    }
    .our_services_list_mobile {
        margin-left: 10px;
        margin-right: 10px;
    }
    .our_services_list-item_mobile {
        height: 225px;
        width: calc(50% - 30px);
    }
    .our_services_list-link_mobile svg {
        display: block;
        margin-top: 50px;
    }
    .our_services_list-link_text_mobile {
        margin-top: 30px;
    }
    .our_team-text {
        width: 80%;
        line-height: 22px !important;
        left: -80px;
    }
    .what_we_use-text {
        line-height: 40px !important;
    }
    .our_equipment-text {
        line-height: 22px !important;
        width: 100%;
        left: 0;
    }
    .our_team-btn, .our_equipment-btn, .what_we_use-btn, .promotions-btn {
        display: grid;
        align-self: center;
    }
    .our_equipment-titles {
        width: 55%;
    }
    .what_we_use-titles {
        width: auto;
    }
    .greatest_dental {
        height: max-content;
    }
    .greatest_dental-title {
        margin: 56px 20px 0;
    }
    .greatest_dental-list {
        width: 80%;
    }
    .greatest_dental_list-item {
        min-width: 230px;
    }
    .what_we_use-list {
        
    }
    .what_we_use-list_item {
        width: 50%;
        max-width: calc(50% - 35px);
        min-width: auto;
    }
    .what_we_use-list_item:not(:first-of-type):not(:nth-of-type(2)) {
        display: none;
    }
    .what_we_use-list_link {
        width: 100%;
    }
    .feedbacks_slider-slide-container {
        padding-bottom: 52px;
        height: 350px !important;
    }
    .feedback_full_link {
        bottom: 10px;
        left: 50%;
        width: 205px;
    }
    .ftr_logo_and_title {
        top: 0;
        left: 0;
        transform: none;
    }
    .ftr_socials {
        top: 0;
        right: 0;
        transform: none;
    }
}
@media (max-width: 700px) {
    .hdr {
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
    }
    .signup_consultation_title {
        font-size: 30px;
    }
    .consultation_form-input_phone {
        margin: 0;
        margin-top: 30px;
    }
    .our_team-titles {
        margin-left: 10px;
    }
    .our_team-text, .our_equipment-text, .what_we_use-text {
        margin: 20px 0 0 0 !important;
        padding-left: 22px;
    }
    .our_services_list-item {
        display: none;
    }
    .hdr_menu {
        display: none;
    }
    .burger {
        display: block;
        width: 42px;
        height: 26px;
        overflow: hidden;
        position: relative;
        z-index: 999;
        order: 1;
        cursor: pointer;
        padding-top: 4px;
    }
    .burger._active {
        height: 26px;
    }
    .burger_row_1 {
        display: block;
        width: 50%;
        height: 2px;
        background: #DBDBDB;
        border-radius: 20px 0 0 20px;
        position: absolute;
        top: calc(50% - 1px);
        transition: all 0.3s ease 0s;
        left: 0;
    }
    .burger_row_2 {
        display: block;
        width: 50%;
        height: 2px;
        background: #DBDBDB;
        border-radius: 0 20px 20px 0;
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        transition: all 0.4s ease 0s;
    }
    .burger:before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #DBDBDB;
        border-radius: 20px;
        position: absolute;
        bottom: 0;
    }
    .burger:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #DBDBDB;
        border-radius: 20px;
        position: absolute;
        top: 0;
    }
    .burger._active::after {
        transform: rotate(35deg);
        top: 12px;
        transition: transform 0.4s ease 0s;
    }
    .burger._active::before {
        transform: rotate(-35deg);
        top: 12px;
        left: 0;
        transition: transform 0.4s ease 0s;
    }
    .hdr_menu_list-item.languages_on_scroll {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        display: block;
    }
    
    .languages_on_scroll span {
        display: block;
        width: 1px;
        height: 32px;
        background-color: #DBDBDB;
        margin: 0 11px !important;
    }
    .languages_on_scroll .hdr_menu_list-link {
        display: block;
        font-weight: 700;
        font-size: 16px;
    }
    .hdr_menu_and_list_mobile {
        width: 90%;
        display: flex;
        flex-direction: column;
        position: relative;
        height: auto;
        margin: auto;
    }
    .hdr_menu_list_mobile {
        width: 50%;
        margin-top: 30px;
        height: 170px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .hdr_menu_list-item_mobile {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
    }
    .hdr_menu_list-link_mobile {
        color: #2D2D2D;
    }
    .our_services_list {
        margin: 0;
        flex-direction: column;
    }
    .hdr_services_pseudo_btn_mobile {
        background: #4456F8;
        border-radius: 50px;
        color: #fff;
        width: 210px;
        height: 44px;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-right: 25px;
    }
    .hdr_services_pseudo_btn_mobile:active {
        background: #3B4BD7;
    }
    .hdr_services_pseudo_btn_mobile span {
        margin-right: 27px;
    }
    .hdr_services_arrow_mobile {
        align-self: center;
        display: block;
        width: 14px;
        height: 7px;
        transform: rotate(180deg);
        transition: 0.3s;
    }
    .hdr_services_arrow_mobile._active {
        transform: rotate(360deg);
        transition: 0.3s;
    }
    .hdr_services_link-text_mobile {
        align-self: center;
    }
    .hdr_services_list_mobile {
        width: 370px;
        max-height: 210px;
        position: absolute;
        left: 0;
        top: 44px;
        padding: 37px 0 49px 47px;
        visibility: hidden;
        opacity: 0;
        transition: 0.15s;
        background-color: #fff;
    }
    .hdr_services_list_mobile:hover {
        visibility: visible;
        opacity: 1;
        z-index: 2;
        transition: 0.15s;
    }
    .hdr_services_list-item_mobile {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 20px;
        white-space: nowrap;
    }
    .hdr_services_list-item_mobile:hover {
        font-weight: 700;
    }
    .hdr_services_list_mobile {
    }
    .hdr_services_list-item_mobile {
    }
    .services_list-link_mobile {
        color: #2D2D2D;
    }
    .ftr_big_block {
        display: flex;
        flex-direction: column-reverse;
        height: max-content;
        width: 90%;
        align-items: center;
        margin: auto;
    }
    .ftr_logo_and_title {
        width: auto;
    }
    .ftr_big_block * {
        position: static;
    }
    .ftr_logo_and_contacts {
        width: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .ftr_links_block2 {
        display: none;
    }
    .ftr_address-numbers {
        display: none;
    }
    .ftr_socials-text {
        white-space: normal;
    }
    .ftr_links_block {
        position: absolute;
        left: 50%;
        bottom: 120px;
        transform: translate(-50%, 0);
    }
    .ftr_address-place_and_worktime {
        margin-bottom: 173px;
    }
    .ftr_socials {
        margin-bottom: 40px;
        width: auto;
    }
}
@media (max-width: 574px) {
    .feedback1_popup, .feedback2_popup, .feedback3_popup, .feedback4_popup, .feedback5_popup, .feedback6_popup {
        width: 90vw;
        min-height: 400px;
    }
    .callback_popup {
        position: absolute;
        width: 290px;
        height: 449px;
        top: 70px;
        left: 50%;
        transform: translate(-50%, 0) scale(0);
        background: #FFFFFF;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        transition: 0.5s all;
    }
    .callback_popup-form {
        position: relative;
        z-index: 9999999999999;
        text-align: center;
        margin: auto;
        padding: 0;
        justify-content: center;
    }
    .callback_popup-title br {
        display: block;
    }
    .callback_popup-input_name {
        margin: 60px 0 0;
    }
    .callback_popup-input_tel {
        margin-top: 20px;
    }
    .callback_popup-btn {
        margin-top: 28px;
    }
    .hdr_menu_list_mobile {
        width: 70%;
    }
    .greatest_dental_list-item {
        margin: 0 auto 20px;
    }
    .our_services_container {
        position: relative;
        left: 0;
        opacity: 1;
        transition: all 1.2s ease 0s;
    }
    .our_services_list-item:last-of-type {
        display: none;
    }
    .our_services_mobile {
        width: 100%;
        visibility: visible;
        opacity: 1;
        padding-top: 50px;
        padding-bottom: 50px;
        height: max-content;
    }
    .hdr_services_list_mobile {
        visibility: hidden;
        opacity: 0;
        transition: 0.15s;
    }
    .hdr_services_list_mobile._active {
        visibility: visible;
        opacity: 1;
        transition: 0.15s;
    }
    .our_services_container_mobile {
        transition: all 1s ease 0s;
    }
    .our_services_container_mobile._start_anim {
        transition: all 1s ease 0s;
    }
    .our_team_container, .our_equipment-container, .what_we_use-container, .feedbacks-container,
    .promotions-container, .blog-container {
        transition: all 1s ease 0s;
    }
    .greatest_dental, .signup_consultation, .seotext {
        transition: all 1s ease 0s;
    }
    .our_team_container._start_anim, .our_equipment-container._start_anim, .what_we_use-container._start_anim, 
    .feedbacks-container._start_anim, .promotions-container._start_anim, .blog-container._start_anim, .greatest_dental._start_anim, 
    .signup_consultation._start_anim, .seotext._start_anim {
        transition: all 1s ease 0s;
    }
    .our_services_list-item:nth-of-type(3)._start_anim {
        transition: opacity 0.8s ease 0s;
    }
    .our_services_list-item:nth-of-type(4)._start_anim {
        transition: opacity 0.8s ease 0s;
    }
    .our_services_list-item:nth-of-type(5)._start_anim {
        transition: opacity 0.8s ease 0s;
    }
    .our_services_list-item:nth-of-type(6)._start_anim {
        transition: opacity 0.8s ease 0s;
    }
    .our_team_slider-slide:first-of-type._start_anim, .our_equipment_slider-slide:first-of-type._start_anim, 
    .feedbacks_slider-slide:first-of-type._start_anim, .promotions_slider-slide:first-of-type._start_anim, 
    .blog_list-item:first-of-type._start_anim {
        opacity: 1;
        transition: opacity 0.8s ease 0s;
    }
    .our_team_slider-slide:nth-of-type(2)._start_anim, .our_equipment_slider-slide:nth-of-type(2)._start_anim,
    .feedbacks_slider-slide:nth-of-type(2)._start_anim, .promotions_slider-slide:nth-of-type(2)._start_anim,
    .blog_list-item:nth-of-type(2)._start_anim {
        opacity: 1;
        transition: opacity 0.8s ease 0s;
    }
    .our_team_slider-slide:nth-of-type(3)._start_anim, .our_equipment_slider-slide:nth-of-type(3)._start_anim,
    .feedbacks_slider-slide:nth-of-type(3)._start_anim, .promotions_slider-slide:nth-of-type(3)._start_anim,
    .blog_list-item:nth-of-type(3)._start_anim {
        opacity: 1;
        transition: opacity 0.8s ease 0s;
    }
    .our_team_slider-slide:nth-of-type(4)._start_anim, .our_equipment_slider-slide:nth-of-type(4)._start_anim,
    .feedbacks_slider-slide:nth-of-type(4)._start_anim, .promotions_slider-slide:nth-of-type(4)._start_anim,
    .blog_list-item:nth-of-type(4)._start_anim {
        opacity: 1;
        transition: opacity 0.8s ease 0s;
    }
    .our_team_slider-slide:nth-of-type(5)._start_anim, .our_equipment_slider-slide:nth-of-type(5)._start_anim,
    .feedbacks_slider-slide:nth-of-type(5)._start_anim, .promotions_slider-slide:nth-of-type(5)._start_anim,
    .blog_list-item:nth-of-type(5)._start_anim {
        opacity: 1;
        transition: opacity 0.8s ease 0s;
    }
    .our_team_slider-slide:nth-of-type(6)._start_anim, .our_equipment_slider-slide:nth-of-type(6)._start_anim,
    .feedbacks_slider-slide:nth-of-type(6)._start_anim, .promotions_slider-slide:nth-of-type(6)._start_anim,
    .blog_list-item:nth-of-type(6)._start_anim {
        opacity: 1;
        transition: opacity 0.8s ease 0s;
    }
    .our_services_container_mobile {
        display: grid;
        grid-template-columns: 1fr 230px;
        grid-template-rows: minmax(64px max-content) 1fr;
        padding-right: 16px;
    }
    .our_services-titles_mobile {
        display: block;
        align-items: center;
        justify-content:flex-start;
        width: 100%;
        justify-self: start;
    }
    .our_services-title_mobile {
        font-weight: 800;
        font-size: 34px;
        line-height: 41px;
        text-transform: uppercase;
        color: #2D2D2D;
    }
    .our_services-text_mobile {
        height: max-content;
    }
    .our_services-btn_mobile {
        grid-row: 3/4;
        grid-column: 1/3;
        align-self: center;
        margin: 20px auto 0;
    }
    .our_services_list_mobile {
        width: 100%;
    }
    .our_services_list-item_mobile {
        background: #FFFFFF;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 288px;
        margin-top: 30px;
        margin-right: 0;
    }
    .our_services_list-item_mobile:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)) {
        display: none;
    }
    .our_services_list-link_mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-height: 270px;
        position: relative;
        border-radius: 20px;
        transition: all 0.15s ease 0s;
    }
    .our_services_list-link_mobile:hover {
        background-color: #4456F8;
        background-image: url(/img/cards_bg.svg);
        transition: all 0.15s ease 0s;
    }
    .our_services_list-link_mobile:active {
        background-color: #3B4BD7;
        background-image: url(/img/cards_bg.svg);
        transition: all 0.15s ease 0s;
    }
    .our_services_list-link_mobile:hover .our_services_list-link_text_mobile {
        color: #fff;
        transition: all 0.15s ease 0s;
    }
    .our_services_list-link_mobile:hover path {
        fill: #ffffff;
        transition: all 0.15s ease 0s;
    }
    .our_services_list-link_mobile svg {
        display: block;
        margin-top: 64px;
    }
    .our_services_list-link_text_mobile {
        margin-top: 44px;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        color: #3C3C3C;
        max-width: 190px;
    }
    .our_team {
        padding-bottom: 50px;
    }
    .our_team_slider-slide-container, .our_equipment_slider-slide-container, .promotions_slider-slide-container {
        margin: 5px auto 0;
    }
    .feedbacks_slider-slide-container {
        width: 50%;
        margin: auto;
    }
    .our_team {
        height: max-content;
    }
    .our_equipment-text {
        left: 0;
    }
    .our_equipment_slider-slide-container {
        margin-top: 0;
        transform-style: flat;
        height: 277px;
    }
    .slider_content-backinfo {
        width: 100%;
        height: 277px;
    }
    .slider_content {
        position: relative;
        transform-style: flat;
    }
    .our_equipment_slider-slide-container:before {
        display: none;
    }
    .our_equipment_slider-slide-container:after {
        display: none;
    }
    .our_equipment_slider-slide-container:hover {
        transform: none;
    }
    .our_equipment_slider-slide-container .slider_content {
        transform-style: flat;
        position: relative;
        width: 100%;
        height: 100%;
        background: none;
        background-position: center center;
    }
    .our_equipment_slider-slide-container .slider_content-photo {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        border: none;
        background-color: #fff;
        transform: none;
        transform-style: flat;
        backface-visibility: visible;
        background-image: url(/img/icons/no_photo_icon.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 0;
    }
    .our_equipment_slider-slide-container .slider_content-backinfo {
        transform-style: flat;
        backface-visibility: visible;
        transform: none;
        position: relative;
        z-index: 2;
        top: 0;
        height: 272px;
        background-color: transparent;
        background-image: none;
        padding: 0;
    }
    .backinfo-equipment_name {
        margin-top: 0;
        visibility: hidden;
    }
    .backinfo-equipment_info {
        visibility: hidden;
    }
    .backinfo-equipment_link {
        background-color: #fff;
        color: #2b2b2b;
        background-image: url(/img/icons/arrow_for_link.svg);
        border:none;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    .backinfo-equipment_link:active, .backinfo-equipment_link:focus {
        background-color: #4456F8;
        color: #fff;
        background-image: url(/img/icons/arrow_fo_link_hover.svg);
    }
    .backinfo-equipment_link {
        position: absolute;
        bottom: 28px;
        left: 50%;
        transform: 
        translate(-50%, 0);
    }
    .backinfo-equipment_info {
        visibility: hidden;
    }
    .our_team-text {
        height: 40px;
        padding-top: 9px;
        left: -57px;
    }
    .our_team_container, .our_equipment-container, .what_we_use-container, .feedbacks-container, .promotions-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr 163px;
    }
    .our_team_slider {
        grid-column: 1/3 !important;
        grid-row: 2/3;
        margin: 38px auto 0;
        width: 95%;
        height: 520px !important;
    }
    .our_team_slider-wrapper {
        height: 520px;
    }
    .our_team_slider-slide {
        height: 440px;
    }
    .our_team_slider-slide-container {
        width: 290px;
        margin: auto;
        height: 428px;
    }
    .backinfo-teammate_name {
        padding-top: 20px;
    }
    .backinfo-teammate_info {
        margin-top: 15px;
    }
    .backinfo-teammate_link {
        margin: 20px auto 0;
    }
    .our_team-titles, .our_equipment-titles, .what_we_use-titles, .feedbacks-titles, .promotions-titles {
        grid-row: 1/2;
        grid-column: 1/2;
    }
    .our_team-text, .promotions-text {
        padding-top: 0;
        margin-top: 20px !important;
    }
    .what_we_use-text {
        line-height: 22px !important;
    }
    .our_services-text_mobile, .promotions-text, .blog-text {
        margin-top: 20px;
    }
    .what_we_use-list {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .what_we_use-list_item {
        width: calc(50% - 20px);
        max-width: 480px;
    }
    .what_we_use-list_item:first-of-type._start_anim {
        opacity: 1;
        transition: opacity 0.8s ease 0s;
    }
    .what_we_use-list_item:nth-of-type(2)._start_anim {
        opacity: 1;
        transition: opacity 0.8s ease 0.3s;
    }
    .what_we_use-list_item:nth-of-type(3)._start_anim {
        opacity: 1;
        transition: opacity 0.8s ease 0s;
    }
    .what_we_use-list_item:nth-of-type(4)._start_anim {
        opacity: 1;
        transition: opacity 0.8s ease 0s;
    }
    .what_we_use-btn {
        border: 1px solid #DBDBDB;
        border-radius: 43px;
    }
    .feedbacks-titles {
        margin-top: 60px;
    }
    .our_team_slider, .our_equipment_slider, .feedbacks_slider {
        grid-row: 2/3;
        grid-column: 1/2;
        height: max-content;
        width: max-content;
        width: 100%;
        padding: 0;
    }
    .our_team-btn, .our_equipment-btn, .what_we_use-btn, .feedbacks-btn, .promotions-btn, .blog-btn {
        justify-self: center;
    }
    .promotions {
        padding-bottom: 60px;
    }
    .backinfo-promotion_link {
        background-color: #fff;
        color: #2b2b2b;
        background-image: url(/img/icons/arrow_for_link.svg);
        border:none;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .blog_list-item {
        width: calc(70%);
        margin: auto;
    }
    .blog_list-item:not(:first-of-type) {
        display: none;
    }
    .blog {
        background: linear-gradient( #fff 51.7%, #4456F8 47.9%);
    }
    .blog-text {
        line-height: 22px !important;
        left: 3px;
    }
    .feedbacks-text {
        margin-top: 20px;
    }
    .greatest_dental-title {
        margin-top: 56px;
        font-weight: 800;
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        text-transform: uppercase;
        color: #2D2D2D;
    }
    .greatest_dental_list-item {
        width: calc(50% - 10px);
        min-width: auto;
    }
    .dental_list-item_number {
        font-weight: 700;
        font-size: 50px;
        line-height: 61px;
    }
    .blog-btn {
        margin-top: 50px;
    }
    .promotions-btn, .blog-btn {
        grid-row: 3/4;
        grid-column: 1/3;
    }
    .swiper-pagination.our_team_slider-pagination {
        bottom: 160px;
    }
    .swiper-pagination.our_equipment_slider-pagination {
        bottom: 140px;
    }
    .swiper-pagination.promotions_slider-pagination {
        bottom: 140px;
    }
    .what_we_use-list {
        margin: 44px auto 0;
    }
    .what_we_use {
        padding-bottom: 50px;
    }
    .what_we_use-list_item {
        margin-right: 0;
        width: 45vw;
        max-width: 45%;
        min-width: none;
    }
    .what_we_use-list_link {
        width: 100%;
    }
    .feedbacks-btn {
        align-self: end;
        margin-bottom: 15px;
    }
    .swiper-pagination.feedbacks_slider-pagination {
        bottom: 120px;
    }
    .promotions-titles {
        display: block;
    }
    .promotions-text {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .promotions_slider.swiper-container {
        padding-bottom: 50px;
    }
    .promotions-btn {
        margin-top: 20px;
    }
    .seotext-text:first-of-type {
        margin-top: 30px;
    }
    .ftr_socials-list {
        width: 196px;
    }
    .yt_link {
        width: 56px;
        height: 40px;
        background: url(/img/icons/yt_icon.svg) no-repeat;
        background-size: contain;
    }
    .inst_link {
        width: 40px;
        height: 40px;
        background: url(/img/icons/inst_icon.svg) no-repeat;
        background-size: contain;
    }
    .fb_link {
        width: 40px;
        height: 42px;
        background: url(/img/icons/fb_icon.svg) no-repeat;
        background-size: contain;
        border-radius: 18px;
    }
}
@media (max-width: 480px) {
    .feedback_popup-container {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .feedback_popup_photo_and_name {
        margin-top: 69px;
        position: static;
    }
    .close-feedback_popup {
        top: -50px;
        right: 20px;
    }
    .banner_container {
        padding: 30px 10px 10px 10px;
    }
    .main_banner {
        background: url(/img/background_mobile.png) no-repeat;
        background-size: 100%;
        height: 486px;
    }
    .main_title, .main_banner_title {
        text-align: center;
    }
    .main_title {
        color: #DBDBDB;
    }
    .main_banner_title {
        font-weight: 800;
        font-size: 28px;
        line-height: 34px;
        padding: 0 30px;
    }
    .hdr_banner_form {
        padding-bottom: 30px;
    }
    .hdr_banner_form * {
        margin: 25px auto 0;
    }
    .hdr_menu_list {
        flex-wrap: wrap;
    }
    .hdr_menu_list_mobile {
        width: 80%;
    }
    .what_we_use-list_item {
        margin-top: 10px;
        height: 45vw !important;
        min-height: 45vw  !important;
        max-height: 45vw !important;
        max-width: 45%;
        min-width: auto;
    }
    .our_services_list {
        justify-content: center;
    }
    .our_services_list-item {
        margin: 0;
    }
    .our_equipment-text {
        left: 0 !important;
    }
    .our_team-text {
        height: auto;
        padding-top: 0;
        left: -75px;
    }
    .our_team_slider-wrapper {
        
    }
    .our_team_slider-slide-container {
        margin: auto;
    }
    .our_equipment_slider-slide-container {
        width: 100%;
        margin: auto;
    }
    .our_equipment-text {
        left: 20px;
    }
    .our_services-titles_mobile {
        grid-column: 1/3;
        max-width: 80%;
    }
    .our_services-title_mobile, .our_team-title, .what_we_use-title {
        font-size: 28px;
        line-height: 34px;
    }
    .feedbacks-text {
        left: -113px;
    }
    .slider_content {
        width: 100%;
    }
    .swiper-pagination.our_team_slider-pagination {
        bottom: 110px;
    }
    .swiper-pagination.our_equipment_slider-pagination {
        bottom: 125px;
    }
    .swiper-pagination.our_team_slider-pagination {
        bottom: 140px;
    }
    .our_team-btn, .our_equipment-btn, .what_we_use-btn {
        grid-row: 3/4;
        grid-column: 1/3;
        margin: 79px auto 20px;
    }
    .what_we_use-btn {
        margin-top: 30px;
        border: 1px solid #DBDBDB;
        border-radius: 43px;
    }
    .what_we_use-list_item {
        width: 85%;
        max-width: none;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        min-height: 80vw !important;
    max-height: 80vw !important;
    }
    .what_we_use-text {
        line-height: 40px !important;
    }
    .our_equipment_slider {
        padding-top: 5px;
        padding-bottom: 26px;
    }
    .signup_consultation-container {
        width: 90%;
    }
    .signup_consultation_form {
        width: 100%;
        margin: 0;
    }
    .consultation_form-input_name {
        margin-top: 20px;
    }
    .consultation_form-input_name, .consultation_form-input_phone, .consultation_form-btn {
        width: 100%;
    }
    .dental_list-item_number {
        font-size: 50px;
        line-height: 61px;
    }
    .signup_consultation_title {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 28px;
        line-height: 34px;
    }
    .our_equipment_slider-slide {
        width: 289px;
        height: 354px;
    }
    .our_equipment_slider-wrapper {
        width: 289px;
        height: 354px;
        padding: 0;
    }
    .our_equipment_slider-slide-container {
        width: 289px;
        max-width: 289px;
        height: 354px;
    }
    .our_equipment_slider-wrapper .slider_content-backinfo {
        padding: 0;
        width: 100%;
        height: 354px;
    }
    .feedbacks_slider-slide-container {
        width: 90%;
        height: 300px !important;
        min-height: max-content;
    }
    .promotions_slider-slide-container {
        width: 90%;
        max-width: 90%;
    }
    .feedback_full_link {
        bottom: 20px;
    }
    .feedback_text {
        margin-bottom: 52px;
    }
    .blog_list {
        justify-content: center;
    }
    .blog_list-item {
        width: calc(100%);
        justify-self: center;
    }
    .blog_list-item:not(:first-of-type) {
        display: none;
    }
    .blog_card {
        max-width: 100%;
    }
    .blog {
        background: linear-gradient( #fff 53.9%, #4456F8 46.6%);
    }
    .blog-text {
        line-height: 22px !important;
        left: 3px;
        height: auto;
    }
    .blog-btn {
        margin-top: 30px;
    }
}
@media (max-width: 428px) {
    body._iphone .feedback1_popup, body._iphone .feedback2_popup, body._iphone .feedback3_popup, 
    body._iphone .feedback4_popup, body._iphone .feedback5_popup, body._iphone .feedback6_popup {
        width: 90vw;
        height: max-content;
        min-height: 400px;
    }
    body._iphone .our_services_list-item_mobile {
        background: #FFFFFF;
        box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
        border-radius: 20px;
        width: 100%;
        min-width: auto;
        max-width: 100%;
        height: 288px;
        margin-top: 30px;
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 414px) {
    .hdr_menu_list_mobile {
        width: 100%;
    }
    .our_services_list {
        margin-top: 20px;
        width: 90vw;
        padding-right: 26px;
    }
    .our_services_container_mobile {
        
        padding-right: 0 !important;
    }
    .our_services_list_mobile {
        width: 95vw;
        margin: 0;
    }
    .our_services_list-item_mobile {
        background: #FFFFFF;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        width: 95vw;
        min-width: 90vw;
        max-width: 90vw;
        height: 288px;
        margin: 30px auto 0;
    }
    .our_services-btn_mobile {
        position: relative;
        left: 0;
    }
    .feedbacks-text {
        width: 70%;
        left: -107px;
        margin-top: 20px;
        line-height: 22px !important;
    }
    .blog-text {
        height: auto;
    }
    .feedbacks_slider-slide-container {
        width: 90%;
    }
}
@media (max-width: 320px) {
    .wrapper {
        padding-top: 90px;
    }
    .hdr, .logo_and_contacts {
        height: 90px;
    }
    .our_services._active, .call_menu_container._active {
        top: 90px;
    }
    .our_services, .call_menu_container {
        top: 90px;
    }
    .our_services-btn_mobile {
        align-self: center;
        margin-left: 50px;
    }
    .our_team-text {
        left: -55px;
    }
    .what_we_use-text {
        line-height: 22px !important;
    }
    .feedbacks-text {
        left: -85px;
    }
    .feedback_popup_photo_and_name {
        margin-left: 18px;
    }
    .blog {
        background: linear-gradient( #fff 54.9%, #4456F8 45.5%);
    }
    .hdr_logo_container {
        width: 86px !important;
        height: 24px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .ftr_links_block-link {
        white-space: nowrap;
    }
}