/*!
Theme Name: vrach
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vrach
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vrach is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

._lock {
	overflow: hidden;
}

.site-main {
	padding-top: 122px;
}

.breadcrumb_last {
	color: var(--txt, #2F2F2F);
	font-family: Inter;
	font-size: 12px;
	line-height: 140%; /* 16.8px */
}

#breadcrumbs a {
	color: #ABABAB;
	font-family: Inter;
	font-size: 12px;
	line-height: 140%; /* 16.8px */
}

#breadcrumbs {
	margin-bottom: 20px;
	color: #ABABAB;
	font-family: Inter;
	font-size: 12px;
	line-height: 140%; /* 16.8px */
}

.page-title {
	margin-bottom: 40px;
	color: #000;
	font-family: Inter;
	font-size: clamp(24px, 5vw, 45px);
	font-weight: 500;
	line-height: 130%; /* 58.5px */
	text-transform: uppercase;
}

.about__banner-img {
	margin-bottom: 60px;
}

.reviews__btn {
	padding: 16px 30px;
	border-radius: 5px;
	background: var(--actent, #324BA6);
	color: var(--white, #FFF);
	font-family: Inter;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	cursor: pointer;
}

.licenses__item {
	border-radius: 10px;
    background: var(--bgr_card, #F6F6F6);
	padding: 77px 44px;
	display: flex !important;
    justify-content: center;
    align-items: center;
}

.licenses__item-img {
	height: 174px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px 0 20px 0;
  z-index: 90;
  width: 100%;
  transition: 0.3s;
}

.header.fixed {
  border-radius: 0px 0px 10px 10px;
  background-color: #FFF;
  padding: 40px 0 10px 0;
}

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

.menu__list {
  display: flex;
  align-items: center;
  gap: 25px;
}

.menu__link {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.main {
  background: #F0F0F0;
  position: relative;
}

.main:after {
  background-image: url('assets/images/doctor.png');
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  position: absolute;
  content: '';
  width: 941px;
  height: 679px;
}

.header__socials {
  display: flex;
  gap: 20px;
}

.header__tel {
  padding: 14px 40px;
  border-radius: 5px;
  border: 2px solid #324BA6;
  color: #324BA6;
  font-family: Inter;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 10;
}

.main__inner {
  padding: 207px 0 250px 0;
}

.main__title {
  margin-bottom: 20px;
  color: #363636;
  font-family: Inter;
  font-size: clamp(24px, 5vw, 45px);
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  max-width: 606px;
  width: 100%;
}

.subtitle {
  max-width: 419px;
  width: 100%;
  margin-bottom: 30px;
  color: #717171;
  font-family: Inter;
  font-size: clamp(14px, 5vw, 18px);
  line-height: 140%;
}

/* services start */

.services {
  padding: 120px 0 60px 0;
}

.title {
  color: #000;
  font-family: Inter;
  font-size: clamp(22px, 5vw, 30px);
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.services__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.services__item {
  padding: 30px;
  border-radius: 10px;
  background-color: #F6F6F6;
  height: 294px;
  width: 100%;
  position: relative;
}

.services__item:nth-child(1),
.services__item:nth-child(4),
.services__item:nth-child(5),
.services__item:nth-child(8),
.services__item:nth-child(9),
.services__item:nth-child(12),
.services__item:nth-child(13){
  max-width: 59%;
}

.services__item:nth-child(2),
.services__item:nth-child(3),
.services__item:nth-child(6),
.services__item:nth-child(7),
.services__item:nth-child(10),
.services__item:nth-child(11),
.services__item:nth-child(14),
.services__item:nth-child(15){
  max-width: 38%;
}

.services__item-title {
  margin-bottom: 20px;
  color: #000;
  font-family: Inter;
  font-size: clamp(24px, 5vw, 28px);
  line-height: 130%;
}

.services__item-list--item {
  margin-bottom: 5px;
  color: #717171;
  font-family: Inter;
  font-size: 20px;
  line-height: normal;
}

.services__item-link {
  padding: 16px 30px;
  border-radius: 5px;
  background-color: #324BA6;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  border: 1px solid #324BA6;
}

.services__item-list ul li {
	margin-bottom: 5px;
	color: #717171;
	font-family: Inter;
	font-size: clamp(18px, 5vw, 20px);
	line-height: normal;
	position: relative;
	padding-left: 32px;
}

.services__item-list ul li:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 50%;
	transform: translatey(-50%);
	left: 10px;
	background-color: #717171;
}

/* services end */

/* about start */

.about {
  padding: 60px 0;
}

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

.about__content {
  max-width: 712px;
}

.about__text,
.about__text p {
  font-family: Inter;
  font-size: clamp(14px, 5vw, 18px);
  line-height: 140%;
  margin-bottom: 10px;
}

.about__advantages span {
  padding: 20px;
  border-radius: 5px;
  background-color: #F6F6F6;
  max-width: 234px;
  text-align: center;
  width: 100%;
  color: #324BA6;
  font-family: Inter;
  font-size: clamp(16px, 5vw, 18px);
  line-height: 140%;
  display: inline-block;
}

.about__advantages {
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.about__licenses {
  border-bottom: 1px solid #717171;
  color: #717171;
  font-family: Inter;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
}

/* about end */

/* target start */

.target {
  padding: 140px 0 200px 0;
  border-radius: 30px;
  background: #324BA6;
  margin: 60px 0;
}

.target__inner-title {
  margin-bottom: 30px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: clamp(14px,5vw, 20px);
  line-height: 140%;
  text-transform: uppercase;
}

.target__text {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: clamp(18px, 5vw, 35px);
  line-height: 140%;
  text-transform: uppercase;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

/* target end */

/* reviews start */

.reviews {
  padding: 60px 0;
}

.reviews__inner {
  position: relative;
}

.reviews-2 .reviews__items {
	padding-top: 88px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.reviews-2 .reviews__item {
	max-width: 590px;
	width: 100%;
}

.reviews__link {
  padding: 16px 70px;
  border-radius: 5px;
  border: 1px solid #C4C4C4;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.reviews__item {
	padding: 30px;
	border-radius: 10px;
	background-color: var(--bgr_card, #F6F6F6);
	position: relative;
}

.reviews__item svg {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.reviews__item-data {
	margin-bottom: 8px;
	color: var(--sec_txt, #717171);
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

.reviews__item-name {
	margin-bottom: 20px;
	font-family: Inter;
	font-size: clamp(20px, 5vw, 24px);
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}

.reviews__item-text {
	margin-bottom: 111px;
	color: var(--sec_txt, #717171);
	font-family: Inter;
	font-size: 16px;
	line-height: 140%; /* 22.4px */
}

.reviews__item-more {
	border-bottom: 1px solid var(--sec_txt, #717171);
	color: var(--sec_txt, #717171);
	font-family: Inter;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
}

.swiper-buttons {
  display: flex;
  justify-content: end;	
  margin-top: 40px;
  gap: 30px;
}

.swiper-button-disabled {
	opacity: 0.3;
}

.swiper-button-prev,
.swiper-button-next {
	cursor: pointer;
}

/* reviews end */

/* advantages start */

.advantages {
  padding: 60px 0;
}

.advantages__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px 20px;
}

.advantages__item {
	max-width: 48%;
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: start;
}

.advantages__item-title {
	margin-bottom: 10px;
	font-family: Inter;
	font-size: 16px;
	line-height: 140%; /* 22.4px */
}

.advantages__item-text {
	color: var(--sec_txt, #717171);
	font-family: Inter;
	font-size: 16px;
	line-height: 140%; /* 22.4px */
}

.advantages__item-img {
  width: 40px;
  height: 40px;
}

/* advantages end */

/* form start */

.form {
  margin: 60px 0;
}

.form__inner {
  padding: 20px;
  border-radius: 10px;
  background-color: #324BA6;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.form__inner-item {
  position: relative;
  padding: 20px;
}

.form .title {
  margin-bottom: 17px;
  color: #FFF;
  font-family: Inter;
  font-size: clamp(22px, 5vw, 30px);
  line-height: 130%;
  text-transform: uppercase;
}

.form__text {
  color: #FFF;
  font-family: Inter;
  font-size: clamp(14px, 5vw, 16px);
  line-height: 140%;
  max-width: 530px;
  width: 100%;
}

.form__mail-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.form__mail-title {
  margin-bottom: 10px;
  color: #FFF;
  font-family: Inter;
  font-size: clamp(14px, 5vw, 16px);
  line-height: 140%;
}

.form__mail {
  color: #FFF;
  font-family: Inter;
  font-size: clamp(14px, 5vw, 16px);
  line-height: 140%;
}

.form__content {
	padding: 20px;
	border-radius: 10px;
    background: var(--white, #FFF);
	max-width: 570px;
	width: 100%;
}

.form__input,
.form-textarea {
	padding: 20px;
	border: none;
	border-bottom: 1px solid var(--border, #C4C4C4);
	color: var(--black, #000);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	width: 100%;
	outline: none;
	margin-bottom: 20px;
}

.form__input::placeholder,
.form-textarea::placeholder {
	color: var(--black, #000);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
}

.form-textarea {
  resize: none;
  height: 100px;
}

.form-btn {
  border-radius: 5px;
  background-color: #324BA6;	
  padding: 16px 30px;
  max-width: 347px;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: pointer;
  border: none;
}

#footer .form-btn {
  border-radius: 5px;
  background-color: #324BA6;	
  padding: 16px 30px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: pointer;
  border: none;
}

.form__policy {
	color: var(--sec_txt, #717171);
	font-family: Inter;
	font-size: 12px;
	line-height: normal;
}

.form__policy span {
	text-decoration-line: underline;
}

/* form end */

/* faq start */

.faq {
  margin: 120px 0;
}

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

.faq__items {
  max-width: 590px;
  width: 100%;
}

.faq__item {
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #F6F6F6;
}

.faq__item-title {
	padding: 20px;
    cursor: pointer;
	font-family: Inter;
	font-size: 18px;
	line-height: 140%; /* 25.2px */
	position: relative;
}

.faq__item-text {
	display: none;
	color: var(--sec_txt, #717171);
	font-family: Inter;
	font-size: 16px;
	line-height: 140%; /* 22.4px */
	padding: 0 60px 20px 40px;
}

.faq__item-title::before {
    transform: rotate(90deg);
}

.faq__item-title.active::before {
    transform: rotate(0);
}

.faq__item-title::before, 
.faq__item-title::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #324BA6;
    right: 20px;
    top: 50%;
    transition: all .3s;
}

/* faq end */

/* articles start */

.articles {
	margin-bottom: 120px;
}

.articles__inner {
	position: relative;
}

.articles__link {
	position: absolute;
	right: 0;
	top: 0;
	padding: 16px 70px;
	border-radius: 5px;
	border: 1px solid var(--border, #C4C4C4);
	color: var(--black, #000);
	font-family: Inter;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	display: block;
}

.articles__item-content {
	padding: 20px 20px 0 20px;
}

.articles__item-title {
	margin-bottom: 10px;
	color: var(--black, #000);
	font-family: Inter;
	font-size: 18px;
	line-height: 140%; /* 25.2px */
}

.articles__item-text {
	color: var(--sec_txt, #717171);
	font-family: Inter;
	font-size: 18px;
	line-height: 140%; /* 25.2px */
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
	overflow: hidden;
	margin-bottom: 20px;
}

.articles__item-more {
	color: var(--black, #000);
	font-family: Inter;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	gap: 15px;
	align-items: center;
	width: fit-content;
}

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

/* articles end */

/* footer start */

.footer {
  padding: 88px 0;
  border-radius: 40px 40px 0px 0px;
  background-color: #324BA6;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  flex-wrap: wrap;
}

.footer-tel {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  margin-bottom: 20px;
  display: block;
  width: fit-content;
}

.footer-mail {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 30px;
  display: block;
  width: fit-content;
}

.footer .header__socials {
  display: flex;
  gap: 15px;
  margin-bottom: 48px;
}

.footer-btn {
  padding: 16px 30px;
  border-radius: 5px;
  background-color: #FFF;
  margin-bottom: 15px;
  color: var(--black, #000);
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  max-width: 300px;
  width: 100%;
  text-align: center;
  display: block;
}

.footer-btn-2 {
  border-radius: 5px;
  border: 1px solid #FFF;
  max-width: 300px;
  width: 100%;
  padding: 16px 30px;
  color: #FFF;
  font-family: Geologica;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.footer-menu .menu__list-footer {
	flex-direction: column;
	align-items: start;
	display: flex;
	gap: 25px;
}

.footer__inner-item:nth-child(2){
  display: flex;
  gap: 100px;
}

.footer-menu .menu__list-footer li a {
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	line-height: 140%; /* 25.2px */
}

/* footer end */

.wpcf7-not-valid-tip {
    display: block;
	color: #ED4444;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 16.8px */
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0 0;
    padding: 0;
    border: none;
	color: #ED4444;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 16.8px */
}

.form__input.wpcf7-not-valid {
	border-bottom: 1px solid #ED4444;
}

.contacts-page__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}

.contacts-page__title {
	margin-bottom: 10px;
	color: #939393;
	font-family: Inter;
	font-size: 16px;
	line-height: 140%; /* 22.4px */
}

.contacts-page__link {
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
}

.articles-2 .articles__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 80px 20px;
	margin-bottom: 120px;
}

.articles-2 .articles__item {
	max-width: 386px;
	width: 100%;
}

.single-articles__text {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.single-articles__text p {
	margin-bottom: 10px;
	color: #000;
	font-family: Inter;
	font-size: 16px;
	line-height: 140%; /* 22.4px */
}

.not-found__img {
	margin: 0 auto 60px auto;
	display: block;
}

.not-found__text,
.not-found__text a {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: clamp(18px, 5vw, 24px);
	line-height: 130%; /* 31.2px */
	margin-bottom: 120px;
}

.content {
	color: #000;
	font-family: Inter;
	font-size: 16px;
	line-height: 140%; /* 22.4px */
	margin-bottom: 120px;
}

.content h2 {
	margin-bottom: 20px;
}

.content p {
	margin-bottom: 10px;
}

.services.services-page {
	padding-top: 0;
}

.single-services__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 72px;
}

.single-services__content-left {
	max-width: 408px;
	width: 100%;
}

.single-services__btn {
	border-radius: 5px;
	background: var(--actent, #324BA6);
	width: 100%;
	padding: 16px 30px;
	color: var(--white, #FFF);
	font-family: Inter;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.content-left__text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Inter;
	font-size: 18px;
	line-height: 140%; /* 25.2px */
}

.single-services__content-right {
	max-width: 720px;
	width: 100%;
}

.single-services__content-right h2 {
	margin-bottom: 15px;
	font-family: Inter;
	font-size: 24px;
	line-height: 130%; /* 31.2px */
}

.single-services__content-right h3 {
	margin-bottom: 20px;
	font-family: Inter;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%; /* 28px */
}

.single-services__content-right p {
	font-family: Inter;
	font-size: 16px;
	line-height: 140%; /* 22.4px */
}

.single-services__content-right img {
	margin: 60px 0;
}

.faq-2 {
	margin: 60px 0;
}

.single-services__content-right blockquote {
	margin-top: 60px;
	border-radius: 5px;
	background: var(--bgr_card, #F6F6F6);
	padding: 20px;
	color: var(--actent, #324BA6);
	font-family: Inter;
	font-size: 18px;
	line-height: 140%; /* 25.2px */
}

.single-services__content-right ul {
	padding-left: 20px;
}

.single-services__content-right li {
	margin-bottom: 15px;
	font-family: Inter;
	font-size: 16px;
	line-height: 140%; /* 22.4px */
	position: relative;
}

.single-services__content-right li::after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #000;
	left: -12px;
    top: 9px;
}

/* ---------- theme-modal-start ----------- */

.theme-modal__title {
	text-align: center;
	font-family: Inter;
	font-size: 30px;
	line-height: 130%; /* 39px */
	text-transform: uppercase;
    margin-bottom: 30px;
	margin-top: 45px;
}

.theme-modal__text {
  font-family: Roboto;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 16px;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 15px 0 5px 0;
  padding: 0;
  border: none;
  color: #dc3232;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

#footer .theme-modal {
  max-height: 90vh;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform .3s ease-in;
  z-index: 9999;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  width: 91%;
}

#footer .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#footer .theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

#footer .theme-modal .close-modal span {
  height: 2px;
  width: 100%;
  background-color: #324BA6;
  transform: translateY(0) rotate(-45deg);
  position: absolute;
  content: '';
  top: 50%;
  transition: all .3s;
}

.close-modal::after {
  content: '';
  height: 2px;
  width: 100%;
  transition: all .3s ease 0s;
  background-color: #324BA6;
  transform: translateY(0) rotate(45deg);
  position: absolute;
  top: 50%;
  transition: all .3s;
}

/* #footer .theme-modal .close-modal:hover span {
  background-color: #E6B654;
}

#footer .theme-modal .close-modal:hover::after {
  background-color: #E6B654;
} */

.title-success {
  margin: 0;
  color: #000;
}

@media (max-width: 425px) {
  #footer .theme-modal {
    padding: 30px 10px 24px 10px;
  }

  .theme-modal__title {
    margin-bottom: 13px;
    font-size: 27px;
  }

  .theme-modal__text {
    margin-bottom: 10px;
  }

  .form-btn-2 {
    margin: 0 0 10px 0;
  }

  #footer .theme-modal .close-modal {
    right: 13px;
    top: 13px;
  }
}

/* ---------- theme-modal-end ----------- */

/* ------------ burger menu ---------- */

.menu__icon {
  display: none;
}

.menu .header__socials {
  display: none;
}
.menu._active .header__socials {
  display: flex;
  justify-content: centerl;
}

@media (max-width: 810px) {
  .menu__bottom {
    display: block;
    padding: 22px 0;
    background-color: #FFC300;
    text-align: center;
    width: 100%;
    bottom: 0;
  }

  .menu .menu__list .menu-item .menu__link.menu__link-active {
    border-bottom: none;
  }

  .menu--socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .menu__tels {
    display: block;
    margin-bottom: 14px;
    margin-left: 16px;
  }

  .menu__tel {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  .menu__tel-name {
    color: #252525;
    font-size: 20px;
    line-height: 130%;
  }

  .header__top-item {
    align-items: center;
  }

  .header .menu__link,
  .header-page .menu__link {
    color: var(--black, #000);
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
  }

  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 41px;
    height: 41px;
    cursor: pointer;
    right: 0;
    background-color: #fff;
	border-radius: 5px;
  }

  .menu__icon._active {
    z-index: 6;
    display: block;
    position: relative;
    width: 41px;
    height: 41px;
    cursor: pointer;
    background-color: #fff;
	border-radius: 5px;
  }

  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    width: 80%;
    transition: all .3s ease 0s;
    background-color: #324BA6;
    border-radius: 5px;
  }

  .menu__icon::before,
  .menu__icon::after {
    content: '';
  }

  .menu__icon::before {
    top: 10px;
  }

  .menu__icon::after {
    bottom: 11px;
  }

  .menu__icon span {
    top: 50%;
    transform: scale(1) translate(-50%, -50%);
  }

  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #F0F0F0;
    padding: 130px 0 0 0;
    transition: left .3s ease 0s;
    overflow: auto;
	z-index: 5;
  }

  .header.fixed .menu {
    padding: 65px 0 0 0;
  }

  .menu._active {
    left: 0;
    z-index: 5;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu__icon._active span {
    display: none;
  }

  .menu__icon._active::before {
    background-color: #324BA6;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: 20px;
  }

  .menu__icon._active::after {
    transform: rotate(45deg);
    background-color: #324BA6;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    bottom: 19px;
  }

  body.touch .menu__list {
    display: block;
    position: relative;
  }

  body.touch .header .menu__list > li {
    padding: 35px 0 0 0;
    margin: 0;
    width: 100%;
  }

  .menu .menu__list .menu-item .menu__link:hover {
    border-bottom: none;
  }

  .menu__arrow {
    margin-right: 20px;
  }

  .menu .menu__list {
    display: block;
    margin-bottom: 32px;
  }

  .header .menu__list > li,
  .header-page .menu__list > li {
    padding: 32px 0 0 0;
    margin: 0;
    width: 100%;
  }

  body.touch .menu li {
    position: unset;
  }

  body.touch .sub-menu__list>li {
    box-shadow: none;
  }

  body.mouse .sub-menu__list {
    position: absolute;
    left: 80px;
    top: -35px;
    width: 240px;
    padding: 40px 0 0 50px;
    z-index: 10;
  }

  body.mouse .menu__list-item+.menu__list-item {
    margin-left: 0;
  }

  .header__inner-bottom--content {
    align-items: start;
  }

  .menu._active ul li {
    margin: 0;
	text-align: center;
  }
}

/* ------------ burger menu end ---------- */

@media (max-width: 1280px) {
  .main__inner {
    padding: 177px 0 250px 0;
  }
  .main:after {
    width: 900px;
    height: 629px;
  }
  .target {
    padding: 120px 190px;
  }
}

@media (max-width: 1180px) {
  .main__inner {
    padding: 140px 0 585px 0;
  }
  .main:after {
    width: 100%;
    height: 555px;
	right: 50%;
	transform: translatex(50%);
  }
  .main__title {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .subtitle {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .header__socials {
    justify-content: center;
  }
}

@media (max-width: 908px) {
	.footer__inner-item:first-child {
	  width: 100%;
	  display: flex;
	  justify-content: space-between;
	  gap: 30px;
	  flex-wrap: wrap;
	}
}

@media (max-width: 800px) {
	.form__inner {
        gap: 20px;
		flex-wrap: wrap;
    }
	.form__inner-item {
      padding: 20px 20px 100px 20px;
    }
	.form__content {
      max-width: 100%;
    }
	.form-btn {
      max-width: 100%;
    }
}

@media (max-width: 768px) {
    .main__inner {
        padding: 126px 0 585px 0;
    }
	.services__item:nth-child(1),
	.services__item:nth-child(4),
	.services__item:nth-child(5) {
	  max-width: 47%;
	}

	.services__item:nth-child(2),
	.services__item:nth-child(3),
	.services__item:nth-child(6) {
	  max-width: 47%;
	}
	.services {
      padding: 100px 0 50px 0;
    }
	.title {
      margin-bottom: 30px;
    }
	.about {
      padding: 50px 0;
    }
	.target {
      padding: 80px 20px;
      margin: 50px 0;
    }
	.reviews {
      padding: 50px 0;
    }
	.reviews__link {
      padding: 16px 30px;
    }
	.swiper-buttons {
	  display: none;	
	}
	.advantages {
      padding: 50px 0;
    }
	.advantages__items {
      gap: 20px;
    }
	.form {
      margin: 50px 0;
    }
	.faq {
      margin: 100px 0;
    }
	.faq__inner {
      flex-wrap: wrap;
    }
	.faq__items {
      max-width: 100%;
    }
	.articles {
      margin-bottom: 100px;
    }
	.articles__link {
      padding: 16px 30px;
    }
	.main:after {
      background-image: url(assets/images/doctor-tablet.png);
	  background-size: cover;
    }
	.contacts-page__inner {
      gap: 40px;
    }
	.form__inner-item {
        padding: 0 0 100px 0;
    }
	.form__mail-wrapper {
      left: 0;
    }
	.articles-2 .articles__items {
      gap: 60px 20px;
      margin-bottom: 100px;
    }
	.not-found__text, .not-found__text a {
      margin-bottom: 100px;
    }
	.single-services__content-left {
      max-width: 100%;
    }
	.single-services__content {
      gap: 60px;
    }
}

@media (max-width: 700px) {
  .advantages__item {
	max-width: 100%;
  }
}

@media (max-width: 480px) {
    .main__inner {
        padding: 140px 0 420px 0;
    }
	.main:after {
      width: 100%;
      height: 393px;
    }
    .services__item:nth-child(1),
    .services__item:nth-child(4),
    .services__item:nth-child(5) {
      max-width: 100%;
    }
    .services__item:nth-child(2),
    .services__item:nth-child(3),
    .services__item:nth-child(6) {
	  max-width: 100%;
    }
	.services {
      padding: 80px 0 40px 0;
    }
	.about {
      padding: 40px 0;
    }
	.about__advantages span {
  	  max-width: 100%;
    }
	.target {
      padding: 80px 0;
      margin: 40px 0;
    }
	.reviews {
      padding: 40px 0;
    }
	.advantages {
      padding: 40px 0;
    }
	.form {
      margin: 40px 0;
    }
	.faq {
      margin: 80px 0;
    }
	.articles {
      margin-bottom: 80px;
    }
	.footer__inner-item:nth-child(2) {
	  flex-wrap: wrap;
	  gap: 20px;
	}
	.footer .menu__list-footer {
      gap: 20px;
    }
	.footer__inner {
      gap: 30px;
    }
	.main:after {
      background-image: url(assets/images/doctor-mobil.png);
    }
	.reviews__btn {
		width: 100%;
	}
	.articles-2 .articles__items {
      gap: 50px;
      margin-bottom: 80px;
    }
	.not-found__text, .not-found__text a {
      margin-bottom: 80px;
    }
	.faq__item-title {
	  padding: 20px 60px 20px 20px;	
	}
}

@media (hover: hover) {
  .services__item:hover {
    background-color: #324BA6;
  }
  .services__item:hover .services__item-title {
    color: #fff;
  }
  .services__item:hover	.services__item-link {
    border: 1px solid #FFF;
  }
  .reviews__link:hover {
    border: 1px solid var(--actent, #324BA6);
  }
  .reviews__item-more:hover {
    border-bottom: 1px solid var(--black, #000);
	color: var(--black, #000);
  }
  .swiper-button-prev:hover svg path,
  .swiper-button-next:hover svg path {
	stroke-width: 2;
  }
  .form__input:hover,
  .form-textarea:hover {
    border-bottom: 1px solid var(--black, #000);
  }
  .form-btn:hover {
	background-color: #465FBA;
  }
  .faq__item:hover {
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
  }
  .services__item:hover .services__item-list ul li {
	color: #C6CDE4;
  }
  .services__item:hover	.services__item-list ul li:after {
	background-color: #C6CDE4;
  }
}













