/*!
Theme Name: stomatology
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: stomatology
Tags: custom-background, custom-header__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.

stomatology 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%;
}

/* 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;
}
p {
	margin: 0;
}
/* 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;
}

/*--------------------------------------------------------------
# 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;
}


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;
}
* {
	box-sizing: border-box;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
ul, ol {
	padding: 0;
	margin: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/* border: 1px solid; */
	border-color: #ccc #ccc #bbb;
	border-radius: 0;
	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: 37.5em) {

	.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;
}
.footer_logo img {
    max-width: 130px;
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
}
/* 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;
}


/* // vlad */


<style>
	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
* {
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.container-fluid.page-title-wrapper, .mobile-menu {display: none;} 
body {
    position: relative;
    font-family: 'Manrope', sans-serif;
    margin: 0 auto;
}
.footer_awards_row, .footer_map_row, .site-footer, #mobile-menu, #baguetteBox-overlay {display: none !important;}
    .header-three {
        display: none;
    }
    .hidden_input_form {
    display: none !important;
}
    .hfeed.site {display: none;} 
    .mobile-header.row {display: none;}
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0%;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,hsla(0deg,0%,0%,0) 0%,hsla(0deg,0%,0%,.006) 8.1%,hsla(0deg,0%,0%,.021) 15.5%,hsla(0deg,0%,0%,.046) 22.5%,hsla(0deg,0%,0%,.077) 29%,hsla(0deg,0%,0%,.114) 35.3%,hsla(0deg,0%,0%,.155) 41.2%,hsla(0deg,0%,0%,.198) 47.1%,hsla(0deg,0%,0%,.242) 52.9%,hsla(0deg,0%,0%,.285) 58.8%,hsla(0deg,0%,0%,.326) 64.7%,hsla(0deg,0%,0%,.363) 71%,hsla(0deg,0%,0%,.394) 77.5%,hsla(0deg,0%,0%,.419) 84.5%,hsla(0deg,0%,0%,.434) 91.9%,hsla(0deg,0%,0%,.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}

.fancybox__content {
    padding: 0;
    background: #F4F4F4;
}
.modal_form_new_title {
    color: #000000;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 46.8px */
}
.modal.fancybox__content {
    max-width: 500px;
    padding: 48px;
    background: #ffffff;
    border-radius: 10px;
}
.container {
    max-width: 1169px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0 20px;
}
.header {
    padding-top: 23px;
	/* background: #4E1575; */
    padding-bottom: 23px;
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo {
    display: flex;
    align-items: center;
}
.header__logo img {
    max-width: 100px;
}
.header__logo span {
    margin-left: 16px;
    font-family: Manrope;
    font-size: 12px;
    color: #28282E;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
}
.header__col {
    display: flex;
    align-items: center;
}
.header__block {
    display: flex;
    align-items: center;
    margin-right: 24px;
}
.header__block svg {
    margin-right: 6px;
}
.header__block span, .header__block a {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    line-height: 130%; /* 16.9px */
}
.wrapper_buttons {
    display: flex;
    align-items: center;
}
.wrapper_buttons .btn:first-child {
    margin-right: 12px;
}
.btn.btn__v1 {
    background: #550e7a;
    box-shadow: 0 0 0 1px #550e7a;
    border-radius: 5px;
    /* border: 2px solid #fff; */
    color: #ffffff;
}
.btn.btn__v2 {
    color: #ffffff;
    border-color: #ffffff;
}
.btn.btn__v1:hover {
    background: #450965;
}
.main_banner__col img {
    position: relative;
    bottom: -5px;
    width: 100%;
    padding-right: 40px;
}
.main_banner .main_banner__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 24px;
    align-items: center;
    background: #E5F9FF;
}
.main_banner__col:first-child {
    padding-left: 60px;
}
.btn {
    font-family: Manrope;
    font-size: 15px;
    cursor: pointer;
    background: transparent;
    font-style: normal;
    border-radius: 0;
    padding: 14px 18px;
	text-decoration: none;
    font-weight: 500;
    border: 1px solid transparent;
	transition: all .3s linear;
    line-height: 150%;
}
.calc__title {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: left !important;
    line-height: 130%; /* 31.2px */
    color: #000000;
    margin-bottom: 8px;
}
.calc_button .btn[disabled="disabled"] {
	opacity: .5;
}
.calc_button .btn {
    width: 100%;
}
.wrapper_calc_item .wpcf7-list-item label > span:before {
    content: '';
    width: 14px;
	transition: all .3s linear;
    height: 14px;
    min-width: 14px;
    display: inline-block;
    border: 2px solid #EBEBFF;
    margin-right: 6px;
}
.wrapper_calc_item .wpcf7-list-item label input {
    display: none;
}
.calc_button p {
	text-align: center;
}
.wrapper_calc_item .wpcf7-list-item label input:checked + span:before {
    background-image: url('/wp-content/uploads/2024/09/check-7.svg');
    background-color: #4E1575;
    border-color: #4E1575;
    background-size: contain;
    background-position: center;
}
.wrapper_calc_item .wpcf7-list-item label input:checked + span {
    background: #E9DEF0;
	border-color: #4E1575;
}
.wrapper_calc_item .wpcf7-list-item label > span:hover {
    border-color: #4E1575;
    cursor: pointer;
}
.wrapper_calc_item .wpcf7-list-item label > span:hover:before {
    border-color: #4E1575;
}
.calc_text {
    color: #454551;
    text-align: center;
    margin-top: 18px;
    /* 14 150% */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.wrapper_calc_item span {
    margin: 0;
    text-align: left;
}
.wrapper_calc_item .wpcf7-list-item-label {
    color: #454551;
    /* 14 M 150% */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.wrapper_calc_item .wpcf7-list-item:not(:last-child) {
    margin-right: 6px;
    margin-bottom: 6px;
}
.wrapper_calc_item .wpcf7-list-item label > span {
    display: inline-block;
    display: flex;
    align-items: center;
    padding: 7px 8px;
	transition: all .3s linear;
    border: 2px solid #EBEBFF;
}
.wrapper_calc_item:not(:last-child) {
    margin-bottom: 18px;
}
.wrapper_calc_item b {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 7px;
    display: block;
    font-weight: 600;
    line-height: 130%; /* 18.2px */
}
.wrapper_calc_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wrapper_calc br {display: none;}
.calc__subtitle {
    color: #454551;
    /* 14 M 150% */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    text-align: left !important;
    margin-bottom: 18px;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.btn.btn__v2:hover {
    background: transparent;
}
.main_banner__description {
    font-family: Manrope;
    font-size: 16px;
    margin-bottom: 24px;
    font-style: normal;
    color: #454551;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.main_banner__title {
    font-family: Montserrat;
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    line-height: 110%;
}
.main_banner__title span {
    color: #3F46FF;
}
.main_banner__top_text {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #9898B8;
    line-height: 130%; /* 18.2px */
    letter-spacing: 4.2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.main_banner {
    margin-bottom: 120px;
}
.header__button {
    font-family: Manrope;
    font-size: 14px;
    border-radius: 0;
    cursor: pointer;
    background: #550e7a;
	border: 1px solid #ffffff;
    font-style: normal;
    font-weight: 500;
    padding: 10px 16px;
    color: #ffffff;
    line-height: 150%; /* 21px */
}
.circle_block__wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 2fr 1fr;
    grid-gap: 88px;
}
.title {
    color: #000000;
    font-family: Montserrat;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 61.1px */
}
.subtitle {
    font-family: Manrope;
    font-size: 16px;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}
.circle_block__wrapper__item .title {
    margin-bottom: 16px;
}
.circle_block__wrapper__item .btn {
    width: fit-content;
}
.circle_block__wrapper__item .subtitle {
    margin-bottom: 20px;
}
.circle_block__wrapper__item_wr {
    border-radius: 100%;
    width: 456px;
    height: 456px;
    background: #E5F9FF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 33px;
    margin: 0 auto;
}

.item_wr_l_circle {
    width: fit-content;
    border-radius: 50px;
    border: 1px solid #FFFFFF;
    min-width: 56px;
    padding: 6px;
    cursor: pointer;
    margin: 0 auto;
    height: fit-content;
    transition: all .3s linear;
}
.item_wr_l:hover .item_wr_l_circle_inside {
    background: #3F46FF;
}
.item_wr_l:hover .item_wr_l_circle_inside svg path {
    stroke: #FFFFFF;
}
.item_wr_l:hover .item_wr_l_text {
    color: #3F46FF;
}
.item_wr_l:hover .item_wr_l_popup {
    opacity: 1;
    visibility: visible;
}
.item_wr_l {
    position: absolute;
    top: 0;
    max-width: 157px;
    text-align: center;
    align-items: center;
    transform-origin: center bottom;
}
.show-mobile {
    display: none;
}
.item_wr_l:nth-of-type(1) {
    top: -85px;
    left: 34%;
}
.item_wr_l:nth-of-type(1) .item_wr_l_text, .item_wr_l:nth-of-type(6) .item_wr_l_text  {
    text-align: center;
}
.item_wr_l:nth-of-type(7) .item_wr_l_text, .item_wr_l:nth-of-type(8) .item_wr_l_text, .item_wr_l:nth-of-type(9) .item_wr_l_text, .item_wr_l:nth-of-type(10) .item_wr_l_text {
    text-align: right;
}
.item_wr_l:nth-of-type(2) {
    right: -80px;
    display: flex;
    flex-direction: row-reverse;
    top: -1px;
}
.item_wr_l:nth-of-type(3) {
    right: -175px;
    top: 100px;
    display: flex;
    flex-direction: row-reverse;
}
.item_wr_l:nth-of-type(4) {
    top: 265px;
    display: flex;
    flex-direction: row-reverse;
    right: -184px;
    left: auto;
}
.item_wr_l:nth-of-type(5) {
    top: auto;
    bottom: 4px;
    right: -78px;
    display: flex;
    flex-direction: row-reverse;
}
.item_wr_l:nth-of-type(6) {
    bottom: -60px;
    top: auto;
    display: flex;
    flex-direction: column-reverse;
    left: 34%;
}
.item_wr_l:nth-of-type(7) {
    top:-1px;
    left: -80px;
    display: flex;
    flex-direction: row;
}
.item_wr_l:nth-of-type(8) {
    left: -175px;
    top: 100px;
    display: flex;
    flex-direction: row;
}
.item_wr_l:nth-of-type(9) {
    top: 265px;
    left: -184px;
    display: flex;
    flex-direction: row;
}
.item_wr_l:nth-of-type(10) {
    top: auto;
    bottom: 4px;
    right: auto;
    left: -78px;
    display: flex;
    flex-direction: row;
}
.item_wr_l_circle_inside {
    display: flex;
    padding: 10px;
    align-items: center;
    transition: all .3s linear;
    justify-content: center;
    border-radius: 30px;
    background: var(--white, #FFF);
    box-shadow: 2px 2px 12px 0px rgba(5, 2, 164, 0.13);
}
.item_wr_l_circle_inside svg {
    transition: all .3s linear;
}
.item_wr_l_text {
    font-family: Manrope;
    transition: all .3s linear;
    font-size: 13px;
    min-width: 165px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 150%; /* 21px */
}
.our_services_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
	margin-top: 16px;
}
.our_services_item {
	padding: 30px 15px;
    text-align: center;
	display: flex;
    border-radius: 10px;
    overflow: hidden;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #E9DEF0;
    transition: all .3s linear;
	display: flex;
	flex-direction: column;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
}
.our_services_item:hover {
    justify-content: center;
    align-items: center;
}
.our_services_item .btn:hover {
    opacity: .8;
    background: #ffffff;
    color: #4E1575;
}
.our_services_item .btn {
	display: none;
	height: 55px;
	border: 0;
    position: absolute;
    background: #550e7a;
    color: #ffffff;
}
.our_services_item:before {
	content: '';
	background: rgba(0,0,0, .5);
	position: absolute;
	width: 100%;
	z-index: -1;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.our_services_item span {
	height: 55px;
	display: flex;
	color: #000000;
	align-items: center;
	transition: all .3s linear;
}
.our_services_item:hover span {
	display: none;
}
.our_services_item:hover .btn {
	display: block;
}
.step_block, .our_services {
    margin-top: 80px;
    margin-bottom: 80px;
}
.step_block_wrapper {
    grid-template-columns: 470px 1fr;
    display: grid;
    grid-gap: 30px;
}
.step_block_wrapper .title {
    margin-bottom: 16px;
}
.step_block_wrapper .subtitle {
    margin-bottom: 16px;
}
.step_block_wrapper .btn {
    width: fit-content;
}
.faq_answer_item_body {
    display: none;
}
.faq_answer_item_title span {
    font-family: Manrope;
    background: #000000;
    font-size: 14px;
    display: inline-block;
    margin-right: 24px;
    font-style: normal;
    color: #ffffff;
    font-weight: 400;
    padding: 6px 10px;
    line-height: 160%; /* 22.4px */
}
.faq_answer_item:not(:last-child) {
    margin-bottom: 8px;
}
.faq_answer_item_title:after {
    content: "";
    display: block;
    width: 15px;
    background-color: #000000;
    height: 1.5px;
    position: absolute;
    top:50%;
    right: 0;
    z-index: 1;
    transform: rotate(90deg);
    transition: transform .3s linear;
}
.faq_answer_item_title:before {
    content: "";
    display: block;
    width: 15px;
    background-color: #000000;
    height: 1.5px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}
.faq_answer_item.open .faq_answer_item_title:after {
    transform: rotate(180deg);
}
.faq_answer_item_body {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 160%; /* 25.6px */
    margin-top: 12px;
}
.modal {
    display: none;
}
.faq_answer_item {
    font-family: Manrope;
    font-size: 17px;
    background: #E9DEF0;
    font-style: normal;
    padding: 16px;
    color: #000000;
    font-weight: 700;
    position: relative;
    /* border: 1px solid #E5F9FF; */
    line-height: 160%; /* 27.2px */
}
/* .faq_answer_item.open {
    background: transparent;
} */
.faq_answer_item_title {
    position: relative;
	font-size: 17px;
	margin: 0;
    padding-right: 20px;
}
.proff_doctors__wrapper {
    display: grid;
    grid-gap: 8px;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}

.proff_doctors__item {
    padding: 30px 20px;
    background: #E9DEF0;
    margin: 0 4px;
}
.proff_doctors__item img {
    width: 100%;
    border-radius: 0;
    object-position: top;
    margin-bottom: 28px;
    display: block;
    max-height: 400px;
    height: 400px;
    object-fit: cover;
}
.proff_doctors__item__title {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000000;
    line-height: 130%; /* 23.4px */
}
.proff_doctors__item__description {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
	min-height: 85px;
    color: #454551;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.proff_doctors .title {
    margin-bottom: 16px;
}
.proff_doctors .subtitle {
    margin-bottom: 32px;
}
.proff_doctors_bottom {
    display: grid;
    grid-template-columns: 1fr 280px;
    grid-gap: 24px;
    margin-top: 32px;
    padding: 0 70px;
    align-items: center;
}
.proff_doctors_bottom .btn {
    width: 100%;
    text-align: center;
}
.proff_doctors__text {
    color: #28282E;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
}
.proff_doctors__text b {
    font-weight: bold;
}
.prices {
    margin-top: 75px;
    padding: 90px 0;
    background-color: #E9DEF0;
    background-image: url('../wp-content/themes/dental-care/assets/images/prices_bg.svg');
    background-repeat: no-repeat;
    background-position: right top;
}
.prices__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}
.prices__item .title {
    margin-bottom: 16px;
}
.prices__item .subtitle {
    margin-bottom: 32px;
}
.prices__item h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    color: #000000;
    margin-bottom: 22px;
    display: block;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
}
.prices__block {
    display: flex;
    align-items: flex-start;
}
.prices__block svg {
    min-width: 48px;
}
.prices__block__title {
    color: #000;
    font-family: Manrope;
    font-size: 15px;
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 19.5px */
}
.prices__block__text {
    color: #454551;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.prices__block__wrapper {
    margin-left: 20px;
}
.prices__block:not(:last-child) {
    margin-bottom: 18px;
}
.prices__item_calc {
    background: #FFFFFF;
    padding: 30px 24px;
}
.reviews {
    margin: 65px 0;
}
.reviews__wrapper {
    padding: 0 80px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
    grid-gap: 8px;
}
.reviews__item {
    margin: 0 4px;
    background: #E9DEF0;
    padding: 30px 20px;
}
.reviews__item img {
    border-radius: 100%;
    display: block;
    max-width: 150px;
    min-width: 150px;
    max-height: 150px;
    min-height: 150px;
    object-fit: cover;
    margin: 0 auto;
}
.reviews__item__title {
    color: #000000;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    margin-top: 28px;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
}
.reviews__item__text {
    color: #28282E;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}
.reviews .subtitle {
    margin-bottom: 24px;
}
.faq_block__wrapper {
    display: grid;
    grid-template-columns: 1fr 270px;
    grid-gap: 30px;
}
.faq_block__item__sidebar {
    border-radius: 0;
    background-color: #E9DEF0;
    background-image: url(../wp-content/themes/dental-care/assets/images/faq_bg.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding: 20px;
}
.faq_block__item__sidebar__item_title {
    color: #000000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 130%; /* 26px */
}
.faq_block__item__sidebar__item_text {
    color: #454551;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    margin-bottom: 24px;
}
.faq_block__item__sidebar .btn {
    text-align: center;
}
.faq_block .title {
    margin-bottom: 24px;
}
.faq_block {
    margin-bottom: 64px;
    margin-top: 64px;
}
.footer {
    background-color: #4E1575;
    background-image: url('..//wp-content/themes/dental-care/assets/images/bg_footer.svg');
    background-repeat: no-repeat;
    background-position: left top;
    padding: 60px 0;
}
.footer__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.footer_description {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    margin-top: 23px;
    line-height: 130%; /* 16.9px */
}
.footer_copy {
    margin-top: 23px;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    color: #ffffff;
    opacity: .5;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
}
.footer_item_title {
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    color: #ffffff;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    margin-bottom: 16px;
}
.footer_item ul {
    list-style-type: none;
}
.footer_item li a{
    font-family: Manrope;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.footer_item li:not(:last-child) {
    margin-bottom: 12px;
}
.footer_item__tit {
    font-family: Manrope;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 3px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.modal_form_new_item:not(:last-child) {
    margin-bottom: 16px;
}
.modal_form_new_item b {
    display: block;
    width: 100%;
    text-align: left;
    color: #454551;
    margin-bottom: 8px;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    text-transform: uppercase;
}
.wrapper_modal_form_new br {
    display: none;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
	outline: none;
}
.modal_form_new_item_bottom {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0 10px;
}
.wpcf7-submit {
    padding: 14px 18px !important;
    border-radius: 0 !important;
    display: block !important;
	border:0 !important;
    width: 100%;
    margin-top: 10px;
}
span.wpcf7-not-valid-tip, body .cf7-style div.wpcf7-response-output {
    font-family: Manrope;
    text-align: left;
    font-size: 13px;
}
body .cf7-style div.wpcf7-response-output {
    margin: 0;
    padding: 10px 16px;
}
.modal_form_new_item_bottom > span {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    text-align: left;
    color: #000000;
    font-weight: 400;
    line-height: 130%; /* 16.9px */
}
.modal.fancybox__content input[type=text], .modal.fancybox__content input[type=tel] {
    appearance: none;
    border: 0;
    width: 100%;
    display: block;
    outline: none;
    border-radius: 0;
    background: #E9DEF0;
    padding: 10px 16px;
    text-align: left;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 160%;
}
.modal_form_new_subtitle {
    color: #000000;
    text-align: center;
    /* 16 160: */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}
.footer_item__line a {
    color: #FFFFFF;
    font-family: Manrope;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.footer_item__line:not(:first-child) .footer_item__tit {
    margin-top: 10px;
}
.footer_item__line span {
    color: #FFFFFF;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 16.9px */
}
.footer_socials {
    margin-top: 9px;
    display: flex;
    align-items: center;
}
.footer_socials a:not(:last-child) {
    margin-right: 12px;
}
.footer_item iframe {
    height: 100%;
    width: 100%;
    border-radius: 0;
}
.slick_arrow {
    top: 56%;
    left: 30px;
    cursor: pointer;
    z-index: 99;
    transition: all .3s linear;
    border-radius: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 1px solid #4E1575;
    background: #4E1575;
}
.slick_arrow:hover {
    background: #4E1575;
    opacity: .5;
}
.slick__prev {
    transform: rotate(180deg);
}
.slick__next {
    right: 30px;
    left: auto;
}
.item_wr_l_popup {
    position: absolute;
    left: calc(100% + 70px);
    border-radius: 16px;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    background: #1A1D1E;
    box-shadow: 2px 2px 12px 0px rgba(5, 2, 164, 0.13);
    top: -45px;
    max-width: 350px;
    width: 350px;
    z-index: 6;
}
.item_wr_l_popup__title {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
}
.item_wr_l_popup__text {
    font-family: Manrope;
    text-align: left;
    margin-top: 8px;
    font-size: 14px;
    font-style: normal;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.item_wr_l_popup:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #1A1D1E;
    left: -10px;
    top: 50%;
    margin-top: -11px;
}
.item_wr_l:nth-of-type(1):hover .item_wr_l_popup  {
    left: calc(100% + 20px);
}
.item_wr_l:nth-of-type(2):hover .item_wr_l_popup  {
    left: 80%;
}
.item_wr_l:nth-of-type(3):hover .item_wr_l_popup  {
    left: 82%;
}
.item_wr_l:nth-of-type(4):hover .item_wr_l_popup  {
    left: 90%;
}
.item_wr_l:nth-of-type(5):hover .item_wr_l_popup  {
    left: 90%;
}
.item_wr_l:nth-of-type(6):hover .item_wr_l_popup  {
    left: 90%;
    top: -35px;
}
.slick-dots {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.slick-dots li.slick-active button {
    background: #4E1575;
}
.slick-dots li {
    display: flex;
    align-items: center;
}
.slick-dots li:not(:last-child) {
    margin-right: 5px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
}
.prices__item .low_text {
    text-align: right;
    margin-bottom: 15px;
    padding-right: 120px;
}
.prices__item .low_text::after {
    content: url('images/arrow.svg');
    display: inline-block;
    position: absolute;
    right: 0;
    top: 46%;
}
.slick-dots button {
    font-size: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: 0;
    width: 12px;
    background: #E9DEF0;
    height: 12px;
    border-radius: 100%;
}
.show-tablet {
    display: none;
}
.circle_block .low_text {
    margin-bottom: 70px;
}
.circle_block .low_text:before{
    content: url(..//wp-content/themes/dental-care/assets/images/arrow_1.svg);
    display: inline-block;
    position: absolute;
    left: -42%;
    top: 36%;
}
.low_text {
    color: #000000;
    font-family: Caveat;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    line-height: 106.5%; /* 29.82px */
}
.header__top {
    display: none;
}
.hero_block h1 {
	color: #ffffff;
	font-size: 50px;
}
.hero_block_content_time {
	color: #ffffff;
	margin: 25px 0;
	font-size: 19px;
}
.hero_block .btn {
	width: fit-content;
}
.text_2 {
	color: #ffffff;
	margin-bottom: 15px;
	width: fit-content;
}
.hero_block {
	position: relative;
	padding: 150px 0;
	background: url('/wp-content/uploads/2024/11/Банер.jpg') no-repeat center;
    background-size: cover;
}
.hero_block_content {
	z-index: 1;
	position: relative;
}
.hero_block:after {
	content: '';
	background: rgba(0,0,0, .4);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media(max-width: 1024px) {
    .circle_block__wrapper {
        grid-template-columns: 1fr;
    }
    .hide-tablet {
        display: none;
    }
    .header__top, .header__top .header__block {
        display: flex;
    }
    .header__top .header__block svg {
        width: 18px;
    }
    .header {
        padding-top: 0;
    }
    .item_wr_l_popup:before {
        display: none;
    }
    .item_wr_l_popup {
        display: none;
    }
    .item_wr_l:hover .item_wr_l_popup {
        display: block !important;
    }
    .circle_block__wrapper__item_wr .item_wr_l:nth-of-type(10) .item_wr_l_popup {
        left: 0 !important;
        right: auto !important;
    }
    .circle_block .low_text {
        position: absolute;
        right: 20px;
        top: -7%;
        width: fit-content;
    }
    .circle_block .low_text:before {
        left: -86%;
        top: 53%;
    }
    .circle_block__wrapper__item .title {
        max-width: 310px;
    }
    .circle_block__wrapper__item_wr .item_wr_l:nth-of-type(9) .item_wr_l_popup {
        left: 0 !important;
        right: auto !important;
    }
    .circle_block__wrapper__item_wr .item_wr_l:nth-of-type(8) .item_wr_l_popup {
        left: 0 !important;
        right: auto !important;
    }
    .circle_block__wrapper__item_wr .item_wr_l:nth-of-type(7) .item_wr_l_popup {
        left: 0 !important;
        right: auto !important;
    }
    .item_wr_l:hover .item_wr_l_popup {
        right: 0 !important;
        top: 100% !important;
        left: auto !important;
    }
    .header__top {
        align-items: center;
        background: #F4F4F4;
        padding: 7px 20px;
        margin-bottom: 23px;
    }
    .header__block {
        display: none;
    }
    .main_banner__container {
        padding: 55px 0;
    }
    .main_banner__col img {
        padding-right: 0;
    }
    .main_banner__title {
        font-size: 42px;
    }
    .step_block_wrapper {
        grid-template-columns: 1fr;
    }
    .proff_doctors .slick_arrow {
        display: none !important;
    }
    .proff_doctors__wrapper {
        padding: 0;
        display: block;
    }
    .show-tablet {
        display: block;
    }
    .circle_block__wrapper__item:last-child {
        order: -1;
    }
    .proff_doctors_bottom {
        padding: 0 0;
    }
    .prices__wrapper {
        grid-template-columns: 1fr;
    }
    .prices {
        padding: 45px 0;
    }
    .reviews .slick_arrow {
        display: none;
    }
    .faq_block__wrapper {
        grid-template-columns: 1fr;
    }
    .reviews__wrapper {
        padding: 0;
    }
    .faq_block__item__sidebar__wrapper {
        display: flex;
        width: 100%;
        margin-bottom: 24px;
        align-items: center;
    }
    .faq_block__item__sidebar__item:first-child {
        margin-right: 24px;
    }
    .faq_block__item__sidebar__item_title {
        margin-top: 0;
    }
    .faq_block__item__sidebar__item_text {
        margin-bottom: 0;
    }
    .footer_item:first-child {
        grid-column: 1/5;
    }
    .footer_item:nth-child(2) {
        grid-column: -5/-3;
    }
    .footer_item:nth-child(3) {
        grid-column: -3/-1;
    }
    .footer_item:last-child {
        grid-column: 1/5;
    }
    .footer_item iframe {
        height: 450px;
    }
    .footer {
        padding: 40px 0;
    }
}
@media(max-width: 768px) {
    .header__logo span {
        display: none;
    }
	.our_services_item:hover span {
		display: flex;
	}
    .our_services_item .btn {
        display: block;
        position: relative;
    }
    .header__block span {
        color: #ffffff;
    }
	.hero_block_content .btn {
		width: 100%;
		text-align: center;
	}
	.hero_block:after {
		background: rgba(0,0,0, .7);
	}
	.hero_block {
		padding: 60px 0;
		background-size: cover;
	}
	.hero_block h1 {
		font-size: 30px;
	}
	.header__logo img {
		max-width: 150px;
	}
	.step_block, .our_services {
		margin: 40px 0;
	}
	.our_services_item {
		padding: 25px 0;
		font-size: 20px;
	}
	.our_services_wrapper {
		grid-template-columns: 1fr;
	}
    .item_wr_l:nth-of-type(1) .item_wr_l_text, .item_wr_l:nth-of-type(6) .item_wr_l_text {
        text-align: left !important;
    }
    .circle_block__wrapper__item_wr {
        flex-direction: column;
        align-items: flex-start;
    }
    .item_wr_l_popup {
        position: relative;
        top: 0 !important;
        margin-top: 10px;
    }
    .mobile_item_wrapper {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .item_wr_l {
        flex-direction: column !important;
        align-items: flex-start;   
    }
    .reviews__wrapper {
        grid-template-columns: 1fr;
        display: block;
    }
    .modal.fancybox__content {
        padding: 24px;
    }
    .modal_form_new_subtitle, .modal.fancybox__content input[type=text], .modal.fancybox__content input[type=tel] {
        font-size: 14px;
    }
    .modal_form_new_title {
        font-size: 23px;
    }
    .reviews__item__text, .proff_doctors__item__description {
        font-size: 13px;
    }
    .main_banner .main_banner__container {
        grid-template-columns: 1fr;
    }
    .main_banner__col:last-child {
        order: -1;
    }
    .main_banner__col img {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
    .main_banner__col:first-child {
        padding-left: 24px;
        padding-right: 24px;
    }
    .circle_block__wrapper__item_wr > img {
        display: block;
        margin: 0 auto
    }
    .item_wr_l_circle {
        margin: 0;
    }
    .item_wr_l:nth-of-type(7) .item_wr_l_text, .item_wr_l:nth-of-type(8) .item_wr_l_text, .item_wr_l:nth-of-type(9) .item_wr_l_text, .item_wr_l:nth-of-type(10) .item_wr_l_text {
        text-align: left;
    }
    .item_wr_l {
        justify-content: flex-end;
        display: flex !important;
    }
    .item_wr_l {
        position: relative;
        left: auto !important;
        right: auto !important;
        max-width: 100%;
        bottom: auto !important;
        top: auto !important;
    }
    .item_wr_l:hover .item_wr_l_popup {
        left: 0 !important;
        top: 0 !important;
        width: 100%;
    }
    .circle_block__wrapper__item_wr {
        width: 100%;
        height: 100%;
        background: none;
        padding: 0;
    }
    .step_block_wrapper .btn {
        width: 100%;
        text-align: center;
    }
    .title {
        font-size: 36px;
    }
    .step_block {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .main_banner__title {
        font-size: 36px;
    }
    .circle_block .low_text {
        display: none;
    }
    .wrapper_buttons {
        flex-direction: column;
    }
    .wrapper_buttons .btn {
        width: 100%;
    }
    .wrapper_buttons .btn:first-child {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .wrapper_buttons .btn {
        text-align: center;
    }
    .item_wr_l_popup:before {
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #1A1D1E;
        top: -8px;
        left: 50%;
        margin-left: -12px;
    }
    .main_banner .main_banner__container {
        padding: 30px 0;
    }
    .item_wr_l:not(:last-child) {
        margin-bottom: 10px;
    }
    .proff_doctors_bottom {
        grid-template-columns: 1fr;
    }
    .proff_doctors__text {
        text-align: center;
    }
    .prices__item .low_text {
        display: none;
    }
    .reviews {
        margin-bottom: 40px;
    }
    .faq_answer_item_title {
        padding-right: 20px;
    }
    .header__top .header__phone {
        display: none;
    }
    .faq_block__item__sidebar__wrapper {
        align-items: flex-start;
    }
    .footer_item:nth-child(1), .footer_item:nth-child(2), .footer_item:nth-child(3), .footer_item:nth-child(4) {
        grid-column: auto;
    }
    .main_banner {
        margin-bottom: 50px;
    }
    .item_wr_l_text {
        margin-left: 8px;
    }
    .circle_block__wrapper {
        grid-gap: 25px;
    }
    .item_wr_l_circle {
        border-color: #EFEFFD;
    }
    .faq_answer_item_title span {
        display: none;
    }

    .footer_item iframe {
        height: 400px;
    }
    .show-mobile {
        display: flex;
    }
    .circle_block__wrapper__item .btn {
        width: 100%;
        text-align: center;
    }
    .footer__wrapper {
        grid-template-columns: 1fr;
    }
    .header__top {
        margin-bottom: 7px;
		background: #4E1575;
		border-bottom: 1px solid #ffffff;
    }
    .header {
        padding-bottom: 7px;
    }
    .header__buttons .header__phone svg {
        width: 17px;
    }
    .header__buttons .header__phone {
        margin-right: 0;
        margin-top: 7px;
    }
    .main_banner .container {
        padding: 0;
    }
}
</style>	