/* New style */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

/* h1,
h2,
h3,
h4 {
    text-align: center;
    font-weight: 400;
}

h1 {
    font-size: 2.2em;
    text-align: center;
    margin: 50px auto;
}

h2 {
    font-size: 1.8em;
    text-align: center;
    margin: 0 auto 10px;
    margin: 30px 0;
}  */

h1 {
    font-size: 51px;
    line-height: 61.4px;
}



h2 {
    font-size: 41px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: 0px;
    text-align: left;
    margin: 68px 0 30px;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

.container {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
}

a {
    color: inherit;
}

a:active,
a:hover {
    outline: 0;
}


button {
    cursor: pointer;
    border: 0;
}

ul li {
    list-style: circle;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

address {
    font-style: normal;
}

.clear-both {
    clear: both;
}

.page-button {
    background: transparent;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #E4E5E6;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 30px;
}

.page-button-wrapper a {
    text-decoration: none;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
}

.header-shadow {
    box-shadow: 0px 2px 4px rgba(50, 50, 71, 0.06), 0px 4px 4px rgba(50, 50, 71, 0.06);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.logo-wrapper {
    width: 150px;
}

.top-phone {
    font-size: 20px;
    margin-bottom: 10px;
}

.top-phone a {
    text-decoration: none;
}

.top-phone-button-wrapper .buttonAppointment {
    width: fit-content;
    margin: 0 auto;
}

.buttonAppointment button {
    color: #fff;
    text-transform: uppercase;
    background: #393c3b;
    padding: 10px 29px;
    border-radius: 10px;
    /* font-size: 1.1em; */
    /* border-radius: 5px; */
}

.button-in-text button {
    margin: 80px auto 40px;
    display: block;
    border-radius: 0;
    width: 210px;
    height: 111px;
    background-color: transparent;
    background-image: url('/assets/img/house.svg');
    padding: 0;
    padding-top: 40px;
    position: relative;
    font-size: 1.1em;
}

.header-address {
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 0.8em;
    color: #6d6d6d;
}

.header-shadow .header-address {
    display: none;
}

/* New Style Begin */

.new-header-wrapper .header-address {
    padding: 0;
    font-size: 1em;
    color: inherit;
}

.top-menu-outer-wrapper {
    background-color: #b49149;
}

.top-menu-outer-wrapper a {
    color: #fff;
    font-weight: 600;
}

.top-menu-outer-wrapper a:hover {
    color: #25d366;
}

.header-shadow .top-menu-outer-wrapper {
    display: none;
}

.header-shadow:hover .top-menu-outer-wrapper {
    display: block;
}

.new-header-wrapper .header .telegram-whatsapp-wrapper {
    margin-bottom: 0;
}

.new-header-wrapper.header-shadow .header-address {
    display: block;
}

.buttonAppointment button {
    font-size: 16px;
    font-weight: 600;
    padding: 13px 16px;
}

.buttonAppointment-page-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.mailto {
    height: fit-content;
    font-size: 1px;
}

.phone-icon {
    display: none;
}

.new-header-wrapper .phone-number {
    font-size: 23px;
    line-height: 23px;
    font-weight: 600;
}

.new-header-wrapper .whatsapp-wrapper-page {
    margin: 0;
}

.new-header-wrapper .top-phone-button-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* New Style End */

.top-ban {
    width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
    margin-top: 100px;
    border-radius: 10px;
}

.shadow-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000088;
}

.ban-text {
    color: #fff;
    position: absolute;
    top: 195px;
    left: 50px;
    padding: 80px 20px;
    background-color: #26292fbf;
}

.ban-huge-title {
    font-size: 60px;
}

.ban-huge-title {
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 10px;
}

.ban-big-title {
    font-size: 36px;
}

.ban-title {
    font-size: 20px;
    margin: 15px auto 0;
    text-align: left;
    width: fit-content;
}


.features-icons {
    display: flex;
    gap: 50px;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    /* color: #3e8b00; */
    width: fit-content;
    margin: 0 auto;
    padding: 50px 0;
}

.features-icons img {
    height: 50px;
    display: block;
    margin: 0 auto;
}

/* Top Menu Begin */
.main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    position: relative;
    height: 100%;
    padding: 15px 0;
}

.header-fixed .main-menu li {
    padding-top: 7px;
}

.main-menu li.dropdown::after {
    content: '▼';
    font-size: 12px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.main-menu li {
    list-style: none;
}


.main-menu>li>a {
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
}

.main-menu a.special-item {
    color: #ffff00;
}

.main-menu-close,
.nav-button-mobile-wrapper {
    display: none;
}

.icon-bar {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #3e8b00;
    margin: 4px 0;
}

/* Top Menu End */

/* Dropdown Menu Begin */

.dropdown-menu {
    /* display: none;
    opacity: 0; */
    /* transition: opacity 0.3s; */
    /* -webkit-transition: aopacity 0.3s; */
    max-height: 0;
    transition: max-height 0.9s;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 56px;
    list-style: none;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 30px -3px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 0 30px -3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.3);
    width: 250px;
    z-index: 10;
}

.main-menu li.dropdown.active>.dropdown-menu,
.main-menu li.dropdown:hover>.dropdown-menu {
    max-height: 1000px;
    transition: max-height 1.2s;
}

.main-menu li.dropdown:hover::after {
    transform: rotate(180deg);
}

.right-menu-item .dropdown-menu {
    right: 0;
    left: auto;
}

.header-fixed .dropdown-menu {
    top: 40px;
}

.dropdown-menu li {
    color: #181818;
    padding: 10px;
    border-bottom: 1px solid #cfcfcf;
}

.dropdown-menu li:hover {
    border-bottom: 1px solid #a14944;
    background-color: #e9e9e9;
}

.dropdown-menu a {
    color: #181818;
}

/* Dropdown Menu End */

/* Price Table Begin */
.price-list-table {
    width: 100%;
    overflow: hidden;
    /* border-radius: 10px; */
    -webkit-box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.1);
    -moz-box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.1);
    box-shadow: 4px 4px 11px 2px rgba(34, 60, 80, 0.1);
    margin-bottom: 50px;
}

.price-list-table h4 {
    color: #a58b56;
    margin: 0;
    font-weight: 700;
    font-size: 1.2em;
}

.price-list-table th {
    padding: 10px 5px 10px 15px;
}

.price-list-table td {
    padding: 5px;
    padding-left: 15px;
}

.price-list-table tr:nth-child(odd) {
    background-color: #b4914922;
}

.price-list-table th {
    /* background-color: #b4914922; */
    color: #a58b56;
    font-size: 1.2em;
    text-align: left;
}

/* Price Table End */
.right-img-text {
    float: right;
    margin-left: 30px;
    max-height: 250px;
    border-radius: 10px;
}

.video-block {
    width: fit-content;
    margin: 30px auto;
}

.liz-block {
    text-align: center;
    margin: 30px auto;
}

.links-block {
    width: fit-content;
    margin: 0 auto 30px;
}

.links-block li {
    padding-bottom: 15px;
}

/* .page-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: fit-content;
    margin: 15px auto 30px;
    padding: 0;
}

.page-tags li {
    list-style: none;
    color: #3e8b00;
    border: 1px solid;
    text-align: center;
    transition: all 0.5s;
}

.page-tags li:hover {
    background-color: #e8e9ef;
    transition: all 0.5s;
}

.page-tags li a {
    text-decoration: none;
    padding: 5px 15px;
    display: block;
} */
.page-tags {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
    padding: 0;
}

.page-tags li {
    padding: 14px 30px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    border-radius: 25px;
    border: 2px solid #E4E5E6;
}


.page-tags li:hover {
    background-color: #b49149;
    color: #fff;
    border: 2px solid transparent;
}

.page-tags li a {
    text-decoration: none;
    padding: 5px 15px;
    display: block;
}

/* Swiper Begin */
.swiper {
    margin: 50px auto 10px;
}

.picture-slide {
    padding: 15px;
    /* background-color: #b4914922; */
    text-align: center;
}

.feedback-wrapper.swiper {
    height: auto;
    margin: 10px auto 10px;
}

/* .feedback-block {
    padding: 15px;
    border: 1px solid #b49149;
    background-color: #b4914922;
    border-radius: 5px;
} */

.feedback-name {
    margin-top: 20px;
    text-align: right;
    font-style: italic;
}

.swiper-slide img {
    width: auto;
    height: 100%;
    border-radius: 10px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 25px;
    position: static;
    margin-bottom: 40px;
}

.swiper-pagination-bullet-active {
    background-color: #3e8b00;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
}

.swiper-pagination-feedback {
    text-align: center;
}

/* Swiper End */

/* Feedback Begin */
.feedback-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.feedback-block {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px #00000026;
    padding: 24px 30px;
    position: relative;
}

.feedback-block::after {
    content: '';
    display: block;
    width: 32px;
    height: 20px;
    background-image: url(/assets/img/icons/quotation.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    right: 30px;
}

.feedback-block .feedback-title-date-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.feedback-block .feedback-item-img {
    width: 60px;
}

.feedback-single-block-wrapper {
    margin: 40px 0 80px;
}

.feedback-title-date-wrapper {
    margin: 20px 10px 10px;
}

.feedback-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
}

.feedback-date {
    font-style: italic;
    color: #777;
}

.feedback-wrapper p {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.feedback-main-page-wrapper {
    display: flex;
}

.doctors-block.swiper,
.licenzii-wrapper.swiper,
.feedback-main-page-wrapper.swiper {
    width: 100%;
    height: auto;
}

.feedback-item-wrapper {
    border-radius: 10px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.feedback-mote-info {
    margin: 15px 0 5px 0;
}

.feedback-mote-info a {
    color: #b49149;
    font-weight: 600;
    line-height: 22.4px;
    text-align: center;
    text-decoration: none;
}

.swiper-pagination-feedback.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: fit-content;
    margin: 5px auto 20px;
}

.feedback .container {
    position: relative;
    padding: 0 50px;
}

.feedback .swiper-button-next,
.feedback .swiper-button-prev {
    color: #686868;
    opacity: 0.2;
}

.feedback .swiper-button-next:hover,
.feedback .swiper-button-prev:hover {
    opacity: 0.5;
}

.swiper-button-arrows {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 0;
    top: calc(45% - 5px);
    z-index: 1;
}

.doctors-block-section .swiper-button-arrows {
    top: 50%;
}

.swiper-button-next-arrow,
.swiper-button-prev-arrow {
    cursor: pointer;
    right: -40px;
}

.swiper-doctors-button-next-arrow,
.swiper-doctors-button-prev-arrow {
    cursor: pointer;
    right: -10px;
}

.swiper-doctors-button-prev-arrow,
.swiper-button-prev-arrow {
    left: -40px;
    right: auto;
}

.swiper-doctors-button-next-arrow::after,
.swiper-doctors-button-prev-arrow::after,
.swiper-button-next-arrow::after,
.swiper-button-prev-arrow::after {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px #0000001A;
    border-radius: 50%;
}

.swiper-doctors-button-next-arrow::after,
.swiper-button-next-arrow::after {
    background-image: url(/assets/img/icons/arrow-right.svg);
}

.swiper-doctors-button-prev-arrow::after,
.swiper-button-prev-arrow::after {
    background-image: url(/assets/img/icons/arrow-left.svg);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 3px;
}

/* Feedback End */

/* Footer Begin */
footer {
    border-top: 1px solid #e8e9ef;
    margin: 20px 0;
}

footer a {
    text-decoration: none;
}

.footer-wrapper {
    display: flex;
    gap: 50px;
    padding: 20px 0;
    margin: 0 auto;
    width: fit-content;
}

/* .footer-block {
    width: 50%;
} */

.footer-block ul {
    padding-left: 20px;
}



.footer-bottom {
    text-align: center;
    padding: 25px 15px;
}

/* Footer End */

/* Whatsapp Telegram */
.whatsapp-phone-wrapper {
    display: flex;
    align-items: center;
}

.whatsapp-phone-wrapper .top-phone {
    margin-left: 20px;
    font-size: 32px;
}

.consult-2-section .consult-content__text .section-title {
    color: #fff;
}

.whatsapp-phone-wrapper .top-phone a {
    color: #fff;
}

.telegram-wrapper,
.whatsapp-wrapper-page {
    height: 45px;
}

.header .telegram-wrapper,
.header .whatsapp-wrapper-page {
    height: 30px;
}

.whatsapp-wrapper-page img {
    height: 100%;
    width: auto;
}

.telegram-whatsapp-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header .telegram-whatsapp-wrapper {
    margin-bottom: 10px;
}

.phone-block {
    font-size: 1.25em;
}

.phone-block a {
    text-decoration: none;
}

.telegram-whatsapp-wrapper.telegram-whatsapp-wrapper__contacts {
    margin: 20px 0;
    gap: 20px;
}

.telegram-whatsapp-wrapper.telegram-whatsapp-wrapper__contacts .whatsapp-wrapper-page,
.telegram-whatsapp-wrapper.telegram-whatsapp-wrapper__contacts .telegram-wrapper {
    margin: 0;
}

.whatsapp-wrapper {
    height: 40px;
    background-color: #20B038;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 20px;
    -webkit-box-shadow: -5px -5px 5px -5px rgba(20, 152, 42, 0.77) inset;
    -moz-box-shadow: -5px -5px 5px -5px rgba(20, 152, 42, 0.77) inset;
    box-shadow: -5px -5px 5px -5px rgba(20, 152, 42, 0.77) inset;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.whatsapp-wrapper span {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
    margin-left: 10px;
}

.whatsapp-wrapper img {
    height: 30px;
    width: auto;
}

.telegram-wrapper img {
    height: 100%;
    width: auto;
}

.whatsapp-wrapper,
.telegram-wrapper {
    margin: 0 5px;
}

.whatsapp-wrapper-page,
.telegram-wrapper,
.adress-button {
    border: 0;
    padding: 0;
    background-color: transparent;
    margin: 0 5px;
}

.footer-block .telegram-whatsapp-wrapper {
    margin-bottom: 20px;
}

/* Whatsapp Telegram */

/* Payment Begin */
ul.payment-methods-wrapper li {
    list-style: none;
    display: flex;
    align-items: center;
}

.payment-methods-wrapper li {
    margin-bottom: 20px;
}

.payment-methods-icon {
    padding-right: 10px;
}

.payment-methods-icon img {
    width: 40px;
}

.footer-block .payment-methods-wrapper {
    padding-left: 0;
}

.footer-block .payment-methods-wrapper li {
    margin-bottom: 5px;
}

.footer-block .payment-methods-icon img {
    width: 20px;
}

/* Payment End */

.video-wrapper {
    width: 609px;
    margin: 0 auto 50px;
}

.center-img-text {
    display: block;
    margin: 20px auto;
    border-radius: 10px;
}

.wrapper-photo img {
    height: 300px;
}

/* Photo Block Begin */
.wrapper-photo-outer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.photo-point-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
    height: 100px;
}

.photo-point-number {
    background-color: #b49149;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 24px;
}

/* Photo Block End */

/* Modal Window Begin */
.call-modal {
    cursor: pointer;
}

body.modal-global-open {
    height: 100vh;
    overflow-y: hidden;
}

.modal-window__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000cc;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    overflow: auto;
    z-index: 10;
}

.modal-window__text-wrapper {
    display: none;
    position: fixed;
    will-change: transform;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    overflow: auto;
    background-color: #000000aa;
    padding: 15px;
    box-sizing: border-box;
}

.modal-window__text {
    font-size: 14px;
    background-color: #f7faff;
    color: #333;
    padding: 15px 15px 30px;
    border-radius: 10px;
    text-align: left;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.modal-window__text.active {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.modal-window__text p {
    margin: 0;
}

.modal-window__text h3 {
    text-align: center;
}

.modal-window__close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.3em;
    cursor: pointer;
    line-height: 1px;
    border: 1px solid;
    border-radius: 50%;
    color: #fff;
    -webkit-box-shadow: 4px 4px 13px 7px rgb(34 60 80 / 33%);
    -moz-box-shadow: 4px 4px 13px 7px rgba(34, 60, 80, 0.33);
    box-shadow: 4px 4px 13px 7px rgb(34 60 80 / 33%);
    width: 25px;
    height: 25px;
    background-color: #ffffff88;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.modal-window__close img {
    width: 50%;
    height: auto;
}

/* Modal Window End */

/* Picture Block Begin */
.barn-scheme-wrapper {
    align-items: flex-end;
    margin-bottom: 50px;
}

.picts-block__item {
    width: 300px;
}

.picts-block__item img {
    width: 100%;
}

/* Picture Block End */

/* Picts Gallery Begin */
.picts-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.picts-wrapper__item {
    height: 300px;
    width: 300px;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #b49149; */
}

.vertical-block {
    flex-direction: column;
    font-size: 0.8em;
}

.picts-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
    width: fit-content;
}

.clinik-photo {
    flex-wrap: wrap;
}

.picts-wrapper__item img {
    cursor: pointer;
    height: 100%;
    border-radius: 10px;
}

.gallary-big-img {
    max-width: 99%;
    height: 99%;
    display: flex;
    align-items: center;
    position: relative;
}

.gallary-big-img img {
    max-width: 100%;
    max-height: 100%;
}

.loader-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.loder-crcil {
    box-shadow: 3px 0 0px #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: loader 1s linear infinite;
}

.loader-wrapper.hide {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    0% {
        transform: rotate(360deg);
    }
}

.completed-projects-slider__control-wrapper {
    position: absolute;
    width: 100%;
}

.completed-projects-slider__control-wrapper>div {
    position: absolute;
    width: 50px;
    cursor: pointer;
    opacity: 0.8;
}

.completed-projects-slider__control-wrapper>div:hover {
    opacity: 1.0;
}

.completed-projects-slider__control-left {
    left: -10px;
}

.completed-projects-slider__control-right {
    right: -10px;
    transform: rotate(180deg);
}

/* Picts Gallery End */

/* Media Queries */
@media (max-width: 1600px) {
    .wrapper-photo-outer {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1400px) {
    .ban-text {
        left: 10px;
    }
}

@media (max-width: 1200px) {
    .container {
        padding-right: 50px;
        padding-left: 50px;
    }

    .features-icons {
        font-size: 16px;
    }

    .wrapper-photo-outer {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .swiper {
        width: 900px;
        height: 300px;
    }
}

@media (min-width: 1600px) {
    .swiper {
        width: auto;
        height: 350px;
    }
}

@media (max-width: 992px) {
    .swiper {
        width: 609px;
        height: 300px;
    }

    .main-menu {
        gap: 8px;
    }

    .main-menu>li>a {
        font-size: 11px;
    }

    /* New Style Begin */
    .new-header-wrapper .header-address {
        display: none;
    }

    .new-header-wrapper.header-shadow .header-address {
        display: none;
    }

    .header-shadow .top-menu-outer-wrapper {
        display: block;
    }

    /* New Style End */


}

@media (max-width: 768px) {

    /* New Style Begin */
    .main-menu>li>a {
        color: inherit;
    }

    /* New Style End */

    .header-address {
        display: none;
    }

    .wrapper-photo-outer {
        grid-template-columns: repeat(1, 1fr);
    }

    .wrapper-photo img {
        display: block;
        margin: 0 auto;
    }

    .main-menu>li>a {
        font-size: 13px;
    }

    .video-wrapper {
        width: auto;
    }

    .logo-wrapper {
        width: 80px;
    }

    .header-address {
        padding: 0 0 10px;
    }

    .nav-button-mobile-wrapper {
        position: absolute;
        top: 55px;
        left: 32px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .phone-block {
        font-size: 1.1em;
        margin-top: 12px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .header {
        padding-top: 10px;
        align-items: flex-start;
    }

    .top-menu-wrapper {
        background-color: #fff;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0px 2px 4px rgba(50, 50, 71, 0.06), 0px 4px 4px rgba(50, 50, 71, 0.06);
        max-height: 0;
        transition: all 0.5s;
        overflow: hidden;
    }

    .top-menu-wrapper.active {
        max-height: 1000px;
        transition: all 1.5s;
    }

    .main-menu {
        display: block;
        padding: 10px 0 20px 50px;
    }

    .main-menu-close {
        position: absolute;
        display: block;
        right: 10px;
        top: 10px;
        font-size: 1.3em;
        padding: 10px 8px 14px;
        cursor: pointer;
        line-height: 1px;
        border: 1px solid;
        border-radius: 50%;
        color: #898989;
    }

    .main-menu li {
        padding: 7px 0;
    }

    .footer-wrapper {
        width: fit-content;
        display: block;
        margin: 0 auto;
    }

    .footer-block {
        width: 100%;
        border-bottom: 1px solid #e8e9ef;
    }

    .footer-wrapper .footer-block:last-child {
        border-bottom: 0;
    }

    .features-icons {
        gap: 10px;
    }

    .ban-huge-title {
        font-size: 50px;
    }

    .ban-big-title {
        font-size: 26px;
    }

    .swiper {
        width: auto;
        height: 270px;
    }

    .feedback-wrapper.swiper {
        width: auto;
    }

    .center-img-text {
        width: 100%;
    }

    .picts-wrapper__item,
    .picts-block__item {
        width: 200px;
    }

    .picts-wrapper__item {
        height: 200px;
    }
}

@media (max-width: 640px) {

    /* New Style Begin */
    .phone-icon {
        display: block;
        height: 30px;
        width: 30px;
    }

    .phone-icon img {
        width: 100%;
    }

    .phone-number {
        display: none;
    }

    header .phone-block {
        font-size: 1px;
    }

    /* New Style End */

    .features-icons {
        flex-wrap: wrap;
    }

    .features-icons>div {
        width: 45%;
        text-align: center;
    }

    .right-img-text {
        float: none;
        padding-left: 0;
        display: block;
        margin: 0 auto;
    }

    .ban-huge-title {
        font-size: 40px;
    }

    .ban-big-title {
        font-size: 22px;
    }

    .ban-title {
        font-size: 16px;
        margin-top: 5px;
    }

    .logo-added {
        display: none;
    }

    .price-list-table td {
        padding-left: 5px;
    }

    .page-tags li {
        margin: 0 auto;
    }

    .top-ban {
        height: 650px;
    }
}

@media (max-width: 480px) {
    .new-header-wrapper .buttonAppointment button {
        padding: 10px 10px;
    }

    .mailto {
        display: none;
    }

    .wrapper-photo img {
        width: 100%;
        height: auto;
    }

    .footer-wrapper {
        min-width: auto;
    }

    .features-icons {
        display: block;
    }

    .features-icons>div {
        width: 100%;
    }

    .ban-text {
        top: 120px;
        padding: 0 10px;
    }

    .ban-big-title {
        font-size: 20px;
    }

    .ban-title {
        font-size: 15px;
    }

    .logo-main {
        font-size: 24px;
    }

    .top-phone {
        font-size: 16px;
    }

    .video-block iframe {
        width: 100%;
    }

    .picts-wrapper__item,
    .picts-block__item {
        width: 150px;
    }

    .picts-wrapper__item {
        height: 150px;
    }

    .top-ban {
        height: 450px;
    }
}

@media (max-width: 360px) {
    h1 {
        font-size: 41px;
        line-height: 51px;
    }

    h2 {
        font-size: 36px;
        line-height: 41px;
    }

    .photo-point-wrapper {
        height: 150px;
    }

    .picts-wrapper__item,
    .picts-block__item {
        width: 120px;
    }

    .picts-wrapper__item {
        height: 120px;
    }

    .new-header-wrapper .top-phone-button-wrapper {
        gap: 10px;
    }

    .new-header-wrapper .buttonAppointment button {
        width: 120px;
    }

}