/*
Theme Name: disc
Theme URI: https://
Author: 
Author URI: https://
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: disc
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 with others.

disc is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
*/

@font-face {
	font-family: 'Avenir Next Demi';
	src: url('fonts/AvenirNext-DemiBold.woff2') format('woff2'),
		url('fonts/AvenirNext-DemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next';
	src: url('fonts/AvenirNext-Bold.woff2') format('woff2'),
		url('fonts/AvenirNext-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next';
	src: url('fonts/AvenirNext-Regular.woff2') format('woff2'),
		url('fonts/AvenirNext-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans-Light';
	src: url('./fonts/OpenSans-Light.eot');
	src: local('☺'), url('fonts/OpenSans-Light.woff2') format('woff2'),
		url('./fonts/OpenSans-Light.woff') format('woff'),
		url('./fonts/OpenSans-Light.ttf') format('truetype'), 
		url('./fonts/OpenSans-Light.svg') format('svg');
	font-weight: normal !important;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next';
	src: url('fonts/AvenirNext-Medium.woff2') format('woff2'),
		url('fonts/AvenirNext-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'PoynterOSDisplay';
	src: url('fonts/PoynterOSDisplay-Roman.woff2') format('woff2'),
		url('fonts/PoynterOSDisplay-Roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PoynterOSDisplay';
	src: url('fonts/PoynterOSDisplay-Semibold.woff2') format('woff2'),
		url('fonts/PoynterOSDisplay-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
* Remove the margin in all browsers.
*/

body {
	margin: 0;
	overflow-x: hidden;
}

/**
* 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
* 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
* 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
* 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* 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; /* 1 */
	padding: 0; /* 2 */
}

/**
* 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; /* 1 */
	/* 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*a {
color: royalblue;
}*/

/*a:visited {
color: purple;
}*/

/*a:hover, a:focus, a:active {
color: midnightblue;
}*/

/*a:focus {
outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
#pre-text p span a:hover {
    text-decoration: underline;
}
.page-template-news .only_btn_sch,
.page-template-contact .only_btn_sch,
.page-id-77 .only_btn_sch,
.page-template-schedule .only_btn_sch,
.single-post .only_btn_sch,
.single-services .only_btn_sch{
    border: 1px solid #fff;
}
.page-id-105 #primary-menu a {
    text-shadow: 0 0 2px rgba(0,0,0,0.20);
}
	.menu_desk{
	display:inline-block !important;	
	}
	.menu_mobile{
	display:none !important;	
	}
.cf7sr-g-recaptcha{
	float: right;
margin-bottom: 17px;
}
.page-template-practice .separator_section .container_menuleft *,
.page-template-practice .pad_violet > div p,
.page-template-practice p.title,
.page-template-practice  .pad_violet > div h2{
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.91);
}
.second_section_schedule .cols_3_1 > div a{
	font-weight:normal
}
.second_section_schedule .cols_3_1 > div a:hover{
	text-decoration:underline !important
}
.page-id-77 h1{
	padding-bottom: 10px;
}
.page-id-77 h2{
	padding-top:10px;
	padding-bottom: 5px;
}
.container_menuleft li {
    padding-left: 5px;
}
.content_s p{
	font-size:15px;
	line-height: 23px;
}
.content_s a.news_ex{
	font-size:15px;
	color:#666666;
	text-decoration:none;
	margin-top:0;
}
.page-template-services .cols > div a.h2_serv{
	text-decoration:none;
	color:#AC7B54;
}

.page-template-services .cols > div a.h2_serv:hover{
	text-decoration:underline;
}
.single-post .container_menuleft h1{
	padding-bottom:15px;
}
.single-post .container_menuleft {
    padding-bottom: 1px;
}
.single-services h1{
margin-bottom: 40px;
margin-top: -8px;
}
.single-post .container_menuleft .col-xs-12.sidebar-img {
    margin: 10px 0 35px;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
	margin: 0;
}

.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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* variables */
:root {
	--violet-dark: #400057;
	--violet-light: #633076;
	--sand: #AC7B54;
	--gray-1: #615B64;
	--gray-2: #666666;
	--replace-offset: 50%;
	--replace-offset-2: calc((100% - var(--replace-offset)) * -1);
}

/* end variables */

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

.banner_top {
	height: 835px;
	background-size: cover;
	background-position: center;
}

body {
	font-family: 'Avenir Next';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: var(--gray-2);
	letter-spacing: 0;
	line-height: 28px;
	overflow-x: hidden;
}

#page.site {
	overflow: hidden;
}

a {
	color: var(--violet-dark);
}

h1 {
	font-family: 'PoynterOSDisplay';
	font-size: 68px;
	color: #400057;
	letter-spacing: 0;
	line-height: 77px;
	font-weight: normal;
}

h2 {
	font-family: 'PoynterOSDisplay';
	font-size: 36px;
	color: #AC7B54;
	letter-spacing: 0.8px;
	line-height: 42px;
	font-weight: 600;
}

h3 {
	font-family: 'PoynterOSDisplay';
	font-size: 26px;
	color: #AC7B54;
	letter-spacing: 0.58px;
	line-height: 28px;
	font-weight: 600;
}

.btn {
	font-family: 'Avenir Next';
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.6px;
	line-height: 22px;
	background: rgba(64,0,87,0.53);
	/*border: 1px solid #FFFFFF;*/
	border: none;
	transition: all .3s ease;
	cursor: pointer;
	text-decoration: none;
	padding: 9px 0;
	width: 258px;
	display: inline-block;
	text-align: center;
	outline: none;
}

.btn.border {
	border: 1px solid #FFFFFF;
	background: none;
}

.btn:hover {
	/*font-family: 'Avenir Next';
	font-weight: bold;
	color: #FFFFFF;
	background: rgba(64,0,87,0.53);*/
	background: #400057;
	text-decoration: none;
}

.btn:active {
	color: #FFFFFF;
	background: #400057;
}

a.btn:visited {
	color: #FFFFFF!important;
}

a.btn.white:visited {
	color: #400057!important;
}

#masthead {
	position: relative;
	z-index: 3;
}

#masthead .schedule {
	position: absolute;
	top: 70px;
	right: 0;
}

#masthead .schedule.fixed_effect {
	right: 30px;
	position: fixed;
	opacity: 0;
	pointer-events: none;
	transition: none;
	transition: opacity .3s ease;
}

#masthead .schedule.fixed_effect.show {
	opacity: 1;
	pointer-events: auto;
}
.page-template-schedule #masthead .schedule.fixed_effect.show {
    opacity: 0;
}
    @media all and (-ms-high-contrast:none)
     {
     .form_zm li select { padding-right:0 } /* IE10 */
     *::-ms-backdrop, .form_zm li select { padding-right:0 !important } /* IE11 */
     }
.menu_zm {
	position: fixed;
	top: 70px;
	width: 280px;
}

#primary-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#logo{
	display: inline-block;
	line-height: 0;
	margin-bottom: 90px;
	position: relative;
}

#logo_dark  {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#logo_light {
	position: relative;
	z-index: 2;
}

#logo img {
	width: 71px;
	height: 66px;
}

.light #logo_dark, .dark #logo_light {
	opacity: 0;
}


#primary-menu li {
	line-height: normal;
	line-height:10px;
	padding: 10px 0;
	display: block;
}

#primary-menu a {
	font-family: 'Avenir Next';
	font-weight: 500;
	font-size: 19px;
	color: #FFFFFF;
	letter-spacing: 0.24px;
	line-height: 18.2px;
	text-shadow: 0 0 2px rgba(0,0,0,0.30);
	text-shadow: 0 0 2px rgba(0,0,0,0.20);
	text-decoration: none;
	display: inline-block;
}

#primary-menu .current_page_item a {
	/* font-weight: bold; */
}

#primary-menu a:hover {
	font-weight: bold;
}

.logo--invert #primary-menu a, .dark #primary-menu a {
	color: #633076;
}

/*********************************/

.js-replace {
	display: grid;
}

.js-replace__item {
	grid-row: -1 / 1;
	grid-column: -1 / 1;
	overflow: hidden;
	will-change: transform;
}

.js-replace__item {
	transform: translateY(calc(var(--replace-offset) * 1));
}
.js-replace__content {
	border: 1px solid transparent;
	will-change: transform;

	transform: translateY(calc(var(--replace-offset) * -1));
}

.js-replace__item--active {
	transform: translateY(calc(var(--replace-offset-2) * 1));
}
.js-replace__item--active .js-replace__content {
	transform: translateY(calc(var(--replace-offset-2) * -1));
}

.js-replace--reverse .js-replace__item {
	transform: translateY(calc(var(--replace-offset-2) * 1));
}
.js-replace--reverse .js-replace__content {
	transform: translateY(calc(var(--replace-offset-2) * -1));
}

.js-replace--reverse .js-replace__item--active {
	transform: translateY(calc(var(--replace-offset) * 1));
}
.js-replace--reverse .js-replace__item--active .js-replace__content {
	transform: translateY(calc(var(--replace-offset) * -1));
}

/*********************/

.container_menuleft {
	max-width: 870px;
	margin-left: auto;
	position: relative;
}
.single.single-services .container_menuleft {
    padding-bottom: 1px;
}
.single.single-services .container_menuleft  ul ul {
    margin-top: 11px;
    margin-bottom: 20px;
    list-style-type: circle;
	margin-left:0;
}
.banner_top .container {
	height: inherit;
}

.banner_top .container_menuleft {
	height: inherit;
}

.item_banner {
	background: rgba(69, 7, 91, .69);
	padding: 65px;
	position: absolute;
	right: 0;
	bottom: -50px;
	max-width: 696px;
	width: 100%;
}

.item_banner h1, p.title {
	font-size: 46px;
	font-weight: normal;
	color: #fff;
	line-height: 47px;
	margin: 0;
}

.item_banner p {
	font-size: 29px;
	font-family: 'Avenir Next';
	color: #fff;
	line-height: 40px;
	margin: 15px 0 0;
}

.second_section {
	padding: 150px 0 90px;
}

.cols {
	font-size: 0;
	margin: 0 -15px;
} 

.cols > div {
	font-size: 18px;
	vertical-align: top;
	padding: 0 15px;
} 

.cols_3 > div {
	width: 33.33%;
	display: inline-block;
}

.cols_3_1 > div:first-child {
	width: 59%;
	display: inline-block;
}

.cols_3_1 > div {
	width: 41%;
	display: inline-block;
}

.cols_2 > div {
	width: 50%;
	display: inline-block;
}

.cols_4 > div {
	width: 25%;
	display: inline-block;
}

.cols > div h2 {
	width: calc(100% - 3px);
	margin-bottom: 15px;
	margin-bottom: 10px;
}

.cols > div p {
	margin: 0;
}

.cols > div a {
	margin-top: 25px;
	text-decoration: underline;
	font-weight: 500;
	font-family: 'Avenir Next';
	display: inline-block;
}

.mid_figure {
	font-size: 0;
}

.mid_figure > figure {
	line-height: 0;
	display: inline-block;
	margin: 0;
	width: 61.7%;
	vertical-align: middle;
}

.mid_figure > div:not(.container) {
	font-size: 16px;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	width: 48.1%;
	margin-left: -9.8%;
}


.mid_figure.invert_mid_figure > div {
	font-size: 16px;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	width: 53.5%;
	margin-left: 0;
	margin-right: -15.2%;
}

.mid_figure > figure img {
	width: 100%;
	height: auto;
}

.fourth_section {
	/*padding-top: 70px;*/
}

.separator_70 {
	height: 70px;
	width: 100%;
}

.separator_130 {
	height: 130px;
	width: 100%;
}

.separator_200 {
	height: 200px;
	width: 100%;
}

.pad_brown {
	padding: 130px 110px;
	background: rgba(172, 123, 84, .94);
}

.pad_brown > div h4 {
	font-size: 24px;
	font-family: 'Avenir Next Demi';
	color: #fff;
	line-height: 26px;
	margin: 0;
}

.pad_brown > div > div {
	margin-top: 25px;
}

.pad_brown > div > div b {
	display: inline-block;
	font-size: 68px;
	color: #fff;
	font-family: 'PoynterOSDisplay';
	font-weight: 600;
	line-height: 68px;
	vertical-align: top;
	width: 116px;
	text-align: right;
}

.pad_brown > div > div span {
	display: inline-block;
	font-size: 28px;
	color: #fff;
	font-family: 'PoynterOSDisplay';
	font-weight: 600;
	line-height: 28px;
	vertical-align: top;
	position: relative;
	top: 8px;
	padding: 0 10px;
}

.pad_brown > div > div p {
	font-size: 16px;
	font-family: 'Avenir Next Demi';
	color: #fff;
	line-height: 20px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	max-width: 220px;
	position: relative;
	top: 8px;
}

.pad_violet {
	padding: 150px 110px;
	z-index: 1;
	position: relative;
	background: rgba(64, 0, 87, .7);
	color: #fff;
}

.pad_violet > div {
	max-width: 334px;
	margin-left: auto;
}

.pad_violet > div h2 {
	color: #fff;
	margin-bottom: 25px;
}

.pad_violet > div p {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
}

.pad_violet > div a {
	width: 244px;
	margin-top: 58px;
}

.btn.white {
	color: rgba(64, 0, 87, 1);
	background: #fff;
	transition: none;
}

.btn.white:hover {
	color: #400057;
	font-weight: 700;
}

.btn.white:active {
	background: rgba(255,255,255,0.80);
	color: #400057;
	font-weight: 700;
}

.btn.solid {
	color: #fff;
	background: #400057;
	background: rgba(64,0,87,0.53);
}

.btn.solid:hover, .btn.solid:active {
	color: #fff;
	background: rgba(64,0,87,1);
}

.prefooter {
	text-align: center;
	border: 1px solid #f0f0f0;
	border-left: none;
	border-right: none;
	padding: 30px;
	font-size: 16px;
	color: #400057;
}

.prefooter .btn {
	margin-left: 10px;
	background: rgba(64,0,87,1);
}
.prefooter .btn.solid:hover, .prefooter .btn.solid:active {
	color: #fff;
	background: rgba(64,0,87,0.53);
}
#pre-text {
	text-align: center;
	font-size: 0;
	padding: 20px;
}

#pre-text p {
	display: inline-block;
	width: calc(50% - 80px);
	vertical-align: middle;
	font-size: 14px;
	color: #666666;
	margin: 0;
	text-align: right;
}

#pre-text p~p {
	text-align: left;
}

#pre-text p span {
	display: inline-block;
	margin-left: 15px;
}

#pre-text p span:first-child {
	margin-left: 0;
}

#pre-text p span a {
	text-decoration: none;
	color: inherit;
}

#pre-text p span a:hover {
	text-decoration: underline;
}

#pre-text img {
	display: inline-block;
	width: 80px;
	height: 74px;
	vertical-align: middle;
	margin: 0 40px;
}

#menu-menu-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0;
}

#menu-menu-footer li {
	font-size: 16px;
	display: inline-block;
	padding: 10px;
	margin: 0 2px;
}

#menu-menu-footer li a {
	text-decoration: none;
	color: #400057;
}

#menu-menu-footer li a:hover {
	text-decoration: underline;
}

#linkmap {
	text-align: center;
	margin-top: 5px;
}

#linkmap a {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	display: inline-block;
}
.footer-copyright{
	font-size: 14px;
	color: #666666;
	text-align: center;
}

footer {
	padding-bottom: 80px;
}

.title_logo, .title_inside_logo {
	position: absolute;
	color: #fff;
	text-decoration: none;
	line-height: 1.4;
	font-size: 18px;
	top: 76px;
	left: 90px;
	font-family: 'OpenSans-Light';
}

.page-template-specialists .title_logo {
	color: var(--violet-dark);
}

.title_inside_logo {
	top: 5px;
	left: 89px;
	width: 184px;
	opacity: 0;
	transition: all .3s ease;
}

.logo--invert .title_inside_logo, .dark .title_inside_logo {
	color: #400057;
}

.over_logo.show:hover .title_inside_logo {
	opacity: 1;
}


/* animate */

.c-anim--slide-y {
	will-change: opacity,transform!important;
	opacity: 0!important;
	transform: translateY(20vh) translateZ(0)!important;
}

.c-anim--slide-y-invert {
	will-change: opacity,transform!important;
	opacity: 0!important;
	transform: translateY(-20vh) translateZ(0)!important;
}

.c-anim-active .c-anim--slide-y, 
.c-anim-active .c-anim--slide-y-invert {
	transform: translateY(0) translateZ(0)!important;
	transition: all 1s cubic-bezier(.43,1.2,.5,1)!important;
	opacity: 1!important;
}

.c-anim--slide-x {
	will-change: opacity,transform!important;
	opacity: 0!important;
	transform: translateY(0) translateX(-15vw)!important;
}

.c-anim--slide-x-invert {
	will-change: opacity,transform!important;
	opacity: 0!important;
	transform: translateY(0) translateX(15vw)!important;
}

.c-anim-active .c-anim--slide-x,
.c-anim-active .c-anim--slide-x-invert {
	transform: translateY(0) translateX(0)!important;
	transition: all 1s cubic-bezier(.43,.195,.02,1)!important;
	opacity: 1!important;
}

.c-anim--1, .c-anim-active .c-anim--1 {
	transition-delay: .07s!important;
}

.c-anim--2, .c-anim-active .c-anim--2 {
	transition-delay: .14s!important;
}

.c-anim--3, .c-anim-active .c-anim--3 {
	transition-delay: .21s!important;
}

.c-anim--4, .c-anim-active .c-anim--4 {
	transition-delay: .28s!important;
}

.c-anim--5, .c-anim-active .c-anim--5 {
	transition-delay: .35s!important;
}

.c-anim--6, .c-anim-active .c-anim--6 {
	transition-delay: .42s!important;
}

.c-anim--7, .c-anim-active .c-anim--7 {
	transition-delay: .49s!important;
}

.c-anim--8, .c-anim-active .c-anim--8 {
	transition-delay: .56s!important;
}

.c-anim--9, .c-anim-active .c-anim--9 {
	transition-delay: .63s!important;
}

.c-anim--10, .c-anim-active .c-anim--10 {
	transition-delay: .70s!important;
}

.c-anim--11, .c-anim-active .c-anim--11 {
	transition-delay: .77s!important;
}

.c-anim--13, .c-anim-active .c-anim--13 {
	transition-delay: .84s!important;
}

.section_zm {
	overflow: hidden;
	position: relative;
}

.first_section_zm {
	overflow: initial;
}

.default {
	position: fixed;
}

.moveable {
	position: absolute;
	z-index: 1;
}

.padding_top_ss {
	padding-top: 150px;
}

.page-template-services .title_logo {
	color: var(--violet-light);
}

p.title {
	font-size: 52px;
	line-height: 55px;
	font-family: 'PoynterOSDisplay';
	letter-spacing: 0;
	margin: 0;
}

.second_section_services {
	padding: 150px 0 40px;
}

.second_section_news {
	padding: 80px 0;
}

#list_services {
	margin-top: 120px;
}

#list_services > div {
	margin-bottom: 60px;
}

.max_width_serv_p {
	max-width: 770px;
}

#banner_service_detail {
	height: 190px;
	background-size: cover;
	background-position: center;
	background-color: #400057;
}

.single #primary {
	padding-top: 80px;
}

.single #primary p {
	margin: 10px 0 70px;
}

.single #primary p + p,
.single #primary p + ul {
	margin-top: -40px;
}
.single #primary p + ul {
    padding: 0 0 0 45px;
}
.page-template-news h1 {
	margin-bottom: 15px;
}

article.post_single {
	box-shadow: 0px 3px 7px rgba(0, 0, 0,0.1);
	background: #fff;
}

article.post_single figure {
	margin: 0;
	position: relative;
	height: 175px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

article.post_single .content_s {
	padding: 0;
	height: 214px;
	overflow: hidden;
	border: 20px solid #fff;
	border-bottom-width: 40px;
}

article.post_single figure a {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

article.post_single h3 {
	font-family: 'Avenir Next Demi';
	font-size: 18px;
	color: var(--violet-dark);
	letter-spacing: 1px;
	line-height: 25.2px;
	margin-bottom: 10px;
}

article.post_single h3 a {
	text-decoration: none;
	color: inherit;
	margin: 0;
	display: block;
	font-family: inherit;
	font-weight: 600;
}

#list_posts > div {
	padding: 15px;
}

ul {
	margin: 20px 0 35px;
	padding: 0 0 0 30px;
}

.default-page p {
	margin: 10px 0 35px;
}

.default-page p + h2 {
	margin-top: 0;
}

.default-page {
	padding: 80px 0 40px;
	
}
body:not(.home) .default-page {
	display:block;
	
}
.second_section_schedule {
	background-color: #fbfbfb;
	padding: 80px 0 100px;
}

.content_schedule {
	max-width: 530px;
}

#pdfs_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pdfs_list li {
	display: block;
	background: url(images/icon_pdf.png) no-repeat 0px 1px;
	padding: 0 0 0 26px;
	line-height: normal;
	margin-top: 15px;
}

#pdfs_list li a {
	margin: 0;
	font-size: 18px;
	display: block;
}

#pdfs_list li a:hover {
	text-decoration: none;
}

.content_address {
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
}

.content_address:before {
	content: '';
	position: absolute;
	width: 77px;
	height: 2px;
	background-color: var(--violet-dark);
	top: 0;
	left: 0;
}

.content_address a {
	margin: 0!important;
	display: inline!important;
	color: var(--gray-1);
	text-decoration: none!important;
}

.form_zm {
	margin: 0;
	padding: 0;
	list-style: none;
}

.form_zm li {
	padding: 0;
	margin: 0 0 20px;
	position: relative;
}

.form_zm li:last-child {
	text-align: right;
}

.form_zm li label {
	display: block;
	font-family: 'Avenir Next';
	font-size: 17px;
	line-height: normal;
	margin-bottom: 6px;
}

.form_zm li input:not([type="submit"]), .form_zm li select, .form_zm li textarea {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 10px;
	color: var(--gray-1);
	font-size: 16px;
	font-family: 'Avenir Next';
	border-radius: 4px;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 3px;
}

.form_zm li textarea {
	resize: none;
	height: 122px;
	padding: 10px;
}

.form_zm li input.datepicker {
	cursor: pointer;
	background: url(images/change_date.png) no-repeat calc(100% - 10px) center;
	padding-right: 30px;
}

.form_zm li input.timepicker {
	cursor: pointer;
	background: url(images/change_time.png) no-repeat calc(100% - 10px) center;
	padding-right: 30px;
}

.form_zm li select {
	cursor: pointer;
	background: url(images/change_input.png) no-repeat calc(100% - 10px) center;
	padding-right: 30px;
	background-color: #fff;
}

.form_zm li input[type="submit"] {
	font-family: 'Avenir Next';
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.6px;
	line-height: 22px;
	background: var(--violet-dark);
	border: none;
	transition: all .3s ease;
	cursor: pointer;
	text-decoration: none;
	padding: 9px 0;
	width: 154px;
	display: inline-block;
	text-align: center;
	outline: none;
	text-transform: uppercase;
	border-radius: 0;
}
.form_zm li input[type="submit"]:hover{
	background: rgba(64,0,87,0.53);
}
.content_datetime {
	display: block;
	font-size: 0;
}

.content_datetime .col_datepicker {
	display: inline-block;
	width: calc(100% - 154px);
	vertical-align: top;
}

.content_datetime .col_timepicker {
	display: inline-block;
	width: 154px;
	padding-left: 20px;
	vertical-align: top;
}

body .ui-timepicker-standard a, .ui-datepicker .ui-datepicker-title, .ui-datepicker th,
.ui-datepicker td span, .ui-datepicker td a {
	font-size: 16px;
	font-family: 'Avenir Next';
}

.ui-datepicker .ui-datepicker-title, .ui-datepicker th, .ui-datepicker td span, .ui-datepicker td a {
	font-size: 14px;
}

body div.wpcf7 .ajax-loader {
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -8px;
}

#map {
	height: 265px;
}

.cf_zm {
	max-width: 770px;
	padding-top: 30px;
}

#cf.form_zm {
	margin: 0 -10px;
	font-size: 0;
}

#cf.form_zm .li {
	display: inline-block;
	width: 50%;
	padding: 0 10px;
	font-size: 13px;
	vertical-align: top;
}

#cf.form_zm > li:last-child {
	width: 100%;
}

#cf.form_zm .li li:last-child {
	text-align: left;
}

#cf.form_zm > li {
	padding: 0 10px;
}

.content_contact {
	padding: 15px 0 0;
	max-width: 530px;
}

.content_contact h6 {
	font-size: 18px;
	font-weight: normal;
	color: var(--violet-dark);
	margin: 0;
	padding: 0;
}

.content_contact p {
	padding: 0;
	margin: 0 0 20px;
}

.content_contact p:last-child {
	margin: 0;
}

.additional_info p {
	margin: 0;
}

.additional_info strong {
	font-weight: normal;
	font-family: 'Avenir Next Demi';
	color: var(--violet-dark);
}

.additional_info small {
	font-size: 15px;
	font-style: italic;
	display: block;
	line-height: normal;
	margin-bottom: 10px;
	padding-left: 82px;
}

.additional_info a {
	margin: 0!important;
	text-decoration: none!important;
	color: var(--gray-1);
}

.content_address.fix_c {
	padding-top: 23px;
	margin-top: 21px;
}

#crazymenu {
	opacity: 0;
}

.section_with_auxiliar {
	position: relative;
}

.auxiliar_section_top {
	position: absolute;
	background: none;
	top: 0;
	left: 0;
	right: 0;
}

.auxiliar_section_bot {
	position: absolute;
	background: none;
	bottom: 0;
	left: 0;
	right: 0;
}

.page-template-practice .banner_top {
	height: 600px;
}

.page-template-practice p.title {
	font-size: 46px;
	line-height: 47px;
}

.padding_fix {
	padding: 200px 0;
}

.fix_cols1_pratice.mid_figure > div:not(.container) {
	margin-right: -18.7%;
}

.fix_cols1_pratice.mid_figure > figure {
	width: 65.2%;
}

.separator_section {
	font-family: 'PoynterOSDisplay';
	font-size: 45px;
	line-height: 49px;
	color: #fff;
	font-weight: 600;
	padding: 170px 0;
	background-size: cover;
	background-position: center center;
}

.separator_section .container_menuleft * {
	margin: 0;
	max-width: 848px;
}

.fix_cols2_pratice.mid_figure > div:not(.container) {
	margin-right: -24.9%;
	padding-right: 70px;
	padding: 120px 70px;
}

.fix_cols2_pratice .pad_violet > div {
	max-width: 371px;
}

.fix_cols2_pratice.mid_figure > figure {
	width: 71.4%;
}

.last_block_practice #list_services {
	margin: 0 -15px;
}

.last_block_practice #list_services > div {
	margin-bottom: 0;
}

.last_block_practice {
	padding: 80px 0;
}

.text_specialists {
	padding: 120px 0;
	font-size: 0;
}

.text_specialists .avatar {
	margin: 0;
	background-size: cover;
	background-position: center center;
	width: 270px;
	height: 319px;
	margin-right: 60px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	background-color: #E6E6E6;
}

.text_specialists .intro {
	display: inline-block;
	width: calc(100% - 344px);
	vertical-align: middle;
}

.text_specialists .intro h6 {
	font-size: 18px;
	font-weight: 500;
	color: var(--violet-dark);
}

.text_specialists .intro p {
	font-size: 20px;
	line-height: 31px;
}

.text_specialists .more_content {
	font-size: 18px;
	padding-top: 20px;
}

.support_staff {
	padding-top: 10px;
}

.support_staff > h3 {
	font-family: 'Avenir Next';
	color: var(--violet-dark);
	font-weight: normal;
	padding: 17px 0;
	border-bottom: 1px solid #979797;
}

.support_staff figure {
	background-color: #E6E6E6;
	width: 170px;
	height: 140px;
	margin: 0;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}

.support_staff .cols {
	max-width: 800px;    
}

.support_staff .cols > div {
	position: relative;
	margin-top: 40px;
}

.support_staff .perma {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}

.support_staff h6 {
	margin-top: 5px;
	font-weight: normal;
	color: var(--violet-dark);
	font-size: 16px;
	line-height: 1.5;
}

.support_staff.hidden, .intro_mobile, .only_mobile, .show_smart, #mobile_menu {
	display: none!important;
}

.last_block_practice h2 {
	font-size: 34px;
	line-height: 40px;
}

.last_block_practice p {
	max-width: 268px;
}

#linkmap a span {
    display: inline-block;
    padding-left: 10px;
}

.only_btn_sch {
	position: absolute;
	top: 70px;
	right: 30px;
	z-index: 1;
}
@media only screen and (max-width:1447px){
	.menu_zm.viewport-bottom {
    /* top: 10px; */
		position:absolute;
}
	.menu_zm.viewport-bottom #primary-menu li {
   /* padding: 8px 0; */
	}
.menu_zm.viewport-bottom #logo {
   /* margin-bottom: 10px;
    display: none; */
}
}
@media only screen and (max-width: 1260px) {
.pad_brown > div > div {
		font-size: 0;
	}
	.pad_brown > div h4 {
		font-size: 22px;
	}
	.pad_brown > div > div b {
		font-size: 62px;
		width: 108px;
		display: inline-block;
	}
	.pad_brown > div > div span {
		display: inline-block;
		font-size: 25px;
		width: 40px;
	}
	.pad_brown > div > div p {
		width: calc(100% - 148px);
		max-width: none;
	}
	.pad_brown > div > div p br {
		display: none;
	}
	.mid_figure > figure {
		width: 72.7%;
	}
	.mid_figure > div:not(.container) {
		width: 50.1%;
		margin-left: -22.8%;
		padding: 40px;
	}
	.mid_figure.invert_mid_figure > div {
		width: 72.7%;
		margin-left: 0;
		margin-right: -33.3%;
	}
.fix_cols1_pratice.mid_figure > div:not(.container) {
    margin-right: -33.3%;
}
.fix_cols2_pratice.mid_figure > div:not(.container){
 margin-right: -33.3%; 
	}
	.mid_figure.invert_mid_figure > figure {
		width: 60.6%;
	}
	.pad_violet > div {
		max-width: 307px; 
	}
	.pad_violet > div a {
		width: 244px;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1100px) {
	.container_menuleft {
    max-width: 790px
	}
}
@media only screen and (max-width: 1024px) {
	.only_btn_sch {
		top: 33px;
	}
	#cf.form_zm .li {
		width: 100%;
	}
	.last_block_practice p {
		max-width: none;
	}
	.item_banner {
		max-width: 490px;
		padding: 40px;
	}
	.container_menuleft {
		max-width: 520px;             
	}
	.item_banner h1, p.title {
		font-size: 40px!important;
		line-height: 41px;
	}
	.item_banner p {
		font-size: 24px;
	}
	.banner_top {
		height: 570px;
	}
	.second_section {
		padding: 136px 0 54px;
	}
	.title_inside_logo {
		display: none!important;
	}
	.menu_zm {
		width: 170px;
		top: 29px;
	}
	.second_section .cols_3 > div {
		width: 100%;
		padding: 15px;
	}
	.second_section .cols_3 > div h2 br {
		display: none;
	}
	.mid_figure > figure {
		width: 72.7%;
	}
	.mid_figure > div:not(.container) {
		width: 50.1%;
		margin-left: -22.8%;
		padding: 40px;
	}
	.pad_brown > div > div {
		font-size: 0;
	}
	.pad_brown > div h4 {
		font-size: 22px;
	}
	.pad_brown > div > div b {
		font-size: 62px;
		width: 108px;
		display: inline-block;
	}
	.pad_brown > div > div span {
		display: inline-block;
		font-size: 25px;
		width: 40px;
	}
	.pad_brown > div > div p {
		width: calc(100% - 148px);
		max-width: none;
	}
	.pad_brown > div > div p br {
		display: none;
	}
	.mid_figure.invert_mid_figure > div {
		width: 72.7%;
		margin-left: 0;
		margin-right: -33.3%;
	}
	.mid_figure.invert_mid_figure > figure {
		width: 60.6%;
	}
	.pad_violet > div {
		max-width: 307px; 
	}
	.pad_violet > div a {
		width: 244px;
		margin-top: 30px;
	}
	#pre-text img {
		margin: 0 30px;
	}
	#pre-text p {
		width: calc(50% - 70px);
	}
	#pre-text p span {
		margin-left: 10px;
	}
	#pre-text p span:last-child {
		margin-left: 0;
	}
	#pre-text {
		padding: 20px 0;
	}
	.page-template-practice .banner_top {
		height: 420px;
	}
	#logo {
		margin-bottom: 50px;
	}
	.page-template-practice p.title {
		font-size: 40px;
		line-height: 41px;
		letter-spacing: -0.1px;
	}
	.padding_fix {
		padding: 160px 0 100px;
	}
	h1 {
		font-size: 62px;
		line-height: 63px;
	}
	.padding_fix h1 {
		max-width: 400px;
	}
	.fix_cols1_pratice.mid_figure > div:not(.container) {
		margin-right: -25.5%;
		width: 64.9%;
	}
	.fix_cols1_pratice.mid_figure .pad_violet > div {
		max-width: 228px;
	}
	.fix_cols1_pratice.mid_figure > figure {
		width: 60.6%;
	}
	.separator_130 {
		height: 66px;
		width: 100%;
	}
	.separator_200 {
		height: 100px;
		width: 100%;
	}
	.separator_section {
		font-size: 30px;
		line-height: 36px;
		padding: 115px 0;
	}
	.fix_cols2_pratice.mid_figure > div:not(.container) {
		margin-right: -63.9%;
		padding: 40px;
		width: 83.4%;
		vertical-align: top;
		margin-top: 240px;
	}
.fix_cols2_pratice .pad_violet > div {
    max-width: 251px;
}
		.fix_cols2_pratice.mid_figure > div:not(.container) {
margin-right: -45.2%;
padding: 29px;
width: 64.4%;
vertical-align: top;
margin-top: 0px;
}
	.mid_figure.invert_mid_figure > figure{
		margin-top: -24px;
	/*	margin-bottom: -80px; */
	}
	.fix_cols2_pratice .auxiliar_section_bot,
	.fix_cols2_pratice .auxiliar_section_top {
		display: none;
	}
	.fix_cols2_pratice.mid_figure > figure {
		width: 80.5%;
	}
	.last_block_practice #list_services > div {
		padding: 15px;
		width: 100%;
	}
	.last_block_practice #list_services > div h2 br {
		display: none;
	}
	.intro *:not(h2):not(h6) {
		display: none;
	}
	.intro_mobile * {
		display: block!important;
	}
	.text_specialists .intro {
		vertical-align: bottom;
		width: calc(100% - 240px);
	}
	.text_specialists .intro.intro_mobile {
		display: block!important;
		width: 100%;
	}
	.text_specialists .more_content {
		padding-top: 0;
	}
	.text_specialists .avatar {
		width: 210px;
		height: 248px;
		margin-right: 30px;
	}
	.support_staff .cols > div {
		width: 50%;
		max-width: 200px;    
	}
	.support_staff > h3 {
		max-width: 370px;
	}
	#list_services > div {
		width: 50%;
	}
	#menu-menu-footer li {
		margin: 0;
	}
	#banner_service_detail {
		height: 118px;
	}
	#masthead .schedule {
		top: 33px;
	}
	.title_logo, .title_inside_logo {
		top: 40px;
	}
	.single #primary {
		padding-top: 66px;
	}
	.default-page {
		padding: 66px 0 40px;
	}
	.single #primary p {
		margin: 10px 0 50px;
	}
	.second_section_news {
		padding: 66px 0;
	}
	#list_posts > div {
		width: 50%;
	}
	.only_desktop {
		display: none!important;
	}
	.only_mobile {
		display: block!important;
	}
	.second_section_schedule {
		padding: 66px 0;
	}
	.cols_3_1 > div {
		padding: 15px;
		width: 100%;
	}
	.additional_info p:nth-child(1),.additional_info p:nth-child(2) {
		/* display: none; */
	}
	#cf.form_zm li {
		width: 100%;
	}
	#cf.form_zm, .form_zm {
		max-width: 370px;
	}
	.page-template-schedule .cols_2 > div {
		width: 100%;
		padding: 15px;
	}
}
@media only screen and (max-width: 870px){
	
	.fix_cols2_pratice.mid_figure > div:not(.container) {
margin-right: -45.2%;
padding: 29px;
width: 64.4%;
vertical-align: top;
margin-top: 0px;
}
.separator_200 {
    height: 270px;
	}

.fix_cols2_pratice.mid_figure > div:not(.container) {
    margin-right: -60.2%;
    padding: 39px 29px;
    width: 79.4%;
    vertical-align: top;
    margin-top: 0px;
}
	.mid_figure.invert_mid_figure > figure{
		margin-top: -14px;
	}
.fix_cols2_pratice.mid_figure.invert_mid_figure > figure {
    margin-top: -184px;
}
/*	.fix_cols2_pratice .pad_violet > div {
    max-width: 303px;
} */
	.fix_cols2_pratice .pad_violet > div {
    max-width: 373px;
}
}
@media only screen and (min-width: 691px) and (max-width: 750px) {
	.fix_cols2_pratice .pad_violet > div {
    max-width: 323px;
}
.container_menuleft {
    max-width: 450px;
}
	h2 {
    font-size: 33px;
	}
}
@media only screen and (max-width: 690px) {
	#download_pdf {
margin-top: -50px;
position: absolute;
z-index: 0;
}
	.page-template-services  #logo_light,
	.page-template-specialists #logo_light {
    position: absolute;
    z-index: -1;
}
	.page-template-services #logo_dark,
	.page-template-specialists #logo_dark {
    position: relative;
	}
	.page-template-services #mobile_menu .title_inside_logo,
	.page-template-specialists #mobile_menu .title_inside_logo{
		color: #400057;
	}
	.page-template-services #burguer_menu,
	.page-template-specialists #burguer_menu{
 background: url(images/menu_violet.png) no-repeat center center;
	}
	.padding_top_ss {
    padding-top: 30px;
}
	.pad_brown > div > div p {
    line-height: 127%;
	}
	.menu_zm {
    display: none;
}
	.page-id-77 h2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
	.default-page p {
    margin: 10px 0 25px;
}
	body.page-template-services,
	.single-services #primary p,
	body.page-template-services h2,
	.single-services #primary h2,
	#list_services p	{
	    line-height: 34px;
}
	
	.menu_desk{
	display:none !important;	
	}
	.menu_mobile{
	display:inline-block !important;	
	}
	ul {
		margin: 15px 0 26px;
	}
	p + ul {
		margin-top: -15px;
	}
	.additional_info p:nth-child(1), .additional_info p:nth-child(2) {
		display: block;
	}
	.additional_info small {
		opacity: 1;
		margin: 0;
		padding-left: 74px;
	}
	.form_zm li label {
		font-size: 15px;
	}
	body {
		font-size: 16px;
	}
	.hidden_smart {
		display: none!important;
	}
	.show_smart {
		display: block!important;
	}
	.banner_top {
		height: 375px;
	}
	.item_banner h1, p.title {
		font-size: 32px!important;
		line-height: 37px!important;
	}
	.banner_top .container {
		height: inherit;
		padding-right: 0;
	}
	.item_banner p {
		font-size: 16px;
		line-height: 20px;
	}
	.item_banner {
		bottom: -163px;
	}
	.second_section {
		padding: 190px 0 54px;
	}
	.container_menuleft {
		max-width: 282px;
    	max-width: 100%;
	}
	h2 {
		font-size: 28px;
		line-height: 42px;
	}
	.cols > div {
		font-size: 16px; 
	}
	.banner_top .container_menuleft {
		height: inherit;
		max-width: none;
	}
	.mid_figure > figure {
		width: 100%;
		display: block;
	}
	.mid_figure > div:not(.container) {
		width: calc(100% - 30px);
		margin: 0;
		margin-left: auto;
		margin-top: -120px;
		display: block;
	}
	.auxiliar_section_top, .auxiliar_section_bot {
		display: none!important;
	}
	.pad_brown > div > div b {
		font-size: 55px;
		width: auto;
		display: inline-block;
		text-align: left;
		line-height: 56px;
	}
	.pad_brown > div > div span {
		display: inline-block;
		font-size: 22px;
		width: 40px;
	}
	.pad_brown > div > div p {
		width: 100%;
		max-width: none;
	}
	.pad_brown > div > div p br {
		display: block;
	}
	.separator_70 {
		height: 35px;
		width: 100%;
	}
	.mid_figure.invert_mid_figure > div {
		margin-left: 0;
		margin-top: -70px;
	}
	.mid_figure.invert_mid_figure > figure {
		width: 100%;
		margin: 0;
	}
	.pad_violet > div p {
		margin: 0;
		font-size: 16px;
		line-height: 28px;
	}
	footer {
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.prefooter {
		padding: 30px 0;
	}
	.prefooter .btn {
		margin-left: 0;
	}
	.prefooter span {
		display: inline-block;
		margin-bottom: 10px;
	}
	#menu-menu-footer li {
		padding: 8px;
	}
	#linkmap a {
		font-size: 13px;
		margin: 0 -5px;
	}
	.menu-menu-footer-container {
		border: 1px solid #f0f0f0;
		border-left: none;
		border-right: none;
		margin: 15px -30px;
		padding: 0 30px;
	}
	#pre-text img {
		margin: 10px auto 20px;
		display: block;
	}
	#pre-text p, #pre-text p~p {
		width: 100%;
		text-align: center;
	}
	.page-template-practice p.title br {
		display: none;
	}
	.page-template-practice .item_banner {
		bottom: -125px;
	}
	.page-template-specialists .item_banner {
		bottom: -106px;
	}
	.page-template-practice .banner_top {
		height: 375px;
	}
	h1 {
		font-size: 54px;
		line-height: 67px;
		letter-spacing: -0.8px;
	}
	.padding_fix h1 {
		max-width: 280px;
	}
	.padding_fix h1 {
    max-width: 100%;
}
	.padding_fix {
		padding: 180px 0 40px;
	}
	.fix_cols1_pratice.mid_figure > div:not(.container) {
		width: calc(100% - 30px);
		margin-left: 0;
		margin-right: 0;
	}
	.pad_violet > div {
		max-width: 310px!important;
    max-width: 90% !important;
	}
	.separator_section {
		font-size: 30px;
		line-height: 40px;
		padding: 140px 0 50px;
	}
	.fix_cols2_pratice.mid_figure > div:not(.container) {
		width: calc(100% - 30px);
		display: block;
		margin-left: auto;
		margin-right: 0;
		margin-bottom: 0;
		margin-top: -115px;
	}
	.last_block_practice {
		padding: 40px 0 0;
	}
	.text_specialists {
		padding: 170px 0 20px;
		font-size: 0;
	}
	.page-template-specialists .container_menuleft {
		max-width: none;
	}
	.text_specialists .intro {
		vertical-align: bottom;
		width: 100%;
		display: block;
		padding-top: 30px;
	}
	.text_specialists .intro.intro_mobile {
		padding: 0;
	}
	.text_specialists .intro p {
		font-size: 18px;
	}
	.text_specialists .more_content {
		font-size: 16px;
	}
	.support_staff .cols > div {
		width: 100%;
		max-width: none;
		font-size: 0;
	}
	.support_staff figure {
		margin: 0;
		display: inline-block;
		vertical-align: top;
	}
	.support_staff .content_ido {
		display: inline-block;
		padding-left: 15px;
		width: calc(100% - 170px);
		padding-top: 10px;
	}
	.support_staff .content_ido h3 {
		font-size: 22px;
		line-height: 24px;
	}
	.support_staff .content_ido h6 {
		font-size: 14px;
		line-height: 20px;
	}
	.page-template-services .item_banner {
		bottom: -138px;
	}
	.second_section_services {
		padding: 200px 0 0;
	}
	#list_services > div {
		margin-bottom: 50px;
		width: 100%;
	}
	#list_services {
		margin-top: 50px;
	}
	.single #primary {
		padding-top: 50px;
	}
	.single #primary .container_menuleft {
		max-width: none;
	}
	.single #primary h1 {
		font-size: 50px;
	}
	#banner_service_detail {
		height: 78px;
	}
	.default-page {
		padding: 50px 0 0;
	}
	.page-template-default .container_menuleft {
		max-width: none;
	}
	.page-template-news .second_section_services {
		padding: 50px 0 10px;
	}
	.page-template-news .container_menuleft {
		max-width: none;
	}
	#list_posts > div {
		width: 100%;
	}
	.second_section_schedule {
		padding: 50px 0;
	}
	.page-template-contact .container_menuleft, .page-template-schedule .container_menuleft {
		max-width: none;
	}
	.page-template-contact footer, .page-template-schedule footer {
		margin-top: 0;
	}
	.form_zm li input[type="submit"] {
		width: 100%;
	}
	#mobile_menu {
		display: block!important;
		position: fixed;
		position:absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9;
		height: 78px;
		
	}
	#burguer_menu, #close_menu {
		width: 78px;
		height: 78px;
		background: url(images/menu_white.png) no-repeat center center;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
	}
	#close_menu {
		background: url(images/x.png) no-repeat center center;
	}
	#mobile_menu #logo img {
		width: 51px;
		height: 48px;
	}
	#mobile_menu #logo {
		margin: 15px 25px;
		height: 48px;
		line-height: 0;    
	}
	#mobile_menu .title_inside_logo {
		display: block!important;
		opacity: 1;
		top: 3px;
		left: 64px;
		font-size: 16px;
		line-height: 20px;
	}
	#toggle_menu {
		position: fixed;
		top: 0;
		right: -270px;
		width: 270px;
		background: #633076;
		padding: 90px 30px 30px;
		height: 100vh;
		transition: all .3s ease;
	}
	#toggle_menu.show {
		right: 0;
	}
	#mobile_menu #primary-menu a {
		font-size: 18px;
	}
	#btn_sch_mobile {
		padding-top: 40px;
		margin-top: 30px;
		border-top: 2px solid rgba(255, 255, 255, .2);
	}
	#btn_sch_mobile .btn {
		width: 100%;
		font-size: 15px;
		letter-spacing: -0.2px;
	}
	.scroll_mobile {
		background: #fff;
		position: fixed !important;
		-webkit-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.65);
box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.65);
	}
	.scroll_mobile#mobile_menu #logo img, .only_btn_sch {
		display: none!important;
	}
	.scroll_mobile#mobile_menu #logo img + img {
		display: block!important;
		position: static;
	}
	.scroll_mobile#mobile_menu .title_inside_logo {
		color: var(--violet-dark);
	}
	.scroll_mobile#mobile_menu #burguer_menu {
		background: url(images/menu_violet.png) no-repeat center center;
	}
	.fix_cols2_pratice .btn.border {
		max-width: 170px;
		margin-top: 25px;
	} 
}