* {
  box-sizing: border-box;
  transition: 0.3s ease all;
  font-family: 'Geologica', sans-serif;
}

.content table {width: 100%; border-collapse: collapse}
.content table tr + tr {margin-top: 15px}
.content table tr {display: flex; justify-content: space-between}
.content table td {border: none; width: calc(50% - 20px); position: relative; text-align: right;}
.content table td img, .content table td iframe {width: 100% !important; height: 100% !important; object-fit: cover}

.usl-fl td {
	    width: calc(35% - 20px);
}

.wrapper {
	border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
footer {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
}
.preim-on {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.usl-fl {
		    width: calc(100% - 20px) !important;
}

.form-footer .wpcf7-form-control {
	cursor: pointer;
}
.form-footer .wpcf7-form-control:hover {
    background: #1c64f2;
}
.menu-div {
	list-style-type: none;
}
body {
  padding-top: 110px
}

html {
  overflow-y: scroll;
}

.contacts .subtitle.big br{
	display:none !important;
}

.contacts .descr br{
		display:none !important;
}
.menu-item {
	list-style-type: none;
	margin-right: 40px;
}
.container {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
}

a {
  color: inherit
}

.form-fflex {
    display: flex;
    width: 360px;
    justify-content: space-between;
}

.footer__politika {
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: rgba(255, 255, 255, 0.7);
}

.header__right-mb {
  display: none !important;
}

.title {
  font-size: 64px;
  font-weight: 600;
  color: #121618;
}

body.lock {
  overflow: hidden;
}

.title span {
  color: #B8BABA;
}

.absolute-menu {
  display: none;
}

.doctors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.out__card--inner a {
	text-decoration: none !important;
}
.footer__bottom--header {
  display: flex;
}

.footer__copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* .main{
  padding-top: 90px;
} */
.btn-mini {
  background: #104D79;
  border-radius: 8px;
  position: relative;
  border: none;
  max-width: 62px;
  max-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sertificat .swiper-button-prev {
        width: 55px;
        height: 55px;
        top: 55%;
    }

.sertificat .swiper-button-next {
        width: 55px;
        height: 55px;
        top: 55%;
    }
.btn {
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  border: none;
  text-align: center;

  font-size: 18px;
  font-weight: 600;
  padding: 17px 40px;
  background: #104D79;
  color: white;
}

.preim-img {
	margin-bottom: 10px;
}
.btn:hover {
  background: #F2F9FF;
  color: #104D79;
}

.btn.call {
  background: #104D79;
  color: white;
}

.btn.call:hover {
  background: #0094FE;
}

.btn-mini:hover {
  background: #F2F9FF;
}


.page-menu {
  z-index: 900;
  margin: 20px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  color: #104D79;
  position: relative
}

.page-menu>ul {
  display: flex;
  justify-content: space-between
}

.page-menu li {
  position: relative;
  display: block
}

.page-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background: #fff;
  width: 250px;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: 250ms;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px
}

.page-menu .sub-menu li a {
  padding: 5px 0;
  display: block
}

.page-menu ul li a {
  text-decoration: none
}

.page-menu li:hover>a,
.page-menu li.current-menu-item a {
  color: #0094FE
}

.page-menu li:hover .sub-menu {
  transform: scaleY(1)
}

.page-menu li.menu-item-has-children {
  background: url("data:image/svg+xml,<svg viewBox='0 0 17 10' xmlns='http://www.w3.org/2000/svg'><path fill='%23104D79' d='M8.5,10.0001831c-.3837891,0-.7675781-.1464844-1.0605469-.4394531L.3789062,2.5001831,2.5.3790894l6,6L14.5.3790894l2.1210938,2.1210938-7.0605469,7.0605469c-.2929688.2929688-.6767578.4394531-1.0605469.4394531Z'/></svg>") 100% 50% no-repeat;
  background-size: 12px;
  padding-right: 20px
}


.tabs {
    display: none !important;
    gap: 10px;
    margin-bottom: 15px;
}

.tab {
    padding: 10px 20px;
    border: none;
    background-color: #ddd;
    cursor: pointer;
    border-radius: 5px;
}

.tab.active {
    background-color: #007bff;
    color: white;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

label {
    display: block;
    margin-bottom: 10px;
}

input, select, textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-footer {
    margin-top: 15px;
}

.privacy-text {
    font-size: 12px;
    color: #666;
}

.privacy-text a {
    color: #007bff;
}

.form-group {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.form-switch label {
    cursor: pointer;
    font-weight: bold;
    padding: 10px 20px;
    border: 1px solid #007bff;
    border-radius: 5px;
    background: #fff;
    color: #007bff;
    transition: all 0.3s;
}

.form-switch input[type="radio"]:checked + label {
    background: #007bff;
    color: #fff;
}

.form-wrapper {
    max-width: 400px;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.form-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.first label {
    flex: 1;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    background: #ddd;
    border-radius: 5px;
    transition: all 0.3s;
}

.last label {
    flex: 1;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    background: #ddd;
    border-radius: 5px;
    transition: all 0.3s;
}

.form-tabs input[type="radio"] {
    display: none;
}

.form-tabs label.active {
    background: #007bff;
    color: white;
}

.form-tabs input[type="radio"]:checked + label {
    background: #007bff;
    color: white;
    font-weight: bold;
}

.form-fields label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
	width: 175px;
}
.wpcf7-form-control-wrap textarea {
	width: 360px !important;
}
.form-fields input,
.form-fields select,
.form-fields textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.form-footer {
    text-align: center;
    margin-top: 15px;
}

.privacy-text {
	margin-top: 0px !important;
}
.form-footer input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #104D79;
    color: #fff;
}


.page-menu li.menu-item-has-children:hover {
  background: url("data:image/svg+xml,<svg viewBox='0 0 17 10' xmlns='http://www.w3.org/2000/svg'><path fill='%230094FE' d='M8.5,10.0001831c-.3837891,0-.7675781-.1464844-1.0605469-.4394531L.3789062,2.5001831,2.5.3790894l6,6L14.5.3790894l2.1210938,2.1210938-7.0605469,7.0605469c-.2929688.2929688-.6767578.4394531-1.0605469.4394531Z'/></svg>") 100% 50% no-repeat;
  background-size: 12px
}

@media (max-width: 1023px) {
  .page-menu {
    display: none
  }
}

/* CONTENT */
.content h1,
.content h2,
.content h3 {
  color: #104D79
}

.content {
  line-height: 1.7
}

.content img,
.content iframe {
  border: none;
  width: 100% !important;
  height: auto !important
}

.content p,
.content blockquote,
.content ul,
.content ol,
.content img {
  margin-top: 1em
}

.preim {
	display: flex;
}
.preim-img {
    max-width: 100px;
}
.preim-h6 {
		margin-top: 5px;
	margin-bottom: 5px;
	font-size: 29px;
}
.preim-on p {
	font-size: 21px;
	margin-top: 0 !important;
}
.preim {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 0px !important;
    justify-content: space-between;
}
.preim-one {
	    display: flex;
    flex-direction: column;
    align-items: center;
	margin-right: 40px;
}
.preim-two {
	    display: flex;
    flex-direction: column;
    align-items: center;
		margin-right: 40px;
}
.preim-three {
	    display: flex;
    flex-direction: column;
    align-items: center;
			margin-right: 40px;
}
.preim-four {
		    display: flex;
    flex-direction: column;
    align-items: center;
}
.content ol {
  counter-reset: list1;
  list-style-type: none
}

.content li {
  display: block
}

.content ul:not(.form-list) li,
.content ol li {
  position: relative;
  padding-left: 20px
}

.content ul:not(.form-list) li:before {
  position: absolute;
  content: '';
  width: 6px;
  border-radius: 50%;
  height: 6px;
  background: #0094fe;
  left: 0;
  top: 11px
}

.content ol li:before {
  counter-increment: list1;
  content: counter(list1) ". ";
  position: absolute;
  left: 0px;
  text-align: right
}

.content blockquote {
  padding-left: 56px;
  border-left: 4px solid #191918;
  font-style: italic
}

.content a:not(.button) {
  text-decoration: underline
}

/* CONTENT */


.utp {
  margin: 20px 0 40px 0;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover
}

.utp .inner {
  padding: 60px;
  color: #fff;
  background: #104D79;
  border-radius: 8px
}

/* .utp ul li:before {background: transparent url("data:image/svg+xml,<svg viewBox='0 0 14 8' width='14' height='8' xmlns='http://www.w3.org/2000/svg'><path fill='%23FFCA04' d='M7,8C6.7,8,6.5,7.9,6.3,7.7l-6-6c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0L7,5.6l5.3-5.3c0.4-0.4,1-0.4,1.4,0 s0.4,1,0,1.4l-6,6C7.5,7.9,7.3,8,7,8z'/></svg>") no-repeat; background-position: 0% 50%; background-size: contain} */
.utp .inner .button {
  background: #0094fe;
  color: #fff;
  border-radius: 8px;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  display: inline-flex;
  padding: 0 20px;
  margin-top: 20px;
  border: none;
	text-decoration: none;
}

.utp h1 {
  margin-top: 0;
  line-height: 1.2;
  color: #fff
}

/* BREAD-CRUMBS */
.bread-crumbs {
  font-size: 14px;
  margin-top: 40px
}

.bread-crumbs a,
.bread-crumbs .bread-crumb_last,
.bread-crumbs .separator {
  opacity: 0.5
}

.bread-crumbs .separator {
  margin: 0px 10px
}

.bread-crumbs a:hover {
  opacity: 1
}

/* BREAD-CRUMBS */


/* SPOILERS */
.spoilers .item+.item {
  margin-top: 20px
}

.spoilers .item .spoiler-title h3 {
  margin: 0px;
  font-size: 16px;
  color: inherit
}

.spoilers .item .spoiler-title {
  background: #efefef;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
  transition: 250ms;
  position: relative;
  border-radius: 5px
}

.spoilers .close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 16px;
  z-index: 1
}

.spoilers .close span {
  position: absolute;
  width: 16px;
  height: 2px;
  background: #000;
  top: 7px;
  left: 0px;
  transition: 300ms
}

.spoilers .close span:nth-of-type(2) {
  transform: rotateZ(90deg)
}

.spoilers .item.active .close span:nth-of-type(2) {
  transform: rotateZ(0deg)
}

.spoilers .item.active .spoiler-title:hover .close span:nth-of-type(1) {
  transform: rotateZ(45deg)
}

.spoilers .item.active .spoiler-title:hover .close span:nth-of-type(2) {
  transform: rotateZ(-45deg)
}

.spoilers .item.active .close span {
  background: #fff
}

.spoilers .spoiler-body {
  margin-top: 10px;
  display: none
}

.spoilers .item:hover .spoiler-title {
  color: #0094fe
}

.spoilers .item.active .spoiler-title {
  background: #0094fe;
  color: #fff
}

/* SPOILERS */


.header {
  padding: 15px 0;
  height: 82px;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

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

.header__right {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.header__left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.burger {
  color: #fff;
  height: 52px;
  line-height: 52px;
  background-color: #104D79;
  border-radius: 8px;
  position: relative;
  padding: 0 17px 0 45px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease all;
  font-size: 15px;
  font-weight: 500;
}

.absolute-menu {
  display: block;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 500;
  left: 0;
  transition: 0.3s ease all;
  overflow: auto;
}

.absolute-menu.active {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 50px 0;
  padding-bottom: 50px;
  z-index: 1000;
  background: #fff;

  top: 82px;
}

.absolute-menu.active .footer__list--item a:hover {
  color: #104D79;
}

.checkbox-label .wpcf7-list-item {
	    display: flex;
    align-items: center;
}
.checkbox-label .wpcf7-list-item input {
    max-width: 16px;
    margin-top: -1px;
    margin-right: 5px;
}
.checkbox-label .wpcf7-list-item {
margin: 0;
}

.absolute-menu.active .footer__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  justify-content: space-between;
}

.absolute-menu.active .footer__list--title {
  color: #104D79;
}
.services .main__row {
	flex-wrap: wrap;
}
.absolute-menu.active .footer__list--item a {
  color: #5A5C5E;
}

.burger:hover {
  background: #0094FE;
}

.burger span {
  position: absolute;
  background-color: white;
  width: 18px;
  height: 2px;
  left: 17px;
  border-radius: 8px;
}

.burger span:nth-child(1) {
  top: 40%;
  transform: translateY(-50%);
}

.burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.burger span:nth-child(3) {
  top: 59%;
  transform: translateY(-50%);
}

.burger.active {
  background-color: #104D79;

}

.burger.active span:nth-child(2) {
  display: none;
}

.burger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 25px;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 25px;
}

.header__phone {
  color: #104D79;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  margin-left: 60px;
}

.select__city {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 30px;
  color: #104D79;
  cursor: pointer;
}

.city-dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    z-index: 100;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    max-height: 400px; /* Ограничиваем высоту списка */
    overflow-y: auto; /* Добавляем скролл, если городов много */
}

.city-dropdown.visible {
    opacity: 1;
    visibility: visible;
}

.select__city.hidden {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


.popup-overlay {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup h2 {
    color: #104D79;
    margin-bottom: 15px;
    width: 100%;
    margin-top: 14px;
}

.popup label {
    display: block;
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    color: #333;
}

.popup-close {
	background: none !important;
}
.popup input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.checkbox-container input {
    margin-right: 5px;
	width: 15px !important;
}

.checkbox-container label {
	width: 100%;
}

.popup button {
    background: #104D79;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 4px;
}
.popup-submit {
	width: 100%;
}
.popup button:hover {
    background: #08365a;
}
.popup-close svg {
	width: 18px;
}
.popup-div {
    display: flex;
    flex-direction: row-reverse;
}
.popup-close {
    position: absolute;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.open-popup {
    cursor: pointer;
}




.header__search {
  display: flex;
  align-items: center;

}

.header .btn.call {
  max-width: 185px;
  font-size: 16px;
  padding: 15px 20px;
  margin-left: 30px;
}

.staff__flex {
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.price-item {
	    text-decoration: none !important;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    color: #104D79;
}
.price-item:hover {
	color:#0094FE;
}
.service .section-link:hover {
	background: #0094FE !important;
}
.footer__list--item a:hover{
		color:#0094FE !important;
}
.footer__politika:hover {
	    color:#0094FE !important;
}
.footer__bottom-phone:hover {
		color:#0094FE !important;
}
.footer__bottom-email:hover {
		color:#0094FE !important;
}
.footer__bottom-btn:hover {
	background: #104D79 !important;
}
.footer__bottom-addres:hover {
    color: #0094FE !important;
}
.footer__bottom-metro:hover {
    color: #0094FE !important;
}
.absolute-menu .menu-item a:hover {
		color: #0094FE;
}
.header__phone:hover {
		color: #0094FE;
}
.select__city:hover {
		color: #0094FE;
}

.menu-block li {
	margin-bottom:10px;
}
.menu-block li:last-child {
    margin-bottom: 0;
}
.main .wrapper {
  border-radius: 20px;
  padding: 83px 0 20px 0;
  background: rgb(0, 148, 254);
  background: linear-gradient(90deg, rgba(0, 148, 254, 1) 0%, rgba(0, 148, 254, 1) 100%);

  position: relative;
  margin-left: 20px;
  margin-right: 20px;

}

.wrapper-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;

}

.title.title_big {
  color: white;
  font-size: 128px;
  font-weight: 600;
}

.main .title {
  max-width: 1000px;
}

.subtitle {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;

}

.btn {
  max-width: 185px;
}

.card.mini {
  width: 382px;
  padding: 30px;
  min-height: 265px;
}

.card.mini .card-img {
  max-width: 350px;


}

.card {
  background-color: white;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
}

.card:hover {
  background-color: #104D79;
}

.card:hover .subtitle {
  color: white;
}

.card:hover .btn-mini {
  background: #0D3552;
}

.card .card-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.subtitle.black {
  color: #121618;

}

.card .btn-mini {
  margin-top: auto;
}

.card.mini .btn-mini {
  width: 52px;
  height: 52px;
}
.services a {
	text-decoration: none;
}
.main__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;

}

.mobile-show {
  display: none;
}

.main__bottom {
  display: flex;
  align-items: center;
  margin-top: 65px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.main__inner {
  display: flex;
  flex-direction: column;


}

.main__inner .subtitle {
  max-width: 400px;
  margin-bottom: 30px;
}

.card.mini .subtitle {
  max-width: 100%;
}
.service-border {
	border: 1px solid #104D79;
	border-radius: 16px;
}

.services .main__row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}
.service-border .card {
	border-radius: 15px !important;
}
.service-border .card:hover {
	border-radius: 15px !important;
}
@media screen and (max-width: 1242px) {
    .services .card.mini {
        width: 370px;
        padding: 20px;
        min-height: 205px;
    }
}

@media screen and (max-width: 1186px) {
    .services .card.mini {
        width: 320px;
        padding: 20px;
        min-height: 205px;
    }
	.services .card.mini  .subtitle {
        font-size: 18px;
		line-height: 22px;
    }
}
@media screen and (max-width: 1032px) {
    .services .main__row {
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
    }
	    .services .card.mini {
        width: 380px;
        padding: 20px;
        min-height: 205px;
    }
	.services .card.mini  .subtitle {
        font-size: 19px;
		line-height: 25px;
    }
}

@media screen and (max-width: 815px) {
    .services .main__row {
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
    }
    .services .card.mini {
        width: 340px;
        padding: 20px;
        min-height: 205px;
        display: flex;
        justify-content: space-between;
    }
	.services .card.mini  .subtitle {
        font-size: 18px;
		line-height: 23px;
    }
}


@media screen and (max-width: 735px) {
    .services .main__row {
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
    }
	    .services .card.mini {
        width: 300px;
        padding: 20px;
        min-height: 205px;
    }
	.services .card.mini  .subtitle {
        font-size: 17px;
		line-height: 23px;
    }
}

@media screen and (max-width: 655px) {
    .services .main__row {
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
    }
	.service-border {
    border: 1px solid #104D79;
    border-radius: 16px;
    width: 100%;
}
	    .services .card.mini {
        width: 100%;
        padding: 20px;
        min-height: 205px;
    }
	.services .card.mini  .subtitle {
        font-size: 18px;
		line-height: 23px;
    }
}

@media screen and (max-width: 655px) {
    .services .main__row {
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
    }
	.service-border {
    border: 1px solid #104D79;
    border-radius: 16px;
    width: 100%;
}
	    .services .card.mini {
        width: 100%;
        padding: 12px;
        min-height: 205px;
    }
	.services .card.mini  .subtitle {
        font-size: 18px;
		line-height: 23px;
    }
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.section-link {
  color: #104D79;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 25px;
  text-align: center;
  display: block;
  background-color: #F2F9FF;
  border-radius: 500px;
  text-decoration: none;
}

.section-link:hover {
  background-color: #104D79;
  color: white;
}

.service {
  background-color: #F2F9FF;
  padding-top: 150px;
  padding-bottom: 150px;
}

.service__wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.card {
  padding: 45px;
  min-height: 507px;
}

.subtitle.big {
  font-size: 36px;
}

.card .btn-mini {
  width: 62px;
  height: 62px;
}

p {
  margin: 0;
}

.descr {
  color: #5A5C5E;
  font-size: 18px;
  font-weight: 300;
}

.card .subtitle.big {
  margin-bottom: 10px;
}

.card .price-block {
  margin-top: 25px;
}

.service .section-header .section-link {
  background-color: #FFFFFF;
}

.price {
  font-size: 36px;
  font-weight: 500;
  color: #121618;
  text-transform: uppercase;
  margin-top: 5px;
}

.price span {
  font-size: 18px;
}

.card:hover .descr {
  color: white;
}

.card:hover .price {
  color: white;
}

.card:hover .price span {
  color: white;
}

.details {
  padding-top: 150px;
  padding-bottom: 150px;
}

.details__descr {
  color: #5A5C5E;
  font-size: 24px;
  font-weight: 400;
  max-width: 450px;
  margin-top: 50px;
}

.details__card {
  background-color: #F2F9FF;
  padding: 45px;
  border-radius: 20px;
  position: relative;
  display: grid;
}

.details__wrapper {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.details__card-4 {
  grid-column-start: 3;
  grid-row-start: 2;
}

.details__card-1 {
  grid-row-start: 1;
  grid-row-end: 3;
  min-height: 484px;
}

.details__card-2 {
  grid-row-start: 1;
  grid-row-end: 3;
}

.details__card--bottom {
  margin-top: auto;
}

.details__card--title {
  color: #104D79;
}

.details__card--title span {
  color: #104D79;
  text-transform: uppercase;
  font-size: 18px;
}

.details__card--descr {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  color: #104D79;
}

.details__card--top {
  display: flex;
  gap: 20px;
  align-items: center;
}

.details__card--img {
  max-width: 50px;
}


.details__card-3 .details__card--descr {
  margin-top: auto;
}

.details__card-4 .details__card--descr {
  margin-top: auto;
}

.details__wrapper {
  margin-top: 50px;
}

.details .container {
  position: relative;
}

.details__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.details .title {
  position: relative;
  z-index: 1;
}

.details__wrapper {
  position: relative;
  z-index: 1;
}

.our {

  padding-bottom: 150px;
}

.our__wrapper {
  margin-top: 50px;
}

.our__card--top {
  padding: 20px;
  padding-bottom: 0;
  background: rgb(41, 170, 253);
  background: radial-gradient(circle, rgba(41, 170, 253, 1) 0%, rgba(1, 149, 254, 1) 100%);
  border-radius: 20px;

}

.our__card {
  max-width: 467px;
}

.our__card--header {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 10px;
  position: relative;
}

.our__card--header::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.our__card--img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}

.our__card--top {
  position: relative;
  overflow: hidden;
}

.our__card--circle {
  border-radius: 100%;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 50px solid rgba(256, 256, 256, 0.15);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.our__card-2 .our__card--circle {
  top: 0;
}

.our__card-3 .our__card--circle {
  top: 0;
}

.our__card--bottom {
    padding: 20px 11px;
}

.our__card--descr {
  margin-top: 10px;
}

.out__card--inner {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}

.our__card .btn-mini {
  width: 62px;
  height: 62px;
}

.our__card .section-link {
  min-width: 157px;
}

.swiper-button-prev {
  top: 40%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  border-radius: 100%;
  border: 1px solid #E8E8E8;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  z-index: 999;
  overflow: visible;
}

.swiper-button-next::after {
  content: '';
}

.swiper-button-prev::after {
  content: '';
}

.swiper-button-next {
  top: 40%;
  transform: translateY(-50%);
  background-color: #104D79;
  border-radius: 100%;
  right: 0;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-arrow-left {
  font-size: 20px;
  font-weight: 400;

}

.fa-arrow-left:before {
  font-size: 20px;
  font-weight: 300;
  color: #104D79;
}

.fa-arrow-right:before {
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;
}

.our__wrapper {
  padding-left: 35px;
  padding-right: 35px;
  margin-left: -35px;
  margin-right: -35px;
}

.swiper-button-next:hover {
  background-color: #F2F9FF;

}

.swiper-button-next:hover .fa-arrow-right::before {
  color: #104D79;

}

.swiper-button-prev:hover {
  background-color: #F2F9FF;


}

.swiper-button-prev:hover .fa-arrow-left::before {
  color: #104D79;

}

.review {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #F2F9FF;
	border-radius: 20px;
}

.review__card {
  max-width: 710px;
  border-radius: 20px;
  position: relative;
  background: #0094FE;
  padding: 25px 30px 30px 30px;
}

.review__img {
  width: 100%;
  height: 100%;

}

.review__card--top {
  display: flex;
  justify-content: space-between;

}

.review__card--rate {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.review__card--rating {
  color: #fff;
  font-size: 16px;
  font-weight: 600;

}

.review__card--date {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.fa-star::before {
  color: white;
  font-size: 17px;
}

.review__card--bottom {
  margin-top: auto;
}

.review__card {
  position: relative;
  display: grid;
}

.review__card--bg {
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.review__card {
  min-height: 507px;
}

.review__card-1 {
  background: url('img/review-img.jpg') center center/cover no-repeat;
}

.review__card--name {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}

.review__card--descr {
  color: white;
  margin-top: 10px;
}

.review__card-1 .review__card--top {
  justify-content: start;
}

.review__card-1 .review__card--date {
  margin-left: auto;
  margin-right: 0;
}

.review__card-1 .review__card--name {
  margin-right: 30px;
}

.review__wrapper {
  margin-top: 50px;
}




.contacts {
  padding-top: 150px;
}
footer {margin-top: 150px}

.contacts__wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;

}

.map {
  height: 100%;
  max-height: 368px;

}

.contacts__plate {
  padding: 45px;
  background: #104D79;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 20px;
  height: 100%;
  max-height: 262px;
}

.contacts__plate .descr {
  color: white;
  margin-top: 10px;
}

.contacts__plate--column:nth-child(1) {
  max-width: 460px;
}

.contacts__plate .section-link {
  min-width: 136px;
}

.contacts__card {
  background-color: #F2F9FF;
  border-radius: 20px;
  padding: 45px;
}

.contacts__header {
  color: #5A5C5E;
  font-size: 18px;
  font-weight: 600;
}

.contacts__phone {
  color: #121618;
  font-size: 52px;
  font-weight: 600;
  margin-top: 15px;
  text-decoration: none;
  display: block;
}

.contacts__mail {
  display: block;
  color: #0094FE;
  text-decoration: none;
  font-size: 36px;
  font-weight: 500;
  margin-top: 5px;
}

.contacts__btn {
  display: block;
  width: fit-content;
  padding: 15px 20px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  background-color: #0094FE;
  border-radius: 15px;
  border: none;
  text-decoration: none;
  margin-top: 30px;
  cursor: pointer;
}

.contacts__btn:hover {
  background-color: #104D79;
  color: white;
}

.contacts__card--bottom {
  display: flex;
  margin-top: 60px;
  gap: 110px;
  align-items: center;
}

.contacts__card--subtitle {
  color: #121618;
  margin-top: 10px;
  font-size: 36px;
  font-weight: 600;

}

.map {
  border-radius: 20px;
  margin-top: 20px;
}

.map iframe {
  border-radius: 20px;
}

.contacts__wrapper {
  gap: 20px;
}

.contacts__card {
  min-height: 650px;

}

.map {
  position: relative;
  cursor: pointer;
}

.contacts__circle {
  position: absolute;
  border-radius: 100%;
  display: block;
  width: 467px;
  height: 467px;
  background: transparent;
  border: 50px solid rgba(206, 234, 255, 1);
  right: -120px;
  bottom: -120px;
  z-index: 0;

}

.contacts__card {
  position: relative;
  overflow: hidden;

}

.contacts__card--bottom {
  position: relative;
  z-index: 1;
}

.contacts__circle-2 {
  right: auto;
  left: -50px;
  bottom: -300px;
}

.footer {
  background-color: rgba(16, 77, 121, 1);
  padding: 80px 0;

}

.footer__list--title {
  color: white;
  font-size: 18px;
  font-weight: 600;
}

.footer__list--item {
  list-style: none;
    max-width: 200px;
}

.footer__list--item a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 300;
}

ul,
li {
  padding: 0;
  margin: 0;
}

.footer__list {
    gap: 15px;
    display: flex
;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 180px;
}

.footer__klientam .footer__list {
    gap: 15px;
    display: flex
;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 73px;
}

.footer__list--wrapper {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}

.footer__wrapper {
  justify-content: space-between;

}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
}

.footer__bottom-div {
  display: flex;
  flex-direction: column;
  background: #275e86;
  border-radius: 20px;
  padding: 30px;
}

.footer__bottom-phone {
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  color: #fff;
}

.footer__bottom-email {
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}

.footer__bottom-btn {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0094fe;
  border-radius: 8px;
  width: 186px;
  height: 52px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}

.footer__bottom-day {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.footer__bottom-time {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  padding-bottom: 15px;
  color: #fff;
}

.footer__bottom-days {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 15px;
}

.footer__bottom-day-l {
  margin-right: 30px;
}

.footer__bottom-addres {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  color: #fff;
  text-decoration: none;
}

.footer__bottom-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__bottom-metro {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  text-decoration: none;
}

.footer__logo-img {
  height: 400px;
}

.footer__bottom-div {
  width: 400px;
  margin-right: 10px;
  margin-left: 10px;
}

.footer__item:nth-child(1) .footer__list--wrapper {
  max-width: 366px;
}

.footer__item:nth-child(2) .footer__list--wrapper {
  max-width: 426px;
}

.footer__center {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__copyright {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.footer__copyright:hover {
  color: rgba(255, 255, 255, 1);
}

.footer__link {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  cursor: pointer;
}

.footer__link:hover {
  color: rgba(255, 255, 255, 1);
}

.belka-img {
  display: block;
  width: 30px;
  height: 14px;
  opacity: 0.2;
  cursor: pointer;
  transform: translateY(-10px);
}

.belka-img:hover {
  opacity: 1;
}

.footer__list--item a:hover {
  color: #F2F9FF;
}

.contacts__phone:hover {
  color: rgb(16, 77, 121);
}

.contacts__mail:hover {
  color: rgb(16, 77, 121);
}

.fa-angle-right {
  font-weight: 600;
  font-size: 16px;
}

.section-link .fa-angle-right {
  margin-left: 5px;
  padding-top: 5px;
  margin-top: -5px;
}

.contacts__plate .section-link:hover {
  background-color: #0094FE;
}

.btn-mini {
  text-decoration: none;
}

.arrow-btn {
  color: white;
  text-decoration: none;
  font-weight: 400;
  transform: rotate(135deg);

}

.arrow-btn::before {
  color: inherit;
}

.card:hover .btn-mini {
  background-color: rgba(0, 148, 254, 1);
}

.card:hover .arrow-btn {
  transform: rotate(180deg);
}

.review__wrapper {
  position: relative;
}

.our__card--img {
  filter: grayscale(100%);
}

.our__card:hover .our__card--img {
  filter: none;
}

.our__card {
  cursor: pointer;
}

.card__bottom {
  display: flex;
  margin-top: auto;
  align-items: center;
  gap: 10px;
}

.card__bottom .section-link {
  display: flex;
  align-items: center;
  padding: 17px 40px;
  height: 100%;
  border-radius: 8px;
}

.fa-pencil {
  color: white;
  font-size: 25px;
}

.card__bottom {
  position: relative;
  z-index: 1;
}

.card .descr {
  position: relative;
  z-index: 1;
}

.card .title {
  position: relative;
  z-index: 1;
}

.card .price {
  position: relative;
  z-index: 1;
}

.card .card-img {
  z-index: 0;
}

.card__bottom .section-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.card:hover .section-link {
  background-color: rgba(255, 255, 255, 0.1);
  color: white
}

.details__card:hover {
  background-color: #104D79;
}

.details__card:hover .details__card--title {
  color: white;
}

.details__card:hover .details__card--descr {
  color: white;
}

.details__card:hover .details__card--title span {
  color: white;
}

.our__card .btn-mini:hover {
  background-color: rgba(242, 249, 255, 1);
}

.our__card .btn-mini:hover .fa-pencil {
  color: rgba(16, 77, 121, 1);
}

.review .section-link {
  background: rgba(255, 255, 255, 1);
}

.review .section-link:hover {
  background: rgba(16, 77, 121, 1);
  color: white;
}

.review__card.empty {
  min-height: 245px;
}

.review .swiper-button-next {
  top: auto;
  transform: none;
  bottom: 0px;
}

.review .swiper-button-prev {
  top: auto;
  left: auto;
  right: 85px;
  transform: none;
  bottom: 0px;
}


.main .wrapper {
  overflow: hidden;
}

.menu-title {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #104d79;
  margin-bottom: 30px;
}

.page-menu .menu-item a {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  color: #104D79;
}


.search-form-wrapper {
    display: none; 
    position: relative;
    top: 0px;
    right: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}


.city-dropdown {

	position: absolute;
    top: 28px;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    z-index: 100;
}
.city-dropdown input {
	padding-left: 10px;
	    padding-top: 5px;
    padding-bottom: 5px;
}
.city-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.city-dropdown li {
    padding: 8px 12px;
    cursor: pointer;
}

.city-dropdown li:hover {
    background: #f0f0f0;
}



.search-form {
    display: flex;
    align-items: center;
}

.search-field {
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.search-submit {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
}



.absolute-menu .menu-item a {
    text-decoration: none;
    color: #104D79;
}

.menu-block {
  list-style-type: none;
}

.services-menu {
  display: flex;
  flex-wrap: wrap;
}

.menu-div__one {
  margin-right: 100px;
}

.menu-div__two {
  margin-right: 100px;
}

.menu-title:hover {
  color: #0094fe;
}

.menu-item a:hover {
  color: #104d79;
}

.menu-item__pc {
  margin-bottom: 15px;
}

.menu-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 192px;
}

.menu-item__center,
.menu-item__left,
.menu-item__right {
  margin-right: 50px;
}

@media screen and (max-width: 1240px) {
    .card.mini {
        width: 380px;
        padding: 30px;
        min-height: 220px;
    }
}
@media (max-width: 1919px) {
  .page-menu {
    font-size: 15px
  }

  .page-menu .sub-menu {
    font-size: 14px
  }

  .container {
    max-width: 1240px
  }

  .absolute-menu.active .footer__wrapper {
    padding: 0 15px;
  }

  .title.title_big {
    font-size: 64px;
  }

  .main .wrapper {
    padding-top: 60px;
  }

  .subtitle {
    font-size: 20px;
  }

  .card.mini .card-img {
    max-width: 250px;
  }

  .card.mini {
    min-height: 220px;
  }

  .fa-arrow-left:before {
    font-size: 16px;
  }

  .card.mini .btn-mini {
    width: 42px;
    height: 42px;
  }

  .wrapper-bg {
    width: 100%;
    max-width: 600px;
  }

  .btn {
    font-size: 16px;
  }

  .title {
    font-size: 48px;
  }

  .subtitle.big {
    font-size: 24px;
  }

  .descr {
    font-size: 16px;
  }

  .card .card-img {
    max-width: 350px;
  }

  .card {
    min-height: 350px;
  }

  .price {
    font-size: 24px;
  }

  .fa-pencil {
    font-size: 18px;
  }

  .card .btn-mini {
    width: 52px;
    height: 52px;
  }

  .details__descr {
    font-size: 20px;
  }

  .details__card--img {
    max-width: 30px;
  }

  .details .title {
    font-size: 36px;
  }

  .details__card-1 {
    min-height: 350px;
  }

  .details__card--descr {
    font-size: 16px;
  }

  .details .title {
    max-width: 750px;
  }

  .our__card .btn-mini {
    width: 52px;
    height: 52px;
  }

  .our__card--img {
    max-width: 250px;
  }

  .our__card--circle {
    width: 300px;
  }

  .fa-arrow-right:before {
    font-size: 16px;
  }

  .swiper-button-next {
    width: 55px;
    height: 55px;
    top: 35%;
  }

  .swiper-button-prev {
    width: 55px;
    height: 55px;
    top: 35%;
  }

  .fa-arrow-left {
    font-size: 16px;
  }

  .contacts__plate {
    max-height: 200px;
  }

  .contacts__phone {
    font-size: 38px;
  }

  .contacts__card--subtitle {
    font-size: 24px;
  }

  .contacts__header {
    font-size: 16px;
  }

  .contacts__circle {
    width: 300px;
    height: 300px;
  }

  .contacts__circle {
    right: -50px;
  }

  .contacts__circle-2 {
    bottom: -150px;
  }

  .contacts__card {
    min-height: 450px;
  }

  .contacts__card--bottom {
    margin-top: 30px;
  }

  .map {
    max-height: 230px;
  }

  .contacts__circle-2 {
    left: auto;
    bottom: -200px;
    right: 230px;
  }

  .footer__link {
    font-size: 14px;
  }

  .footer__copyright {
    font-size: 14px;
  }

  .footer__list--item a {
    font-size: 16px;
  }

  .footer__list--title {
    font-size: 16px;
  }

  .main .wrapper {
    padding: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .details {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .our {
    padding-bottom: 80px;
  }

  .review {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contacts {
    padding-top: 80px;
  }
  footer {margin-top: 80px}

  .container {
    padding: 0 15px;
  }

  .our__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 1605px) {
  .footer__logo-img {
    height: 365px;
  }

  .footer__politika {
    font-size: 14px;
  }

  .footer__bottom-phone {
    font-size: 23px;
  }

  .footer__bottom-email {
    font-size: 17px;
  }

  .footer__bottom-btn {
    margin-bottom: 15px;
    width: 165px;
    height: 50px;
  }

  .footer__bottom-addres {
    font-size: 22px;
  }

  .footer__bottom-metro {
    font-size: 17px;
  }

  .footer__bottom-div {
    width: 365px;
    padding: 25px;
  }
}

@media screen and (max-width: 1463px) {
  .footer__logo-img {
    height: 330px;
  }
}

@media screen and (max-width: 1359px) {
	.preim-img {
    max-width: 60px;
}
.preim-h6 {
		margin-top: 5px;
	margin-bottom: 5px;
	font-size: 22px;
	    line-height: 20px;
}
.preim-on p {
	font-size: 18px;
	margin-top: 0 !important;
}
.preim-one {
	    display: flex;
    flex-direction: column;
    align-items: center;
	margin-right: 40px;
}
.preim-two {
	    display: flex;
    flex-direction: column;
    align-items: center;
		margin-right: 40px;
}
.preim-three {
	    display: flex;
    flex-direction: column;
    align-items: center;
			margin-right: 40px;
}
  .footer__politika {
    font-size: 14px;
    transform: translateY(-21px);
  }

  .footer__logo-img {
    height: 300px;
  }

  .footer__bottom-div {
    width: 323px;
    padding: 19px;
  }

  .footer__bottom-phone {
    font-size: 22px;
  }

  .footer__bottom-email {
    font-size: 17px;
  }

  .footer__bottom-btn {
    margin-bottom: 15px;
    width: 165px;
    height: 50px;
  }

  .footer__bottom-addres {
    font-size: 21px;
  }

  .footer__bottom-metro {
    font-size: 16px;
  }
}
@media screen and (max-width: 1880px) {
	.card.mini {
  width: 388px;
  padding: 30px;
  min-height: 220px;
}
}
@media screen and (max-width: 1205px) {
	.card.mini {
    width: 372px;
    padding: 20px;
    min-height: 265px;
}
	.services 
.main__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
}
@media screen and (max-width: 630px) {
	.preim-h6 {
		font-size: 20px;
	}
	.preim-on p {
		font-size: 17px;
	}
}
@media screen and (max-width: 600px) {
    .card.mini {
        width: 331px;
        padding: 19px;
        min-height: 201px;
    }

}

@media screen and (max-width: 670px) {
	
.doctors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
		.staff__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
}
@media (max-width: 1339px) {
  .header__right-mb {
    margin-right: 0px;
    margin-bottom: 15px;
    display: flex !important;
    justify-content: flex-end;
  }

  .header__search-mb {
    display: flex !important;
  }

  .header__search {
    display: none;
  }

  .select__city-mb {
    display: flex !important;
  }

  .header__phone-mb {
    display: none !important;
  }

  .header__call-mb {
    display: none !important;
  }

  .header {
    height: 73px;
  }
	.header__right {
		display: none;
	}
  .absolute-menu.active {
    top: 73px;
    padding: 25px 0;
  }

  .absolute-menu .footer__list--wrapper {
    margin-top: 15px;
  }

  .container {
    padding: 0 15px;
    max-width: none;
  }

  .main .wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .main__bottom {
    align-items: flex-end;
  }

  .main__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;

  }

  .main__bottom {
    margin-top: 40px;
  }

  .main__inner {
    margin-top: 30px;
  }

  .main__inner .btn {
    max-width: 400px;
  }

  .title.title_big {
    font-size: 48px;
  }

  .subtitle {
    font-size: 18px;
  }


  .title {
    font-size: 36px;
  }

  .subtitle.big {
    font-size: 20px;
  }

  .price {
    font-size: 20px;
  }

  .card .card-img {
    max-width: 300px;
  }

  .details__bg {
    max-width: 300px;
    right: 15px;
  }

  .our__card {
    max-width: none;
  }

  .review__card {
    min-height: 350px;
  }

  .review__card--bg {
    max-width: 150px;
  }

  .review .swiper-button-next {
    bottom: 0;
  }

  .review__wrapper {
    padding-bottom: 70px;
  }

  .swiper-button-next {
    width: 45px;
    height: 45px;
  }

  .swiper-button-prev {
    width: 45px;
    height: 45px;

  }

  .review .swiper-button-prev {
    right: 55px;
  }

  .review {
    padding-bottom: 60px;
  }

  .footer__wrapper {
    flex-wrap: wrap;
  }

  .our .swiper-button-next {
    right: 15px;
  }

  .our .swiper-button-prev {
    left: 15px;
  }

  .wrapper-bg {
    max-width: 400px;
  }

  .contacts__phone {
    font-size: 24px;
  }

  .contacts__mail {
    font-size: 24px;
  }

  .contacts__btn {
    margin-top: 15px;
  }

  .contacts__card--bottom {
    gap: 60px;
  }

  .contacts__card--subtitle {
    font-size: 20px;
  }

  .contacts__card {
    padding: 25px;
  }

  .contacts__plate {
    padding: 25px;
  }

  .contacts__plate {
    max-height: none;
    height: auto;
  }

  .contacts__circle-2 {
    display: none;
  }

  .details__card {
    padding: 25px;
  }

  .card {
    padding: 25px;
  }

  .select__city {
    display: none;
  }

  .header__search {
    display: none;
  }

  .header__phone {
    font-size: 16px;
  }

  .header__logo {
    max-width: 150px;
  }


  .header__left {
    gap: 20px;
  }

  .header .btn.call {
    padding: 13px;
    font-size: 14px;
  }

  .footer__wrapper {
    gap: 20px;
  }

  .burger span {
    position: absolute;
    background-color: white;
    width: 18px;
    height: 2px;
    left: 12px;
    border-radius: 8px;
  }

  .burger span:nth-child(1) {
    top: 37%;
    transform: translateY(-50%);
  }

  .burger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .burger span:nth-child(3) {
    top: 62%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1244px) {
  .footer__logo-img {
    height: 270px;
  }

  .footer__bottom-div {
    width: 310px;
    padding: 15px;
  }

  .footer__bottom-phone {
    font-size: 20px;
  }

  .footer__bottom-addres {
    line-height: 120%;
    font-size: 20px;
  }

  .footer__bottom-day {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .footer__bottom-time {
    font-size: 17px;
    padding-bottom: 10px;
  }

  .footer__bottom-metro {
    font-size: 16px;
    line-height: 120%;
  }
}

@media screen and (max-width: 1130px) {
  .footer__logo-img {
    height: 240px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__item:nth-child(1) .footer__list--wrapper {
    max-width: 100%;
  }

  .footer__item:nth-child(2) .footer__list--wrapper {
    max-width: 100%;
  }

  .footer__list--wrapper {
    display: flex;
    gap: 50px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1093px) {

  .menu-item__center,
  .menu-item__left,
  .menu-item__right {
    margin-right: 30px;
  }

  .menu-item__pc {
    margin-bottom: 10px;
  }

  .menu-item a {
    text-decoration: none;
    color: #5a5c5e;
  }

  .menu-title {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    line-height: 150%;
    text-transform: uppercase;
    color: #104d79;
    margin-bottom: 20px;
  }

  .menu-item__pl {
    margin-bottom: 10px;
  }

  .menu-div__one {
    margin-right: 50px;
  }

  .menu-div__two {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1040px) {
  .footer__logo-img {
    height: 210px;
  }

  .footer__bottom-addres {
    line-height: 120%;
    font-size: 19px;
  }
}

@media screen and (max-width: 1012px) {
  .menu-div__one {
    margin-right: 50px;
    margin-bottom: 20px;
  }

  .menu-div__two {
    margin-right: 50px;
  }
		.preim-img {
    max-width: 60px;
}
.preim-h6 {
		margin-top: 5px;
	margin-bottom: 5px;
	font-size: 22px;
	    line-height: 20px;
}
.preim-on p {
	font-size: 18px;
	margin-top: 0 !important;
}
.preim-one {
	    display: flex;
    flex-direction: column;
    align-items: center;
	margin-right: 20px;
}
.preim-two {
	    display: flex;
    flex-direction: column;
    align-items: center;
		margin-right: 20px;
}
.preim-three {
	    display: flex;
    flex-direction: column;
    align-items: center;
			margin-right: 20px;
}
}

@media screen and (max-width: 910px) {
  .menu-div__one {
    margin-bottom: 20px;
  }

  .menu-block__three {
    flex-direction: row;
  }

  .menu-item__clients {
    margin-right: 15px;
    margin-bottom: 0;
  }
	
	    .preim-on p {
        font-size: 18px;
        margin-top: 0 !important;
        text-align: center;
        line-height: 21px;
    }
  .menu-title {
    margin-bottom: 10px;
  }

  .absolute-menu.active {
    top: 73px;
    padding: 30px 0;
  }

  .menu-div__two {
    margin-right: 0;
  }

  .footer__logo-right {
    display: none;
  }

  .footer__politika {
    font-size: 12px;
    transform: translateY(-21px);
  }
}

@media screen and (max-width: 850px) {
  .footer__logo-img {
    height: 190px;
  }
}

@media (max-width: 767px) {

  .header__phone-mb {
    display: flex !important;
    margin-left: 15px;
    margin-right: 15px;
  }

  .header__right-mb {
    margin-bottom: 20px;
  }

  .header__call-mb {
    width: 175px;
    max-width: 175px;
    height: 35px;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    justify-content: center;
    align-items: center;
  }

  .select__city-mb {
    margin-left: 15px;
  }

  .header__call-mb {
    display: flex !important;
  }

  .menu-item a {
    text-decoration: none;
    color: #5a5c5e;
  }

  .menu-item {
    margin-right: 15px;
  }

  .menu-div__one {
    margin-right: 20px;
  }

  .out__card--inner {
    margin-top: 20px;
  }

  .burger:hover {
    background-color: #104D79;
  }

  .absolute-menu .footer__item:nth-child(1) {
    display: block;
  }

  .absolute-menu .footer__item:nth-child(2) {
    display: block;
  }

  .absolute-menu .footer__item:nth-child(3) {
    display: block;
  }

  .main__row {
    display: none;
  }

  .title.title_big {

    max-width: none;
  }

  .main__inner {
    margin-top: 0;
  }

  .title.title_big {
    font-size: 36px;
  }

  .service {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service__wrapper {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }

  .card {
    min-height: 250px;
  }

  .title {
    font-size: 24px;
  }

  .section-link {
    font-size: 14px;
  }

  .subtitle.big {
    font-size: 18px;
  }

  .card .btn-mini {
    width: 42px;
    margin-top: 0;
    height: 42px;
  }

  .fa-pencil {
    font-size: 16px;

  }

  .card__bottom .section-link {
    padding: 12px 30px;
  }

  .details {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .details__bg {
    display: none;
  }

  .details .title {
    font-size: 24px;
    max-width: 500px;
  }

  .details__descr {
    font-size: 18px;

    margin-top: 20px;
  }

  .details__wrapper {
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .details__card-1 {
    grid-row-start: auto;
    grid-row-end: auto;
  }

  .details__card-2 {
    grid-row-start: auto;
    grid-row-end: auto;
  }

  .details__card-3 {
    grid-row-start: auto;
    grid-row-end: auto;
  }

  .details__card-4 {
    grid-column-start: auto;
    grid-row-start: auto;
  }

  .details__card {
    min-height: auto;
  }

  .details .title {
    margin-top: 15px;
  }

  .details__card-3 .details__card--descr {
    margin-top: 15px;
  }

  .details__card--descr {
    margin-top: 15px;
  }

  .details .details__card-3 .title {
    margin-top: 0;
  }

  .details .details__card-4 .title {
    margin-top: 0;
  }

  .details__card--top {
    gap: 15px;
  }

  .details__card {
    min-height: 156px;
  }

  .details__card-3 .details__card--descr {
    margin-top: auto;
  }

  .details__card--descr {
    margin-top: 15px
  }

  .our__wrapper {
    margin-top: 30px;
  }

  .our__card .btn-mini {
    width: 42px;
    height: 42px;
  }

  .our__card .section-link {
    font-size: 14px;

  }

  .our {
    padding-bottom: 60px;
  }

  .review__card {
    max-width: none;
  }

  .contacts {
    padding-top: 60px;
  }
  footer {margin-top: 60px}

  .contacts__wrapper {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contacts__card {
    min-height: auto;
  }

  .map {
    height: 100%;
    min-height: 250px;
  }

  .contacts__circle {
    display: none;
  }

  .footer {
    padding: 60px 0;
  }

  .footer__bottom {
    margin-top: 40px;
  }

  .our__wrapper {
    padding: 0;
  }

  .our__card {
    margin: 0 15px;
  }

  .our .swiper-button-prev {
    left: 0;
  }

  .our .swiper-button-next {
    right: 0;
  }

  .header__phone {
    display: none;
  }

  .header__logo--img {
    width: 100%;
  }

  .mobile-show {
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  .header .btn.call {
    display: none;
  }

  .header__logo {
    max-width: 200px;
  }

  .wrapper-bg {
    display: none;
  }

  .title.title_big {
    font-size: 26px;
  }

  .contacts__row {
    width: 100%;
  }

  .contacts__plate {
    flex-wrap: wrap;
    gap: 20px;
  }

  .contacts__btn {
    padding: 12px 20px;
  }

  .contacts__card--subtitle {
    font-size: 16px;
  }

  .footer__link {
    font-size: 12px;
  }

  .footer__copyright {
    font-size: 12px;
  }

  .card .card-img {
    max-width: 200px;
  }

  .section-link {
    font-size: 12px;

  }

  .section-header {
    align-items: center;
  }

  .our__card--bottom {
    padding: 30px 0;
  }
}

@media screen and (max-width: 734px) {
  .footer__logo-img {
    height: 160px;
  }

  .footer__bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer__logo-img {
    height: auto;
    width: 100%;
  }

  .footer__politika {
    font-size: 14px;
    transform: none;

    position: relative;
    padding-right: 10px;
  }

  .footer__bottom-left {
    padding-top: 20px;
  }

  .footer__bottom-div {
    width: 97%;
    padding: 15px;
  }

  .footer__bottom-div {
    width: 97%;
    padding: 15px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer__bottom-phone {
    display: flex;
    align-items: center;
    font-size: 22px;
    margin-right: 20px;
  }

  .footer__bottom-email {
    display: flex;
    align-items: center;
    font-size: 19px;
    margin-right: 20px;
  }

  .footer__bottom-days {
    margin-right: 20px;
    display: flex;
    border-bottom: none;
    margin-bottom: 0;
  }

  .footer__bottom-addres {
    margin-right: 20px;
  }

  .footer__bottom-metro {
    display: flex;
    align-items: center;
  }

  .footer__bottom-btn {
    margin-bottom: 0;
  }

  .footer__bottom-email {
    margin-bottom: 0;
  }

  .footer__bottom-day-l {
    margin-right: 15px;
  }
}

@media screen and (max-width: 715px) {
  .footer__bottom-metro br {
    display: none;
  }

  .footer__bottom-addres {
    margin-right: 0;
  }

  .footer__bottom-metro {
    font-size: 18px;
    font-weight: 500;
  }

  .footer__bottom-phone {
    margin-bottom: 10px;
  }

  .footer__bottom-email {
    margin-bottom: 10px;
  }

  .footer__bottom-addres br {
    display: none;
  }

  .footer__bottom-btn {
    margin-bottom: 0px;
    width: 185px;
    height: 50px;
    margin-right: 20px;
  }

}


@media screen and (max-width: 695px) {
  .menu-div__one {
    margin-right: 0px;
  }

  .services-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .menu-item a br {
    display: none;
  }

  .absolute-menu.active {
    top: 73px;
    padding: 20px 0;
  }

    .menu-item {
        margin-bottom: 10px;
        width: 280px;
        margin-right: 0;
    }

  .menu-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 126px;
  }

  .menu-div__two {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
    .preim-h6 {
        font-size: 20px;
    }
    .preim-on p {
        font-size: 16px;
        text-align: center;
        line-height: 18px;
        margin-top: 5px !important;
    }
	    .preim-img {
        max-width: 45px;
    }
}
@media screen and (max-width: 560px) {
  .menu-item {
    margin-bottom: 10px;
    width: 255px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 560px) {
  .menu-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 100%;
  }

  .menu-item a {
    text-decoration: none;
    color: #5a5c5e;
  }

    .menu-item {
        margin-bottom: 10px;
        width: 290px;
        margin-right: 0;
    }

  .services-menu {
    max-height: 80vh;
    /* Ограничение высоты на 80% высоты экрана */
    overflow-y: auto;
    /* Добавление вертикальной прокрутки */
    overflow-x: hidden;
    /* Отключение горизонтальной прокрутки */
padding-left:20px;
	  padding-right:20px;
	  padding-bottom:20px;
	  	  padding-top:0px;
    /* Отступы для внутреннего содержимого */
    box-sizing: border-box;
    /* Учитывать отступы в размерах */
    flex-wrap: nowrap;
  }

  .header__call-mb {
    width: 150px;
    max-width: 150px;
  }

  .header__right-mb {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
  }

  .header__call-mb {
    width: 190px;
    margin-top: 10px;
    max-width: 190px;
    height: 40px;
    font-size: 17px;
  }

  .header__phone {
    font-size: 17px;
  }

  .select__city-mb {
    font-size: 19px;
  }
    .info-h2 {
        font-size: 20px;
        line-height: 26px;
    }
}
@media screen and (max-width: 480px) {
	.preim > p:last-child {
    display: none !important;
}
	.preim-on {
		    display: flex;
    flex-direction: column;
    width: 160px;
    align-items: center;
	}
	    .preim-h6 {
        font-size: 18px;
    }
    .preim-on p {
        font-size: 15px;
        text-align: center;
        line-height: 18px;
    }
	    .preim-img {
        max-width: 45px;
    }
	.preim-one {
		margin-right: 10px;
	}
		.preim-two {
		margin-right: 10px;
	}
	.preim {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
		.preim-three {
		margin-right: 10px;
	}
}
@media screen and (max-width: 470px) {
  .footer__bottom-phone {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-right: 15px;
  }
.popup label {
    display: block;
    margin-top: 6px;
    text-align: left;
    font-size: 14px;
    color: #333;
}
  .footer__list--wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .footer__bottom-email {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-right: 15px;
  }

  .footer__bottom-btn {
    margin-bottom: 0px;
    width: 170px;
    height: 45px;
    margin-right: 15px;
    font-size: 16px;
  }

  .footer__bottom-addres {
    margin-bottom: 5px;
    line-height: 120%;
    font-size: 17px;
    font-weight: 600;
  }

  .footer__bottom-metro {
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (max-width: 437px) {
	.burger.active span:nth-child(3) {
    top: 19px;
}
	.burger.active span:nth-child(1) {
    top: 19px;
}
	body {
    padding-top: 72px;
}
  .footer__bottom-phone {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-right: 12px;
  }

  .footer__bottom-email {
    display: flex;
    align-items: center;
    font-size: 17px;
    margin-right: 12px;
  }

  .footer__bottom-btn {
    margin-bottom: 0px;
    width: 165px;
    height: 45px;
    margin-right: 12px;
    font-size: 15px;
  }

  .footer__bottom-div {
    padding: 10px;
  }

  .footer__bottom-day {
    font-size: 15px;
  }

  .footer__bottom-time {
    font-size: 16px;
  }

  .footer__bottom-addres {
    margin-bottom: 5px;
    line-height: 120%;
    font-size: 17px;
    font-weight: 600;
  }

  .footer__bottom-metro {
    font-size: 16px;
    font-weight: 400;
  }
	    .mobile-show {
        display: block;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 411px) {
  .footer__bottom-btn {
    margin-bottom: 0px;
    width: 146px;
    height: 40px;
    margin-right: 10px;
    font-size: 15px;
  }

  .footer__bottom-addres {
    margin-bottom: 5px;
    line-height: 120%;
    font-size: 16px;
  }
    .burger.mobile-hide span:last-child {
        display: none; /* Скрываем текст "Услуги" */
    }
  .footer__bottom-metro {
    font-size: 15px;
    font-weight: 400;
  }

  .title {
    font-size: 21px;
  }

  .subtitle {
    font-size: 16px;
  }

  .title.title_big {
    font-size: 24px;
  }

  .main__bottom {
    margin-top: 30px;
  }

  .review__card--rate {
    display: none;
  }

  .descr {
    font-size: 14px;
  }

  .subtitle.big {
    font-size: 16px;
  }

  .review {
    padding-bottom: 40px;
  }

  .review .section-link {
    background: none;
    padding: 0;
  }

  .section-header .section-link {
    padding: 0;
    background: none;
  }

  .section-header .section-link:hover {
    color: #104D79;
  }

  .out__card--inner {
    align-items: flex-end;
  }

  .review__card {
    padding: 15px;
  }

  .review__card--date {
    font-size: 14px;
  }

  .review__card--name {
    font-size: 14px;
  }

  .absolute-menu .footer__list--wrapper {
    gap: 20px;
    flex-direction: column;
  }
}

@media screen and (max-width: 388px) {
  .footer__bottom-phone {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-right: 8px;
  }

  .footer__bottom-days {
    margin-right: 0;
  }

  .footer__bottom-email {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-right: 5px;
  }

}

@media screen and (max-width: 362px) {
  .footer__bottom-phone {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-right: 5px;
  }
.popup label {
    display: block;
    margin-top: 6px;
    text-align: left;
    font-size: 14px;
    color: #333;
}
  .footer__bottom-btn {
    margin-bottom: 5px;
    width: 160px;
    height: 45px;
    margin-right: 10px;
    font-size: 16px;
  }
	    .mobile-show {
        display: block;
        font-size: 13px;
        width: 80px;
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
    }
	    .burger span {
        position: absolute;
        background-color: white;
        width: 18px;
        height: 2px;
        left: 8px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 345px) {
  .select__city-mb {
    font-size: 18px;
  }

  .header__phone-mb {
    margin-right: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
	.preim-img {
        margin-top: 20px !important;
}
.preim-on p {
			font-size: 17px;
	        margin-top: 5px !important;}
    .preim-h6 {
        font-size: 22px;
    }
}
@media screen and (max-width: 333px) {
  .footer__bottom-phone {
    margin-right: 0px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 17px;
  }

  .footer__bottom-email {
    display: flex;
    align-items: center;
    font-size: 17px;
    margin-right: 0px;
  }
}