/*!
Theme Name: dmclinic-2
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: dmclinic-2
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.

dmclinic-2 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

@font-face {
	font-family: 'Montserat-500';
	src: url(fonts/Montserrat-Medium.ttf);
	font-weight: 500;
}

@font-face {
	font-family: 'Montserat-700';
	src: url(fonts/Montserrat-Bold.ttf);
	font-weight: 700;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
#bingc-phone-button{
	display: block !important;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Montserat-500';
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1023px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@font-face {
	font-family: 'Exo2-Regular';
	src: url(fonts/Exo2-Regular.ttf);
}

@font-face {
	font-family: 'Exo2-Bold';
	src: url(fonts/Exo2-Bold.ttf);
	font-weight: bold;
}

body {
	font-family: 'Exo2-Regular';
	margin-bottom: 0 !important;
}
body ::selection{
	color: #fff;
	background: #e95203;
}

a {
	text-decoration: none;
	color: inherit;
}

#page {
	display: none;
	overflow: hidden;
}

#preloader {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
}

a:visited,
a:active {
	color: inherit;
	outline: none;
}

a:hover {
	color: #ff5500;
}

.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.btn {
	position: relative;
	z-index: 0;
	display: inline-block;
	overflow: hidden;
	outline: 0;
	border: none;
	border-radius: 12px;
	padding: 0;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	color: #f5f9fc;
	background: 0;
	cursor: pointer;
	background: #000;
	padding: 10px 20px;
	font-size: 15px;
	transition: 0.2s;
	text-decoration: none;
	height: 41px;
	transition: 0.5s;
}

.btn:hover {
	background: #e95203;
	color: #fff;
	transition: 0.2s;
}

.btn.btn-orange {
	background: #e95203;
	color: #000;
}

.btn.btn-orange:hover {
	background: #c14604;
	transition: 0.2s;
}

header.site-header {
	height: 75px;
	position: relative;
	z-index: 999;
	background: #fff;
	width: 100%;
	position: fixed;
}

header .site-branding a img {
	max-width: 200px;
}

header .site-branding {
	margin-right: 4%;
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

header .container .col {
	display: flex;
	align-items: center;
}

header .container .col:first-child {
	width: 60%;
}

header .container .col:last-child {
	width: 60%;
	justify-content: end;
	position: relative;
	top: -5px;
}

header a,
header a:visited,
header a:focus {
	color: #000;
	text-decoration: none;
	transition: color 0.5s;
	outline: none;
}

header a:hover {
	color: #e95203;
	transition: color 0.3s;
}

header .main-navigation {
	position: relative;
	top: 0;
}

header .main-navigation li {
	margin-right: 15px;
}

header .header-tel {
	width: 200px;
	display: inline-block;
}

header .header-tel::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(img/phone-icon.svg) center no-repeat;
	margin-right: 10px;
	position: relative;
	top: 6px;
}

header .btn {
	width: 210px;
	position: relative;
	top: 5px;
	height: 41px;
	font-size: 14px;
}

header .socials,
.menu-mob .socials {
	margin-right: 25px;
	margin-top: 10px;
}

.menu-mob .socials a,
header .socials a {
	color: white;
	background: #e95203;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 157px;
	width: 32px;
	height: 32px;
	margin-left: 5px;
	transition: 0.3s;
}

.menu-mob .socials a:hover;

header .socials a:hover {
	color: #fff;
	transition: 0.2s;
	background: #000;
}

.menu-mob .socials i,
header .socials i {
	width: 28px;
	height: 28px;
	border-radius: 100px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 2px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}


.hero-home {
	height: calc(100vh - 75px);
	position: relative;
	top: 0;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 75px;
}

.hero-home .video-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	/* Задній план */
}

.hero-home .video-container::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	display: block;
	opacity: 0.3;
	position: absolute;
	z-index: 1;
}

.hero-home .video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: 50%;
}

.hero-home .front-container {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.hero-home h1 {
	margin: 0;
	color: #fff;
	display: block;
}

.hero-home p {
	color: #fff;
	display: block;
}

.hero-home .contact {
	position: absolute;
	bottom: 35px;
	right: 20px;
	width: 220px;
	justify-content: center;
	display: none;
}

.hero-home .contact>div {
	background: #ffffff9e;
	border-radius: 7px;
	padding: 10px;
	margin-bottom: 15px;
}

.hero-home .text-container {
	text-align: center;
}

.hero-home .text-container h1 {
	font-size: 27.5px;
	line-height: 35px;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #00000030;
}

.hero-home .text-container h1 span {
	font-size: 79px;
	font-family: 'Montserat-700';
	color: #e95203;
}

.hero-home .text-container p {
	font-size: 24px;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 6px;
	max-width: 400px;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 4px #00000030;
}
.hero-home .text-container .btn{
	height: 50px;
}


.benefits {
	padding: 50px 0;
}

.benefits .section__title {
	margin-top: 0;
}

.benefits__inner {
	border-radius: 24px;
	padding: 90px 50px;
	background: linear-gradient(45deg, #fbfbfb, #b5cde13d);
}

.benefits__head {
	margin-bottom: 50px;
}

.benefits__title {
	max-width: 685px;
}

.benefits__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.benefits__content .benefits__col_wrap{
	width: calc(33.33% - 30px);
}


.benefits__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: -10px 0;
}

.benefits__item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 10px 0;
	border-radius: 10px;
	padding: 20px;
	min-height: 161px;
	background: rgba(255, 255, 255, 0.7);
}

.benefits__item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.benefits__item-head .benefits__icon {
	margin-bottom: 0;
}

.benefits__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 8px;
	background: #000;
	-webkit-transition: -webkit-transform 225ms ease-in-out;
	transition: transform 225ms ease-in-out;
	-o-transition: transform 225ms ease-in-out;
	transition: transform 225ms ease-in-out, -webkit-transform 225ms ease-in-out;
	margin-right: 14px;
	margin-bottom: 14px;
}
.benefits__icon i{
	color: #e95203;
	font-size: 24px;
}
.benefits__icon img,
.benefits__icon picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.benefits__name {
	font-weight: 600;
	font-size: 16px;
	color: #13121e;
	font-family: 'Montserat-700';
	line-height: 20px;
}

.benefits__text {
	margin-top: 12px;
	font-size: 15px;
}

.benefits__img {
	margin: 10px 0;
}

.benefits__img picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.benefits__img img,
.benefits__img video {
	border-radius: 10px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.section__title {
	font-family: 'Montserat-500';
	font-size: 52px;
	line-height: 52px;
	text-transform: uppercase;
	color: #13121e;
	font-size: 46px;
	letter-spacing: -1px;
}

.hide-desktop {
	display: none;
}

.services-section {
	padding-top: 90px;
	padding-bottom: 100px;
	background: url(img/services-back.jpg);
	background-size: cover;
	color: #fff;
	position: relative;
}

.services-section:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000000db;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.services-section h2 {
	color: #fff;
	margin-bottom: 50px;
}

.services-section .video-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}

.services-section .video-card {
	position: relative;
	border-radius: 16px;
	padding: 0;
	flex: 1 1 calc(20% - 20px);
	max-width: calc(20% - 20px);
	min-width: 150px;
	height: 250px;
	/* Ensuring the block is square */
	overflow: hidden;
}


.services-section .video-card video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services-section .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    color: white;
    transition: opacity 0.3s ease;
}
.services-section .overlay span{
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	color: #e95203;
}
.services-section .overlay span:hover{
	text-decoration: underline;
	
}

.services-section .video-card:hover .overlay {
	opacity: 1;
}

.services-section .video-card:has(a):hover .video-title {
	/* color: #e95203; */
}
.services-section .video-title {
	font-size: 16px;
	margin: 10px 0;
	padding: 0 20px;
	text-align: center;
	line-height: 20px;
}

.services-section .video-description {
	font-size: 14px;
	text-align: center;
	padding: 0 10px;
}

.services-section .btn-container {
	text-align: center;
	margin-top: 60px;
}

.works {
	padding: 50px 0;
}

.works__inner {
	border-radius: 20px;
	padding: 90px 50px;
	background: linear-gradient(45deg, #fbfbfb, #b5cde13d);
}

.works__head {
	margin-bottom: 45px;
}

.works__head .section__counter {
	margin-top: 30px;
}

.works__btn-more {
	display: none;
}

.works__title {
	max-width: 814px;
	margin-top: 0;
}

.works__list {
	counter-reset: works;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 50px;
	gap: 20px;
}

.works__item {
	counter-increment: works;
	border: 1px solid rgba(246, 249, 250, 0.16);
	border-radius: 16px;
	padding: 20px;
	background: #fff;
	position: relative;
}

.works__item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 22px;
}

.works__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 10px;
	max-width: 370px;
	font-size: 16px;
	font-family: 'Montserat-700';
	line-height: 16px;
}

.works__name::before {
	content: '0' counter(works) '/';
	margin-right: 18px;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}

.works__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.works__img img {
	border-radius: 16px;
	width: 100%;
}

.works__img picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}

.works__img--before {
	position: absolute;
	-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
	clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
	inset: 0;
}

.works__images {
	position: relative;
}

.works__drag {
	-ms-touch-action: none;
	touch-action: none;
}

.works__drag-line {
	position: absolute;
	left: 50%;
	z-index: 2;
	padding: 0 24px;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.works__drag-line::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #fff;
}

.works__drag-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: url(img/drag-icon.svg) center no-repeat rgba(255, 255, 255, 0.3);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: -webkit-grab;
	cursor: grab;
}

.works__captions {
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(8, 8, 13, 0.2);
	border-radius: 22px;
	padding: 6px;
	font-size: 13px;
	color: #fff;
	background: rgba(8, 8, 13, 0.4);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.works__captions-item {
	border-radius: 16px;
	padding: 2px;
	min-width: 57px;
	line-height: 1.9;
	text-align: center;
	-webkit-transition: 225ms ease-in-out;
	-o-transition: 225ms ease-in-out;
	transition: 225ms ease-in-out;
	cursor: pointer;
}

.works__captions-item:first-child {
	margin-right: 5px;
}

.works__captions-item.is-active {
	border-radius: 16px;
	background: #08080d;
}

.works__captions-item.is-current {
	color: #08080d;
	background-color: #a7c5df;
}
.works__doctors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .works__doctors ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .works__doctors li {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 225ms ease-in-out;
	transition: transform 225ms ease-in-out;
	-o-transition: transform 225ms ease-in-out;
	transition: transform 225ms ease-in-out, -webkit-transform 225ms ease-in-out;
  }
  .works__doctors li:not(:last-child) {
	margin-right: -14px;
  }
  .works__doctors li:first-child {
	z-index: 3;
  }
  .works__doctors a {
	display: block;
  }
  .works__doctors picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .works__doctors img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
  }
  .works__doctors-caption {
	margin-right: 10px;
	font-size: 13px;
	color: #9d9d9d;
  }
.works ol,
.works ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.works .text-center {
	text-align: center;
	margin-top: 50px;
}

.team ul,
.team ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.team {
	padding: 120px 0;
	background: url(img/services-back.jpg);
	background-size: cover;
	position: relative;
}

.team:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000000db;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.team .section__counter {
	margin-top: 0;
}

.team__title {
	margin-bottom: 50px;
	color: #fff;
	margin-top: 0;
}

.team__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.team__item {
	overflow: hidden;
}

.team__item-inner {
	position: relative;
	display: block;
	height: 100%;
}

.team__btn {
	position: absolute;
	right: 27px;
	bottom: 16px;
	z-index: 4;
	padding-right: 22px;
	font-weight: 600;
	font-size: 14px;
	color: #f4f4fc;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.team__btn::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 1px;
	background-color: #fff;
	-webkit-transition: 225ms ease-in-out;
	-o-transition: 225ms ease-in-out;
	transition: 225ms ease-in-out;
}

.team__btn::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 13px;
	height: 25px;
	background: url(img/arrow-right-icon.svg) center right no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 225ms ease-in-out;
	-o-transition: 225ms ease-in-out;
	transition: 225ms ease-in-out;
}

.team__img {
	position: relative;
	border-radius: 16px;
	height: 100%;
}

.team__img::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 1;
	border-radius: 16px;
	width: 100%;
	height: 50%;
	background: -o-linear-gradient(91.97deg,
			#000 -1.34%,
			rgba(0, 0, 0, 0) 79.96%);
	background: linear-gradient(358.03deg, #000 -1.34%, rgba(0, 0, 0, 0) 79.96%);
}

.team__img::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 2;
	border-radius: 16px;
	width: 100%;
	height: 50%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	opacity: 0.8;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.team__btn {
	cursor: pointer;
}

.team__img picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 16px;
	height: 100%;
}

.team__img img {
	border-radius: 16px;
	width: 100%;
	height: 100%;
	max-height: 360px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	object-fit: cover;
}

.team__info {
	position: absolute;
	left: 15px;
	bottom: 24px;
	z-index: 3;
	min-height: 77px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding-right: 10px;
}

.team__name {
	margin-bottom: 7px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	line-height: 22px;
}

.team__caption {
	position: relative;
	padding-left: 16px;
	font-size: 13px;
	color: #d6d6d6;
}

.team__caption::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: #e95203;
}

.webp .thanks {
	background: url(images/thanks-bg.webp) center/cover no-repeat #08080d;
}

.team__item:hover .team__img::after {
	height: 70%;
	opacity: 1;
	-webkit-filter: brightness(1.3);
	filter: brightness(1.3);
}

.team__item:hover .team__img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.team__item:hover .team__info {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.team__item:hover .team__btn {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.team__btn:hover::before,
.team__btn:hover:active::before,
.team__btn:hover:focus::before {
	width: 100%;
}

.team__btn:hover:active::after,
.team__btn:hover:focus::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.certificates {
	padding: 50px 0;
}

.certificates__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	border-radius: 24px;
	padding: 0 50px;
	height: 640px;
	background: linear-gradient(45deg, #fbfbfb, #b5cde13d);
}

.certificates__left {
	padding: 90px 0;
}

.certificates__title {
	margin: 38px 0 28px;
	max-width: 500px;
	margin-top: 0;
}

.certificates__text {
	max-width: 346px;
	font-weight: 600;
	font-size: 18px;
}

.certificates__right {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.certificates__line {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-animation: 25s linear infinite move-down;
	animation: 25s linear infinite move-down;
}

.certificates__line--inverse {
	animation: 30s linear infinite reverse move-down;
}

.certificates__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.certificates__item {
	position: relative;
	margin-bottom: 20px;
	max-height: 430px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: -webkit-filter 225ms ease-in-out;
	transition: filter 225ms ease-in-out;
	-o-transition: filter 225ms ease-in-out;
	transition: filter 225ms ease-in-out, -webkit-filter 225ms ease-in-out;
}

.certificates__item picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.certificates__item img {
	border-radius: 16px;
}

.color-orange {
	color: #ff5500;
}

@-webkit-keyframes move-down {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
}

@keyframes move-down {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
}

@-webkit-keyframes move-left {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
}

@keyframes move-left {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
}

.contacts {
	padding-top: 50px;
	color: #fff;
	position: relative;
}

.contacts__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.95fr 1fr;
	grid-template-columns: 1.95fr 1fr;
	border-radius: 24px 24px 0 0;
	padding: 90px 50px;
	gap: 40px;
	background: url(img/services-back.jpg);
	position: relative;
	overflow: hidden;
}

.contacts__inner>div {
	position: relative;
}

.contacts__inner ol,
.contacts__inner ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.contacts__inner:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000000db;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.contacts__title {
	margin: auto 20px 40px 0;
	color: #fff;
	font-size: 34px;
	margin-bottom: 22px;
}

.contacts__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contacts__map {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contacts__map iframe {
	border-radius: 16px;
	width: 100%;
}

.contacts__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts__item:not(:last-child) {
	margin-bottom: 20px;
}

.contacts__item:first-child {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contacts__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 8px;
	background: #a7c5df;
	margin-right: 22px;
}

.contacts__icon img,
.contacts__icon picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contacts__desc {
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

a.contacts__desc:hover {
	color: #ff5500;
}

.contacts__desc:not(:last-child) {
	margin-bottom: 2px;
}

.footer {
	border-radius: 24px 24px 0 0;
	padding: 45px 0 15px;
	background: #08080d;
}

.footer ul {
	list-style: none;
	padding-left: 36px;
	margin: 0;
	display: flex;
	gap: 30px;
	margin-top: 8px;
}

.footer__inner {
	font-weight: 400;
}

.footer__col-caption {
	display: none;
}

.footer__main {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2.7fr 1fr 1fr;
	grid-template-columns: 2.7fr 1fr 1fr;
	margin-bottom: 10px;
	color: #fff;
	gap: 20px 43px;
}

.footer__col {
	display: flex;
	align-items: center;
	height: 100%;
}

.col-socials {
	justify-content: end;
}

.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__list li {
	line-height: 1.5;
	font-size: 14px;
}

.footer__list li:not(:last-child) {
	margin-bottom: 5px;
}

.footer__logo-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 18px;
}

.footer__caption {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
}

.footer__bottom {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-columns: 2.7fr 1fr 1fr 1fr;
	grid-template-columns: 2.7fr 1fr 1fr 1fr;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.2);
	gap: 20px 43px;
}

.footer__socials-caption {
	margin-right: 23px;
}

.footer__address {
	background-image: url(img/geo-accent-icon.svg);
}

.footer__phone {
	background-image: url(img/phone-accent-icon.svg);
}

.footer__email {
	background-image: url(img/email-accent-icon.svg);
}

.footer__col.footer__socials {
	display: flex;
	align-items: center;
}

footer .socials {
	display: flex;
	position: relative;
	top: -2px;
}

.footer__socials-caption {
	line-height: 1;
	width: 110px;
	margin-right: 5px;
	font-size: 12px;
	align-self: center;
}

footer .socials a {
	color: white;
	background: #5a5a5a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 157px;
	width: 32px;
	height: 32px;
	margin-left: 8px;
	transition: 0.3s;
}

footer .socials a:hover {
	color: #fff;
	transition: 0.2s;
	background: #e95203;
}

footer .socials i {
	width: 28px;
	height: 28px;
	border-radius: 100px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 2px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.footer__address,
.footer__email,
.footer__phone {
	padding-left: 36px;
	min-height: 24px;
	background-position: top left;
	background-repeat: no-repeat;
}

.footer__copy>span,
.footer__copy>a {
	display: inline-block;
	margin-right: 15px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
}

.modal .modal-content {
	background-color: #fefefe;
	padding: 30px 50px;
	border-radius: 8px;
	width: 80%;
	max-width: 750px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal .close-modal {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 15px;
    background: #e95203;
}

.modal .burger {
	display: block;
	padding: 0;
	transition: 0.4s;
}

.modal .close-modal:hover,
.modal .close-modal:focus {
	background: black;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: 0.2s;
}

.modal .modal__title {
	font-family: 'Montserat-700';
	font-size: 30px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #13121e;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 8px;
}

.modal .modal__subtitle {
	margin: 0 auto 28px;
	max-width: 290px;
	text-align: center;
	color: #13121e;
}

.modal .form__caption {
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
	color: #6f6f72;
	max-width: 400px;
	margin: 0 auto;
}

.modal .form__caption a {
	text-decoration: underline;
}

.modalFormContainer input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 7px 10px;
	width: 100%;
	font-size: 13px;
	margin-bottom: 5px;
}

.modalFormContainer br {
	display: none;
}

.modalFormContainer textarea {
	height: 75px;
	resize: none;
}

.modalFormContainer select {
	width: 100%;
	color: #666;
	font-size: 13px;
	margin-bottom: 5px;
	border-radius: 3px;
	padding: 7px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y: 4px;
}

.modalFormContainer label {
	font-size: 12px;
}

.modalFormContainer p {
	margin: 0;
}

.modalFormContainer .btn {
	display: block;
	background-color: #000;
	color: #fff;
	width: 100%;
	border: none;
	height: 42px;
	line-height: 1;
	padding: 0;
	border-radius: 8px;
	margin-top: 20px;
}

.modalFormContainer .btn:hover {
	background-color: #e95203;
}

.modalFormContainer .wpcf7-list-item {
	margin: 0;
}

.modalFormContainer .wpcf7-phone-wrap {
	display: block;
	position: relative;
}

.modalFormContainer .wpcf7-phone-wrap:before {
	content: "+38";
	display: block;
	position: absolute;
	top: 8px;
	left: 12px;
	z-index: 1;
	color: #666;
	font-size: 13px;
}

.modalFormContainer .wpcf7-phone-wrap .wpcf7-tel {
	padding-left: 38px;
}

.modalFormContainer .wpcf7-checkbox label {
	display: flex;
	align-items: center;
}

.modalFormContainer .wpcf7-checkbox label input {
	margin-right: 5px;
}

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

.modalFormContainer .wpcf7-spinner {
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0px 0.5em 30px !important;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	border-radius: 8px;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
	padding: 7px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #41c62e;
	background: #41c62e;
	color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ff5500 !important;
	background: #ff5500;
	color: #fff;
}

.wpcf7 .cols {
	display: flex;
	align-items: baseline;
	gap: 20px;
}

.wpcf7 .col {
	width: 50%;
}

.menu-mob {
	display: none;
}

.burger {
	position: relative;
	display: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	outline: 0;
	border: none;
	border-radius: 8px;
	width: 38px;
	height: 38px;
	text-align: right;
	color: #000;
	background-color: #dcdee1;
	margin-top: 8px;
	z-index: 99999;
}

.burger::after,
.burger::before {
	content: '';
	position: absolute;
	right: 9px;
	border-radius: 2px;
	height: 1px;
	background-color: currentcolor;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.burger::before {
	top: 12px;
	width: 20px;
}

.burger::after {
	top: 25px;
	width: 10px;
}

.burger__line {
	position: absolute;
	right: 9px;
	top: 50%;
	border-radius: 2px;
	width: 15px;
	height: 1px;
	background-color: currentcolor;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.burger--close::after,
.burger--close::before,
.burger.is-active::after,
.burger.is-active::before {
	top: 50%;
	width: 20px;
}

.burger--close::before,
.burger.is-active::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.burger--close::after,
.burger.is-active::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.burger--close .burger__line,
.burger.is-active .burger__line {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.hide-desktop {
    display: none;
}

.testimonials-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.testimonials-grid-item {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
	border-radius: 16px;
}

.testimonials-grid-container .cover {
    width: 100%;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
	transition: 0.4s;
}
.testimonials-grid-container .cover:hover{
	transform: scale(1.1);
	transition: 0.2s;

}

.testimonials-grid-container .video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.testimonials-grid-container .video-modal.active {
    display: flex;
}

.testimonials-grid-container .video-player {
    max-width: 90%;
    max-height: 90%;
}
.testimonials-grid-container .video-modal video{
	height: 100%;
}
.testimonials-grid-container .close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: #fff;
    border: none;
    cursor: pointer;
}
.testimonials .text-center {
    text-align: center;
    margin-top: 48px;
	padding: 0 20px;
}
.site-main,
.actions-page{
 margin-top: 75px;
}
.actions-page .action{
	display: flex;
	border-radius: 24px;
    padding: 0;
    background: linear-gradient(45deg, #fbfbfb, #b5cde13d);
    margin-bottom: 30px;
    overflow: hidden;
}
.actions-page .action .col{
	width: 50%;
}
.actions-page .action .col.text{
	display: flex;
	align-items: center;
    text-align: center;
}
.actions-page .action figure{
	height: 0;
    padding-top: 58%;
    overflow: hidden;
    position: relative;
	margin: 0;
}
.actions-page .action figure img{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.actions-page .action h2{
	padding: 0 20px;
}
.actions-page  .cta-btn-container {
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width: 1024px) {
	.hide-desktop {
		display: block !important;
	}

	.burger {
		display: block;
	}

	header .btn {
		display: none;
	}

	.menu-mob {
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 11;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		overflow: auto;
		width: 100%;
		background: linear-gradient(45deg, #fbfbfb, #e2e5e7);
		opacity: 0;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		z-index: 99999;
	}

	.menu-mob::before {
		position: absolute;
		content: '';
		width: 324px;
		height: 324px;
		border-radius: 50%;
		background: #f4f8fc;
		-webkit-filter: blur(50px);
		filter: blur(50px);
		will-change: filter;
		left: -148px;
		top: 111px;
		z-index: -1;
	}

	.menu__logo picture {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.menu__body {
		margin: 0 auto;
		padding: 18px 30px 30px;
		max-width: 500px;
	}

	.menu__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-bottom: 1px solid rgba(167, 197, 223, 0.4);
		padding: 10px 15px;
		background: #e1f5ff;
	}

	.menu__languages {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 28px;
		margin-left: auto;
	}

	.menu__languages li {
		font-size: 15px;
	}

	.menu__languages li:not(:last-child) {
		margin-right: 20px;
	}

	.menu__languages li.is-active {
		font-weight: 700;
		color: #ff5500;
	}

	.menu__item-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.menu__socials ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.menu-mob .socials {
		text-align: center;
		margin-top: 10px;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.menu-mob .btn {
		display: block;
		width: 220px;
		margin: 0 auto;
		margin-top: 35px;
	}

	.menu-mob ul li {
		margin-bottom: 15px;
		text-align: center;
	}

	.menu__socials li:not(:last-child) {
		margin-right: 13px;
	}

	.menu__close {
		position: absolute;
		right: 15px;
		top: 10px;
	}

	.menu__btn {
		margin: 0 auto;
		width: 100%;
		max-width: 500px;
	}

	.menu__submenu {
		padding-left: 20px;
	}

	.menu__submenu:not(:last-child) {
		margin-bottom: 17px;
	}

	.menu__submenu>a {
		position: relative;
		display: block;
		margin-bottom: 10px;
		padding-left: 2px;
		font-weight: 600;
	}

	.menu__submenu>a::before {
		content: '';
		position: absolute;
		left: -16px;
		top: 8px;
		border-radius: 1px;
		width: 7px;
		height: 7px;
		background-color: #ff5500;
	}

	.menu__submenu>ul>li {
		font-size: 13px;
	}

	.menu__submenu>ul>li:not(:last-child) {
		margin-bottom: 10px;
	}

	.menu__item {
		margin-bottom: 14px;
		list-style: none;
	}

	.menu-mob ul li>a {
		font-weight: 600;
		font-size: 22px;
	}

	.menu-mob ul {
		padding-top: 35px;
		list-style: none;
		padding-left: 0;
		margin: 0;
	}

	.menu__item:first-child {
		margin-bottom: 20px;
	}

	.menu__nav {
		margin-bottom: 36px;
		font-size: 15px;
		color: #13121e;
	}

	.menu__nav a {
		display: block;
	}

	.menu-mob.is-active {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.section__title {
		max-width: 320px;
		font-size: 26px;
		line-height: 1.3;
	}

	.benefits {
		padding: 20px 0;
	}

	.benefits .container {
		padding: 0 8px;
	}

	.benefits__btn {
		margin-top: 24px;
		width: 100%;
	}

	.benefits__head {
		margin-bottom: 20px;
	}

	.benefits__inner {
		padding: 50px 16px;
	}

	.benefits__content .benefits__col_wrap {
		width: calc(50% - 30px);
	}

	.benefits__item {
		min-height: 185px;
	}


	.benefits__col {
		margin: 0;
	}

	.benefits__col:nth-child(2) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;

	}

	.benefits__img,
	.benefits__item {
		margin: 6px 0;
	}

	.benefits__img img {
		border-radius: 100px;
		width: 100%;
		height: auto;
		max-height: 200px;
	}

	.benefits__col .benefits__item {
		order: 1;
	}

	.benefits__col .benefits__img {
		order: 2;
	}

	.benefits__col>.benefits__col_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.benefits__col>div .benefits__item {
		order: 1;
	}

	.benefits__col>div .benefits__img {
		order: 2;
	}

	.services-section .video-container {
		justify-content: center;
		gap: 25px;
	}

	.services-section .video-card {
		flex: 1 1 calc(33% - 20px);
		max-width: calc(33% - 20px);
		height: 230px;
	}

	.team {
		padding: 50px 0;
	}

	.team__title {
		margin-right: -8px;
		max-width: 360px;
	}

	.team__info {
		left: 12px;
		bottom: 12px;
	}

	.team__list {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 26px;
	}

	.team__name {
		font-size: 18px;
	}

	.team__btn-more {
		width: 100%;
	}

	.certificates {
		padding: 20px 0;
	}

	.certificates .container {
		padding: 0 8px;
	}

	.certificates__right {
		display: block;
		margin: 0 -24px;
	}

	.certificates__left {
		margin-bottom: 28px;
		padding: 0;
	}

	.certificates__item {
		margin-bottom: 0;
		width: 220px;
	}

	.certificates__item:not(:last-child) {
		margin-right: 8px;
	}

	.certificates__item img {
		width: 100%;
	}

	.certificates__item:active,
	.certificates__item:focus {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

	.certificates__col {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.certificates__col:not(:last-child) {
		margin-right: 8px;
	}

	.certificates__line {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		-webkit-animation: 18s linear infinite move-left;
		animation: 18s linear infinite move-left;
	}

	.certificates__line:not(:last-child) {
		margin-bottom: 7px;
	}

	.certificates__line:active,
	.certificates__line:focus {
		-webkit-animation-play-state: paused;
		animation-play-state: paused;
	}

	.certificates__line--inverse {
		animation: 24s linear infinite reverse move-left;
	}

	.certificates__title {
		margin: 16px -10px 0 0;
	}

	.certificates__text {
		margin-left: auto;
	}

	.certificates__inner {
		display: block;
		border-radius: 16px;
		padding: 50px 16px 35px;
		height: auto;
	}

	.footer {
		border-radius: 12px 12px 0 0;
		padding: 0;
		font-size: 15px;
		background: #100f14;
	}

	.footer__main {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}

	.footer__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: center;
		overflow: auto;
		margin: 0 -16px;
		border-top: 1px solid #191924;
		padding: 11px 16px;
		font-size: 12px;
		gap: 0 10px;
		padding-bottom: 10px;
	}

	.footer__bottom .footer__socials {
		display: none;
	}

	.footer__bottom .footer__col {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.footer__bottom .footer__col:first-child {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.footer__copy span {
		display: none;
	}

	.footer__logo {
		margin-right: 11px;
	}

	.footer__caption {
		font-size: 11px;
	}

	.footer__logo-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-grid-column-span: 3;
		grid-column: span 3;
		margin-right: 0;
		border-bottom: 1px solid #191924;
		padding: 18px 0;
	}

	.footer__logo-wrapper img {
		width: 140px;
	}

	.works {
		background: linear-gradient(45deg, #d0e8f2, #e4eff8);
	}

	.works__name {
		font-weight: 500;
		font-size: 15px;
	}

	.works__name::before {
		margin-right: 12px;
		font-size: 18px;
	}

	.works__item {
		border-radius: 12px;
		padding: 18px;
	}

	.works__inner {
		border-radius: 0;
		padding: 0;
		background: 0;
	}

	.works__doctors-caption {
		display: none;
	}

	.works__list {
		display: block;
		margin-bottom: 28px;
	}

	.works__item {
		position: relative;
		margin-top: 16px;
		padding-bottom: 80px;
	}

	.works__item:first-child {
		margin-top: 0;
	}

	.works__images {
		margin: 0 -18px;
	}

	.works__captions {
		left: auto;
		right: 18px;
		bottom: 18px;

		border-radius: 22px;
		padding: 6px;
		background-color: transparent;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.works__captions-item {
		min-width: 63px;
		color: #000;
		line-height: 1;
		height: 23px;
		padding-top: 3px;
	}

	.works__captions-item.is-active {
		color: #fff;
	}

	.works__img img {
		border-radius: 0;
	}

	.works__btn-modal {
		width: 100%;
	}

	.header .site-branding a img {
		max-width: 130px;
	}

	.header .socials {
		display: none;
	}

}

@media screen and (max-width: 767px) {
	header{
		height: 50px;
	}
	.hero-home{
		margin-top: 10px;
	}


	.hero-home .video-container {
		top: 39px;
	}

	.services-section .video-card {
		width: 100%;
		max-width: 100%;
		flex: none;
	}

	.team__item:hover .team__img::after {
		height: 70%;
		opacity: 1;
		-webkit-filter: brightness(1.3);
		filter: brightness(1.3);
	}

	.team__item:hover .team__img img {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.team__item:hover .team__info {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.team__item:hover .team__btn {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.team__title {
		margin-bottom: 0;
	}

	.team__head {
		margin-bottom: 28px;
	}

	.team__list {
		display: block;
	}

	.team__info {
		position: relative;
		left: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 16px 16px 50px;
		width: 57%;
	}

	.team__info::before {
		content: '';
		position: absolute;
		left: 16px;
		bottom: 20px;
		width: 14px;
		height: 14px;
		background: url(images/star-blue-icon.svg) center no-repeat;
	}

	.team__caption {
		margin-bottom: auto;
		padding-left: 0;
		max-width: 162px;
	}

	.team__caption::before {
		display: none;
	}

	.team__name {
		margin-top: auto;
		padding-right: 35px;
	}

	.team__item-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.team__btn {
		right: 16px;
		bottom: 12px;
		line-height: 25px;
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.team__img {
		overflow: hidden;
		border-radius: 11px 0 0 11px;
		width: 43%;
		height: auto;
	}

	.team__img img,
	.team__img picture,
	.team__img::after,
	.team__img::before {
		border-radius: 11px 0 0 11px;
	}

	.team__img::before {
		background: -o-linear-gradient(91.97deg,
				#000 -1.34%,
				rgba(0, 0, 0, 0) 79.96%);
		background: linear-gradient(358.03deg,
				#000 -1.34%,
				rgba(0, 0, 0, 0) 79.96%);
	}

	.team__img::after {
		bottom: -5px;
		width: 100%;
		height: 100%;
		background-image: url(images/team-gradient-1-mobile.png);
		opacity: 1;
		-webkit-filter: none;
		filter: none;
	}

	.team__img img {
		max-height: 250px;
		object-fit: cover;
	}

	.team__item {
		margin-top: 10px;
		border: 1px solid rgba(246, 249, 250, 0.16);
		border-radius: 12px;
		background: rgba(246, 249, 250, 0.03);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}

	.team__item:first-child {
		margin-top: 0;
	}

	.team__item:nth-child(even) .team__img::after {
		background-image: url(images/team-gradient-2-mobile.png);
	}

	.contacts__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 50px 16px 0;
		background-color: #d9d9d9;
		gap: 0;
	}

	.contacts__map iframe {
		border-radius: 12px;
	}

	.contacts__item:not(:last-child) {
		margin-bottom: 10px;
	}

	.contacts__info {
		margin-bottom: 28px;
	}

	.contacts__desc {
		font-size: 16px;
	}

	.contacts__title {
		margin: 16px 0 28px;
	}

	.contacts__icon {
		margin-right: 16px;
		width: 36px;
		height: 36px;
	}

	.footer__col-caption {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 12px;
		width: 90px;
		font-size: 12px;
		text-transform: uppercase;
	}

	.footer__socials-list {
		margin-top: auto;
	}

	.footer__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 32px;
		gap: 0;
	}

	.footer__main .footer__col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0;
		flex-wrap: wrap;
	}

	.footer__main .footer__col:nth-child(4) .footer__list li:not(:last-child) {
		margin-bottom: 24px;
	}

	.footer__main .footer__col:nth-child(3) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin-bottom: 0;
		justify-content: center;
	}

	.footer__main .footer__col:nth-child(2) {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
	}

	.footer__main .footer__col:nth-child(2) .footer__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__main .footer__col:nth-child(2) .footer__list li:not(:last-child) {
		margin-right: 23px;
		margin-bottom: 0;
	}

	.footer ul {
		padding-left: 0;
	}

	.contacts__map iframe {
		height: 300px;
		margin-bottom: 20px;
	}

	.actions-page .action{
		flex-direction: column;
	}
	.actions-page .action .col {
		width: 100%;
	}
	.actions-page .action h2 {
		padding: 11px 15px;
		font-size: 16px;
	}
	.actions-page .action .col.text{
		order: 1;
	}
}


.works-slider-wrap {
	position: relative;
}

.comparison {
    overflow: hidden;
    position: relative;
    padding-bottom: 121%;
    margin: 0 auto;
    border-radius: 16px;
}
.comparison figure,
.comparison figure div {
	position: absolute !important;
	box-sizing: border-box;
}

.comparison figure div:before {
	content: '';
	width: 50px;
	height: 50px;
	display: block;
	background: url(img/drag-icon.svg) center no-repeat rgba(255, 255, 255, 0.3);
	top: 50%;
	right: -26px;
	position: absolute;
	border: 1px solid #fff;
	border-radius: 50px;
	transform: translateY(-50%);

}

.comparison figure {

	background-size: cover;
	position: relative;
	font-size: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.comparison figure>img {
	position: relative;
	width: 100%;
}

.comparison figure div {

	background-size: cover;
	position: relative;
	width: 90%;
	box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
	bottom: 0;
	height: 100%;
	border-right: 2px solid #ffffff75;
}


input[type=range]:focus {
	outline: none;
}

input[type=range]:active {
	outline: none;
}

input[type=range]::-moz-range-track {
	-moz-appearance: none;
	height: 15px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	position: relative;
	outline: none;
}

input[type=range]::active {
	border: none;
	outline: none;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 15px;
	background: #fff;
	border-radius: 0;
	/* border: 1px solid #fff; */
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

input[type=range]::-moz-range-thumb {
	-moz-appearance: none;
	width: 20px;
	height: 15px;
	background: #fff;
	border-radius: 0;
}

input[type=range]:focus::-webkit-slider-thumb {
	background: rgba(255, 255, 255, 0.5);
}

input[type=range]:focus::-moz-range-thumb {
	background: rgba(255, 255, 255, 0.5);
}



input[type="range"] {
	-webkit-appearance: none;
	width: 112%;
	background: transparent;
	/* Прибираємо стандартний стиль */
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	border: none;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 50px;
	/* Ширина повзунка */
	height: 50px;
	/* Висота повзунка */
	background: transparent;
	background-size: contain;
	cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
	width: 50px;
	height: 50px;
	background: transparent;
	background-size: contain;
	cursor: pointer;
	border: none;
	/* Прибираємо рамку */
}

input[type="range"]::-ms-thumb {
	width: 50px;
	height: 50px;
	background: transparent;
	background-size: contain;
	cursor: pointer;
	border: none;
	/* Прибираємо рамку */
}

input[type="range"]:active::-webkit-slider-thumb {
	background: transparent;
	background-size: contain;
}

input[type="range"]:active::-moz-range-thumb {
	background: transparent;
	background-size: contain;
}

input[type="range"]:active::-ms-thumb {
	background: transparent;
	background-size: contain;
}

input[type="range"]:focus::-webkit-slider-thumb {
	background: transparent;
	background-size: contain;
}

input[type="range"]:focus::-moz-range-thumb {
	background: transparent;
	background-size: contain;
}

input[type="range"]:focus::-ms-thumb {
	background: transparent;
	background-size: contain;
}


/* Стилізація доріжки для повзунка */
input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	background: transparent;
	border-radius: 5px;
}

input[type="range"]::-moz-range-track {
	width: 100%;
	height: 8px;
	background: transparent;
	border-radius: 5px;
}

input[type="range"]::-ms-track {
	width: 100%;
	height: 8px;
	background: transparent;
	border-radius: 5px;
	border-color: transparent;
	color: transparent;
}

.flex{
	display: flex;
}
.flex > .col-50{
	width: 50%;
}

.services-page .page {
    margin-top: 75px;
}
.services-hero {
    height: calc(100vh - 75px);
	position: relative;
	height: 100vh;
    padding-top: 75px;
}
.services-hero:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00000054;
}
.services-hero > .container{
	display: flex;
	align-items: center;
	height: 100%;
}
.services-hero .flex {
    align-items: center;
}
.services-hero .title{
	color: #fff;
	font-size: 46px;
    line-height: 53px;
	text-shadow: 1px 1px 4px #00000030;
}	
.services-hero .title .color-orange{
	font-size: 50px;
    font-family: 'Montserat-700';
    letter-spacing: -0.5px;
}
.services-hero .text{
	color: #fff;
	font-size: 21px;
    line-height: 32px;
	text-shadow: 1px 1px 6px #000000a1;
}
.services-hero .flex > .col-50:first-child{
	padding-right: 40px;
	width: 75%;
}
.services-hero .flex > .col-50:last-child{
	display: flex;
    justify-content: flex-end;
}
.services-hero .form-container {
    background: #fff;
    border-radius: 16px;
	padding: 15px 40px;
    max-width: 500px;
}
.services-hero .form-title {
	text-transform: uppercase;
    line-height: 28px;
    padding: 0 15px;
    font-size: 22px;
    text-align: center;
    font-family: 'Montserat-700';
}

.services-hero .form-container p{
	margin: 0;
}
.services-hero .form-container .wpcf7-textarea {
    height: 70px;
	resize: none;
}
.services-hero .form-container input{
	width: 100%;
	width: 100%;
    padding-left: 10px;
    font-size: 13px;
	height: 37px;
	font-family: 'Exo2-Regular';
}
.services-hero .form-container .wpcf7 .col {
    width: 100%;
}
.services-hero .form-container .wpcf7-phone-wrap {
	display: block;
	position: relative;
}
.services-hero .form-container .wpcf7-phone-wrap:before {
	content: "+38";
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	color: #666;
	font-size: 13px;
	line-height: 1;
}
.services-hero .form-container .wpcf7-phone-wrap .wpcf7-tel {
	padding-left: 38px;
}
.services-hero .form-container .wpcf7-checkbox label {
	display: flex;
	align-items: center;
}
.services-hero .form-container .wpcf7-checkbox label input {
	margin-right: 5px;
	width: 16px;
}
.services-hero .form-container .wpcf7-not-valid-tip {
	margin-top: 2px;
}
.services-hero .form-container .wpcf7-spinner {
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}
.services-hero .form-container form .wpcf7-response-output {
	margin: 0px 0.5em 30px !important;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	border-radius: 8px;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
	padding: 7px 0;
}
.services-hero .form-container form.sent .wpcf7-response-output {
	border-color: #41c62e;
	background: #41c62e;
	color: #fff;
}

.services-hero .form-container .wpcf7 form.invalid .wpcf7-response-output,
.services-hero .form-container .wpcf7 form.unaccepted .wpcf7-response-output,
.services-hero .form-container .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ff5500 !important;
	background: #ff5500;
	color: #fff;
}
.services-hero .form-container label {
	font-size: 12px;
}
.services-hero .form-container br {
	display: none;
}
.services-hero .form-container .btn {
	display: block;
	background-color: #e95203;
	color: #fff;
	width: 100%;
	border: none;
	height: 42px;
	line-height: 1;
	padding: 0;
	border-radius: 8px;
	margin-top: 20px;
}
.services-hero .form-container .btn:hover {
	background-color: #000;
}
.services-hero .form-container .wpcf7-list-item {
	margin: 0;
}
.services-page .works__list,
.services-page .works__doctors ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.services-page .works__list .comparison{
	padding-bottom: 49%;
}
.services-page .services-quote {
    background: #000;
    padding: 100px 0;
}
.services-page .services-quote .container{
	max-width: 1200px;
}
.services-page .services-quote .flex{
	align-items: center;
	color: #fff;
}
.services-page .services-quote .col-50:first-child{
	text-align: center;
}
.services-page .services-quote .col-50:first-child img{
	height: 500px;
	border-radius: 16px;
}
.services-page .services-quote .title{
	margin-top: 0;
	font-size: 36px;
	text-transform: uppercase;
}
.services-page .services-quote .text{
	font-size: 21px;
    line-height: 32px;
}
.services-page .services-quote .fa {
    color: #e95203;
    font-size: 44px;
    margin-bottom: 32px;
}
.services-page .services-tabs {
    margin-top: 80px;
}
.services-page .services-tabs .title {
    text-align: center;
    font-size: 32px;
    max-width: 620px;
    margin: 0 auto;
    line-height: 38px;
    margin-bottom: 30px;
	margin-top: 20px;
}
.services-page .tabs {
    border-radius: 20px;
    padding: 60px 50px;
    background: linear-gradient(45deg, #fbfbfb, #b5cde13d);
	padding-top: 20px;
}
.services-page .tabs__titles {
	list-style: none;
	padding: 0;
	display: flex;
	cursor: pointer;
	justify-content: center;
	margin-bottom: 30px;
}
.services-page .tabs__title button {
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	color: #000;
	border: 1px solid #ccc;
	background-color: transparent;
	margin-right: 5px;
	transition: background-color 0.3s;
	cursor: pointer;
	font-family: 'Montserat-700';
    border-radius: 12px;
    font-size: 14px;
}
.services-page .tabs__title button.is-active {
	background-color: #e95203;
	color: #fff;
	border-color: #e95203;
}
.services-page .tabs__content figure{
	height: 420px;
	overflow: hidden;
	width: 50%;	
	border-radius: 16px;
}
.services-page .tabs__content img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.services-page .tabs__content p{
	width: 50%;
    padding: 0 30px;
    font-size: 21px;
    line-height: 32px;
}
.services-page .tabs__panel-content {
    display: flex;
	align-items: center;
}
.services-page .tabs__panel {
	display: none;
}
.services-page .tabs__panel.is-active {
	display: block;
}
.services-page .services-lead{
	padding-top: 75px;
	padding-bottom: 80px;
}
.services-page .services-lead .title{
	margin-top: 0;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 20px;
}
.services-page .services-lead .flex{
	align-items: center;
}
.services-page .services-lead img{
	border-radius: 16px;
}
.services-page .services-lead .col-50:first-child{
	padding-right: 40px;
}
.services-page .services-lead .text{
	font-size: 21px;
    line-height: 32px;
	margin-bottom: 50px;
}
.services-page .price-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
.services-page .price-table th, .price-table td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}
.services-page .price-table th {
	background-color: #f4f4f4;
}
.services-page .services-price .title {
	text-transform: uppercase;
    margin-top: 0;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
}
.services-page .services-price .container{
	border-radius: 20px;
    padding: 60px 50px;
    background: linear-gradient(45deg, #fbfbfb, #b5cde13d);
    max-width: 900px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.services-page .services-faq {
    padding-top: 40px;
    padding-bottom: 40px;
}
.services-page .services-faq .container{
	max-width: 900px;
}
.services-page .services-faq .faq-title {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
	padding-left: 30px;
}
.services-page .services-faq .accordion-item {
	margin-bottom: 10px;
	border-radius: 5px;
}
.services-page .services-faq .accordion-header {
	background: linear-gradient(180deg, #fbfbfb, #b5cde13d);
    cursor: pointer;
	border-radius: 12px;
    display: flex;
    align-items: center;
}
.services-page .services-faq .accordion-button {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Exo2-Regular';
	padding-left: 42px;
    padding-right: 25px;
    height: 60px;
	cursor: pointer;
	transition: color 0.4s;
}
.services-page .services-faq .accordion-button:hover .accordion-icon{
	color: #e95203;
	transition: color 0.2s;
}
.services-page .services-faq .accordion-icon {
	font-size: 28px;
    margin-left: 10px;
    transition: transform, color 0.4s ease;
    font-weight: 100;
    font-family: sans-serif;
}
.services-page .services-faq .accordion-collapse {
	display: none;
}
.services-page .services-faq .accordion-body {
	padding: 13px 40px 7px;
}

.services-page .services-faq .accordion-body p{
	margin: 0;
}
@media (max-width: 991px){
	.services-hero{
		height: auto;
    	padding-top: 25px;
    	padding-bottom: 70px;
	}
	.services-hero .flex {
		flex-direction: column;
	}
	.services-hero .flex > .col-50:first-child,
	.services-hero .flex > .col-50:last-child{
		width: 100%;
	}
	.services-hero .title{
		padding-top: 200px;
		text-align: center;
	}
	.services-hero .text{
		text-align: center;
	}
	.services-hero .form-container{
		margin: 0 auto;
    	margin-top: 15px;
	}
	.services-page .services-quote .col-50:last-child{
		padding-left: 40px;
	}

}
@media (max-width: 767px) {
	header .site-branding a img {
		max-width: 160px;
	}

	header .socials {
		display: none;
	}

	.hero-home .text-container h1 {
		font-size: 20.5px;
	}

	.hero-home .text-container h1 span {
		font-size: 56px;
	}

	.hero-home .text-container p {
		font-size: 18px;
		line-height: 23px;
		padding: 0 15px;
	}

	.modal .modal-content {
		padding: 20px 15px;
		width: 100%;
		top: 0;
		transform: translate(-50%, -0%);
	}

	.modal .modal__title {
		font-size: 23px;
		line-height: 24px;
	}

	.wpcf7 .col {
		width: 100%;
	}

	.wpcf7 .cols {
		flex-direction: column;
		gap: 0;
	}

	.modalFormContainer textarea {
		height: 55px;
	}
	
	.benefits__content .benefits__col_wrap {
        width: 100%;
    }

	.benefits__img video {
		height: 200px;
	}

	.benefits__item {
        min-height: auto;
    }

	.testimonials-grid-container {
		grid-template-columns: repeat(2, 1fr);
	}
	.services-hero > .container{
		display: block;
	}
	.services-hero .title{
		padding-top: 110px;
		font-size: 26px;
    	line-height: 38px;
	}
	.services-hero .title .color-orange{
		font-size: 32px;
    	line-height: 41px;
	}
	.services-hero .flex > .col-50:first-child{
		padding-right: 0;
	}
	.services-hero .flex > .col-50:last-child{
		display: block;
	}
	.services-hero .form-title {
        line-height: 28px;
        font-size: 20px;
        padding: 0;
    }
	.services-page .services-quote .flex{
		flex-direction: column;
	}
	.services-page .services-quote .flex > .col-50{
		width: 100%;
	}
	.services-page .services-quote .col-50:first-child img{
		height: auto;
    	width: 100%;
	}
	.services-page .services-quote .col-50:last-child {
        padding-left: 0;
		margin-top: 36px;
    }
	.services-page .services-quote{
		padding: 50px 0;
	}
	.services-page .services-quote .title{
		font-size: 26px;
		line-height: 36px;
	}
	.services-page .services-quote .text {
		font-size: 16px;
		line-height: 28px;
	}
	.services-page .tabs{
		padding: 40px 20px;
	}
	.services-page .tabs__titles{
		flex-direction: column;
        width: 100%;
        margin: 0;
	}
	.services-page .tabs__title button{
		width: 100%;
    	margin-bottom: 10px;
	}
	.services-page .tabs__panel-content{
		flex-direction: column;
	}
	.services-page .tabs__content figure,
	.services-page .tabs__content p{
		width: 100%;
	}
	.services-page .tabs__content figure{
		height: 160px;
	}
	.services-page .tabs__content p{
		padding: 0;
		font-size: 16px;
    	line-height: 26px;
	}
	.services-page .services-lead{
		padding-bottom: 30px;
	}
	.services-page .services-lead .flex{
		flex-direction: column;
	}
	.services-page .services-lead .col-50{
		width: 100%;
	}
	.services-page .services-lead .title{
		font-size: 22px;
        line-height: 29px;
	}
	.services-page .services-lead .text{
		font-size: 16px;
		line-height: 28px;
	}
	.services-page .services-lead .col-50:first-child{
		padding-right: 0;
		order: 2;
	}
	.services-page .services-lead .col-50:last-child{
		order: 1;
		margin-bottom: 24px;
	}
	.services-page .services-price .title{
		font-size: 22px;
        line-height: 29px;
	}
	.services-page .services-price .container{
		padding: 40px 20px;
		border-radius: 0;
	}
	.services-page .price-table th, .price-table td{
		font-size: 13px;
	}
	.services-page .services-faq{
		padding-top: 0;
		padding-bottom: 0;
	}
	.services-page .services-faq .faq-title{
		padding-left: 0;
		font-size: 22px;
		line-height: 29px;
	}
	.services-page .services-faq .accordion-button{
		font-size: 16px;
        line-height: 20px;
        padding: 10px 11px;
        height: auto;
        min-height: 65px;
	}
	.services-page .services-faq .accordion-body{
		padding: 10px;
	}


}