/*
Theme Name: Clinic
Author: Clinic
Requires PHP: 5.6
Version: 1.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Nunito';
	text-decoration: none;
	box-sizing: border-box;
	color: rgba(61, 61, 61, 1);
}

a {
	color: #303d4d;
	transition: color .3s ease;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
	z-index: 999;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
	content: none;
}

i {
	font-style: italic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
}

body:after {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(35px);
	-webkit-backdrop-filter: blur(35px);
	position: fixed;
	z-index: inherit;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility  0.3s ease;
}

body.overlay:after {
	opacity: 1;
	visibility: visible;
}

body.overlay {
    overflow: hidden;
}

b.loading_screen {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

b.loading_screen.active {
	visibility: visible;
	opacity: 1;
}

b {
	font-weight: 700;
}

input,
select,
textarea {
	font-family: 'Nunito';
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

::-webkit-input-placeholder {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #626E77;
	transition: color .3s ease;
}

::-moz-placeholder {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #626E77;
	transition: color .3s ease;
}

:-ms-input-placeholder {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #626E77;
	transition: color .3s ease;
}

:-moz-placeholder {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #626E77;
	transition: color .3s ease;
}

*:hover::-webkit-input-placeholder {
	color: rgba(98, 110, 119, 0.5);
}

*:hover::-moz-placeholder {
	color: rgba(98, 110, 119, 0.5);
}

*:hover:-ms-input-placeholder {
	color: rgba(98, 110, 119, 0.5);
}

*:hover:-moz-placeholder {
	color: rgba(98, 110, 119, 0.5);
}

ul:not([class]) {
	margin: 25px 0 25px;
}

ul:not([class]) li {
	position: relative;
	padding-left: 38px;
}

ul:not([class]) li:before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	border: 3px solid #02B2BB;
	border-radius: 50%;
	box-sizing: border-box;
}

ul:not([class]) li:not(:last-child) {
	margin-bottom: 16px;
}

ol:not([class]) {
	margin: 15px 0;
	counter-reset: item;
}

ol:not([class]) li {
	position: relative;
	padding-left: 36px;
}

ol:not([class])>li:before {
	content: counter(item);
	counter-increment: item;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
/* identical to box height, or 167% */


/* Color 3 */
	color: #02B2BB;
	position: absolute;
	top: 1px;
	left: 0;
}

ol:not([class]) li:not(:last-child) {
	margin-bottom: 16px;
}

.container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

@media (max-width: 1360px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

svg {
	fill: inherit;
	stroke: inherit;
	width: inherit;
	height: inherit;
	display: block;
}

path {
	fill: inherit;
	stroke: inherit;
	transition: fill 0.3s ease, stroke 0.3s ease;
}

.modal-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal-wrap {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-block {
    width: calc(100% - 20px);
    max-width: 630px;
    top: -100px;
    opacity: 0;
    z-index: 1;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 42px 20px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(35px);
	-webkit-backdrop-filter: blur(35px);
    opacity: 0;
    transition: opacity .3s ease;
}

.modal-window--open .modal-overlay {
    opacity: 1;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.text-content p:not(:last-child) {
    margin-bottom: 25px;
}

h1 {font-weight: 800;font-size: 36px;line-height: 49px;text-transform: uppercase;}

h2 {font-weight: 800;font-size: 36px;line-height: 49px;text-transform: uppercase;margin-bottom: 20px;}

h3 {font-weight: 800;font-size: 36px;line-height: 49px;}

h4 {font-weight: 700;font-size: 24px;line-height: 33px;margin-bottom: 18px;}

.modal-close--icon {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.modal-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -50px;
    right: -50px;
    cursor: pointer;
    padding: 8px;
    background-color: transparent;
    border: solid 1px #313131;
    border-radius: 50%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 160px;
}

main {
    flex: 1;
}
.upper-header{
	display: flex;
    justify-content: end;
    padding-top: 5px;	
}
.mobile-lang-header {
	display: flex;
    justify-content: center;
    padding: 25px 0;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	border-top:0;
}
.wpml-ls-legacy-dropdown-click{
	width: 8em!important;
    max-width: 100%;
}
.wpml-ls-legacy-dropdown-click a{
	border-radius:20px;
	
}
.wpml-ls-slot-shortcode_actions::before{
	display:none!important;
}
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 100px;
    position: relative;
}

.header-logo {
    width: 100%;
    max-width: 200px;
}
.header-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.header-contact--address {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-column-gap: 10px;
}

.header-contact--address span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.header-contact--address span b {
    font-weight: 700;
}

.header-contact--phone {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-column-gap: 10px;
}

.header-contact--phone a.phone-icon {
    grid-row: 1/4;
}

.header-contact--phone a.phone-number {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.header-contact--phone a.phone-called {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    color: #F08084;
}

.header-contact--phone a.phone-called:hover {
    color: #02B2BB;
}

.header-contact--phone a.phone-number:hover {
    color: #02B2BB;
}

i.icon-phone, i.icon-pin {
    display: block;
    max-width: 34px;
}

.button, button, input[type="submit"] {
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #02B2BB;
    border-radius: 56px;
    display: inline-flex;
    min-height: 50px;
    height: 50px;
    padding: 10px 32px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    justify-content: center;
    font-family: 'Nunito';
}

.button:hover, button:hover, input[type="submit"]:hover {
    background-color: #F08084;
}
.comments__btn {
	display:flex;
	justify-content:center;
	padding: 20px 0 0 0;
}
.star-rating {
  margin: 10px 0 0 0;
  display: grid;
  place-items: center;	
}
.stars {
  display:flex;
  position: relative;
  padding: 1rem;
  white-space: nowrap;
  svg {
    width: 50px;
  }
}

.cover {
  background: white;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  right: 0;
}

.stars svg {
  fill: gold;
}


.header-menu>ul>li>a, .header-menu>ul>li>span {
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
    transition: color .3s ease;
    padding: 20px 5px;
}

.header-menu>ul>li>a:after, .header-menu>ul>li>span:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-image: url('/wp-content/uploads/icons/star.svg');
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: 18px;
	right: -10px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.header-menu ul li a:hover, .header-menu ul li span:hover {
	color: #02B2BB;
}
.highlighting {
	color: #02B2BB;
}
.header-menu ul li a:hover:after, .header-menu ul li span:hover:after {
	opacity: 1;
	visibility: visible;
}

.header-menu>ul {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* column-gap: 20px; */
    /* margin-left: -20px; */
    /* margin-right: -20px; */
	display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.header-right {
    flex: 1;
    padding-top: 20px;
    transition: padding-top .3s ease;
}

.header-menu {
    margin-top: 10px;
}
.main-slider--title {
    font-weight: 800;
    font-size: 44px;
    line-height: 60px;
    text-transform: uppercase;
    position: relative;
}

.main-slider--description {
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    margin-top: 18px;
}

.main-slider--content {
    width: 100%;
    max-width: 600px;
}

.main-slider-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: grab;
}

.main-slider--image {
    width: 100%;
    max-width: 330px;
    height: 505px;
    position: relative;
    margin-left: 16px;
    margin-top: 10px;
}

.main-slider--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 165px;
    overflow: hidden;
    position: relative;
}

.main-slider--additional-image-1 {
    width: 100%;
    max-width: 220px;
    height: 135px;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.main-slider--additional-image-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 68px;
    overflow: hidden;
}

.main-slider--images {
	width: 100%;
	max-width: 520px;
	position: relative;
	display: flex;
	justify-content: center;
}

.main-slider--additional-image-2 {
    width: 100%;
    max-width: 150px;
    height: 90px;
    border-radius: 45px;
    overflow: hidden;
    position: absolute;
    top: 90px;
    right: 0;
}

.main-slider--additional-image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider--image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -16px;
    top: -10px;
    border-radius: 165px;
    border: solid 2px #313131;
    box-sizing: border-box;
}
.main-slider--images:before {
    content: "";
    display: block;
    background-image: url('/wp-content/uploads/icons/dots_1.svg');
    height: 51px;
    width: 210px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}

.main-slider--counter {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin: 0 32px;
}

.main-slider--counter i {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    display: inline-flex;
    margin: 0 5px;
}

.main-slider--counter span:first-child {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #02B2BB;
}
.main-slider--arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
}

button.main-slider--arrow {
    background: none;
    min-height: auto;
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: solid 2px #313131;
    position: relative;
}

i.main-slider--arrow-icon {
    position: absolute;
    top: 50%;
    display: flex;
    width: 40px;
    transition: all .3s ease;
}

.main-slider--arrow-prev i.main-slider--arrow-icon {
    transform: translate(-50%, -50%);
}

.main-slider--arrow-next i.main-slider--arrow-icon {
    transform: translate(50%, -50%);
}

.main-slider--arrow-next:hover i.main-slider--arrow-icon {margin-left: 5px;}

.main-slider--arrow-prev:hover i.main-slider--arrow-icon {
    margin-left: -5px;
}
.main-slider--title:after {
    content: "";
    background-color: #F08084;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 67%;
    left: 19%;
    z-index: -1;
}
.main-slider--title:before {
    content: "";
    background-color: #F3C713;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 34%;
    left: 30%;
    z-index: -1;
}
section.main-slider-section {
    padding: 55px 0;
}

.heart {
	background-image: url('/wp-content/uploads/icons/heart.svg');
	display: inline-flex;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-size: contain;
}
.text-content, .text-content p, .text-content ul li, .text-content ol li {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}
.about-content h2 {
    margin-bottom: 32px;
}

.about-wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    align-items: center;
}

.about-image {
    width: 100%;
    max-width: 400px;
    height: 580px;
    position: relative;
    margin-right: 16px;
    margin-top: 10px;
}

.about-images {
    width: 100%;
    max-width: 518px;
    position: relative;
    padding-bottom: 30px;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px 200px 50px 50px;
    position: relative;
}

.about-additional-image {
    width: 100%;
    max-width: 230px;
    height: 225px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.about-additional-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px 25px 110px 110px;
    border: solid 14px #FEFEFE;
}
.about-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -16px;
    top: -10px;
    border-radius: 200px 200px 50px 50px;
    border: solid 2px #313131;
    box-sizing: border-box;
}

.about-images:before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/icons/dots_2.svg);
    height: 143px;
    width: 100%;
    max-width: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-content {
    max-width: 560px;
    width: 100%;
}

section.about-section {
    padding: 55px 0;
}
.advantage-image {
	--svg: url('data:image/svg+xml,\ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 227 225">\ <path d="M225.2,127.3c4.1,21.3-5.9,42.8-24.8,53.3l-68.5,38c-18.9,10.5-42.5,7.6-58.3-7.2L16.2,158 C0.3,143.2-4.2,119.9,5,100.3l33.1-71C47.2,9.6,68-1.9,89.5,0.8l77.8,9.5c21.5,2.6,38.9,18.8,43,40.1L225.2,127.3z"/>\ </svg>');
	-webkit-mask: var(--svg);
	mask: var(--svg);
	width: 226px;
	height: 224px;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.our-advantages-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 30px;
}
.advantage-image-block:before {
    content: "";
    background-image: url(/wp-content/uploads/icons/polygon.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    left: -13px;
    top: 0;
}
.advantage-image-block:after {
	content: "";
	display: block;
	background-image: url(/wp-content/uploads/icons/dots_3.svg);
	height: 50px;
	width: 195px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 17px;
	left: -46px;
}
.advantage-item {
    display: flex;
    align-items: center;
}

.advantage-image-block {
    position: relative;
    margin-left: -113px;
}
.advantage-content-title {
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
}

.advantage-content-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-top: 18px;
}

.advantage-content {
    background-color: #FAFAFA;
    border-radius: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 150px 16px 45px;
    min-height: 270px;
}
.title-section {
    font-weight: 800;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    margin-bottom: 56px;
    text-transform: uppercase;
}

section.our-advantages-section {
    padding: 55px 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 9999;
    transition: box-shadow .3s ease;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 0%);
}

header.header-row--fixed {
    box-shadow: 0px 4px 40px rgb(0 0 0 / 5%);
}

.header-row--fixed .header-contact {
    order: 2;
}

.header-row--fixed .header-contact--address span {
    display: none;
}

.header-row--fixed .header-contact--phone a.phone-number, .header-row--fixed .header-contact--phone a.phone-called {
    display: none;
}

.header-row--fixed .header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
}

.header-row--fixed .header-menu {
    margin-top: 0;
    flex: 1;
}

.header-row--fixed .header-menu>ul>li>a, .header-row--fixed .header-menu>ul>li>span {
    /* font-weight: 800; */
    /* font-size: 15px; */
    /* line-height: 20px; */
    /* padding: 30px 20px; */
	font-weight: 800;
    font-size: 15px;
    line-height: 25px;
    padding: 25px 0px;
}

.header-row--fixed .button {
    font-weight: 800;
    font-size: 11px;
    line-height: 15px;
    min-height: 40px;
}

.header-row--fixed .header-row {
    column-gap: 40px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.footer-contact--address {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-column-gap: 10px;
}

.footer-contact--address span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.footer-contact--address span b {
    font-weight: 700;
}

.footer-contact--phone {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-column-gap: 10px;
}

.footer-contact--phone a.phone-icon {
    grid-row: 1/3;
}

.footer-contact--phone a.phone-number {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.footer-contact--phone a.phone-called {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    color: #F08084;
}

.footer-contact--phone a.phone-called:hover {
    color: #02B2BB;
}

.footer-contact--phone a.phone-number:hover {
    color: #02B2BB;
}
.footer-menu ul li a, .footer-menu ul li span {
    font-weight: 600;
    font-size: 17px;
    line-height: 36px;
    display: inline-flex;
    position: relative;
}

.footer-menu>ul>li>a, .footer-menu>ul>li>span {
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.footer-copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    display: block;
}

.footer-row {
    display: flex;
    gap: 40px;
}

.footer-menu>ul {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
}

.footer-menu {
    flex: 1;
}
.footer-menu ul.submenu--two-column {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-column-gap: 32px;
}
footer {
    border-top: solid 6px #FAFAFA;
    padding: 75px 0;
}
.footer-menu ul.submenu li a:hover, .footer-menu ul.submenu li span:hover {
    color: #02B2BB;
}

.footer-menu ul.submenu li a:after, .footer-menu ul.submenu li span:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F3C713;
    top: 9px;
    right: -6px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.footer-menu ul.submenu li a:hover:after, .footer-menu ul.submenu li span:hover:after {
    opacity: 1;
    visibility: visible;
}
.specialists-slide--image {
    width: 100%;
    max-width: 416px;
    height: 515px;
    position: relative;
    margin-right: 16px;
    margin-bottom: 10px;
}

.specialists-slide--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px 50px 200px 200px;
}

.specialists-slide--block {
    display: flex;
    align-items: center;
    column-gap: 85px;
    justify-content: space-between;
}

.specialists-slide--image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -16px;
    bottom: -10px;
    border-radius: 50px 50px 200px 200px;
    border: solid 2px #313131;
    box-sizing: border-box;
}

.specialists-slide--content-name a {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    display: block;
}

.specialists-slide--content-term {
    margin-top: 16px;
}

.specialists-slide--content-term a {
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    color: #F08084;
}

.specialists-slide--content-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.specialists-slide--content {
    max-width: 270px;
    width: 100%;
}

.specialists-header .title-section {
    margin-bottom: 0;
}

.specialists-header {
    display: flex;
    align-items: center;
    column-gap: 50px;
    justify-content: space-between;
    margin-bottom: 55px;
}

.specialists-tab {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    cursor: pointer;
    position: relative;
    transition: color .3s ease;
}

.specialists-tabs {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 654px;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 20px;
}
section.specialists-section {
    padding: 55px 0;
}

.specialists-slider {
    width: 100%;
    max-width: 800px;
}
.specialists-tab:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: -10px;
    background-color: #F3C713;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.specialists-tab.active {
    color: #02B2BB;
}

.specialists-tab.active:after {
    opacity: 1;
    visibility: visible;
}

.specialists-tab:hover {
    color: #02B2BB;
}
.specialists-slider--button {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    max-width: 270px;
    height: 340px;
    cursor: pointer;
    position: relative;
}
.specialists-slider--button img {
    border-radius: 50px 50px 200px 200px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.specialists-slider--button:before {
    background-color: #02B2BB;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px 50px 200px 200px;
    opacity: 0;
    transition: opacity .3s ease;
}

.specialists-slider--button:hover:before {
    opacity: .1;
}

.specialists-slider-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: opacity .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.specialists-slider-block.active {
    opacity: 1;
    z-index: 2;
}
.specialists-slider-wrap {
    position: relative;
    height: 525px;
    overflow: hidden;
}
.specialists-slider ul.slick-dots {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: flex;
    column-gap: 20px;
    padding-bottom: 2px;
    max-width: 270px;
    width: 100%;
}

.specialists-slider ul.slick-dots button {
    font-size: 0;
    line-height: 0;
    min-height: auto;
    padding: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #F3C713;
    background-color: transparent;
    transition: all .3s ease;
    position: relative;
}


.specialists-slider ul.slick-dots button:before {
    content: "";
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #02B2BB;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .3s ease;
}

.specialists-slider ul.slick-dots li.slick-active button:before {
    opacity: 1;
}

.specialists-slide--content-name a:hover {
    color: #02B2BB;
}

.specialists-slide--content-term a:hover {
    color: #02B2BB;
}
.promotion-block {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    min-height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 45px;
    border-radius: 140px;
    position: relative;
    margin-bottom: 13px;
}
.promotion-header--title {
    font-weight: 800;
    font-size: 65px;
    line-height: 89px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.promotion-header--date span {
    font-weight: 700;
    font-size: 24px;
    line-height: 101.9%;
    color: #FFFFFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.promotion-header--date {
    display: flex;
    flex-direction: column;
}

.promotion-header {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.promotion-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    margin-top: 5px;
}
.promotion-content {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promotion-button {
    margin-top: 16px;
}

.promotion-button .button {
    min-width: 270px;
}

.promotion-block:after {
    content: "";
    display: block;
    width: calc(100% - 145px);
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: solid 2px #313131;
    border-radius: 140px;
    z-index: -1;
    bottom: -13px;
}
section.promotion-section {
    padding: 55px 0;
}

.author-advantage--image {
	--svg_2:
	url('data:image/svg+xml,\ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87 89">\ <path d="M86.2,54.5c0.1,6.1-2.6,11.9-7.3,15.7L62.7,83.5c-4.7,3.9-10.9,5.4-16.9,4.1l-20.5-4.4c-6-1.3-11-5.2-13.7-10.6 L2.3,53.8c-2.7-5.5-2.8-11.8-0.2-17.4l8.9-19c2.6-5.5,7.5-9.6,13.4-11l20.4-4.9c5.9-1.4,12.2-0.1,17,3.6L78.2,18 c4.8,3.7,7.6,9.5,7.7,15.5L86.2,54.5z"/> \ </svg>');
	-webkit-mask: var(--svg_2);
	mask: var(--svg_2);
	width: 100%;
	height: 100%;
	background-color: #F3C713;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.author-advantage--image-block {
    position: relative;
    width: 87px;
    height: 89px;
    margin-left: 6px;
}

.author-advantage--image-block:before {
    content: "";
    background-image: url(/wp-content/uploads/icons/polygon_2.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    left: -6px;
    top: 0;
}
.author-advantage--image img {
    max-width: 36px;
    max-height: 36px;
}
.author-advantage--title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.author-advantage {
    display: grid;
    grid-template-columns: repeat(auto-fill, 270px);
    justify-content: space-between;
    grid-gap: 30px;
    margin-top: 60px;
}

.author-advantage--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
}
.author-appointment--title {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
}

.author-appointment {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    margin-top: 70px;
}

.author-image--block {
    padding-left: 92px;
    position: relative;
    width: 100%;
    max-width: 506px;
    margin-top: -90px;
}

.author-image {
    width: 100%;
    max-width: 400px;
    height: 580px;
    position: relative;
    margin-left: 16px;
    margin-top: 10px;
    z-index: 2;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px 200px 50px 50px;
    position: relative;
    z-index: 2;
}

.author-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -16px;
    top: -10px;
    border-radius: 200px 200px 50px 50px;
    border: solid 2px #313131;
    box-sizing: border-box;
}

.author-image--block:after {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/icons/dots_4.svg);
    height: 143px;
    width: 100%;
    max-width: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.author-block {
    display: flex;
    justify-content: space-between;
}

.author-content {
    width: 100%;
    max-width: 600px;
}

.author-section .title-section {
    text-align: left;
    margin-bottom: 32px;
}

section.author-section {
    padding: 55px 0;
}


.review-image {
	--svg_3:
	url('data:image/svg+xml,\ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 118 116">\ <path class="st0" d="M44.4,5.7c8.8-6.4,20.6-6.4,29.4,0l33.7,24.5c8.8,6.4,12.4,17.7,9.1,28l-12.9,39.7 c-3.3,10.3-12.9,17.3-23.8,17.3H38.2c-10.8,0-20.4-7-23.8-17.3L1.5,58.1c-3.3-10.3,0.3-21.6,9.1-28L44.4,5.7z"/> \ </svg>');
	-webkit-mask: var(--svg_3);
	mask: var(--svg_3);
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
}

.review-image-block:before {
    content: "";
    background-image: url(/wp-content/uploads/icons/polygon_3.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    left: -8px;
    bottom: -8px;
}
.review-quote {
    width: 40px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: 72px;
}

.review-item:nth-child(3n + 1) .review-quote {
    fill: #F3C713;
}

.review-item:nth-child(3n + 2) .review-quote {
    fill: #F08084;
}

.review-item:nth-child(3n + 3) .review-quote {
    fill: #02B2BB;
}

.review-item {padding-top: 42px;}

.review-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #F08084;
    margin-top: 16px;
}

.review-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
    text-align: center;
}
.review-name {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    width: 100%;
    max-width: 130px;
    flex: 1;
    margin-left: 36px;
}
.review-image-block {
    width: 118px;
    height: 116px;
    position: absolute;
    top: -43px;
    left: 10px;
}

.reviews-slider ul.slick-dots {
    display: flex;
    column-gap: 20px;
    padding-bottom: 2px;
    width: 100%;
    justify-content: center;
    margin-top: 55px;
}

.reviews-slider ul.slick-dots button {
    font-size: 0;
    line-height: 0;
    min-height: auto;
    padding: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #F3C713;
    background-color: transparent;
    transition: all .3s ease;
    position: relative;
}


.reviews-slider ul.slick-dots button:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 6px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #02B2BB;
    border-radius: 6px;
    opacity: 0;
    transition: all .3s ease;
}

.reviews-slider ul.slick-dots li.slick-active button:before {
    opacity: 1;
    width: 40px;
}
.review-block {
    position: relative;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #FAFAFA;
    border-radius: 110px;
    padding: 40px 30px 25px;
}

.reviews-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.reviews-slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}
section.reviews-section {
    padding: 55px 0 85px;
}
.reviews-slider ul.slick-dots li.slick-active button {
    margin: 0 10px;
}
.review-button:hover {
    color: #02B2BB;
}
.modal-close--icon:before, .modal-close--icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: #313131;
    transition: all .3s ease;
}

.modal-close--icon:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close--icon:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-close:hover .modal-close--icon:before,
.modal-close:hover .modal-close--icon:after {
    transform: translate(-50%, -50%) rotate(0deg);
}
.wpcf7-response-output {
    display: none;
}
.block-contact-form--title.block-title {
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
}
input, select, textarea {
    min-height: 55px;
    padding: 10px 32px;
    box-sizing: border-box;
    outline: transparent;
    border: none;
    border-radius: 30px;
    background-color: #f3f3f3;
    max-width: 100%;
}

.block-contact-form--wrap {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}

input[type="submit"] {
    margin-bottom: 0;
}

.block-contact-form--title-wrap {
    margin-bottom: 26px;
}
#messages .block-contact-form--tagline.block-tagline {
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    color: #F08084;
    margin-bottom: 10px;
}

#messages  .block-contact-form--title.block-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-transform: unset;
    text-align: left;
}

#messages .block-contact-form--title-wrap {
    margin-bottom: 0;
}
.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    display: block;
    white-space: nowrap;
    bottom: -12px;
    font-size: 12px;
    left: 32px;
    display: none;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 12px;
}

input[type="submit"].wpcf7-form-control {
    margin-top: 2px;
}
.socials-block {position: fixed;left: 1170px;right: 0;margin: 0 auto;display: flex;top: 50%;transform: translateY(-50%);z-index: 3;flex-direction: column;width: 50px;background-color:rgb(255 255 255 / 50%);border-radius: 50px;row-gap: 10px;}

.socials-block a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #FAFAFA;
    border-radius: 50%;
    transition: all .3s ease;
}
.socials-block a:hover {
    background-color: rgb(24 178 186 / 10%);
}
@media (max-width: 1220px) {
    .socials-block {
        left: auto;
        right: 0px;
    }
}
.header-submenu-wrap {
    position: absolute;
    /* left: 10%; */
    top: 100%;
    width: auto;
    background: #FFFFFF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 50px 70px;
    transform: translateY(-40px);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.header-submenu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header-submenu-image--block {
    width: 100%;
    max-width: 330px;
    position: relative;
    /* display: flex; */
    display: none;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity .3s ease;
}

.header-submenu-image--block.visible {
    opacity: 1;
}

.header-menu .header-submenu>ul.submenu>li>a, .header-menu .header-submenu>ul.submenu>li>span {
display: block;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 36px;
}

.header-menu .header-submenu ul.submenu li ul.submenu li a, .header-menu .header-submenu ul.submenu li ul.submenu li span {
    font-weight: 600;
    font-size: 17px;
    line-height: 36px;
    position: relative;
    display: inline-flex;
}

.header-menu .header-submenu ul.submenu li ul.submenu li a:after, .header-menu .header-submenu ul.submenu li ul.submenu li span:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F3C713;
    top: 9px;
    right: -6px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.header-menu .header-submenu ul.submenu li ul.submenu li a:hover:after, .header-menu .header-submenu ul.submenu li ul.submenu li span:hover:after {
    opacity: 1;
    visibility: visible;
}

.header-menu .header-submenu>ul.submenu {
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* justify-content: space-between; */
    /* width: 100%; */
    /* grid-column-gap: 30px; */
    /* grid-row-gap: 50px; */
	display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
    flex-direction: column;
}
.header-row--fixed .header-right {
    padding-top: 0;
}
.header-row--fixed .header-menu>ul>li>a:after, .header-row--fixed .header-menu>ul>li>span:after {
    top: 28px;
}
.header-open-submenu:hover .header-submenu-wrap {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.header-submenu-image {
    width: 100%;
    max-width: 270px;
    height: 176px;
    position: relative;
    margin-left: 8px;
    margin-top: 5px;
}

.header-submenu-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -8px;
    top: -5px;
    border-radius: 165px;
    border: solid 1px #313131;
    box-sizing: border-box;
}

.header-submenu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 165px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.header-submenu-image--block:before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/icons/dots_1.svg);
    height: 51px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 5px);
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.modal-row {
    display: flex;
    column-gap: 28px;
    align-items: center;
}

.modal-additional-image {
    width: 100%;
    max-width: 138px;
    height: 84px;
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: 1;
}

.modal-additional-image img {
    width: 100%;
    height: 100%;
    border-radius: 68px;
    object-fit: cover;
}

.modal-image {
    width: 100%;
    max-width: 220px;
    height: 330px;
    position: relative;
    margin-top: 6px;
    margin-left: 7px;
}

.modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 165px;
    position: relative;
    z-index: 1;
}

.modal-images {
    width: 100%;
    max-width: 270px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    flex-shrink: 0;
}

.modal-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -7px;
    top: -6px;
    border-radius: 165px;
    border: solid 2px #313131;
    box-sizing: border-box;
}

.modal-images:before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/icons/dots_3.svg);
    height: 40px;
    width: 195px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.block-contact-form--wrap input:not([type="submit"]), .block-contact-form--wrap select, .block-contact-form--wrap textarea {
    max-width: 100%;
    width: 100%;
    border: 1.5px solid #F3F3F3;
    background-color: transparent;
    min-height: 50px;
    text-align: center;
}

.block-contact-form--wrap input[type="submit"] {
    width: 100%;
}

.wpcf7-spinner {
    display: none;
}
.block-contact-form--wrap input:not([type="submit"]).wpcf7-not-valid, .block-contact-form--wrap select.wpcf7-not-valid, .block-contact-form--wrap textarea.wpcf7-not-valid {
    border-color: #dc3232;
}
.modal-content {
    width: 100%;
}
h1.page-title {
}

.doctor-photo {
    border-radius: 50px 50px 200px 200px;
    overflow: hidden;
    width: 100%;
    max-width: 270px;
    height: 340px;
}

.doctor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor-fio a {
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    display: block;
}
.doctor-specialist {
	font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    display: block;
    text-align: center;
}
.doctors-list {
    display: grid;
    grid-gap: 60px 30px;
    grid-template-columns: repeat(auto-fill, 270px);
    justify-content: center;
    margin-top: 110px;
}
.inner_container {
    padding: 50px 0 120px;
}
.doctor-fio {
    margin-top: 24px;
}

.doctor-fio a:hover {
    color: #F08084;
}

.posts-list {
    display: grid;
    grid-gap: 60px 30px;
    grid-template-columns: repeat(auto-fill, 270px);
    justify-content: center;
}

.post-title a {
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    display: block;
}

.post-photo {
    width: 100%;
    height: 240px;
    border-radius: 50px;
    overflow: hidden;
}

.post-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-title {
    margin-top: 24px;
}

.post-title a:hover {
    color: #F08084;
}

.doctor-photo:hover + .doctor-fio a, .post-photo:hover + .post-title a {
    color: #F08084;
}
.header-title-wrap {
    margin-bottom: 54px;
    display: flex;
    justify-content: center;
    column-gap: 40px;
}

.header-sections {width: 100%;max-width: 670px;display: flex;column-gap: 74px;row-gap: 20px;flex-wrap: wrap;justify-content:center;}

.header-sections a, .header-sections span {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    transition: color .3s ease;
    position: relative;
    cursor: pointer;
}

.header-sections a:hover, .header-sections span:hover,
.header-sections a.active, .header-sections span.active {
    color: #02B2BB;
}

.header-sections a:before, .header-sections span:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    background-color: #F3C713;
    position: absolute;
    top: 4px;
    right: -8px;
    z-index: -1;
    opacity: 0;
    transition: opacity .3s ease;
}

.header-sections a.active:before, .header-sections span.active:before {
    opacity: 1;
}
.header-sections.header-sections--small {
    column-gap: 35px;
    row-gap: 15px;
    margin-top: 4px;
}

.header-sections.header-sections--small a, .header-sections.header-sections--small span {
    font-size: 28px;
    line-height: 34px;
}

.header-sections.header-sections--small a:before, .header-sections.header-sections--small span:before {
    width: 10px;
    height: 10px;
    top: 6px;
    right: -2px;
}
.doctor-photo--big {
    width: 100%;
    max-width: 400px;
    height: 560px;
    position: relative;
    margin-right: 16px;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.doctor-photo--big:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -16px;
    bottom: -10px;
    border-radius: 50px 50px 200px 200px;
    border: solid 2px #313131;
    box-sizing: border-box;
}

.doctor-photo--big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px 50px 200px 200px;
}

.doctor-wrap {
    display: flex;
    row-gap: 40px;
    column-gap: 84px;
}

.doctor-info-fio {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 25px;
}
.doctor-info-fields {
    display: grid;
    grid-template-columns: 140px auto;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
}

.doctor-info-field--name {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.doctor-info-field--value {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.doctor-info {
    width: 100%;
    max-width: 570px;
    padding-top: 34px;
}

.doctor-info-specialist a {
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    color: #F08084;
}

.doctor-info-specialist {
    margin-bottom: 38px;
}

.doctor-info-button {
    margin-top: 84px;
}
.doctor-info-specialist a:hover {
    color: #02B2BB;
}
.specialists-block {
    display: none;
    opacity: 0;
    transition: opacity .3s ease;
}

.specialists-block.active {
    display: block;
    opacity: 1;
}

.doctors-list ul.slick-dots {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    padding-bottom: 2px;
    width: 100%;
    margin-top: 52px;
}

.doctors-list ul.slick-dots button {
    font-size: 0;
    line-height: 0;
    min-height: auto;
    padding: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #F3C713;
    background-color: transparent;
    transition: all .3s ease;
    position: relative;
}


.doctors-list ul.slick-dots button:before {
    content: "";
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #02B2BB;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .3s ease;
}

.doctors-list ul.slick-dots li.slick-active button:before {
    opacity: 1;
}

.doctors-list .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
.doctors-list .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}
.reviews-wrap {
    margin-top: 100px;
}
.doctors-list.doctors-list--light {
    margin-top: 0;
}
.reviews-section .reviews-wrap {
    margin-top: 0;
}
.button-back--arrow,
.button-go--arrow {
    background: none;
    min-height: auto;
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: solid 2px #313131;
    position: relative;
    display: block;
}

.button-back--arrow {
    margin-left: 18px;
}

.button-go--arrow {
    margin-right: 18px;
}

.button-back--arrow img,
.button-go--arrow img {
    position: absolute;
    width: 36px;
    height: 10px;
    top: 50%;
    transition: transform .3s ease;
    z-index: 3;
}

.button-back--arrow img {
    transform: translate(-50%, -50%);
}
.button-go--arrow img {
    transform: translate(50%, -50%);
}

.button-back {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    column-gap: 25px;
    transition: all .3s ease;
    cursor: pointer;
}

.button-back:hover {
    color: #18b2ba;
}

.button-back:hover .button-back--arrow img {
    transform: translate(calc(-50% - 5px), -50%);
}

.button-back.no-active {
    pointer-events: none;
    opacity: .3;
}
.section-back-button {
    margin-bottom: 80px;
}
.price-block {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    display: none;
    opacity: 0;
    transition: opacity .3s ease;
}

.price-block.active {
    opacity: 1;
    display: block;
}

.price-description {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.price-item {
    background-color: #FAFAFA;
    border-radius: 44px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    padding: 15px 35px;
}

span.price-item--name {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

span.price-item--value {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #02B2BB;
    flex-shrink: 0;
}

.price-items {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}

.photo-items-first .photo-item--photo {
    width: 100%;
    max-width: 400px;
    height: 580px;
    position: relative;
    margin-right: 16px;
    margin-top: 10px;
}

.photo-items-first .photo-item--photo:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -16px;
    top: -10px;
    border-radius: 200px 200px 50px 50px;
    border: solid 2px #313131;
    box-sizing: border-box;
}

.photo-items-first .photo-item--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px 200px 50px 50px;
    position: relative;
}

.photo-item--caption {
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    margin-top: 30px;
}
.photo-block-slider {
    display: grid;
    align-items: center;
    grid-template-columns: 416px 570px;
    justify-content: space-between;
}

.photo-block {
    width: 100%;
    max-width: 1070px;
    opacity: 0;
    transition: opacity .3s ease;
    display: none;
}
.photo-block.active {
    display: block;
    opacity: 1;
}
.photo-items-second .photo-item--photo {
    width: 100%;
    max-width: 270px;
    height: 340px;
}

.photo-item--photo img {
    border-radius: 200px 200px 50px 50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo-items-second .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

.photo-items-second .slick-list {
    margin-left: -15px;
    margin-right: -15px;    
}
#regular-page h1, #regular-page h2, #regular-page h3 {
    text-align: center;
    display: block;
}

#regular-page h1 {
    margin-bottom: 55px;
}

#regular-page .container {
    max-width: 780px;
}

.page-header-image {
    width: 100%;
    max-width: 770px;
    padding-top: 52%;
    position: relative;
    margin-right: 16px;
    margin-bottom: 80px;
    margin-top: 34px;
}

.page-header-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -10px;
    bottom: -10px;
    border: solid 2px #313131;
    box-sizing: border-box;
    border-radius: 50px;
}

.page-header-image img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

#regular-page h3 {
    margin-bottom: 30px;
}
.contact-block--title {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 8px;
    position: relative;
}

.contact-block--description {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.contact-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.contact-block--button {
    margin-top: 30px;
}

.contact-block--title:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #F08084;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: -5px;
}

.modal-slider {
    display: none;
}

#gallery .modal-block {
    padding: 0;
    max-width: 770px;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

#gallery .modal-block .modal-body {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.modal-slider {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.modal-slider .slick-list {
    width: 100%;
    height: 100%;
}

.modal-slider .slick-track {
    height: 100%;
}

.modal-slide {
    width: 100%;
    height: 100%;
}

.modal-slide--image {
    width: 100%;
    height: calc(100% - 60px);
}

.modal-slide--image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.modal-slide--caption {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    justify-content: center;
    align-items: self-end;
    height: calc(100% - calc(100% - 60px));
    padding-top: 10px;
}
.button-go--arrow:before, .button-back--arrow:before {
    content: "";
    background-color: #F3C713;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    display: block;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0;
    transition: opacity .3s ease;
}

.button-go--arrow:after, .button-back--arrow:after {
    content: "";
    background-color: #F3C713;
    width: calc(100% + 22px);
    height: calc(100% + 22px);
    display: block;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0;
    transition: opacity .3s ease;
}

button.modal-slide-arrow {
    height: auto;
    background: none;
    min-height: auto;
    padding: 0;
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
button.photo-block-arrow {
    height: auto;
    background: none;
    min-height: auto;
    padding: 0;
}
.modal-slide-arrow[data-button="prev"]:hover .button-back--arrow img,
.photo-block-arrow[data-button="prev"]:hover .button-back--arrow img {
    transform: translate(calc(-50% - 5px), -50%);
}

.modal-slide-arrow[data-button="next"]:hover .button-go--arrow img,
.photo-block-arrow[data-button="next"]:hover .button-go--arrow img {
    transform: translate(calc(50% + 5px), -50%);
}

.modal-slide-arrow[data-button="next"]:hover .button-go--arrow:before,
.modal-slide-arrow[data-button="prev"]:hover .button-back--arrow:before,
.photo-block-arrow[data-button="next"]:hover .button-go--arrow:before,
.photo-block-arrow[data-button="prev"]:hover .button-back--arrow:before {
    opacity: 1;
}

.modal-slide-arrow[data-button="next"]:hover .button-go--arrow:after,
.modal-slide-arrow[data-button="prev"]:hover .button-back--arrow:after,
.photo-block-arrow[data-button="next"]:hover .button-go--arrow:after,
.photo-block-arrow[data-button="prev"]:hover .button-back--arrow:after {
    opacity: .2;
}
button.modal-slide-arrow[data-button="prev"],
button.photo-block-arrow[data-button="prev"] {
    left: -64px;
}

button.modal-slide-arrow[data-button="next"],
button.photo-block-arrow[data-button="next"] {
    right: -64px;
}

.photo-item--photo {
    position: relative;
    cursor: zoom-in;
}
.photo-item--photo::after {
    content: "";
    background-image: url('/wp-content/uploads/images/loading.svg');
    background-color: rgb(255 255 255 / 70%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    border-radius: 200px 200px 50px 50px;
}
.photo-item.loading .photo-item--photo::after {
    opacity: 1;
    visibility: visible;
}

.photo-block--counter {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin: 0 32px;
}

.photo-block--counter i {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    display: inline-flex;
    margin: 0 5px;
}

.photo-block--counter span:first-child {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #02B2BB;
}
.photo-block-arrows {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 570px;
    width: 100%;
    margin-left: auto;
    margin-top: -40px;
}
.doctor-specialist a {
    font-size: 16px;
    line-height: 26px;
    color: #F08084;
}

.doctor-specialist a:hover {
    color: #18b2ba;
}
.\34 04-image-block {
    width: 100%;
    max-width: 270px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    flex-shrink: 0;
}

.\34 04-image-block:before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/icons/dots_3.svg);
    height: 40px;
    width: 195px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.\34 04-image {
    width: 100%;
    max-width: 220px;
    height: 330px;
    position: relative;
    margin-top: 6px;
    margin-left: 7px;
}

.\34 04-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -7px;
    top: -6px;
    border-radius: 165px;
    border: solid 2px #313131;
    box-sizing: border-box;
}

.\34 04-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 165px;
    position: relative;
    z-index: 1;
}

.\34 04-block span:nth-child(1) {
    font-weight: 800;
    font-size: 402.986px;
    text-transform: uppercase;
    color: #02B2BB;
}
.\34 04-block span:nth-child(3) {
    font-weight: 800;
    font-size: 402.986px;
    text-transform: uppercase;
    color: #F3C713;
}

.\34 04-block {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}

.\34 04-head {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.\34 04-wrap .container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.\34 04-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.\34 04-description {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.\34 04-button {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.form-reviews input, .form-reviews textarea {
    width: 100%;
}

.form-reviews textarea {
    min-height: 109px;
}

#reviews .modal-block {
    max-width: 400px;
}

form.form-reviews {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.field-block {
    position: relative;
}

.error-field {
    position: absolute;
    top: calc(100% - 9px);
    white-space: nowrap;
    font-size: 12px;
    color: red;
    background-color: #fff;
    border-radius: 30px;
    line-height: 14px;
    padding: 2px 12px;
    left: 25px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
}
span.text-success {
    color: #02B2BB;
    text-align: center;
    display: block;
}
.header-contact--phone a.phone-number span {
	color:#F08084;
	font-weight: bold;
	font-size: 1.06em;
}
.header-contact--phone a.phone-number span:hover {
	color:#02B2BB;
	font-weight: bold;
	font-size: 1.06em;
	/*text-shadow: 2px 1px 2px red;*/
}
.footer-blog {
	text-align: center;
}

.services__slider {
  max-width: 1000px;
  margin: 0 auto;
  padding-top:50px;
}
.services__item-title {
	text-align: center;
    width: 100%;
    display: block;
    font-weight: 600;
    padding: 5px 0;
}
.slick-slide {
  margin: 0 5px;
}
.slick-list {
  margin: 0px -5px 0px -5px;
}
button.slick-next, button.slick-prev {
	padding: 10px 20px;
}
button.slick-next {
  right: -50px;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat;
}
button.slick-next:hover {
	right: -60px;
	transition: 0.3s ease-in-out;
}
.slider .slick-arrow.slick-disabled {
  opacity: 0.2;

}
button.slick-prev {
  left: -50px;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0
    0 / 100% no-repeat;
}
button.slick-prev:hover{
	left: -60px;
	transition: 0.3s ease-in-out;
}
.services__slider img {
width: 100%;
    height: auto;
}
@media (max-width:400px){
	.services__slider img{
		width: 100%;
    height: auto;
	}
}

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.services__item.slick-slide img
{
    display: block;
	border-radius:15px;
}
.slick-slide img:hover{
	opacity: 0.8;
    transition: .3s ease-in-out;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
  position: absolute;
  top: 50%;
  margin: -25px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 30px;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.archive-description {
    color: #3D3D3D;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 500;
    line-height: normal;
    max-width: 770px;
    width: 100%;
    margin: 0 auto 70px;
}

.posts-list.posts-list--sedation {
    grid-template-columns: repeat(auto-fill, 370px);
    max-width: 770px;
    width: 100%;
    margin:  0 auto;
    grid-gap: 42px 30px;
}

.posts-list.posts-list--sedation .post-photo {
    height: 200px;
    border-radius: 12px;
}

.posts-list.posts-list--sedation .post-title a {
    text-align: left;
}

.contact-block.contact-block--sedation {
    width: 100%;
    max-width: 770px;
    margin: 100px auto 0;
}

.posts-list.posts-list--main_sedation {
    margin:  0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
}

.posts-list.posts-list--main_sedation .post-title a {
    text-align: left;
}


.section-buttons {
    margin-top: 45px;
}

section.sedation-section {
    padding: 55px 0 85px;
}

.section-buttons .button {
    width: clamp(300px, 2vw, 370px);
}

.section-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.posts-list.posts-list--main_sedation .post-title {
    padding: 0 40px;
}

.posts-list.posts-list--main_sedation .post-block {
    flex: 1 0 calc(50% - 30px);
    min-width: 300px;
}
#websiteSelect {
	    display: block;
    text-decoration: none;
    color: #444;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1;
    min-height: 30px;
}
.video-gallery-container h1 {
	text-align: center;
    margin-bottom: 40px;
}
.video-gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.video-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.video-item {
    text-align: center;
}

.video-player {
    width: 100%;
    height: auto;
    max-width: 240px;
    border-radius: 20px;
	object-fit: cover; /* Обрезка постера для заполнения области */
	min-height: 426px;
}

.video-title {
    margin-top: 10px;
    font-size: 1.2em;
    color: #333;
}